@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700i');

/*IMG*/

:root {
    --theme-color: #3582f7;
    --theme-color2: #00549e;
    --title-color: #000000;
    --body-color: #74787c;
    --smoke-color: #f8f8f8;
    --smoke-two: #f3f2f8;
    --light-color: #979797;
    --black-color: #000000;
    --black-color2: #080e1c;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --blue-color: #786acf;
    --border-color: rgb(239, 239, 239);
    --title-font: "Inter", sans-serif;
    --title-font2: "Caveat", cursive;
    --body-font: "Roboto", sans-serif;
    --para-font: "Roboto", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s;
}


/* The animation code */

@keyframes example {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* The element to apply the animation to */

body {
    opacity: 1;
    animation-name: example;
    animation-duration: 4s;
    overflow-x: none;
}

.box-img {
    padding: 20px;
    z-index: 2;
    border-radius: 10px;
    height: 100%;
    background: #f6f6f6;
    position: relative;
    margin-top: 20px;
    height: 300px;
    overflow-y: auto;
}

.box-img .img {
    width: 100px;
}


/* Let's get this party started */

::-webkit-scrollbar {
    width: 12px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(45deg, #21d99c, #1c89d7 100%);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #003E7E;
}

.w-100 {
    width: 100% !important;
}

.w-90 {
    width: 90% !important;
}

.w-80 {
    width: 80% !important;
}

.w-70 {
    width: 70% !important;
}

.w-60 {
    width: 60% !important;
}

.w-50 {
    width: 50% !important;
}

.w-40 {
    width: 40% !important;
}

.w-30 {
    width: 30% !important;
}

.w-20 {
    width: 20% !important;
}

.w-10 {
    width: 10% !important;
}

.mg-0 {
    margin: 0 !important;
}

.pd-0 {
    padding: 0 !important;
}

.mg-bt-0 {
    margin-bottom: 0 !important;
}

.mg-bt-10 {
    margin-bottom: 10px !important;
}

.mg-bt-20 {
    margin-bottom: 20px !important;
}

.mg-bt-30 {
    margin-bottom: 30px !important;
}

.mg-bt-40 {
    margin-bottom: 40px !important;
}

.mg-bt-50 {
    margin-bottom: 50px !important;
}

.mg-tp-0 {
    margin-top: 0 !important;
}

.mg-tp-10 {
    margin-top: 10px !important;
}

.mg-tp-20 {
    margin-top: 20px !important;
}

.mg-tp-30 {
    margin-top: 30px !important;
}

.mg-tp-40 {
    margin-top: 40px !important;
}

.mg-tp-50 {
    margin-top: 50px !important;
}

.mg-tp-100 {
    margin-top: 100px;
}

.mg-rg-0 {
    margin-right: 0 !important;
}

.mg-rg-10 {
    margin-right: 10px !important;
}

.mg-rg-20 {
    margin-right: 20px !important;
}

.mg-rg-30 {
    margin-right: 30px !important;
}

.mg-rg-40 {
    margin-right: 40px !important;
}

.mg-rg-50 {
    margin-right: 50px !important;
}

.mg-lf-0 {
    margin-left: 0 !important;
}

.mg-lf-10 {
    margin-left: 10px !important;
}

.mg-lf-15 {
    margin-left: 15px !important;
}

.mg-lf-20 {
    margin-left: 20px !important;
}

.mg-lf-30 {
    margin-left: 30px !important;
}

.mg-lf-40 {
    margin-left: 40px !important;
}

.mg-lf-50 {
    margin-left: 50px !important;
}

.mg-10 {
    margin: 10px !important;
}

.mg-20 {
    margin: 20px !important;
}

.mg-30 {
    margin: 30px !important;
}

.mg-40 {
    margin: 40px !important;
}

.mg-50 {
    margin: 50px !important;
}

.pd-tp-0 {
    padding-top: 0 !important;
}

.pd-10 {
    padding: 10px !important;
}

.pd-20 {
    padding: 20px !important;
}

.pd-30 {
    padding: 30px !important;
}

.pd-40 {
    padding: 40px !important;
}

.pd-50 {
    padding: 50px !important;
}

.pd-bt-0 {
    padding-bottom: 0 !important;
}

.pd-bt-10 {
    padding-bottom: 10px !important;
}

.pd-bt-15 {
    padding-bottom: 15px !important;
}

.pd-bt-20 {
    padding-bottom: 20px !important;
}

.pd-bt-30 {
    padding-bottom: 30px !important;
}

.pd-bt-40 {
    padding-bottom: 40px !important;
}

.pd-bt-50 {
    padding-bottom: 50px !important;
}

.pd-tp-10 {
    padding-top: 10px !important;
}

.pd-tp-20 {
    padding-top: 20px !important;
}

.pd-tp-30 {
    padding-top: 30px !important;
}

.pd-tp-40 {
    padding-top: 40px !important;
}

.pd-tp-50 {
    padding-top: 50px !important;
}

.pd-lf-0 {
    padding-left: 0px !important;
}

.pd-lf-10 {
    padding-left: 10px !important;
}

.pd-lf-15 {
    padding-left: 15px !important;
}

.pd-lf-20 {
    padding-left: 20px !important;
}

.pd-lf-30 {
    padding-left: 30px !important;
}

.pd-lf-40 {
    padding-left: 40px !important;
}

.pd-lf-50 {
    padding-left: 50px !important;
}

.pd-rg-0 {
    padding-right: 0px !important;
}

.pd-rg-10 {
    padding-right: 10px !important;
}

.pd-rg-15 {
    padding-right: 15px !important;
}

.pd-rg-20 {
    padding-right: 20px !important;
}

.pd-rg-30 {
    padding-right: 30px !important;
}

.pd-rg-40 {
    padding-right: 40px !important;
}

.pd-rg-50 {
    padding-right: 50px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 18px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-100 {
    font-size: 100%;
}

.small {
    font-size: small !important;
}

.negrito {
    font-weight: bold !important;
}

*,
a:hover {
    text-decoration: none !important;
}

.op-0 {
    opacity: 0 !important;
}

.op-10 {
    opacity: 0.1 !important;
}

.op-20 {
    opacity: 0.2 !important;
}

.op-30 {
    opacity: 0.3 !important;
}

.op-40 {
    opacity: 0.4 !important;
}

.op-50 {
    opacity: 0.5 !important;
}

.op-60 {
    opacity: 0.6 !important;
}

.op-70 {
    opacity: 0.7 !important;
}

.op-80 {
    opacity: 0.8 !important;
}

.op-90 {
    opacity: 0.9 !important;
}

.op-100 {
    opacity: 1 !important;
}

.esconder {
    display: none !important;
}

.branco {
    color: #fff !important;
}

.preto {
    color: #000 !important;
}

ul {
    list-style-type: none !important;
}

.fixo {
    position: fixed;
    z-index: 9999;
}

.ln-normal {
    line-height: normal !important;
}

.normal {
    font-weight: normal !important;
}

.border-none {
    border: 0 !important;
    box-shadow: none;
}

.sublinhado {
    text-decoration: underline !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.imaginatrix {
    color: #231e5e;
    font-weight: 600;
}

.imaginatrix-icon {
    color: #b72025;
    vertical-align: middle;
}

.pointer {
    cursor: pointer !important;
}


/*IMGX*/


/*
  Theme Name: Oxygen
  Theme Uri: http://www.themeum.com
  Author: Themeum
  Author Uri: http://www.themeum.com
  Description: Onepage Site Template
  Version: 1.0
*/


/*************************
*******Typography******
**************************/

@font-face {
    font-family: Geon;
    font-weight: normal;
    src: url("../fonts/Geon.otf") format("opentype");
}

@font-face {
    font-family: Geon;
    font-weight: lighter;
    src: url("../fonts/GeonExtraLight.otf") format("opentype");
}

@font-face {
    font-family: Geon;
    font-weight: bold;
    src: url("../fonts/GeonBold.otf") format("opentype");
}

small {
    font-size: 90% !important;
}

body {
    font-family: Geon;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 18px;
}

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
    font-weight: 300;
    color: #090f27;
}

.btn {
    border: 0;
    border-radius: 80px;
}

.btn.btn-primary:hover {
    background-color: #017fb5;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    background: transparent;
    color: #01b3f0;
}

a {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

section {
    padding: 10px 0;
}

.heading {
    padding-bottom: 90px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #fff;
}

.preloader>i {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    top: 50%;
    left: 50%;
    height: 36px;
    width: 36px;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
}


/*************************
********Home CSS**********
**************************/

#home-slider {
    overflow: hidden;
    position: relative;
    padding-top: 50px;
}

#home-slider .caption {
    position: absolute;
    top: 40%;
    margin-top: -104px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: none;
    z-index: 15;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

#home-slider .caption h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
}

.botoes .btn-start {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 80px;
    margin-top: 20px;
    background: linear-gradient(45deg, #002865 10%, #00549e 100%);
    border: 1px solid #002865;
}

.botoes .btn-start:hover {
    color: #002865 !important;
    background: #ffffff !important;
    border: 1px solid #002865;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: inherit;
    height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.left-control,
.right-control {
    position: absolute;
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 20;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.left-control {
    left: -51px
}

.right-control {
    right: -51px;
}

.left-control:hover,
.right-control:hover {
    color: #fff;
}

#home-slider:hover .left-control {
    left: 30px
}

#home-slider:hover .right-control {
    right: 30px
}

#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    width: 24px;
    margin-left: -12px;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
}

.navbar-right li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    padding: 9px;
    padding-top: 23px;
    padding-bottom: 23px;
}

.navbar-left li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    padding: 9px;
    padding-top: 23px;
    padding-bottom: 23px;
}

