
/*======= Common =======*/
:root {
  --color-primary: #213366;
  --color-primary-2: #213366;
  --color-primary-3: #e95e6c;
  --color-primary-4: #3377ff;
  --color-primary-5: #5580ff;
  --color-primary-6: #42a66c;
  --color-primary-7: #ff5d0c;
  --color-secondary: #c30027;
  --color-secondary-2: #f6b9a7;
  --color-secondary-3: #8208fe;
  --color-secondary-4: #2b354f;
  --color-secondary-5: #343351;
  --color-secondary-6: #fdf5e2;
  --color-secondary-7: #e0fafb;
  --color-heading: #161c2d;
  --color-heading-2: #1a1b1e;
  --color-heading-3: #36234b;
  --color-heading-4: #1f1f1f;
  --color-heading-5: #000002;
  --color-body: #6e727d;
  --color-body-2: #6f667b;
  --color-body-3: #7a7a7a;
  --color-body-4: #656871;
  --color-dark: #1b202f;
  --color-dark-2: #16171b;
  --color-dark-3: #191a1e;
  --color-dark-4: #282a33;
  --color-white: #fff;
  --color-grey: #f5f3f5;
  --color-soft-grey: #f2f5fe;
  --color-soft-grey-2: #f4f7fa;
  --color-offwhite: #e7e8ea;
  --font-cs-bold: 'CircularStdBold';
  --font-cs-medium: 'CircularStdMedium';
  --font-cs-book: 'CircularStdBook'; }

body {
  color: var(--color-body);
  font-family: var(--font-cs-book);
  font-weight: normal;
  font-size: 17px;
  /*line-height: 1.8;*/
  line-height: 1.5em;
  overflow-x: hidden !important; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.slick-slide img {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-heading);
  margin: 0px; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: var(--color-heading); }

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  margin: 0px; }

a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  a:hover {
    text-decoration: none; }

a,
span {
  display: inline-block; }

/*======= Common Classes =======*/
.border-bottom-primary {
  border-bottom: 1px solid rgba(71, 59, 240, 0.1); }

.border-top-primary {
  border-top: 1px solid rgba(71, 59, 240, 0.1); }

.border-bottom-primary-3 {
  border-bottom: 1px solid rgba(233, 94, 108, 0.12); }

.border-top-primary-3 {
  border-top: 1px solid rgba(233, 94, 108, 0.12); }

.border-bottom-off-white {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1); }

.border-top-off-white {
  border-top: 2px solid rgba(255, 255, 255, 0.1); }

.border-top-secondary {
  border-top: 1px solid rgba(22, 28, 45, 0.1); }

.border-bottom-secondary {
  border-bottom: 1px solid rgba(22, 28, 45, 0.1); }

.section-inner-line {
  height: 1px;
  width: 100%;
  background-color: var(--color-heading-3);
  opacity: 0.1; }

  
.text-pullquote {
  position: relative;
  padding-left: 30px;
  font-family: var(--font-cs-medium);
  color: var(--color-heading); }
  .text-pullquote::after {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background-color: var(--color-primary-2);
    height: 90%;
    width: 4px; }
  .text-pullquote.pullquote-secondary-color {
    color: var(--color-heading-2); }
    .text-pullquote.pullquote-secondary-color::after {
      background-color: var(--color-secondary); }

/*======= Custom Container =======*/
.container-1420 {
  max-width: 1450px; }

.container-1430 {
  max-width: 1460px; }

.container-1380 {
  max-width: 1410px; }

.container-1470 {
  max-width: 1500px; }

.container-1570 {
  max-width: 1600px; }

.container-1600 {
  max-width: 1630px; }

.container-1720 {
  max-width: 1750px; }

@media (min-width: 1400px) {
  .container-fluid.fluid-gap-70 {
    padding-left: 70px;
    padding-right: 70px; } }

.fluid-in-container-left {
  padding-left: calc((100% - 1200px) / 2); }

.fluid-in-container-right {
  padding-right: calc((100% - 1200px) / 2); }

.bg-cover-center {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-cover-left {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat; }

/*======= Background & Colors =======*/
.bg-primary-color {
  background-color: var(--color-primary); }

.bg-primary-color-2 {
  background-color: var(--color-primary-2); }

.bg-primary-color-4 {
  background-color: var(--color-primary-4); }

.bg-secondary-color {
  background-color: var(--color-secondary); }

.bg-secondary-color-3 {
  background-color: var(--color-secondary-2); }

.bg-secondary-color-2 {
  background-color: var(--color-secondary-3); }

.bg-secondary-color-4 {
  background-color: var(--color-secondary-4); }

.bg-secondary-color-5 {
  background-color: var(--color-secondary-5); }

.bg-heading-color {
  background-color: var(--color-heading); }

.bg-heading-color-2 {
  background-color: var(--color-heading-2); }

.bg-heading-color-3 {
  background-color: var(--color-heading-3); }

.bg-grey-color {
  background-color: var(--color-grey); }

.bg-soft-grey-color {
  background-color: var(--color-soft-grey); }

.bg-soft-grey-color-2 {
  background-color: var(--color-soft-grey-2); }

.bg-dark-color {
  background-color: var(--color-dark); }

.bg-dark-color-3 {
  background-color: var(--color-dark-3); }

.color-primary-4 {
  color: var(--color-primary-4); }

.color-primary-5 {
  color: var(--color-primary-5); }

.color-primary-6 {
  color: var(--color-primary-6); }

.bg-secondary-color-7 {
  background-color: var(--color-secondary-7); }

.bg-heading-color-5 {
  background-color: var(--color-heading-5); }

.bg-golden-light {
  background: rgba(255, 169, 0, 0.07); }

/*======= Input field =======*/
a:focus,
.slick-initialized .slick-slide:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

input:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

::placeholder {
  color: inherit;
  opacity: 1; }

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }
/*
input,
select,
textarea,
.nice-select {
  width: 100%;
  height: 65px;
  padding: 0 30px;
  background-color: var(--color-soft-grey);
  border: none;
  color: var(--color-body);
  border-radius: 0;
  font-size: 16px; }
*/
textarea {
  padding-top: 20px;
  height: 200px;
  display: inherit; }

/*======= keyframes & Animation =======*/
@-webkit-keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
@keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }

@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0; }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0; } }

@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0; }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0; } }

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.animate-zoominout {
  -webkit-animation-name: zoomInOut;
  animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.animate-zoom-fade {
  -webkit-animation-name: zoom-fade;
  animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.animate-float-bob {
  -webkit-animation-name: float-bob;
  animation-name: float-bob;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.animate-rotate-me {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.hover-overly-left-to-right {
  position: relative;
  overflow: hidden; }
  .hover-overly-left-to-right::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.3)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
    z-index: 2; }
  .hover-overly-left-to-right:hover:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s; }

.hover-overly-zoom {
  position: relative;
  overflow: hidden; }
  .hover-overly-zoom:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 7px; }
  .hover-overly-zoom:hover:before {
    -webkit-animation-duration: 0.95s;
    animation-duration: 0.95s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: circle;
    animation-name: circle; }

