body {
font-family: "Plus Jakarta Sans", sans-serif;
line-height: 1.6;
font-size: 18px;
color: hwb(0deg 9% 91% / 80%);
background-color: #fff;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
font-family: "Plus Jakarta Sans", sans-serif;
color: #181818;
font-weight: 600;
margin-top: 0;
}
a {
transition: .3s;
}
.primary-color {
color: #085698;
} .slick-arrow {
height: 56px;
width: 56px;
background: transparent;
display: flex !important;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: .3s;
cursor: pointer;
z-index: 9;
font-size: 18px;
background: #fff;
}
.slick-arrow:hover {
background: #120707;
color: #fff;
}
.slick-dots {
display: flex;
align-items: center;
gap: 8px;
margin-top: 30px;
padding: 0;
list-style: none;
justify-content: center;
}
.slick-dots button {
text-indent: -9999px;
height: 12px;
width: 12px;
background: #fff;
border-radius: 50%;
padding: 0;
margin: 0;
border: none;
}
.slick-dots li.slick-active button {
background: #3B2F2F;
}
.programs-slider-trigger .slick-dots {
justify-content: center;
} .header-area {
position: relative;
width: 100%;
z-index: 999;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
background: #fff;
padding: 10px 0;
box-shadow: 0 20px 100px hwb(205deg 4% 72% / 8%);
}
.header-area .offcanvas-toggler-wrap {
display: none;
}
.header-area .offcanvas-toggler-wrap .offcanvas-toggler {
display: flex;
align-items: center;
background: #2BAC71;
color: #fff;
padding: 5px;
border-radius: 5px;
justify-content: center;
height: 40px;
width: 40px;
font-size: 20px;
border: none;
}
.header-grid {
display: grid;
grid-template-columns: 2fr 8fr 2fr;
gap: 15px;
align-items: center;
}
.header-grid .nav-menu {
display: flex;
gap: 15px 30px;
margin: 0;
padding: 0;
list-style: none;
justify-content: center;
}
.header-grid .nav-menu .nav-item a {
position: relative;
font-size: 16px;
color: #545A64;
font-weight: 500;
padding: 10px 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
z-index: 1;
}
.header-grid .nav-menu .nav-item>a {
display: flex;
align-items: center;
gap: 8px;
}
.header-grid .nav-menu .nav-item>a i {
display: none;
}
.header-grid .nav-menu .nav-item>a i {
display: none;
}
.header-grid .nav-menu .nav-item.has-mega>a i {
display: block;
}
.header-grid .nav-menu .nav-item:hover>a,
.header-grid .nav-menu .nav-item.active a {
color: #2BAC71;
}
.header-grid .nav-menu .nav-item:hover>a:after,
.header-grid .nav-menu .nav-item.active a:after {
opacity: 1;
visibility: visible;
}
.header-grid .logo-wrap img {
max-width: 140px;
}
.logo-wrap {
display: flex;
align-items: center;
gap: 15px;
}
.logo-wrap .line {
display: flex;
align-items: center;
background: #000;
height: 2px;
width: 30px;
}
.header-grid .logo-wrap .text-logo {
font-size: 20px;
color: #000;
}
.header-meta {
display: flex;
align-items: center;
gap: 16px;
margin: 0;
padding: 0;
list-style: none;
}
.offcanvas-wraper {
position: fixed;
width: 300px;
background: #FFFFFF;
height: 100%;
top: 0;
padding-top: 50px;
z-index: 999;
left: -300px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.offcanvas-wraper .offcanvas-close {
position: absolute;
right: 13px;
top: 10px;
font-size: 20px;
cursor: pointer;
}
.offcanvas-wraper .header-meta {
margin-top: 15px;
}
.offcanvas-wraper.active {
left: 0;
}
.offcanvas-wraper .navbar-nav .nav-item a {
color: #3B2F2F;
}
.header-meta .header-btn {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: 500;
gap: 8px;
background: #2BAC71;
padding: 12px 20px;
border-radius: 1000px;
color: #fff;
transition: .3s;
text-align: center;
}
.header-meta .header-btn:hover {
opacity: .8;
}
.header-meta .header-btn.gray-btn {
background: #E4E5EB;
}
.offcanvas-wraper .header-meta {
margin-top: 15px;
flex-direction: column;
align-items: flex-start;
}
.offcanvas-wraper .header-meta li {
width: 100%;
}
.offcanvas-wraper .header-meta .header-btn {
width: 100%;
}
.offcanvas-dropdown {
display: none;
padding-left: 16px;
}
.nav-item.open .toggle-submenu {
transform: rotate(180deg);
}
.nav-item.has-dropdown {
padding-right: 20px;
}
.nav-item.has-dropdown::after {
font-family: "Font Awesome 5 Free";
content: "\f107"; font-weight: 900;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
line-height: normal;
transition: .3s;
}
.nav-item.has-dropdown:hover::after {
transform: translateY(-50%) rotate(180deg);
} @media (min-width: 1200px) {
.has-dropdown {
position: relative;
}
.pl-dropdown-menu {
position: absolute;
top: 100%;
left: 0;
min-width: 280px;
background: #fff;
border-radius: 6px;
box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
padding: 10px 0;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all .25s ease;
z-index: 99;
}
.has-dropdown:hover>.pl-dropdown-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.pl-dropdown-menu li a {
display: block;
padding: 10px 18px !important;
color: #545A64;
text-decoration: none;
}
.pl-dropdown-menu li:not(:last-child) a {
border-bottom: 1px solid #F0F3F9;
}
.pl-dropdown-menu li a:hover {
background: #f5f5f5;
}
}
.offcanvas-wraper .navbar-nav .nav-item>a {
display: flex;
align-items: center;
justify-content: space-between;
} .single-marquee img {
height: 60px;
object-fit: contain;
}
.single-marquee {
height: 85px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px;
background: #fff;
border-radius: 8px;
width: 200px;
margin: 0 10px;
} .count-box {
height: 80px;
width: 80px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
border-radius: 1000px;
}
.timeline-item {
position: relative;
z-index: 1;
}
.timeline-item:before {
position: absolute;
left: 51px;
top: 50px;
height: calc(100% + 60px);
width: 8px;
background: #2BAC71;
content: "";
z-index: -1;
} .clients-arrows-wrap {
display: flex;
justify-content: flex-end;
}
.clients-arrows {
display: flex;
align-items: center;
gap: 16px;
}
.client-title-wrap {
align-items: center;
margin-bottom: 40px;
}
.single-clients-slider {
padding: 24px;
background: #fff;
border-radius: 16px;
height: 100%;
border: 1px solid #DAECFF;
}
.single-clients-slider .rating {
display: flex;
align-items: center;
gap: 5px;
color: #F97316;
margin-bottom: 16px;
}
.single-clients-slider .message {
font-size: 20px;
color: #717479;
}
.single-clients-slider .author-info {
margin-top: 20px;
display: flex;
gap: 16px;
}
.single-clients-slider .author-info .client-author {
height: 50px;
width: 50px;
flex-shrink: 0;
border-radius: 50%;
}
.single-clients-slider .author-info h5 {
color: #252525;
font-size: 18px;
margin-top: 0;
margin-bottom: 5px;
}
.single-clients-slider .author-info p {
font-size: 14px;
color: #404040;
margin-bottom: 0;
}
.clients-slider .slick-slide {
margin-left: 15px;
margin-right: 15px;
height: auto;
}
.clients-slider .slick-track {
display: flex;
}
.clients-slider .slick-slide>div {
height: 100%;
} .custom-accordion .e-n-accordion-item-title[aria-expanded="true"] {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
} .single-blog-item {
box-shadow: 0 4px 15px hwb(220deg 6% 84% / 10%);
border-radius: 16px;
} .single-blog-banner {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 60px 0;
position: relative;
z-index: 1;
}
.single-post-banner-content {
max-width: 700px;
}
.single-post-banner-content .post-title {
font-size: 40px;
color: #fff;
margin-top: 0;
margin-bottom: 60px;
}
.single-post-banner-content .post-meta {
color: #fff;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 20px 60px;
}
.single-post-banner-content .post-meta span {
display: flex;
align-items: center;
gap: 10px;
font-size: 20px;
}
.single-blog-banner:before {
position: absolute;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
content: "";
background-image: linear-gradient(90deg, #09090B 0%, transparent 100%);
z-index: -1;
}
.single-blog-content h2 {
font-size: 42px;
}
.single-blog-content h3 {
font-size: 32px;
}
.single-blog-content h4 {
font-size: 24px;
}
.single-blog-content h5 {
font-size: 20px;
}
.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
color: #000;
}
.blog-toc h5 {
font-size: 16px;
font-weight: 500;
color: #1E1E1E;
margin-top: 0;
margin-bottom: 15px;
}
.blog-toc ul {
margin: 0;
padding: 0;
list-style: none;
padding-left: 15px;
max-height: 300px;
overflow-y: auto;
direction: rtl;
}
.blog-toc li {
direction: ltr;
text-align: left;
margin-bottom: 15px;
font-size: 14px;
}
.single-blog-sidebar {
position: sticky;
top: 100px;
}
.blog-toc li a {
font-size: 14px;
font-weight: 500;
color: #085698;
}
.blog-toc a.active {
color: #1E1E1E;
}
.single-blog-content p {
font-size: 16px;
margin-bottom: 20px;
}
.share-post {
margin-top: 40px;
}
.share-post h5 {
font-size: 18px;
color: #0B0B0B;
margin-bottom: 15px;
}
.social-share {
margin: 0;
padding: 0;
list-style: none;
display: flex;
align-items: center;
gap: 20px;
}
.social-share li a {
display: flex;
align-items: center;
height: 40px;
width: 40px;
border: 1px solid #6C6A7B;
color: #6C6A7B;
justify-content: center;
border-radius: 50%;
transition: .3s;
}
.social-share li a:hover {
background: #0B0B0B;
color: #fff;
}
.single-blog-content-wrap {
padding: 60px 0 120px;
}
.blog-thumbnail {
display: block;
}
.blog-thumbnail img {
height: 300px;
width: 100%;
object-fit: cover;
border-radius: 16px 16px 0 0;
}
.blog-content {
padding: 30px 20px 20px;
}
.blog-content .date {
font-size: 14px;
color: #085698;
font-weight: 600;
}
.blog-content .post-title,
.blog-content .post-title a {
font-size: 20px;
color: #181818;
}
.blog-content .post-desc {
font-size: 16px;
margin-bottom: 20px;
}
.blog-content .read-more {
font-size: 16px;
color: #085698;
display: flex;
align-items: center;
gap: 10px;
transition: .3s;
}
.blog-content .read-more:hover {
opacity: .8;
}
.inner-banner {
padding: 120px 0 80px;
}
.blogs-area.blog-page,
.case-studies-area {
padding-bottom: 120px;
}
.custom-pagination {
margin: 0;
padding: 0;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.pagination-item .page-numbers {
height: 60px;
width: 60px;
display: flex;
border: 1px solid #EDF4FF;
align-items: center;
justify-content: center;
color: #81879A;
font-size: 22px;
border-radius: 50%;
}
.pagination-item .page-numbers.current {
background: #085698;
color: #fff;
}
.pagination-item .page-numbers.prev,
.pagination-item .page-numbers.next {
background: #181818;
color: #fff;
}
.pagination-wrap {
margin-top: 80px;
}
.post-meta .meta-item p {
font-size: 16px;
color: #F5F5F5;
}
.post-meta .meta-item h4 {
font-size: 20px;
color: #fff;
} .single-case-item {
display: flex;
background: #FAFAFA;
padding: 30px;
border-radius: 32px;
gap: 30px 60px;
}
.case-thumbnail-wrap {
width: 45%;
}
.case-content {
flex: 1;
}
.case-content .case-title {
font-size: 32px;
line-height: 1.3;
margin-bottom: 5px;
}
.case-content .case-type {
font-size: 16px;
color: hwb(0deg 9% 91% / 60%);
}
.case-content h4 {
color: #085698;
}
.case-content ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 15px;
}
.case-content ul li:before {
font-family: 'Font Awesome 5 Free';
content: "\f058";
position: absolute;
left: 0;
top: -3px;
font-weight: 900;
color: #085698;
font-size: 24px;
}
.case-content ul li {
position: relative;
font-size: 20px;
color: #181818;
font-weight: 600;
padding-left: 35px;
}
.case-thumbnail-wrap img {
width: 100%;
border-radius: 32px;
} .form-group {
position: relative;
z-index: 1;
}
.form-group p {
margin: 0;
}
.form-group span {
display: block;
}
.form-group i {
position: absolute;
left: 0;
top: 5px;
}
.form-group br {
display: none;
}
.newsletter input {
background: transparent;
padding: 0;
margin: 0;
border: none;
font-size: 16px;
padding-left: 30px;
}
.newsletter input:focus {
outline: none;
box-shadow: none;
}
.newsletter input::placeholder {
color: #747474;
font-size: 16px;
}
.newsletter i {
color: #747474;
}
.newsletter {
background: #fff;
display: flex;
align-items: center;
justify-content: center;
padding: 7px;
padding-left: 16px;
}
.newsletter input[type="submit"] {
background: #000000;
color: #fff;
padding: 12px 26px;
font-size: 16px;
font-weight: 500;
}
.newsletter .wpcf7-spinner {
display: none;
} .contact-form .form-group label {
font-size: 16px;
color: #181818;
margin-bottom: 10px;
}
.contact-form.white-form .form-group label {
color: #fff;
}
.contact-form-wrapper.white {
max-width: 750px;
}
.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
border: none;
padding: 12px 22px;
border: 1px solid #E9EBF5;
border-radius: 8px;
color: hwb(0deg 9% 91% / 50%);
background: #F5F5F5;
}
.contact-form .form-group textarea {
height: 100px;
}
.contact-form .form-group {
margin-bottom: 20px;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group select:focus {
outline: none;
box-shadow: none;
border-color: #085698;
}
.contact-form .form-group select {
color: #2B2B2B;
}
.contact-form input[type="submit"] {
background: #085698;
width: auto;
color: #fff;
font-size: 16px;
font-weight: 600;
padding: 14px 30px;
border-radius: 8px;
}
.contact-form input[type="submit"]:hover {
background: #181818;
}
.contact-form .wpcf7-spinner {
display: none;
}
.contact-form .submit {
margin-bottom: 0;
}
.contact-form-wrapper {
backdrop-filter: blur(100px);
}
footer {
padding: 0 !important;
}
@media(max-width: 1366px) {
.single-post-banner-content .post-meta {
gap: 20px 30px;
}
.single-post-banner-content .post-title {
margin-bottom: 30px;
}
.pagination-wrap {
margin-top: 50px;
}
.header-area {
padding: 15px 0;
}
.single-marquee img {
height: 50px;
object-fit: contain;
}
.single-marquee {
height: 70px;
padding: 0 20px;
width: 150px;
}
.inner-banner {
padding: 80px 0 80px;
}
.blogs-area.blog-page,
.case-studies-area {
padding-bottom: 80px;
}
.single-case-item {
padding: 20px;
border-radius: 24px;
gap: 20px;
}
.case-thumbnail-wrap img {
border-radius: 20px;
}
}
@media(max-width: 1199px) {
.header-grid .nav-menu {
display: none;
}
.header-grid .header-meta {
display: none;
}
.header-area .offcanvas-toggler-wrap {
display: flex;
justify-content: flex-end;
gap: 15px;
}
.header-grid {
grid-template-columns: 1fr 1fr;
}
.header-area .cart-btn {
height: 40px;
width: 40px;
}
.header-area .cart-btn img {
transition: .3s;
max-width: 20px;
}
.navbar-nav .nav-item {
margin-right: 0;
}
.navbar-nav .nav-item a {
font-size: 16px;
line-height: 50px;
color: #ffffffc2;
display: block;
padding: 0;
}
.navbar-nav .nav-item:not(:last-child) {
margin-right: 0;
border-bottom: 1px solid #9f9f9f3b;
}
.navbar-nav .nav-item {
position: relative;
line-height: inherit;
}
.navbar-nav .nav-item:not(:last-child):after {
display: none;
}
.header-area .navbar-nav {
display: none;
}
.header-area .header-btns {
display: none !important;
}
.toggle-submenu {
height: 25px;
width: 25px;
background: #000;
display: inline-flex !important;
align-items: center;
justify-content: center;
color: #fff;
}
.mega-item h4 {
font-weight: 400;
}
.offcanvas-mega-menu {
margin-bottom: 15px;
}
.clients-arrows-wrap {
display: none;
}
.client-title-wrap .section-title {
text-align: center;
}
.client-title-wrap {
margin-bottom: 30px;
}
}
@media(max-width: 1024px) {
.timeline-item:before {
left: 43px;
height: calc(100% + 50px);
width: 6px;
}
}
@media(max-width: 991px) {
.pagination-item .page-numbers {
height: 45px;
width: 45px;
font-size: 16px;
}
.custom-pagination {
gap: 10px;
}
.pagination-wrap {
margin-top: 30px;
}
.count-box {
height: 60px;
width: 60px;
}
.clients-slider .slick-slide {
margin-left: 0;
margin-right: 0;
}
.case-content .case-title {
font-size: 28px;
}
.case-content ul li {
font-size: 18px;
padding-left: 30px;
}
.case-content ul li:before {
top: -1px;
font-size: 20px;
}
}
@media (max-width: 767px) {
.timeline-item:before {
display: none;
}
.single-marquee {
padding: 0 10px;
}
.inner-banner {
padding: 50px 0;
}
.blogs-area.blog-page,
.case-studies-area {
padding-bottom: 50px;
}
.case-thumbnail-wrap {
width: 100%;
}
.single-case-item {
flex-direction: column;
}
}