.navbar-center li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 9px;
    padding-top: 23px;
    padding-bottom: 23px;
}

.navbar-right li.active a {
    background-color: rgba(0, 0, 0, .2);
}

.navbar-left li.active a {
    background-color: rgba(0, 0, 0, .2);
}

.navbar-brand h1 {
    margin-top: 5px;
}


/*************************
********Service CSS*******
**************************/

.service-icon {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    width: 90px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.our-services .col-sm-4:hover .service-icon {
    background-color: #333;
}

.our-services .col-sm-4 {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4),
.our-services .col-sm-4:nth-child(5),
.our-services .col-sm-4:nth-child(6) {
    border-bottom: 0;
    padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3),
.our-services .col-sm-4:nth-child(6) {
    border-right: 0;
}

.service-info h3 {
    margin-top: 35px;
}


/*************************
********About CSS*******
**************************/

#about-us {
    background-image: url(../images/about-bg.jpg);
    padding: 60px 0;
}

#about-us h2 {
    margin-top: 0;
    color: #fff;
}

#about-us .lead {
    font-size: 18px;
    margin-bottom: 10px;
}

#about-us h1 {
    margin-bottom: 30px;
}

.progress {
    height: 20px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 25px;
}

.progress-bar {
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: right;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 600;
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}