/*=======  Header  =======*/
.template-header {
  position: relative;
  z-index: 999; }
  .template-header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .template-header .header-left,
  .template-header .header-center,
  .template-header .header-right,
  .template-header .header-right .header-extra,
  .template-header .branding-and-language-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .template-header .language-selection .nice-select {
    background-color: var(--color-soft-grey-2);
    border: 0;
    width: 160px;
    height: 50px;
    padding: 0 30px 0 50px;
    border-radius: 50px;
    z-index: 1;
    color: var(--color-heading);
    font-size: 18px;
    font-family: var(--font-cs-medium);
    font-weight: 500; }
    .template-header .language-selection .nice-select .list {
      -webkit-box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
      box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08); }
      .template-header .language-selection .nice-select .list .option {
        padding: 3px 10px;
        color: var(--color-body); }
        .template-header .language-selection .nice-select .list .option.selected {
          color: var(--color-primary); }
    .template-header .language-selection .nice-select::before {
      content: "\f0ac";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      left: 25px;
      font-size: 18px;
      color: var(--color-primary); }
  .template-header .language-selection.bg-transparent .nice-select {
    width: 100px;
    background-color: transparent;
    padding: 0 0 0 25px; }
    .template-header .language-selection.bg-transparent .nice-select::before {
      left: 0; }
    .template-header .language-selection.bg-transparent .nice-select::after {
      right: 0; }
  .template-header .branding-and-language-selection .nice-select {
    margin-left: 50px; }
  .template-header .branding-and-language-selection.branding-border-right .nice-select {
    margin-left: 50px; }
  .template-header .branding-and-language-selection.branding-border-right .language-selection {
    position: relative;
    z-index: 1;
    padding-left: 20px; }
    .template-header .branding-and-language-selection.branding-border-right .language-selection::before {
      content: "";
      position: absolute;
      left: 35px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 2px;
      height: 20px;
      background-color: var(--color-dark-4); }
  .template-header .nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .template-header .nav-menu li {
    line-height: 110px;
    margin: 0 15px;
    position: relative; }
    .template-header .nav-menu li a {
      position: static;
      padding: 5px;
      line-height: 1.4;
      color: var(--color-heading);
      font-size: 18px;
      font-family: var(--font-cs-medium);
      font-weight: 500; }
      .template-header .nav-menu li a .dd-trigger {
        padding-left: 6px;
        font-size: 15px; }
      .template-header .nav-menu li a::before {
        content: "";
        position: absolute;
        left: 5px;
        right: 5px;
        width: 0;
        top: 0;
        height: 5px;
        background-color: var(--color-primary);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0; }
      .template-header .nav-menu li a:hover {
        color: var(--color-primary); }
        .template-header .nav-menu li a:hover::before {
          width: calc(100% - 10px);
          visibility: visible;
          opacity: 1; }
    .template-header .nav-menu li.active > a {
      color: var(--color-primary); }
      .template-header .nav-menu li.active > a::before {
        visibility: visible;
        opacity: 1;
        width: calc(100% - 10px); }
  .template-header .nav-menu .sub-menu {
    display: block;
    position: absolute;
    width: 220px;
    background-color: var(--color-white);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
    box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
    left: 0;
    top: calc(100% + 40px);
    visibility: hidden;
    opacity: 0; }
    .template-header .nav-menu .sub-menu li {
      line-height: 1;
      margin: 0; }
      .template-header .nav-menu .sub-menu li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 29, 35, 0.05); }
      .template-header .nav-menu .sub-menu li::before {
        display: none; }
      .template-header .nav-menu .sub-menu li a {
        font-size: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 12px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        line-height: 1.4; }
        .template-header .nav-menu .sub-menu li a .dd-trigger i {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
        .template-header .nav-menu .sub-menu li a:hover {
          background-color: var(--color-primary);
          color: var(--color-white); }
        .template-header .nav-menu .sub-menu li a::before {
          display: none; }
    .template-header .nav-menu .sub-menu .sub-menu {
      left: 100%;
      top: 50%; }
  .template-header .nav-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%; }
  .template-header .nav-menu .sub-menu li:hover > .sub-menu {
    top: 0; }
  .template-header .search-btn {
    font-size: 18px;
    color: var(--color-heading); }
    .template-header .search-btn.search-border-right {
      margin-right: 40px;
      padding-right: 30px;
      border-right: 2px solid #dcdde0; }
  .template-header .user-login {
    font-size: 18px;
    font-family: var(--font-cs-medium);
    font-weight: 500;
    color: var(--color-heading); }
    .template-header .user-login i {
      margin-right: 5px; }
    .template-header .user-login:hover {
      color: var(--color-primary); }
    .template-header .user-login.user-login-border-right {
      padding-right: 30px;
      border-right: 2px solid var(--color-dark-4); }
  .template-header .header-extra > li {
    line-height: 1; }
    .template-header .header-extra > li:not(:first-child) {
      margin-left: 35px; }
  .template-header .off-canvas-btn {
    width: 50px; }
    .template-header .off-canvas-btn span {
      display: block;
      height: 4px;
      background-color: var(--color-heading);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .template-header .off-canvas-btn span:nth-child(2) {
        margin: 10px 0; }
      .template-header .off-canvas-btn span:nth-child(1) {
        margin-left: 8px; }
      .template-header .off-canvas-btn span:nth-child(3) {
        margin-right: 8px; }
    .template-header .off-canvas-btn:hover span:nth-child(1) {
      margin-left: 0;
      margin-right: 8px; }
    .template-header .off-canvas-btn:hover span:nth-child(3) {
      margin-right: 0;
      margin-left: 8px; }
  .template-header .template-btn {
    padding: 13px 32px; }
  .template-header .navbar-toggler {
    width: 55px;
    padding: 10px;
    font-size: 0;
    border: 2px solid var(--color-heading);
    border-radius: 5px; }
    .template-header .navbar-toggler span {
      display: block;
      height: 3px;
      background-color: var(--color-heading); }
      .template-header .navbar-toggler span:nth-child(2) {
        margin: 6px 0; }
  .template-header.navbar-right .nav-menu ul > li:last-child {
    margin-right: 0; }
    .template-header.navbar-right .nav-menu ul > li:last-child > a {
      padding-right: 0; }
      .template-header.navbar-right .nav-menu ul > li:last-child > a::before {
        left: auto;
        right: 0; }
  .template-header.navbar-right .header-right .header-extra {
    margin-left: 40px; }
  .template-header.navbar-left .nav-menu > ul > li:first-child {
    margin-left: 0; }
    .template-header.navbar-left .nav-menu > ul > li:first-child > a {
      padding-left: 0; }
      .template-header.navbar-left .nav-menu > ul > li:first-child > a::before {
        left: 0; }
  .template-header.navbar-left .header-left .brand-logo {
    margin-right: 100px; }
  .template-header.logo-center .header-left,
  .template-header.logo-center .header-right {
    max-width: 42%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%; }
  .template-header.logo-center .header-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .template-header.logo-center .header-center {
    max-width: 16%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .template-header.absolute-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999; }
  .template-header.bordered-header .header-inner {
    border-bottom: 1px solid var(--color-dark-4); }
  .template-header.bordered-header .nav-menu li a {
    color: var(--color-white); }
    .template-header.bordered-header .nav-menu li a::before {
      background-color: var(--color-primary-6); }
  .template-header.bordered-header .nav-menu li .sub-menu a {
    color: var(--color-heading); }
    .template-header.bordered-header .nav-menu li .sub-menu a:hover {
      background-color: var(--color-primary-6);
      color: var(--color-white); }
  .template-header.bordered-header .user-login i,
  .template-header.bordered-header .nice-select::before {
    color: var(--color-primary-6); }
  .template-header.bordered-header .search-btn,
  .template-header.bordered-header .nice-select,
  .template-header.bordered-header .user-login {
    color: var(--color-white); }
  .template-header.bordered-header .navbar-toggler {
    border-color: var(--color-white); }
    .template-header.bordered-header .navbar-toggler span {
      background-color: var(--color-white); }
  .template-header.nav-white-color:not(.sticky-on) .nav-menu > ul > li > a {
    color: var(--color-white); }
    .template-header.nav-white-color:not(.sticky-on) .nav-menu > ul > li > a::before {
      background-color: var(--color-white); }
  .template-header.nav-white-color:not(.sticky-on) .search-btn,
  .template-header.nav-white-color:not(.sticky-on) .user-login,
  .template-header.nav-white-color:not(.sticky-on) .nice-select,
  .template-header.nav-white-color:not(.sticky-on) .nice-select::before {
    color: var(--color-white); }
  .template-header.nav-white-color:not(.sticky-on) .off-canvas-btn span {
    background-color: var(--color-white); }
  .template-header.nav-white-color:not(.sticky-on) .navbar-toggler {
    border-color: var(--color-white); }
    .template-header.nav-white-color:not(.sticky-on) .navbar-toggler span {
      background-color: var(--color-white); }
  .template-header.nav-primary-3 .nav-menu > ul > li > a {
    color: var(--color-heading); }
    .template-header.nav-primary-3 .nav-menu > ul > li > a::before {
      background-color: var(--color-primary-3); }
  .template-header.nav-primary-3 .nav-menu > ul > li.active > a {
    color: var(--color-primary-3); }
  .template-header.nav-primary-3 .language-selection .nice-select {
    background-color: var(--color-white); }
    .template-header.nav-primary-3 .language-selection .nice-select::before {
      color: var(--color-primary-3); }
  .template-header.nav-primary-5 .nav-menu > ul > li > a {
    color: var(--color-heading); }
    .template-header.nav-primary-5 .nav-menu > ul > li > a::before {
      background-color: var(--color-primary-5); }
  .template-header.nav-primary-5 .nav-menu > ul > li.active > a {
    color: var(--color-primary-5); }
  .template-header.nav-primary-5 .language-selection .nice-select {
    background-color: var(--color-white); }
    .template-header.nav-primary-5 .language-selection .nice-select::before {
      color: var(--color-primary-5); }
  .template-header.submenu-seconday-color .nav-menu li .sub-menu a:hover {
    background-color: var(--color-secondary); }
  .template-header.submenu-seconday-color.sticky-on .nav-menu li a::before {
    background-color: var(--color-secondary); }
  .template-header.submenu-seconday-color.sticky-on .nav-menu li.active > a {
    color: var(--color-secondary); }
  .template-header.submenu-seconday-color.sticky-on .nav-menu > ul > li > a:hover {
    color: var(--color-secondary); }
  .template-header.submenu-primary-3 .nav-menu li .sub-menu a:hover {
    background-color: var(--color-primary-3); }
  .template-header.submenu-primary-4 .nav-menu li .sub-menu a:hover {
    background-color: var(--color-primary-4); }
  .template-header.submenu-primary-4.sticky-on .nav-menu li a::before {
    background-color: var(--color-primary-4); }
  .template-header.submenu-primary-4.sticky-on .nav-menu li.active > a {
    color: var(--color-primary-4); }
  .template-header.submenu-primary-4.sticky-on .nav-menu > ul > li > a:hover {
    color: var(--color-primary-4); }
  .template-header.submenu-primary-5 .nav-menu li .sub-menu a:hover {
    background-color: var(--color-primary-5); }
  .template-header.nav-primary-7 .nav-menu > ul > li > a {
    color: var(--color-heading-5); }
    .template-header.nav-primary-7 .nav-menu > ul > li > a::before {
      background-color: var(--color-primary-7); }
  .template-header.nav-primary-7 .nav-menu > ul > li.active > a {
    color: var(--color-primary-7); }
  .template-header.nav-primary-7 .nav-menu li .sub-menu a:hover {
    background-color: var(--color-primary-7); }
  .template-header.nav-primary-7 .template-btn {
    background-color: var(--color-primary-7);
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 1;
    padding: 18px 30px; }
    .template-header.nav-primary-7 .template-btn:hover {
      background-color: var(--color-heading-5); }
  .template-header.header-ten.nav-border-bottom:not(.sticky-on) {
    padding-top: 50px; }
    @media (max-width: 1199px) {
      .template-header.header-ten.nav-border-bottom:not(.sticky-on) {
        padding-top: 25px; } }
    .template-header.header-ten.nav-border-bottom:not(.sticky-on) .nav-menu li {
      line-height: 1; }
    .template-header.header-ten.nav-border-bottom:not(.sticky-on) .nav-menu > ul > li > a::before {
      height: 2px; }
    .template-header.header-ten.nav-border-bottom:not(.sticky-on) .template-btn {
      color: white;
      border-color: white; }
  .template-header.header-ten .nav-search > a {
    margin: 0;
    padding: 0;
    border: none; }
    .template-header.header-ten .nav-search > a:before {
      display: none; }
  .template-header.header-ten .template-btn {
    padding-top: 14px;
    padding-bottom: 10px; }
  .template-header.header-ten .nav-menu ul ul li a:hover {
    background: #c30027; }
  .template-header.header-ten.sticky-on .nav-menu > ul > li > a:hover,
  .template-header.header-ten.sticky-on .nav-menu li.active > a {
    color: #c30027; }
    .template-header.header-ten.sticky-on .nav-menu > ul > li > a:hover:before,
    .template-header.header-ten.sticky-on .nav-menu li.active > a:before {
      background: #c30027; }
  .template-header.header-ten .navbar-toggler {
    border: none; }
  @media (min-width: 1200px) {
    .template-header.header-eleven.absolute-header {
      top: 15px; } }
  .template-header.header-eleven.nav-border-bottom.sticky-on .nav-menu li, .template-header.header-eleven.nav-border-bottom:not(.sticky-on) .nav-menu li {
    line-height: 45px; }
  .template-header.header-eleven .navbar-toggler {
    border: none; }
  .template-header.nav-border-bottom:not(.sticky-on) .nav-menu li {
    line-height: 95px; }
    .template-header.nav-border-bottom:not(.sticky-on) .nav-menu li a::before {
      top: auto;
      bottom: 0; }
  .template-header.nav-border-bottom:not(.sticky-on) .nav-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1; }
  .template-header.nav-border-bottom:not(.sticky-on) .nav-menu .sub-menu li:hover > .sub-menu {
    top: 0; }
  .template-header.sticky-header .sticky-logo {
    display: none; }
  .template-header.sticky-header.sticky-on {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
    -webkit-box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
    background-color: var(--color-white); }
    .template-header.sticky-header.sticky-on .nav-menu ul li {
      line-height: 95px; }
    .template-header.sticky-header.sticky-on .sticky-logo {
      display: block; }
    .template-header.sticky-header.sticky-on .main-logo {
      display: none; }
  .template-header.sticky-header.bordered-header.sticky-on {
    background-color: var(--color-dark-3);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid var(--color-dark-4); }
    .template-header.sticky-header.bordered-header.sticky-on .header-inner {
      border-bottom: 0; }


/*=======  Off Canvas And Mobile Slide Panel  =======*/
.off-canvas-wrapper,
.mobile-slide-panel {
  position: fixed;
  right: 0;
  top: 0;
  background-color: transparent;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden; }

.off-canvas-wrapper .canvas-inner,
.mobile-slide-panel .panel-inner {
  max-width: 400px;
  height: 100vh;
  background-color: var(--color-white);
  padding: 40px;
  position: relative;
  z-index: 2;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -400px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.off-canvas-wrapper .canvas-overlay,
.mobile-slide-panel .panel-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-heading);
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
  visibility: hidden; }

.off-canvas-wrapper .canvas-close,
.mobile-slide-panel .panel-close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 2;
  font-size: 28px;
  line-height: 1;
  color: var(--color-heading); }

.mobile-slide-panel .panel-inner {
  width: 300px;
  margin-right: -300px;
  padding: 40px 30px; }

.mobile-slide-panel .mobile-logo {
  margin-bottom: 30px; }

.mobile-slide-panel .mobile-menu li a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 45px 10px 0;
  border-bottom: 1px solid #e5e5e5;
  color: var(--color-heading);
  font-size: 15px;
  font-family: var(--font-cs-medium);
  font-weight: 500; }
  .mobile-slide-panel .mobile-menu li a .dd-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    z-index: 2;
    border-left: 1px solid #e5e5e5; }

.mobile-slide-panel .mobile-menu li .sub-menu {
  display: none;
  padding-left: 10px; }

.mobile-slide-panel .mobile-menu li.active > a {
  color: var(--color-primary); }
  .mobile-slide-panel .mobile-menu li.active > a::before {
    visibility: visible;
    opacity: 1;
    width: calc(100% - 10px); }

.off-canvas-wrapper .canvas-close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 2;
  font-size: 28px;
  line-height: 1;
  color: var(--color-heading); }

