/*


*******************************************
*******************************************

** - Default CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - Partner Area CSS
** - About Area CSS
** - Featured Solutions Area CSS
** - Features Area CSS
** - Funfacts Area CSS
** - Team Area CSS
** - Services Area CSS
** - Services Details Area CSS
** - Feedback Area CSS
** - Serve Area CSS
** - Pricing Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Page Title Area CSS
** - Pagination Area CSS
** - Shop Area CSS
** - Product Details Area CSS
** - Cart CSS
** - Checkout CSS
** - 404 Error Area CSS
** - Sidebar Area CSS
** - FAQ Area CSS
** - Coming Soon Area CSS
** - Contact Area CSS
** - Subscribe Area CSS
** - Footer Area CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
body {
padding: 0;
margin: 0;
font-family: "Open Sans", sans-serif;
font-size: 14px;
}

a {
display: inline-block;
transition: 0.5s;
text-decoration: none;
color: #333333;
}
a:hover, a:focus {
text-decoration: none;
color: #0ca59d;
}

button {
outline: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: #333333;
font-family: "Dosis", sans-serif;
}

.d-table {
width: 100%;
height: 100%;
}
.d-table-cell {
vertical-align: middle;
}

p {
font-size: 14px;
color: #57647c;
margin-bottom: 15px;
line-height: 1.8;
}
p:last-child {
margin-bottom: 0;
}

.ptb-110 {
padding-top: 80px;
padding-bottom: 80px;
}

.bg-f7f9fc {
background-color: #f7f9fc;
}

.bg-f9f9f9 {
background-color: #f9f9f9;
}

.bg-fafafa {
background-color: #fafafa;
}

img {
max-width: 100%;
}

/*section-title*/
.section-title {
text-align: center;
max-width: 670px;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
margin-top: -6px;
}
.section-title span {
display: block;
color: #0ca59d;
text-transform: uppercase;
margin-bottom: 5px;
font-weight: 600;
font-size: 15px;
font-family: "Dosis", sans-serif;
}
.section-title h2 {
margin-bottom: 0;
font-size: 40px;
font-weight: 700;
}
.section-title p {
max-width: 600px;
margin-bottom: 0;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

/*btn-primary*/
.btn {
border: none;
line-height: initial;
border-radius: 30px;
transition: 0.5s;
padding: 10px 32px 12px;
position: relative;
z-index: 1;
opacity: 1 !important;
font-size: 16px;
font-family: "Dosis", sans-serif;
font-weight: 600;
}

.btn-primary {
color: #ffac00;
background-color: transparent;
}
.btn-primary::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 5px;
background: linear-gradient(to right top, #ffac00, #ffac00, #ffac00, #ffac00, #ffac00);
transition: 0.5s;
z-index: -1;
}
.btn-primary::after {
content: "";
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 5px;
background: linear-gradient(to right top, #42b7b0, #47b9b3, #48bab4, #41b6b0, #44b7b1);
transition: 0.5s;
z-index: -1;
opacity: 0;
visibility: hidden;
}
.btn-primary:hover, .btn-primary:focus {
background: transparent !important;
box-shadow: unset !important;
color: #ffffff !important;
}
.btn-primary:hover::before, .btn-primary:focus::before {
opacity: 0;
visibility: hidden;
}
.btn-primary:hover::after, .btn-primary:focus::after {
opacity: 1;
visibility: visible;
}

.btn-light {
background-color: transparent;
color: #333333;
border: 1px solid #d7d7d7;
padding: 9px 32px 11px;
}
.btn-light:hover, .btn-light:focus {
box-shadow: unset !important;
background-color: #0ca59d !important;
color: #ffffff !important;
border-color: #0ca59d !important;
}

/*form-control*/
.form-control {
height: 45px;
border: 1px solid #eeeeee;
background-color: transparent;
border-radius: 0;
transition: 0.5s;
color: #333333;
line-height: initial;
padding-left: 13px;
font-size: 14px;
}
.form-control:hover, .form-control:focus {
box-shadow: unset;
}
.form-control::-moz-placeholder {
color: #999999;
}
.form-control::placeholder {
color: #999999;
}
.form-control:focus {
box-shadow: unset;
border-color: #0ca59d;
}

/*read-more-btn*/
.read-more-btn {
display: inline-block;
color: #ffac00;
font-size: 15px;
font-weight: 700;
font-family: "Dosis", sans-serif;
}
.read-more-btn i {
color: #0ca59d;
margin-left: 2px;
position: relative;
transition: 0.5s;
top: -0.6px;
}
.read-more-btn i::before {
font-size: 11px;
}
.read-more-btn:hover {
letter-spacing: 0.5px;
color: #0ca59d;
}
.read-more-btn:hover i {
color: #ffac00;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999999;
text-align: center;
transition: 0.9s;
}
.preloader .spinner {
width: 50px;
height: 50px;
background-color: #ffffff;
margin: 0 auto;
animation: sk-rotateplane 1.2s infinite ease-in-out;
position: absolute;
left: 0;
right: 0;
top: 42%;
transform: translateY(-42%);
transition: 0.5s;
}
.preloader::before, .preloader::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 60%;
height: 100%;
z-index: -1;
background: #0ca59d;
transition: 0.9s;
}
.preloader::after {
left: auto;
right: 0;
}
.preloader.preloader-deactivate {
visibility: hidden;
}
.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
width: 0;
}
.preloader.preloader-deactivate .spinner {
opacity: 0;
visibility: hidden;
}

@keyframes sk-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
/*================================================
Navbar Area CSS
=================================================*/
.evolta-responsive-nav {
display: none;
}

.navbar-brand {
padding-top: 0;
padding-bottom: 0;
}

.evolta-nav {
background-color: transparent;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 15px;
padding-left: 15px;
}
.evolta-nav .navbar {
padding-right: 0;
padding-top: 0;
padding-left: 0;
padding-bottom: 0;
}
.evolta-nav .navbar ul {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
}
.evolta-nav .navbar .navbar-nav {
font-family: "Dosis", sans-serif;
margin-left: auto;
margin-right: auto;
}
.evolta-nav .navbar .navbar-nav .nav-item {
position: relative;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 0;
padding-right: 0;
}
.evolta-nav .navbar .navbar-nav .nav-item a {
font-size: 18px;
font-weight: 700;
color: #ffffff;
text-transform: capitalize;
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
margin-left: 13px;
margin-right: 13px;
}
.evolta-nav .navbar .navbar-nav .nav-item a:hover, .evolta-nav .navbar .navbar-nav .nav-item a:focus, .evolta-nav .navbar .navbar-nav .nav-item a.active {
color: #ffac00;
}
.evolta-nav .navbar .navbar-nav .nav-item a i {
font-size: 10px;
}
.evolta-nav .navbar .navbar-nav .nav-item:last-child a {
margin-right: 0;
}
.evolta-nav .navbar .navbar-nav .nav-item:first-child a {
margin-left: 0;
}
.evolta-nav .navbar .navbar-nav .nav-item:hover a, .evolta-nav .navbar .navbar-nav .nav-item:focus a, .evolta-nav .navbar .navbar-nav .nav-item.active a {
color: #ffac00;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu {
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
background: #ffffff;
position: absolute;
border: none;
top: 80px;
left: 0;
width: 250px;
z-index: 99;
display: block;
opacity: 0;
visibility: hidden;
border-radius: 0;
transition: all 0.3s ease-in-out;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
padding: 0;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
text-transform: capitalize;
padding: 8px 15px;
margin: 0;
color: #333333;
font-size: 16px;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
color: #ffac00;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
left: 220px;
top: 0;
opacity: 0;
visibility: hidden;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
color: #333333;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
color: #ffac00;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
left: 220px;
top: 0;
opacity: 0;
visibility: hidden;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #333333;
text-transform: capitalize;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #ffac00;
}
.evolta-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;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #333333;
text-transform: capitalize;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #ffac00;
}
.evolta-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;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #333333;
text-transform: capitalize;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #ffac00;
}
.evolta-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;
}
.evolta-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: #333333;
text-transform: capitalize;
}
.evolta-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, .evolta-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, .evolta-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: #ffac00;
}
.evolta-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;
}
.evolta-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: #333333;
text-transform: capitalize;
}
.evolta-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, .evolta-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, .evolta-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: #ffac00;
}
.evolta-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: #ffac00;
}
.evolta-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;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #ffac00;
}
.evolta-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: -15px;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #ffac00;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -15px;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #ffac00;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -15px;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
color: #ffac00;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -15px;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
color: #ffac00;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -15px;
}
.evolta-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.evolta-nav .navbar .others-options {
margin-left: 20px;
}
.evolta-nav .navbar .others-options .cart-btn {
display: inline-block;
position: relative;
top: 3px;
color: #ffffff;
}
.evolta-nav .navbar .others-options .cart-btn:hover {
color: #ffac00;
}
.evolta-nav .navbar .others-options .btn {
margin-left: 15px;
}
.evolta-nav .navbar .others-options .btn-primary {
color: #ffac00;
}
.evolta-nav .navbar .others-options .btn-primary::before {
background: #ffffff;
}
.evolta-nav .navbar .others-options .btn-primary::after {
background: #ffac00;
}
.evolta-nav .navbar .others-options .btn-primary:hover {
color: #ffffff !important;
}
.evolta-nav .navbar .others-options .option-item {
color: #333333;
display: inline-block;
position: relative;
line-height: initial;
margin-left: 15px;
top: 4px;
}
.evolta-nav .navbar .others-options .option-item .search-btn {
cursor: pointer;
transition: 0.5s;
color: #ffffff;
}
.evolta-nav .navbar .others-options .option-item .search-btn::before {
font-size: 17px;
}
.evolta-nav .navbar .others-options .option-item .search-btn:hover {
color: #ffac00;
}
.evolta-nav .navbar .others-options .option-item .close-btn {
cursor: pointer;
display: none;
font-size: 17px;
transition: 0.5s;
width: 17px;
color: #ffffff;
}
.evolta-nav .navbar .others-options .option-item .close-btn.active {
display: block;
}
.evolta-nav .navbar .others-options .option-item .close-btn:hover {
color: #ffac00;
}
.evolta-nav .navbar .others-options .option-item a {
color: #ffffff;
}
.evolta-nav .navbar .others-options .option-item a i::before {
font-size: 17px;
}
.evolta-nav .navbar .others-options .option-item a span {
display: inline-block;
width: 15px;
height: 15px;
background: linear-gradient(to right, #ffac00, #ffac00, #ffac00, #faa01f, #f7b733);
border-radius: 50%;
text-align: center;
color: #ffffff;
line-height: 15px;
position: relative;
top: -12px;
left: -12px;
font-weight: 600;
font-size: 10px;
}

.navbar-area {
background-color: transparent;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: auto;
transition: 0.5s;
z-index: 999;
}
.navbar-area.is-sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
background: linear-gradient(to right top, #0ca59d, #28aca4, #39b2ab, #47b9b3, #54c0ba) !important;
animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
transition: 0.5s;
}
.navbar-area.is-sticky .evolta-nav {
padding-top: 10px;
padding-bottom: 10px;
}

.search-overlay {
display: none;
}
.search-overlay.search-popup {
position: absolute;
top: 100%;
width: 300px;
right: 0;
background: #ffffff;
z-index: 2;
padding: 20px;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
margin-top: 20px;
}
.search-overlay.search-popup .search-form {
position: relative;
}
.search-overlay.search-popup .search-form .search-input {
display: block;
width: 100%;
height: 40px;
line-height: initial;
border: 1px solid #eeeeee;
padding-left: 10px;
color: #333333;
outline: 0;
transition: 0.5s;
}
.search-overlay.search-popup .search-form .search-input:focus {
border-color: #ffac00;
}
.search-overlay.search-popup .search-form .search-button {
position: absolute;
right: 0;
top: 0;
height: 40px;
background: transparent;
border: none;
width: 40px;
outline: 0;
color: #57647c;
transition: 0.5s;
}
.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
color: #ffac00;
}

@media only screen and (max-width: 991px) {
.navbar-area {
border-bottom: 1px solid rgba(255, 255, 255, 0.09);
padding-top: 15px;
padding-bottom: 15px;
}
.navbar-area.is-sticky {
border-bottom: none;
box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
}
.evolta-responsive-nav {
display: block;
}
.evolta-responsive-nav .evolta-responsive-menu {
position: relative;
}
.evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul {
font-size: 14px;
}
.evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul li a.active {
color: #ffac00;
}
.evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul li li a {
font-size: 13.5px;
}
.evolta-responsive-nav .evolta-responsive-menu.mean-container .navbar-nav {
overflow-y: scroll;
height: 350px;
box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
}
.evolta-responsive-nav .mean-container a.meanmenu-reveal {
color: #ffffff;
}
.evolta-responsive-nav .mean-container a.meanmenu-reveal span {
background: #ffffff;
position: relative;
top: 8px;
margin-top: -5px;
}
.evolta-responsive-nav .logo {
position: relative;
width: 50%;
z-index: 999;
}
.others-options {
position: absolute;
right: 55px;
top: 7px;
}
.others-options .btn, .others-options .option-item {
display: none;
}
.others-options .cart-btn {
color: #ffffff;
}
.others-options .cart-btn:hover {
color: #ffac00;
}
.evolta-nav {
display: none;
}
}
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
position: relative;
z-index: 1;
background-color: #0ca59d;
height: 700px;
overflow: hidden;
padding-left: 50px;
padding-right: 50px;
}

.main-banner-content span {
display: inline-block;
color: #ffffff;
margin-bottom: 5px;
font-family: "Dosis", sans-serif;
/*font-size: 18px;*/
}
.main-banner-content h1 {
color: #ffffff;
margin-bottom: 0;
font-size: 48px;
font-weight: 700;
}
.main-banner-content p {
color: #ffffff;
font-size: 14.5px;
max-width: 620px;
margin-top: 15px;
margin-bottom: 0;
}
.main-banner-content .btn-primary {
margin-top: 20px;
}
.main-banner-content .btn-primary::before {
background: #fff;
}
.main-banner-content .btn-primary::after {
background: #ffac00;
}
.main-banner-content .btn-primary:hover {
color: #fff !important;
}

.main-banner-image {
text-align: right;
position: relative;
top: 35px;
}
.main-banner-image img {
max-width: 90%;
}

.banner-shape {
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
}

.shape1 {
position: absolute;
left: 0;
bottom: 0;
z-index: -2;
}

.shape2 {
position: absolute;
left: 23%;
top: 0;
z-index: -1;
animation: moveleftbounce 15s linear infinite;
}

@keyframes moveleftbounce {
0% {
transform: translateX(0px);
}
50% {
transform: translateX(20px);
}
100% {
transform: translateX(0px);
}
}
@keyframes movebounce {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(20px);
}
100% {
transform: translateY(0px);
}
}
/*================================================
Partner Area CSS
=================================================*/
.partner-area {
padding-top: 30px;
}

.single-partner-item {
text-align: center;
}
.single-partner-item a img {
width: auto !important;
display: inline-block !important;
transition: 0.5s;
opacity: 0.8;
}
.single-partner-item:hover a img {
opacity: 1;
}

/*================================================
About Area CSS
=================================================*/
.about-area {
overflow: hidden;
position: relative;
z-index: 1;
}

.about-content span {
display: block;
color: #0ca59d;
text-transform: uppercase;
margin-bottom: 1px;
font-weight: 600;
font-size: 15px;
font-family: "Dosis", sans-serif;
}
.about-content h2 {
margin-bottom: 2px;
font-size: 40px;
font-weight: 700;
}
.about-content p {
margin-bottom: 0;
margin-top: 10px;
}

.about-inner-area {
margin-top: 60px;
}

.about-text {
transition: 0.5s;
background-color: #fafafa;
padding: 25px;
position: relative;
z-index: 1;
overflow: hidden;
border-radius: 5px;
height: 200px;
}
.about-text h3 {
margin-bottom: 0;
font-size: 23px;
font-weight: 700;
}
.about-text p {
margin-top: 13px;
margin-bottom: 0;
}
.about-text i {
position: absolute;
left: -10px;
top: -50px;
z-index: -1;
opacity: 0.03;
transition: 0.5s;
}
.about-text i::before {
font-size: 100px;
}
.about-text:hover {
box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, 0.2);
background-color: #ffffff;
transform: translateY(-10px);
}
.about-text:hover i {
left: 0;
top: -25px;
}

/*================================================
Featured Solutions Area CSS
=================================================*/
.featured-solutions-area {
padding-bottom: 80px;
position: relative;
z-index: 1;
}

.single-featured-solutions {
margin-bottom: 30px;
text-align: center;
}
.single-featured-solutions img {
margin-bottom: 20px;
display: inline-block;
}
.single-featured-solutions h3 {
margin-bottom: 0;
font-size: 23px;
font-weight: 700;
}
.single-featured-solutions p {
margin-top: 13px;
margin-bottom: 0;
}
.single-featured-solutions .read-more-btn {
margin-top: 15px;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
overflow: hidden;
position: relative;
z-index: 1;
}

.overview-box {
display: flex;
flex-wrap: wrap;
align-items: center !important;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 50px;
}
.overview-box:last-child {
margin-bottom: 0;
}
.overview-box .image {
flex: 0 0 50%;
max-width: 50%;
text-align: center;
padding-left: 15px;
padding-right: 15px;
}
.overview-box .content {
flex: 0 0 50%;
max-width: 50%;
padding-left: 15px;
padding-right: 15px;
}
.overview-box .content h3 {
margin-bottom: 8px;
font-size: 32px;
font-weight: 700;
}
.overview-box .content .features-list {
/* display: flex; */
/* flex-wrap: wrap; */
padding-left: 0;
list-style-type: none;
font-family: "Dosis", sans-serif;
/* margin-bottom: 0; */
/* margin-top: -10px; */
margin-left: -10px;
padding-top: 5px;
/* margin-right: -10px; */
}
.overview-box .content .features-list li {
flex: 0 0 50%;
/* max-width: 50%; */
margin-top: 15px;
padding-left: 10px;
padding-right: 10px;
}
.overview-box .content .features-list li span {
display: block;
position: relative;
padding-left: 34px;
font-size: 16px;
font-weight: 600;
}
.overview-box .content .features-list li span i {
font-size: 16px;
color: #ffffff;
background-color: #0ca59d;
width: 25px;
height: 23px;
line-height: 23px;
text-align: center;
border-radius: 3px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}

.rectangle-shape1 {
position: absolute;
left: 0;
top: 0;
z-index: -1;
}