/*************************
********portfolio CSS*****
**************************/

#portfolio .container-fluid,
#portfolio .col-sm-3 {
    overflow: hidden;
    padding: 0;
}

#portfolio .folio-item {
    position: relative;
}

#portfolio .overlay {
    background-color: #000;
    color: #fff;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay .overlay-text {
    display: table-cell;
    vertical-align: middle;
}

.overlay .folio-info {
    opacity: 0;
    margin-bottom: 75px;
    margin-top: -75px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
    margin-top: 0;
    color: #fff;
}

.folio-overview a {
    font-size: 18px;
    color: #333;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-right: 5px;
}

.folio-overview a:hover {
    color: #fff;
}

.folio-overview .folio-expand {
    margin-top: -500px;
    margin-left: -500px;
}

.folio-image,
.folio-overview .folio-expand {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
    -webkit-transform: scale(1.5) rotate(-15deg);
    transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
    width: 100%;
}

#portfolio .folio-item:hover .overlay {
    opacity: 0.8;
    bottom: 0;
    height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
    margin-top: 0;
    margin-left: 0;
}

#portfolio .folio-item:hover .overlay .folio-info {
    opacity: 1;
    margin-bottom: 0;
    margin-top: 0;
}

#single-portfolio {
    padding: 90px 0;
    background: #f5f5f5;
    position: relative;
}

#single-portfolio {
    width: 100%;
    margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
    position: absolute;
    top: 30px;
    font-size: 34px;
    width: 34px;
    height: 34px;
    left: 50%;
    color: #999;
    margin-left: -17px;
}


/*************************
*********Team CSS*********
**************************/

#team {
    padding-top: 0;
}

.team-members {
    margin-bottom: 25px;
}

.social-icons {
    margin-top: 30px;
    text-align: center;
}

.social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.social-icons ul li {
    float: left;
    margin-right: 8px;
}

.social-icons ul li:last-child {
    margin-right: 0;
}

.social-icons ul li a {
    color: #fff;
    background-color: #d9d9d9;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: block;
    font-size: 18px;
    opacity: 0.8;
}

.social-icons ul li a:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.team-member {
    text-align: center;
    color: #333;
    font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
    background-color: #3b5999;
}

.team-member:hover .social-icons ul li a.twitter {
    background-color: #2ac6f7;
}

.team-member:hover .social-icons ul li a.dribbble {
    background-color: #ff5b92;
}

.team-member:hover .social-icons ul li a.linkedin {
    background-color: #036dc0;
}

.team-member:hover .social-icons ul li a.rss {
    background-color: #ff6b00;
}

#team .container-responsive {
    width: 100%;
}

.member-info h3 {
    margin-top: 35px;
}

.member-info h4 {
    font-size: 14px;
    margin-bottom: 15px;
    color: #999;
}


/*************************
*******Features CSS*******
**************************/

#features {
    text-align: center;
    background-image: url(../images/features-bg.jpg);
}

#features i {
    font-size: 48px;
}

#features h3 {
    margin-top: 15px;
    font-size: 30px;
    margin-bottom: 7px;
    color: #fff;
}

#features .slider-overlay {
    opacity: 0.8;
}


/*************************
*****Pricing Table CSS****
**************************/

.pricing-table {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid var(--border-color);
}

.single-table {
    padding: 10px 10px 10px;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
}