.off-canvas-wrapper .canvas-widget-title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #e8e9ec;
  font-weight: 600;
  color: var(--color-heading); }

.off-canvas-wrapper .canvas-logo,
.off-canvas-wrapper .contact-us,
.off-canvas-wrapper .about-us {
  margin-bottom: 40px; }

.off-canvas-wrapper .contact-us li {
  position: relative;
  padding-left: 60px; }
  .off-canvas-wrapper .contact-us li:not(:last-child) {
    margin-bottom: 25px; }
  .off-canvas-wrapper .contact-us li,
  .off-canvas-wrapper .contact-us li a {
    color: var(--color-body); }
  .off-canvas-wrapper .contact-us li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: var(--color-primary);
    border-radius: 50%;
    font-size: 14px;
    border-radius: 50%;
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.off-canvas-wrapper.canvas-on,
.mobile-slide-panel.panel-on {
  opacity: 1;
  visibility: visible; }

.off-canvas-wrapper.canvas-on .canvas-inner,
.mobile-slide-panel.panel-on .panel-inner {
  visibility: visible;
  opacity: 1;
  margin-right: -18px; }

.off-canvas-wrapper.canvas-on .canvas-overlay,
.mobile-slide-panel.panel-on .panel-overlay {
  opacity: 1;
  visibility: visible;
  opacity: 0.4; }