.rectangle-shape2 {
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-area {
overflow: hidden;
position: relative;
z-index: 1;
background: #0ca59d;
}

.single-funfacts {
position: relative;
padding-left: 150px;
}
.single-funfacts .circlechart {
width: 130px;
height: 130px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.single-funfacts .circlechart .circle-chart {
width: 130px;
height: 130px;
fill: #ffffff;
}
.single-funfacts .circlechart .circle-chart .circle-chart__background {
stroke: #9bb0c1;
stroke-width: 0.5;
}
.single-funfacts .circlechart .circle-chart .circle-chart__circle {
stroke: #ffac00 !important;
stroke-width: 1.5;
}
.single-funfacts .circlechart .circle-chart .circle-chart__info {
font-family: "Dosis", sans-serif;
font-weight: 600;
}
.single-funfacts .circlechart .circle-chart .circle-chart__info .circle-chart__percent {
position: relative;
}
.single-funfacts span {
display: block;
color: #f7f7f7;
margin-bottom: 2px;
font-family: "Dosis", sans-serif;
font-weight: 600;
font-size: 18px;
}
.single-funfacts h3 {
margin-bottom: 0;
color: #ffffff;
font-size: 20px;
padding-bottom:20px;
font-weight: 700;
}

.lines {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
margin: auto;
width: 90vw;
z-index: -1;
}
.lines .line {
position: absolute;
width: 1px;
height: 100%;
top: 0;
left: 49%;
background: rgba(255, 255, 255, 0.1);
overflow: hidden;
}
.lines .line::after {
content: "";
display: block;
position: absolute;
height: 15vh;
width: 100%;
top: -50%;
left: 0;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
animation: run 7s 0s infinite;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
margin-left: -25%;
}
.lines .line:nth-child(1)::after {
animation-delay: 2s;
}
.lines .line:nth-child(3) {
margin-left: 22%;
}
.lines .line:nth-child(3)::after {
animation-delay: 2.5s;
}

@keyframes run {
0% {
top: -50%;
}
100% {
top: 110%;
}
}
/*================================================
Team Area CSS
=================================================*/
.team-area {
padding-bottom: 80px;
}

.single-team-box {
margin-bottom: 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
background-color: #ffffff;
transition: 0.5s;
text-align: center;
}
.single-team-box .image {
position: relative;
overflow: hidden;
}
.single-team-box .image img {
transition: 0.5s;
}
.single-team-box .image .social {
position: absolute;
top: 20px;
right: -40px;
z-index: 2;
text-decoration: none;
opacity: 0;
padding: 8px 15px;
background: #ffffff;
border-radius: 35px;
visibility: hidden;
transition: 0.5s;
}
.single-team-box .image .social a {
display: inline-block;
color: #0ca59d;
font-size: 17px;
margin: 0 7px;
}
.single-team-box .image .social a:hover {
color: #ffac00;
}
.single-team-box .content {
transition: 0.5s;
padding: 25px;
}
.single-team-box .content h3 {
margin-bottom: 0;
transition: 0.5s;
font-size: 23px;
font-weight: 700;
}
.single-team-box .content span {
display: block;
margin-top: 8px;
color: #ffac00;
transition: 0.5s;
font-family: "Dosis", sans-serif;
font-size: 15px;
font-weight: 500;
}
.single-team-box:hover {
transform: translateY(-5px);
}
.single-team-box:hover .content {
background-color: #0ca59d;
}
.single-team-box:hover .content h3 {
color: #ffffff;
}
.single-team-box:hover .content span {
color: #ffffff;
}
.single-team-box:hover .image img {
transform: scale(1.2);
}
.single-team-box:hover .image .social {
opacity: 1;
visibility: visible;
right: 20px;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
position: relative;
z-index: 1;
padding-bottom: 80px;
}
.services-area .pagination-area {
margin-bottom: 30px;
margin-top: 10px;
}

.single-services-box {
margin-bottom: 30px;
padding: 30px 25px;
background-color: #ffffff;
text-align: center;
transition: 0.5s;
}
.single-services-box img {
display: inline-block;
margin-bottom: 18px;
transition: 0.5s;
}
.single-services-box h3 {
margin-bottom: 0;
font-size: 23px;
font-weight: 700;
}
.single-services-box p {
margin-top: 12px;
margin-bottom: 0;
height: 110px;
}
.single-services-box:hover {
box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, 0.2);
transform: translateY(-10px);
}
.single-services-box:hover img {
animation: swing 1s ease;
animation-iteration-count: 1;
}

@keyframes swing {
15% {
transform: translateX(10px);
}
30% {
transform: translateX(-10px);
}
50% {
transform: translateX(6px);
}
65% {
transform: translateX(-6px);
}
80% {
transform: translateX(4px);
}
100% {
transform: translateX(0);
}
}
.services-shape {
position: absolute;
left: 30px;
top: 68%;
transform: translateY(-50%);
z-index: -1;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-overview {
/*align-items: center !important;
display: flex;
flex-wrap: wrap;*/
margin-right: -15px;
margin-left: 0;
margin-top: 60px;
}
.services-details-overview:first-child {
margin-top: 0;
}
/*.services-details-overview .services-details-desc {
flex: 0 0 50%;
max-width: 50%;
padding-right: 15px;
padding-left: 15px;
}*/
.services-details-overview .services-details-desc h3 {
margin-bottom: 15px;
font-size: 23px;
font-weight: 700;
}
.services-details-overview .services-details-desc p {
margin-bottom: 10px;
}
.services-details-overview .services-details-desc p:last-child {
margin-bottom: 0;
}
.services-details-overview .services-details-desc .features-list {
padding-left: 0;
font-family: "Dosis", sans-serif;
list-style-type: none;
margin-top: 15px;
margin-bottom: 0;
height: 200px;
}
.services-details-overview .services-details-desc .features-list li {
position: relative;
color: #57647c;
margin-bottom: 8px;
padding-left: 22px;
font-size: 15px;
font-weight: 600;
}
.services-details-overview .services-details-desc .features-list li i {
position: absolute;
left: 0;
top: 2px;
color: #ffac00;
font-size: 17px;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
margin-top: 25px;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item {
display: block;
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
background: #ffffff;
margin-bottom: 10px;
border: none;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:last-child {
margin-bottom: 0;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
padding: 12px 20px 12px 51px;
color: #333333;
position: relative;
border-bottom: 1px solid transparent;
margin-bottom: -1px;
font-size: 15px;
font-weight: 700;
font-family: "Dosis", sans-serif;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i {
position: absolute;
left: 0;
top: 0;
width: 40px;
text-align: center;
height: 100%;
background: #0ca59d;
color: #ffffff;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i::before {
position: absolute;
left: 0;
top: 50%;
right: 0;
transform: translateY(-50%);
font-size: 13px;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active {
border-bottom-color: #eeeeee;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active i::before {
content: "\f068";
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content {
display: none;
position: relative;
padding: 15px 15px;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content.show {
display: block;
}
.services-details-overview .services-details-image {
/*flex: 0 0 50%;*/
/*max-width: 50%;*/
padding-right: 15px;
padding-left: 15px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
background: linear-gradient(to right top, #0ca59d, #28aca4, #39b2ab, #47b9b3, #54c0ba);
position: relative;
overflow: hidden;
z-index: 1;
padding-bottom: 80px;
padding-top: 220px;
}
.feedback-area .section-title h2 {
color: #ffffff;
}
.feedback-area .section-title p {
color: #ffffff;
}

.single-feedback-item {
position: relative;
margin-left: 25px;
margin-top: 25px;
margin-bottom: 30px;
}
.single-feedback-item .feedback-desc {
background-color: #ffffff;
border-radius: 5px;
position: relative;
z-index: 1;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
padding-top: 40px;
height: 100%;
}
.single-feedback-item .feedback-desc p {
margin-bottom: 0;
position: relative;
font-size: 15px;
font-style: italic;
}
.single-feedback-item .feedback-desc p::before {
content: '"';
position: relative;
display: inline-block;
left: 0;
color: #57647c;
}
.single-feedback-item .feedback-desc p::after {
content: '"';
position: relative;
display: inline-block;
right: 0;
color: #57647c;
}
.single-feedback-item .feedback-desc::before {
content: "";
position: absolute;
left: 35px;
bottom: -12px;
width: 25px;
height: 25px;
z-index: -1;
background: #ffffff;
transform: rotate(45deg);
}
.single-feedback-item::before {
transition: 0.5s;
content: "\ee81";
position: absolute;
top: -25px;
left: -25px;
color: #ffac00;
background-color: #08756f;
width: 60px;
height: 60px;
line-height: 61px;
border-radius: 50%;
z-index: 2;
text-align: center;
font-family: "boxicons" !important;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-size: 30px;
}
.single-feedback-item .client-info {
position: relative;
padding-left: 58px;
margin-top: 32px;
margin-bottom: 25px;
margin-left: 27px;
}
.single-feedback-item .client-info img {
width: 45px !important;
height: 45px !important;
display: inline-block !important;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
transition: 0.5s;
}
.single-feedback-item .client-info h3 {
margin-bottom: 0;
color: #ffffff;
font-size: 18px;
font-weight: 600;
}
.single-feedback-item .client-info span {
display: block;
color: #ffac00;
margin-top: 4px;
font-family: "Dosis", sans-serif;
font-weight: 600;
}

.feedback-shape {
position: absolute;
right: 0;
top: 0;
z-index: -1;
}

.shape-rectangle {
position: absolute;
right: 0;
top: 0;
z-index: -2;
}

/*================================================
Serve Area CSS
=================================================*/
.serve-area {
position: relative;
z-index: 1;
padding-bottom: 80px;
}
.serve-area .pagination-area {
margin-bottom: 30px;
}

.single-serve-box {
position: relative;
margin-bottom: 30px;
z-index: 1;
border-radius: 5px;
background-color: #f7f9fc;
overflow: hidden;
transition: 0.5s;
padding-left: 48px;
padding-right: 25px;
padding-top: 25px;
padding-bottom: 25px;
}
.single-serve-box::before {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
background: #0ca59d;
z-index: -1;
content: "";
transition: 0.5s;
border-radius: 5px;
}
.single-serve-box i {
position: absolute;
left: -18px;
top: 50%;
transition: 0.5s;
color: #e6e7ea;
transform: translateY(-50%);
font-size: 50px;
}
.single-serve-box i::before {
transition: 0.5s;
font-size: 50px;
}
.single-serve-box h3 {
margin-bottom: 0;
transition: 0.5s;
font-size: 23px;
font-weight: 700;
}
.single-serve-box a {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 4;
}
.single-serve-box:hover {
padding-left: 74px;
}
.single-serve-box:hover::before {
width: 100%;
}
.single-serve-box:hover i {
left: 25px;
color: #ffffff;
font-size: 35px;
}
.single-serve-box:hover i::before {
font-size: 35px;
}
.single-serve-box:hover h3 {
color: #ffffff;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
position: relative;
z-index: 1;
padding-bottom: 80px;
}

.single-pricing-box {
margin-bottom: 30px;
border: 1px solid #f5eafc;
padding: 30px;
transition: 0.5s;
border-radius: 5px;
}
.single-pricing-box .pricing-header h3 {
margin-bottom: 0;
font-size: 26px;
font-weight: 700;
}
.single-pricing-box .pricing-header p {
transition: 0.5s;
line-height: 1.6;
margin-top: 10px;
margin-bottom: 0;
}
.single-pricing-box .price {
font-size: 35px;
font-weight: 700;
font-family: "Dosis", sans-serif;
margin-bottom: 10px;
}
.single-pricing-box .price span {
display: inline-block;
margin-left: -7px;
font-size: 20px;
font-weight: 600;
}
.single-pricing-box .buy-btn {
margin-bottom: 25px;
}
.single-pricing-box .buy-btn .btn-primary::after {
background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e);
}
.single-pricing-box .pricing-features {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.single-pricing-box .pricing-features li {
margin-bottom: 12px;
color: #57647c;
position: relative;
padding-left: 24px;
}
.single-pricing-box .pricing-features li:last-child {
margin-bottom: 0;
}
.single-pricing-box .pricing-features li i {
color: #0ca59d;
font-size: 22px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.single-pricing-box:hover {
box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
transform: translateY(-5px);
background-color: #ffffff;
border-color: #ffffff;
}
.single-pricing-box:hover .buy-btn .btn-primary::before {
visibility: hidden;
opacity: 0;
}
.single-pricing-box:hover .buy-btn .btn-primary::after {
opacity: 1;
visibility: visible;
}

.pricing-tab .tabs {
padding-left: 0;
margin-bottom: 45px;
list-style-type: none;
text-align: center;
}
.pricing-tab .tabs li {
display: inline-block;
}
.pricing-tab .tabs li a {
position: relative;
z-index: 1;
background-color: #e6fcfc;
padding: 10px 30px 11px;
margin-left: -2px;
margin-right: -2px;
font-family: "Dosis", sans-serif;
font-weight: 600;
font-size: 16px;
}
.pricing-tab .tabs li a::before {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to right top, #0ca59d, #28aca4, #39b2ab, #47b9b3, #54c0ba);
z-index: -1;
top: 0;
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.pricing-tab .tabs li a:hover {
color: #ffffff;
}
.pricing-tab .tabs li a:hover::before {
opacity: 1;
visibility: visible;
}
.pricing-tab .tabs li.current a {
color: #ffffff;
}
.pricing-tab .tabs li.current a::before {
opacity: 1;
visibility: visible;
}
.pricing-tab .tabs li:nth-child(1) a {
border-radius: 5px 0 0 5px;
}
.pricing-tab .tabs li:nth-child(1) a::before {
border-radius: 5px 0 0 5px;
}
.pricing-tab .tabs li:nth-child(2) a {
border-radius: 0 5px 5px 0;
}
.pricing-tab .tabs li:nth-child(2) a::before {
border-radius: 0 5px 5px 0;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
padding-bottom: 80px;
position: relative;
z-index: 1;
}
.blog-area.extra-pb {
padding-bottom: 155px;
}
.blog-area .pagination-area {
margin-bottom: 30px;
}

.single-blog-post {
margin-bottom: 30px;
transition: 0.5s;
border-radius: 5px;
box-shadow: 0 0 20px 0px #00000038;
}
.single-blog-post .entry-thumbnail a img {
transition: 0.5s;
border-radius: 5px;
}
.single-blog-post .entry-post-content {
/*margin-top: 20px;*/
padding: 20px;
}
.single-blog-post .entry-post-content .entry-meta {
margin-bottom: 6px;
}
.single-blog-post .entry-post-content .entry-meta ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.single-blog-post .entry-post-content .entry-meta ul li {
display: inline-block;
position: relative;
margin-right: 12px;
color: #57647c;
font-family: "Dosis", sans-serif;
font-size: 15px;
}
.single-blog-post .entry-post-content .entry-meta ul li::before {
content: "";
position: absolute;
right: -7px;
top: 50%;
transform: rotate(14deg) translateY(-50%);
background: #57647c;
width: 1px;
height: 13px;
}
.single-blog-post .entry-post-content .entry-meta ul li a {
display: inline-block;
color: #57647c;
}
.single-blog-post .entry-post-content .entry-meta ul li a:hover {
color: #0ca59d;
}
.single-blog-post .entry-post-content .entry-meta ul li:last-child {
margin-right: 0;
}
.single-blog-post .entry-post-content .entry-meta ul li:last-child::before {
display: none;
}
.single-blog-post .entry-post-content h3 {
margin-bottom: 0;
line-height: 1.4;
font-size: 24px;
font-weight: 700;
}
.single-blog-post .entry-post-content p {
margin-top: 8px;
margin-bottom: 0;
}
.single-blog-post .entry-post-content .read-more-btn {
margin-top: 15px;
}
.single-blog-post:hover .entry-thumbnail a img {
opacity: 0.7;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-area {
position: relative;
z-index: 1;
}
.blog-details-area .row {
/*margin-left: -25px;
margin-right: -25px;*/
margin: 20px 0px 0px 0px;
}
.blog-details-area .row .col-lg-8, .blog-details-area .row .col-lg-4 {
padding-left: 25px;
padding-right: 25px;
}

.blog-details .article-image img {
width: 100%;
height: 360px;
object-fit: cover;
margin-bottom: 15px;
}
/*.blog-details .article-content {
margin-top: 30px;
}*/
.blog-details .article-content .entry-meta {
margin-bottom: 17px;
}
.blog-details .article-content .entry-meta ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.blog-details .article-content .entry-meta ul li {
position: relative;
display: inline-block;
color: #333333;
margin-right: 21px;
}
.blog-details .article-content .entry-meta ul li img {
width: 30px !important;
height: 30px;
border-radius: 50%;
padding-right: 3px;
position: relative;
top: -1.5px;
}
.blog-details .article-content .entry-meta ul li a {
display: inline-block;
color: #57647c;
}
.blog-details .article-content .entry-meta ul li a:hover {
color: #0ca59d;
}
.blog-details .article-content .entry-meta ul li i {
color: #0ca59d;
margin-right: 2px;
}
.blog-details .article-content .entry-meta ul li::before {
content: "";
position: absolute;
top: 11px;
right: -14px;
width: 6px;
height: 1px;
background: #bbaeae;
}
.blog-details .article-content .entry-meta ul li:last-child {
margin-right: 0;
}
.blog-details .article-content .entry-meta ul li:last-child::before {
display: none;
}
.blog-details .article-content h3 {
margin-bottom: 20px;
font-size: 23px;
font-weight: 700;
}
.blog-details .article-content .wp-block-gallery.columns-3 {
padding-left: 0;
list-style-type: none;
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
margin-bottom: 30px;
margin-top: 30px;
}
.blog-details .article-content .wp-block-gallery.columns-3 li {
flex: 0 0 33.3333%;
max-width: 33.3333%;
padding-right: 15px;
padding-left: 15px;
}
.blog-details .article-content .wp-block-gallery.columns-3 li figure {
margin-bottom: 0;
}
.blog-details .article-content .article-features-list {
padding-left: 0;
list-style-type: none;
margin-bottom: 15px;
margin-left: 20px;
}
.blog-details .article-content .article-features-list li {
margin-bottom: 12px;
color: #57647c;
position: relative;
padding-left: 15px;
}
.blog-details .article-content .article-features-list li::before {
background: #0ca59d;
height: 7px;
width: 7px;
content: "";
left: 0;
top: 50%;
transform: translateY(-50%);
border-radius: 50%;
position: absolute;
}
.blog-details .article-content .article-features-list li:last-child {
margin-bottom: 0;
}
.blog-details .article-footer {
display: flex;
flex-wrap: wrap;
padding-top: 15px;
padding-bottom: 15px;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
margin-top: 30px;
}
.blog-details .article-footer .article-tags {
flex: 0 0 50%;
max-width: 50%;
}
.blog-details .article-footer .article-tags span {
display: inline-block;
color: #333333;
font-size: 20px;
margin-right: 5px;
position: relative;
top: 2px;
}
.blog-details .article-footer .article-tags a {
display: inline-block;
color: #736262;
}
.blog-details .article-footer .article-tags a:hover {
color: #0ca59d;
}
.blog-details .article-footer .article-share {
flex: 0 0 50%;
max-width: 50%;
}
.blog-details .article-footer .article-share .social {
padding-left: 0;
list-style-type: none;
text-align: right;
margin-bottom: 0;
}
.blog-details .article-footer .article-share .social li {
display: inline-block;
}
.blog-details .article-footer .article-share .social li a {
position: relative;
color: #333333;
background-color: #f7f7f7;
width: 33px;
height: 33px;
line-height: 33px;
text-align: center;
border-radius: 50%;
font-size: 13px;
z-index: 1;
}
.blog-details .article-footer .article-share .social li a::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
z-index: -1;
transform: scale(0.8);
background: linear-gradient(to right top, #0ca59d, #28aca4, #39b2ab, #47b9b3, #54c0ba);
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.blog-details .article-footer .article-share .social li a:hover {
color: #ffffff;
}
.blog-details .article-footer .article-share .social li a:hover::before {
opacity: 1;
visibility: visible;
transform: scale(1);
}

blockquote, .blockquote {
overflow: hidden;
background-color: #fafafa;
padding: 50px !important;
position: relative;
text-align: center;
z-index: 1;
font-family: "Dosis", sans-serif;
margin-bottom: 20px;
margin-top: 20px;
}
blockquote p, .blockquote p {
color: #333333;
line-height: 1.6;
margin-bottom: 0;
font-style: italic;
font-weight: 600;
font-size: 20px;
}
blockquote cite, .blockquote cite {
display: none;
}
blockquote::before, .blockquote::before {
color: #efefef;
content: "\f10d";
position: absolute;
left: 50px;
top: -60px;
z-index: -1;
font-family: "Font Awesome 5 Free";
font-size: 140px;
font-weight: 900;
}

.comments-area {
background-color: #f8f8f8;
padding: 25px 20px;
margin-top: 30px;
}
.comments-area .comments-title {
position: relative;
line-height: initial;
margin-bottom: 30px;
font-size: 23px;
font-weight: 700;
}
.comments-area .comments-title::before {
content: "";
height: 25px;
width: 3px;
left: -20px;
position: absolute;
background: linear-gradient(to right top, #0ca59d, #28aca4, #39b2ab, #47b9b3, #54c0ba);
top: 50%;
transform: translateY(-50%);
}
.comments-area ol, .comments-area ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.comments-area .comment-list {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.comments-area .children {
margin-left: 20px;
}
.comments-area .comment-body {
border-bottom: 1px solid #eeeeee;
padding-left: 65px;
color: #333333;
font-size: 14px;
margin-bottom: 20px;
padding-bottom: 20px;
}
.comments-area .comment-body .reply {
margin-top: 15px;
}
.comments-area .comment-body .reply a {
border: 1px solid #eeeeee;
color: #57647c;
display: inline-block;
padding: 5px 20px;
border-radius: 30px;
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
font-family: "Dosis", sans-serif;
}
.comments-area .comment-body .reply a:hover {
color: #ffffff;
background-color: #0ca59d;
border-color: #0ca59d;
}
.comments-area .comment-meta {
margin-bottom: 0.8em;
}
.comments-area .comment-author {
font-size: 15px;
margin-bottom: 0.4em;
position: relative;
z-index: 2;
}
.comments-area .comment-author .avatar {
height: 50px;
left: -65px;
position: absolute;
width: 50px;
top: 5px;
}
.comments-area .comment-author .fn {
font-weight: 700;
font-family: "Dosis", sans-serif;
}
.comments-area .comment-author .says {
display: none;
}
.comments-area .comment-metadata {
color: #57647c;
letter-spacing: 0.08em;
text-transform: uppercase;
font-size: 10px;
font-weight: 600;
}
.comments-area .comment-metadata a {
color: #57647c;
}
.comments-area .comment-metadata a:hover {
color: #0ca59d;
}
.comments-area .comment-content p {
font-size: 13px;
}
.comments-area .comment-respond .comment-reply-title {
margin: 0;
position: relative;
font-size: 23px;
font-weight: 700;
}
.comments-area .comment-respond .comment-reply-title::before {
content: "";
height: 25px;
width: 3px;
left: -20px;
position: absolute;
background: linear-gradient(to right top, #0ca59d, #28aca4, #39b2ab, #47b9b3, #54c0ba);
top: 50%;
transform: translateY(-50%);
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
font-size: 15px;
display: inline-block;
}
.comments-area .comment-respond .comment-form {
overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
font-size: 13px;
margin-bottom: 0;
margin-top: 10px;
}
.comments-area .comment-respond .comment-notes .required {
color: red;
}
.comments-area .comment-respond .comment-form-comment {
margin-top: 15px;
float: left;
width: 100%;
}
.comments-area .comment-respond label {
display: block;
margin-bottom: 5px;
color: #333333;
font-weight: 600;
font-family: "Dosis", sans-serif;
}
.comments-area .comment-respond input[type=date], .comments-area .comment-respond input[type=time], .comments-area .comment-respond input[type=datetime-local], .comments-area .comment-respond input[type=week], .comments-area .comment-respond input[type=month], .comments-area .comment-respond input[type=text], .comments-area .comment-respond input[type=email], .comments-area .comment-respond input[type=url], .comments-area .comment-respond input[type=password], .comments-area .comment-respond input[type=search], .comments-area .comment-respond input[type=tel], .comments-area .comment-respond input[type=number], .comments-area .comment-respond textarea {
display: block;
width: 100%;
background-color: #ffffff;
border: 1px solid #eeeeee;
padding: 0.625em 0.7375em;
outline: 0;
transition: 0.5s;
}
.comments-area .comment-respond input[type=date]:focus, .comments-area .comment-respond input[type=time]:focus, .comments-area .comment-respond input[type=datetime-local]:focus, .comments-area .comment-respond input[type=week]:focus, .comments-area .comment-respond input[type=month]:focus, .comments-area .comment-respond input[type=text]:focus, .comments-area .comment-respond input[type=email]:focus, .comments-area .comment-respond input[type=url]:focus, .comments-area .comment-respond input[type=password]:focus, .comments-area .comment-respond input[type=search]:focus, .comments-area .comment-respond input[type=tel]:focus, .comments-area .comment-respond input[type=number]:focus, .comments-area .comment-respond textarea:focus {
border-color: #0ca59d;
}
.comments-area .comment-respond .comment-form-author {
float: left;
width: 50%;
padding-right: 10px;
margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
float: left;
width: 50%;
padding-left: 12px;
margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
float: left;
width: 100%;
margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
width: 100%;
float: left;
position: relative;
padding-left: 20px;
margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
position: absolute;
left: 0;
top: 6px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
display: inline-block;
margin: 0;
color: #57647c;
font-weight: normal;
}
.comments-area .comment-respond .form-submit {
float: left;
width: 100%;
}
.comments-area .comment-respond .form-submit input {
background-color: #0ca59d;
border: none;
color: #ffffff;
padding: 10.5px 25px;
display: inline-block;
cursor: pointer;
outline: 0;
border-radius: 0;
text-transform: uppercase;
transition: 0.5s;
font-family: "Dosis", sans-serif;
font-weight: 700;
font-size: 14px;
}
.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
color: #ffffff;
background-color: #ffac00;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
position: relative;
z-index: 1;
padding-top: 120px;
padding-bottom: 90px;
background-color: #0ca59d;
background-image: url(../../assets/img/page-title-bg.png);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.page-title-area .shape3 {
animation-name: rotateme;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

.page-title-content {
text-align: center;
}
.page-title-content h2 {
margin-bottom: 0;
color: #ffffff;
font-size: 40px;
font-weight: 700;
}
.page-title-content ul {
position: absolute;
right: 10px;
bottom: 10px;
padding-left: 0;
list-style-type: none;
font-family: "Dosis", sans-serif;
margin-bottom: 0;
}
.page-title-content ul li {
display: inline-block;
color: #ffffff;
margin-right: 10px;
margin-left: 10px;
position: relative;
font-weight: 600;
font-size: 17px;
}
.page-title-content ul li a {
color: #ffac00;
}
.page-title-content ul li a:hover {
color: #ffac00;
}
.page-title-content ul li::before {
content: "\f054";
position: absolute;
right: -15px;
top: 6px;
font-weight: 900;
font-family: "Font Awesome 5 Free";
font-size: 10px;
}
.page-title-content ul li:last-child {
margin-right: 0;
}
.page-title-content ul li:last-child::before {
display: none;
}
.page-title-content ul li:first-child {
margin-left: 0;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
margin-top: 20px;
text-align: center;
font-family: "Dosis", sans-serif;
}
.pagination-area .page-numbers {
width: 40px;
height: 40px;
margin: 0 2px;
display: inline-block;
background-color: #ffffff;
line-height: 40px;
color: #333333;
box-shadow: 0 2px 10px 0 #d8dde6;
border-radius: 50%;
font-size: 16px;
font-weight: 700;
}
.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
background: #0ca59d;
color: #ffffff;
box-shadow: unset;
}

/*================================================
Shop Area CSS
=================================================*/
.woocommerce-topbar {
margin-bottom: 40px;
}
.woocommerce-topbar .woocommerce-result-count p {
font-family: "Dosis", sans-serif;
font-size: 16px;
}
.woocommerce-topbar .woocommerce-topbar-ordering {
text-align: right;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
background-color: #ffffff;
color: #57647c;
border-radius: 0;
border: none;
box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
float: unset;
height: unset;
line-height: initial;
padding: 15px 35px 15px 20px;
font-family: "Dosis", sans-serif;
font-size: 16px;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
background-color: #ffffff;
box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
border-radius: 0;
margin-top: 0;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
transition: 0.5s;
font-size: 15px;
padding-left: 20px;
padding-right: 20px;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
background-color: #0ca59d !important;
color: #ffffff;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
background-color: transparent;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
right: 20px;
width: 8px;
height: 8px;
}

.single-product-box {
margin-bottom: 30px;
background-color: #ffffff;
box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}
.single-product-box .product-image {
overflow: hidden;
position: relative;
text-align: left;
}
.single-product-box .product-image a img {
transition: 0.5s;
}
.single-product-box .product-image a img:nth-child(2) {
position: absolute;
left: 0;
top: 0;
opacity: 0;
visibility: hidden;
margin-left: 20px;
}
.single-product-box .product-image .add-to-cart-btn {
position: absolute;
bottom: -46px;
left: 0;
width: 100%;
background-color: #333333;
color: #ffffff;
padding: 12px 20px;
text-transform: uppercase;
opacity: 0;
visibility: hidden;
font-family: "Dosis", sans-serif;
font-size: 15px;
font-weight: 600;
}
.single-product-box .product-image .add-to-cart-btn i {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.single-product-box .product-image .add-to-cart-btn:hover {
background-color: #0ca59d;
color: #ffffff;
}
.single-product-box .product-image .sale-btn {
position: absolute;
left: 20px;
top: 20px;
background-color: red;
color: #ffffff;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
border-radius: 50%;
text-transform: uppercase;
font-family: "Dosis", sans-serif;
font-weight: 600;
}
.single-product-box .product-content {
padding: 25px;
}
.single-product-box .product-content h3 {
margin-bottom: 14px;
font-size: 24px;
font-weight: 700;
}
.single-product-box .product-content .price {
color: #333333;
font-family: "Dosis", sans-serif;
font-weight: 700;
}
.single-product-box .product-content .price .old {
text-decoration: line-through;
color: #828893;
font-size: 14px;
}
.single-product-box .product-content .rating {
margin-top: 14px;
color: #ffb708;
}
.single-product-box .product-content .rating i {
margin-right: -1px;
}
.single-product-box:hover .product-image a img:nth-child(2) {
opacity: 1;
visibility: visible;
margin-left: 0;
}
.single-product-box:hover .product-image .add-to-cart-btn {
bottom: 0;
opacity: 1;
visibility: visible;
}

/*================================================
Product Details Area CSS
=================================================*/
.product-details-desc h3 {
margin-bottom: 12px;
font-size: 23px;
font-weight: 700;
}
.product-details-desc p {
margin-bottom: 0;
}
.product-details-desc .price {
margin-bottom: 10px;
color: #333333;
font-family: "Dosis", sans-serif;
font-weight: 700;
}
.product-details-desc .price .old-price {
text-decoration: line-through;
color: #828893;
font-size: 13px;
}
.product-details-desc .product-review {
margin-bottom: 15px;
}
.product-details-desc .product-review .rating {
display: inline-block;
padding-right: 5px;
font-size: 14px;
}
.product-details-desc .product-review .rating i {
color: #ffba0a;
}
.product-details-desc .product-review .rating-count {
display: inline-block;
color: #333333;
border-bottom: 1px solid #333333;
line-height: initial;
}
.product-details-desc .product-review .rating-count:hover {
color: #0ca59d;
border-color: #0ca59d;
}
.product-details-desc .product-add-to-cart {
margin-top: 20px;
}
.product-details-desc .product-add-to-cart .input-counter {
max-width: 130px;
min-width: 130px;
margin-right: 10px;
text-align: center;
display: inline-block;
position: relative;
}
.product-details-desc .product-add-to-cart .input-counter span {
position: absolute;
top: 0;
background-color: transparent;
cursor: pointer;
color: #d0d0d0;
width: 40px;
height: 100%;
line-height: 48px;
transition: 0.5s;
}
.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
left: 0;
}
.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
right: 0;
}
.product-details-desc .product-add-to-cart .input-counter span:hover {
color: #0ca59d;
}
.product-details-desc .product-add-to-cart .input-counter input {
height: 45px;
color: #333333;
outline: 0;
display: block;
border: none;
background-color: #f8f8f8;
text-align: center;
width: 100%;
font-size: 17px;
font-weight: 600;
}
.product-details-desc .product-add-to-cart .input-counter input::-moz-placeholder {
color: #333333;
}
.product-details-desc .product-add-to-cart .input-counter input::placeholder {
color: #333333;
}
.product-details-desc .product-add-to-cart .btn {
height: 45px;
top: -2px;
position: relative;
padding-top: 0;
padding-bottom: 0;
}
.product-details-desc .product-add-to-cart .btn i {
margin-right: 2px;
}
.product-details-desc .buy-checkbox-btn {
margin-top: 20px;
}
.product-details-desc .buy-checkbox-btn input {
display: none;
}
.product-details-desc .buy-checkbox-btn .cbx {
margin: auto;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
cursor: pointer;
}
.product-details-desc .buy-checkbox-btn .cbx span {
display: inline-block;
vertical-align: middle;
transform: translate3d(0, 0, 0);
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child {
position: relative;
width: 18px;
height: 18px;
border-radius: 3px;
transform: scale(1);
vertical-align: middle;
border: 1px solid #ebebeb;
transition: all 0.2s ease;
transition: 0.5s;
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
position: absolute;
top: 3px;
left: 2px;
fill: none;
stroke: #ffffff;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-dasharray: 16px;
stroke-dashoffset: 16px;
transition: all 0.3s ease;
transition-delay: 0.1s;
transform: translate3d(0, 0, 0);
transition: 0.5s;
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
content: "";
width: 100%;
height: 100%;
background: #333333;
display: block;
transform: scale(0);
opacity: 1;
border-radius: 50%;
transition: 0.5s;
}
.product-details-desc .buy-checkbox-btn .cbx span:last-child {
padding-left: 4px;
color: #57647c;
}
.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
border-color: #333333;
}
.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
background: #333333;
border-color: #333333;
animation: wave 0.4s ease;
}
.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
stroke-dashoffset: 0;
}
.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
transform: scale(3.5);
opacity: 0;
transition: all 0.6s ease;
}
.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
margin-top: 15px;
}
.product-details-desc .buy-checkbox-btn .btn {
display: block;
width: 100%;
}
.product-details-desc .buy-checkbox-btn .btn-light {
background-color: #f2f2f2;
border: none;
padding: 11px 32px 13px;
}
.product-details-desc .custom-payment-options {
margin-top: 20px;
}
.product-details-desc .custom-payment-options span {
display: block;
color: #57647c;
margin-bottom: 8px;
}
.product-details-desc .custom-payment-options .payment-methods a {
display: inline-block;
}
.product-details-desc .custom-payment-options .payment-methods a img {
width: 40px;
}

.tab .tabs_item {
display: none;
}
.tab .tabs_item:first-child {
display: block;
}

.products-details-tab {
margin-top: 50px;
}
.products-details-tab .tabs {
list-style-type: none;
margin-bottom: -1px;
padding-left: 0;
}
.products-details-tab .tabs li {
display: inline-block;
line-height: initial;
margin-right: 5px;
}
.products-details-tab .tabs li a {
display: inline-block;
position: relative;
text-transform: uppercase;
color: #333333;
border: 1px dashed #eeeeee;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 30px;
padding-left: 48px;
font-weight: 700;
font-family: "Dosis", sans-serif;
}
.products-details-tab .tabs li a .dot {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
width: 12px;
height: 12px;
border: 1px solid #333333;
transition: 0.5s;
border-radius: 50%;
}
.products-details-tab .tabs li a .dot::before {
position: absolute;
top: 0;
content: "";
left: 0;
right: 0;
bottom: 0;
background: #333333;
margin: 2px;
border-radius: 50%;
transition: 0.5s;
}
.products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
color: #ffffff;
background-color: #0ca59d;
border-color: #0ca59d;
}
.products-details-tab .tabs li a:hover .dot, .products-details-tab .tabs li a:focus .dot {
border-color: #ffffff;
}
.products-details-tab .tabs li a:hover .dot::before, .products-details-tab .tabs li a:focus .dot::before {
background: #ffffff;
}
.products-details-tab .tabs li.current a {
color: #ffffff;
background-color: #0ca59d;
border-color: #0ca59d;
}
.products-details-tab .tabs li.current a .dot {
border-color: #ffffff;
}
.products-details-tab .tabs li.current a .dot::before {
background: #ffffff;
}
.products-details-tab .tabs li:last-child {
margin-right: 0;
}
.products-details-tab .tab_content {
border: 1px dashed #eeeeee;
padding: 30px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
margin-bottom: 20px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
margin-bottom: 0;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
text-align: left;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
border: 1px solid #eeeeee;
border-bottom: none;
padding: 10px 15px;
color: #57647c;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
border-bottom: 1px solid #eeeeee;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
display: inline-block;
width: 30%;
color: #333333;
font-family: "Dosis", sans-serif;
font-size: 16px;
font-weight: 600;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
margin-bottom: 15px;
font-size: 23px;
font-weight: 700;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
position: relative;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
display: inline-block;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
color: #ffba0a;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
color: #ebebeb;
font-size: 14px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
margin-bottom: 0;
display: inline-block;
padding-left: 5px;
line-height: initial;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
position: absolute;
right: 0;
bottom: 0;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
margin-top: 35px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
margin-top: 30px;
position: relative;
padding-right: 200px;
border-top: 1px dashed #eeeeee;
padding-top: 30px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
color: #ffba0a;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
font-size: 14px;
color: #ebebeb;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
margin-bottom: 10px;
font-size: 13px;
display: block;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
font-weight: 600;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
margin-bottom: 0;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
position: absolute;
right: 0;
color: #57647c;
top: 40px;
text-decoration: underline;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
color: #0ca59d;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
margin-top: 30px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
margin-bottom: 20px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
color: #57647c;
text-transform: uppercase;
margin-bottom: 10px;
font-size: 14px;
font-weight: 600;
font-family: "Dosis", sans-serif;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
padding-top: 15px;
min-height: 130px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn {
margin-top: 0;
}

.related-products {
margin-top: 70px;
}
.related-products .section-title {
margin-bottom: 10px;
}
.related-products .single-product-box {
margin-bottom: 0;
margin-top: 30px;
}

/*================================================
Cart CSS
=================================================*/
.cart-table table {
margin-bottom: 0;
}
.cart-table table thead tr th {
border-bottom-width: 0px;
vertical-align: middle;
padding: 20px 0 20px;
text-transform: uppercase;
border: none;
font-weight: 700;
font-family: "Dosis", sans-serif;
font-size: 15px;
}
.cart-table table tbody tr td {
vertical-align: middle;
color: #57647c;
padding-left: 0;
padding-right: 0;
border-color: #eaedff;
border-left: none;
border-right: none;
}
.cart-table table tbody tr td.product-thumbnail a {
display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
width: 80px;
}
.cart-table table tbody tr td.product-name {
font-family: "Dosis", sans-serif;
font-size: 15px;
}
.cart-table table tbody tr td.product-name a {
color: #57647c;
font-weight: 600;
display: inline-block;
}
.cart-table table tbody tr td.product-name a:hover {
color: #ffac00;
}
.cart-table table tbody tr td.product-price span {
font-weight: 500;
}
.cart-table table tbody tr td.product-subtotal .remove {
color: red;
float: right;
position: relative;
top: -1px;
}
.cart-table table tbody tr td.product-quantity .input-counter {
max-width: 130px;
min-width: 130px;
text-align: center;
display: inline-block;
position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
position: absolute;
top: 0;
background-color: transparent;
cursor: pointer;
color: #d0d0d0;
width: 40px;
height: 100%;
line-height: 48px;
transition: 0.5s;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
color: #ffac00;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
height: 45px;
color: #333333;
outline: 0;
display: block;
border: none;
background-color: #f8f8f8;
text-align: center;
width: 100%;
font-size: 17px;
font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
color: #333333;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
color: #333333;
}
.cart-table table tbody tr td.product-subtotal {
overflow: hidden;
}
.cart-table table tbody tr td.product-subtotal span {
font-weight: 500;
}
.cart-table .table > :not(:first-child) {
border-top: none;
}

.cart-buttons {
margin-top: 30px;
}
.cart-buttons .shopping-coupon-code {
position: relative;
max-width: 430px;
}
.cart-buttons .shopping-coupon-code button {
position: absolute;
right: 0;
top: 0;
height: 45px;
background: #ffac00;
color: #ffffff;
border: none;
padding: 0 25px;
font-weight: 700;
outline: 0;
transition: 0.5s;
}
.cart-buttons .shopping-coupon-code button:hover {
background-color: #0ca59d;
}

.cart-totals {
background: #ffffff;
padding: 40px;
max-width: 620px;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
border-radius: 5px;
margin-left: auto;
margin-top: 50px;
}
.cart-totals h3 {
margin-bottom: 25px;
font-size: 23px;
font-weight: 700;
}
.cart-totals ul {
padding: 0;
margin: 0 0 25px;
list-style-type: none;
}
.cart-totals ul li {
border: 1px solid #eaedff;
padding: 10px 15px;
color: #333333;
overflow: hidden;
font-weight: 700;
font-family: "Dosis", sans-serif;
font-size: 15px;
}
.cart-totals ul li:first-child {
border-bottom: none;
}
.cart-totals ul li:last-child {
border-top: none;
}
.cart-totals ul li span {
float: right;
color: #57647c;
font-weight: normal;
font-family: "Open Sans", sans-serif;
font-size: 14px;
}

/*================================================
Checkout CSS
=================================================*/
.user-actions {
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
background: #ffffff;
padding: 18px 20px 15px;
margin-bottom: 65px;
border-top: 3px solid #0ca59d;
position: relative;
}
.user-actions::before {
content: "";
position: absolute;
right: 0;
bottom: -35px;
width: 100%;
height: 1px;
background: #eeeeee;
}
.user-actions i {
color: #0ca59d;
margin-right: 2px;
}
.user-actions span {
display: inline-block;
font-weight: 600;
color: #0ca59d;
}
.user-actions span a {
display: inline-block;
color: #333333;
}
.user-actions span a:hover, .user-actions span a:focus {
color: #0ca59d;
}

.checkout-area .title {
margin-bottom: 25px;
font-size: 23px;
font-weight: 700;
}

.billing-details .form-group {
margin-bottom: 20px;
}
.billing-details .form-group label {
display: block;
color: #57647c;
margin-bottom: 7px;
font-size: 14px;
font-weight: 600;
font-family: "Dosis", sans-serif;
}
.billing-details .form-group label .required {
color: red;
}
.billing-details .form-group .nice-select {
float: unset;
line-height: 45px;
color: #57647c;
font-weight: 600;
font-size: 13px;
padding-top: 0;
padding-bottom: 0;
}
.billing-details .form-group .nice-select .list {
background-color: #ffffff;
box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
border-radius: 0;
margin-top: 0;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}
.billing-details .form-group .nice-select .list .option {
transition: 0.5s;
padding-left: 20px;
padding-right: 20px;
}
.billing-details .form-group .nice-select .list .option:hover {
background-color: #ffac00 !important;
color: #ffffff;
}
.billing-details .form-group .nice-select .list .option.selected {
background-color: transparent;
}
.billing-details .form-group .nice-select:after {
right: 20px;
width: 8px;
height: 8px;
}
.billing-details .form-group textarea {
padding-top: 15px;
min-height: 135px;
}
.billing-details .form-check {
margin-bottom: 20px;
font-family: "Dosis", sans-serif;
}
.billing-details .form-check .form-check-label {
color: #57647c;
}
.billing-details .form-check label {
position: relative;
left: -3px;
top: 1px;
font-size: 14px;
font-weight: 600;
}
.billing-details .col-lg-12:last-child .form-group {
margin-bottom: 0;
}

.order-details .order-table table {
margin-bottom: 0;
}
.order-details .order-table table thead tr th {
border-bottom-width: 0;
vertical-align: middle;
border-color: #eaedff;
padding-left: 20px;
padding-top: 15px;
padding-right: 20px;
padding-bottom: 15px;
font-weight: 700;
font-family: "Dosis", sans-serif;
font-size: 15px;
}
.order-details .order-table table tbody tr td {
vertical-align: middle;
color: #57647c;
border-color: #eaedff;
padding-left: 20px;
padding-right: 20px;
}
.order-details .order-table table tbody tr td.product-name {
font-family: "Dosis", sans-serif;
font-size: 15px;
}
.order-details .order-table table tbody tr td.product-name a {
color: #57647c;
display: inline-block;
font-weight: 500;
}
.order-details .order-table table tbody tr td.product-name a:hover {
color: #0ca59d;
}
.order-details .order-table table tbody tr td.order-subtotal, .order-details .order-table table tbody tr td.order-shipping, .order-details .order-table table tbody tr td.total-price {
font-family: "Dosis", sans-serif;
font-size: 15px;
}
.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
color: #333333;
font-weight: 600;
}
.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
font-weight: 600;
}
.order-details .order-table .table > :not(:first-child) {
border-top: none;
}
.order-details .payment-box {
background-color: #ffffff;
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
margin-top: 30px;
padding: 30px;
}
.order-details .payment-box .payment-method p {
font-size: 14px;
}
.order-details .payment-box .payment-method p [type=radio]:checked, .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
display: none;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
padding-left: 27px;
cursor: pointer;
display: block;
color: #333333;
position: relative;
margin-bottom: 8px;
font-weight: 600;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::before, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
content: "";
position: absolute;
left: 0;
top: 3px;
width: 18px;
height: 18px;
border: 1px solid #dddddd;
border-radius: 50%;
background: #ffffff;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
content: "";
width: 12px;
height: 12px;
background: #0ca59d;
position: absolute;
top: 6px;
left: 3px;
border-radius: 50%;
transition: 0.5s;
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
opacity: 0;
visibility: hidden;
transform: scale(0);
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after {
opacity: 1;
visibility: visible;
transform: scale(1);
}
.order-details .payment-box .btn.order-btn {
display: block;
margin-top: 25px;
box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
height: 100vh;
}

.error-content {
text-align: center;
margin: 0 auto;
max-width: 700px;
}
.error-content h3 {
font-size: 40px;
font-weight: 700;
margin-top: 30px;
margin-bottom: 17px;
}
.error-content p {
max-width: 520px;
margin: 0 auto 20px;
}

/*================================================
Sidebar Area CSS
=================================================*/
.widget-area .widget {
margin-top: 30px;
}
.widget-area .widget:first-child {
margin-top: 0;
}
.widget-area .widget .widget-title {
border-bottom: 1px solid #eeeeee;
padding-bottom: 10px;
margin-bottom: 20px;
text-transform: capitalize;
position: relative;
font-weight: 700;
font-size: 20px;
}
.widget-area .widget .widget-title::before {
content: "";
position: absolute;
background: linear-gradient(to right top, #0ca59d, #28aca4, #39b2ab, #47b9b3, #54c0ba);
bottom: -1px;
left: 0;
width: 50px;
height: 1px;
}
.widget-area .widget_search {
box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
background-color: #ffffff;
padding: 15px;
}
.widget-area .widget_search form {
position: relative;
}
.widget-area .widget_search form label {
display: block;
margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
display: none;
}
.widget-area .widget_search form .search-field {
background-color: transparent;
height: 50px;
padding: 6px 15px;
border: 1px solid #eeeeee;
width: 100%;
display: block;
outline: 0;
transition: 0.5s;
}
.widget-area .widget_search form .search-field:focus {
border-color: #0ca59d;
}
.widget-area .widget_search form button {
position: absolute;
right: 0;
outline: 0;
bottom: 0;
height: 50px;
width: 50px;
z-index: 1;
border: none;
color: #ffffff;
background-color: transparent;
}
.widget-area .widget_search form button::before {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: linear-gradient(to right top, #0ca59d, #28aca4, #39b2ab, #47b9b3, #54c0ba);
top: 0;
transition: 0.5s;
}
.widget-area .widget_search form button::after {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: linear-gradient(to right, #ffac00, #ffac00, #ffac00, #faa01f, #f7b733);
top: 0;
transition: 0.5s;
opacity: 0;
visibility: hidden;
}
.widget-area .widget_search form button:hover::before {
opacity: 0;
visibility: hidden;
}
.widget-area .widget_search form button:hover::after {
opacity: 1;
visibility: visible;
}
.widget-area .widget_evolta_posts_thumb {
position: relative;
overflow: hidden;
}
.widget-area .widget_evolta_posts_thumb .item {
overflow: hidden;
margin-bottom: 15px;
}
.widget-area .widget_evolta_posts_thumb .item:last-child {
margin-bottom: 0;
}
.widget-area .widget_evolta_posts_thumb .item .thumb {
float: left;
height: 80px;
overflow: hidden;
position: relative;
width: 80px;
margin-right: 15px;
}
.widget-area .widget_evolta_posts_thumb .item .thumb .fullimage {
width: 80px;
height: 80px;
display: inline-block;
background-size: cover !important;
background-repeat: no-repeat;
background-position: center center !important;
}
.widget-area .widget_evolta_posts_thumb .item .thumb .fullimage.bg1 {
background-image: url(../../assets/img/blog/1.jpg);
}
.widget-area .widget_evolta_posts_thumb .item .thumb .fullimage.bg2 {
background-image: url(../../assets/img/blog/2.jpg);
}
.widget-area .widget_evolta_posts_thumb .item .thumb .fullimage.bg3 {
background-image: url(../../assets/img/blog/3.jpg);
}
.widget-area .widget_evolta_posts_thumb .item .info {
overflow: hidden;
}
.widget-area .widget_evolta_posts_thumb .item .info time {
display: block;
color: #57647c;
text-transform: uppercase;
margin-top: 5px;
margin-bottom: 3px;
font-size: 11px;
}
.widget-area .widget_evolta_posts_thumb .item .info .title {
margin-bottom: 0;
line-height: 1.4;
font-size: 19px;
font-weight: 700;
}
.widget-area .widget_recent_entries ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.widget-area .widget_recent_entries ul li {
position: relative;
margin-bottom: 12px;
color: #57647c;
padding-left: 14px;
line-height: 1.5;
font-weight: 600;
font-size: 14.5px;
font-family: "Dosis", sans-serif;
}
.widget-area .widget_recent_entries ul li:last-child {
margin-bottom: 0;
}
.widget-area .widget_recent_entries ul li::before {
background: #0ca59d;
position: absolute;
height: 7px;
width: 7px;
content: "";
left: 0;
top: 7px;
}
.widget-area .widget_recent_entries ul li a {
color: #57647c;
}
.widget-area .widget_recent_entries ul li a:hover {
color: #0ca59d;
}
.widget-area .widget_recent_entries ul li .post-date {
display: block;
font-size: 13px;
color: #57647c;
margin-top: 4px;
}
.widget-area .widget_recent_comments ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.widget-area .widget_recent_comments ul li {
position: relative;
margin-bottom: 12px;
color: #333333;
padding-left: 14px;
line-height: 1.5;
font-size: 14.5px;
font-weight: 600;
font-family: "Dosis", sans-serif;
}
.widget-area .widget_recent_comments ul li:last-child {
margin-bottom: 0;
}
.widget-area .widget_recent_comments ul li::before {
background: #0ca59d;
height: 7px;
width: 7px;
content: "";
left: 0;
top: 7px;
position: absolute;
}
.widget-area .widget_recent_comments ul li span {
display: inline-block;
}
.widget-area .widget_recent_comments ul li a {
color: #57647c;
display: inline-block;
}
.widget-area .widget_recent_comments ul li a:hover {
color: #0ca59d;
}
.widget-area .widget_archive ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.widget-area .widget_archive ul li {
position: relative;
margin-bottom: 12px;
padding-left: 14px;
color: #57647c;
font-size: 14.5px;
font-weight: 600;
font-family: "Dosis", sans-serif;
}
.widget-area .widget_archive ul li:last-child {
margin-bottom: 0;
}
.widget-area .widget_archive ul li::before {
background: #0ca59d;
height: 7px;
width: 7px;
content: "";
left: 0;
top: 7px;
position: absolute;
}
.widget-area .widget_archive ul li a {
color: #57647c;
}
.widget-area .widget_archive ul li a:hover {
color: #0ca59d;
}
.widget-area .widget_categories ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.widget-area .widget_categories ul li {
position: relative;
margin-bottom: 12px;
color: #57647c;
padding-left: 14px;
font-size: 14.5px;
font-family: "Dosis", sans-serif;
font-weight: 600;
}
.widget-area .widget_categories ul li:last-child {
margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
background: #0ca59d;
height: 7px;
width: 7px;
content: "";
left: 0;
top: 7px;
position: absolute;
}
.widget-area .widget_categories ul li a {
color: #57647c;
}
.widget-area .widget_categories ul li a:hover {
color: #0ca59d;
}
.widget-area .widget_categories ul li .post-count {
float: right;
}
.widget-area .widget_meta ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.widget-area .widget_meta ul li {
position: relative;
margin-bottom: 12px;
color: #57647c;
padding-left: 14px;
font-size: 14.5px;
font-family: "Dosis", sans-serif;
font-weight: 600;
}
.widget-area .widget_meta ul li:last-child {
margin-bottom: 0;
}
.widget-area .widget_meta ul li::before {
background: #0ca59d;
height: 7px;
width: 7px;
content: "";
left: 0;
top: 7px;
position: absolute;
}
.widget-area .widget_meta ul li a {
color: #57647c;
}
.widget-area .widget_meta ul li a:hover {
color: #0ca59d;
}
.widget-area .widget_tag_cloud .widget-title {
margin-bottom: 12px;
}
.widget-area .tagcloud a {
display: inline-block;
color: #57647c;
font-weight: 600;
font-size: 12.5px !important;
padding: 6px 13px;
border: 1px dashed #eeeeee;
position: relative;
margin-top: 8px;
margin-right: 4px;
}
.widget-area .tagcloud a::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(to right top, #0ca59d, #28aca4, #39b2ab, #47b9b3, #54c0ba);
z-index: -1;
opacity: 0;
visibility: hidden;
transition: 0.5s;
transform: scale(0.8);
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
color: #ffffff;
border-color: #0ca59d;
}
.widget-area .tagcloud a:hover::before, .widget-area .tagcloud a:focus::before {
opacity: 1;
visibility: visible;
transform: scale(1);
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion .accordion {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
display: block;
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
background: #ffffff;
margin-bottom: 10px;
border: none;
}
.faq-accordion .accordion .accordion-item:last-child {
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
padding: 12px 20px 12px 51px;
color: #333333;
position: relative;
border-bottom: 1px solid transparent;
margin-bottom: -1px;
font-size: 16px;
font-weight: 700;
font-family: "Dosis", sans-serif;
}
.faq-accordion .accordion .accordion-title i {
position: absolute;
left: 0;
top: 0;
width: 40px;
text-align: center;
height: 100%;
background: #0ca59d;
color: #ffffff;
}
.faq-accordion .accordion .accordion-title i::before {
position: absolute;
left: 0;
top: 50%;
right: 0;
transform: translateY(-50%);
font-size: 13px;
}
.faq-accordion .accordion .accordion-title.active {
border-bottom-color: #eeeeee;
}
.faq-accordion .accordion .accordion-title.active i::before {
content: "\f068";
}
.faq-accordion .accordion .accordion-content {
display: none;
position: relative;
padding: 15px 15px;
}
.faq-accordion .accordion .accordion-content.show {
display: block;
}

.faq-contact {
margin-top: 110px;
}

.faq-contact-form {
padding-left: 30px;
}
.faq-contact-form form .form-group {
margin-bottom: 20px;
}
.faq-contact-form form .form-control {
background-color: #ffffff;
border: none;
box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
height: 50px;
font-family: "Dosis", sans-serif;
font-size: 16px;
}
.faq-contact-form form .row {
margin-left: -7px;
margin-right: -7px;
}
.faq-contact-form form .row .col-lg-12, .faq-contact-form form .row .col-lg-6 {
padding-left: 7px;
padding-right: 7px;
}
.faq-contact-form form textarea.form-control {
height: auto;
padding-top: 15px;
}
.faq-contact-form form .btn {
padding: 13px 35px 15px;
font-size: 17px;
margin-top: 8px;
box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.faq-contact-form form .btn.disabled {
cursor: not-allowed !important;
}
.faq-contact-form form .btn.disabled:hover::before, .faq-contact-form form .btn.disabled:focus::before {
opacity: 1;
visibility: visible;
}
.faq-contact-form form .btn.disabled:hover::after, .faq-contact-form form .btn.disabled:focus::after {
opacity: 0;
visibility: hidden;
}
.faq-contact-form form .help-block ul {
padding-left: 0;
list-style-type: none;
margin-top: 5px;
margin-bottom: 0;
}
.faq-contact-form form .help-block ul li {
color: red;
}
.faq-contact-form form #msgSubmit {
margin-bottom: 0;
text-align: left !important;
}
.faq-contact-form form #msgSubmit.text-danger, .faq-contact-form form #msgSubmit.text-success {
margin-top: 8px;
font-size: 23px;
font-weight: 700;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
position: relative;
z-index: 1;
}
.coming-soon-area .coming-soon-content {
height: 100vh;
position: relative;
padding-left: 100px;
padding-right: 100px;
}
.coming-soon-area .coming-soon-content .logo {
position: absolute;
left: 100px;
top: 30px;
}
.coming-soon-area .coming-soon-content h3 {
line-height: 1.3;
margin-bottom: 25px;
font-size: 40px;
font-weight: 700;
}
.coming-soon-area .coming-soon-content form {
max-width: 520px;
}
.coming-soon-area .coming-soon-content form .form-group {
margin-bottom: 20px;
}
.coming-soon-area .coming-soon-content form .form-control {
height: 50px;
border: none;
box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.coming-soon-area .coming-soon-content form .btn {
display: block;
width: 100%;
padding: 15px 28px;
box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.coming-soon-area .coming-soon-content form p {
margin-bottom: 0;
margin-top: 15px;
}
.coming-soon-area .coming-soon-content .social {
position: absolute;
left: 100px;
bottom: 30px;
text-align: center;
}
.coming-soon-area .coming-soon-content .social ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.coming-soon-area .coming-soon-content .social ul li {
display: inline-block;
margin: 0 2px;
}
.coming-soon-area .coming-soon-content .social ul li a {
width: 35px;
height: 35px;
line-height: 37px;
border-radius: 50%;
background-color: #dddddd;
color: #333333;
font-size: 14px;
}
.coming-soon-area .coming-soon-content .social ul li a.twitter {
background-color: #1da1f2;
color: #ffffff;
}
.coming-soon-area .coming-soon-content .social ul li a.youtube {
background-color: #ff0000;
color: #ffffff;
}
.coming-soon-area .coming-soon-content .social ul li a.facebook {
background-color: #3b5998;
color: #ffffff;
}
.coming-soon-area .coming-soon-content .social ul li a.linkedin {
background-color: #0077b5;
color: #ffffff;
}
.coming-soon-area .coming-soon-content .social ul li a.instagram {
background-color: #c13584;
color: #ffffff;
}
.coming-soon-area .coming-soon-content .social ul li a:hover {
background-color: #0ca59d;
color: #ffffff;
}
.coming-soon-area .coming-soon-time {
width: 100%;
height: 100%;
position: relative;
text-align: center;
overflow: hidden;
z-index: 1;
background-image: url(../../assets/img/coming-soon-bg.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.coming-soon-area .coming-soon-time img {
display: none;
}
.coming-soon-area .coming-soon-time #timer {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
z-index: 2;
max-width: 420px;
margin-left: auto;
margin-right: auto;
}
.coming-soon-area .coming-soon-time #timer div {
width: 155px;
height: 155px;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
display: inline-block;
color: #ffffff;
line-height: initial;
padding-top: 37px;
margin-right: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-top: 15px;
font-size: 45px;
font-weight: 700;
font-family: "Dosis", sans-serif;
}
.coming-soon-area .coming-soon-time #timer div span {
text-transform: uppercase;
display: block;
margin-top: 3px;
font-size: 14px;
font-weight: 600;
}
.coming-soon-area .coming-soon-time::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #000000;
opacity: 0.7;
z-index: -1;
}
.coming-soon-area .coming-soon-time .bg-shape1 {
position: absolute;
left: -50px;
top: -50px;
background-color: #ffffff;
width: 100px;
height: 100px;
transform: rotate(-45deg);
z-index: -1;
}
.coming-soon-area .coming-soon-time .bg-shape1 img {
display: block;
position: absolute;
left: 40px;
top: 70px;
animation-name: rotateme;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.coming-soon-area .coming-soon-time .bg-shape2 {
position: absolute;
left: -50px;
bottom: -50px;
background-color: #ffffff;
width: 100px;
height: 100px;
transform: rotate(-45deg);
z-index: -1;
}
.coming-soon-area .coming-soon-time .bg-shape2 img {
display: block;
position: absolute;
left: 70px;
bottom: 40px;
animation-name: rotateme;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@keyframes rotateme {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/*================================================
Contact Area CSS
=================================================*/
.contact-form {
margin-bottom: 60px;
}
.contact-form form .form-group {
margin-bottom: 20px;
}
.contact-form form .form-control {
background-color: #ffffff;
border: none;
box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
height: 50px;
font-family: "Dosis", sans-serif;
font-size: 16px;
}
.contact-form form .row {
margin-left: -7px;
margin-right: -7px;
}
.contact-form form .row .col-lg-12, .contact-form form .row .col-lg-6 {
padding-left: 7px;
padding-right: 7px;
}
.contact-form form textarea.form-control {
height: auto;
padding-top: 15px;
}
.contact-form form .btn {
padding: 13px 35px 15px;
font-size: 17px;
margin-top: 8px;
box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.contact-form form .btn.disabled {
cursor: not-allowed !important;
}
.contact-form form .btn.disabled:hover::before, .contact-form form .btn.disabled:focus::before {
opacity: 1;
visibility: visible;
}
.contact-form form .btn.disabled:hover::after, .contact-form form .btn.disabled:focus::after {
opacity: 0;
visibility: hidden;
}
.contact-form form .help-block ul {
padding-left: 0;
list-style-type: none;
margin-top: 5px;
margin-bottom: 0;
}
.contact-form form .help-block ul li {
color: red;
}
.contact-form form #msgSubmit {
margin-bottom: 0;
text-align: left !important;
}
.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
margin-top: 8px;
font-size: 23px;
font-weight: 700;
}

.contact-image {
margin-bottom: 60px;
}

.contact-info-box {
text-align: center;
border-radius: 5px;
transition: 0.5s;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
background: #ffffff;
padding: 20px 0px;
}
.contact-info-box .icon {
display: inline-block;
width: 65px;
height: 65px;
line-height: 67px;
background: #f7fafd;
border-radius: 50%;
font-size: 30px;
color: #0ca59d;
transition: 0.5s;
margin-bottom: 15px;
border: 1px dashed #eeeeee;
}
.contact-info-box h3 {
margin-bottom: 10px;
font-size: 23px;
font-weight: 700;
}
.contact-info-box p {
margin-bottom: 0;
}
.contact-info-box p a {
display: inline-block;
color: #57647c;
}
.contact-info-box p a:hover {
color: #0ca59d;
}
.contact-info-box:hover {
transform: translateY(-10px);
}
.contact-info-box:hover .icon {
background-color: #0ca59d;
color: #ffffff;
border-color: #0ca59d;
}

/*================================================
Subscribe Area CSS
=================================================*/
.newsletter-content h2 {
margin-bottom: 0;
letter-spacing: 2px;
font-size: 26px;
font-weight: 700;
}
.newsletter-content form {
margin-top: 20px;
position: relative;
}
.newsletter-content form .input-newsletter {
display: block;
width: 100%;
background-color: #f7f9fc;
border: none;
color: #333333;
padding-left: 15px;
height: 45px;
border-radius: 5px;
outline: 0;
}
.newsletter-content form .input-newsletter::-moz-placeholder {
color: #999999;
}
.newsletter-content form .input-newsletter::placeholder {
color: #999999;
}
.newsletter-content form button {
/*position: absolute;*/
right: 0;
top: 0;
height: 45px;
border: none;
background-color: #ffac00;
color: #ffffff;
border-radius: 0 5px 5px 0;
transition: 0.5s;
line-height: 43px;
padding-left: 22px;
padding-right: 22px;
font-size: 16px;
font-weight: 700;
font-family: "Dosis", sans-serif;
}
.newsletter-content form button i {
margin-left: 5px;
}
.newsletter-content form button:hover {
background-color: #0ca59d;
color: #ffffff;
}
.newsletter-content form .validation-danger {
margin-top: 5px;
color: red;
}
.newsletter-content form .validation-success {
margin-top: 5px;
}

.subscribe-contact-info {
margin-top: 60px;
padding-left: 50px;
}
.subscribe-contact-info .content {
display: inline-block;
margin-left: 50px;
text-align: center;
}
.subscribe-contact-info .content h2 {
margin-bottom: 0;
letter-spacing: 2px;
font-size: 26px;
font-weight: 700;
}
.subscribe-contact-info .content span {
display: block;
color: #ffac00;
margin-top: 10px;
font-size: 26px;
font-weight: 600;
font-family: "Dosis", sans-serif;
}
.subscribe-contact-info .content span a {
display: inline-block;
color: #ffac00;
}
.subscribe-contact-info .content span a:hover {
color: #0ca59d;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
position: relative;
z-index: 1;
padding-top: 100px;
background-color: #182c51;
}

.single-footer-widget {
margin-bottom: 30px;
}
.single-footer-widget .logo {
margin-bottom: 20px;
}
.single-footer-widget .logo p {
color: #ffffff;
margin-top: 18px;
margin-bottom: 0;
}
.single-footer-widget p {
color: #ffffff;
font-size: 14px;
}
.single-footer-widget .social {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.single-footer-widget .social li {
display: inline-block;
transition: 0.5s;
margin-left: 1px;
margin-right: 1px;
}
.single-footer-widget .social li a {
width: 35px;
height: 35px;
background-color: #333333;
line-height: 36px;
border-radius: 50%;
color: #ffffff;
text-align: center;
}
.single-footer-widget .social li a i::before {
font-size: 13px;
}
.single-footer-widget .social li a:hover {
background-color: #ffac00;
color: #ffffff;
}
.single-footer-widget h3 {
margin-bottom: 23px;
color: #ffffff;
position: relative;
padding-bottom: 6px;
font-size: 23px;
font-weight: 700;
}
.single-footer-widget h3::before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 40px;
height: 2px;
background: #ffac00;
}
.single-footer-widget .footer-services-list {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.single-footer-widget .footer-services-list li {
margin-bottom: 12px;
color: #ffffff;
font-size: 14px;
}
.single-footer-widget .footer-services-list li a {
display: inline-block;
color: #ffffff;
}
.single-footer-widget .footer-services-list li a:hover {
color: #ffac00;
}
.single-footer-widget .footer-services-list li:last-child {
margin-bottom: 0;
}
.single-footer-widget .quick-links-list {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.single-footer-widget .quick-links-list li {
margin-bottom: 12px;
color: #ffffff;
font-size: 14px;
}
.single-footer-widget .quick-links-list li a {
display: inline-block;
color: #ffffff;
}
.single-footer-widget .quick-links-list li a:hover {
color: #ffac00;
}
.single-footer-widget .quick-links-list li:last-child {
margin-bottom: 0;
}
.single-footer-widget .footer-contact-list {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.single-footer-widget .footer-contact-list li {
margin-bottom: 6px;
color: #ffffff;
font-size: 14px;
line-height: 1.7;
}
.single-footer-widget .footer-contact-list li a {
display: inline-block;
color: #ffffff;
}
.single-footer-widget .footer-contact-list li a:hover {
color: #ffac00;
}
.single-footer-widget .footer-contact-list li span {
font-weight: 700;
}
.single-footer-widget .footer-contact-list li:last-child {
margin-bottom: 0;
}

.copyright-area {
background-color: #0d1d3b;
margin-top: 70px;
padding-top: 20px;
padding-bottom: 20px;
}
.copyright-area p {
color: #ffffff;
}
.copyright-area p a {
display: inline-block;
color: #ffffff;
font-weight: 600;
}
.copyright-area p a:hover {
color: #ffac00;
}
.copyright-area ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
text-align: right;
}
.copyright-area ul li {
display: inline-block;
margin-left: 15px;
position: relative;
color: #ffffff;
font-size: 14px;
line-height: initial;
}
.copyright-area ul li a {
color: #ffffff;
}
.copyright-area ul li a:hover {
color: #ffac00;
}
.copyright-area ul li::before {
content: "";
width: 4px;
height: 1px;
background: #ffffff;
left: -11px;
top: 50%;
position: absolute;
transform: translateY(-50%);
}
.copyright-area ul li:first-child {
margin-left: 0;
}
.copyright-area ul li:first-child::before {
display: none;
}

.circle-map {
position: absolute;
top: 20%;
right: 18%;
z-index: -1;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
position: fixed;
cursor: pointer;
top: 0;
right: 15px;
color: #ffffff;
background-color: #0ca59d;
z-index: 4;
width: 40px;
text-align: center;
height: 42px;
line-height: 42px;
opacity: 0;
visibility: hidden;
transition: 0.9s;
}
.go-top.active {
top: 98%;
transform: translateY(-98%);
opacity: 1;
visibility: visible;
}
.go-top i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
margin: 0 auto;
transition: 0.5s;
}
.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: #ffac00;
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.go-top:hover, .go-top:focus {
color: #ffffff;
}
.go-top:hover::before, .go-top:focus::before {
opacity: 1;
visibility: visible;
}
.go-top:hover i:first-child, .go-top:focus i:first-child {
opacity: 0;
top: 0;
visibility: hidden;
}
.go-top:hover i:last-child, .go-top:focus i:last-child {
opacity: 1;
visibility: visible;
top: 50%;
}

.dark-version {
top: 50%;
right: 30px;
z-index: 99991;
position: fixed;
transform: translateY(-50%) rotate(90deg);
}
.dark-version .switch {
width: 60px;
height: 34px;
position: relative;
display: inline-block;
}
.dark-version .switch input {
width: 0;
height: 0;
opacity: 0;
}
.dark-version .slider {
top: 0;
left: 0;
right: 0;
bottom: 0;
cursor: pointer;
position: absolute;
transition: 0.5s;
background: #ffffff;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dark-version .slider:before {
top: 0;
bottom: 0;
width: 30px;
left: 2.5px;
content: "";
height: 30px;
margin: auto 0;
position: absolute;
transition: 0.5s;
box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
background: #333333 url("../img/sun.png");
background-position: center;
background-repeat: no-repeat;
}
.dark-version input:checked + .slider {
background: #333333;
}
.dark-version input:checked + .slider:before {
transform: translateX(24px);
background: white url("../img/night-mode.png");
background-repeat: no-repeat;
background-position: center;
}
.dark-version .slider.round {
border-radius: 50px;
}
.dark-version .slider.round:before {
border-radius: 50%;
}

.buy-now-btn {
z-index: 9;
width: 65px;
right: 100px;
height: 65px;
bottom: 15px;
position: fixed;
text-align: center;
border-radius: 50%;
display: inline-block;
background-color: #81b441;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
animation-name: tada;
animation-duration: 1s;
animation-fill-mode: both;
animation-iteration-count: infinite;
}
.buy-now-btn img {
left: 0;
right: 0;
top: 50%;
position: absolute;
transform: translateY(-50%);
margin-left: auto;
margin-right: auto;
}
.buy-now-btn::before {
top: 0;
left: 0;
z-index: -1;
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
position: absolute;
animation-delay: 0.2s;
background-color: #81b441;
animation: ripple 1.5s ease-out infinite;
}

@keyframes ripple {
from {
opacity: 1;
transform: scale(0);
}
to {
opacity: 0;
transform: scale(2);
}
}
/* Start "Artificial Intelligence Demo CSS, "AI Solution Demo CSS & Computer Vision Demo CSS" */
@keyframes animationFramesOne {
0% {
transform: translate(0px, 0px) rotate(0deg);
}
20% {
transform: translate(73px, -1px) rotate(36deg);
}
40% {
transform: translate(141px, 72px) rotate(72deg);
}
60% {
transform: translate(83px, 122px) rotate(108deg);
}
80% {
transform: translate(-40px, 72px) rotate(144deg);
}
100% {
transform: translate(0px, 0px) rotate(0deg);
}
}
.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;
}

.section-title.title-with-underline h2 b {
color: #0ca59d;
text-decoration-line: underline;
}
.section-title.title-with-underline p {
margin-top: 15px;
}

/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
background-color: #ffffff;
padding-top: 20px;
padding-bottom: 20px;
}
.top-header-area .container-fluid {
padding-left: 35px;
padding-right: 35px;
}

.top-header-content span {
color: #57647c;
font-weight: 600;
}
.top-header-content span a {
text-decoration-line: underline;
color: #ffac00;
}
.top-header-content span a:hover {
color: #0ca59d;
}

.top-header-info {
padding: 0;
margin-bottom: 0;
text-align: end;
}
.top-header-info li {
display: inline-block;
color: #57647c;
font-weight: 600;
position: relative;
margin-right: 25px;
padding-left: 22px;
}
.top-header-info li::before {
content: "";
position: absolute;
top: 0;
right: -15.5px;
width: 2.2px;
height: 20px;
background-color: #E4E7FB;
}
.top-header-info li:last-child {
margin-right: 0;
}
.top-header-info li:last-child::before {
display: none;
}
.top-header-info li i {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
color: #ffac00;
font-size: 14.5px;
}
.top-header-info li a {
color: #57647c;
}
.top-header-info li a:hover {
color: #0ca59d;
text-decoration-line: underline;
}

/*================================================
Header Wrap Area CSS
=================================================*/
.header-wrap-area {
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
z-index: 99;
}
.header-wrap-area .navbar-area {
position: relative;
}
.header-wrap-area .navbar-area.is-sticky {
position: fixed !important;
}
.header-wrap-area .navbar-area .evolta-nav {
padding-left: 0;
padding-right: 0;
}
.header-wrap-area .navbar-area .evolta-nav .container-fluid {
padding-left: 35px;
padding-right: 35px;
}
.header-wrap-area .navbar-area .evolta-nav .navbar .others-options .btn-primary {
color: #ffffff;
}
.header-wrap-area .navbar-area .evolta-nav .navbar .others-options .btn-primary::before {
background: #0EB9F2;
box-shadow: -3px 8px 20px rgba(255, 72, 0, 0.13);
}

.navbar-area-with-black-color .evolta-nav .navbar {
background-color: #1A1F56;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
}
.navbar-area-with-black-color .evolta-nav .navbar .navbar-nav {
margin: auto;
}
.navbar-area-with-black-color.is-sticky {
background: #1A1F56 !important;
}
.navbar-area-with-black-color.is-sticky .evolta-nav .navbar {
background-color: transparent;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}

/*================================================
AI Banner Area CSS
=================================================*/
.ai-main-banner {
background-color: #727CF5;
position: relative;
z-index: 1;
overflow: hidden;
padding-top: 220px;
padding-bottom: 50px;
}
.ai-main-banner .container-fluid {
padding-left: 35px;
padding-right: 185px;
}

.ai-banner-content h1 {
font-size: 65px;
color: #ffffff;
margin-bottom: 20px;
font-weight: bold;
}
.ai-banner-content p {
margin-bottom: 0;
color: #ffffff;
max-width: 595px;
}
.ai-banner-content .banner-btn {
padding: 0;
margin-top: 30px;
margin-bottom: 0;
display: flex;
}
.ai-banner-content .banner-btn li {
display: inline-flex;
margin-right: 20px;
}
.ai-banner-content .banner-btn li:last-child {
margin-right: 0;
}
.ai-banner-content .banner-btn li .btn {
padding: 12px 32px 12px;
}
.ai-banner-content .banner-btn li .btn-primary::before {
background: #ffac00;
}
.ai-banner-content .banner-btn li .btn-primary::after {
background: #0ca59d;
}
.ai-banner-content .banner-btn li .video-btn {
font-size: 15.5px;
font-weight: 600;
color: #ffffff;
transition: 0.5s;
font-family: "Dosis", sans-serif;
}
.ai-banner-content .banner-btn li .video-btn i {
background: #0EB9F2;
height: 45px;
width: 45px;
display: inline-block;
color: #ffffff;
text-align: center;
line-height: 45px;
border-radius: 50%;
margin-right: 8px;
transition: 0.5s;
font-size: 15.5px;
}
.ai-banner-content .banner-btn li .video-btn:hover {
color: #ffac00;
}
.ai-banner-content .banner-btn li .video-btn:hover i {
background: #ffac00;
}

.ai-banner-partner {
padding-top: 175px;
max-width: 1140px;
margin: auto;
}

.ai-banner-large-shape {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
width: 100%;
}
.ai-banner-large-shape img {
width: 100%;
}

.ai-banner-main-shape {
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
}

.ai-banner-shape-1 {
position: absolute;
top: 20%;
left: 25%;
transform: translateY(-20%) translateX(-25%);
z-index: -1;
}
.ai-banner-shape-1 img {
animation-name: rotateme;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

.ai-banner-shape-2 {
position: absolute;
top: 20%;
right: 10%;
transform: translateY(-20%) translateX(-10%);
z-index: -1;
animation: animationFramesOne 20s infinite linear;
}

.ai-banner-shape-3 {
position: absolute;
bottom: 15%;
left: 2%;
transform: translateY(-15%) translateX(-2%);
z-index: -1;
animation: movebounce 5s linear infinite;
}

/*================================================
Features Wrap Area CSS
=================================================*/
.features-wrap-card {
background: #F7FBFF;
padding: 30px;
text-align: center;
transition: 0.5s;
margin-bottom: 30px;
border-radius: 5px;
height: 100%;
}
.features-wrap-card .features-image {
margin-bottom: 25px;
}
.features-wrap-card .features-content h3 {
font-size: 20.8px;
font-weight: bold;
margin-bottom: 15px;
}
.features-wrap-card .features-content p {
margin-bottom: 0;
}
.features-wrap-card:hover {
transform: translateY(-10px);
}

/*================================================
AI Solution Area CSS
=================================================*/
.ai-solution-area {
overflow: hidden;
position: relative;
z-index: 1;
}

.ai-solution-image {
position: relative;
z-index: 1;
padding-top: 50px;
padding-bottom: 150px;
padding-right: 50px;
}
.ai-solution-image::before {
position: absolute;
content: "";
left: -405px;
top: 0;
width: 1050px;
height: 100%;
background: linear-gradient(90deg, #FF8759 0%, #FF7A7A 100%);
z-index: -1;
border-radius: 0 20px 20px 0;
}
.ai-solution-image::after {
position: absolute;
content: "";
right: -10px;
bottom: -1px;
width: 1050px;
height: 155px;
background-image: url(../../assets/img/artificial-intelligence/solution/white-shape.png);
z-index: -1;
}

.ai-solution-content {
padding-left: 45px;
}
.ai-solution-content h3 {
font-size: 40px;
font-weight: bold;
margin-bottom: 15px;
}
.ai-solution-content h3 b {
color: #0ca59d;
text-decoration-line: underline;
}
.ai-solution-content p {
margin-bottom: 0;
}
.ai-solution-content .list {
padding: 0;
/* max-width: 430px; */
margin-top: 20px;
margin-bottom: 0;
}
.ai-solution-content .list li {
list-style-type: none;
background-color: #ffffff;
box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
border-radius: 5px;
color: #57647c;
transition: 0.5s;
font-size: 15.8px;
margin-bottom: 15px;
position: relative;
padding: 15px  15px 15px 42px;
}
.ai-solution-content .list li i {
/* position: absolute; */
left: 8.5px;
top: 17.5px;
color: #0ca59d;
font-size: 18.5px;
transition: 0.5s;
margin-right: 12px;
}
.ai-solution-content .list li:last-child {
margin-bottom: 0;
}
.ai-solution-content .list li:hover {
background-color: #0ca59d;
color: #ffffff;
transform: translateY(-5px);
}
.ai-solution-content .list li:hover i {
color: #ffffff;
}
.ai-solution-content .solution-btn {
margin-top: 25px;
}

.ai-solution-shape {
position: absolute;
bottom: 10%;
right: 10%;
transform: translateY(-10%) translateX(-10%);
z-index: -1;
animation: movebounce 5s linear infinite;
}

/*================================================
Fun Facts Wrap Area CSS
=================================================*/
.funfacts-wrap-card {
position: relative;
padding-left: 150px;
}
.funfacts-wrap-card .circlechart {
width: 130px;
height: 130px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.funfacts-wrap-card .circlechart .circle-chart {
width: 130px;
height: 130px;
fill: #333333;
}
.funfacts-wrap-card .circlechart .circle-chart .circle-chart__background {
stroke: #F3F7FC;
stroke-width: 1.5;
}
.funfacts-wrap-card .circlechart .circle-chart .circle-chart__circle {
stroke: #5D56F2 !important;
stroke-width: 1.5;
}
.funfacts-wrap-card .circlechart .circle-chart .circle-chart__info {
font-family: "Dosis", sans-serif;
font-weight: 600;
}
.funfacts-wrap-card .circlechart .circle-chart .circle-chart__info .circle-chart__percent {
position: relative;
}
.funfacts-wrap-card h3 {
margin-bottom: 12px;
font-size: 30px;
font-weight: 700;
}
.funfacts-wrap-card p {
margin-bottom: 0;
}

/*================================================
AI Services Area CSS
=================================================*/
.ai-services-area {
background-color: #F7FBFF;
position: relative;
z-index: 1;
overflow: hidden;
}
.ai-services-area.with-linear-gradient-color {
background: linear-gradient(42.12deg, #ffac0161 22.91%, #46b9b2 79.76%);
position: relative;
z-index: 1;
}
.ai-services-area.with-linear-gradient-color::before {
position: absolute;
content: "";
background-color: #ffffff;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 320px;
z-index: -1;
}
.ai-services-area.with-linear-gradient-color .section-title.title-with-underline h2 {
color: #ffffff;
}
.ai-services-area.with-linear-gradient-color .section-title.title-with-underline h2 b {
color: #ffffff;
}
.ai-services-area.with-linear-gradient-color .section-title.title-with-underline p {
color: #ffffff;
}

.ai-services-card {
background-color: #ffffff;
box-shadow: 0px 10px 40px rgba(67, 127, 236, 0.07);
padding: 10px 20px;
transition: 0.5s;
border-radius: 5px;
/* margin-bottom: 30px; */
height: 100%;
position: relative;
z-index: 1;
}
.ai-services-card::before {
position: absolute;
content: "";
top: 35px;
right: 35px;
width: 50px;
height: 103px;
background-image: url(../../assets/img/new/card-shape.png);
z-index: -1;
animation: movebounce 5s linear infinite;
}
/*.ai-services-card .services-image {
margin-bottom: 25px;
}*/
.ai-services-card .services-content h3 {
font-size: 22.8px;
font-weight: bold;
margin-bottom: 15px;
}
.ai-services-card .services-content h3 a {
color: #333333;
}
.ai-services-card .services-content p {
margin-bottom: 15px;
transition: 0.5s;
}
.ai-services-card .services-content .services-btn {
font-size: 16px;
font-weight: 600;
font-family: "Dosis", sans-serif;
text-decoration-line: underline;
color: #ffac00;
transition: 0.5s;
}
.ai-services-card:hover {
background-color: #0ca59d;
transform: translateY(-10px);
box-shadow:2px 1px 25px 5px rgba(166, 166, 166, 0.2) !important;
}
.ai-services-card:hover .services-content h3 a {
color: #ffffff;
}
.ai-services-card:hover .services-content p {
color: #ffffff;
}
.ai-services-card:hover .services-content .services-btn {
color: #ffffff;
}

.view-all-services-btn {
text-align: center;
}
.view-all-services-btn .btn-primary {
color: #ffffff;
}
.view-all-services-btn .btn-primary::before {
background: #ffac00;
box-shadow: -3px 8px 20px rgba(255, 72, 0, 0.13);
}
.view-all-services-btn .btn-primary::after {
background: #0ca59d;
}

.ai-services-shape {
position: absolute;
top: 50%;
left: 5%;
transform: translateY(-50%) translateX(-5%);
z-index: -1;
animation: animationFramesOne 20s infinite linear;
}

.ai-services-shape2 {
position: absolute;
top: 10%;
left: 5%;
transform: translateY(-10%) translateX(-5%);
z-index: -1;
animation: movebounce 5s linear infinite;
}

/*================================================
Handle Area CSS
=================================================*/
.handle-area {
overflow: hidden;
position: relative;
z-index: 1;
}

.ai-handle-content {
padding-right: 45px;
}
.ai-handle-content h3 {
font-size: 40px;
font-weight: bold;
margin-bottom: 15px;
}
.ai-handle-content h3 b {
color: #0ca59d;
text-decoration-line: underline;
}
.ai-handle-content p {
margin-bottom: 0;
}
.ai-handle-content .list {
padding: 0;
max-width: 430px;
margin-top: 20px;
margin-bottom: 0;
}
.ai-handle-content .list li {
list-style-type: none;
background-color: #F7FBFF;
border-radius: 5px;
color: #57647c;
transition: 0.5s;
font-size: 15.8px;
margin-bottom: 15px;
position: relative;
padding: 15px 15px 15px 42px;
}
.ai-handle-content .list li i {
position: absolute;
left: 16.5px;
top: 17.5px;
color: #0ca59d;
font-size: 18.5px;
transition: 0.5s;
}
.ai-handle-content .list li:last-child {
margin-bottom: 0;
}
.ai-handle-content .list li:hover {
background-color: #0ca59d;
color: #ffffff;
transform: translateY(-5px);
}
.ai-handle-content .list li:hover i {
color: #ffffff;
}
.ai-handle-content .handle-btn {
margin-top: 30px;
}
.ai-handle-content .handle-btn .btn-primary::before {
background: #ffac00;
}
.ai-handle-content .handle-btn .btn-primary::after {
background: #0ca59d;
}
.ai-handle-content .handle-inner-card {
background-color: #ffffff;
box-shadow: -2px 6px 30px rgba(39, 176, 230, 0.08);
padding: 35px;
margin-top: 30px;
transition: 0.5s;
border: 1px solid #ffffff;
border-radius: 5px;
}
.ai-handle-content .handle-inner-card .content {
position: relative;
padding-left: 78px;
}
.ai-handle-content .handle-inner-card .content .icon {
position: absolute;
left: 0;
top: 0;
}
.ai-handle-content .handle-inner-card .content .icon i {
display: inline-block;
height: 55px;
width: 55px;
line-height: 55px;
background-color: #ffffff;
box-shadow: -2px 4px 15px rgba(41, 171, 226, 0.12);
border-radius: 50px;
text-align: center;
font-size: 28px;
color: #0ca59d;
transition: 0.5s;
}
.ai-handle-content .handle-inner-card .content h4 {
font-size: 22.8px;
font-weight: bold;
margin-bottom: 12px;
}
.ai-handle-content .handle-inner-card:hover {
transform: translateY(-5px);
border: 1px solid #0ca59d;
}
.ai-handle-content .handle-inner-card:hover .content .icon i {
background-color: #0ca59d;
color: #ffffff;
}

.ai-handle-image {
position: relative;
z-index: 1;
padding-top: 50px;
padding-bottom: 150px;
padding-left: 50px;
}
.ai-handle-image::before {
position: absolute;
content: "";
right: -405px;
top: 0;
width: 1050px;
height: 100%;
background: linear-gradient(90deg, #61967D 0%, #4A4493 100%);
z-index: -1;
border-radius: 20px 0 0 20px;
}
.ai-handle-image::after {
position: absolute;
content: "";
left: -10px;
bottom: -1px;
width: 1050px;
height: 155px;
background-image: url(../../assets/img/artificial-intelligence/handle/white-shape.png);
z-index: -1;
}

.handle-shape {
position: absolute;
bottom: 5%;
left: 30%;
transform: translateY(-5%) translateX(-30%);
z-index: -1;
}
.handle-shape img {
animation-name: rotateme;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

/*================================================
Clients Review Area CSS
=================================================*/
.clients-review-area {
background-color: #F7FBFF;
position: relative;
z-index: 1;
overflow: hidden;
}
.clients-review-area.with-linear-gradient-color {
background: linear-gradient(90deg, #61967D 0%, #4A4493 100%);
position: relative;
z-index: 1;
}
.clients-review-area.with-linear-gradient-color::before {
position: absolute;
content: "";
background-color: #ffffff;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 250px;
z-index: -1;
}
.clients-review-area.with-linear-gradient-color .section-title.title-with-underline h2 {
color: #ffffff;
}
.clients-review-area.with-linear-gradient-color .section-title.title-with-underline h2 b {
color: #ffffff;
}
.clients-review-area.with-linear-gradient-color .section-title.title-with-underline p {
color: #ffffff;
}
.clients-review-area.with-linear-gradient-color .clients-review-item {
border: 1px solid #f5f5f5;
box-shadow: unset;
}
.clients-review-area.with-linear-gradient-color .clients-review-item:hover {
border: 1px solid #0ca59d;
}

.clients-review-item {
background-color: #ffffff;
box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
border-radius: 10px;
padding: 35px;
position: relative;
z-index: 1;
transition: 0.5s;
border: 1px solid #ffffff;
}
.clients-review-item .rating {
padding: 0;
margin-bottom: 15px;
}
.clients-review-item .rating li {
display: inline-block;
margin-right: 5px;
}
.clients-review-item .rating li:last-child {
margin-right: 0;
}
.clients-review-item .rating li i {
color: #FFB820;
font-size: 16.5px;
}
.clients-review-item p {
margin-bottom: 0;
}
.clients-review-item::before {
position: absolute;
content: "";
right: 35px;
bottom: 35px;
width: 60px;
height: 43px;
background-image: url(../../assets/img/artificial-intelligence/quote-vector.png);
z-index: -1;
}
.clients-review-item .client-info {
position: relative;
margin-top: 20px;
padding-left: 60px;
}
.clients-review-item .client-info img {
width: 45px !important;
height: 45px !important;
display: inline-block !important;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
transition: 0.5s;
}
.clients-review-item .client-info h3 {
margin-bottom: 0;
font-size: 18px;
font-weight: 700;
}
.clients-review-item .client-info p {
font-size: 14px;
margin-top: 5px;
margin-bottom: 0;
}
.clients-review-item:hover {
border: 1px solid #0ca59d;
}

.clients-review-slides.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 35px;
}
.clients-review-slides.owl-theme .owl-dots .owl-dot span {
width: 20px;
height: 5px;
margin: 0 10px;
background: #D2DFED;
border-radius: 5px;
transition: 0.5s;
}
.clients-review-slides.owl-theme .owl-dots .owl-dot.active span, .clients-review-slides.owl-theme .owl-dots .owl-dot:hover span {
background-color: #ffac00;
transform: scale(1.5);
}

/*================================================
Industries Area CSS
=================================================*/
.industries-area {
background-color: #727CF5;
}
.industries-area .section-title.title-with-underline h2 {
color: #ffffff;
}
.industries-area .section-title.title-with-underline h2 b {
color: #ffffff;
}
.industries-area .section-title.title-with-underline p {
color: #ffffff;
}
.industries-area.with-bg-color {
background: #F7FBFF;
}
.industries-area.with-bg-color .industries-card {
padding: 40px 20px;
}

.industries-card {
background-color: #ffffff;
box-shadow: 0px 10px 40px rgba(67, 127, 236, 0.07);
padding: 35px 20px;
margin-bottom: 30px;
border-radius: 5px;
border: 1px solid #ffffff;
transition: 0.5s;
}
.industries-card .content {
position: relative;
padding-left: 65px;
}
.industries-card .content img {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.industries-card .content h3 {
font-size: 22.5px;
margin-bottom: 0;
font-weight: bold;
}
.industries-card:hover {
border: 1px solid #ffac00;
transform: translateY(-5px);
}

.view-all-categoies-btn {
text-align: center;
}
.view-all-categoies-btn .btn-primary {
color: #ffffff;
}
.view-all-categoies-btn .btn-primary::before {
background: #ffac00;
box-shadow: -3px 8px 20px rgba(255, 72, 0, 0.13);
}
.view-all-categoies-btn .btn-primary::after {
background: #0ca59d;
}

.industries-section-content h3 {
font-size: 40px;
font-weight: bold;
margin-bottom: 15px;
}
.industries-section-content h3 b {
color: #0ca59d;
text-decoration-line: underline;
}
.industries-section-content p {
margin-bottom: 0;
}
.industries-section-content .industries-btn {
margin-top: 20px;
}
.industries-section-content .industries-btn .btn-primary::before {
background: #ffac00;
}
.industries-section-content .industries-btn .btn-primary::after {
background: #0ca59d;
}

/*================================================
AI Blog Area CSS
=================================================*/
.ai-blog-card {
margin-bottom: 30px;
}
.ai-blog-card .entry-thumbnail {
overflow: hidden;
}
.ai-blog-card .entry-thumbnail a img {
transition: 0.5s;
}
.ai-blog-card .entry-post-content {
margin-top: 25px;
}
.ai-blog-card .entry-post-content .tag {
margin-bottom: 16.5px;
}
.ai-blog-card .entry-post-content .tag a {
display: inline-block;
background: rgba(255, 72, 0, 0.05);
border-radius: 30px;
color: #ffac00;
padding: 8px 25px;
font-weight: 600;
}
.ai-blog-card .entry-post-content h3 {
font-size: 24.5px;
font-weight: bold;
line-height: 1.5;
margin-bottom: 0;
transition: 0.5s;
}
.ai-blog-card .entry-post-content h3 a {
color: #333333;
position: relative;
display: inline;
transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
padding: 0.1% 0px;
background-image: linear-gradient(to right, #ffac00, #ffac00, #ffac00, #faa01f, #f7b733);
background-size: 0px 2px;
background-position: 0px 95%;
background-repeat: no-repeat;
}
.ai-blog-card .entry-post-content .entry-meta {
padding: 0;
margin-top: 18px;
margin-bottom: 0;
}
.ai-blog-card .entry-post-content .entry-meta li {
color: #57647c;
margin-right: 15px;
list-style-type: none;
font-size: 14px;
display: inline-block;
position: relative;
padding-left: 15px;
font-weight: 500;
}
.ai-blog-card .entry-post-content .entry-meta li::before {
position: absolute;
content: "";
left: 0;
top: 50%;
transform: translateY(-50%);
height: 8px;
width: 8px;
background-color: #0ca59d;
border-radius: 50%;
}
.ai-blog-card .entry-post-content .entry-meta li a {
color: #57647c;
}
.ai-blog-card .entry-post-content .entry-meta li a:hover {
color: #0ca59d;
text-decoration-line: underline;
}
.ai-blog-card .entry-post-content .entry-meta li:last-child {
margin-right: 0;
}
.ai-blog-card:hover .entry-thumbnail a img {
transform: scale(1.2);
}
.ai-blog-card:hover .entry-post-content h3 a {
color: #ffac00;
background-size: 100% 2px;
}

/*================================================
AI Subscribe Area CSS
=================================================*/
.ai-subscribe-area {
background-color: #F7FBFF;
position: relative;
z-index: 1;
overflow: hidden;
}
.ai-subscribe-area.with-padding-top-bottom-zero {
padding-top: 25px;
padding-bottom: 25px;
}
.ai-subscribe-area.with-padding-top-bottom-zero .ai-subscribe-content {
text-align: start;
margin: 0 0 auto;
}

.ai-subscribe-content {
text-align: center;
max-width: 470px;
margin: auto;
}
.ai-subscribe-content h2 {
margin-bottom: 0;
font-size: 40px;
font-weight: bold;
}
.ai-subscribe-content h2 b {
color: #0ca59d;
text-decoration-line: underline;
}
.ai-subscribe-content .newsletter-form {
max-width: 550px;
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.ai-subscribe-content .newsletter-form .input-newsletter {
display: block;
width: 100%;
background-color: #ffffff;
box-shadow: -3px 8px 20px rgba(67, 127, 236, 0.05);
border: none;
height: 55px;
padding-left: 28px;
border-radius: 70px;
outline: 0;
color: #57647c;
font-weight: 500;
font-size: 15px;
}
.ai-subscribe-content .newsletter-form .input-newsletter::-moz-placeholder {
color: #57647c;
-moz-transition: 0.5s;
transition: 0.5s;
}
.ai-subscribe-content .newsletter-form .input-newsletter::placeholder {
color: #57647c;
transition: 0.5s;
}
.ai-subscribe-content .newsletter-form .input-newsletter:focus::-moz-placeholder {
color: transparent;
}
.ai-subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
color: transparent;
}
.ai-subscribe-content .newsletter-form button {
position: absolute;
right: 0;
top: 0;
background-color: #ffac00;
color: #ffffff;
border: none;
height: 55px;
padding: 0 35px;
border-radius: 70px;
transition: 0.5s;
line-height: 55px;
font-family: "Dosis", sans-serif;
font-size: 15px;
font-weight: 700;
}
.ai-subscribe-content .newsletter-form button:hover {
background-color: #0ca59d;
color: #ffffff;
}
.ai-subscribe-content .newsletter-form .validation-danger {
color: #0ca59d;
font-size: 14px;
margin-top: 10px;
}
.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn {
margin-top: 20px;
}
.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn input {
display: none;
}
.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .cbx {
margin: auto;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
cursor: pointer;
}
.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .cbx span {
display: inline-block;
vertical-align: middle;
transform: translate3d(0, 0, 0);
}
.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .cbx span:first-child {
position: relative;
width: 15px;
height: 15px;
border-radius: 5px;
transform: scale(1);
vertical-align: middle;
border: 1px solid #437FEC;
transition: all 0.2s ease;
transition: 0.5s;
}
.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .cbx span:first-child svg {
position: absolute;
top: 1px;
left: 1px;
fill: none;
stroke: #ffffff;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-dasharray: 12px;
stroke-dashoffset: 12px;
transition: all 0.3s ease;
transition-delay: 0.1s;
transform: translate3d(0, 0, 0);
transition: 0.5s;
}
.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .cbx span:first-child:before {
content: "";
width: 100%;
height: 100%;
background: #333333;
display: block;
transform: scale(0);
opacity: 1;
border-radius: 50%;
transition: 0.5s;
}
.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .cbx span:last-child {
padding-left: 4px;
color: #57647c;
}
.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .cbx:hover span:first-child {
border-color: #0ca59d;
}
.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
background: #0ca59d;
border-color: #0ca59d;
animation: wave 0.4s ease;
}
.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
stroke-dashoffset: 0;
}
.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
transform: scale(3.5);
opacity: 0;
transition: all 0.6s ease;
}

.ai-subscribe-shape {
position: absolute;
text-align: center;
top: 50%;
transform: translateY(-50%);
z-index: -1;
left: 0;
right: 0;
margin: auto;
}

/*================================================
Solution Banner Area CSS
=================================================*/
.solution-banner-area {
background-image: url(../../assets/img/ai-solution/banner/banner-bg.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
z-index: 1;
overflow: hidden;
padding-top: 220px;
padding-bottom: 220px;
}
.solution-banner-area .container-fluid {
padding-left: 100px;
padding-right: 100px;
}

.solution-banner-content h1 {
font-size: 65px;
color: #ffffff;
margin-bottom: 20px;
font-weight: bold;
}
.solution-banner-content p {
margin-bottom: 0;
color: #ffffff;
max-width: 595px;
}
.solution-banner-content .banner-btn {
padding: 0;
margin-top: 30px;
margin-bottom: 0;
display: flex;
}
.solution-banner-content .banner-btn li {
display: inline-flex;
margin-right: 20px;
}
.solution-banner-content .banner-btn li:last-child {
margin-right: 0;
}
.solution-banner-content .banner-btn li .btn {
padding: 12px 32px 12px;
}
.solution-banner-content .banner-btn li .btn-primary::before {
background: #ffac00;
}
.solution-banner-content .banner-btn li .btn-primary::after {
background: #0ca59d;
}
.solution-banner-content .banner-btn li .video-btn {
font-size: 15.5px;
font-weight: 600;
color: #ffffff;
transition: 0.5s;
font-family: "Dosis", sans-serif;
}
.solution-banner-content .banner-btn li .video-btn i {
background: #0EB9F2;
height: 45px;
width: 45px;
display: inline-block;
color: #ffffff;
text-align: center;
line-height: 45px;
border-radius: 50%;
margin-right: 8px;
transition: 0.5s;
font-size: 15.5px;
}
.solution-banner-content .banner-btn li .video-btn:hover {
color: #ffac00;
}
.solution-banner-content .banner-btn li .video-btn:hover i {
background: #ffac00;
}

.solution-banner-shape-1 {
position: absolute;
top: 20%;
left: 25%;
transform: translateY(-20%) translateX(-25%);
z-index: -1;
}
.solution-banner-shape-1 img {
animation-name: rotateme;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

.solution-banner-shape-2 {
position: absolute;
bottom: 20%;
left: 10%;
transform: translateY(-20%) translateX(-10%);
z-index: -1;
animation: animationFramesOne 20s infinite linear;
}

/*================================================
Overview Features Area CSS
=================================================*/
.overview-features-area {
position: relative;
margin-top: -85px;
z-index: 1;
}

.overview-features-card {
background-color: #ffffff;
box-shadow: -2px 6px 30px rgba(39, 176, 230, 0.07);
padding: 45px;
border: 1px solid #ffffff;
transition: 0.5s;
margin-bottom: 30px;
border-radius: 5px;
}
.overview-features-card .features-image {
margin-bottom: 25px;
}
.overview-features-card .features-content h3 {
font-size: 22.8px;
font-weight: bold;
margin-bottom: 15px;
}
.overview-features-card .features-content a {
color: #ffac00;
text-decoration-line: underline;
font-family: "Dosis", sans-serif;
font-weight: 600;
font-size: 15.5px;
}
.overview-features-card:hover {
transform: translateY(-10px);
border: 1px solid #0ca59d;
}

/*================================================
Counter Area CSS
=================================================*/
.counter-inner-box {
background: linear-gradient(231.69deg, #C255BE 13.24%, #485BBC 97.21%);
padding-left: 50px;
padding-right: 50px;
border-radius: 5px;
position: relative;
z-index: 1;
}
.counter-inner-box.with-white-bg-color {
max-width: 1320px;
/* margin-top: 80px; */
background: #ffffff;
box-shadow: -2px 8px 30px rgba(39, 176, 230, 0.09);
}
.counter-inner-box.with-white-bg-color .counter-card .icon i {
background: linear-gradient(22deg, #FA8A93 22.1%, #FA5252 82.44%);
color: #ffffff;
}
.counter-inner-box.with-white-bg-color .counter-card .icon.bg-2 i {
background: linear-gradient(35.56deg, #4DA279 20.58%, #5148AF 78.13%);
}
.counter-inner-box.with-white-bg-color .counter-card .icon.bg-3 i {
background: linear-gradient(214.58deg, #EA6A47 14.52%, #FCBE66 74.68%);
}
.counter-inner-box.with-white-bg-color .counter-card .icon.bg-4 i {
background: linear-gradient(42.12deg, #DA74D6 22.91%, #485BBC 79.76%);
}
.counter-inner-box.with-white-bg-color .counter-card h3 {
color: #333333;
}
.counter-inner-box.with-white-bg-color .counter-card h3 .sign-icon {
color: #333333;
}
.counter-inner-box.with-white-bg-color .counter-card p {
color: #57647c;
}
.counter-inner-box.with-white-bg-color .counter-shape {
right: -20px;
top: unset;
bottom: -25px;
}

.counter-card {
margin-bottom: 30px;
position: relative;
padding-left: 110px;
}
.counter-card .icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
}
.counter-card .icon i {
display: inline-block;
width: 85px;
height: 110px;
line-height: 110px;
font-size: 42px;
color: #ffac00;
background-color: #ffffff;
text-align: center;
border-radius: 10px;
transition: 0.5s;
}
.counter-card h3 {
font-size: 45px;
font-weight: bold;
margin-bottom: 5px;
color: #ffffff;
line-height: 1;
}
.counter-card h3 .sign-icon {
color: #ffffff;
}
.counter-card p {
color: #ffffff;
}
.counter-card:hover .icon i {
background-color: #0ca59d;
color: #ffffff;
}

.counter-shape {
position: absolute;
right: -20px;
top: -25px;
z-index: -1;
}
.counter-shape img {
animation-name: rotateme;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

/*================================================
Counter Area CSS
=================================================*/
.computer-vision-banner-area {
position: relative;
z-index: 1;
overflow: hidden;
background-color: #F5FCFE;
padding-top: 130px;
padding-bottom: 100px;
}
.computer-vision-banner-area .container-fluid {
padding-left: 100px;
padding-right: 100px;
}

.computer-vision-banner-content h1 {
font-size: 65px;
margin-bottom: 20px;
font-weight: bold;
}
.computer-vision-banner-content p {
margin-bottom: 0;
max-width: 595px;
}
.computer-vision-banner-content .banner-btn {
padding: 0;
margin-top: 30px;
margin-bottom: 0;
display: flex;
}
.computer-vision-banner-content .banner-btn li {
display: inline-flex;
margin-right: 20px;
}
.computer-vision-banner-content .banner-btn li:last-child {
margin-right: 0;
}
.computer-vision-banner-content .banner-btn li .btn {
padding: 12px 32px 12px;
}
.computer-vision-banner-content .banner-btn li .btn-primary::before {
background: #ffac00;
}
.computer-vision-banner-content .banner-btn li .btn-primary::after {
background: #0ca59d;
}
.computer-vision-banner-content .banner-btn li .video-btn {
font-size: 15.5px;
font-weight: 600;
color: #57647c;
transition: 0.5s;
font-family: "Dosis", sans-serif;
}
.computer-vision-banner-content .banner-btn li .video-btn i {
background: #0EB9F2;
height: 45px;
width: 45px;
display: inline-block;
color: #ffffff;
text-align: center;
line-height: 45px;
border-radius: 50%;
margin-right: 8px;
transition: 0.5s;
font-size: 15.5px;
}
.computer-vision-banner-content .banner-btn li .video-btn:hover {
color: #ffac00;
}
.computer-vision-banner-content .banner-btn li .video-btn:hover i {
background: #ffac00;
}

.computer-vision-bg-shape {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
width: 100%;
}
.computer-vision-bg-shape img {
width: 100%;
}

.computer-vision-shape-1 {
position: absolute;
top: 15%;
left: 25%;
transform: translateY(-15%) translateX(-25%);
z-index: -1;
}
.computer-vision-shape-1 img {
animation-name: rotateme;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

.computer-vision-shape-2 {
position: absolute;
bottom: 30%;
left: 5%;
transform: translateY(-30%) translateX(-5%);
z-index: -1;
animation: movebounce 5s linear infinite;
}

.computer-vision-shape-3 {
position: absolute;
bottom: 45%;
left: 40%;
transform: translateY(-45%) translateX(-40%);
z-index: -1;
animation: animationFramesOne 20s infinite linear;
}

/*================================================
Team Wrap Area CSS
=================================================*/
.team-wrap-area {
background-color: #F7FBFF;
position: relative;
z-index: 1;
overflow: hidden;
}

.team-section-content h3 {
font-size: 40px;
font-weight: bold;
margin-bottom: 15px;
}
.team-section-content h3 b {
color: #0ca59d;
text-decoration-line: underline;
}
.team-section-content p {
margin-bottom: 0;
}
.team-section-content .team-btn {
margin-top: 20px;
}
.team-section-content .team-btn .btn-primary::before {
background: #ffac00;
}
.team-section-content .team-btn .btn-primary::after {
background: #0ca59d;
}

.team-wrap-card {
margin-bottom: 30px;
transition: 0.5s;
}
.team-wrap-card .team-image {
overflow: hidden;
}
.team-wrap-card .team-image img {
transition: 0.5s;
}
.team-wrap-card .team-content {
background-color: #ffffff;
box-shadow: 0px 10px 40px rgba(67, 127, 236, 0.07);
text-align: center;
border-radius: 5px;
padding: 0 25px 25px 25px;
position: relative;
max-width: 280px;
margin: -45px auto 0;
}
.team-wrap-card .team-content .social {
display: inline-block;
padding: 8px 15px;
background: linear-gradient(0deg, #FFA68D 0%, #FD3A84 100%);
border-radius: 50px;
position: relative;
margin-top: -20px;
}
.team-wrap-card .team-content .social a {
display: inline-block;
color: #ffffff;
font-size: 15.8px;
margin: 0 8px;
}
.team-wrap-card .team-content .social a:hover {
color: #333333;
}
.team-wrap-card .team-content h3 {
font-size: 23.5px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 15px;
}
.team-wrap-card .team-content span {
font-size: 14px;
color: #0ca59d;
font-weight: 500;
}
.team-wrap-card:hover {
transform: translateY(-5px);
}
.team-wrap-card:hover .team-image img {
transform: scale(1.2);
}

.team-wrap-shape {
position: absolute;
bottom: 25px;
left: 5%;
transform: translateX(-5%);
z-index: -1;
animation: movebounce 5s linear infinite;
}

/*================================================
Case Study Area CSS
=================================================*/
.case-study-area {
position: relative;
z-index: 1;
background: linear-gradient(33.91deg, #4D55A2 0%, #489DAF 100%);
}
.case-study-area::before {
position: absolute;
content: "";
background-color: #ffffff;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 250px;
z-index: -1;
}
.case-study-area .section-title.title-with-underline h2 {
color: #ffffff;
}
.case-study-area .section-title.title-with-underline h2 b {
color: #ffffff;
}
.case-study-area .section-title.title-with-underline p {
color: #ffffff;
}

.case-study-card {
background-color: #ffffff;
box-shadow: 0px 10px 40px rgba(67, 127, 236, 0.07);
border-radius: 5px;
transition: 0.5s;
border: 1px solid #ffffff;
margin-bottom: 30px;
}
.case-study-card .case-study-image {
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}
.case-study-card .case-study-content {
text-align: center;
padding: 25px;
}
.case-study-card .case-study-content h3 {
font-size: 22.5px;
font-weight: bold;
margin-bottom: 0;
}
.case-study-card .case-study-content h3 a {
color: #333333;
}
.case-study-card .case-study-content h3 a:hover {
color: #0ca59d;
}
.case-study-card .case-study-content span {
font-size: 14px;
font-weight: 500;
display: inline-block;
margin-top: 12px;
color: #0ca59d;
}
.case-study-card:hover {
transform: translateY(-5px);
border: 1px solid #0ca59d;
}

.view-all-soutions-btn {
text-align: center;
}
.view-all-soutions-btn .btn-primary {
color: #ffffff;
}
.view-all-soutions-btn .btn-primary::before {
background: #ffac00;
box-shadow: -3px 8px 20px rgba(255, 72, 0, 0.13);
}
.view-all-soutions-btn .btn-primary::after {
background: #0ca59d;
}

/*================================================
Partner Wrap Area CSS
=================================================*/
.partner-wrap-area {
background-color: #0ca59d;
}

.partner-wrap-card {
margin-bottom: 30px;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area.bg-wrap-color {
background-color: #1A1F56;
overflow: hidden;
}
.footer-area.bg-wrap-color .copyright-area {
background-color: #0D113A;
}

.footer-shape-1 {
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 45%;
transform: translateY(-45%);
z-index: -1;
text-align: center;
}

.footer-shape-2 {
position: absolute;
bottom: 5%;
right: 5%;
transform: translateY(-5%) translateX(-5%);
z-index: -1;
}
.footer-shape-2 img {
animation-name: rotateme;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
/*  */
.header_logo {
width: 100%;
max-width: 220px;
}
.services-image img {
width: 100%;
max-width: 70px;
}
.new_tech {
animation: Rotate 70s linear infinite;
}
@keyframes Rotate {
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
} 

section.features-area.ptb-100 {
overflow: hidden;
}
.features-wrap-card .features-image img{
transition: 0.5s;
}
.features-wrap-card:hover .features-image img{
transform: rotateY(180deg) !important;
transition: 0.5s;
}

.process-two {
position: relative;
display: block;
counter-reset: count;
padding: 0px 0 90px;
z-index: 1;
}
.section-title-five {
position: relative;
display: block;
margin-top: -5px;
margin-bottom: 49px;
z-index: 1;
}
.section-title-five__tagline {
position: relative;
display: inline-block;
font-weight: 500;
font-size: 18px;
line-height: 18px;
text-transform: uppercase;
color: #fe4d05;
}
.section-title-five__title {
font-weight: 700;
font-size: 45px;
line-height: 52px;
margin-top: 15px;
}
.process-two__inner {
position: relative;
display: block;
}
.process-two__list {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
.process-two__list li {
position: relative;
display: block;
}
.process-two__list li::before {
content: "";
position: absolute;
top: 28px;
right: -82px;
bottom: 54px;
width: 1px;
background-color: rgb(69 184 178);
}
.process-two__single {
position: relative;
display: block;
text-align: center;
margin-bottom: 22px;
}
.process-two__arrow {
position: absolute;
top: 130px;
right: -100px;
}
.process-two__arrow i {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
font-size: 17px;
color: rgb(69 184 178);
border: 1px solid rgb(69 184 178);
background-color: #ffffff;
}
.process-two__img-border {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 270px;
height: 270px;
border: 1px solid #45b8b2;
border-radius: 50%;
margin: 0 auto;
}
.process-two__img {
position: relative;
display: block;
width: 230px;
border-radius: 50%;
overflow: hidden;
} 
.process-two__img::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 50%;
background-color: #181818b3;
transform: scale(1);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.process-two__img img {
width: 100%;
border-radius: 50%;
}
.process-two__count {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
}
.process-two__count:before {
position: absolute;
font-size: 48px;
line-height: 48px;
font-weight: 700;
counter-increment: count;
content: "0" counter(count);
color: transparent;
-webkit-text-stroke: 1px #ffffff;
}

.process-two__title {
font-size: 22px;
font-weight: 700;
line-height: 30px;
margin-top: 30px;
margin-bottom: 18px;
}
.process-two__text {
color: #57647c;
font-size: 16px;
font-weight: 500;
line-height: 30px;
max-width: 365px;
}
.process-two__btn {
position: relative;
display: inline-block;
margin-top: 26px;
}
.process-two__btn a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
text-transform: capitalize;
color: #181818;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.process-two__btn a span {
position: relative;
display: inline-block;
font-size: 14px;
color: #fe4d05;
margin-right: 10px;
}

.ai-services-card:hover .services-image img{
animation: swing 1s ease;
animation-iteration-count: 1;
}
.how-it-works-area {
padding-bottom: 160px;
}
.single-how-it-work-box {
margin-bottom: 30px;
background-color: #f6fdfd;
transition: 0.5s;
border-radius: 5px;
position: relative;
z-index: 1;
padding: 25px;
height: 100%;
}
.single-how-it-work-box .icon {
color: #074ece;
position: relative;
z-index: 1;
padding-left: 10px;
margin-bottom: 8px;
margin-top: -1px;
}
.single-how-it-work-box .icon::before {
width: 40px;
height: 40px;
border-radius: 50%;
background: #45b8b275;
left: 0;
top: 0;
z-index: -1;
position: absolute;
content: "";
transition: 0.5s;
}
.single-how-it-work-box h3 {
margin-bottom: 0;
font-size: 24px;
font-weight: 700;
padding-top: 20px;
padding-bottom: 10px;
}
.single-how-it-work-box p {
transition: 0.5s;
margin-top: 13px;
margin-bottom: 0;
}
.single-how-it-work-box .number-text {
color: #333333;
opacity: 0.27;
z-index: -1;
position: absolute;
right: 25px;
top: 3px;
font-style: italic;
font-size: 55px;
font-weight: 700;
}
.single-how-it-work-box:hover {
background-color: #ffffff;
box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
transform: translateY(-3px);
}
.single-how-it-work-box:hover .icon::before {
opacity: 0;
visibility: hidden;
transform: scale(2);
left: 30px;
top: 30px;
}
.single-how-it-work-box .icon i::before {
font-size: 45px;
}
.single-how-it-work-box .icon img {
max-width: 50px;
}

/* why */
.why-choose-us-area {
position: relative;
padding-bottom: 80px;
z-index: 1;
background-color: #3cb3ad;
background-image: url(../../assets/img/new/why-choose-us-bg.png);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.why-choose-us-area .section-title {
text-align: left;
max-width: 100%;
margin-left: 0;
margin-right: 0;
margin-bottom: 30px;
}
.why-choose-us-area .section-title h2 {
color: #ffffff;
}
.why-choose-us-area .section-title p {
max-width: 100%;
color: #ffffff;
margin-left: 0;
margin-right: 0;
}
.single-choose-us-box {
margin-bottom: 30px;
position: relative;
padding: 25px;
background-color: #ffffff;
border-radius: 5px;
text-align: center;
transition: 0.5s;
overflow: hidden;
height: 240px;
}
.single-choose-us-box .title {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
margin: 0 auto;
transition: 0.5s;
}
.single-choose-us-box .title .icon {
width: 80px;
height: 80px;
line-height: 80px;
display: inline-block;
color: #fff;
font-size: 38px;
background-color: #3cb3ad;
border-radius: 50%;
margin-bottom: 15px;
}
.single-choose-us-box .title .icon .bx-git-merge {
position: relative;
top: 2px;
}
.single-choose-us-box .title h3 {
margin-bottom: 0;
font-size: 24px;
font-weight: 700;
}
.single-choose-us-box .content {
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.single-choose-us-box .content h3 {
margin-bottom: 0;
font-size: 24px;
font-weight: 700;
}
.single-choose-us-box .content p {
margin-bottom: 0;
margin-top: 10px;
}
.single-choose-us-box:hover {
box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.6);
}
.single-choose-us-box:hover .title {
opacity: 0;
visibility: hidden;
margin-top: -20px;
}
.single-choose-us-box:hover .content {
opacity: 1;
visibility: visible;
}
.subscribe-area {
/*  background: #0ca59d;*/
  text-align: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 90px;
  padding-right: 90px;
/*  margin-bottom: 80px;*/
/*  margin-top: -195px;*/
/*  background-color: #3cb3ad;*/
/*  background-image: url(../../assets/img/new/why-choose-us-bg.png);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.subscribe-area h3 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
}
.newsletter-form {
  position: relative;
}
.newsletter-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.newsletter-form .form-control {
  border: none;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  height: 50px;
}
.form-control {
  height: 45px;
  border: 1px solid #eeeeee;
  background-color: transparent;
  border-radius: 0;
  transition: 0.5s;
  color: #333333;
  line-height: initial;
  padding-left: 13px;
  font-size: 14px;
}
.newsletter-form button {
  border: none;
  position: relative;
  height: 50px;
  display: block;
  width: 100%;
  z-index: 1;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 0.5s;
  outline: 0;
  font-size: 14px;
  font-weight: 700;
}
/*.newsletter-form button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ffac00;
  transition: 0.5s;
  left: 0;
  border-radius: 5px;
  top: 0;
}*/
.newsletter-form button i {
  margin-left: 5px;
}
/*.newsletter-form button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #333333;
  transition: 0.5s;
  left: 0;
  border-radius: 5px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}*/
.newsletter-form #validator-newsletter {
  position: absolute;
  bottom: -39px;
  color: red;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.newsletter-form button:hover::before{
  background-color: #fff;
  color:#000;
}
.newsletter-form button:hover{
  color: #000;
}

.in-ab{
	color: #0ca59d;
}

.pad-bo{
	padding-bottom: 80px;
}

.box-bg-pad{
	box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    padding: 25px;
    background-color: #ffff;
}

.services-btn {
    font-size: 16px;
    font-weight: 600;
    font-family: "Dosis", sans-serif;
    text-decoration-line: underline;
    color: #ffac00;
    transition: 0.5s;
}

.left-new{
	text-align: left;
}

.features-image img{
	width: 70px;
}

.active-ser {
    background-color: #44b8b1;
}

.active-ser p, .active-ser h3 a, .active-ser a{
    color: #fff !important;
}

.it-detail-new{
	    margin-top: 0px !important;
	    gap: 25px;
/*	flex: 0 0 50%;*/	
/*    max-width: 50%;*/
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (max-width: 991px){
	.table-responsive{
		display: block;
	}
}


/* Animation */
.typewriter-animation {
  animation: 
    typewriter 7s steps(70) infinite,  
    blinkingCursor 7500ms steps(70) infinite; 
}

@keyframes typewriter {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blinkingCursor {
  from { border-right-color: rgba(255, 255, 255, .75); }
  to { border-right-color: transparent; }
}
.new_offer_head span {
    -webkit-text-stroke: 1px #e4e4e44f !important;
}
.cursor1 {
	white-space: nowrap;
    overflow: hidden;
    text-align: left;
/*    position: relative;*/
/*    width: 24em;*/
/*    margin: 0 auto;*/
/*    border-right: 2px solid rgba(255, 255, 255, .75);*/
/*    font-size: 25px;*/
/*    transform: translateY(-50%);*/
/*    padding-top: 22px;*/
}


/*    tabs css*/
    .tab_sec .nav-link.active {
    background: #808080 !important;
    color: #fff !important;
    }
    .tab_sec .nav-tabs > li > a {
    background: rgb(70 184 178) !important;
    padding: 12px 30px;
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s ease 0s;
    font-size: 20px;
    font-weight: 700;
    font-family: "Dosis", sans-serif;
    }
    .nav-link.active {
    position: relative;
    }
    .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 18px solid #808080 !important;
    }
    ul#myTab {
    max-width: 100%;
    margin: 0px auto 40px auto;
    gap: 30px;
    justify-content: center;
    border-bottom: 0;
    }
/*    tabs css end*/

.feature-card .feature-icon {
    margin-bottom: 25px;
}
.feature-card {
	box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
    background: #44b7b14d;
/*    border: 1px solid rgba(0,0,0,.1);*/
    transition: .35s;
    border-radius: 5px;
    padding: 35px 20px;
}
.web-dev{
	box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
    padding: 20px 0px 20px 15px !important;
}
.algo-de-pri-btn{
	    display: flex;
    	align-items: center;
    	font-size: 20px;
    	font-weight: 700;
    	line-height: 30px;
   		background-color: #46b8b2 ;
	    color: #fff;
	    border-radius: 5px;
}
.algo-de-pri-btn:hover{
   		background-color: #182c51 ;
   		color: #fff;
}
/*.sub-btn-after::after{
	content: "";
    position: absolute;
    bottom: -15px;
    right: 21%;
    transform: translateX(-50%);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 18px solid #ffac00 !important;
}
.sub-btn-after a:hover::after{
	display: block;
}
.sub-btn-after::after{
	display: none;
}*/

.dis-pri{
	box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
    padding: 20px 20px 20px 20px;
}

/*.features-content p{*/
/*	    height: 140px;*/
/*}*/
.features-content h3{
	    height: 50px;
}
.hov-btn{
	background-color: #ffac00 !important;
	color: #fff !important;
	border-radius: 5px !important;
}
.hov-btn:hover{
    background-color: #4bbbb5 !important;
}
.new_btn_1 a {
    background-color: #ffac00;
    color: #fff;
    padding: 10px 32px 12px !important;
    border-radius: 5px;
}
.new_btn_1 a:hover {
    background-color: #0ca59d;
}

   /*css for border popup animation*/
    .bo-mo {
        border: 1px solid rgb(12 165 157);
    } 
.new-mod {
    position: absolute;
    left: 30%;
    transform: translate(-50%, -50%);
    padding: 10px 10px;
    background: #fff;
    color: #fff;
    text-align: justify;
    box-sizing: border-box;
    overflow: hidden;
}
.new-mod:before{
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 3px solid #28cd55;
}
.new-mod .bo-mo .border-ani span{
  display: block;
    position: absolute;
    background: #0ca59d;
}
.new-mod .bo-mo .border-ani span:nth-of-type(1) {
    width: 100%;
    height: 3px;
    top: 0;
    left: -100%;
    animation: animate11 4s infinite linear;
    animation-delay: 0s;
}
.new-mod .bo-mo .border-ani span:nth-of-type(2) {
    width: 3px;
    height: 100%;
    top: -100%;
    right: 0;
    animation: animate12 4s infinite linear;
    animation-delay: 2s;
}
.new-mod .bo-mo .border-ani  span:nth-of-type(3) {
    width: 100%;
    height: 3px;
    bottom: 0;
    right: -100%;
    animation: animate13 4s infinite linear;
    animation-delay: 4s;
}
.new-mod .bo-mo .border-ani  span:nth-of-type(4) {
    width: 3px;
    height: 100%;
    bottom: -100%;
    left: 0;
    animation: animate14 4s infinite linear;
    animation-delay: 6s;
}
@keyframes  animate11{
    0%{
        left: -100%;
    }
    50%{
        left: 0;
    }
    100%{
        left: 100%;
    }
}
@keyframes  animate12{
    0%{
        top: -100%;
    }
    50%{
        top: 0;
    }
    100%{
        top: 100%;
    }
}
@keyframes  animate13{
    0%{
        right: -100%;
    }
    50%{
        right: 0;
    }
    100%{
        right: 100%;
    }
}
@keyframes  animate14{
    0%{
        bottom: -100%;
    }
    50%{
        bottom: 0;
    }
    100%{
        bottom: 100%;
    }
}
.beg-main{
	position: relative;
}
.beg{
	position: absolute;
	top: 0px;
    left: 290px;
    color: #ffac00;
}
.beg1{
	position: absolute;
    left: 335px;
	top: 63px;
	color: #ffac00;
}

/*.time-line-five{
	background-color: #233d62 !important;
}
.time-line-five .main-timeline .timeline-year {
    border: 6px solid #233d62f7 !important;
}
.time-line-five .main-timeline .timeline:before, .main-timeline .timeline:after {
    background: #233d62 !important;
}*/

.new-algo-ui{
	display: flex;
    align-items: center;
    gap: 20px;
}
.width-new{
	width: 50%;
}
.tab-just{
	justify-content: left !important;
}
.sec-new{
	max-width: 100%;
    margin-bottom: 0;
    margin-top: 25px;
}
.text-left-new{
	text-align: left !important;
	font-size: 23px !important;
}
.serviceFix {
    position: fixed;
    right: -105px;
    transform: translateY(-50%);
    z-index: 99;
    transition: all ease-in-out 0.3s;
    bottom: 50px;
}
.font {
    background-color: #008F0F;
    border-radius: 50px;
    color: white;
    font-size: 25px;
    padding: 10px;
    animation: pulse 2s infinite;
}
.serviceFix:hover {
    right: 1px;
    background-color: #41b6b0;
    font-weight: 700;
    border-radius: 50px 10px 10px 50px;
}
.call-ser:hover {
    background-color: #ffac00;
}
.serviceFix a:hover, .serviceFix:hover a .mar-le{
    color: #fff;
    font-size: 20px;
}
.serviceFix:hover a .mar-le{
    padding: 0px 10px 0px 5px;
}
.mar-le{
	color: transparent;
	font-weight: 700;
}
.call-ser{
	bottom: 115px;
	position: fixed;
    right: -105px;
    transform: translateY(-50%);
    z-index: 99;
    transition: allease-in-out 0.3s;
}
.call-font{
	background-color: #03A9F4;
	border-radius: 50px;
    color: white;
    font-size: 22px;
    padding: 10px;
    animation: pulse 2s infinite;
}
.new-blo-det{
	box-shadow: 0 0 20px -10px #000;
    padding: 20px;
}

@media screen and (max-width: 575px){
	.new-mod {
    	left: 0;
	}
	.beg1 {
    	left: 170px;
    	top: 26px;
	}
	.beg {
    	top: 0px;
    	left: 150px;
	}
}
@media screen and (min-width: 575px) and (max-width: 991px) {
    .new-mod {
        left: 18% !important;
    }
    .beg1 {
    	left: 170px;
    	top: 26px;
	}
	.beg {
    	top: 0px;
    	left: 150px;
	}
}
@media screen and (min-width: 575px) and (max-width: 767px) {
    .beg1 {
    	left: 170px;
    	top: 26px;
	}
	.beg {
    	top: 0px;
    	left: 150px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .beg {
    	left: 300px;
	}
	.beg1 {
    	left: 345px;
    	top: 71px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
	.beg1 {
    	left: 315px;
    	top: 50px;
	}
	.beg {
    	left: 270px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1306px) {
	.beg {
    	left: 275px;
	}
	.beg1 {
    	left: 315px;
    	top: 50px;
	}
}

@media screen and (max-width: 1300px){
	.evolta-nav .navbar .navbar-nav .nav-item a {
    	font-size: 16px;
    	margin-left: 9px;
    	margin-right: 9px !important;
	}
}

	.fe-row ul{
        /*padding-left: 0;*/
        /*font-family: "Dosis", sans-serif;*/
        list-style-type: none;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .fe-row ul li{
        position: relative;
        color: #57647c;
        margin-bottom: 5px;
        font-size: 14px;
        /*font-weight: 600;*/
        display: flex;
    }
    .fe-row ul li:before{
        /*color: #ffac00;*/
        /*content: "\ea47";*/
        /*font-family: boxicons;*/
        /*font-weight: 500;*/
        /*font-size: 17px;*/
        margin-left: -15px;
        background: #0ca59d;
        height: 7px;
        width: 7px;
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        position: absolute;
    }
    .accordion-item:before{
        display: none;
    }
    
    
    .entry-post-content p, .entry-post-content h3, .new-blo-det p, .new-blo-det ol li, .new-blo-det ul li{
    	word-wrap: break-word;
    }

    .blog-area .single-blog-post .entry-thumbnail a img{
    		width: 100%;
    		height: 420px;
    		object-fit: cover;
    }
    
    .abfinal-img{
        width: 100%;
        height: 350px;
        object-fit: contain;
    }