.single-table h3 {
    margin-top: 0;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.price {
    font-size: 30px;
    line-height: 30px;
}

.price span {
    font-size: 14px;
    line-height: 14px;
}

.single-table ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.single-table ul li {
    line-height: 28px;
}

.single-table.featured {
    color: #fff;
}

.single-table.featured h3 {
    color: #fff;
}

.single-table.featured .btn.btn-primary {
    background-color: #fff;
}


/*************************
********Twitter CSS*******
**************************/

#twitter {
    background-image: url(../images/twitter-bg.jpg);
}

#twitter>div {
    text-align: center;
    position: relative;
}

#twitter-carousel {
    position: relative;
    z-index: 15
}

.twitter-icon {
    position: relative;
    z-index: 15;
    color: #fff;
}

.twitter-icon .fa-twitter {
    font-size: 24px;
    height: 64px;
    width: 64px;
    line-height: 65px;
    border-radius: 50%;
    position: relative;
}

.twitter-icon .fa-twitter:after {
    position: absolute;
    content: "";
    border-width: 8px;
    border-style: solid;
    left: 24px;
    bottom: -14px;
}

#twitter-carousel .item {
    padding: 0 55px;
}

#twitter-carousel .item a {
    color: #fff;
}

.twitter-icon h4 {
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
}

.twitter-left-control,
.twitter-right-control {
    position: absolute;
    top: 50%;
    color: #fff;
    border: 1px solid #fafafa;
    height: 34px;
    width: 34px;
    line-height: 31px;
    margin-top: -17px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 15
}

.twitter-left-control {
    left: 80px;
}

.twitter-right-control {
    right: 80px
}

.twitter-left-control:hover,
.twitter-right-control:hover {
    color: #fff;
}


/*************************
**********Blog CSS********
**************************/

.post-thumb {
    position: relative;
}

.post-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.post-meta {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.post-meta span {
    margin-right: 18px;
}

#post-carousel .carousel-indicators {
    bottom: 3px;
    left: 90%;
}

.blog-left-control,
.blog-right-control {
    position: absolute;
    top: 45%;
    width: 30px;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    font-size: 36px;
}

.blog-left-control {
    left: 0;
}

.blog-right-control {
    right: 0;
}

.blog-left-control:hover,
.blog-right-control:hover {
    color: #fff;
}

.entry-header h3 a {
    line-height: 30px;
}

.entry-header .date,
.entry-header .cetagory {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}

.entry-header .date:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 20px;
    height: 3px;
}

.entry-content {
    font-size: 14px;
}

.load-more {
    display: block;
    text-align: center;
    margin-top: 70px;
}

.btn-loadmore {
    border: 1px solid #f2f2f2;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 125px;
    text-transform: uppercase;
}

.btn-loadmore:hover {
    color: #fff;
}


/*************************
**********Contact CSS*****
**************************/

#contact {
    padding-top: 45px;
    padding-bottom: 0;
}

#google-map {
    height: 350px;
}

#contact-us {
    background-image: url(../images/contact-bg.jpg);
    padding-bottom: 90px;
}

#contact-us .heading {
    padding-top: 95px;
}

.form-control {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .1);
    height: 50px;
    border-radius: 30px;
    box-shadow: none;
}

textarea.form-control {
    min-height: 180px;
    resize: none;
}

.form-group {
    margin-bottom: 30px;
}

.contact-info {
    font-weight: 300;
    background: rgba(0, 0, 0, .4);
    padding: 20px 20px 20px 30px;
}

ul.address {
    margin-top: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info ul li {
    margin-bottom: 8px;
}

.contact-info ul li a {
    color: #fff;
}

.btn-submit {
    display: block;
    padding: 12px;
    width: 100%;
    color: #fff;
    border: 0;
    margin-top: 40px;
    border-radius: 30px;
}

#footer {
    color: #fff;
}

.footer-top {
    position: relative;
    padding: 30px 0
}

#footer .footer-bottom {
    background-color: #fff;
    padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
    text-decoration: underline;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 5px;
}

#footer .social-icons {
    margin-top: 15px;
}

#footer .social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .social-icons ul li a {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    line-height: 33px;
}

#footer .social-icons ul li a:hover {
    color: #fff
}

#footer .social-icons ul li a.envelope:hover {
    background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
    background-color: #3b5999;
}

#footer .social-icons ul li a.twitter:hover {
    background-color: #2ac6f7;
}

#footer .social-icons ul li a.dribbble:hover {
    background-color: #ff5b92;
}

#footer .social-icons ul li a.linkedin:hover {
    background-color: #036dc0;
}

#footer .social-icons ul li a.tumblr:hover {
    background-color: #ff6b00;
}


/*Presets*/

.carousel-inner .item {
    max-height: 600px !important;
}

.main-nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.main-nav .navbar-collapse {
    display: none;
}

.navbar-fixed-top .navbar-collapse {
    display: block;
}