/*======= Template Button =======*/
.template-btn {
  display: inline-block;
  color: var(--color-white);
  padding: 15px 40px;
  font-size: 15px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  border-radius: 50px;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  overflow: hidden; }
  .template-btn i {
    margin-left: 10px; }
  .template-btn:hover {
    color: var(--color-white);
    -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
    background-color: var(--color-heading);
    border-color: var(--color-heading); }
  .template-btn.template-btn-2 {
    border-radius: 7px; }
  .template-btn.bordered-btn {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-heading);
    border-color: rgba(71, 59, 240, 0.1); }
    .template-btn.bordered-btn:hover {
      border-color: var(--color-heading);
      color: var(--color-white);
      background-color: var(--color-heading); }
      /* AAAAAAAAAAAAAAA
  .template-btn.bordered-body-4 {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-body-4);
    border-color: #282a33; }
    .template-btn.bordered-body-4:hover {
      background-color: var(--color-primary-6);
      color: var(--color-white);
      border-color: var(--color-primary-6); }
  */
  .template-btn.primary-bg-2:not(:hover) {
    background-color: var(--color-primary-2);
    border-color: var(--color-primary-2);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 64, 229, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(0, 64, 229, 0.36); }
  .template-btn.primary-bg-2:hover {
    background-color: var(--color-heading-2);
    border-color: var(--color-heading-2); }


  .template-btn.secondary-2-bg:not(:hover) {
    background-color: var(--color-secondary-2);
    border-color: var(--color-secondary-2);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(246, 185, 167, 0.61);
    box-shadow: 0px 10px 30px 0px rgba(246, 185, 167, 0.61);
    color: var(--color-heading-3); }

  .template-btn.bg-soft-grey-color {
    background-color: var(--color-soft-grey);
    border-color: var(--color-soft-grey);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-heading); }
  .template-btn.white-bg {
    background-color: var(--color-white);
    border-color: var(--color-white);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-heading-2); }
    .template-btn.white-bg:hover {
      background-color: var(--color-heading);
      border-color: var(--color-heading);
      color: var(--color-white); }
    .template-btn.white-bg.bordered-btn {
      background-color: transparent;
      color: var(--color-white);
      border-color: rgba(255, 255, 255, 0.15); }
      .template-btn.white-bg.bordered-btn:hover {
        background-color: var(--color-white);
        color: var(--color-heading-2);
        border-color: var(--color-white); }
  .template-btn.gradient-bg {
    border: none;
    background-image: -webkit-linear-gradient(45deg, #6b34fa 0%, #c30027 80%);
    background-image: -o-linear-gradient(45deg, #6b34fa 0%, #c30027 80%);
    background-image: linear-gradient(45deg, #6b34fa 0%, #c30027 80%);
    background-size: 200%;
    background-position: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .template-btn.gradient-bg:hover {
      background-position: 0%; }
  .template-btn.template-btn-3 {
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 2, 0.15);
    font-size: 14px;
    color: var(--color-heading-5);
    text-transform: uppercase; }
    .template-btn.template-btn-3:hover {
      border-color: var(--color-heading-5);
      color: var(--color-white);
      background-color: var(--color-heading-5); }
    .template-btn.template-btn-3.br-50 {
      border-radius: 50px; }
  .template-btn.template-btn-4 {
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase; }

/*======= Hero Buttons =======*/
.hero-btns {
  margin: -5px; }
  .hero-btns li {
    padding: 5px; }
  .hero-btns .play-btn {
    height: 54px;
    width: 54px;
    background-color: var(--color-white);
    color: var(--color-primary);
    font-size: 14px;
    text-align: center;
    line-height: 54px;
    border-radius: 50px;
    position: relative;
    z-index: 1; }

/*======= Hero Area v1 =======*/
.hero-area-v1 {
  position: relative;
  z-index: 1;
  padding-bottom: 135px;
  background-image: url(../img/hero/hero-1-overly.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }
  .hero-area-v1 .hero-content {
    position: relative;
    z-index: 1;
    padding-top: 130px;
    padding-bottom: 135px;
    text-align: center; }
    .hero-area-v1 .hero-content .title-tag {
      margin-bottom: 20px;
      color: var(--color-primary);
      font-size: 18px;
      font-family: var(--font-cs-medium);
      font-weight: 500;
      line-height: 1.3;
      background-color: transparent; }
      .hero-area-v1 .hero-content .title-tag span {
        background-color: #d3d3f8;
        border-radius: 25px;
        padding: 5px 15px;
        margin-right: 12px; }
    .hero-area-v1 .hero-content .hero-title {
      font-size: 85px;
      line-height: 1.15;
      margin-bottom: 45px;
      letter-spacing: -1px; }
      .hero-area-v1 .hero-content .hero-title span {
        color: var(--color-primary);
        padding: 5px 20px;
        position: relative;
        z-index: 1; }
        .hero-area-v1 .hero-content .hero-title span::after {
          position: absolute;
          content: "";
          width: 100%;
          left: 0;
          background-image: url(../img/particle/heading-line.png);
          background-repeat: no-repeat;
          background-size: 100%;
          z-index: -1;
          background-attachment: scroll;
          background-position: bottom;
          top: auto;
          bottom: 0;
          height: 100%; }
    .hero-area-v1 .hero-content::after {
      position: absolute;
      content: "";
      z-index: -1;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: url(../img/hero/hero-1-shadow.png) no-repeat scroll;
      background-size: 100% 100%;
      background-position: 0 0; }
  .hero-area-v1 .hero-img img {
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.36); }
  .hero-area-v1 .container {
    position: relative; }
  .hero-area-v1 .hero-particle-effect {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .hero-area-v1 .hero-particle-effect img {
      position: absolute; }
    .hero-area-v1 .hero-particle-effect .particle-1 {
      top: 100px;
      left: -120px; }
    .hero-area-v1 .hero-particle-effect .particle-2 {
      left: -55px;
      top: 160px; }
    .hero-area-v1 .hero-particle-effect .particle-3 {
      right: 20px;
      top: 80px; }
    .hero-area-v1 .hero-particle-effect .particle-4 {
      bottom: 130px;
      left: 0; }
    .hero-area-v1 .hero-particle-effect .particle-5 {
      right: 0;
      bottom: 100px; }

/*======= Hero Area v10 =======*/
.hero-area-v10 {
  position: relative;
  z-index: 1; }
  .hero-area-v10 .hero-content {
    padding-top: 200px;
    padding-bottom: 130px; }
    @media (max-width: 1199px) {
      .hero-area-v10 .hero-content {
        padding-top: 170px;
        padding-bottom: 80px; } }
    .hero-area-v10 .hero-content h1 {
      font-size: 100px;
      line-height: 1;
      margin-bottom: 25px;
      letter-spacing: -5px;
      color: var(--color-white); }
      @media (max-width: 1399px) {
        .hero-area-v10 .hero-content h1 {
          font-size: 80px;
          letter-spacing: -5px; } }
      @media (max-width: 1199px) {
        .hero-area-v10 .hero-content h1 {
          font-size: 60px;
          letter-spacing: 0; } }
      @media (max-width: 767px) {
        .hero-area-v10 .hero-content h1 {
          font-size: 60px;
          line-height: 1;
          margin-bottom: 20px; } }
      @media (max-width: 575px) {
        .hero-area-v10 .hero-content h1 {
          font-size: 60px; } }
      @media (max-width: 424px) {
        .hero-area-v10 .hero-content h1 {
          font-size: 40px; } }
    .hero-area-v10 .hero-content p {
      font-size: 26px;
      line-height:1.3em;
      color: var(--color-white); }
      @media (max-width: 424px) {
        .hero-area-v10 .hero-content p {
          font-size: 18px; } }
    .hero-area-v10 .hero-content .hero-btn-contact-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .hero-area-v10 .hero-content .hero-btn-contact-info .template-btn {
        margin-top: 20px;
        margin-right: 30px;
        margin-bottom: 20px; }
      .hero-area-v10 .hero-content .hero-btn-contact-info .hero-contact-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }

  .hero-area-v10:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: -webkit-linear-gradient(45deg, rgba(33, 51, 102, 0.87059) 20%, rgba(195, 0, 39, 0.90196) 100%);
    background: -o-linear-gradient(45deg, rgba(33, 51, 102, 0.87059) 20%, rgba(195, 0, 39, 0.90196) 100%);
    background: linear-gradient(45deg, rgba(33, 51, 102, 0.87059) 20%, rgba(195, 0, 39, 0.90196) 100%); }
  .hero-area-v10 .hero-right-man {
    bottom: 0;
    right: 5%;
    z-index: -1;
    max-width: 40%;
    position: absolute; }
    @media (max-width: 1199px) {
      .hero-area-v10 .hero-right-man {
        right: 5%; } }


/*======= Common Heading =======*/
.common-heading .tagline {
  font-size: 18px;
  font-family: var(--font-cs-medium);
  line-height: 1.4;
  margin-bottom: 15px; }

.common-heading .title {
  font-size: 38px;
  letter-spacing: -2px;
  line-height: 1.2; }

.common-heading.tagline-boxed .tagline {
  background-color: #d3d4f8;
  color: var(--color-primary);
  padding: 4px 18px;
  border-radius: 30px;
  margin-bottom: 25px; }

.common-heading.tagline-boxed-two .tagline {
  background-color: #e5ecfc;
  color: var(--color-primary-2);
  padding: 4px 18px;
  border-radius: 30px;
  margin-bottom: 25px; }

.common-heading.title-line .title span {
  color: var(--color-primary-2);
  position: relative;
  z-index: 1; }
  .common-heading.title-line .title span img {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -25px; }

.common-heading.title-line.line-less-bottom .title span img {
  bottom: -10px; }

.common-heading.title-line-bottom .heading-line {
  margin-top: 10px; }

.common-heading.heading-white .tagline {
  color: var(--color-white); }

.common-heading.heading-white.tagline-boxed .tagline {
  background-color: var(--color-primary); }

.common-heading.heading-white.tagline-boxed-two .tagline {
  background-color: #1a53e8; }

.common-heading.heading-white .title {
  color: var(--color-white); }

.common-heading-2 .tagline {
  font-size: 14px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
  word-spacing: 2px; }

.common-heading-2 .title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1.2; }

.common-heading-2.heading-white .tagline {
  color: var(--color-white); }

.common-heading-2.heading-white .title {
  color: var(--color-white); }

/*======= Check List =======*/
.check-list li {
  font-size: 18px;
  color: var(--color-body);
  position: relative;
  z-index: 1;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .check-list li:not(:last-child) {
    margin-bottom: 10px; }
  .check-list li::after {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 2px;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 800; }




/*======= Simple Icon Box =======*/
.simple-icon-boxes .icon {
  margin-bottom: 20px;
  font-size: 40px;
  color: var(--color-primary);
  line-height: 0.5; }

.simple-icon-boxes .title {
  font-size: 20px;
  line-height: 1.15; }

.simple-icon-boxes p {
  margin-top: 10px; }

/*======= Icon Box =======*/
.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1; }
  .icon-box .icon {
    color: var(--color-primary-7);
    margin-right: 15px;
    font-size: 50px;
    line-height: 0.5; }
  .icon-box h5 {
    font-size: 35px;
    letter-spacing: -0.2px; }
  .icon-box span {
    font-size: 18px; }

/*======= Image Boxes v1 =======*/
.image-boxes-v1 .image-box {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  padding: 30px 30px;
  text-align: center;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .image-boxes-v1 .image-box:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    top: 0;
    left: 0;
    background: var(--color-primary);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .image-boxes-v1 .image-box .thumb {
    margin-bottom: 30px; }
  .image-boxes-v1 .image-box .title {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700; }
  .image-boxes-v1 .image-box .box-link {
    height: 55px;
    width: 55px;
    border-radius: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    color: var(--color-primary);
    border: 2px solid #ecebfd;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .image-boxes-v1 .image-box:hover .box-link, .image-boxes-v1 .image-box.active .box-link {
    border-color: #473bf0; }

.image-boxes-v1.image-thumbnail-boxed .image-box {
  padding: 45px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative; }
  .image-boxes-v1.image-thumbnail-boxed .image-box .thumb {
    background-color: #f2f5fe;
    height: 180px;
    width: 180px;
    margin: 0 auto 25px;
    border-radius: 50%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .image-boxes-v1.image-thumbnail-boxed .image-box .thumb img {
      max-width: 120px; }
  .image-boxes-v1.image-thumbnail-boxed .image-box .title {
    font-size: 22px; }
  .image-boxes-v1.image-thumbnail-boxed .image-box:before {
    background-color: var(--color-primary-2); }
  .image-boxes-v1.image-thumbnail-boxed .image-box .box-link {
    color: var(--color-primary-2); }
  .image-boxes-v1.image-thumbnail-boxed .image-box:hover .box-link {
    background-color: var(--color-primary-2);
    border-color: var(--color-primary-2);
    color: var(--color-white); }



/*======= Preview Square oval Image =======*/
.preview-square-oval-image {
  position: relative;
  padding-right: 107.5px;
  z-index: 1; }
  .preview-square-oval-image .square-image {
    position: relative;
    overflow: hidden; }
    .preview-square-oval-image .square-image::before {
      position: absolute;
      top: 0;
      left: -100%;
      content: "";
      width: 50%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.3)));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(25deg);
      -ms-transform: skewX(25deg);
      transform: skewX(25deg);
      z-index: 2; }
  .preview-square-oval-image .oval-image {
    position: absolute;
    right: 0;
    bottom: 80px;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    z-index: 3;
    -webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
    box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
    overflow: hidden; }
    .preview-square-oval-image .oval-image img {
      border-radius: 50%;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      border: 10px solid var(--color-white); }
    .preview-square-oval-image .oval-image::before {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      content: "";
      width: 0px;
      height: 0px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%; }
  .preview-square-oval-image.with-counter-box {
    padding-left: 40px; }
  .preview-square-oval-image .counter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
    box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
    border-radius: 12px;
    position: absolute;
    top: 65px;
    left: -30px;
    z-index: 5;
    background-color: var(--color-white);
    padding: 15px 30px; }
    .preview-square-oval-image .counter-item .count-icon {
      margin-right: 15px;
      background-color: var(--color-primary);
      height: 50px;
      width: 50px;
      font-size: 20px;
      border-radius: 50%;
      color: var(--color-white);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .preview-square-oval-image .counter-item .count-details {
      line-height: 1; }
      .preview-square-oval-image .counter-item .count-details .counter {
        font-size: 24px;
        font-weight: 500;
        font-family: var(--font-cs-bold);
        font-line-height: 1;
        color: var(--color-heading);
        margin-bottom: 8px; }
      .preview-square-oval-image .counter-item .count-details p {
        font-size: 17px;
        font-weight: 500;
        font-family: var(--font-cs-medium); }

/*======= Preview Blob Image =======*/
.preview-blob-image.with-floating-icon {
  position: relative;
  z-index: 1; }
  .preview-blob-image.with-floating-icon .floating-icons img {
    position: absolute;
    max-width: 50px;
    z-index: -1; }
  .preview-blob-image.with-floating-icon .floating-icons .icon-1 {
    left: 8%;
    top: 5%; }
  .preview-blob-image.with-floating-icon .floating-icons .icon-2 {
    right: 10%;
    top: 17%; }
  .preview-blob-image.with-floating-icon .floating-icons .icon-3 {
    left: 25%;
    bottom: -5%; }


/*======= Fancy Check List v2   =======*/
.fancy-check-list-v2 li {
  color: var(--color-heading);
  font-size: 20px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .fancy-check-list-v2 li .list-inner {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.28);
    box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.28);
    padding: 20px 35px 20px 85px;
    border-radius: 10px;
    background-color: var(--color-white); }
    .fancy-check-list-v2 li .list-inner::before {
      position: absolute;
      z-index: -1;
      left: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      background-color: var(--color-primary);
      color: var(--color-white);
      content: "\f00c";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      font-size: 15px; }
  .fancy-check-list-v2 li:not(:last-child) {
    margin-bottom: 15px; }
  .fancy-check-list-v2 li:nth-child(1), .fancy-check-list-v2 li:nth-child(4) {
    margin-left: 15px; }
  .fancy-check-list-v2 li:nth-child(2), .fancy-check-list-v2 li:nth-child(5) {
    margin-left: 30px; }

.fancy-check-list-v2.color-heading-3 li {
  color: var(--color-heading-3); }
  .fancy-check-list-v2.color-heading-3 li .list-inner::before {
    background-color: var(--color-primary); }


/*======= Programs  =======*/
.programs-area {
  padding-top: 130px;
  padding-bottom: 130px; }
  .programs-area .row {
    margin-left: 0;
    margin-right: 0; }
    .programs-area .row > div {
      padding-left: 0;
      padding-right: 0; }

.program-item {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 60px 50px 55px;
  border: 1px solid #e5e5e5; }
  @media (max-width: 424px) {
    .program-item {
      padding-left: 25px;
      padding-right: 25px; } }
  .program-item .icon {
    height: 90px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px; }
    @media (max-width: 424px) {
      .program-item .icon {
        height: auto; }
        .program-item .icon img {
          max-width: 55px; } }
  .program-item h4 {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 15px; }
  .program-item p {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .program-item .hover-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    background-size: cover;
    background-position: center; }
    .program-item .hover-bg:before {
      height: 100%;
      content: '';
      width: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background-image: -webkit-linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%);
      background-image: -o-linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%);
      background-image: linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%); }
  .program-item:hover .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  .program-item:hover h4, .program-item:hover p {
    color: white; }
  .program-item:hover .hover-bg {
    opacity: 1; }

