:root {
--body-font-family: "Inter", sans-serif;
--heading-font-family: "Work Sans", sans-serif;
--body-color: #646464;
--main-color: #ffc53a;
--main-color-home-two: #f66a1d;
--heading-color: #132361;
--optional-color: #36348e;
--white-color: #ffffff;
--black-color: #000000;
--font-size: 16px;
--mobile-font-size: 15px;
--transition: all ease .5s;
--border-radius: 4px;
--box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
body {
font-size: var(--font-size);
font-family: var(--body-font-family);
color: var(--body-color);
}
a {
transition: var(--transition);
text-decoration: none;
color: var(--body-color);
}
a:hover {
text-decoration: none;
color: var(--main-color-home-two);
}
a:focus {
text-decoration: none;
}
button {
outline: 0 !important;
box-shadow: none;
border: none;
padding: 0;
}
button:focus {
box-shadow: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: var(--heading-color);
font-weight: 700;
font-family: var(--heading-font-family);
}
.d-table {
width: 100%;
height: 100%;
}
.d-table-cell {
vertical-align: middle;
}
p {
font-size: var(--font-size);
margin-bottom: 15px;
line-height: 1.8;
letter-spacing: -0.02em;
}
p:last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
height: auto;
}
.form-control {
height: 55px;
color: var(--heading-color);
border: 1px solid #f2f0ef;
background-color: #f2f0ef;
font-size: 16px;
padding: 10px 20px;
width: 100%;
transition: var(--transition);
border-radius: var(--border-radius);
}
.form-control::-moz-placeholder {
color: #757575;
}
.form-control::placeholder {
color: #757575;
}
.form-control:focus {
color: var(--black-color);
background-color: var(--white-color);
box-shadow: unset;
outline: 0;
border: 1px solid var(--main-color);
}
.form-control:hover:focus, .form-control:focus {
box-shadow: unset;
}
textarea.form-control {
height: auto;
}
.ptb-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.pt-100 {
padding-top: 100px;
}
.pb-100 {
padding-bottom: 100px;
}
.pt-70 {
padding-top: 70px;
}
.pb-70 {
padding-bottom: 70px;
}
.pb-75 {
padding-bottom: 75px;
}
.pb-150 {
padding-bottom: 150px;
}
.pt-50 {
padding-top: 50px;
}
.mt-30 {
margin-top: 30px;
}
.mb-30 {
margin-bottom: 30px;
}
.ml-15 {
margin-left: 15px;
}
.mr-15 {
margin-right: 15px;
} .bg-color-f9f9fc {
background-color: #f9f9fc;
}
.bg-color-edf8ff {
background-color: #edf8ff;
}
.bg-color-ffc53a {
background-color: #ffc53a;
}
.bg-color-b7d8ef {
background-color: #b7d8ef;
}
.bg-color-edf6fd {
background-color: #edf6fd;
} .default-btn {
font-size: 16px;
font-weight: 600;
font-family: var(--heading-font-family);
background-color: #CDD4FB;
border-radius: var(--border-radius);
color: var(--optional-color);
transition: var(--transition);
text-align: center;
position: relative;
z-index: 1;
overflow: hidden;
display: inline-flex;
padding: 16px 30px;
letter-spacing: -0.03em;
}
.default-btn img, .default-btn svg {
position: relative;
top: 1px;
margin-left: 20px;
}
.default-btn.active {
background-color: var(--optional-color);
color: var(--white-color);
}
.default-btn.active img, .default-btn.active svg {
filter: brightness(100);
}
.default-btn:hover {
background-color: var(--heading-color);
color: var(--white-color);
}
.default-btn:hover img, .default-btn:hover svg {
filter: brightness(100);
} .read-more {
font-size: 15px;
color: var(--main-color);
background-color: transparent;
transition: var(--transition);
font-weight: 500;
}
.read-more i {
position: relative;
top: 4px;
}
.read-more:hover {
color: var(--main-color);
}
.read-more.active {
color: var(--main-color);
}
.bg-color-dea61f {
background-color: #dea61f;
}
.bg-color-132361 {
background-color: #132361;
}
.bg-color-ffffff {
background-color: #ffffff;
} .top-header-area {
padding-top: 12px;
padding-bottom: 12px;
}
.top-header-area .container-fluid {
max-width: 1780px;
margin: auto;
padding-left: 30px;
padding-right: 30px;
}
.top-header-area.ptb-17 {
padding-top: 17px;
padding-bottom: 17px;
}
.header-left-content p {
color: #E4E6EE;
}
.header-left-content p a {
text-decoration: underline;
color: #E4E6EE;
}
.header-left-content p a:hover {
color: var(--main-color-home-two);
}
.header-right-content {
padding-left: 0;
margin-bottom: 0;
list-style: none;
text-align: right;
}
.header-right-content li {
margin-right: 20px;
display: inline-block;
}
.header-right-content li .search-form {
position: relative;
}
.header-right-content li .search-form .form-control {
height: 56px;
width: 415px;
background: rgba(255, 255, 255, 0.1);
border-radius: var(--border-radius);
border: 1px solid #eee0e0;
color: var(--white-color);
}
.header-right-content li .search-form .form-control:focus {
border-color: var(--main-color);
}
.header-right-content li .search-form .form-control::-moz-placeholder {
font-weight: 400;
font-size: 16px;
letter-spacing: -0.03em;
color: var(--white-color);
}
.header-right-content li .search-form .form-control::placeholder {
font-weight: 400;
font-size: 16px;
letter-spacing: -0.03em;
color: var(--white-color);
}
.header-right-content li .search-form .src-btn {
position: absolute;
top: 3px;
right: 3px;
background-color: var(--white-color);
width: 50px;
height: 50px;
line-height: 49px;
border-radius: var(--border-radius);
transition: var(--transition);
}
.header-right-content li .search-form .src-btn .search-normal-hover {
position: absolute;
top: 16px;
left: 16px;
opacity: 0;
}
.header-right-content li .search-form .src-btn:hover {
background-color: #132361;
}
.header-right-content li .search-form .src-btn:hover .search-main {
opacity: 0;
}
.header-right-content li .search-form .src-btn:hover .search-normal-hover {
opacity: 1;
}
.header-right-content li:last-child {
margin-right: 0;
}
.header-right-content li .default-btn {
background-color: var(--optional-color);
}
.header-right-content li .default-btn:hover {
background-color: #132361;
}
.header-right-content.link li {
margin-right: 30px;
}
.header-right-content.link li:last-child {
margin-right: 0;
}
.header-right-content.link li a {
font-weight: 600;
color: #C4CAE1;
letter-spacing: -0.02em;
}
.header-right-content.link li a:hover {
color: var(--main-color-home-two);
} .navbar-area {
position: relative;
z-index: 2;
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-area .dropdown-item:focus, .navbar-area .dropdown-item:hover {
background-color: transparent;
}
.navbar-area.is-sticky {
top: -1px;
left: 0;
width: 100%;
z-index: 999;
position: sticky;
animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
box-shadow: var(--box-shadow);
background-color: var(--white-color);
}
.navbar-area.is-sticky.nav-bg-transparent {
background-color: #132361;
}
.navbar-area.is-sticky.bg-color-ffc53a {
background-color: #ffc53a;
}
.navbar-area .container-fluid {
max-width: 1780px;
margin: auto;
padding-left: 30px;
padding-right: 30px;
}
.navbar-area .navbar-brand {
margin-right: 0;
}
.navbar-area .navbar-brand .main-logo {
display: block;
}
.navbar-area .navbar-brand .white-logo {
display: none;
}
.navbar-area.nav-bg-transparent {
background-color: #132361;
box-shadow: none;
padding-top: 0;
padding-bottom: 0;
}
.navbar-area.nav-bg-transparent .logo h2 {
color: var(--white-color);
font-size: 30px;
margin: 0;
}
.navbar-area.nav-bg-transparent .meanmenu-reveal span {
background: var(--white-color) !important;
}
.navbar-area.bg-color-ffc53a .others-option-for-responsive .dot-menu .inner .circle {
background-color: var(--white-color) !important;
}
.navbar-area .logo h2 {
font-size: 30px;
margin: 0;
}
.desktop-nav {
position: relative;
z-index: 2;
padding-top: 0;
padding-bottom: 0;
}
.desktop-nav .navbar {
transition: var(--transition);
z-index: 2;
position: unset;
padding-right: 0;
padding-top: 0;
padding-left: 0;
padding-bottom: 0;
}
.desktop-nav .navbar ul {
margin-bottom: 0;
list-style-type: none;
}
.desktop-nav .navbar .navbar-nav .nav-item {
position: relative;
padding-bottom: 12px;
padding-top: 12px;
padding-right: 0;
padding-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
font-size: 16px;
color: var(--heading-color);
line-height: 1;
position: relative;
font-weight: 600;
font-family: var(--heading-font-family);
padding-left: 30px;
padding-top: 20px;
padding-right: 30px;
padding-bottom: 20px;
margin-left: 10px;
margin-right: 10px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
padding-right: 48px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
content: "\ea4e";
position: absolute;
top: 19px;
right: 25px;
font-family: remixicon !important;
line-height: 1;
font-size: 17px;
font-weight: 300;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
color: var(--main-color-home-two);
}
.desktop-nav .navbar .navbar-nav .nav-item a i {
font-size: 18px;
line-height: 0;
position: relative;
top: 4px;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
margin-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
color: var(--main-color-home-two);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
box-shadow: var(--box-shadow);
transition: all 0.3s ease-in-out;
background: var(--white-color);
position: absolute;
visibility: hidden;
border-radius: var(--border-radius);
display: block;
width: 250px;
border: none;
z-index: 99;
opacity: 0;
top: 80px;
left: 0;
padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
color: var(--heading-color);
padding: 15px;
border-bottom: 1px dashed #ededed;
margin: 0;
font-size: 15px;
font-weight: 600;
font-family: var(--heading-color);
line-height: 1;
display: block;
position: relative;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
content: "\ea4e";
position: absolute;
top: 14px;
right: 13px;
font-family: remixicon !important;
line-height: 1;
font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
color: var(--main-color-home-two);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
left: 250px;
top: 0;
opacity: 0;
visibility: hidden;
border-radius: var(--border-radius);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
color: var(--heading-color);
border-bottom: 1px dashed #ededed;
font-size: 15px;
font-weight: 600;
line-height: 1;
position: relative;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
content: "\ea4e";
position: absolute;
top: 14px;
right: 13px;
font-family: remixicon !important;
line-height: 1;
font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
color: var(--main-color-home-two);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
left: 250px;
top: 0;
opacity: 0;
visibility: hidden;
border-radius: var(--border-radius);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: var(--black-color);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: var(--main-color);
background-color: transparent;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
left: -250px;
top: 0;
opacity: 0;
visibility: hidden;
border-radius: var(--border-radius);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: var(--black-color);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: var(--main-color);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
left: -250px;
top: 0;
opacity: 0;
visibility: hidden;
border-radius: var(--border-radius);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: var(--black-color);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: var(--main-color);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
left: -250px;
top: 0;
opacity: 0;
visibility: hidden;
border-radius: var(--border-radius);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: var(--black-color);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: var(--main-color);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
left: -250px;
top: 0;
opacity: 0;
visibility: hidden;
border-radius: var(--border-radius);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: var(--black-color);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: var(--main-color-home-two);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: var(--main-color-home-two);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: var(--main-color-home-two);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -1px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: var(--main-color-home-two);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
top: -1px;
visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: var(--main-color-home-two);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
top: -15px;
visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
color: var(--main-color-home-two);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
color: var(--main-color-home-two);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
border-bottom: none;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
top: 100%;
opacity: 1;
margin-top: 0;
visibility: visible;
}
.desktop-nav .navbar .others-options {
margin-left: 30px;
}
.desktop-nav .navbar .others-options ul {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.desktop-nav .navbar .others-options ul li {
display: inline-block;
margin-right: 20px;
}
.desktop-nav .navbar .others-options ul li:last-child {
margin-right: 0;
}
.desktop-nav .navbar .others-options ul li .search-form {
position: relative;
}
.desktop-nav .navbar .others-options ul li .search-form .form-control {
height: 56px;
width: 285px;
background-color: rgba(255, 255, 255, 0.3);
border-radius: var(--border-radius);
border: none;
color: var(--heading-color);
}
.desktop-nav .navbar .others-options ul li .search-form .form-control:focus {
border-color: var(--main-color);
}
.desktop-nav .navbar .others-options ul li .search-form .form-control::-moz-placeholder {
font-weight: 400;
font-size: 16px;
letter-spacing: -0.03em;
color: #B98916;
}
.desktop-nav .navbar .others-options ul li .search-form .form-control::placeholder {
font-weight: 400;
font-size: 16px;
letter-spacing: -0.03em;
color: #B98916;
}
.desktop-nav .navbar .others-options ul li .search-form .src-btn {
position: absolute;
top: 3px;
right: 3px;
background-color: var(--white-color);
width: 50px;
height: 50px;
line-height: 49px;
border-radius: var(--border-radius);
transition: var(--transition);
}
.desktop-nav .navbar .others-options ul li .search-form .src-btn .search-normal-hover {
position: absolute;
top: 16px;
left: 16px;
opacity: 0;
}
.desktop-nav .navbar .others-options ul li .search-form .src-btn:hover {
background-color: #132361;
}
.desktop-nav .navbar .others-options ul li .search-form .src-btn:hover .search-main {
opacity: 0;
}
.desktop-nav .navbar .others-options ul li .search-form .src-btn:hover .search-normal-hover {
opacity: 1;
}
.desktop-nav .navbar .others-options ul li .default-btn {
background-color: var(--optional-color);
}
.desktop-nav .navbar .others-options ul li .default-btn:hover {
background-color: var(--heading-color);
}
.desktop-nav .navbar .others-options.style-three ul li .search-form .form-control {
background: rgba(54, 52, 142, 0.1);
color: var(--heading-color);
}
.desktop-nav .navbar .others-options.style-three ul li .search-form .form-control::-moz-placeholder {
color: #9999AA;
}
.desktop-nav .navbar .others-options.style-three ul li .search-form .form-control::placeholder {
color: #9999AA;
}
.desktop-nav.fluid-nav .navbar-nav {
width: 100%;
}
.desktop-nav.fluid-nav .navbar-nav .nav-item {
padding: 0;
}
.desktop-nav.fluid-nav .navbar-nav .nav-item a {
color: var(--white-color);
padding-bottom: 32px;
padding-top: 32px;
padding-right: 45px !important;
padding-left: 45px;
}
.desktop-nav.fluid-nav .navbar-nav .nav-item a.active {
font-weight: 800;
background-color: var(--optional-color);
color: var(--white-color);
}
.desktop-nav.fluid-nav .navbar-nav .nav-item a.dropdown-toggle::before {
top: 31px;
right: 28px;
filter: brightness(100);
}
.desktop-nav.fluid-nav .navbar-nav .nav-item:hover a, .desktop-nav.fluid-nav .navbar-nav .nav-item:focus a, .desktop-nav.fluid-nav .navbar-nav .nav-item.active a {
color: var(--main-color);
}
.desktop-nav.fluid-nav .navbar-nav .nav-item .dropdown-menu li a:hover {
color: var(--main-color-home-two);
background-color: transparent;
}
.desktop-nav.fluid-nav .navbar-nav .nav-item .dropdown-menu li a.active {
color: var(--main-color-home-two);
background-color: transparent;
}
.desktop-nav.fluid-nav .navbar-nav .nav-item.current-menu-item {
font-weight: 800;
background-color: var(--optional-color);
}
.desktop-nav.fluid-nav .navbar-nav .nav-item.current-menu-item a {
color: var(--white-color);
}
.mobile-responsive-nav {
display: none;
}
.mobile-responsive-nav .main-logo {
display: block;
}
.mobile-responsive-nav .white-logo {
display: none;
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: translateZ(0);
}
}
.dark-mode-btn {
position: absolute;
top: 29px;
left: 0;
right: 0;
}
.dark-mode-btn .dark-version {
text-align: center;
float: right;
z-index: 2;
position: relative;
}
.dark-mode-btn .dark-version .switch {
width: 49px;
height: 49px;
position: relative;
border-radius: 50%;
margin-bottom: -19px;
}
.dark-mode-btn .dark-version .switch input {
width: 0;
height: 0;
opacity: 0;
display: block;
}
.dark-mode-btn .dark-version .slider {
top: 0;
left: 0;
right: 0;
bottom: 0;
cursor: pointer;
position: absolute;
color: var(--white-color);
background-color: #2e2e2e;
transition: var(--transition);
}
.dark-mode-btn .dark-version .slider:before {
left: 0;
top: 50%;
right: 0;
content: "\f1bf";
position: absolute;
transform: translateY(-50%);
transition: var(--transition);
font-size: 22px;
font-family: remixicon !important;
}
.dark-mode-btn .dark-version .slider.round {
border-radius: 50%;
}
.dark-mode-btn .dark-version .slider.round:before {
border-radius: 50%;
}
.dark-mode-btn .dark-version input:checked + .slider {
background-color: #efefef;
}
.dark-mode-btn .dark-version input:checked + .slider:before {
color: var(--heading-color);
content: "\ef72";
} .others-option-for-responsive {
display: none !important;
}
.others-option-for-responsive .dot-menu {
padding: 0 10px;
height: 30px;
cursor: pointer;
z-index: 999;
position: absolute;
right: 55px;
top: -29px;
}
.others-option-for-responsive .dot-menu .inner {
display: flex;
align-items: center;
height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
height: 5px;
width: 5px;
border-radius: 100%;
margin: 0 2px;
transition: var(--transition);
background-color: var(--optional-color);
}
.others-option-for-responsive .container {
position: relative;
}
.others-option-for-responsive .container .container {
position: absolute;
right: -2px;
top: 15px;
max-width: 255px;
margin-left: auto;
opacity: 0;
visibility: hidden;
transition: var(--transition);
transform: scaleY(0);
z-index: 2;
padding-left: 15px;
padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
opacity: 1;
visibility: visible;
transform: scaleY(1);
}
.others-option-for-responsive .others-options {
background-color: var(--white-color);
padding: 15px;
text-align: center;
border-radius: var(--border-radius);
box-shadow: var(--box-shadow);
position: relative;
top: 1px;
}
.others-option-for-responsive .others-options ul {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.others-option-for-responsive .others-options ul li {
display: inline-block;
}
.others-option-for-responsive .others-options ul li:last-child {
margin-right: 0;
}
.others-option-for-responsive .others-options ul li .default-btn {
display: block;
width: 100%;
}
.others-option-for-responsive .others-options ul li .default-btn i {
display: none;
font-size: 20px;
line-height: 1;
}
.others-option-for-responsive .others-options ul li .cart {
font-size: 20px;
position: relative;
margin-right: 5px;
top: 7px;
color: var(--heading-color);
}
.others-option-for-responsive .others-options ul li .cart span {
font-size: 12px;
display: inline-block;
width: 15px;
height: 15px;
line-height: 16px;
background-color: var(--main-color);
color: var(--white-color);
text-align: center;
border-radius: 50%;
position: absolute;
top: -10px;
right: -5px;
}
.others-option-for-responsive .others-options ul li .login {
margin-right: 5px;
}
.others-option-for-responsive .others-options ul li .search-form {
position: relative;
background-color: #f1f1f1;
width: 100%;
margin-bottom: 10px;
}
.others-option-for-responsive .others-options ul li .search-form .src-btn {
position: absolute;
top: 13px;
right: 17px;
background-color: transparent;
font-size: 20px;
line-height: 1;
transition: var(--transition);
color: #757575;
}
.others-option-for-responsive .others-options ul li .search-form .src-btn:hover {
color: var(--main-color);
}
.others-option-for-responsive .others-options ul li .default-btn {
display: inline-flex;
} .section-title {
max-width: 960px;
margin: -11px auto 50px;
text-align: center;
position: relative;
}
.section-title .top-title {
font-size: 16px;
color: var(--main-color);
display: block;
margin-bottom: 10px;
font-weight: 600;
}
.section-title h2 {
font-weight: 800;
font-size: 60px;
line-height: 70px;
margin-bottom: 15px;
position: relative;
}
.section-title h2:last-child {
margin-bottom: 0;
}
.section-title h2 span {
color: var(--main-color);
}
.section-title h2 .color-f66a1d {
color: var(--main-color-home-two);
}
.section-title h2:last-child {
margin-bottom: 0;
}
.section-title h2 .title-shape {
position: absolute;
top: -25px;
right: 20px;
}
.section-title h2 .title-shape.shape-align {
right: 70px;
}
.section-title p {
max-width: 600px;
margin: auto;
}
.section-title p span {
color: var(--main-color);
}
.section-title.white-title span {
color: var(--main-color);
}
.section-title.white-title h2 {
color: var(--white-color);
}
.section-title.white-title p {
color: var(--white-color);
}
.section-title.w-870 {
width: 870px;
}
.section-title-and-btn {
margin-top: -11px;
margin-bottom: 50px;
}
.section-title-and-btn h2 {
font-weight: 800;
font-size: 60px;
line-height: 70px;
margin-bottom: 15px;
max-width: 600px;
position: relative;
}
.section-title-and-btn h2:last-child {
margin-bottom: 0;
}
.section-title-and-btn h2 span {
color: var(--main-color);
}
.section-title-and-btn h2 .color-f66a1d {
color: var(--main-color-home-two);
}
.section-title-and-btn h2:last-child {
margin-bottom: 0;
}
.section-title-and-btn h2 .title-shape {
position: absolute;
top: -25px;
right: 20px;
}
.section-title-and-btn.width-780 h2 {
max-width: 780px;
} .banner-area {
position: relative;
z-index: 1;
padding-top: 160px;
padding-bottom: 160px;
z-index: 1;
}
.banner-area.bg-1 {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
}
.banner-area.bg-1::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(89.74deg, #132361 0.17%, rgba(19, 35, 97, 0) 65.69%);
opacity: 0.8;
z-index: 1;
}
.banner-area.bg-2 {
padding-top: 120px;
padding-bottom: 120px;
}
.banner-area.bg-2 .banner-bg-shape {
position: absolute;
top: -50px;
left: 0;
right: 0;
z-index: -1;
}
.banner-area.bg-3 {
overflow: hidden;
padding-top: 120px;
padding-bottom: 270px;
}
.banner-area.bg-3 .banner-bottom-shape {
position: absolute;
bottom: -1px;
left: 0;
right: 0;
width: 100%;
}
.banner-area.bg-3 .banner-img-2 {
position: absolute;
bottom: 100px;
left: 0;
right: 0;
max-width: 800px;
margin: auto;
}
.banner-area.bg-3 .banner-img-2 .shape-6 {
position: absolute;
top: -50px;
left: 260px;
}
.banner-area .background-video {
position: absolute;
top: 0;
left: 0;
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
z-index: -1;
max-width: unset;
}
.banner-area .container-fluid {
max-width: 1780px;
padding-left: 30px;
padding-right: 30px;
}
.banner-area .shape {
position: absolute;
z-index: -1;
}
.banner-area .shape.shape-1 {
top: 80px;
right: 218px;
animation: off-on 5s infinite linear;
}
@keyframes off-on {
0% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.banner-content {
max-width: 700px;
position: relative;
z-index: 1;
}
.banner-content h1 {
font-weight: 800;
font-size: 80px;
line-height: 90px;
color: var(--white-color);
margin-bottom: 50px;
}
.banner-content h1 .mark-text {
color: var(--main-color);
font-weight: 900;
font-size: 100px;
line-height: 90px;
position: relative;
}
.banner-content h1 .mark-text::before {
content: "";
position: absolute;
bottom: -110px;
right: 211px;
width: 67px;
height: 100%;
background-image: url(//www.colegiojardimaricanduva.com.br/wp-content/themes/hoco/assets/img/text-shape.png);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
animation: off-on 10s infinite linear;
}
.banner-content .client-wrap {
margin-bottom: 40px;
}
.banner-content .client-wrap .client-list {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.banner-content .client-wrap .client-list li {
display: inline-block;
margin-left: -25px;
}
.banner-content .client-wrap .client-list li:first-child {
margin-left: 0;
}
.banner-content .client-wrap .client-list li img {
border-radius: 50px;
border: 2px solid var(--white-color);
background-color: var(--white-color);
box-shadow: var(--box-shadow);
border-radius: 100%;
width: 50px;
transition: var(--transition);
}
.banner-content .client-wrap .client-list li:hover img {
transform: scale(1.1);
}
.banner-content .client-wrap p {
margin-bottom: 0;
margin-left: 15px;
color: var(--white-color);
font-family: var(--heading-font-family);
font-weight: 400;
font-size: 16px;
}
.banner-content .client-wrap p span {
font-weight: 900;
font-size: 22px;
position: relative;
top: 2px;
}
.banner-content .default-btn:hover {
background-color: var(--main-color);
color: var(--optional-color);
}
.banner-content .default-btn:hover img {
filter: unset;
}
.banner-content.style-two {
max-width: 100%;
}
.banner-content.style-two h1 {
color: var(--heading-color);
margin-bottom: 30px;
font-size: 90px;
line-height: 100px;
}
.banner-content.style-two h1 span {
font-size: 100px;
}
.banner-content.style-two h1 span::before {
background-image: unset;
}
.banner-content.style-two .description {
margin-bottom: 30px;
max-width: 805px;
}
.banner-content.style-two .client-wrap {
position: relative;
}
.banner-content.style-two .client-wrap p {
color: var(--heading-color);
}
.banner-content.style-two .client-wrap .shape-5 {
position: relative;
right: -50px;
bottom: -30px;
animation: off-on 12s infinite linear;
}
.banner-content.style-three h1 {
color: var(--heading-color);
}
.banner-content.style-three .client-wrap p {
color: var(--heading-color);
}
.banner-content.style-three .default-btn {
background-color: var(--main-color);
}
.banner-content.style-three .default-btn:hover {
background-color: var(--heading-color);
color: var(--white-color);
}
.banner-content.style-three .default-btn:hover img, .banner-content.style-three .default-btn:hover svg {
filter: brightness(100);
}
.banner-img {
position: relative;
}
.banner-img .img-shape {
position: absolute;
}
.banner-img .img-shape.shape-1 {
top: -70px;
left: 250px;
animation: off-on 3s infinite linear;
}
.banner-img .img-shape.shape-2 {
top: 100px;
left: 0;
animation: off-on 6s infinite linear;
}
.banner-img .img-shape.shape-3 {
bottom: 150px;
left: 0;
animation: off-on 9s infinite linear;
}
.banner-img .img-shape.shape-4 {
bottom: 200px;
right: 200px;
animation: off-on 12s infinite linear;
}
.banner-img.ml-30 {
margin-left: 30px;
}
.quick-register-form {
background: rgba(255, 255, 255, 0.4);
border-radius: 20px;
padding: 50px;
max-width: 512px;
margin-left: auto;
}
.quick-register-form h3 {
font-size: 30px;
letter-spacing: -0.02em;
text-align: center;
margin-bottom: 30px;
}
.quick-register-form .form-group {
margin-bottom: 15px;
}
.quick-register-form .form-group.mb-20 {
margin-bottom: 20px;
}
.quick-register-form .form-group .form-control {
background: rgba(255, 255, 255, 0.5);
border-radius: 10px;
border: none;
letter-spacing: -0.02em;
height: 70px;
}
.quick-register-form .form-group .form-control::-moz-placeholder {
color: #989898;
letter-spacing: -0.02em;
}
.quick-register-form .form-group .form-control::placeholder {
color: #989898;
letter-spacing: -0.02em;
}
.quick-register-form .form-group .form-check .form-check-label {
letter-spacing: -0.02em;
}
.quick-register-form .form-group .form-check .form-check-label a {
text-decoration: underline;
color: var(--heading-color);
}
.quick-register-form .form-group .form-check .form-check-input {
width: 20px;
height: 20px;
background-color: transparent;
border-color: var(--heading-color);
margin-right: 12px;
position: relative;
top: -2px;
}
.quick-register-form .form-group .form-check .form-check-input:focus {
box-shadow: none;
}
.quick-register-form .form-group .form-check .form-check-input:checked {
background-color: var(--heading-color);
}
.quick-register-form .default-btn {
width: 100%;
display: block;
border-radius: 10px;
padding: 23px 30px;
background-color: var(--optional-color);
}
.quick-register-form .default-btn:hover {
background-color: var(--heading-color);
}
.quick-register-form textarea.form-control {
height: 80px !important;
}
.quick-register-form .wpcf7-list-item {
margin-left: 0;
}
.quick-register-form .wpcf7-list-item-label a {
text-decoration: underline;
color: var(--heading-color);
}
.quick-register-form .gdpr-term {
width: 20px;
height: 20px;
background-color: transparent;
border-color: var(--heading-color);
margin-right: 5px;
position: relative;
top: 4px;
}
.quick-register-form .wpcf7-not-valid-tip {
margin-top: 2px;
font-size: 15px;
color: red;
}
.quick-register-form .wpcf7 form .wpcf7-response-output {
margin: 0;
} .page-banner-area {
background-position: bottom center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
background-image: linear-gradient(to left, #fef0ed, #fef1f5, #f9f3fd, #f1f7ff, #ecfaff);
}
.page-banner-wrap {
position: relative;
padding-top: 100px;
padding-bottom: 100px;
}
.page-banner-wrap .shape {
position: absolute;
}
.page-banner-wrap .shape.shape-1 {
top: 50px;
left: 0;
}
.page-banner-wrap .shape.shape-2 {
top: 50px;
right: 0;
}
.page-banner-wrap .shape.shape-3 {
bottom: -50px;
left: 0;
}
.page-banner-wrap .shape.shape-4 {
bottom: -50px;
right: 0;
}
.page-banner-content {
text-align: center;
max-width: 860px;
margin: auto;
}
.page-banner-content h2 {
font-weight: 800;
font-size: 70px;
margin-bottom: 20px;
}
.page-banner-content .breadcrumb {
display: inline-flex;
margin-bottom: 0;
}
.page-banner-content .breadcrumb .breadcrumb-item {
font-weight: 500;
font-size: 16px;
}
.page-banner-content .breadcrumb .breadcrumb-item::before {
color: var(--optional-color);
}
.page-banner-content .breadcrumb .breadcrumb-item a:hover {
color: var(--main-color-home-two);
}
.page-banner-content .breadcrumb .breadcrumb-item.active {
color: var(--optional-color);
font-weight: 500;
} .about-content-wrap {
position: relative;
}
.about-content-wrap h2 {
font-weight: 800;
font-size: 60px;
max-width: 700px;
margin-bottom: 50px;
}
.about-content-wrap h2 span {
color: var(--main-color);
font-weight: 900;
}
.about-content-wrap h2 .text-color {
color: var(--main-color-home-two);
}
.about-content-wrap .about-content {
max-width: 580px;
margin-left: 34px;
}
.about-content-wrap .about-content p {
margin-bottom: 20px;
}
.about-content-wrap .about-content p:last-child {
margin-bottom: 0;
}
.about-content-wrap .about-content p span {
letter-spacing: -0.02em;
color: #646464;
font-weight: 700;
font-size: 16px;
}
.about-content-wrap .about-content .default-btn {
margin-top: 30px;
}
.about-content-wrap .about-content.style-two .nav-tabs {
border: none;
background: #F9F9FC;
margin-bottom: 30px;
margin-top: 30px;
}
.about-content-wrap .about-content.style-two .nav-tabs .nav-item {
border: none;
}
.about-content-wrap .about-content.style-two .nav-tabs .nav-item .nav-link {
border: none;
font-weight: 500;
font-size: 20px;
font-family: var(--heading-font-family);
letter-spacing: -0.02em;
color: #132361;
padding: 15px 30px;
}
.about-content-wrap .about-content.style-two .nav-tabs .nav-item .nav-link:hover {
border: none;
}
.about-content-wrap .about-content.style-two .nav-tabs .nav-item .nav-link.active {
background-color: transparent;
border-bottom: 3px solid var(--main-color-home-two);
font-weight: 700;
}
.about-content-wrap .shape {
position: absolute;
}
.about-content-wrap .shape.shape-1 {
top: 30px;
right: 30px;
animation: off-on 5s infinite linear;
}
.about-content-wrap.shape-style-two .shape {
top: auto;
bottom: -50px;
right: -50px;
transform: rotate(180deg);
}
.about-img-2 {
position: relative;
z-index: 1;
}
.about-img-2 .call-us {
background-color: var(--optional-color);
display: inline-block;
padding: 40px;
position: relative;
padding-left: 100px;
width: 100%;
margin-top: 20px;
}
.about-img-2 .call-us img, .about-img-2 .call-us svg {
position: absolute;
top: 46px;
left: 40px;
}
.about-img-2 .call-us h4 {
font-weight: 400;
font-size: 18px;
letter-spacing: -0.03em;
color: var(--white-color);
}
.about-img-2 .call-us h4 span {
font-weight: 700;
}
.about-img-2 .call-us p {
color: #CDD4FB;
letter-spacing: -0.03em;
font-weight: 500;
font-family: var(--heading-font-family);
}
.about-img-2 .call-us:hover {
background-color: var(--heading-color);
}
.about-img-2 .best {
position: absolute;
bottom: -140px;
left: -120px;
z-index: -1;
animation: rotation 50s infinite linear;
}
.about-img-2.about-img-2-style-two .best {
top: 0;
bottom: auto;
left: -215px;
}
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
} .courses-area .container-fluid {
padding-left: 35px;
padding-right: 35px;
}
.courses-area .row {
--bs-gutter-x: 0.5rem;
}
.single-courses {
margin-bottom: 30px;
}
.single-courses .courses-img {
display: block;
overflow: hidden;
}
.single-courses .courses-img img {
transition: var(--transition);
}
.single-courses .courses-content {
padding: 30px;
}
.single-courses .courses-content h3 {
margin-bottom: 20px;
font-size: 28px;
line-height: 28px;
}
.single-courses .courses-content h3 a {
color: var(--heading-color);
}
.single-courses .courses-content p {
margin-bottom: 30px;
}
.single-courses:hover .courses-img img {
transform: scale(1.1);
}
.single-courses:hover .courses-content .default-btn {
background-color: var(--optional-color);
color: var(--white-color);
}
.single-courses:hover .courses-content .default-btn img, .single-courses:hover .courses-content .default-btn svg {
filter: brightness(100);
} .information-area {
overflow: hidden;
}
.information-wrap {
position: relative;
z-index: 1;
padding-top: 100px;
padding-bottom: 100px;
padding-right: 70px;
}
.information-wrap::before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 80%;
height: 100%;
background-color: #F9F9FC;
z-index: -1;
}
.information-img {
position: relative;
}
.information-img .shape {
position: absolute;
top: -70px;
left: -70px;
animation: off-on 5s infinite linear;
}
.information-content {
margin-left: 46px;
position: relative;
}
.information-content h2 {
font-weight: 800;
font-size: 60px;
line-height: 70px;
margin-bottom: 35px;
}
.information-content h2 span {
color: var(--main-color);
}
.information-content p {
margin-bottom: 20px;
max-width: 570px;
}
.information-content p:last-child {
margin-bottom: 0;
}
.information-content .default-btn {
margin-top: 25px;
}
.information-content .shape {
position: absolute;
bottom: 0;
right: -101px;
animation: off-on 10s infinite linear;
} .single-subject {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 30px;
padding: 120px 20px 20px 20px;
display: block;
font-weight: 700;
font-size: 28px;
font-family: var(--heading-font-family);
letter-spacing: -0.03em;
line-height: 30px;
color: #23CD90;
z-index: 1;
position: relative;
}
.single-subject span {
margin-right: 35px;
}
.single-subject::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--optional-color);
z-index: -1;
transition: var(--transition);
}
.single-subject.bg-color::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #132361;
z-index: -1;
transition: var(--transition);
}
.single-subject.text-color-ffa3da {
color: #ffa3da;
}
.single-subject.text-color-faca17 {
color: #faca17;
}
.single-subject.text-color-f66a1d {
color: var(--main-color-home-two);
}
.single-subject.text-color-90d1de {
color: #90d1de;
}
.single-subject.text-color-ccc2ff {
color: #ccc2ff;
}
.single-subject:hover::before {
opacity: 0.8;
}
.single-subject:hover.bg-color::before {
display: none;
}
.single-subject:hover.bg-color::after {
opacity: 0.8;
} .see-how-area {
position: relative;
z-index: 1;
}
.see-how-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 570px;
background-color: #F9F9FC;
z-index: -1;
}
.see-how-area .shape-1 {
position: absolute;
top: -20px;
left: 267px;
}
.see-how-content {
position: relative;
text-align: center;
}
.see-how-content .video-wrapper {
position: relative;
width: 1095px;
margin: auto;
}
.see-how-content .video-wrapper::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(19, 35, 97, 0.3);
}
.see-how-content .video-wrapper::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 10px;
background-color: var(--white-color);
}
.see-how-content .video-button {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
}
.see-how-content .shape {
position: absolute;
}
.see-how-content .shape.shape-2 {
top: -67px;
right: 35px;
}
.see-how-content .shape.shape-3 {
bottom: -53px;
left: 45px;
}
.see-how-content.shape-style .shape.shape-3 {
bottom: auto;
top: -53px;
} .faq-area {
padding-top: 45px;
}
.faq-content {
margin-right: 25px;
margin-top: -11px;
}
.faq-content h2 {
font-size: 60px;
margin-bottom: 35px;
position: relative;
}
.faq-content h2 span {
color: var(--main-color);
}
.faq-content h2 .title-shape {
position: absolute;
top: -25px;
right: -50px;
}
.faq-content p {
margin-bottom: 27px;
}
.faq-content .accordion .accordion-item {
margin-bottom: 15px;
border: none;
}
.faq-content .accordion .accordion-item:last-child {
margin-bottom: 0;
}
.faq-content .accordion .accordion-item .accordion-header .accordion-button {
font-weight: 600;
font-size: 20px;
letter-spacing: -0.03em;
color: var(--heading-color);
border-radius: 0;
background-color: #F9F9FC;
}
.faq-content .accordion .accordion-item .accordion-header .accordion-button:focus {
box-shadow: none;
}
.faq-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
background-color: var(--optional-color);
color: var(--white-color);
}
.faq-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
filter: brightness(100);
}
.faq-content .accordion .accordion-item:first-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.faq-content .accordion .accordion-item:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.faq-content .accordion .accordion-item .accordion-body {
padding: 20px;
}
.faq-content .accordion .accordion-item .accordion-body p {
margin-bottom: 0;
}
.faq-content.style-two {
margin-left: 25px;
margin-right: 0;
}
.faq-img {
margin-left: 25px;
} .single-main-info {
position: relative;
background-position: top right;
background-repeat: no-repeat;
background-size: cover;
background-color: var(--optional-color);
background-image: unset !important;
border-right: 1px solid #132361;
text-align: center;
}
.single-main-info .main-info-content {
padding: 60px;
max-width: 425px;
position: relative;
margin: auto;
}
.single-main-info .main-info-content h3 {
color: var(--white-color);
font-size: 28px;
margin-bottom: 20px;
}
.single-main-info .main-info-content p {
color: var(--white-color);
color: #F1F1F1;
margin-bottom: 20px;
}
.single-main-info::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(19, 35, 97, 0.4);
} .single-testimony {
max-width: 995px;
margin: auto;
position: relative;
margin-top: 40px;
}
.single-testimony img {
margin-right: 25px;
}
.single-testimony p {
color: #524F4F;
font-size: 22px;
margin-bottom: 30px;
}
.single-testimony h3 {
letter-spacing: -0.02em;
font-size: 16px;
margin-bottom: 10px;
}
.single-testimony span {
font-size: 14px;
}
.single-testimony .testimony-shape {
position: absolute;
top: -40px;
right: -50px;
}
.testimony-slide.owl-carousel .owl-item img {
width: auto;
}
.testimony-slide.owl-carousel .owl-item.active .testimony-shape {
animation: 0.6s fadeInRightBig;
}
.testimony-slide.owl-theme .owl-nav {
margin: 0 !important;
}
.testimony-slide.owl-theme .owl-nav .owl-prev, .testimony-slide.owl-theme .owl-nav .owl-next {
width: 56px;
height: 56px;
line-height: 56px;
text-align: center;
border-radius: var(--border-radius);
background-color: #CDD4FB;
font-size: 20px;
color: var(--optional-color);
transition: var(--transition);
margin: 0;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.testimony-slide.owl-theme .owl-nav .owl-prev:hover, .testimony-slide.owl-theme .owl-nav .owl-next:hover {
background-color: var(--heading-color);
color: var(--white-color);
}
.testimony-slide.owl-theme .owl-nav .owl-next {
left: auto;
right: 0;
}
.testimony-slide.owl-theme .owl-dots {
text-align: right;
margin-right: 170px;
line-height: 1;
position: absolute;
right: 0;
bottom: 25px;
}
.testimony-slide.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
background-color: #E4E4E4;
border-radius: 0;
transition: var(--transition);
margin: 0 5px;
}
.testimony-slide.owl-theme .owl-dots .owl-dot.active span {
background-color: var(--heading-color);
}
.single-testimony-style-two {
padding: 40px 30px;
background: #F4F4F4;
margin-bottom: 30px;
transition: var(--transition);
}
.single-testimony-style-two .quat {
margin-bottom: 10px;
}
.single-testimony-style-two p {
font-size: 18px;
line-height: 32px;
margin-bottom: 40px;
}
.single-testimony-style-two .testimony-info img {
width: 56px;
border-radius: 50%;
margin-right: 15px;
}
.single-testimony-style-two .testimony-info .info h3 {
letter-spacing: -0.02em;
font-weight: 700;
font-size: 16px;
line-height: 16px;
margin-bottom: 5px;
color: var(--optional-color);
}
.single-testimony-style-two .testimony-info .info span {
font-size: 14px;
letter-spacing: -0.02em;
}
.single-testimony-style-two:hover {
background-color: #B7D8EF;
}
.testimony-slider-two.owl-carousel .owl-item img {
width: auto;
}
.testimony-slider-two.owl-theme .owl-nav {
position: absolute;
top: -145px;
right: 0;
left: 0;
max-width: 1320px;
text-align: right;
margin: auto !important;
margin-top: 0 !important;
}
.testimony-slider-two.owl-theme .owl-nav .owl-prev, .testimony-slider-two.owl-theme .owl-nav .owl-next {
width: 56px;
height: 56px;
line-height: 56px;
text-align: center;
border-radius: var(--border-radius);
background-color: #CDD4FB;
font-size: 20px;
color: var(--optional-color);
transition: var(--transition);
margin: 0 10px;
}
.testimony-slider-two.owl-theme .owl-nav .owl-prev:hover, .testimony-slider-two.owl-theme .owl-nav .owl-next:hover {
background-color: var(--heading-color);
color: var(--white-color);
}
.testimony-slider-two.owl-theme .owl-nav .owl-next {
left: auto;
right: 0;
}
.testimony-slider-two.owl-theme .owl-dots {
margin-right: 200px;
line-height: 1;
margin-top: 20px;
}
.testimony-slider-two.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
background-color: #E4E4E4;
border-radius: 0;
transition: var(--transition);
margin: 0 5px;
}
.testimony-slider-two.owl-theme .owl-dots .owl-dot.active span {
background-color: var(--optional-color);
} .partner-slide.owl-carousel .owl-item img {
width: auto;
margin: auto;
}
.partner-slide.owl-carousel .owl-item img:hover { filter: grayscale(100%);
}
.partner-item {
position: relative;
cursor: pointer;
}
.partner-item .partner-white {
position: absolute;
top: 0;
left: 0;
right: 0;
opacity: 0;
transition: var(--transition);
}
.partner-item:hover .partner-white {
opacity: 1;
} .articles-area {
overflow: hidden;
}
.articles-area .container-fluid {
left: calc((100% - 1310px) / 2);
position: relative;
}
.articles-slider.owl-carousel .owl-item img {
width: auto;
}
.articles-slider.owl-theme .owl-nav {
margin: 0 !important;
position: absolute;
top: -145px;
right: 0;
left: 0;
max-width: 1320px;
text-align: right;
}
.articles-slider.owl-theme .owl-nav .owl-prev, .articles-slider.owl-theme .owl-nav .owl-next {
width: 56px;
height: 56px;
line-height: 56px;
text-align: center;
border-radius: var(--border-radius);
background-color: #CDD4FB;
font-size: 20px;
color: var(--optional-color);
transition: var(--transition);
margin: 0 10px;
}
.articles-slider.owl-theme .owl-nav .owl-prev:hover, .articles-slider.owl-theme .owl-nav .owl-next:hover {
background-color: var(--heading-color);
color: var(--white-color);
}
.articles-slider.owl-theme .owl-nav .owl-next {
left: auto;
right: 0;
}
.articles-slider.arrow-style.owl-theme .owl-nav {
top: -108px;
}
.single-articles {
margin-bottom: 30px;
}
.single-articles .articles-img {
margin-bottom: 30px;
display: block;
overflow: hidden;
}
.single-articles .articles-img img {
transition: var(--transition);
}
.single-articles span {
margin-bottom: 25px;
display: block;
position: relative;
letter-spacing: 0.05em;
color: #646464;
}
.single-articles span::before {
content: "";
position: absolute;
bottom: -1px;
left: 0;
width: 44px;
height: 5px;
background-color: #36A4A4;
}
.single-articles h3 {
margin-bottom: 30px;
}
.single-articles h3 a {
color: var(--heading-color);
font-size: 24px;
}
.single-articles:hover .articles-img img {
transform: scale(0.9);
} .subscribe-area {
position: relative;
z-index: 1;
}
.subscribe-area::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background-color: #EDF8FF;
z-index: -1;
}
.subscribe-bg-wrap {
background-image: url(//www.colegiojardimaricanduva.com.br/wp-content/themes/hoco/assets/images/subscribe-content-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 100px;
border-radius: var(--border-radius);
}
.subscribe-content {
text-align: center;
max-width: 775px;
margin: auto;
position: relative;
}
.subscribe-content h2 {
font-weight: 800;
font-size: 60px;
margin-bottom: 50px;
}
.subscribe-content .newsletter-form {
position: relative;
max-width: 680px;
margin: auto;
}
.subscribe-content .newsletter-form .form-control {
background: rgba(255, 255, 255, 0.4);
border: none;
height: 70px;
}
.subscribe-content .newsletter-form .form-control::-moz-placeholder {
color: #646464;
}
.subscribe-content .newsletter-form .form-control::placeholder {
color: #646464;
}
.subscribe-content .newsletter-form .default-btn {
position: absolute;
top: 7px;
right: 7px;
}
.subscribe-content .newsletter-form div#validator-newsletter {
position: absolute;
font-size: 14px;
color: #ff0000;
margin-top: 5px;
}
.subscribe-content .shape {
position: absolute;
}
.subscribe-content .shape.shape-1 {
top: -20px;
left: -100px;
}
.subscribe-content .shape.shape-2 {
bottom: 100px;
right: -100px;
} .copy-right-area {
background-color: var(--optional-color);
padding-top: 36px;
padding-bottom: 36px;
}
.copy-right-content {
text-align: center;
}
.copy-right-content p {
font-weight: 500;
font-size: 16px;
color: #DFF4F1;
font-family: var(--heading-font-family);
margin-bottom: 0;
}
.copy-right-content p span {
font-weight: 700;
color: var(--main-color);
}
.copy-right-content p a {
font-weight: 700;
color: var(--main-color);
} .online-class-area {
position: relative;
z-index: 1;
}
.online-class-area .section-title-team {
text-align: center;
max-width: 860px;
margin: auto;
margin-bottom: 40px;
}
.online-class-area .section-title-team h2 {
font-size: 32px;
}
.single-online-class .online-class-img {
display: block;
overflow: hidden;
border-radius: 10px 10px 0 0;
}
.single-online-class .online-class-img img {
border-radius: 10px 10px 0 0;
transform: scale(1.1);
transition: var(--transition);
}
.single-online-class .online-class-content {
padding: 20px;
border: 1px solid #F1F1F1;
border-radius: 0 0 10px 10px;
}
.single-online-class .online-class-content .rating-heart {
padding-left: 0;
margin-bottom: 15px;
list-style-type: none;
}
.single-online-class .online-class-content .rating-heart li {
font-weight: 600;
font-size: 16px;
color: var(--heading-color);
}
.single-online-class .online-class-content .rating-heart li button {
background-color: transparent;
position: relative;
}
.single-online-class .online-class-content .rating-heart li button .heart-bg {
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: var(--transition);
}
.single-online-class .online-class-content .rating-heart li button:hover .heart-bg {
opacity: 1;
}
.single-online-class .online-class-content h3 {
font-size: 20px;
line-height: 28px;
letter-spacing: -0.01em;
margin-bottom: 20px;
}
.single-online-class .online-class-content h3 a {
color: var(--heading-color);
}
.single-online-class .online-class-content .author {
margin-bottom: 20px;
display: block;
margin-bottom: 20px;
}
.single-online-class .online-class-content .author img {
border-radius: 50%;
width: 30px;
}
.single-online-class .online-class-content .author span {
letter-spacing: -0.02em;
margin-left: 10px;
position: relative;
top: -10px;
}
.single-online-class .online-class-content .course-duration {
padding-left: 0;
margin-bottom: 0;
list-style: none;
--bs-gutter-x: 1.5rem;
}
.single-online-class .online-class-content .course-duration li {
background: #F8F8F8;
border-radius: 5px;
width: 30.33%;
flex: 0 0 auto;
display: inline-block;
text-align: center;
padding: 17px 10px;
}
.single-online-class .online-class-content .course-duration li span {
letter-spacing: 0.15em;
font-weight: 500;
font-size: 11px;
line-height: 12px;
display: block;
margin-bottom: 5px;
}
.single-online-class .online-class-content .course-duration li .woocommerce-Price-amount, .single-online-class .online-class-content .course-duration li .woocommerce-Price-currencySymbol {
margin-bottom: unset;
display: unset;
line-height: unset;
font-size: unset;
font-weight: unset;
letter-spacing: unset;
}
.single-online-class .online-class-content .course-duration li h3 {
letter-spacing: -0.01em;
color: var(--optional-color);
font-weight: 700;
font-size: 22px;
line-height: 20px;
margin-bottom: 0;
}
.single-online-class .online-class-content .price {
text-align: center;
}
.single-online-class .online-class-content .price ins {
text-decoration: none;
}
.single-online-class .online-class-content .price del {
font-size: 15px;
}
.single-online-class .online-class-content .tutor-ratings-stars {
display: inline-block;
}
.single-online-class .online-class-content .tutor-ratings-stars i {
display: none;
}
.single-online-class .online-class-content .tutor-ratings-stars i:first-child {
display: block;
}
.single-online-class .online-class-content .tutor-rating-count {
display: inline-block;
font-weight: 600;
font-size: 16px;
color: var(--heading-color);
}
.single-online-class .online-class-content .tutor-rating-count .total {
font-weight: 400;
font-size: 14px;
color: var(--body-color);
position: relative;
top: -1.5px;
margin-left: 5px;
}
.single-online-class:hover .online-class-img img {
transform: scale(1);
}
.online-class-slider.owl-carousel .owl-item img {
width: auto;
display: inline-block;
}
.online-class-slider.owl-theme .owl-nav {
margin: 0 !important;
}
.online-class-slider.owl-theme .owl-nav .owl-prev, .online-class-slider.owl-theme .owl-nav .owl-next {
width: 56px;
height: 56px;
line-height: 56px;
text-align: center;
border-radius: var(--border-radius);
background-color: #CDD4FB;
font-size: 20px;
color: var(--optional-color);
transition: var(--transition);
margin: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -106px;
}
.online-class-slider.owl-theme .owl-nav .owl-prev:hover, .online-class-slider.owl-theme .owl-nav .owl-next:hover {
background-color: var(--heading-color);
color: var(--white-color);
}
.online-class-slider.owl-theme .owl-nav .owl-next {
left: auto;
right: -106px;
} .tailored-area {
position: relative;
z-index: 1;
}
.tailored-area .tailored-shape {
position: absolute;
top: 250px;
right: 250px;
z-index: -1;
}
.tailored-area.shape-style .tailored-shape {
right: auto;
left: 250px;
}
.single-tailored {
padding: 60px 45px;
text-align: center;
transition: var(--transition);
margin-bottom: 30px;
}
.single-tailored img {
margin-bottom: 40px;
}
.single-tailored h3 {
margin-bottom: 20px;
font-weight: 700;
font-size: 28px;
line-height: 28px;
}
.single-tailored.active {
background: #FFFFFF;
border-radius: 20px;
}
.single-tailored:hover {
background: #FFFFFF;
border-radius: 20px;
}
.single-tailored.style-two.active {
background: #F9F9FC;
border-radius: 20px;
}
.single-tailored.style-two:hover {
background: #F9F9FC;
border-radius: 20px;
} .single-team {
transition: var(--transition);
margin-bottom: 30px;
}
.single-team .team-img {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.single-team .team-img .social-link {
padding-left: 0;
margin-bottom: 0;
list-style: none;
background-color: var(--white-color);
position: absolute;
bottom: 20px;
right: -100%;
padding-left: 10px;
padding-right: 10px;
transition: var(--transition);
line-height: 1;
}
.single-team .team-img .social-link li {
display: inline-block;
}
.single-team .team-img .social-link li .icon {
padding: 18px 15px;
display: inline-block;
}
.single-team .team-info h3 {
font-weight: 700;
font-size: 28px;
line-height: 28px;
margin-bottom: 10px;
}
.single-team .team-info h3 a {
color: var(--heading-color);
}
.single-team .team-info span {
letter-spacing: -0.02em;
}
.single-team:hover {
transform: translateY(-5px);
}
.single-team:hover .team-img .social-link {
right: 0;
}
.team-slide.owl-theme .owl-nav {
margin: 0 !important;
}
.team-slide.owl-theme .owl-nav .owl-prev, .team-slide.owl-theme .owl-nav .owl-next {
width: 56px;
height: 56px;
line-height: 56px;
text-align: center;
border-radius: var(--border-radius);
background-color: #CDD4FB;
font-size: 20px;
color: var(--optional-color);
transition: var(--transition);
margin: 0;
position: absolute;
top: 30%;
transform: translateY(-30%);
left: -106px;
}
.team-slide.owl-theme .owl-nav .owl-prev:hover, .team-slide.owl-theme .owl-nav .owl-next:hover {
background-color: var(--heading-color);
color: var(--white-color);
}
.team-slide.owl-theme .owl-nav .owl-next {
left: auto;
right: -106px;
} .the-best-content {
margin-left: 70px;
}
.the-best-content h2 {
font-weight: 800;
font-size: 60px;
line-height: 70px;
margin-bottom: 25px;
position: relative;
}
.the-best-content h2 span {
color: var(--main-color-home-two);
}
.the-best-content h2 .title-shape {
position: absolute;
top: -25px;
right: -12px;
}
.the-best-content p {
margin-bottom: 35px;
} .single-counter {
margin-bottom: 30px;
text-align: center;
}
.single-counter h2 {
font-weight: 900;
font-size: 80px;
line-height: 94px;
color: var(--main-color-home-two);
margin-bottom: 0;
line-height: 1;
}
.single-counter h2 .usd {
position: relative;
top: 5px;
}
.single-counter h2 .target {
margin-left: -25px;
position: relative;
top: 5px;
}
.single-counter p {
letter-spacing: 0.5em;
font-weight: 600;
} .single-contact-info {
background-color: #b5d3f0;
padding: 30px;
border-radius: 20px 20px 0 0;
margin-bottom: 30px;
transition: var(--transition);
}
.single-contact-info.bg-f3dfc1 {
background-color: #f3dfc1;
}
.single-contact-info.bg-a8e3da {
background-color: #a8e3da;
}
.single-contact-info img {
margin-right: 20px;
}
.single-contact-info h3 {
font-size: 20px;
margin-bottom: 20px;
}
.single-contact-info ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.single-contact-info ul li {
margin-bottom: 5px;
}
.single-contact-info ul li:last-child {
margin-bottom: 0;
}
.single-contact-info:hover {
transform: translateY(-5px);
} .contact-area {
position: relative;
z-index: 1;
}
.contact-area .shape {
position: absolute;
z-index: -1;
}
.contact-area .shape.shape-1 {
top: 100px;
left: 200px;
animation: off-on 5s infinite linear;
}
.contact-area .shape.shape-2 {
bottom: 100px;
right: 200px;
animation: off-on 10s infinite linear;
}
.contact-form {
margin: auto;
max-width: 1095px;
background-color: #EDF6FD;
padding: 100px;
}
.contact-form h3 {
text-align: center;
font-weight: 800;
font-size: 32px;
margin-bottom: 40px;
}
.contact-form .form-group {
margin-bottom: 30px;
}
.contact-form .form-group .form-control {
background: #FFFFFF;
border-radius: 4px;
}
.contact-form .form-group .form-control::-moz-placeholder {
color: #646464;
letter-spacing: -0.02em;
}
.contact-form .form-group .form-control::placeholder {
color: #646464;
letter-spacing: -0.02em;
}
.contact-form .form-check {
padding-left: 0;
}
.contact-form .form-check label {
margin-bottom: 0;
}
.contact-form a {
color: var(--optional-color);
text-decoration: underline;
}
.contact-form .form-check-input {
border-color: var(--optional-color);
width: 20px;
height: 20px;
position: relative;
top: -2px;
margin-right: 10px;
}
.contact-form .form-check-input:checked {
background-color: var(--optional-color);
border-color: var(--optional-color);
}
.contact-form .form-check-input:focus {
box-shadow: none;
}
.contact-form .wpcf7-list-item {
margin-left: 0;
}
.list-unstyled {
color: #dc3545;
margin-top: 10px;
font-size: 14px;
}
.hidden {
display: none;
}
#msgSubmit {
margin-top: 30px;
font-size: 20px;
} .register-img {
text-align: center;
}
.register-form {
max-width: 424px;
}
.register-form h2 {
font-size: 40px;
margin-bottom: 40px;
font-weight: 800;
font-size: 32px;
line-height: 32px;
}
.register-form .form-group {
margin-bottom: 15px;
}
.register-form .form-group .form-control {
background: #EDF6FD;
border-radius: 6px;
}
.register-form .default-btn {
display: block;
width: 100%;
border-radius: 6px;
}
.register-form .form-check-input {
border-color: var(--main-color-home-two);
}
.register-form .form-check-input:checked {
background-color: var(--main-color-home-two);
border-color: var(--main-color-home-two);
}
.register-form .form-check-input:focus {
box-shadow: none;
}
.register-form a {
color: var(--main-color-home-two);
}
.register-tab {
text-align: center;
background-color: var(--white-color);
box-shadow: var(--box-shadow);
padding: 10px;
border: none;
border-radius: 10px;
margin-bottom: 30px;
}
.register-tab .nav-item {
border: none;
}
.register-tab .nav-item .nav-link {
border: none;
width: 100%;
display: block;
padding: 14px 70px;
border-radius: var(--border-radius);
color: var(--heading-color);
font-weight: 600;
font-size: 18px;
border-radius: 10px;
}
.register-tab .nav-item .nav-link.active {
background-color: var(--main-color-home-two);
color: var(--white-color);
} .widget-sidebar {
margin-right: 15px;
}
.widget-sidebar .sidebar-widget {
margin-bottom: 60px;
}
.widget-sidebar .sidebar-widget h3 {
font-size: 22px;
margin-bottom: 30px;
}
.widget-sidebar .sidebar-widget .src-form {
position: relative;
}
.widget-sidebar .sidebar-widget .src-form .form-control {
background: rgba(54, 52, 142, 0.1);
border-radius: 4px;
height: 56px;
}
.widget-sidebar .sidebar-widget .src-form .form-control::-moz-placeholder {
letter-spacing: -0.03em;
color: #9999AA;
}
.widget-sidebar .sidebar-widget .src-form .form-control::placeholder {
letter-spacing: -0.03em;
color: #9999AA;
}
.widget-sidebar .sidebar-widget .src-form .src-btn {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
position: absolute;
top: 3px;
right: 3px;
background-color: var(--optional-color);
font-size: 20px;
color: var(--white-color);
border-radius: var(--border-radius);
}
.widget-sidebar .sidebar-widget.subjects .form-check {
margin-bottom: 12px;
}
.widget-sidebar .sidebar-widget.subjects .form-check .form-check-input {
border-radius: 0;
width: 20px;
height: 20px;
border-radius: var(--border-radius);
background-color: var(--white-color);
border-color: var(--optional-color);
margin-right: 10px;
position: relative;
top: -2px;
}
.widget-sidebar .sidebar-widget.subjects .form-check .form-check-input:checked[type=radio] {
background-image: url(//www.colegiojardimaricanduva.com.br/wp-content/themes/hoco/assets/images/check-dot.png);
background-size: auto;
}
.widget-sidebar .sidebar-widget.subjects .form-check .form-check-input:focus {
box-shadow: none;
}
.widget-sidebar .sidebar-widget.subjects .form-check .form-check-label {
letter-spacing: -0.01em;
font-weight: 500;
font-family: var(--heading-font-family);
color: #646464;
display: block;
}
.widget-sidebar .sidebar-widget.subjects .form-check .form-check-label span {
letter-spacing: -0.01em;
font-size: 14px;
color: #7E7E7E;
float: right;
}
.widget-sidebar .sidebar-widget.subjects.categories .form-check .form-check-label span {
float: unset;
}
.widget-sidebar .sidebar-widget.time {
margin-bottom: 30px;
}
.widget-sidebar .sidebar-widget.time h3 {
margin-bottom: 30px;
}
.widget-sidebar .sidebar-widget.time span {
letter-spacing: -0.01em;
color: #646464;
font-family: var(--heading-font-family);
display: block;
margin-bottom: 10px;
}
.widget-sidebar .sidebar-widget.time .time-select {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.widget-sidebar .sidebar-widget.time .time-select .selection {
display: inline-block;
}
.widget-sidebar .sidebar-widget.time .time-select .selection label {
display: inline-block;
width: 36px;
height: 36px;
line-height: 36px;
background-color: #EBEBF4;
border-radius: 0;
color: var(--heading-color);
cursor: pointer;
text-align: center;
transition: var(--transition);
letter-spacing: -0.01em;
font-weight: 600;
font-family: var(--heading-font-family);
}
.widget-sidebar .sidebar-widget.time .time-select .selection label:hover {
background-color: var(--optional-color);
color: var(--white-color);
}
.widget-sidebar .sidebar-widget.time .time-select .selection input[type=radio] {
display: none;
}
.widget-sidebar .sidebar-widget.time .time-select .selection input[type=radio][type=radio]:checked ~ label {
background-color: var(--optional-color);
color: var(--white-color);
}
.widget-sidebar .sidebar-widget.time-of-day .day {
letter-spacing: -0.01em;
color: #646464;
font-family: var(--heading-font-family);
display: block;
margin-bottom: 10px;
}
.widget-sidebar .sidebar-widget.time-of-day .time-of-day-select {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
text-align: center;
}
.widget-sidebar .sidebar-widget.time-of-day .time-of-day-select .selection {
display: inline-block;
width: 47%;
flex: 0 0 auto;
margin-bottom: 10px;
margin-right: 10px;
}
.widget-sidebar .sidebar-widget.time-of-day .time-of-day-select .selection:nth-child(2) {
margin-right: 0;
}
.widget-sidebar .sidebar-widget.time-of-day .time-of-day-select .selection:nth-child(4) {
margin-right: 0;
}
.widget-sidebar .sidebar-widget.time-of-day .time-of-day-select .selection label {
display: inline-block;
width: 100%;
height: auto;
background-color: #EBEBF4;
border-radius: 0;
color: var(--heading-color);
cursor: pointer;
text-align: center;
transition: var(--transition);
display: block;
padding: 25px 20px;
letter-spacing: -0.01em;
font-weight: 600;
font-family: var(--heading-font-family);
}
.widget-sidebar .sidebar-widget.time-of-day .time-of-day-select .selection label span {
display: block;
letter-spacing: -0.01em;
font-weight: 400;
font-size: 14px;
}
.widget-sidebar .sidebar-widget.time-of-day .time-of-day-select .selection label:hover {
background-color: var(--optional-color);
color: var(--white-color);
}
.widget-sidebar .sidebar-widget.time-of-day .time-of-day-select .selection input[type=radio] {
display: none;
}
.widget-sidebar .sidebar-widget.time-of-day .time-of-day-select .selection input[type=radio][type=radio]:checked ~ label {
background-color: var(--optional-color);
color: var(--white-color);
}
.widget-sidebar .sidebar-widget.time-of-day .select-your-time {
margin-top: 30px;
}
.widget-sidebar .sidebar-widget.time-of-day .select-your-time .title-title {
font-weight: 500;
font-family: var(--heading-font-family);
display: block;
margin-bottom: 20px;
}
.widget-sidebar .sidebar-widget.time-of-day .select-your-time .ui-slider-horizontal {
height: 6px;
background: #CDD4FB;
clear: both;
margin-bottom: 10px;
border-radius: 6px;
border: none;
}
.widget-sidebar .sidebar-widget.time-of-day .select-your-time .ui-slider-horizontal .ui-slider-range {
top: -1px;
height: 100%;
}
.widget-sidebar .sidebar-widget.time-of-day .select-your-time .ui-slider {
position: relative;
text-align: left;
}
.widget-sidebar .sidebar-widget.time-of-day .select-your-time .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
height: 6px;
font-size: 0.7em;
display: block;
border-radius: 6px;
background: var(--optional-color);
background-size: 100%;
}
.widget-sidebar .sidebar-widget.time-of-day .select-your-time .ui-slider .ui-slider-handle {
border-radius: 50%;
background: var(--main-color-home-two);
background-size: 100%;
width: 16px;
height: 16px;
transition: box-shadow 0.3s;
position: absolute;
z-index: 2;
width: 16px;
height: 16px;
cursor: default;
border: none;
cursor: pointer;
top: -6px;
margin-left: -0.6em;
}
.widget-sidebar .sidebar-widget.time-of-day .select-your-time .ui-slider .ui-slider-handle:after {
content: "";
position: absolute;
width: 8px;
height: 8px;
border-radius: 50%;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -4px;
background: var(--main-color-home-two);
}
.widget-sidebar .sidebar-widget.time-of-day .select-your-time .ui-slider .ui-slider-handle.ui-state-default.ui-corner-all:focus-visible {
outline: none;
border: none;
}
.widget-sidebar .sidebar-widget.time-of-day .select-your-time .ui-slider a:focus {
outline: none;
border: none;
}
.widget-sidebar .sidebar-widget.time-of-day .select-your-time .ui-slider #slider-range {
width: 100%;
}
.widget-sidebar .sidebar-widget.time-of-day .select-your-time .slider-time {
font-weight: 600 !important;
font-size: 14px;
letter-spacing: -0.01em;
color: var(--heading-color);
font-family: var(--heading-font-family);
}
.widget-sidebar .sidebar-widget.recent .recent-post {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.widget-sidebar .sidebar-widget.recent .recent-post li {
margin-bottom: 24px;
}
.widget-sidebar .sidebar-widget.recent .recent-post li:last-child {
margin-bottom: 0;
}
.widget-sidebar .sidebar-widget.recent .recent-post li .recent-img {
position: relative;
display: block;
}
.widget-sidebar .sidebar-widget.recent .recent-post li .recent-img i {
background: rgba(54, 52, 142, 0.7);
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
text-align: center;
justify-content: center;
align-items: center;
display: flex;
color: var(--white-color);
opacity: 0;
transition: var(--transition);
}
.widget-sidebar .sidebar-widget.recent .recent-post li span {
letter-spacing: 0.05em;
color: #646464;
font-size: 14px;
display: block;
margin-bottom: 5px;
}
.widget-sidebar .sidebar-widget.recent .recent-post li h4 {
font-size: 16px;
margin-bottom: 0;
}
.widget-sidebar .sidebar-widget.recent .recent-post li h4 a {
color: var(--heading-color);
}
.widget-sidebar .sidebar-widget.recent .recent-post li:hover .recent-img i {
opacity: 1;
}
.widget-sidebar .sidebar-widget.recent .recent-post li:hover h4 a {
color: var(--main-color-home-two);
}
.widget-sidebar .sidebar-widget.tags .tag-list {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
margin-bottom: -15px;
margin-right: -5px;
}
.widget-sidebar .sidebar-widget.tags .tag-list li {
display: inline-block;
margin-bottom: 15px;
margin-right: 5px;
}
.widget-sidebar .sidebar-widget.tags .tag-list li a {
color: var(--optional-color);
font-weight: 500;
letter-spacing: -0.02em;
background-color: #F1F1F6;
display: inline-block;
padding: 15px 18px;
font-size: 14px;
}
.widget-sidebar .sidebar-widget.tags .tag-list li a:hover {
background-color: var(--optional-color);
color: var(--white-color);
}
.widget-sidebar .sidebar-widget.price-range .price-input {
width: 100%;
display: flex;
margin-top: 10px;
}
.widget-sidebar .sidebar-widget.price-range .price-input .field {
display: flex;
width: 100%;
height: auto;
align-items: center;
}
.widget-sidebar .sidebar-widget.price-range .price-input .field input {
width: 21px;
height: 100%;
outline: none;
font-size: 19px;
margin-left: 0;
border-radius: 5px;
text-align: center;
border: none;
-moz-appearance: textfield;
font-size: 14px;
font-weight: 600;
letter-spacing: -0.01em;
color: #132361;
}
.widget-sidebar .sidebar-widget.price-range .price-input .field .usd {
font-size: 14px;
font-weight: 600;
letter-spacing: -0.01em;
color: #132361;
position: relative;
left: 2px;
}
.widget-sidebar .sidebar-widget.price-range .price-input .field .per {
font-size: 14px;
color: #132361;
letter-spacing: -0.01em;
}
.widget-sidebar .sidebar-widget.price-range .price-input .field input[type=number]::-webkit-outer-spin-button,
.widget-sidebar .sidebar-widget.price-range .price-input .field input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.widget-sidebar .sidebar-widget.price-range .price-input .separator {
width: 130px;
display: flex;
font-size: 19px;
align-items: center;
justify-content: center;
}
.widget-sidebar .sidebar-widget.price-range .slider {
height: 6px;
position: relative;
background: #CDD4FB;
border-radius: 5px;
}
.widget-sidebar .sidebar-widget.price-range .slider .progress {
height: 100%;
left: 25%;
right: 25%;
position: absolute;
border-radius: 5px;
background: var(--optional-color);
}
.widget-sidebar .sidebar-widget.price-range .range-input {
position: relative;
}
.widget-sidebar .sidebar-widget.price-range .range-input input {
position: absolute;
width: 100%;
height: 5px;
top: 0;
background: none;
pointer-events: none;
-webkit-appearance: none;
-moz-appearance: none;
z-index: 1;
}
.widget-sidebar .sidebar-widget.price-range .range-input input[type=range]::-webkit-slider-thumb {
height: 16px;
width: 16px;
border-radius: 50%;
background: var(--main-color-home-two);
pointer-events: auto;
-webkit-appearance: none;
cursor: pointer;
}
.widget-sidebar .sidebar-widget.price-range .range-input input[type=range]::-moz-range-thumb {
height: 16px;
width: 16px;
border: none;
border-radius: 50%;
background: var(--main-color-home-two);
pointer-events: auto;
-moz-appearance: none;
cursor: pointer;
}
.widget-sidebar .sidebar-widget.year-range #slider-range2 {
margin-bottom: 10px;
}
.widget-sidebar .sidebar-widget.year-range .ui-slider-horizontal {
height: 6px;
background-color: #CDD4FB;
border: none;
}
.widget-sidebar .sidebar-widget.year-range .ui-widget-header {
background-color: var(--optional-color);
}
.widget-sidebar .sidebar-widget.year-range .ui-slider .ui-slider-handle {
width: 16px;
height: 16px;
border-radius: 50%;
background-color: var(--main-color-home-two);
}
.widget-sidebar .sidebar-widget.year-range .ui-slider .ui-slider-handle:focus-visible {
border: none;
box-shadow: none;
}
.widget-sidebar .sidebar-widget.year-range .ui-slider .ui-slider-handle.ui-state-default.ui-corner-all {
cursor: pointer;
}
.widget-sidebar .sidebar-widget.year-range .ui-slider .ui-slider-handle.ui-state-default.ui-corner-all:focus-visible {
border: none;
box-shadow: none;
outline: none;
}
.widget-sidebar .sidebar-widget.year-range .year input {
width: 21px;
border: none;
font-size: 14px;
font-weight: 600;
letter-spacing: -0.01em;
color: #132361;
}
.widget-sidebar .sidebar-widget.year-range .year input:focus {
border: none;
outline: none;
}
.widget-sidebar .sidebar-widget.year-range .year span {
font-size: 14px;
color: #132361;
letter-spacing: -0.01em;
font-family: var(--heading-font-family);
} .team-details-view {
max-width: 1095px;
margin: auto;
}
.team-details-view .top-info span {
color: var(--main-color-home-two);
font-weight: 500;
margin-bottom: 10px;
display: block;
}
.team-details-view .top-info h3 {
font-size: 32px;
letter-spacing: -0.01em;
margin-bottom: 30px;
}
.team-details-view .social-link {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.team-details-view .social-link li {
display: inline-block;
margin-right: 28px;
}
.team-details-view .social-link li:last-child {
margin-right: 0;
}
.team-details-view .childhood {
margin-bottom: 30px;
}
.team-details-view .reating-point {
padding-left: 0;
margin-bottom: 30px;
list-style-type: none;
}
.team-details-view .reating-point li {
display: inline-block;
}
.team-details-view .reating-point li img {
position: relative;
top: -2px;
}
.team-details-view .reating-point li .point {
font-weight: 600;
color: #132361;
}
.team-details-view .reating-point li .total {
color: #939393;
font-size: 14px;
}
.team-details-view .message-follow {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.team-details-view .message-follow li {
display: inline-block;
margin-right: 20px;
}
.team-details-view .message-follow li .default-btn.border {
border-color: var(--optional-color) !important;
background-color: transparent;
}
.team-details-view .message-follow li .default-btn.border:hover {
background-color: var(--optional-color);
}
.team-details-view .team-details-img {
margin-left: 10px;
position: relative;
}
.team-details-view .team-details-img img {
border-radius: 10px;
}
.team-details-view .team-details-img .team-video {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(19, 35, 97, 0.8);
padding: 15px;
border-radius: 0 0 10px 10px;
}
.team-details-view .team-details-img .team-video h3 {
font-size: 18px;
letter-spacing: -0.01em;
color: var(--white-color);
margin-bottom: 0;
}
.team-details-view .team-details-img .team-video .video-btns {
width: 68px;
height: 68px;
line-height: 68px;
text-align: center;
background-color: var(--white-color);
border-radius: 50px;
}
.team-details-view .team-details-img .team-video .video-btns img {
border-radius: 0;
position: relative;
left: 2px;
top: -1px;
}
.team-details-view .about-lorence h3 {
letter-spacing: -0.01em;
font-size: 32px;
margin-bottom: 30px;
}
.review-list-wrap {
max-width: 870px;
margin: auto;
}
.review-list-wrap .mb-40 {
margin-bottom: 40px;
}
.review-list-wrap .review-title {
text-align: center;
margin-bottom: 40px;
}
.review-list-wrap .review-title h2 {
font-size: 32px;
font-weight: 800;
}
.review-list-wrap .review-title h2 span {
font-weight: 400;
}
.review-list-wrap .review-img img {
border-radius: 10px;
width: 118px;
}
.review-list-wrap .review-details {
position: relative;
margin-left: 30px;
}
.review-list-wrap .review-details .review-icon {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
position: absolute;
top: 0;
right: 0;
}
.review-list-wrap .review-details .review-icon li {
display: inline-block;
}
.review-list-wrap .review-details .review-icon li span {
font-weight: 600;
font-size: 16px;
color: var(--heading-color);
position: relative;
top: 2px;
}
.review-list-wrap .review-details h3 {
font-size: 18px;
letter-spacing: -0.02em;
font-family: var(--body-font-family);
margin-bottom: 10px;
}
.review-list-wrap .review-details span {
font-size: 14px;
color: #878787;
display: block;
margin-bottom: 15px;
}
.review-list-wrap .default-btn {
display: table;
margin: auto;
margin-top: 10px;
}
.reviews-form {
background-color: #edf6fd;
padding: 100px;
}
.reviews-form h3 {
text-align: center;
margin-bottom: 40px;
font-weight: 800;
font-size: 32px;
}
.reviews-form .form-group {
margin-bottom: 20px;
}
.reviews-form .form-group ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.reviews-form .form-group ul li h4 {
margin-bottom: 0;
}
.reviews-form .form-group .form-control {
height: 60px;
background-color: #FFFFFF;
border-radius: var(--border-radius);
}
.reviews-form .form-group .form-control::-moz-placeholder {
font-size: 16px;
color: #646464;
letter-spacing: -0.02em;
}
.reviews-form .form-group .form-control::placeholder {
font-size: 16px;
color: #646464;
letter-spacing: -0.02em;
}
.reviews-form .form-group textarea {
height: auto !important;
}
.reviews-form .form-group .your-ratings {
background-color: var(--white-color);
border-radius: var(--border-radius);
padding: 14px 30px;
}
.reviews-form .form-group .your-ratings h4 {
letter-spacing: -0.02em;
font-size: 18px;
font-family: var(--body-font-family);
color: var(--optional-color);
}
.reviews-form .main-form {
max-width: 870px;
margin: auto;
}
.reviews-form .star-rating {
direction: rtl;
display: inline-block;
cursor: default;
}
.reviews-form .star-rating input[type=radio] {
display: none;
}
.reviews-form .star-rating label {
color: #bbb;
font-size: 20px;
padding: 0;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.reviews-form .star-rating label:hover,
.reviews-form .star-rating label:hover ~ label,
.reviews-form .star-rating input[type=radio]:checked ~ label {
color: #f2b600;
} .blog-details-content {
max-width: 870px;
margin: auto;
}
.blog-details-content .gap-mb-30 {
margin-bottom: 30px;
}
.blog-details-content h2 {
font-weight: 800;
font-size: 40px;
margin-bottom: 20px;
line-height: 52px;
}
.blog-details-content .tags {
padding-left: 0;
margin-bottom: 25px;
list-style: none;
}
.blog-details-content .tags li {
display: inline-block;
margin-right: 10px;
}
.blog-details-content .tags li:last-child {
margin-right: 0;
}
.blog-details-content .tags li a {
background-color: #F2F0EF;
display: inline-block;
padding: 15px 18px;
font-weight: 500;
font-size: 14px;
letter-spacing: -0.02em;
color: var(--optional-color);
line-height: 14px;
}
.blog-details-content .tags li a:hover {
background-color: var(--heading-color);
color: var(--white-color);
}
.blog-details-content .poster-info {
padding-left: 0;
margin-bottom: 30px;
list-style-type: none;
}
.blog-details-content .poster-info li {
display: inline-block;
margin-right: 40px;
position: relative;
color: #646464;
font-size: 14px;
}
.blog-details-content .poster-info li::before {
content: "";
position: absolute;
top: 9px;
right: -24px;
width: 5px;
height: 5px;
background-color: var(--main-color-home-two);
}
.blog-details-content .poster-info li:nth-child(1)::before {
top: 12px;
}
.blog-details-content .poster-info li:last-child {
margin-right: 0;
}
.blog-details-content .poster-info li:last-child::before {
display: none;
}
.blog-details-content .poster-info li a {
color: #132361;
font-weight: 600;
}
.blog-details-content .poster-info li a:hover {
color: var(--main-color);
}
.blog-details-content .poster-info li img {
position: relative;
top: -2px;
margin-right: 5px;
border-radius: 50px;
}
.blog-details-content .blog-post-img {
margin-bottom: 30px;
}
.blog-details-content p a {
color: var(--main-color);
}
.blog-details-content h3 {
font-size: 24px;
margin-bottom: 20px;
line-height: 30px;
}
.blog-details-content .blog-video {
position: relative;
}
.blog-details-content .blog-video .video-btns {
position: absolute;
top: 50%;
left: 0;
right: 0;
text-align: center;
transform: translateY(-50%);
}
.blog-details-content .blog-video .video-btn i {
transition: var(--transition);
}
.blog-details-content .blog-video .video-btn:hover i {
color: var(--heading-color);
}
.blog-details-content .blog-video iframe {
width: 100%;
height: 500px;
}
.blog-details-content .social-link-wrap {
background: #F9F9FC;
border-radius: var(--border-radius);
padding: 25px 30px;
margin-top: 50px;
}
.blog-details-content .social-link-wrap h4 {
font-size: 18px;
color: var(--heading-color);
font-weight: 600;
position: relative;
margin-bottom: 0;
}
.blog-details-content .social-link-wrap .social-link {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.blog-details-content .social-link-wrap .social-link li {
display: inline-block;
margin-right: 10px;
}
.blog-details-content .social-link-wrap .social-link li:last-child {
margin-right: 0;
}
.blog-details-content .social-link-wrap .social-link li .icon {
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background-color: var(--white-color);
color: var(--white-color);
transition: var(--transition);
}
.blog-details-content .social-link-wrap .social-link li .icon:hover {
transform: translateY(-2px);
}
.blog-details-content .post-authors .authors-img {
width: 228px;
}
.blog-details-content .post-authors .profile-name h4 {
font-weight: 600;
font-size: 20px;
font-family: var(--body-font-family);
letter-spacing: -0.02em;
margin-bottom: 5px;
line-height: 20px;
}
.blog-details-content .post-authors .profile-name span {
font-weight: 400;
font-size: 14px;
letter-spacing: -0.02em;
color: #878787;
}
.blog-details-content .post-authors .profile-info {
margin-bottom: 35px;
}
.blog-details-content .post-authors p {
margin-bottom: 20px;
}
.blog-details-content .post-authors .social-link {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.blog-details-content .post-authors .social-link li {
display: inline-block;
margin-right: 10px;
}
.blog-details-content .post-authors .social-link li a {
width: 34px;
height: 34px;
line-height: 31px;
text-align: center;
display: inline-block;
transition: var(--transition);
}
.blog-details-content .post-authors .social-link li a:hover {
box-shadow: var(--box-shadow);
}
.blog-details-content .post-authors .social-link li:last-child {
margin-right: 0;
}
.blog-details-content .comments-list-wrap {
max-width: 870px;
margin: auto;
}
.blog-details-content .comments-list-wrap .mb-40 {
margin-bottom: 40px;
}
.blog-details-content .comments-list-wrap .comments-title {
text-align: center;
margin-bottom: 40px;
}
.blog-details-content .comments-list-wrap .comments-title h2 {
font-size: 32px;
}
.blog-details-content .comments-list-wrap .comments-title h2 span {
font-weight: 400;
}
.blog-details-content .comments-list-wrap .comments-img img {
border-radius: 10px;
width: 118px;
}
.blog-details-content .comments-list-wrap .comments-details {
position: relative;
margin-left: 30px;
}
.blog-details-content .comments-list-wrap .comments-details .repay-btn {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
position: absolute;
top: 0;
right: 0;
}
.blog-details-content .comments-list-wrap .comments-details .repay-btn .default-btn {
padding: 13px 30px;
margin-top: 0;
}
.blog-details-content .comments-list-wrap .comments-details h3 {
font-size: 18px;
letter-spacing: -0.02em;
font-family: var(--body-font-family);
margin-bottom: 10px;
}
.blog-details-content .comments-list-wrap .comments-details span {
font-size: 14px;
color: #878787;
display: block;
margin-bottom: 15px;
}
.blog-details-content .comments-list-wrap .default-btn {
display: table;
margin: auto;
margin-top: 10px;
}
.comments-form {
background-color: #edf6fd;
padding: 100px;
}
.comments-form .main-form {
max-width: 870px;
margin: auto;
}
.comments-form h3 {
text-align: center;
margin-bottom: 40px;
font-weight: 800;
font-size: 32px;
}
.comments-form .form-group {
margin-bottom: 20px;
}
.comments-form .form-group ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.comments-form .form-group ul li h4 {
margin-bottom: 0;
}
.comments-form .form-group .form-control {
height: 60px;
background-color: #FFFFFF;
border-radius: var(--border-radius);
}
.comments-form .form-group .form-control::-moz-placeholder {
font-size: 16px;
color: #646464;
letter-spacing: -0.02em;
}
.comments-form .form-group .form-control::placeholder {
font-size: 16px;
color: #646464;
letter-spacing: -0.02em;
}
.comments-form .form-group textarea {
height: auto !important;
}
.comments-form .form-group .your-ratings {
background-color: var(--white-color);
border-radius: var(--border-radius);
padding: 14px 30px;
}
.comments-form .form-group .your-ratings h4 {
letter-spacing: -0.02em;
font-size: 18px;
font-family: var(--body-font-family);
color: var(--optional-color);
}
.comments-form .form-group .form-check {
position: relative;
padding-left: 30px;
}
.comments-form .form-group .form-check .form-check-label {
letter-spacing: -0.02em;
}
.comments-form .form-group .form-check .form-check-label a {
text-decoration: underline;
color: var(--heading-color);
}
.comments-form .form-group .form-check .form-check-input {
width: 20px;
height: 20px;
background-color: transparent;
border-color: var(--heading-color);
position: absolute;
top: -2px;
left: 25px;
}
.comments-form .form-group .form-check .form-check-input:focus {
box-shadow: none;
}
.comments-form .form-group .form-check .form-check-input:checked {
background-color: var(--heading-color);
}
.comments-form.p-50 {
padding: 50px;
} .course-details-wrapper {
max-width: 1095px;
margin: auto;
}
.course-details-wrapper .tutor-course-details-tab {
border: 1px solid #efefef;
padding: 20px 20px;
border-radius: 10px;
}
.course-details-wrapper .tutor-card {
border-color: #efefef;
}
.course-details-wrapper .tutor-course-content-title {
display: none;
}
.tutor-single-course-sidebar-more > div:last-child {
border-color: #efefef;
}
.course-details-content .time {
font-weight: 500;
color: var(--main-color-home-two);
display: block;
margin-bottom: 10px;
}
.course-details-content .tutor-course-bookmark .default-btn {
font-size: 25px !important;
height: auto !important;
width: auto !important;
}
.course-details-content .tutor-course-bookmark .default-btn:focus {
color: var(--heading-color);
}
.course-details-content h2 {
font-size: 32px;
line-height: 44px;
letter-spacing: -0.01em;
margin-bottom: 20px;
}
.course-details-content p {
margin-bottom: 20px;
}
.course-details-content .author-rating {
padding-left: 0;
margin-bottom: 20px;
list-style-type: none;
}
.course-details-content .author-rating .author {
margin-right: 40px;
position: relative;
color: #646464;
font-size: 14px;
}
.course-details-content .author-rating .author a {
color: #132361;
font-weight: 600;
letter-spacing: -0.02em;
}
.course-details-content .author-rating .author a:hover {
color: var(--main-color);
}
.course-details-content .author-rating .author img {
position: relative;
top: -2px;
margin-right: 5px;
border-radius: 50px;
}
.course-details-content .author-rating .rating-point img {
position: relative;
top: -2px;
}
.course-details-content .author-rating .rating-point .point {
font-weight: 600;
color: #132361;
}
.course-details-content .author-rating .rating-point .total {
color: #939393;
font-size: 14px;
}
.course-details-content .course-duration {
padding-left: 0;
margin-bottom: 0;
list-style: none;
--bs-gutter-x: 1.5rem;
}
.course-details-content .course-duration li {
background: #F8F8F8;
border-radius: 5px;
width: 32.33%;
flex: 0 0 auto;
display: inline-block;
text-align: center;
padding: 25px 20px;
margin-bottom: 30px;
}
.course-details-content .course-duration li span {
letter-spacing: 0.15em;
font-weight: 500;
font-size: 11px;
line-height: 12px;
display: block;
margin-bottom: 5px;
}
.course-details-content .course-duration li .price .woocommerce-Price-amount, .course-details-content .course-duration li .price .woocommerce-Price-currencySymbol {
margin-bottom: unset;
display: unset;
line-height: unset;
font-size: unset;
font-weight: unset;
letter-spacing: unset;
}
.course-details-content .course-duration li .price {
text-align: center;
}
.course-details-content .course-duration li .price ins {
text-decoration: none;
}
.course-details-content .course-duration li .price del {
font-size: 15px;
}
.course-details-content .course-duration li h3 {
letter-spacing: -0.01em;
color: var(--optional-color);
font-weight: 700;
font-size: 22px;
line-height: 20px;
margin-bottom: 0;
}
.course-details-content .message-follow {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.course-details-content .message-follow li {
display: inline-block;
margin-right: 20px;
}
.course-details-content .message-follow li .default-btn.border {
border-color: var(--optional-color) !important;
background-color: transparent;
}
.course-details-content .message-follow li .default-btn.border:hover {
background-color: var(--optional-color);
}
.course-details-img {
background-image: url(//www.colegiojardimaricanduva.com.br/wp-content/themes/hoco/assets/images/courses/courses-5.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
border-radius: 10px;
position: relative;
margin-left: 15px;
}
.course-details-img .video-button {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
text-align: center;
}
.course-details-img .video-button .video-btn {
background-color: rgba(54, 52, 142, 0.6);
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
}
.available-title {
text-align: center;
max-width: 860px;
margin: auto;
margin-bottom: 40px;
}
.available-title h2 {
font-weight: 800;
font-size: 32px;
line-height: 32px;
}
.single-available-times {
border: 1px solid #CDD4FB;
border-radius: 10px;
padding: 50px 30px;
text-align: center;
transition: var(--transition);
}
.single-available-times h3 {
font-size: 20px;
letter-spacing: -0.01em;
margin-bottom: 30px;
transition: var(--transition);
}
.single-available-times ul {
padding-left: 0;
margin-bottom: 30px;
list-style-type: none;
}
.single-available-times ul li {
letter-spacing: -0.02em;
margin-bottom: 5px;
transition: var(--transition);
}
.single-available-times ul li:last-child {
margin-bottom: 0;
}
.single-available-times .default-btn {
width: 100%;
padding: 16px 22px;
}
.single-available-times:hover {
background-color: var(--optional-color);
}
.single-available-times:hover h3 {
color: var(--white-color);
}
.single-available-times:hover ul li {
color: var(--white-color);
}
.single-available-times:hover .default-btn {
background-color: var(--main-color);
}
.available-slider.owl-carousel .owl-item img {
width: auto;
}
.available-slider.owl-theme .owl-nav {
margin: 0 !important;
}
.available-slider.owl-theme .owl-nav .owl-prev, .available-slider.owl-theme .owl-nav .owl-next {
width: 56px;
height: 56px;
line-height: 56px;
text-align: center;
border-radius: var(--border-radius);
background-color: #CDD4FB;
font-size: 20px;
color: var(--optional-color);
transition: var(--transition);
margin: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -106px;
}
.available-slider.owl-theme .owl-nav .owl-prev:hover, .available-slider.owl-theme .owl-nav .owl-next:hover {
background-color: var(--heading-color);
color: var(--white-color);
}
.available-slider.owl-theme .owl-nav .owl-next {
left: auto;
right: -106px;
}
.description-content .description-title {
max-width: 860px;
margin: auto;
margin-bottom: 40px;
text-align: center;
}
.description-content .description-title h3 {
font-weight: 800;
font-size: 32px;
}
.description-content .accordion .accordion-item {
margin-bottom: 15px;
border: none;
}
.description-content .accordion .accordion-item:last-child {
margin-bottom: 0;
}
.description-content .accordion .accordion-item .accordion-header .accordion-button {
font-weight: 700;
font-size: 20px;
letter-spacing: -0.01em;
color: var(--heading-color);
border-radius: 0;
background: #F9F9FC;
border-radius: var(--border-radius);
padding: 28px 60px;
}
.description-content .accordion .accordion-item .accordion-header .accordion-button:focus {
box-shadow: none;
}
.description-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
background-color: #F9F9FC;
}
.description-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
filter: brightness(0);
}
.description-content .accordion .accordion-item:first-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.description-content .accordion .accordion-item:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.description-content .accordion .accordion-item .accordion-body {
padding: 20px;
}
.description-content .accordion .accordion-item .accordion-body p {
margin-bottom: 0;
}
.meet-the-teacher-title {
text-align: center;
max-width: 860px;
margin: auto;
margin-bottom: 40px;
}
.meet-the-teacher-title h2 {
font-weight: 800;
font-size: 32px;
line-height: 32px;
}
.meet-the-teacher-content {
max-width: 1095px;
margin: auto;
}
.meet-the-teacher-content .post-authors .authors-img {
width: 228px;
}
.meet-the-teacher-content .post-authors .authors-img img {
border-radius: 10px;
}
.meet-the-teacher-content .post-authors .profile-name h4 {
font-weight: 600;
font-size: 20px;
font-family: var(--body-font-family);
letter-spacing: -0.02em;
margin-bottom: 5px;
line-height: 20px;
}
.meet-the-teacher-content .post-authors .profile-name span {
font-weight: 400;
font-size: 14px;
letter-spacing: -0.02em;
color: #878787;
}
.meet-the-teacher-content .post-authors .profile-info {
margin-bottom: 27px;
}
.meet-the-teacher-content .post-authors p {
margin-bottom: 25px;
}
.meet-the-teacher-content .post-authors .social-link {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.meet-the-teacher-content .post-authors .social-link li {
display: inline-block;
margin-right: 10px;
}
.meet-the-teacher-content .post-authors .social-link li a {
width: 34px;
height: 34px;
line-height: 31px;
text-align: center;
display: inline-block;
transition: var(--transition);
background-color: var(--white-color);
}
.meet-the-teacher-content .post-authors .social-link li a:hover {
box-shadow: var(--box-shadow);
}
.meet-the-teacher-content .post-authors .social-link li:last-child {
margin-right: 0;
}
.meet-the-teacher-content .post-authors .completed-class ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.meet-the-teacher-content .post-authors .completed-class ul li {
display: inline-block;
}
.meet-the-teacher-content .post-authors .completed-class ul li img {
position: relative;
top: -2px;
}
.meet-the-teacher-content .post-authors .completed-class ul li .pont {
font-weight: 600;
font-size: 16px;
color: #132361;
letter-spacing: -1px;
}
.meet-the-teacher-content .post-authors .completed-class ul li .reviews {
font-size: 14px;
line-height: 14px;
color: #939393;
}
.meet-the-teacher-content .post-authors .completed-class p {
font-size: 14px;
letter-spacing: -0.02em;
margin-bottom: 0;
}
.meet-the-teacher-content .post-authors .message-follow {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.meet-the-teacher-content .post-authors .message-follow li {
display: inline-block;
margin-right: 20px;
}
.meet-the-teacher-content .post-authors .message-follow li .default-btn.border {
border-color: var(--optional-color) !important;
background-color: transparent;
}
.meet-the-teacher-content .post-authors .message-follow li .default-btn.border:hover {
background-color: var(--optional-color);
} .main-content-text h1, .main-content-text h2, .main-content-text h3, .main-content-text h4, .main-content-text h5, .main-content-text h6 {
margin-bottom: 15px;
}
.main-content-text h1 {
font-size: 30px;
}
.main-content-text h2 {
font-size: 26px;
}
.main-content-text h3 {
font-size: 22px;
}
.main-content-text h4 {
font-size: 22px;
}
.main-content-text h5 {
font-size: 20px;
}
.main-content-text h6 {
font-size: 18px;
}
.main-content-text .gap-20 {
margin-bottom: 30px;
}
.main-content-text ul {
padding: 0;
list-style-type: none;
margin-bottom: 0;
}
.main-content-text ul li {
position: relative;
margin-bottom: 10px;
padding-left: 35px;
}
.main-content-text ul li:last-child {
margin-bottom: 0;
}
.main-content-text ul li i {
position: absolute;
top: -6px;
left: 0;
color: var(--main-color);
font-size: 25px;
}
.main-content-text ol {
padding-left: 18px;
}
.main-content-text ol li {
margin-bottom: 10px;
}
.main-content-text ol li::marker {
color: var(--main-color);
}
.main-content-text ol li:last-child {
margin-bottom: 0;
}
.main-content-text a {
color: var(--main-color);
}
.main-content-text a:hover {
text-decoration: underline;
}
.main-content-text .content-gap-mb-20 {
margin-bottom: 20px;
}
.main-content-text .content-gap-mb-30 {
margin-bottom: 30px;
} .coming-soon-area {
height: 100vh;
}
.coming-soon-content {
max-width: 700px;
border-radius: 5px;
overflow: hidden;
text-align: center;
padding: 60px;
background-color: var(--white-color);
box-shadow: var(--box-shadow);
margin: auto;
}
.coming-soon-content h2 {
font-size: 40px;
margin-top: -10px;
margin-bottom: 0;
}
.coming-soon-content #timer div {
border: 2px solid var(--main-color);
color: var(--main-color);
width: 85px;
height: 85px;
border-radius: 5px;
font-size: 30px;
font-weight: 800;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
.coming-soon-content #timer div:last-child {
margin-bottom: 0;
}
.coming-soon-content #timer div span {
display: block;
margin-top: -2px;
font-size: 14px;
font-weight: 600;
}
.coming-soon-content form {
position: relative;
max-width: 500px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.coming-soon-content form .form-group {
margin-bottom: 25px;
width: 100%;
position: relative;
}
.coming-soon-content form .form-group .label-title {
margin-bottom: 0;
position: absolute;
display: block;
left: 0;
top: 0;
pointer-events: none;
width: 100%;
height: 100%;
color: var(--heading-color);
}
.coming-soon-content form .form-group .label-title i {
position: absolute;
left: 0;
transition: var(--transition);
top: 9px;
font-size: 22px;
}
.coming-soon-content form .form-group .label-title::before {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
transition: var(--transition);
background: var(--main-color);
}
.coming-soon-content form .form-group .input-newsletter {
border-radius: 0;
border: 1px solid #eeeeee;
padding: 10px 20px;
color: var(--heading-color);
height: 56px;
display: block;
width: 100%;
transition: var(--transition);
font-size: 16px;
font-weight: 400;
background-color: var(--white-color);
}
.coming-soon-content form .form-group .input-newsletter::-moz-placeholder {
color: var(--body-color);
-moz-transition: var(--transition);
transition: var(--transition);
}
.coming-soon-content form .form-group .input-newsletter::placeholder {
color: var(--body-color);
transition: var(--transition);
}
.coming-soon-content form .form-group .input-newsletter:focus {
border-color: var(--main-color);
outline: 0 !important;
}
.coming-soon-content form .form-group .input-newsletter:focus::-moz-placeholder {
color: transparent;
}
.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
color: transparent;
}
.coming-soon-content form .validation-danger {
margin-top: 15px;
color: #ff0000;
}
.coming-soon-content form .validation-success {
margin-top: 15px;
}
.coming-soon-content form p {
margin-bottom: 0;
margin-top: 20px;
}
.coming-soon-content .newsletter-form .default-btn {
margin-top: 0;
position: absolute;
top: 0;
right: 0;
} .error-area {
background-color: var(--white-color);
}
.error-content {
text-align: center;
position: relative;
}
.error-content h3 {
font-size: 30px;
}  .preloader {
width: 100%;
height: 100%;
position: fixed;
background-color: var(--white-color);
top: 0;
left: 0;
z-index: 99999;
}
.preloader .lds-ripple {
position: absolute;
width: 80px;
height: 80px;
animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
left: 50%;
top: 50%;
transform: translate(-40px, -50px);
}
.preloader .preloader-container {
width: 80px;
height: 80px;
}
.preloader .petal {
position: absolute;
width: 30%;
height: 50%;
bottom: 50%;
left: 50%;
transform-origin: bottom center;
border-radius: 50%;
z-index: 2;
}
.preloader .petal::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
bottom: 0%;
left: 0%;
transform-origin: bottom center;
border-radius: 50%;
background-color: var(--main-color);
z-index: 2;
animation: opacity-nine 0.8s infinite linear;
opacity: 1;
border-left: 1px solid #ffffff;
}
.preloader .petal:nth-of-type(6) {
transform: translate(-50%, 0%) rotate(225deg);
}
.preloader .petal:nth-of-type(6)::before {
background-color: transparent;
animation-delay: 0.5s;
}
.preloader .petal:nth-of-type(7) {
transform: translate(-50%, 0%) rotate(270deg);
}
.preloader .petal:nth-of-type(7)::before {
background-color: transparent;
animation-delay: 0.6s;
}
.preloader .petal:nth-of-type(8) {
transform: translate(-50%, 0%) rotate(315deg);
}
.preloader .petal:nth-of-type(8)::before {
background-color: transparent;
animation-delay: 0.7s;
}
.preloader .petal:nth-of-type(1) {
transform: translate(-50%, 0%);
}
.preloader .petal:nth-of-type(1)::before {
animation-delay: 0s;
}
.preloader .petal:nth-of-type(2) {
transform: translate(-50%, 0%) rotate(45deg);
}
.preloader .petal:nth-of-type(2)::before {
animation-delay: 0.1s;
}
.preloader .petal:nth-of-type(3) {
transform: translate(-50%, 0%) rotate(90deg);
}
.preloader .petal:nth-of-type(3)::before {
animation-delay: 0.2s;
}
.preloader .petal:nth-of-type(4) {
transform: translate(-50%, 0%) rotate(135deg);
}
.preloader .petal:nth-of-type(4)::before {
animation-delay: 0.3s;
}
.preloader .petal:nth-of-type(5) {
transform: translate(-50%, 0%) rotate(180deg);
}
.preloader .petal:nth-of-type(5)::before {
animation-delay: 0.4s;
}
.preloader .petal-1 {
position: absolute;
width: 30%;
height: 50%;
bottom: 50%;
left: 50%;
transform-origin: bottom center;
border-radius: 50%;
z-index: -1;
}
.preloader .petal-1::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
bottom: 0%;
left: 0%;
transform-origin: bottom center;
border-radius: 50%;
background-color: var(--main-color);
z-index: 2;
animation: opacity-nine 0.8s infinite linear;
opacity: 1;
}
.preloader .petal-1:nth-of-type(9) {
transform: translate(-50%, 0%) rotate(225deg);
}
.preloader .petal-1:nth-of-type(9)::before {
animation-delay: 0.5s;
}
.preloader .petal-1:nth-of-type(10) {
transform: translate(-50%, 0%) rotate(270deg);
}
.preloader .petal-1:nth-of-type(10)::before {
animation-delay: 0.6s;
}
.preloader .petal-1:nth-of-type(11) {
transform: translate(-50%, 0%) rotate(315deg);
}
.preloader .petal-1:nth-of-type(11)::before {
animation-delay: 0.7s;
}
.preloader .ball {
position: absolute;
width: 28%;
height: 28%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
border: 1px solid #ffffff;
background-color: var(--main-color);
z-index: 3;
}
.preloader.preloader-deactivate {
visibility: hidden;
}
@keyframes opacity-nine {
0% {
opacity: 1;
}
95% {
opacity: 0.2;
}
100% {
opacity: 0.2;
}
} .go-top {
position: fixed;
cursor: pointer;
right: 3%;
top: 87%;
background-color: var(--main-color);
z-index: 4;
width: 40px;
text-align: center;
height: 42px;
line-height: 42px;
transform: scale(0);
visibility: hidden;
transition: 0.9s;
}
.go-top i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
margin: 0 auto;
color: var(--white-color);
transition: 0.5s;
font-size: 20px;
}
.go-top i:last-child {
opacity: 0;
visibility: hidden;
top: 60%;
}
.go-top::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: var(--main-color);
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.go-top:hover {
color: var(--white-color);
background-color: var(--main-color);
}
.go-top:hover::before {
opacity: 1;
visibility: visible;
}
.go-top:hover i:first-child {
opacity: 0;
top: 0;
visibility: hidden;
}
.go-top:hover i:last-child {
opacity: 1;
visibility: visible;
top: 50%;
}
.go-top:focus {
color: var(--white-color);
}
.go-top:focus::before {
opacity: 1;
visibility: visible;
}
.go-top:focus i:first-child {
opacity: 0;
top: 0;
visibility: hidden;
}
.go-top:focus i:last-child {
opacity: 1;
visibility: visible;
top: 50%;
}
.go-top.active {
transform: translateY(0);
opacity: 1;
visibility: visible;
right: 3%;
top: 87%;
transform: scale(1);
} .video-btn {
display: inline-block;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
border-radius: 0;
color: var(--main-color);
position: relative;
z-index: 1;
background: rgba(255, 255, 255, 0.35);
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
border-radius: 50%;
transition: var(--transition);
}
.video-btn i {
font-size: 42px;
color: var(--white-color);
position: absolute;
top: 0;
left: 0px;
justify-content: center;
align-items: center;
display: flex;
width: 100%;
height: 100%;
}
.video-btn .icon {
position: relative;
top: -1px;
right: -2px;
}
.video-btn .polygon {
position: absolute;
top: 50%;
left: 1px;
right: 0;
text-align: center;
margin: auto;
transform: translateY(-50%);
opacity: 0;
transition: var(--transition);
}
.video-btn::after, .video-btn::before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 0;
border-radius: 50%;
transition: var(--transition);
animation: ripple 1.6s ease-out infinite;
background: rgba(255, 255, 255, 0.35);
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
}
.video-btn span {
position: absolute;
top: 0;
right: -105px;
width: 100px;
font-size: 15px;
}
.video-btn:hover {
background-color: var(--white-color);
}
.video-btn:hover i {
color: var(--white-color);
}
.video-btn:hover .polygon {
opacity: 1;
}
.video-btn:hover::before, .video-btn:hover::after {
background-color: var(--white-color);
}
@keyframes ripple {
0%, 35% {
transform: scale(0);
opacity: 1;
}
50% {
transform: scale(1.5);
opacity: 0.8;
}
100% {
opacity: 0;
transform: scale(2);
}
}
.video-btn-2 span {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
content: "";
display: block;
border-radius: 50%;
width: 90px;
height: 90px;
}
.video-btn-2 span::after {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
border: 0.1px solid var(--main-color);
animation: videoTwo 8s linear infinite;
}
.video-btn-2 span::before {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
border: 0.1px solid var(--main-color);
animation: videoTwo 8s linear infinite;
}
.video-btn-2 span:nth-child(1)::after {
animation-delay: 1s;
}
.video-btn-2 span:nth-child(1)::before {
animation-delay: 5s;
}
.video-btn-2 span:nth-child(2)::after {
animation-delay: 2s;
}
.video-btn-2 span:nth-child(2)::before {
animation-delay: 6s;
}
.video-btn-2 span:nth-child(3)::after {
animation-delay: 3s;
}
.video-btn-2 span:nth-child(3)::before {
animation-delay: 7s;
}
.video-btn-2 span:nth-child(4)::after {
animation-delay: 4s;
}
.video-btn-2 i {
width: 90px;
height: 90px;
line-height: 80px;
text-align: center;
border-radius: 50%;
display: inline-block;
background: var(--white-color);
color: var(--main-color);
border: 5px solid var(--main-color);
font-size: 60px;
}
.video-btn-2.video-btn-3 i {
color: var(--heading-color);
border-color: var(--heading-color);
}
.video-btn-2.video-btn-3 span::before {
border: 0.1px solid var(--heading-color);
}
.video-btn-2.video-btn-3 span::after {
border: 0.1px solid var(--heading-color);
}
@keyframes videoTwo {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(5);
opacity: 0;
}
} .go-top {
position: fixed;
cursor: pointer;
right: 3%;
top: 87%;
background-color: var(--main-color);
z-index: 4;
width: 40px;
text-align: center;
height: 42px;
line-height: 42px;
transform: scale(0);
visibility: hidden;
transition: 0.9s;
}
.go-top i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
margin: 0 auto;
color: var(--white-color);
transition: 0.5s;
font-size: 20px;
}
.go-top i:last-child {
opacity: 0;
visibility: hidden;
top: 60%;
}
.go-top::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: var(--main-color);
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.go-top:hover {
color: var(--white-color);
background-color: var(--main-color);
}
.go-top:hover::before {
opacity: 1;
visibility: visible;
}
.go-top:hover i:first-child {
opacity: 0;
top: 0;
visibility: hidden;
}
.go-top:hover i:last-child {
opacity: 1;
visibility: visible;
top: 50%;
}
.go-top:focus {
color: var(--white-color);
}
.go-top:focus::before {
opacity: 1;
visibility: visible;
}
.go-top:focus i:first-child {
opacity: 0;
top: 0;
visibility: hidden;
}
.go-top:focus i:last-child {
opacity: 1;
visibility: visible;
top: 50%;
}
.go-top.active {
transform: translateY(0);
opacity: 1;
visibility: visible;
right: 3%;
top: 84%;
transform: scale(1);
} .pagination-area {
margin-top: 20px;
}
.pagination-area .page-numbers {
width: 56px;
height: 56px;
line-height: 56px;
color: var(--heading-color);
text-align: center;
display: inline-block;
position: relative;
margin-left: 3px;
margin-right: 3px;
font-size: 18px;
background-color: var(--white-color);
border-radius: var(--border-radius);
border: 1px solid #CDD4FB;
font-family: var(--heading-font-family);
letter-spacing: -0.01em;
}
.pagination-area .page-numbers:hover {
color: var(--white-color);
background-color: var(--optional-color);
}
.pagination-area .page-numbers i {
font-size: 16px;
font-weight: normal;
}
.pagination-area .page-numbers.next {
top: 2px;
background-color: #cdd4fb;
}
.pagination-area .page-numbers.next:hover {
background-color: var(--optional-color);
}
.pagination-area .page-numbers.current {
color: var(--white-color);
border-color: var(--optional-color);
background-color: var(--optional-color);
} .delay-0-2s {
animation-delay: 0.2s;
}
.delay-0-4s {
animation-delay: 0.4s;
}
.delay-0-6s {
animation-delay: 0.6s;
}
.delay-0-8s {
animation-delay: 0.8s;
}
.delay-0-1s {
animation-delay: 1s;
} .footer-area {
position: relative;
z-index: 1;
} .single-footer-widget {
margin-bottom: 30px;
}
.single-footer-widget .footer-logo {
margin-bottom: 33px;
}
.single-footer-widget p {
margin-bottom: 30px;
}
.single-footer-widget .social-link {
padding-left: 0 !important;
margin-bottom: 0;
list-style: none;
}
.single-footer-widget .social-link li {
display: inline-block;
margin-right: 12px;
}
.single-footer-widget .social-link li:last-child {
margin-right: 0;
}
.single-footer-widget .social-link li .icon {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background-color: var(--white-color);
display: inline-block;
}
.single-footer-widget .social-link li .icon:hover {
background-color: var(--main-color);
color: #ffffff !important;
}
.single-footer-widget .social-link li::before {
display: none;
}
.single-footer-widget h3 {
font-size: 22px;
margin-bottom: 30px;
}
.single-footer-widget .import-link {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.single-footer-widget .import-link li {
margin-bottom: 20px;
}
.single-footer-widget .import-link li:last-child {
margin-bottom: 0;
}
.single-footer-widget .import-link li a {
font-weight: 600;
font-size: 16px;
}
.single-footer-widget.ml-30 {
margin-left: 30px;
}
.white-logo h2 {
color: var(--white-color);
font-weight: 800;
font-size: 40px;
}
blockquote, .blockquote {
border-color: var(--main-color-home-two) !important;
}
.tutor-course-filter-form .tutor-widget-title {
font-size: 22px;
margin-bottom: 30px;
color: var(--heading-color);
font-weight: 700;
font-family: var(--heading-font-family);
}
.tutor-course-filter-form .tutor-form-control {
background: rgba(54, 52, 142, 0.1);
border-radius: 4px;
height: 56px;
}
.tutor-course-filter-form .tutor-form-icon {
left: 10px;
}
.tutor-course-filter-form .tutor-form-icon:not(.tutor-form-icon-reverse) ~ .tutor-form-control {
padding-left: 50px !important;
}
.course-details header.tutor-course-details-header.tutor-mb-44 {
display: none;
}
.tutor-dashboard-content .current-withdraw-account-wrap .tutor-fs-7 {
margin-top: 10px;
}
.course-archive-page {
padding-bottom: 100px;
padding-top: 100px;
}
.others-option-for-responsive .others-options ul li .default-btn {
display: block;
width: 100%;
background: var(--heading-color);
color: var(--white-color);
}
.bg-color-ffc53a .navbar .navbar-nav .nav-item.active a {
background-color: var(--white-color);
color: var(--main-color-home-two);
}
.desktop-nav.fluid-nav .navbar-nav .nav-item .dropdown-menu .nav-item.current-menu-item {
background-color: transparent;
}
.bg-color-ffc53a .search-form .form-control::-moz-placeholder {
color: white;
opacity: 1; }
.bg-color-ffc53a .search-form .form-control::placeholder {
color: white;
opacity: 1; }
.desktop-nav .navbar .navbar-nav > .nav-item:hover {
background-color: var(--optional-color);
}
.bg-color-ffffff .navbar .navbar-nav .nav-item:hover, .bg-color-ffc53a .navbar .navbar-nav .nav-item:hover {
background-color: transparent;
}
.bg-color-ffc53a .navbar .navbar-nav .nav-item a:hover {
background-color: var(--white-color);
color: var(--main-color-home-two);
}
.et-demo-options-toolbar {
position: fixed;
top: 50%;
width: 40px;
right: 0;
line-height: 60px;
border: 1px solid #eee;
border-right: 0;
border-radius: 5px 0 0 5px;
z-index: 99999;
background: #fff;
text-align: center;
box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}
.et-demo-options-toolbar a {
display: block;
width: 40px;
height: 40px;
line-height: 40px;
color: #111;
}
.et-demo-options-toolbar a:focus, .et-demo-options-toolbar a:hover {
color: #111 !important;
}
[class*=hint--] {
position: relative;
display: inline-block;
}
[class*=hint--]:before,
[class*=hint--]:after {
position: absolute;
transform: translate3d(0, 0, 0);
visibility: hidden;
opacity: 0;
z-index: 1000000;
pointer-events: none;
transition: 0.3s ease;
transition-delay: 0ms;
}
[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
visibility: visible;
opacity: 1;
}
[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
transition-delay: 0.1s;
}
[class*=hint--]:before {
content: "";
position: absolute;
background: 0 0;
border: 7px solid transparent;
z-index: 1000001;
}
[class*=hint--]:after {
background: #000;
color: #fff;
padding: 8px 10px;
font-size: 14px;
line-height: 15px;
white-space: nowrap;
border-radius: 5px;
}
[class*=hint--][aria-label]:after {
content: attr(aria-label);
}
[class*=hint--][data-hint]:after {
content: attr(data-hint);
}
[aria-label=""]:before,
[aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
display: none !important;
}
.hint--left:before {
border-left-color: #000;
}
.hint--left:before {
margin-right: -13px;
margin-bottom: -7px;
}
.hint--left:after {
margin-bottom: -15px;
}
.hint--left:before,
.hint--left:after {
right: 100%;
bottom: 50%;
}
.hint--left:hover:before {
transform: translateX(-8px);
}
.hint--left:hover:after {
transform: translateX(-8px);
}
[class*=hint--]:after {
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.hint--bounce:before,
.hint--bounce:after {
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tutor-user-public-profile .tutor-user-profile-content h3 {
font-weight: 700;
font-size: 20px !important;
}