.main-nav .container-fluid {
    background: linear-gradient(45deg, #21d99c, #1c89d7 100%);
}

.main-nav .navbar-collapse {
    background-color: transparent;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
}

.nav>li>a {
    position: relative;
    display: block;
}

a.navbar-brand img {
    max-width: 160px;
}

.carousel-inner .tit-2 {
    font-size: 82px;
    font-weight: 100;
    color: black;
}

.carousel-inner .tit-3 {
    font-size: 42px;
    font-weight: 600;
    color: #004891;
    margin-top: 45px;
}

.agua {
    color: #00b3f0 !important;
}

.azul {
    color: #004891 !important;
}

p.animated.fadeInLeftBig.azul {
    font-size: 22px;
    margin-top: 20px;
}

.btn-default {
    color: #fff;
    background-color: #004891;
    white-space: normal;
}

.pd-120 {
    padding: 120px 0;
}

.historia {
    background-image: url(../images/sirio-1500x600.jpg) !important;
}

input.form-control,
textarea#message {
    background: #fff !important;
}

.footer-bottom {
    display: none;
}

.h300 {
    height: 180px !important;
}

.t92 {
    top: 92% !important;
}

#programacao strong {
    font-size: 17px;
}

p.data strong {
    font-size: 20px !important;
    color: #004891;
    margin-bottom: 20px;
}

#programacao .borda {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.preloader {
    display: none;
}

.bandeiras {
    display: none;
}

table.w-100.mg-bt-10.inscricoes-h {
    width: 0%;
    font-size: 17px;
    text-align: left;
    font-family: Geon;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.inscricoes-h tr {
    border-bottom: 1px solid var(--border-color);
    border-radius: 10px;
}

.inscricoes-h td {
    padding: 10px 5px;
    text-align: center;
    font-family: Geon;
}

.inscricoes-h th {
    font-family: Geon;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    padding: 19.5px 10px;
    border-radius: 10px;
}

.inscricoes-h td:first-child {
    text-align: left;
    font-size: 17px;
}

.contact-info img {
    max-width: 170px;
    margin-top: 10px;
}

b,
strong {
    font-weight: 800;
}

section#blog {
    display: none;
}

.lb-outerContainer {
    display: none;
}

.mg-bt-5 {
    margin-bottom: 5px !important;
}

section#programacao p {
    font-size: 18px;
    color: #444;
    text-transform: uppercase;
    line-height: normal;
}

section#programacao p.sublinhado {
    font-size: 18px;
    color: #004891;
    text-transform: uppercase;
}

.politica * {
    font-size: 18px;
}

.politica ul {
    list-style-type: circle !important;
}

p.data {
    background: #004891;
    padding: 5px 0;
    text-align: center;
}

p.data strong {
    color: #fff !important;
}

p.ln-normal.fs-12.mg-bt-0 {
    display: none;
}

#programacao tr:nth-child(odd) {
    background: #eaeff7;
}

#apresentacao {
    font-size: 18px;
    text-align: justify;
}

hr {
    border-top: 1px solid #c4cfda;
}

.bg-agua {
    background-color: #00b3f0 !important;
}

.bg-smoke {
    background-color: #f8f8f8 !important;
    text-align: center;
}