.program-more {
  padding-right: 50px; }
  .program-more h2 {
    font-size: 42px;
    margin-top: -10px;
    margin-bottom: 22px; }
    @media (max-width: 575px) {
      .program-more h2 {
        font-size: 35px; } }
  .program-more p {
    margin-bottom: 25px; }
  @media (max-width: 991px) {
    .program-more {
      padding-right: 0;
      padding-left: 50px; } }
  @media (max-width: 767px) {
    .program-more {
      padding: 50px 0 0; } }


/*======= Accordion v1 =======*/
.landio-accordion-v1 .accordion-item:not(:last-child) {
  margin-bottom: 15px; }

.landio-accordion-v1 .accordion-item .accordion-header .accordion-button {
  padding: 20px 30px;
  width: 100%;
  text-align: left;
  background-color: var(--color-white);
  font-family: var(--font-cs-bold);
  font-size: 18px;
  line-height: 1.2;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--color-heading-2); }
  .landio-accordion-v1 .accordion-item .accordion-header .accordion-button::after {
    font-family: "Font Awesome 5 Pro";
    background-image: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    content: "\f105";
    margin-left: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    margin-top: 2px;
    color: var(--color-heading-2);
    font-weight: 600; }

.landio-accordion-v1 .accordion-item .accordion-body {
  background-color: var(--color-white);
  padding: 0 30px 25px;
  border-radius: 0 0 30px 30px; }

.landio-accordion-v1 .accordion-item .accordion-button[aria-expanded="true"] {
  border-radius: 30px 30px 0 0; }
  .landio-accordion-v1 .accordion-item .accordion-button[aria-expanded="true"]::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/*======= Accordion v1 Bordered =======*/
.landio-accordion-v1.accordion-bordered .accordion-item {
  border: 2px solid #edf2fd;
  border-radius: 7px; }
  .landio-accordion-v1.accordion-bordered .accordion-item:not(:last-child) {
    margin-bottom: 15px; }
  .landio-accordion-v1.accordion-bordered .accordion-item .accordion-header .accordion-button {
    padding: 16px 30px;
    border-radius: 0;
    line-height: 1.4; }
    .landio-accordion-v1.accordion-bordered .accordion-item .accordion-header .accordion-button::after {
      content: "\f0a9";
      font-weight: 400; }
  .landio-accordion-v1.accordion-bordered .accordion-item .accordion-body {
    border-radius: 0; }
  .landio-accordion-v1.accordion-bordered .accordion-item .accordion-button[aria-expanded="true"]::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/*======= Accordion v2 =======*/
.landio-accordion-v2 .accordion-item {
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 2, 0.06);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 2, 0.06);
  padding: 0px 35px; }
  .landio-accordion-v2 .accordion-item:not(:last-child) {
    margin-bottom: 15px; }
  .landio-accordion-v2 .accordion-item .accordion-header .accordion-button {
    padding: 16px 0;
    width: 100%;
    background-color: transparent;
    font-family: var(--font-cs-medium);
    font-size: 18px;
    line-height: 1.2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    position: relative;
    color: var(--color-heading-5);
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .landio-accordion-v2 .accordion-item .accordion-header .accordion-button::before {
      content: "\f105";
      width: 30px;
      height: 30px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
      flex: 0 0 30px;
      text-align: center;
      line-height: 30px;
      margin-right: 15px;
      border-radius: 50%;
      font-family: "Font Awesome 5 Pro";
      font-size: 15px;
      font-weight: 600;
      color: var(--color-white);
      background-image: none;
      background-color: var(--color-primary-7);
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .landio-accordion-v2 .accordion-item .accordion-body {
    padding: 0 0 25px 45px; }
  .landio-accordion-v2 .accordion-item .accordion-button[aria-expanded="true"]::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/*======= Accordion Tab =======*/
.accordion-tab .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  margin-bottom: 40px; }
  .accordion-tab .nav .nav-item {
    margin: 3px; }
  .accordion-tab .nav .nav-link {
    border: 0;
    border-radius: 5px;
    margin: 0;
    font-family: var(--font-cs-medium);
    font-size: 16px;
    line-height: 1.4;
    color: var(--color-heading-5);
    background-color: transparent;
    padding: 8px 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .accordion-tab .nav .nav-link.active, .accordion-tab .nav .nav-link:hover {
      background-color: var(--color-primary-7);
      color: var(--color-white); }


/*======= Brand Items =======*/
.brand-items.brand-effect-one img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .brand-items.brand-effect-one img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

.brand-items .brand-item {
  text-align: center; }

.brand-items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.brands-item-grid img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5); }
  .brands-item-grid img:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1); }

.brand-sectioin-title {
  font-size: 30px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1px; }
  .brand-sectioin-title span {
    color: var(--color-secondary); }

.partner-logo img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5; }

.partner-logo a:hover img {
  opacity: 1; }




/*======= Portfolio Filter =======*/
.portfolio-filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .portfolio-filter ul li {
    background-color: var(--color-soft-grey);
    color: var(--color-heading);
    font-family: var(--font-cs-medium);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    padding: 15px 30px;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .portfolio-filter ul li.active, .portfolio-filter ul li:hover {
      background-color: var(--color-primary);
      color: var(--color-white); }

/*======= Portfolio One =======*/
.portfolio-box-one {
  position: relative;
  z-index: 1; }
  .portfolio-box-one::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: var(--color-heading);
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden; }
  .portfolio-box-one .thumb {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .portfolio-box-one .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 3;
    padding: 0px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden; }
    .portfolio-box-one .content .tags {
      margin-bottom: 8px; }
      .portfolio-box-one .content .tags a {
        font-size: 14px;
        line-height: 1.4;
        color: var(--color-white); }
    .portfolio-box-one .content .title {
      font-size: 20px; }
      .portfolio-box-one .content .title a {
        color: var(--color-white); }
  .portfolio-box-one:hover::before {
    opacity: 0.8;
    visibility: visible; }
  .portfolio-box-one:hover .content {
    top: 50%;
    visibility: visible;
    opacity: 1; }

/*======= Portfolio Two =======*/
.portfolio-box-two .portfolio-thumb {
  height: 0;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 100%; }
  .portfolio-box-two .portfolio-thumb a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center; }

.portfolio-box-two .title {
  font-size: 20px;
  margin-bottom: 3px;
  margin-top: 25px;
  line-height: 1.2; }

.portfolio-box-two .tags a {
  color: var(--color-body);
  line-height: 1; }

.portfolio-box-two:hover .portfolio-thumb a {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

/*======= Portfolio Three =======*/
.portfolio-box-three {
  position: relative;
  margin-bottom: 30px; }
  .portfolio-box-three .image * {
    width: 100%;height:auto }
  .portfolio-box-three .content {
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-linear-gradient(45deg, rgba(33, 52, 102, 0.87059) 50%, rgba(195, 0, 39, 0.90196) 100%);
    background-image: -o-linear-gradient(45deg, rgba(33, 52, 102, 0.87059) 50%, rgba(195, 0, 39, 0.90196) 100%);
    background-image: linear-gradient(45deg, rgba(33, 52, 102, 0.87059) 50%, rgba(195, 0, 39, 0.90196) 100%); }
    .portfolio-box-three .content h3 {
      font-size: 30px;
      width:80%;
      margin-bottom: 5px; }
    .portfolio-box-three .content a {
      color: white; }
    .portfolio-box-three .content .tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .portfolio-box-three .content .tags li {
        position: relative; }
        .portfolio-box-three .content .tags li:not(:last-child) {
          margin-right: 12px;
          padding-right: 12px; }
          .portfolio-box-three .content .tags li:not(:last-child):before {
            content: '';
            height: 5px;
            width: 5px;
            right: -2px;
            background: white;
            position: absolute;
            border-radius: 50%;
            top: calc(50% - 2px); }
    .portfolio-box-three .content .portfolio-btn {
      font-size: 22px; }
    .portfolio-box-three .content:before {
      content: '';
      left: 8%;
      top: 8%;
      z-index: -1;
      position: absolute;
      width: 84%;
      height: 84%;
      border: 2px solid rgba(255, 255, 255, 0.2); }
  .portfolio-box-three:hover .content {
    opacity: 0.7; }

/*======= Portfolio Details =======*/
.portfolio-info-box {
  background-color: var(--color-soft-grey);
  padding: 40px 45px;
  position: relative;
  z-index: 1; }
  .portfolio-info-box .box-title {
    font-size: 24px;
    margin-bottom: 25px; }
  .portfolio-info-box ul li:not(:last-child) {
    margin-bottom: 15px; }
  .portfolio-info-box ul li span {
    display: block;
    font-size: 15px;
    line-height: 1.8; }
  .portfolio-info-box ul li .info-title {
    font-size: 18px;
    font-family: var(--font-cs-bold);
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-heading);
    margin-bottom: 5px; }

.portfolio-details-content .portfolio-title {
  font-size: 38px;
  margin-bottom: 30px; }


/*======= Specific Section =======*/

/*======= Faq With Score Box =======*/
.faq-with-seo-score-box .faq-section {
  padding-bottom: 130px;
  padding-top: 270px; }

.faq-with-seo-score-box .seo-score-box {
  position: relative;
  z-index: 2;
  margin-bottom: -150px; }

/*======= Testimonial With Video =======*/
.testimonial-with-video .testimonials-section {
  padding-top: 335px;
  padding-bottom: 130px; }

.testimonial-with-video .landio-video {
  margin-bottom: -245px; }

/*======= Collaborate Section =======*/
  .collaborate-section .collaborate-text-block {
    padding-bottom: 60px;
    padding-top: 60px; }
      .collaborate-section .preview-image-v2 img {
      max-height: 800px; }

/*======= Call to Action =======*/
.cta-with-particle.cta-with-particle .container {
  position: relative;
  z-index: 1; }

.cta-with-particle.cta-with-particle .particle-left,
.cta-with-particle.cta-with-particle .particle-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  max-width: 160px; }

.cta-with-particle.cta-with-particle .particle-left {
  left: 0; }

.cta-with-particle.cta-with-particle .particle-right {
  right: 0; }

.cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px; }
  .cta-btns li {
    padding: 5px; }

.cta-section-with-bg {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center; }
  .cta-section-with-bg::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-heading);
    opacity: 0.75; }

.cta-section {
  position: relative;
  z-index: 1; }
  .cta-section .cta-absolute-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }


/*======= Section Dots Line =======*/
.section-line-dots {
  position: relative;
  z-index: 1; }
  .section-line-dots::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/dots-line-pattern-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

/*======= Simple Call to action =======*/
.simple-cta {
  background-color: var(--color-primary);
  padding: 40px 0;
  position: relative;
  z-index: 1; }
  .simple-cta .cta-title {
    color: var(--color-white);
    letter-spacing: -1px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--font-cs-book); }
  .simple-cta::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/cta/simple-cta-bg.png);
    background-size: cover;
    background-position: center; }

/*======= Faq With Score Box =======*/
.latest-news-with-seo-box .latest-news-section {
  padding-bottom: 130px;
  padding-top: 320px; }

.latest-news-with-seo-box .seo-score-box {
  position: relative;
  z-index: 2;
  margin-bottom: -200px; }

/*======= Half Dots Pattern =======*/
.section-half-dots-pattern,
.section-half-dots-pattern-fixed {
  position: relative;
  z-index: 1; }
  .section-half-dots-pattern::before,
  .section-half-dots-pattern-fixed::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: var(--color-soft-grey);
    background-image: url(../img/dots-pattern-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

/*======= Half Dots Pattern =======*/
.section-half-dots-pattern-fixed::before {
  background-size: contain;
  background-position: top center;
  background-attachment: fixed; }

/*======= Service Details =======*/
.service-details-content .service-title {
  font-size: 42px;
  margin-bottom: 30px; }

.service-details-content .service-subtitle {
  font-size: 30px;
  margin-bottom: 25px; }

/*======= Counter With Video Cta =======*/
.counter-with-vide-cta .counter-section {
  padding-top: 130px;
  padding-bottom: 305px; }

.counter-with-vide-cta .video-cta {
  position: relative;
  z-index: 2;
  margin-top: -305px; }

/*======= Section Author particle =======*/
.section-author-particle {
  position: relative;
  z-index: 1; }
  .section-author-particle .author-particle-image img {
    position: absolute;
    z-index: -1;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.49);
    box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.49); }
    .section-author-particle .author-particle-image img.image-1 {
      left: 9.5%;
      top: 31.5%; }
    .section-author-particle .author-particle-image img.image-2 {
      left: 5%;
      bottom: 23%; }
    .section-author-particle .author-particle-image img.image-3 {
      right: 9.5%;
      top: 31.5%; }
    .section-author-particle .author-particle-image img.image-4 {
      right: 5%;
      bottom: 23%; }