.bg-blue {
    background: linear-gradient(45deg, #002865 10%, #00549e 100%);
}

.bg-gradient-theme {
    background: -webkit-linear-gradient(45deg, #21d99c, #1c89d7 100%);
    background: linear-gradient(45deg, #21d99c, #1c89d7 100%);
}

.bg-gradient-theme-opacity {
    background: -webkit-linear-gradient(45deg, #21d99c, #1c89d7 100%);
    background: linear-gradient(45deg, #21d99c, #1c89d7 100%);
}

.bg-gradient-theme h1 {
    color: white !important;
}

.bg-gradient-theme h3 {
    color: whitesmoke !important;
}

.navbar-nav>li>.dropdown-menu {
    background: #004891;
}

.subb {
    display: block !important;
    padding: 10px 5px !important;
}

.subb a {
    padding: 5px !important;
}

.nacionais li {
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px #00b3f0 solid;
}

.list-group-item {
    border-color: #EAEAEA;
    border-left: 3px solid;
    border-left-color: var(--link-base, rgba(51, 122, 183, 1)) !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 8px !important;
}

.list-group-item {
    min-height: 103px;
    margin-bottom: 3px;
}

.media-body {
    padding-left: 90px;
}

.media-body.no-image {
    padding-left: 10px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    margin-top: 20px;
}

.list-group-item .img-circle {
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    max-width: 100px;
    border-radius: 0px;
}

.list-group-item .media-left {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    background-position: center;
    position: absolute;
    background-size: cover;
}

.modal-img-palestrantes {
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    width: 200px;
}

.modal-header .media-left {
    border-radius: 15px;
    width: 100px;
    height: 100px;
    background-position: center;
    position: absolute;
    background-size: cover;
    margin-top: -15px;
}

.modal-header .media-left~h2 {
    padding-left: 0px;
}

.nomepalestrante {
    font-weight: 500;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
}

.list-group-item img {
    max-height: 70px;
}

.media-object {
    display: block;
}

.img-circle {
    border-radius: 50%;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #090f27;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #090f27;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #090f27;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #090f27;
}

.hospedagem table {
    width: 100%;
}

.hospedagem tr:first-child {
    background: #004891;
    color: #fff;
}

.hospedagem table td {
    padding: 5px;
    font-size: 18px;
    border-bottom: 1px #ccc solid;
    text-align: right;
}

.hospedagem table td:first-child {
    text-align: left;
}

.hospedagem table tr:nth-child(even) {
    background: #eee;
}

.restaurantes .row {
    margin-bottom: 40px;
}

.restaurantes p strong {
    font-size: 18px;
}

.restaurantes img {
    margin-bottom: 10px;
}

.apoio {
    text-align: left;
}

.apoio img {
    max-height: 100px;
    padding: 5px;
    margin: -2px;
}

.apoio-branco {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.botoes {
    text-align: center;
    position: relative;
    bottom: 18px;
    width: 100%;
}

#services p {
    font-size: 18px;
    text-align: justify;
}

.texto-data * {
    text-align: center !important;
}

.mob {
    display: none;
}

.tb-hospedagem td:nth-child(6) {
    display: none;
}

.tb-hospedagem td {
    padding: 10px;
}

.main-nav {
    height: 68px !important;
}

#home-slider {
    margin-top: 10px !important;
}

.text-left-i {
    text-align: left !important;
}

.navbar-collapse {
    background: linear-gradient(45deg, #21d99c, #1c89d7 100%);
}

body {
    animation-name: opBody;
    animation-duration: 4s;
}

@-webkit-keyframes opBody {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes opBody {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.atividades strong {
    font-size: 14px !important;
}

p.titulo-atv strong {
    font-size: 18px !important;
}

.flags img {
    max-width: 26px;
    cursor: pointer;
}

.flags {
    padding: 20px;
    margin-top: 0;
    top: 10px;
    display: flex;
}

@media (max-width: 768px) {
    #programacao .borda {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        clear: both;
    }
    .navbar-collapse {
        display: none;
        margin-top: -20px;
    }
    .nav:before {
        display: table;
        content: " ";
    }
}

<!--teste-->.single-btn-subkers {
    margin-top: 30px;
}

.speakers-image {
    position: relative;
    padding: 15px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.speakers-image:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    /*background: -webkit-linear-gradient(45deg, rgb(90, 162, 88) 0%, rgb(0, 115, 165) 100%);
    background: linear-gradient(45deg, rgb(90, 162, 88) 0%, rgb(0, 115, 165) 100%);*/
    z-index: -1;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.speakers-image img {
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    width: 200px;
    height: 250px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.single-speakers:hover .speakers-image {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.single-speakers:hover .speakers-image img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.speakers-image:hover {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.speakers-image:hover img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.speakers-info {
    padding-top: 20px;
    text-align: center;
}

.speakers-info strong {
    font-weight: bold;
}

.speakers-info h3 {
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.speakers-info h3:hover {
    color: #00f2e1 !important;
}

.speakers-info a {
    text-transform: capitalize;
    letter-spacing: 2px;
    color: lightblue !important;
}

.speakers-info a strong {
    text-transform: uppercase !important;
}

.speakers-info p a {
    font-weight: bold;
}

.bg-gradient-theme .speakers-info {
    color: lightblue !important;
}

.bg-smoke .speakers-info a {
    color: #004891 !important;
}

.banner-div {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    text-shadow: 1px 1px 2px black;
    background-image: url("../images/fundo1.jpg"), linear-gradient(#21d99c, #1c89d7);
}

.banner-div h1,
.banner-div h2,
.banner-div h3,
.banner-div h4,
.banner-div h5,
.banner-div h6 {
    color: white;
    font-weight: bolder;
    text-shadow: 1px 1px 2px black;
}

.banner-div span {
    font-size: xx-large;
    text-shadow: 1px 1px 2px black;
}

.title-area .line,
.title-area .line2 {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    width: 100px;
    display: inline-block;
    position: relative;
}

.title-area .line:before,
.title-area .line:after,
.title-area .line2:before,
.title-area .line2:after {
    content: "";
    height: 3px;
    width: 65px;
    background-color: var(--theme-color);
    position: absolute;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 999px;
}

.title-area .line:before,
.title-area .line2:before {
    left: 0;
}

.title-area .line:after,
.title-area .line2:after {
    background-color: var(--theme-color2);
    width: 25px;
    right: 0;
}

section:hover .title-area .line:before,
div:hover .title-area .line:before,
section:hover .title-area .line2:before,
div:hover .title-area .line2:before {
    width: 25px;
}

section:hover .title-area .line:after,
div:hover .title-area .line:after,
section:hover .title-area .line2:after,
div:hover .title-area .line2:after {
    width: 65px;
}

.title-area .line2:before,
.title-area .line2:after {
    content: "";
    height: 3px;
    width: 65px;
    background-color: #212529;
    position: absolute;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 999px;
}

.title-area .line2:after {
    background-color: var(--white-color);
    width: 25px;
    right: 0;
}

.brand-img-shadow {
    -webkit-box-shadow: 0px 12px 40px 0px rgb(203 201 209 / 15%);
    /* box-shadow: 0px 12px 40px 0px rgb(203 201 209 / 15%); */
    text-align: center;
    background-color: var(--white-color);
    padding: 42px 15px;
    border-radius: 15px;
}

.brand-img-shadow img {
    height: 42px;
}

.col-centered {
    float: none;
    display: inline-block;
    margin: 0 auto;
    /* margin-left: auto; margin-right: auto; */
}

.brand-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px;
}

.brand-wrap img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-height: 42px;
}


/*------------------- Schedule -------------------*/

.shedule-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.shedule-table .table-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid var(--border-color);
}

.shedule-table .table-column:last-of-type {
    border-right: none;
}

.shedule-table .vs-btn {
    padding: 12px 25px;
    min-width: 130px;
    background-color: transparent;
    background-image: none;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.shedule-table .vs-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}

.shedule-table .th,
.shedule-table .td {
    text-align: center;
}

.shedule-table .th {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    padding: 19.5px 10px;
}

.shedule-table .td {
    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;
    gap: 8px;
    height: 83px;
    width: 100%;
    padding: 10px;
    line-height: 1.3;
}

.shedule-table .td:nth-of-type(odd) {
    background-color: var(--smoke-color);
}

.shedule-table .td i {
    color: var(--theme-color);
    line-height: 1.3;
}

.shedule-table .td img {
    border-radius: 999px;
}


/* Large devices */

@media (max-width: 1199px) {
    .shedule-table .td i {
        display: none;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .shedule-table {
        min-width: 760px;
    }
    .shedule-table-area {
        overflow-x: scroll;
    }
}

.shedule-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.shedule-table .table-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid var(--border-color);
}

.shedule-table .table-column:first-child {
    max-width: 150px;
}

.shedule-table .time-column .td {
    display: flex;
    vertical-align: middle;
}

.shedule-table .pic-column .td {
    display: flex;
    vertical-align: middle;
}

.shedule-table .th,
.shedule-table .td {
    text-align: center;
}

.shedule-table .table-column:nth-child(2) {
    max-width: 80px;
}

.shedule-table .table-column:nth-child(3) .td {
    text-align: left;
}

.shedule-table .th {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    padding: 19.5px 10px;
}

.shedule-table .td {
    /* display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; */
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    height: 83px;
    width: 100%;
    padding: 10px;
    line-height: 1.3;
}

.shedule-table .td img {
    border-radius: 999px;
    max-width: 50px;
    max-height: 50px;
}

.schedule-table {
    width: 100%;
    font-size: 17px;
    text-align: left;
}

.schedule-table td:first-child {
    width: 180px;
    align-items: center;
    justify-content: center;
}

.schedule-table td:nth-child(2) {
    width: 90px;
    display: flexbox;
    align-items: center;
    justify-content: center;
}

.schedule-table td:nth-child(3) {
    text-align: left;
}

.schedule-table td img {
    border-radius: 999px;
    max-width: 50px;
    max-height: 50px;
}

.schedule-table td {
    gap: 8px;
    min-height: 83px;
    padding: 10px;
    line-height: 1.3;
}

.schedule-table td i {
    color: var(--theme-color);
    line-height: 1.3;
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: -22px 0 0 0;
    padding: 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    position: relative;
    display: block;
    font-size: 18px;
    padding: 22px 40px 22px 25px;
    border-bottom: 1px solid #eaeaea;
    color: var(--title-color);
    font-weight: 400;
    line-height: 1.56;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 900;
    margin-right: 10px;
    color: var(--theme-color);
    position: relative;
    position: absolute;
    left: 0;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
    color: var(--theme-color);
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative;
}

.widget_categories {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    margin-top: 30px;
}

.widget_categories ul {
    display: inline-block;
}

.widget_categories li {
    display: block;
}

.widget_nav_menu li span,
.widget_meta li span,
.widget_pages li span,
.widget_archive li span,
.widget_categories li span {
    position: absolute;
    top: 20px;
    right: 0;
    color: var(--theme-color);
    background-color: transparent;
    border: 1px solid rgba(240, 64, 27, 0.4);
    min-width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    border-radius: 9999999px;
    font-size: 12px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px;
    margin-top: 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px;
}

.tab-style8 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.tab-style8 .tab-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background-color: transparent;
    border: 1px solid #F0F0F0;
    -webkit-box-shadow: 0px 6px 20px rgb(23 27 42 / 5%);
    box-shadow: 0px 6px 20px rgb(23 27 42 / 5%);
    border-radius: 10px;
    font-size: 18px;
    padding: 20px 25px;
    position: relative;
    justify-content: center;
}

.tab-style8 .tab-btn.active i {
    color: var(--white-color);
}

.tab-style8 .tab-btn i {
    font-size: 44px;
    color: var(--theme-color);
    line-height: 1;
}

.tab-style8 .tab-btn .day-box {
    text-align: left;
}

.tab-style8 .tab-btn .day {
    font-size: 20px;
    font-weight: 600;
    color: var(--title-color);
    display: block;
    margin-bottom: 5px;
}

.tab-style8 .tab-btn .date {
    color: var(--body-color);
    font-size: 14px;
}

.tab-style8 .tab-btn.active {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.tab-style8 .tab-btn.active i {
    color: var(--white-color);
}

.tab-style8 .tab-btn.active .day,
.tab-style8 .tab-btn.active .date {
    color: var(--white-color);
}

.tab-style8 .tab-btn.active .day,
.tab-style8 .tab-btn.active .date {
    color: var(--white-color);
}

.col-team-grid {
    width: 300px;
    display: inline-block;
    margin: 10px
}

.team-grid {
    -webkit-box-shadow: 0px 10px 25px 0px rgb(148 148 148 / 7%);
    box-shadow: 0px 10px 25px 0px rgb(148 148 148 / 7%);
    border-radius: 30px;
    overflow: hidden;
}

.team-grid_img {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.team-grid_img img {
    min-height: 150px;
    min-width: 150px;
    max-width: 150px;
    position: sticky;
    right: 0;
}

.team-grid_info {
    background-color: var(--white-color);
    padding: 2px 5px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.team-grid_info img {
    display: inline-block;
    margin: 0 auto;
}

.team-grid_info:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
    background-image: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color2) 100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
}

.team-grid_title {
    font-size: 20px;
    color: var(--title-color);
    margin-bottom: 2px;
}

.team-grid a {
    cursor: pointer;
}

.team-grid_desig {
    color: var(--theme-color);
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
}

.team-grid_desig strong {
    font-weight: bold;
    display: block;
    text-align: center;
}

.team-grid_desig p {
    font-size: 16px;
}

.modal-body p {
    font-size: 18px;
}

.team-grid:hover .team-social {
    right: 0;
}

.team-grid .team-social {
    position: absolute;
    bottom: 0;
    right: -100%;
    height: 50px;
    background-color: var(--white-color);
    padding: 0 30px;
    border-radius: 15px 0 0 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    padding-top: 10px;
}

.team-grid .plus-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 15px 0 0 0;
}

.wpp-button {
    position: fixed;
    bottom: 30px;
    color: green;
    display: inline-block;
    border-radius: 50%;
    right: 10px;
    z-index: 96;
    background-color: #1ad03f;
}

.wpp-button i {
    display: inline-block;
    color: var(--white-color);
    text-align: center;
    font-size: 30px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    border: 1px solid #1ad03f;
}

.wpp-button:hover {
    transform: scale(1.2);
}

.wpp-button:hover {
    background-color: var(--white-color);
}

.wpp-button:hover i {
    color: #1ad03f;
}


/* Footer IEP */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

* {
    --primary: #023A89;
    --secondary: #06A4E8;
    --tertiary: #FF9A22;
    --quaternary: #0474BE;
    --quinternary: #6831AE;
}

.footer .content-wrapper {
    margin: 0 auto;
    padding: 0;
}

.footer-row-0-padding {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.row-fluid {
    width: 100%;
}

.section-footer-wrapper {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

.content-footer {
    width: 400px;
}

.content-footer {
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
}

.content-footer h4 {
    color: #fff;
    margin: 0 0 20px;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px;
    font-weight: 500;
}

.content-footer span {
    color: white;
}

footer,
footer i {
    color: white;
}

footer i {
    font-size: 1.5em;
}

.content-col-footer a {
    color: white;
}

[data-expandable] [data-expand-text] {
    --line-height: 1.5;
    --lines-to-show: 6;
    position: relative;
    box-sizing: border-box;
    line-height: var(--line-height);
    overflow: hidden;
    height: calc(var(--line-height) * var(--lines-to-show) * 1em);
}

[data-overflow="false"] [data-expand-text] {
    height: initial;
}

[data-expandable].expanded [data-expand-text] {
    height: initial;
}

[data-overflow="false"] [data-expand-button] {
    display: none;
}

[data-expandable] [data-expand-text]::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.7));
}

[data-overflow="false"] [data-expand-text]::before,
[data-expandable].expanded [data-expand-text]::before {
    background: initial;
}

@media (max-width: 420px) {
        .w-custom {
            width: 100% !important;
        }
        body {
            margin-top: auto;
        }
    }
    

html, body {
    padding: 0;
    overflow-x: hidden;
}