/*======= Benefit Section =======*/
.benefit-section .e-wallet-boxed-container {
  position: relative;
  z-index: 1; }

.benefit-section .container {
  position: static; }

.benefit-section .benefit-content {
  padding-top: 110px;
  padding-bottom: 110px; }

.benefit-section .benefit-preview-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .benefit-section .benefit-preview-images .image-one {
    margin-top: -140px; }
  .benefit-section .benefit-preview-images .image-two {
    margin-bottom: -140px; }

/*======= Newsletter =======*/
.newsletter-area {
  position: relative; }
  .newsletter-area .newsletter-particle-effect img {
    position: absolute; }
    .newsletter-area .newsletter-particle-effect img.particle-1 {
      left: 10%;
      top: 15%; }
    .newsletter-area .newsletter-particle-effect img.particle-2 {
      left: 15%;
      bottom: 20%; }
    .newsletter-area .newsletter-particle-effect img.particle-3 {
      right: 15%;
      top: 20%; }
    .newsletter-area .newsletter-particle-effect img.particle-4 {
      left: 25%;
      bottom: 8%; }



/** Portfolio Section **/
@media (min-width: 1400px) {
  .portfolio-section-three {
    padding-left: 55px;
    padding-right: 55px; } }

.portfolio-title-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .portfolio-title-filter .common-heading {
    max-width: 450px; }

.portfolio-filter-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .portfolio-filter-two li {
    z-index: 1;
    color: black;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 700;
    padding: 1px 18px;
    border-radius: 5px;
    position: relative; }
    .portfolio-filter-two li:before {
      content: '';
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: -1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: absolute;
      border-radius: 5px;
      background:#213366 }
    .portfolio-filter-two li:hover, .portfolio-filter-two li.active {
      color: white; }
      .portfolio-filter-two li:hover:before, .portfolio-filter-two li.active:before {
        opacity: 1; }
    .portfolio-filter-two li:not(:last-child) {
      margin: 0 5px 5px 0; }

/* Home Eleven */
.home-11 .sub-title {
  font-size: 18px;
  color: var(--color-secondary);
  font-family: var(--font-cs-medium); }

.home-11 h2 {
  line-height: 1.4; }
  @media (min-width: 1200px) {
    .home-11 h2 {
      font-size: 42px; } }
  @media (max-width: 575px) {
    .home-11 h2 {
      font-size: 30px; } }
  @media (max-width: 424px) {
    .home-11 h2 {
      font-size: 27px; } }

.home-11 .check-list li::after {
  color: var(--color-secondary); }

/* Home Twelve */
.home-twelve .template-btn {
  border: none;
  color: #040d1a;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffa900; }
  .home-twelve .template-btn:hover {
    color: #040d1a;
    background: #edeeef; }
  .home-twelve .template-btn.style-two {
    background: #edeeef; }
    .home-twelve .template-btn.style-two:hover {
      background: #ffa900; }
  .home-twelve .template-btn.style-three {
    border: 1px solid #282a33; }
    .home-twelve .template-btn.style-three:not(:hover) {
      color: #edeeef;
      background: transparent; }

/* Responsive Gap */
@media (max-width: 991px) {
  .discover-image,
  .promote-content,
  .combination-image,
  .prototyping-image,
  .design-layout-image,
  .customer-review-content {
    margin-bottom: 55px; } }

.pricing-section-h11 {
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .pricing-section-h11:before {
    top: 0;
    content: '';
    z-index: -1;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    position: absolute;
    background: #fd695a;
    left: calc(50% - 325px);
    -webkit-filter: blur(150px) opacity(0.35);
    filter: blur(150px) opacity(0.35); }
    @media (max-width: 767px) {
      .pricing-section-h11:before {
        -webkit-filter: blur(150px) opacity(0.25);
        filter: blur(150px) opacity(0.25); } }


/** Home Ten Blog **/
.blog-area-h10 {
  background: #f9fafe; }

/** Discover Section **/
.discover-content {
  max-width: 450px; }
  .discover-content .check-list-2 li {
    color: #040d1a;
    font-family: var(--font-cs-medium); }
    .discover-content .check-list-2 li:before {
      top: 16px;
      color: #040d1a;
      background: #ffa900; }



.back-to-top {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 999;
  width: 40px;
  height: 40px;
  background-color: var(--color-heading);
  color: var(--color-white);
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }
  .back-to-top:hover {
    color: var(--color-white); }
  .back-to-top.show {
    right: 30px;
    visibility: visible;
    opacity: 1; }



/*======= Page Title  =======*/
.page-title-area {
  padding-top: 145px;
  padding-bottom: 145px;
  background-color: var(--color-soft-grey-2);
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .page-title-area .page-title {
    font-size: 65px;
    margin-bottom: 20px; }
  .page-title-area .breadcrumb-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page-title-area .breadcrumb-nav li {
      position: relative;
      line-height: 1;
      font-size: 24px;
      font-family: var(--font-cs-medium);
      font-weight: 500;
      color: var(--color-heading); }
      .page-title-area .breadcrumb-nav li:not(:last-child)::after {
        display: inline-block;
        content: "\f105";
        padding-left: 12px;
        padding-right: 12px;
        font-family: "Font Awesome 5 Pro";
        font-size: inherit;
        color: var(--color-heading);
        position: relative;
        top: 2px; }
  .page-title-area .page-title-content {
    position: relative;
    z-index: 1; }
  .page-title-area .page-title-effect img {
    position: absolute; }
  .page-title-area .page-title-effect .particle-1 {
    top: 30%;
    left: 15%; }
  .page-title-area .page-title-effect .particle-2 {
    top: 45%;
    left: 19%; }
  .page-title-area .page-title-effect .particle-3 {
    right: 26%;
    top: 20%; }
  .page-title-area .page-title-effect .particle-4 {
    left: 25%;
    bottom: 15%; }
  .page-title-area .page-title-effect .particle-5 {
    right: 15%;
    bottom: 36%; }

/*======= 404  =======*/
.error-page-content h2 {
  margin-bottom: 20px;
  font-size: 85px;
  line-height: 1; }

.error-page-content p {
  font-size: 30px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-heading); }

/*======= Coming Soon =======*/
.coming-soon-area {
  background-color: var(--color-soft-grey-2);
  padding: 150px 0 100px; }
  .coming-soon-area .title {
    margin-bottom: 25px;
    font-size: 92px;
    line-height: 1;
    letter-spacing: -1px; }
  .coming-soon-area .newsletter-notice {
    color: var(--color-heading);
    font-size: 20px;
    font-family: var(--font-cs-medium);
    padding-top: 30px; }

.coming-soon-page .template-header {
  padding: 20px 0;
  border-bottom: 2px solid rgba(220, 221, 224, 0.5); }
  .coming-soon-page .template-header .off-canvas-btn span {
    background-color: var(--color-primary); }


/* adicional */
footer {padding:40px 0px} 
.brand-logo img {max-width:200px;height:auto}
.portfolio-section-three, .programs-area { background:#edf2ff;
  background-image: -webkit-linear-gradient(45deg, #edf2ff 50%, #ffdee5 0%);
  background-image: -o-linear-gradient(45deg, #edf2ff 50%, #ffdee5 80%);
  background-image: linear-gradient(45deg, #edf2ff 50%, #ffdee5 80%);
}
.hero-area-v10 .hero-content .hero-btn-contact-info .template-btn { font-size:26px}
.hero-area-v10 .hero-content .hero-btn-contact-info .template-btn:hover {background-color: #ffd300;color:#000}
.hero-area-v10 .hero-content .hero-btn-contact-info .hero-contact-info .content h6 { margin:0px 0px 5px 0pxpx}
.portfolio-box-three {color:#fff}
.hero-area-v10 .hero-content p {opacity:0.8}
.portfolio-section-three .tags, .portfolio-section-three .portfolio-btn {opacity:0.5}
.portfolio-box-three:hover .tags, .portfolio-box-three:hover .portfolio-btn {opacity:1}
.program-item {background:#fff}
.faq-section {background:#213366}
.faq-section .title {color:#fff}
.hero-contact-info .content span {color:#ffd300}
.hero-area-v10 .hero-content { padding-bottom:30px !important}
.contact-form-v1 { padding:0px;border:0px}
.contact-form-v1 h2 {color:#fff;font-size:40px;text-align:center;margin-bottom:30px}
.contact-form-v1 .input-field { width:49%;float:left;margin-left:1%}
.contact-form-v1 .template-btn { font-size:30px;width:100%;background:red;margin-bottom:60px;padding:13px}
.contact-form-v1 .template-btn:hover {background:red;}

.newsletter-area ul, .newsletter-area li, .common-heading ul, .common-heading li {list-style:disc;margin-top:15px}
.newsletter-area li, .common-heading li {margin:15px 0px 10px 20px}
.newsletter-area p, .newsletter-area li, .common-heading li, .common-heading p {font-size:1.2em;}
.collaborate-section .common-heading li  { color:#fff}
.collaborate-section .template-btn {background:#ffd300 !important;color:#000 !important;font-size:2em}

#saibamais .template-btn, .core-feature .template-btn, .newsletter-area  .template-btn{background:#c30027 !important;border-color:red !important;font-size:26px}
#saibamais .template-btn:hover, .core-feature .template-btn:hover, .newsletter-area .template-btn:hover{color:#ffd300}

.hero-contact-info h6 {color:#fff;font-size:16px;text-transform: uppercase;}
.hero-contact-info a {color:#ffd300 !important;font-size:60px;padding-top:20px}
.hero-contact-info a span { font-size:0.3em;}

/* CURSOS */
.curso .hero-area-v10 {background-position: center center;}

.curso .hero-area-v10:before {
  opacity:0.8
}

.curso .hero-area-v10 .content {width: 300px}
.curso .hero-area-v10 .template-btn {background:#ffd300;color:var(--color-primary);border-radius:10px;font-size:36px;margin-left:0px;border:0px}

.curso .hero-contact-info a {color:#000 !important;padding:30px 40px}
.curso .caixapreco {width:260px;font-size:22px;cursor:pointer}
.curso .caixapreco * {line-height: 0.7em !important;}
.curso .caixapreco span {display: inline-block;}
.curso .caixapreco .d-block {padding-top:30px;}
.curso .avista {padding-top:17px}
.curso .valorcheio b {text-decoration: line-through;}
.curso .caixapreco .d-block span, .valorcheio, .avista {float:left;}
.curso .valorcheio, .avista {width:100%;text-align: center;color:#fff !important;}
.curso .parcelas {font-size:18px;text-align: right;width:57px;padding-top:15px;text-transform:uppercase;}
.curso .parcelas b {font-size:36px;display: block;margin-top:13px;}
.curso .valorparcela {font-size:120px;font-weight: bold;padding-left:15px;}
.curso .cents {width:30px;margin-top:25px;font-size:28px;padding-left:10px;}

/* caixa preco fundo branco */
.curso .caixapreco {
    padding: 20px;
    width:300px;
    /*background: #ffd300;*/
    background: #fff;
    height: 180px;
    color: #213366;
    border-radius: 20px;
    float:left;
    margin-right:30px
}
.curso .hero-area-v10 .hero-contact-info p { padding: 15px 0px 0px 20px;opacity:1;font-size:1.4em}
.curso .valorcheio {opacity:0.8}
.curso .hero-contact-info .content span {color:rgb(21, 40, 161) !important }
.curso .hero-area-v10 .hero-content .hero-btn-contact-info .hero-contact-info {width:100%;display:block !important}
.curso .hero-area-v10 .hero-content .hero-btn-contact-info .template-btn {font-size:1.7em;background:rgb(21, 40, 161,0.3) !important;color:#fff !important;border:5px solid #fff;width:300px;text-align:center;padding:12px 0px;margin:0px 0px 0px 0px}
.curso .hero-area-v10 .hero-content .hero-btn-contact-info .template-btn:hover {color:#fff !important;border-color:#fff !important}
.curso .hero-area-v10 .hero-content .hero-btn-contact-info .template-btn span {width:100%;font-size:0.7em}
 



#iframepopup .hero-area-v10:before, .hideall section, .hideall header, .hideall footer, #iframepopup .template-btn, #iframepopup .hero-btn-contact-info p {display:none}
#iframepopup * {color:rgb(21, 40, 161) !important;}
#iframepopup .hero-area-v10 .hero-content h1  {font-size:60px;letter-spacing:normal}
#iframepopup .hero-area-v10 .hero-content p { font-size:20px}

#iframepopup button.rd-button {color:#fff !important}
#iframepopup {display:block;top:0px;left:0px;width:100%;height:100%;z-index:999;background-color:#ffd300;padding:80px 0px}

.curso #iframepopup .caixapreco {margin:0px !important;cursor:default}
#iframepopup .hero-area-v10 .hero-content {padding-top:0px}
#iframepopup .btn-fechar {text-transform: uppercase;font-size:12px;padding:5px 8px;font-weight:bold;border: 3px solid rgb(21, 40, 161);margin-top:10px}

#iframepopup .col-lg-5.col-md-12>div>section>div>div {width:100% !important;border-radius:20px;overflow:hidden;max-width:480px;margin:0px auto}
#iframepopup .phone-input-group > .select2-container > .select2-choice > .select2-chosen > .flag {margin-left: 0px !important}
#iframepopup .phone-input-group .form-control {height:auto !important}
 
#iframepopup .bricks--column>div, #iframepopup .caixapreco {border-radius:20px;background:#fff !important}


@media (max-width: 991.9px) {
  .curso .hero-contact-info a {color:#000 !important;padding:20px}
  .home .hero-area-v10 { padding-bottom:0px}
  .hero-area-v10 .col-lg-8, .hero-right-man  {max-width:100%;width:100%}
  .hero-area-v10 .hero-right-man {position: static;margin:0px auto}
  .hero-area-v10 .hero-content {padding-top: 120px;padding-bottom: 40px;}
  .curso .hero-area-v10 .hero-content .hero-btn-contact-info {display:inline-block}
  .curso .hero-contact-info {background:transparent !important;border:0px;margin:0px !important;padding-left:0px}
  .hero-area-v10 .hero-content .hero-btn-contact-info .template-btn{margin-top:26px !important;margin-left:auto;}
  .hero-area-v10 .hero-content .hero-btn-contact-info .hero-contact-info{display:block !important;padding-top:30px}
  .hero-area-v10 .hero-content .hero-btn-contact-info .hero-contact-info {padding-top:0px}
  .preview-blob-image.with-floating-icon { max-width:400px;margin:0px auto;padding-bottom:30px}
  .collaborate-section .preview-image-v2 img {display:none}
  .caixapreco {margin:30px 0px 0px 0px !important}
  #iframepopup .col-lg-5.col-md-12 {margin-top:30px;}
  .hero-btn-contact-info {margin:0px auto;display:inline-block;float:unset}
  .hero-area-v10 .hero-content {text-align:center}

  
}
@media (max-width: 767.9px) {
  #cursostec>div {max-width:410px;width:80%;margin:0px auto;}
  .hero-area-v10 .hero-right-man {max-width: 50%;}
  .newsletter-area { padding-top:0px !important}
  .hero-btn-contact-info {display:block !important}
  .curso .caixapreco {width:100%;}
  .curso .hero-area-v10 .content {margin:0px auto}
  .hero-area-v10 .hero-content p {font-size:1.2em;opacity:1;}
  .curso .hero-area-v10 .hero-contact-info p {padding-left:0px}
  #iframepopup p {display:none}
}
@media (max-width: 550px) {
  .portfolio-filter-two {display:none}
  .portfolio-title-filter {display:block;text-align:center;margin-bottom:25px}
  .hero-area-v10 .hero-right-man {max-width: 60%;}
  .collaborate-section .template-btn {font-size:1.5em}
  .hero-area-v10.p-b-60 {padding-bottom:40px}
  .curso .caixapreco {margin-top:15px !important}
  .hero-area-v10 .hero-content h1 {font-size:38px}
  #iframepopup .hero-area-v10 .hero-content h1  {font-size:40px;}

}
@media (max-width:420px) {
  #cursostec>div {max-width:100%;width:auto;margin:0px auto;}
  .hero-area-v10 .hero-right-man {max-width: 70%;}
  .curso .hero-area-v10 .hero-contact-info p {font-size:1.2em !important}

}
@media (max-width:370px) {
  .hero-area-v10 .hero-content p {font-size:18px !important}
  .hero-area-v10.p-b-60 { padding-bottom: 30px !important}
}
.curso .newsletter-area  {background:#fff;color:#000}
.newsletter-area h3 {padding:20px 0px;color:var(--color-primary);font-size:40px}
.newsletter-area p { padding-bottom:10px}
.curso  .image-boxes-v1 .image-box .thumb {padding:10%;border-radius:10%;background-color: var(--color-primary);margin:0px 30px 20px 30px}
.curso  .image-boxes-v1 .image-box .thumb img {filter: hue-rotate(202deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);}
.curso  .image-box p { line-height: 1.5em;}
.curso .common-heading.tagline-boxed .tagline {background:#fff;}
.curso  .collaborate-section {background:var(--color-primary);}
.curso  .collaborate-section .common-heading .title, .curso  .collaborate-section p {color:#fff}
.curso  .collaborate-section .common-heading .title span { font-size: 1.3em;padding:60px 0px 15px}

.curso  .fancy-check-list-v2 li {font-size:16px;margin-left:0px !important}
.curso .fancy-check-list-v2 li .list-inner {padding:10px 25px 10px 65px}
.curso .fancy-check-list-v2 li .list-inner::before {left:20px}

@media (max-width: 575.9px) {
  .curso  .image-boxes-v1 .image-box .thumb {max-width: 200px;margin: 0px auto 30px auto;}
  .curso .image-box { height:auto !important}
}


