/*
@File: Abaris Softech

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>                 
*******************************************
*******************************************
** - Default Btn Style 
** - Section Title Style
** - Home Page One Style
** - Navbar Area Style
** - Main Banner Style
** - Unique Area Style
** - Service Area Style
** - Faq Area Style
** - Portfolio Area Style
** - Submission Area Style
** - Price Section Style
** - Member Area Style
** - Testimonial Area Style
** - Blog Card Style
** - Footer Section Style
** - Home Page Two Style
** - Home Page Three Style
** - Inner Banner Style
** - Pagination Area Style
** - Service Details Page Style
** - Blog Details Page Style
** - Contact Page Style
** - Single Content CSS Style
** - 404 Error page Style
** - Back To Top Button Style
** - Preloader Style
** - Animation CSS Style

*******************************************
/*





/* top_bar_bg------start*/





.techniques {
  height: 500px;
  overflow-y: scroll;
}

.top_bar_bg {
  background-color: #070f4d;
  padding: 6px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.top_bar_bg .top_left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.top_bar_bg .top_left span:first-child {
  margin-right: 35px;
}

.top_bar_bg .top_left span i {
  margin-right: 10px;
  opacity: .8;
  color: #e2e1e9;
}

.top_bar_bg .top_left span a {
  color: #e2e1e9;
  opacity: .8;
}

.top_bar_bg .top_right .social {
  margin-right: 40px;
  margin-bottom: 0px;
}

.top_bar_bg .top_right .social li {
  display: inline-block;
  margin-left: 20px;
  list-style: none;
}

.top_bar_bg .social li a {
  color: #e2e1e9;
}

.top_bar_bg .login_top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_bar_bg .login_top a:first-child {
  padding-right: 20px;
}

.top_bar_bg .login_top a {
  color: #e2e1e9;
}

/* top_bar_bg-------end */


/* --login-popup */
.form-modal {
  position: relative;
  width: 450px;
  height: auto;
  margin-top: 4em;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.form-modal button {
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
  font-size: 1em;
  z-index: 2;
  outline: none;
  background: #fff;
  transition: 0.2s;
}

.form-modal .btn {
  border-radius: 20px;
  border: none;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.8em 1em 0.8em 1em !important;
  transition: 0.5s;
  border: 1px solid #ebebeb;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.form-modal .login,
.form-modal .signup {
  background: #57b846;
  color: #fff;
}

.form-modal .login:hover,
.form-modal .signup:hover {
  background: #222;
}

.form-toggle {
  position: relative;
  width: 100%;
  height: auto;
}

.form-toggle button {
  width: 50%;
  float: left;
  padding: 1.5em;
  margin-bottom: 1.5em;
  border: none;
  transition: 0.2s;
  font-size: 1.1em;
  font-weight: bold;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.form-toggle button:nth-child(1) {
  border-bottom-right-radius: 20px;
}

.form-toggle button:nth-child(2) {
  border-bottom-left-radius: 20px;
}

#login-toggle {
  background: #00A2D6;
  color: #ffff;
}

.form-modal form {
  position: relative;
  width: 90%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}

#login-form,
#signup-form {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 1em;
}

#signup-form {
  display: none;
}


#login-form button,
#signup-form button {
  width: 100%;
  margin-top: 0.5em;
  padding: 0.6em;
}

.form-modal input {
  position: relative;
  width: 100%;
  font-size: 1em;
  padding: 1.2em 1.7em 1.2em 1.7em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  border-radius: 20px;
  border: none;
  background: #ebebeb;
  outline: none;
  font-weight: bold;
  transition: 0.4s;
}

.form-modal input:focus,
.form-modal input:active {
  transform: scaleX(1.02);
}

.form-modal input::-webkit-input-placeholder {
  color: #222;
}


.form-modal p {
  font-size: 16px;
  font-weight: bold;
}

.form-modal p a {
  color: #57b846;
  text-decoration: none;
  transition: 0.2s;
}

.form-modal p a:hover {
  color: #222;
}


.form-modal i {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateX(-10%) translateY(-50%);
}

#btn-1 {
  background-color: #00A2D6;
}

.fa-google {
  color: #dd4b39;
}

.d-flex #cut {
  color: #000;
  cursor: pointer;
}

.fa-linkedin {
  color: #3b5998;
}

.fa-windows {
  color: #0072c6;
}

.-box-sd-effect:hover {
  box-shadow: 0 4px 8px hsla(210, 2%, 84%, .2);
}

@media only screen and (max-width:500px) {
  .form-modal {
    width: 100%;
  }

}

@media only screen and (max-width:400px) {
  i {
    display: none;
  }
}

section.banner-bt-5-slider {
  margin-top: 91px;
  text-align: center;
}

.carousel-control-next,
.carousel-control-prev,
.carousel-control-next {
  background: inherit;
  width: inherit;
}

.carousel-inner .carousel-item img {
  text-align: center;
  margin: 0 auto
}

.carousel-control-prev {
  left: 0;
  transform: translate(23px, 0px);
}

.carousel-control-next {
  right: 0px;
  transform: translate(-23px, 0px);
}

.carousel-item img {
  width: 100%;
  border-radius: 5px
}

/* --login-popup */
.form_wrapper {
  background: rgba(13, 11, 11, 0.72) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}




/*----our-customers-start*/
.top-20 {
  padding-top: 80px;
}

.bot-20 {
  padding-bottom: 30px;
}

.top-10 {
  padding-top: 30px;
}

.our-customer-bg .customer-title h2 {
  color: #070f4d;
  font-size: 30px;
  font-weight: 500;
}

.customer-grid {
  grid-area: main;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
}

.client-text-upper p {
  color: #64687a;
  font-size: 16px;
  padding: 25px 0;
  margin-bottom: 0px;
}

.client-text-upper button {
  font-weight: 700;
  min-width: 100px;
  text-align: center;
  background-color: #2149f3;
  color: #fff !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .27), 0 12px 26px 0 rgba(0, 0, 0, .2);
  border-radius: 4px;
  padding: 12px 15px 13px 15px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  transition: .2s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}

.client-text-upper button a {
  color: #fff;
}

.client-text-upper button:hover {
  box-shadow: 0 2px 24px 0 rgb(0 0 0 / 10%), 0 10px 24px 0 rgb(0 0 0 / 18%);
  transform: translateY(-2px);
  background-color: #1139df;
}

.pdt-box {
  display: inline-block;
  position: relative;
  z-index: 200;
  border-radius: 5px;
  background-color: #FFFFFF;
  transition: box-shadow .25s cubic-bezier(0, .2, .4, 1), transform .25s cubic-bezier(0, .2, .4, 1);
  margin-bottom: 40px;
}

.pdt-box .pdt-img-box {
  position: relative;
}

.pdt-box .pdt-img-box a {
  display: block;
}

.pdt-box .pdt-img-box a img {
  width: 100%;
  border-radius: 5px;
}

.pdt-box .pdt-img-box .like {
  background-color: #fff;
  color: #000;
  width: 100%;
  max-width: 40px;
  min-height: 40px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-7px, 10px);
  border-radius: 100%;
}

.pdt-box .pdt-img-box .like i {
  vertical-align: -webkit-baseline-middle;
  font-size: 23px;
}

.pdt-box:hover .like {
  display: block !important;
}

.pdt-box .pdt-info-box {
  padding: 10px;
}

.pdt-box .pdt-info-box h3 a {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  color: #2C3145;
  padding-bottom: 6px;
}

.pdt-box .pdt-preview {
  display: flex;
  align-items: center;
}

.pdt-box .pdt-preview ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  width: calc(100% - 115px);
  justify-content: space-between;
}

.pdt-box .pdt-preview ul li {
  padding: 0;
  color: #ffbd00;
}

.pdt-box .pdt-preview .pdt-count {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #64687A;
  padding: 2px 0 0 8px;
  width: 100%;
}

.pdt-info-box .pdt-price span:nth-child(2) {
  font-size: 15px;
  margin: 0px 5px;
  text-decoration: line-through
}

.pdt-info-box .pdt-price span:nth-child(3) {
  font-size: 14px;
  color: #388e3c;
  font-weight: 700;
}

.pdt-info-box .pdt-btn {
  display: inline-block;
  transform: translateY(40px);
  margin-bottom: 15px;
  visibility: hidden;
  opacity: 0;
}

.pdt-info-box .pdt-btn a {
  font-weight: 700;
  min-width: 100px;
  text-align: center;
  background-color: #2149f3;
  color: #fff !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .27), 0 12px 26px 0 rgba(0, 0, 0, .2);
  border-radius: 4px;
  padding: 8px 15px 8px 15px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s all ease-in-out;
  text-transform: uppercase;
  text-decoration: none;

}

.pdt-box:hover {
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.06), 0 40px 34px 0 rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
  z-index: 300;
}

.pdt-box:hover .pdt-btn {
  transform: translateY(5px);
  visibility: visible;
  transition: 0.3s all ease-in-out;
  opacity: 1;
}

.modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}

.checkbox-flex-item {
  display: flex;
  align-items: center;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.checkbox-flex-item .checked-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.checkbox-flex-item .checked-box input {
  margin-top: 0px;
}

.checkbox-flex-item .checked-box p {
  padding-left: 5px;
  margin-bottom: 0px;
}

.cart-content .cart-select-wrap .required label {
  font-size: 15px;
  font-weight: bold;
  color: #555555;
}

.cart-content .cart-select-wrap .required label em {
  color: #ee001c;
  margin-left: 3px;
}

.cart-content .cart-select-wrap .input-box {
  margin: 3px 0px;
}

.cart-content .cart-select-wrap .input-box .form-select:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
}

.cart-content .money-dollar span {
  color: #088065;
  font-weight: bold;
  display: inline-block;
  font-size: 25px;
  padding-top: 8px;
}

.modal-footer .btn-primary {
  color: #fff;
  font-weight: 600
}

/*----our-customers----------end*/


/* -----featured-categories--start */
.featured-categories-section {
  margin-top: -20px;
}

.featured-categories-section .categories-item-box .redirect-link {
  display: block;
}

.featured-categories-section .categories-item-box .redirect-link:hover {
  color: #555555;
}

.featured-categories-section .categories-item-box .redirect-link .categories-item-img img {
  transition: .2s cubic-bezier(.46, .03, .52, .96);
  display: block;
  width: 120px;
  height: 120px;
  margin: 8px auto;
}

.featured-categories-section .categories-item-box .redirect-link .categories-item-img img:hover {
  transform: translateY(-12px)
}

/* ---featured--categories---end */

/* -----magento--wrapper--start */
.magento-item-box-visit {
  border-top: 1px solid #ccc;
  padding: 2% 7%;
}

.magento-wrapper .border-magento-box {
  border-right: 1px solid #ccc;
}

.magento-wrapper .magento-item-box-visit .magento-item-content p {
  color: #64687a;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 25px;
}

.magento-wrapper .magento-item-box-visit .magento-item-content {
  padding: 15px 0px 0px 0px;
}

.magento-wrapper .magento-item-box-visit .magento-item-content .vi-details-more a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 3px;
  padding: 6px 15px;
  background-color: #004FEA;
  display: inline-block;
}

/* --magento--wrapper--end */



/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  color: #75799b;
}

p {
  color: #161718;
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #070f4d;
  font-weight: 600;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ps-100 {
  padding-top: 20px !important;
}

.pt-100 {
  padding-top: 100px;
}

.pt-101 {
  padding-top: 20px;
}

.pt-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-20 {
  margin-left: 20px;
}

.box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.price-bg {
  background-color: #fafbff;
}

.radius-and-padding {
  padding-bottom: 70px !important;
  border-radius: 15px 15px 250px 250px !important;
}

.color-title {
  color: #070f4d !important;
}

.color-list {
  color: #75799b !important;
}

/* ---shopify-- */
.service-single-page {
  padding: 50px 15px 20px;
}

.service-single-page h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 1.75rem;
  color: #373d51;
  padding: 1.3rem 0;
}

.service-single-page p {
  font-size: 16px;
  margin-bottom: 20px;
}

.service-single-list .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 30px;
}

.service-single-list .single-details {
  width: calc(100%/2 - 15px);
  float: left;
  display: flex;
  padding: 0 15px;
  margin-bottom: 20px;
}

.service-single-list .single-details .single-details-img img {
  max-width: 50px;
}

.single-details-text {
  padding: 0 10px 0 20px;
}


.single-details-text h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.service-single-page .row p {
  text-align: left;
}

.service-single-page p {
  font-size: 16px;
  margin-bottom: 20px;
}

.service-single-page-3 {
  padding-top: 50px;
  padding-bottom: 10px;
}

.service-single-page.service-single-page-3 {
  padding-top: 30px;
}

.service-single-page-3 .service-single-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: calc(100%/3) !important;
}

.bg-grey {
  background: #f5f5f5;
}

.service-single-page-3 .service-item-box {
  background: #fff;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
  border: 1px solid #efefef;
  padding: 30px 30px 30px 25px;
  width: 100%;
}

.clearfix {
  zoom: 1;
  list-style: none;
}

.service-item-box ul {
  padding: 0;
  margin: 0;
}

.service-single-page-3 .service-item-box ul li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  color: #333;
}

.service-single-page-3 .service-single-items ul li:before {
  content: "\f0a4";
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  color: #00a5b4;
  font-size: 18px;
}

.service-single-page li {
  font-size: 16px;
}

.services-box {
  margin-bottom: 30px;
  width: calc(100%/4 - 1px) !important;
}

.services-box .services-box-details {
  text-align: center;
  background: #00a7b5 !important;
  color: #fff;
  padding: 20px 10px 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}

.services-list {
  padding: 0;
  margin: 0;
}

.services-list li .services-bg-color:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  opacity: .1;
  transition: all .3s linear 0s;
  transform: scale(1.1);
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.services-list li:nth-child(1) .services-bg-color:after {
  background-image: url(../img/salesforce/img1.jpg);
}

.services-list li:nth-child(2) .services-bg-color:after {
  background-image: url(../img/salesforce/img2.jpg);
}

.services-list li:nth-child(3) .services-bg-color:after {
  background-image: url(../img/salesforce/img3.jpg);
}

.services-list li:nth-child(4) .services-bg-color:after {
  background-image: url(../img/salesforce/img4.jpg);
}

.services-list li:nth-child(5) .services-bg-color:after {
  background-image: url(../img/salesforce/img5.jpg);
}

.services-list li:nth-child(6) .services-bg-color:after {
  background-image: url(../img/salesforce/img6.jpg);
}

.services-list li:nth-child(7) .services-bg-color:after {
  background-image: url(../img/salesforce/img7.jpg);
}

.services-list li:nth-child(8) .services-bg-color:after {
  background-image: url(../img/salesforce/img8.jpg);
}

.services-box-details h4 {
  margin: 10px 0;
  font-size: 18px;
  color: #fff;
}

.service-single-page .row .services-box-details p {
  text-align: center;
  color: #fff;
}

.check-icon,
.list-icon {
  padding-left: 20px;
  margin-bottom: 15px;
}

.check-icon li:after,
.list-icon li:after {
  content: '\f111';
  color: #333;
  font-family: FontAwesome;
  position: absolute;
  left: -20px;
  top: 7px;
  font-size: 8px;
}

.check-icon li,
.list-icon li {
  font-size: 16px;
  line-height: 2;
  position: relative;
  color: #333;
}

/* ============off-menu========== */
#abt {
  box-shadow: 0 24px 24px 0 rgb(0 0 0 / 8%), 0 8px 8px 0 rgb(0 0 0 / 4%);
  transition: .3s;
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: auto;
  z-index: 9999;
  transition: all 0.3s ease;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}


.techniques .flex-container-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flex-container-nav .nav-item {
  border-bottom: 1px dotted rgba(187, 9, 83, 0.4);
}

.flex-container-nav .nav-item a {
  position: relative;
}

.flex-container-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff4a35;
  transition: all 0.5s;
}

.techniques .flex-div {
  width: 100%;
}

.techniques .flex-div .nav-link .a-icon img {
  width: 100%;
  max-width: 32px;
  height: 32px;
  object-fit: cover;
}

.techniques .flex-container-nav .nav-item:hover {
  background-color: #f3f3f3;
}

ul.dropdown-menu.language {
  position: fixed !important;
  top: 80px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 99;
  display: block;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


.main-nav   nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
  background: #0d1028;

}

.header-nav-icon {
  display: flex;
  align-items: center;
}


.off_menu .flex-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.off_menu .flex-nav figcaption {
  padding-right: 15px;
  display: inline-block;
}

.off_menu .flex-nav figcaption img {
  width: 100%;
  max-width: 40px;
  height: 40px;
}

/* ============off-menu========== */




.abt-bg .off_menu a span {
  background-color: #ebf3f5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-right: 20px;
  border-radius: 4px;
  box-shadow: 0 0px 7px 0 rgb(0 0 0 / 39%);
}

.abt-bg .off_menu a span i {
  font-size: 30px;
  color: var(--bg-primary1-busy);
}

.abt-bg .off_menu a {
  position: relative;
}


.abt-bg .off_menu a {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #3a3737bd;
  display: flex;
  align-items: center;
}

.abt-bg .off_menu a:hover {
  color: var(--bg-primary1-busy);
}

.callout-brik {
  background-color: #ebf3f5;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 7px;
}

.callout {
  position: relative;
}

.callout::before {
  content: '';
  width: 57px;
  height: 52px;
  display: block;
  background-image: url(/img/2.webp);
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
}

.brik {
  margin-left: 77px;
  display: inline-block;
}

.brik p {
  font-size: var(--busy-paragrapgh);
  color: var(--bg-secondary1-busy);
}

.brik a {
  font-size: var(--busy-paragrapgh);
  color: #2149f3;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.brik span {
  transition: all 0.3s ease-in-out;
}

.brik a:hover span {
  padding-left: 4px;
}

.bdr-left {
  padding: 17px;
}

.box_right_off figure {
  width: 100%;
}

.box_right_off figure img {
  width: 100px
}

.content-side span {
  font-size: 14px;
  color: #64687a;
  display: block;
}

.content-side p {
  font-size: 17px;
}

/* --------off-menu========================= */




/* ============off-menu========== */
/* -----shopify---------- */


/*================================
Default Btn Style 
===================================*/
.default-btn {
  background-color: #00A2D6;
  padding: 12px 42px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  height: 50%;
  background-color: #00A2D6;
  z-index: -1;
  transition: all 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0%;
  width: 100%;
  height: 50%;
  background-color: #00A2D6;
  z-index: -1;
  transition: all 0.5s;
}

.default-btn:hover {
  color: #fff;
}

.default-btn:hover::before {
  top: 0;
  background-color: #070f4d;
  color: #fff;
}

.default-btn:hover::after {
  bottom: 0;
  background-color: #070f4d;
  color: #fff;
}

.default-btn.active {
  margin-left: 20px;
  color: #232350;
  background-color: transparent;
  border: 1px solid #070f4d;
  overflow: hidden;
}

.default-btn.active:hover {
  color: #fff;
}

.rft {
  color: #2c3145;
  font-size: 17px;
}

.rft ul {
  padding: 0;
  margin: 0px;
  list-style: none;
}

.php-link {
  width: 100%;
  display: block;
}

.cms-link {
  width: 100%;
  display: block;
}

.cms-link img {
  width: 100%;
}

.cms-content-upper-banner p {
  color: #24252a;
}

.cms-content-upper-banner h2 {
  color: #1c1d22;
}

.php-link img {
  width: 100%;
}

.php-content-upper-banner p {
  color: #24252a;
}

.php-content-upper-banner h2 {
  color: #1c1d22;
}

.php-content-upper-banner ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  color: #1c1d22;
}

.wk-header-img figure {
  margin: 0px;
}


.single-content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.single-content ul li {
  border: 1px solid rgba(0, 0, 0, .125);
  padding: 0.75rem 1.25rem;
  display: block;
}

.single-content ul li:nth-child(2) {
  border-top: 0px;
}

.single-content ul li:nth-child(3) {
  border-top: 0px;
}

.single-content ul li:nth-child(4) {
  border-top: 0px;
}

.single-content ul li:nth-child(5) {
  border-top: 0px;
}

.single-content ul li:nth-child(6) {
  border-top: 0px;
}

.single-content ul li:nth-child(7) {
  border-top: 0px;
}

.single-content ul li:nth-child(8) {
  border-top: 0px;
}

.single-content ul li:nth-child(9) {
  border-top: 0px;
}

/*================================
Default Btn Style End
===================================*/
/*================================
Section Title Style 
===================================*/
.section-title span {
  color: #ff4a35;
  font-weight: bold;
  line-height: 0;
  font-size:25px;
}

.section-title h2 {
  font-size: 28px;
  margin: auto;
}

.section-title p {
  padding-top: 25px;
  max-width: 620px;
  margin: 0 auto;
}

/*================================
Section Title Style End
===================================*/
/*===============================
Default CSS End
==================================*/
/*================================
Home Page One Style 
==================================*/
/*=================================
Navbar Area
====================================*/
.navbar-area {
  background-color: transparent;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #e5e5e5;
}

.navbar-light {
  padding-left: 0;
  padding-right: 0;
}
.navbar-light .navbar-brand img {
    float: left;
    width: 100%;
    max-width: 350px;
}
.sticky-nav .navbar-light .navbar-brand-sticky img{
  width: 100%;
  max-width: 350px;
}
.navbar-light .navbar-brand-sticky {
  display: none;
}

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin: auto;
  z-index: 99999;
  background-color: #00A2D6 !important;
  -webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  transition: 0.9s;
  width: 100% !important;
}

.sticky-nav .main-nav   {
  background-color: #eef3fc;
}

.sticky-nav .main-nav   nav .navbar-nav .nav-item a {
  color: #000;
  position: relative;
}

.sticky-nav .menu-btn .seo-btn {
  background-color: #00A2D6;
}

.sticky-nav .navbar-light .navbar-brand {
  display: none;
}

.sticky-nav .navbar-light .navbar-brand-sticky {
  display: inline-block;
}

/* Main nav */
.main-nav   {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  padding: 7px 0;
  width: 100%;
  z-index: 999;
  height: auto;
}

.main-nav   nav .navbar-nav .nav-item:hover a,
.main-nav   nav .navbar-nav .nav-item .active {
  color: #ff4a35;
}

.main-nav   nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #222222;
  font-weight: 400;
}

.main-nav   nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
}

.main-nav   nav .navbar-nav .nav-item a:hover,
.main-nav   nav .navbar-nav .nav-item a :focus {
  color: #ff4a35;
}

.main-nav   nav .navbar-nav .nav-item a.active {
  color: #ff4a35 !important;
}



.main-nav   nav .navbar-nav .nav-item a:hover i {
  transform: rotate(90deg);
  transition: 0.7s;
}

.main-nav   nav .navbar-nav .nav-item a:focus i {
  transform: rotate(90deg);
}

.main-nav   nav .navbar-nav .nav-item a .active::before {
  transform: scale(1);
}

.main-nav   nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #fff !important;
}

.main-nav   nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px dotted rgba(187, 9, 83, 0.4);
}

.main-nav   nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav   nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #222222 !important;
  position: relative;
  transition: 0.7s;
  font-weight: 400;
}

.main-nav   nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: #f3f3f3;
}

.main-nav   nav .navbar-nav .nav-item .dropdown-menu li a.active {
  background-color: #f3f3f3;
  border-radius: 0.25rem;
  color: #ff4a35 !important;
}

.main-nav   nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff4a35;
  transition: all 0.5s;
}

.main-nav   nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
}

.main-nav   nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav   nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav   nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #ff4a35 !important;
  letter-spacing: 0.5px;
  background-color: #f3f3f3;
  border-radius: 0.25rem;
}

.main-nav   nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #ff4a35 !important;
}

.menu-btn {
  display: inline-block;
  position: relative;
  top: 5px;
}

.menu-btn .seo-btn {
  background-color: #070f4d;
  padding: 7px 25px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.menu-btn .seo-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  height: 50%;
  background-color: #070f4d;
  z-index: -1;
  transition: all 0.5s;
}

.menu-btn .seo-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0%;
  width: 100%;
  height: 50%;
  background-color: #070f4d;
  z-index: -1;
  transition: all 0.5s;
}

.menu-btn .seo-btn:hover {
  color: #fff;
}

.menu-btn .seo-btn:hover::before {
  top: 0;
  background-color: #00A2D6;
  color: #fff;
}

.menu-btn .seo-btn:hover::after {
  bottom: 0;
  background-color: #00A2D6;
  color: #fff;
}

/* Mobile Nav */
.mobile-nav .mean-container .mean-nav ul li a .active {
  color: #ff4a35;
}

.mean-container a.meanmenu-reveal {
  color: #222222;
}

.mean-container a.meanmenu-reveal span {
  background-color: #75799b;
}

/*=================================
Navbar Area
====================================*/

/* =======glow====== */
.logo-branding-throw {
  background-image: url(../img/pattern_bg.jpg);
}

.site-bg {
  padding: 40px 20px;
}

.logo-branding-throw .site-img-content {
  display: flex;
  align-items: center;
}

.logo-branding-throw .site-img-content .site-icon span i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  background: #00A2D6;
  color: #fff;
  font-size: 40px;
  transition: all .3s;
}

.logo-branding-throw .site-content {
  margin-left: 25px;
}

.logo-branding-throw .site-img-content .site-content h2 {
  font-size: 24px;
}


.logo-branding-throw .st-2 {
  border-left: 1px solid #d7d5d5;
  border-right: 1px solid #d7d5d5;
}

.logo-branding-throw .st-3 {
  border-right: 1px solid #d7d5d5;
}

/* =======glow===========*/



/*================================
Main Banner Style
===================================*/
.main-banner {
  position: relative;
  z-index: 1;
  padding-top: 250px;
  padding-bottom: 130px;
  overflow: hidden;
}

.erp-banner {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/erp-data-assets/erp-banner.png");
  background-size: inherit;
  background-position: right top;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0px;
  left: 0px;
  transform: translate(0px, -1px);
  visibility: inherit;
  z-index: 20;
  padding-top: 105px;
  padding-bottom: 105px;
}

.holderCircle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  margin: 60px auto;
  position: relative;
}


.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 20;
}

.dotCircle .itemDot {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background: #ffffff;
  color: #7d4ac7;
  border-radius: 20px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  border: 2px solid #e6e6e6;
}

.dotCircle .itemDot .forActive {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.dotCircle .itemDot .forActive::after {
  content: '';
  width: 5px;
  height: 5px;
  border: 3px solid #7d4ac7;
  bottom: -31px;
  left: -14px;
  filter: blur(1px);
  position: absolute;
  border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
  content: '';
  width: 6px;
  height: 6px;
  filter: blur(5px);
  top: -15px;
  position: absolute;
  transform: rotate(-45deg);
  border: 6px solid #a733bb;
  right: -39px;
}

.dotCircle .itemDot.active .forActive {
  display: block;
}

.round {
  position: absolute;
  left: 40px;
  top: 45px;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  border: 2px dotted #a733bb;
  border-radius: 100%;
  -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
  color: #ffffff;
  transition: 0.5s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
  background: #7d4ac7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7d4ac7 0%, #a733bb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);
  /* IE6-9 */
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
  -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
  font-size: 40px;
}

.contentCircle {
  width: 351px;
  border-radius: 100%;
  color: #222222;
  position: relative;
  top: 199px;
  left: 50%;
  transform: translate(-49%, -50%);
}

.contentCircle .CirItem {
  border-radius: 100%;
  color: #222222;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  font-size: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: auto;
  line-height: 250px;
}

.CirItem.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}

.contentCircle .CirItem i {
  font-size: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
  color: #000000;
  opacity: 0.1;
}

.title-box .title {
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  z-index: -1;
}

.title-box span {
  text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
  font-weight: 800;
  color: #640178;
}

.title-box p {
  font-size: 17px;
  line-height: 2em;
}

.erp-banner .banner-text h1 {
  font-size: 38px;
}

/*---------erp-solutions--start*/
/* .mt-erp-20{
  padding-top: 100px;
  padding-bottom: 100px;
} */
.erp-solutions .erp-solution-content-left h1 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 31px;
}

.erp-solutions .erp-solution-content-left h1::after {
  content: '';
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffaf00;
}

.erp-solutions .erp-solution-content-left h1 p {
  margin-bottom: 0px;
  font-size: 30px;
  color: #3e4a59;
  font-weight: 400;
  line-height: 40px;
}

.erp-solutions .erp-solution-content-left h1 p strong {
  font-size: 30px;
  font-weight: 700;
  color: #3e4a59;
}

.erp-solutions .erp-solution-content-left .erp-left-text {
  color: rgba(62, 74, 89, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}


.erp-solutions .erp-soluiton-content-right {
  position: relative;
}

.erp-solutions .erp-soluiton-content-right .circle-tab {
  width: 100%;
  border-style: dotted;
  border-radius: 100%;
  min-height: 500px;
  max-width: 500px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.erp-solutions .erp-soluiton-content-right .circle-tab .tab-content-erp {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.erp-solutions .erp-soluiton-content-right .circle-tab .tab-content-erp .tab-content-1 p {
  font-size: 14px;
  margin-bottom: 0px;
}

.erp-solutions .erp-soluiton-content-right .tab-box-wrapper .tab-box-shape {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.erp-solutions .erp-soluiton-content-right .tab-box-wrapper .tab-box-shape svg {
  color: #47dac2;
  width: 100%;
  max-width: 60px;
}

.erp-solutions .erp-soluiton-content-right .tab-box-wrapper .tab-1 {
  width: 100%;
  max-width: 100px;
  height: 100px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0px;
  left: 0px;
  margin: 0px auto;
  border-radius: 100%;
  transform: translateY(-47px);
}

.erp-solutions .erp-soluiton-content-right .tab-box-wrapper .tab-2 {
  width: 100%;
  max-width: 100px;
  height: 100px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  margin: 0 auto;
  border-radius: 100%;
  transform: translate(88px, 108px);
}

.erp-solutions .erp-soluiton-content-right .tab-box-wrapper .tab-3 {
  width: 100%;
  max-width: 100px;
  height: 100px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0;
  margin: 0 auto;
  border-radius: 100%;
  transform: translate(-88px, 108px);
}

.erp-solutions .erp-soluiton-content-right .tab-box-wrapper .tab-4 {
  width: 100%;
  max-width: 100px;
  height: 100px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0 auto;
  border-radius: 100%;
  transform: translate(88px, -108px);
}

.erp-solutions .erp-soluiton-content-right .tab-box-wrapper .tab-5 {
  width: 100%;
  max-width: 100px;
  height: 100px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0;
  margin: 0 auto;
  border-radius: 100%;
  transform: translate(-88px, -108px);
}

.erp-solutions .erp-soluiton-content-right .tab-box-wrapper .tab-6 {
  width: 100%;
  max-width: 100px;
  height: 100px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0px;
  left: 0px;
  margin: 0px auto;
  border-radius: 100%;
  transform: translateY(47px);
}

/* ----erp-solutions-------end */

/* --------Active-Users-Benefitted--------start */
.Active-Users-Benefitted-banner .Active-Users-Benefitted-left-side .Active-Users-Benefitted-inner-content h2 {
  font-size: 31px;
  padding-bottom: 31px;
  color: #fff;
}

.Active-Users-Benefitted-banner .Active-Users-Benefitted-left-side .Active-Users-Benefitted-inner-content p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0px;
}

.Active-Users-Benefitted-banner .Active-Users-Benefitted-left-side .Active-Users-Benefitted-inner-content a {
  margin-top: 30px;
  background-color: #ffaf00;
  border: 2px solid #ffaf00;
  font-size: 20px;
  color: #ffffff;
  padding: 15px 45px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 6px 16px 0px rgb(16 1 148 / 18%);
  -moz-box-shadow: 0 6px 16px 0px rgba(16, 1, 148, 0.18);
  box-shadow: 0 6px 16px 0px rgb(16 1 148 / 18%);
  font-weight: 500;
}

.Active-Users-Benefitted-banner .Active-Users-Benefitted-left-side .Active-Users-Benefitted-inner-content a:hover {
  border: 2px solid #ffaf00;
  color: #ffaf00;
  background-color: #fff;
}



.Active-Users-Benefitted-banner .Active-Users-Benefitted-right-side .Active-Users-Benefitted-inner-img-content .animation-img-box {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Active-Users-Benefitted-banner .Active-Users-Benefitted-right-side .Active-Users-Benefitted-inner-img-content .animation-img-box:hover {
  transform: perspective(1000px) rotateX(-4.73deg) rotateY(-1.2deg) scale3d(1, 1, 1) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.Active-Users-Benefitted-banner{
  background-image: url(../img/erp-data-assets/request-demo-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

/* --------Active-Users-Benefitted----------------end */


/* --------Business-Management-Software-video-start */
.Business-Management-Software-video .video-heading h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 31px;
  color: #3e4a59;
}


.Business-Management-Software-video .video-heading h2::after {
  content: '';
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffaf00;
  right: 0;
  margin: 0 auto;
}

/* --------Business-Management-Software-video-------end */

/* ----------Industries-We-Serve-------------start */
.Industries-We-Serve h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 31px;
}

.Industries-We-Serve h2::after {
  content: '';
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffaf00;
  right: 0;
  margin: 0 auto;
}


.Industries-We-Serve .grid-container-serve {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 38px;
  text-align: center;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}


.Industries-We-Serve .grid-item .grid-icon-box a {
  display: inline-block;
}


.Industries-We-Serve .grid-item .grid-click-to-content a {
  line-height: 24px;
  padding-top: 20px;
  font-size: 18px;
  color: #333333;
  transition: all 0.3s ease-in;
  text-align: center;
}

.Industries-We-Serve .grid-item .grid-click-to-content a:hover {
  color: #ffaf00;

}

.Industries-We-Serve .view-all-btn a {
  background-color: #ffaf00;
  border: 2px solid #ffaf00;
  padding: 10px 18px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 6px 16px 0px rgb(16 1 148 / 18%);
  -moz-box-shadow: 0 6px 16px 0px rgba(16, 1, 148, 0.18);
  box-shadow: 0 6px 16px 0px rgb(16 1 148 / 18%);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.Industries-We-Serve .view-all-btn a:hover {
  background-color: #ffffff;
  border: 2px solid #ffaf00;
  color: #ffaf00;
}

/* ----------Industries-We-Serve------------------------end */

/* our-services-banner---start------*/
.our-services-banner .our-services-img .animation-img-box {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.our-services-banner .our-services-img .animation-img-box:hover {
  transform: perspective(1000px) rotateX(-4.73deg) rotateY(-1.2deg) scale3d(1, 1, 1) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.our-services-banner .our-services-content-right h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 31px;
  text-transform: capitalize;
  font-weight: 400;
}

.our-services-banner .our-services-text p {
  color: rgba(62, 74, 89, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.our-services-banner .our-services-text p:last-child {
  margin-bottom: 0px;
}

.our-services-banner .our-services-content-right h2 strong {
  font-weight: bold;
  font-size: 31px;
  text-transform: capitalize;
}

.our-services-banner .our-services-content-right h2::after {
  content: '';
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffaf00;
}

.services-shape-box .our-shape-icon {
  border-radius: 100%;
  background-color: #fff;
  filter: drop-shadow(0px 4px 7px rgba(50, 50, 0, 0.205));
  width: 100%;
  max-width: 270px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.services-shape-box .our-shape-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffaf00;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.services-shape-box:hover .our-shape-icon::after {
  opacity: 1;
  visibility: visible;
  color: #fff;
  border: transparent;
}

.services-shape-box:hover .polygun-content i {
  color: #fff;
}

.services-shape-box:hover .ps-relative .polygun-text-content .service_title {
  color: #fff;
}

.services-shape-box {
  transition: all 0.3s linear;
  position: relative;
}

.services-shape-box:hover {
  transform: translateY(-20px);
}

.services-shape-box .polygun-content span i {
  font-size: 58px;
  color: #1ed2b4;
}

.ps-relative .polygun-text-content .service_title {
  color: #3e4a59;
}


/* ------our-services-banner----------end */


/* Client----Reviews---start---*/
.video-frame-box {
  display: inline-block;
}

.Client_part-video .Client-heading h1 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 31px;
  color: #3e4a59;
  font-size: 30px;
  font-weight: 700;
}

.Client_part-video .Client-heading h1::after {
  content: '';
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffaf00;
}

.Client_part-video .video_client_content_part h3 {
  font-size: 18px;
  text-align: center;
  color: #626262;
  padding-top: 20px;
  font-weight: bold;
}

.Client_part-video .video_client_content_part p {
  line-height: 22px;
  padding-top: 10px;
  color: rgba(62, 74, 89, 0.8);
  margin-bottom: 0px;
}

.Client_part-video .video_client_content_part p:nth-child(3) {
  padding: 12px 0px;
}

/* Client----Reviews---end---*/





/* banner-start */

.banner-text {
  position: relative;
  max-width: 550px;
  margin-left: auto;
}

.banner-text span {
  color: #ff4a35;
  font-weight: 500;
  display: block;
}

.banner-text h1 {
  font-size: 56px;
  font-weight: 700;
}

.banner-text p {
  margin-bottom: 30px;
}

.banner-text .banner-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.banner-img {
  position: relative;
}

.banner-img img {
  max-width: 100%;
  -webkit-animation: moveBounce 9s linear infinite;
  animation: moveBounce 9s linear infinite;
}

.banner-shape-1 {
  position: absolute;
  top: -54px;
  right: -40px;
  z-index: -1;
}

.banner-shape-1 img {
  max-width: 700px;
  height: 850px;
  -webkit-animation: pulse 7s infinite;
  animation: pulse 7s infinite;
}

.home-shape .shape1 {
  position: absolute;
  top: 77%;
  left: 2%;
  -webkit-animation: rotaed360 6s infinite linear;
  animation: rotaed360 6s infinite linear;
}

.home-shape .shape2 {
  position: absolute;
  top: 25%;
  left: 1%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}

.home-shape .shape3 {
  position: absolute;
  top: 17%;
  left: 10%;
}

.home-shape .shape4 {
  position: absolute;
  top: 45%;
  left: 45%;
  -webkit-animation: animationFramesOne 10s linear infinite;
  animation: animationFramesOne 10s linear infinite;
}

.home-shape .shape5 {
  position: absolute;
  bottom: 10%;
  left: 45%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}

.home-shape .shape6 {
  position: absolute;
  top: 15%;
  right: 50%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}

.home-shape .shape7 {
  position: absolute;
  top: 15%;
  right: 3%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}

.home-shape .home-shape3 {
  position: absolute;
  top: 28%;
  left: 15%;
  -webkit-animation: animationFramesOne 10s linear infinite;
  animation: animationFramesOne 10s linear infinite;
}

.home-shape .home-shape4 {
  position: absolute;
  top: 47%;
  left: 52%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}

.home-shape .home-shape5 {
  position: absolute;
  bottom: 16%;
  right: 32%;
  -webkit-animation: animationFramesOne 10s linear infinite;
  animation: animationFramesOne 10s linear infinite;
}

.home-shape .home-shape6 {
  position: absolute;
  top: 30%;
  right: 38%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}

.home-shape .home-shape8 {
  position: absolute;
  top: 40%;
  right: 10%;
  -webkit-animation: animationFramesOne 10s linear infinite;
  animation: animationFramesOne 10s linear infinite;
}

.head-width {
  max-width: 480px;
}

.banner-img-3 {
  margin-top: 220px;
  position: relative;
}

.banner-img-3 img {
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  padding: 0 35px 0 35px;
}

.banner-img-shape {
  position: absolute;
  top: 50px;
  right: 10px;
}

.banner-img-shape img {
  border: none;
  max-width: 245px;
}

.banner-another {
  background-image: url(../img/shape/bg-shape-home3.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.banner-ptb {
  padding-top: 160px;
  padding-bottom: 270px;
}

.banner-social-icon .banner-icon-tag {
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: #fff;
  line-height: 80px;
  border-radius: 50px;
}

.banner-social-icon .banner-icon-tag img {
  width: 40px;
  border: none;
  padding: 0;
}

.banner-social-icon .banner-icon1 {
  position: absolute;
  top: 25%;
  right: 20%;
}

.banner-social-icon .banner-icon2 {
  position: absolute;
  top: 40%;
  right: 8%;
}

.banner-social-icon .banner-icon3 {
  position: absolute;
  top: 42%;
  right: 25%;
}

.banner-social-icon .banner-icon4 {
  position: absolute;
  top: 57%;
  right: 15%;
}

/*================================
Main Banner Style End
===================================*/
/*=================================
Brand Area 
====================================*/
.brand-area {
  position: relative;
}

.brand-bg {
  background-color: #f9f9f9;
}

.brand-title {
  margin-bottom: 50px;
}

.brand-title span {
  color: #ff4a35;
  font-weight: 500;
  line-height: 0;
}

.brand-title h2 {
  font-size: 35px;
}

.brand-item {
  text-align: center;
  line-height: 1;
}

.brand-item a img {
  max-width: unset;
  opacity: 0.8;
}

.brand-item a img:hover {
  opacity: 1;
}

/*=================================
Brand Area End
====================================*/
/*=================================
About Area 
====================================*/
.about-area {
  position: relative;
}

.about-img {
  margin-bottom: 30px;
}

.about-content {
  margin-left: 30px;
  margin-bottom: 30px;
}

.about-content.about-width {
  max-width: 620px;
  margin-right: auto;
}

.about-content span {
  color: #ff4a35;
  font-weight: 500;
  line-height: 0;
}

.about-content h2 {
  font-size: 35px;
}

.about-content p {
  margin-top: 20px;
}

.about-content .about-btn {
  margin-top: 31px;
}

.about-shape {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: -1;
}

.about-shape img {
  max-width: 130px;
  height: 780px;
}

.about-shape-2 {
  position: absolute;
  top: 400px;
  right: 0;
  z-index: -1;
}

/*=================================
About Area End
====================================*/
/*=================================
Service Area
====================================*/
.service-area {
  z-index: 1;
  position: relative;
}

.service-area .owl-nav .owl-prev {
  position: absolute;
  transition: 0.5s all ease;
  position: absolute;
  top: 45%;
  left: 0;
  opacity: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 0;
  background-color: #cfd5f5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s;
}

.service-area .owl-nav .owl-prev:hover {
  background-color: #00A2D6;
  opacity: 1;
}

.service-area .owl-nav .owl-next {
  position: absolute;
  transition: 0.5s all ease;
  position: absolute;
  top: 45%;
  right: 0;
  opacity: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 0;
  background-color: #cfd5f5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s;
}

.service-area .owl-nav .owl-next:hover {
  background-color: #00A2D6;
  opacity: 1;
}

.service-area .service-slider:hover .owl-prev {
  opacity: 1;
  left: 0;
}

.service-area .service-slider:hover .owl-next {
  opacity: 1;
  right: 0;
}

.service-area .service-slider .center .service-card::before {
  background-image: url(../img/service-icon/card-shape-2.png);
  z-index: 1;
}

.service-area .service-slider .center .service-card::after {
  width: 100%;
  opacity: 1;
}

.service-area .service-slider .center .service-card h3,
.service-area .service-slider .center .service-card p {
  color: #fff;
  z-index: 5555;
}

.service-card {
  position: relative;
  text-align: center;
  padding: 40px 30px 20px 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: block;
  z-index: 1;
  border-radius: 15px;
  margin-bottom: 30px;
}

.service-card p {
  font-size: 15px;
  position: relative;
  z-index: 9999;
}

.btn-view {
  position: relative;
  z-index: 2;
}

.service-card .see-more {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.service-card:hover .see-more {
  color: #fff;
}

.categori-front .service-card:hover .btn-view a {
  color: #fff;
}

.categori-front .service-card:hover p {
  color: #fff;
}

.service-card .btn-view a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  letter-spacing: .3px;
  transition: all .5s;
  text-decoration: none;
  margin-top: 12px;
}

.service-card:hover::before {
  background-image: url(../img/service-icon/card-shape-2.png);
  z-index: 1;
}

.service-card:hover::after {
  width: 100%;
  opacity: 1;
}

.service-card:hover h3,
.service-card:hover p {
  color: #fff;
  z-index: 5555;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/service-icon/card-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
  transition: 0.3s;
}

.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 0;
  height: 100%;
  background-color: #00A2D6;
  z-index: -1;
  transition: 0.5s;
  border-radius: 15px;
}

.service-card a img {
  margin-bottom: 17px;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.service-card a {
  display: block;
}

.service-card a h3 {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
}

.service-card p {
  margin: 0 auto;
}

.service-card:hover p {
  color: #fff;
}

.service-shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.service-shape1 img {
  max-width: 100px;
  height: 970px;
}

/*=================================
Service Area End
====================================*/

/* ============multi-------services */
.multi-vendor-product-list .service-card {
  position: relative;
  text-align: left;
  padding: 0px 0px 15px 0px;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%);
  display: block;
  z-index: 1;
  border-radius: 0px;
  margin-bottom: 30px;
}

.multi-vendor-product-list .service-card .magento-wrapper {
  padding: 0px 14px;
}

.multi-vendor-product-list .service-card a img {
  margin-bottom: 5px;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  width: 100%;
}


.multi-vendor-product-list .service-card .magento-wrapper .option {
  font-size: 14px;
  font-weight: 600;
  color: #004FEA;
  letter-spacing: .5px;
  transition: all .5s;
  text-decoration: none;
  margin-top: 12px;
}

.multi-vendor-product-list .service-card .magento-wrapper p {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  letter-spacing: 0px;
  margin-top: 8px;
  text-align: justify;
}

.multi-vendor-product-list .service-card .magento-wrapper .wishlist-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.multi-vendor-product-list .service-card .magento-wrapper .wishlist-block .rating-box ul {
  padding: 0px;
  margin: 0;
  list-style: none;
  display: flex;
  padding-bottom: 5px;
}

.multi-vendor-product-list .service-card .magento-wrapper .wishlist-block .rating-box ul li {
  display: flex;
  padding-right: 5px;
  color: #ffa000;
  font-size: 14px;
}

.multi-vendor-product-list .service-card .magento-wrapper .wishlist-block .rating-box figcaption {
  color: #004FEA;
  font-size: 12px;
  font-weight: 500;
}

.multi-vendor-product-list .service-card .magento-wrapper .wishlist-block span a {
  color: #fff;
}

.multi-vendor-product-list .service-card .magento-wrapper .wishlist-block span a i {
  border-radius: 50%;
  display: flex;
  height: 30px;
  width: 30px;
  padding: 0;
  background-color: #004FEA;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}



.multi-vendor-product-list .add-to-cart-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.multi-vendor-product-list .add-to-cart-container .dollar-rupees-box span {
  color: #088065;
}


.multi-vendor-product-list .wk-product-addtocart-block .btn-cart {
  background: #004FEA;
  border-radius: 3px;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  padding: 0 14px;
  position: relative;
  width: auto;
  color: #fff;
}

.multi-vendor-product-list .wk-product-addtocart-block .btn-cart span {
  font-size: 13px;
  font-weight: bold;
}


.multi-vendor-product-list .service-card:hover::before {
  background-image: inherit;
  z-index: inherit;
}

.multi-vendor-product-list .service-card:hover::after {
  width: 100%;
  opacity: 1;
}


.multi-vendor-product-list .service-card::before {
  content: "";
  position: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-repeat: no-repeat;
  z-index: inherit;
  transition: 0.3s;
}

.multi-vendor-product-list .service-card::after {
  content: "";
  position: inherit;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 0;
  height: 100%;
  background-color: inherit;
  z-index: inherit;
  transition: 0.5s;
  border-radius: 15px;
}

section.top-banner-list {
  border-bottom: 1px solid #e5e5e5;
  padding: 9px 0px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0rem;
  list-style: none;
}

.top-banner-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-banner-list ul li {
  font-size: 18px;
  color: #ff4a35;
  display: inline-block;
  margin-right: 10px;
}

.service-dtls .magento-2-left-box {
  position: relative;
}

.service-dtls .magento-2-left-box .left-img-bx img {
  width: 100%;
  border-radius: 5px;
}

.service-dtls .magento-2-left-box .left-img-bx .heart-like {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-14px, 10px);
}

strong {
  font-weight: bold;
  color: #242356;
  font-size: 14px;
}

.service-dtls .magento-2-left-box .left-img-bx .heart-like span i {
  border-radius: 50%;
  display: flex;
  height: 30px;
  width: 30px;
  padding: 0;
  background-color: #fff;
  color: rgb(163 152 152);
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.service-dtls .magento-2-left-box .ws-product-note {
  width: 100%;
  padding: 10px;
  border: 2px solid #F70;
  margin-bottom: 10px;
  border-radius: 4px;
  text-align: center;
}

.service-dtls .magento-2-left-box .ws-product-note>span {
  line-height: 25px;
}


.service-dtls .magento-2-left-box .ws-info-btns .btns-list-info a {
  display: block;
  background-color: #fff;
  color: #004FEA;
  border: 1px solid #004FEA;
  box-shadow: unset;
  margin-bottom: 10px;
  padding: 12px 15px 13px 15px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
}

.service-dtls .magento-2-left-box .ws-info-btns .btns-list-info a:hover {
  transform: translateY(-2px);
}

.service-dtls .magento-2-left-box .ws-info-btns .btns-list-info a i {
  padding-left: 8px;
  font-size: 19px;
}


.center-heading h4 {
  font-size: 24px;
  color: #0e1b51;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.center-heading .rating-flex {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 311px;
  justify-content: space-between;
}

.center-heading .rating-flex ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.center-heading .rating-flex ul li {
  padding-right: 5px;
  color: #ffa000;
  font-size: 14px;
}

.center-heading .rating-flex ul li:last-child {
  padding: 0px;
}


.center-heading .supplies-listing ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #000;
  font-size: 17px;
}

.center-heading .supplies-listing ul li {
  padding-bottom: 10px;
}

.center-heading .supplies-listing ul span i {
  padding-right: 6px;
  color: green;
  font-weight: 600;
}

.center-heading .img-screenshorts {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 20px;
}

.center-heading .img-screenshorts .type-1 img {
  width: 100%;
}


label {
  display: flex;
  align-items: center;
}

select {
  width: 100%;
}

.magento-2-right-box {
  border: solid 1px #D7DFE2;
  border-radius: 3px;
  padding: 16px;
}

.magento-2-right-box .right-header-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.magento-2-right-box .right-header-block .ms-amt {
  display: inline-block;
  font-size: 24px;
  color: #2C3145;
  font-weight: 700;
}

.magento-2-right-box .right-header-block .ms-rgl {
  display: inline-block;
  font-size: 16px;
  color: #64687A;
  text-decoration: line-through;
  margin-left: 12px;
}

.magento-2-right-box .right-header-block .ms-o-amt {
  display: inline-block;
  font-size: 16px;
  color: #388E3C;
  margin-left: 12px;
  font-weight: 700;
}

.magento-2-right-box .ms-sticky .ms-o-cta {
  display: block;
  font-size: 12px;
  color: #FF5E5E;
  margin-top: 4px;
}

.checkbox-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkbox-icon .check-box span {
  margin-left: 5px;
}

.checkbox-icon .rtl-check-text .price {
  color: #2C3145;
  font-size: 18px;
  font-weight: 500;
}

.ms-sticky .ws-options {
  margin-bottom: 20px;
}

.ms-sticky .ws-options:last-child {
  margin-bottom: 11px;
}

.ms-sticky .control {
  display: inline-block;
  font-size: 14px;
  color: #2C3145;
  position: relative;
}

.ws-options .control {
  display: block;
  margin-bottom: 24px;
}

.ws-options .control:last-child {
  margin-bottom: 0;
}


.ws-options .control label.required {
  color: #2149F3;
  font-size: 14px;
  padding: 0 6px;
  /* background: white; */
  position: absolute;
  top: -9px;
  left: 8px;
}


.ms-sticky .control label {
  color: #2149F3;
  font-size: 14px;
  padding: 0 6px;
  background: white;
  top: 2px;
}

label.required em {
  margin-right: 5px;
  color: red;
}

.ms-sticky .control select {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF;
  border: solid 2px #979BAA;
  padding: 12px 32px 12px 12px;
  color: #2C3145;
  font-size: 14px;
  background-image: url("https://store.webkul.com/skin/frontend/webkul/sky/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  border-radius: 4px;
}

.ms-sticky .control select:focus-visible {
  border: solid 2px #979BAA;
  outline: 2px auto #979BAA;
}

.ms-sticky .control select:focus {
  border: solid 2px #979BAA;
}

.ws-options select {
  width: 100%;
}

.ws-btn-md {
  font-weight: 700;
  min-width: 100px;
  text-align: center;
  background-color: #2149f3;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .27), 0 12px 26px 0 rgba(0, 0, 0, .2);
  border-radius: 4px;
  padding: 12px 15px 13px 15px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  transition: .2s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.ws-mn-act .ws-btn-md {
  cursor: pointer;
  width: 100%;
  margin: 8px 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08), 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  transition-duration: .05s;
}

.service-dtls .magento-2-right-box .ws-info-btns .btns-list-info a {
  display: block;
  background-color: #fff;
  color: #004FEA;
  border: 1px solid #004FEA;
  box-shadow: unset;
  margin-bottom: 10px;
  padding: 12px 15px 13px 15px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
}

.service-dtls .magento-2-right-box .ws-info-btns .btns-list-info a:hover {
  transform: translateY(-2px);
}

.service-dtls .magento-2-right-box .ws-info-btns .btns-list-info a i {
  padding-left: 8px;
  font-size: 19px;
}

.ws-feature-item {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  padding: 10px 15px;
  border: solid 1px #D7DFE2;
  border-radius: 3px;
}

.ic-refund {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 23px;
  background-image: url(https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg?1);
  background-position: -176px -178px;
  margin: 0 8px 0 2px;
}

.ic-upgrade {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 23px;
  background-image: url(https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg?1);
  background-position: -198px -178px;
  margin: 0 5px 0 0;
}

.ic-payment {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  background-image: url(https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg?1);
  background-position: -222px -178px;
  margin: 0 5px 0 0;
}

.ms-sticky {
  position: sticky;
  top: 25px;
}

.ms-thumb {
  position: relative;
  height: 254px;
  overflow: hidden;
  transition: height .25s cubic-bezier(0, 0, 0, 1);
  object-fit: scale-down;
  overflow: scroll;
}

.ws-m-ofr {
  margin-top: 60px;
  border: solid 1px #D7DFE2;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

.ws-m-ofr h2 {
  position: absolute;
  background: #FFFFFF;
  font-size: 18px;
  padding: 0 8px;
  color: #2C3145;
  left: 16px;
  top: -12px;
}

.ms-m-ofr-grd {
  display: grid;
  grid-template-areas: "ofr-lt ofr-lt ofr-rt";
}

.ms-m-ofr-grd-lt {
  grid-area: ofr-lt;
  border-right: solid 1px #D7DFE2;
  padding: 30px 24px 24px 24px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
}

body .ms-m-ofr-grd-lt {
  padding-top: 40px;
}

.pdt-brick {
  width: 380px;
  display: grid;
  grid-template-columns: 126px auto;
}

.pdt-brick a,
.pdt-brick .pdt-review a:hover {
  color: blue;
  font-size: 16px;
  text-decoration: none;
}

body .page a {
  color: #004FEA;
}

.pdt-brick .pdt-info .pdt-review {
  padding: 0px 0;
}

.pdt-info .pdt-review {
  padding: 12px 0 0 0;
}


.pdt-rating-brick {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 120px;
  height: 20px;
  background-image: url("https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg");
  background-position: 0 -120px;
}

.pdt-rating-brick .pdt-rating {
  position: absolute;
  width: 100%;
  height: 20px;
  background-image: url("https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg");
  background-position: 0 -141px;
}

.pdt-info .pdt-count {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #64687A;
  padding: 2px 0 0 5px;
}

.pdt-brick img {
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 2px 24px 0 rgba(0, 0, 0, 0.08);
  width: 110px;
  height: 110px;
}

.ms-m-ofr-grd-lt:after {
  content: "";
  position: absolute;
  background-image: url('https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg?1');
  width: 12px;
  height: 22px;
  background-position: -159px -120px;
  right: -12px;
  top: 50%;
  margin-top: -10px;
}

.ms-m-ofr-grd-rt {
  grid-area: ofr-rt;
  padding: 24px;
  align-self: center;
  width: 320px;
}

body .txt-rt {
  text-align: right;
}

.ws-pill {
  background-color: #FF5E5E;
  color: #FFFFFF;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px 10px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  overflow: hidden;
}

.ws-pill:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: -56px;
  top: 50%;
  margin-top: -12px;
  transform: translate(-36px, 0) skewX(-30deg) scale(3);
  transform-origin: left center;
  animation: pill-shine 1.6s cubic-bezier(0, 0.2, 0.4, 1) infinite;
}

.ws-price .ws-amt {
  display: inline-block;
  font-size: 24px;
  color: #2C3145;
  font-weight: 700;
}

.ms-m-ofr-grd-rt .ws-price .ws-amt .price {
  font-size: 28px;
}

.ws-price .ws-rglr {
  display: inline-block;
  font-size: 16px;
  color: #64687A;
  text-decoration: line-through;
  margin-left: 4px;
}

.ws-price .ws-rglr {
  display: inline-block;
  font-size: 16px;
  color: #64687A;
  text-decoration: line-through;
  margin-left: 4px;
}

.ws-price .ws-o-amt {
  display: inline-block;
  font-size: 16px;
  color: #388E3C;
  margin-left: 4px;
}

.ws-price .ws-o-amt {
  display: inline-block;
  font-size: 16px;
  color: #388E3C;
  margin-left: 4px;
}

.ws-price .ws-o-info {
  display: block;
  font-size: 14px;
  color: #2C3145;
  margin: 8px 0;
}

.ws-price .ws-o-info span {
  color: #388E3C;
}

.ws-price .ws-o-cta {
  display: block;
  font-size: 12px;
  color: #FF5E5E;
  margin-top: 4px;
}

.wk-offer-cart-btn {
  background: #0098ed none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 25px;
  text-align: center;
}

body .wk-offer-cart-btn {
  background: #004FEA;
}

.ms-m-ofr-grd-rt .ws-btn-md {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08), 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  transition-duration: .05s;
}

.ws-product-successstory-left img {
  width: 100%;
}

.ws-product-successstory-row {
  margin-bottom: 15px;
}

.ws-product-story-title {
  font-weight: 500;
  font-size: 21px;
  color: #0E1B51;
  display: inline-block;
}

.ws-product-successstory-row.ws-product-successstory-loc {
  color: #888;
}

.ws-product-successstory-row.ws-product-successstory-desc {
  line-height: 22px;
}

.ws-aft-arrow {
  position: relative;
}

.ws-aft-arrow:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg);
  background-position: -120px -72px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  transition: transform .15s;
}

.ws-product-honey img {
  width: 100%;
}

.ws-product-successstory-title {
  text-align: center;
  margin: 20px 0;
}

.ws-product-successstory-title>span {
  font-weight: 500;
  font-size: 24px;
  color: #0E1B51;
  display: inline-block;
}

.searching-img-box .img-bmx-srch img {
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%), 0 2px 8px 0 rgb(0 0 0 / 8%);
  width: 100%;
}

.searching-img-box h3 {
  font-size: 24px;
  margin: 20px 0 8px 0;
  color: #0E1B51;
  font-weight: 500;
  text-align: center;
}

.searching-img-box p {
  color: #64687a;
  font-size: 16px;
  text-align: center;
}




/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */


/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}


.custum-tab .tab {
  background: #FFFFFF;
  border-bottom: solid 1px #D7DFE2;
}

.custum-tab .tablinks {
  color: #2C3145;
  font-size: 16px;
  display: inline-block;
  /* padding: 16px 12px; */
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: solid 3px transparent;
  margin-right: 44px;
  padding: 0px 8px 8px 8px;
}

.custum-tab .tablinks:last-child {
  margin-right: 0px;
}

.tablinks.active {
  color: #2149F3;
  border-bottom: solid 3px #2149F3;
  cursor: default;
}

.discription {
  margin-top: 15px;
}

.banner-tab-img {
  margin: 24px auto;
  display: block;
}

.discription p {
  color: #64687a;
  font-size: 16px;
}

.discription .gif-listing {
  padding: 0;
  margin: 0;
  list-style: none;
}

.discription .gif-listing li {
  padding: 0px 0px 10px 0px;
}

.discription .gif-listing li i {
  margin-right: 6px;
  color: #388e3c;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
}

ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0 auto 15px auto;
  border-bottom: 1px solid #eee;
  border-radius: 5px;

}

ul.accordion-list li.active h3:after {
  transform: rotate(360deg);
}

ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
}


ul.accordion-list li h3::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg?1");
  background-position: -72px -95px;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -12px;
  transform: rotate(180deg);
  cursor: pointer;
}

section.tab-section {
  margin-top: 73px;
}



ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 45px 0px 0px 0px;
  padding: 0;
}



.block-feature h4 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  color: #388e3c;
}

.block-feature h4 span {
  color: #0403037a;
  font-weight: 500;
  font-size: 15px;
}

.block-feature h4 strong {
  color: #388e3c;
  font-weight: 500 !important;
  font-size: 16px;
}

.block-feature h4 i {
  margin-right: 6px;
  color: #388e3c;
}

.block-feature .ms-1-img {
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 8%), 0 2px 48px 0 rgb(0 0 0 / 8%);
  border-radius: 4px;
  width: 100%;
}

.block-feature .gif-listing {
  padding: 0;
  margin: 0;
}

.block-feature .gif-listing li {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0px 10px 0px;
  margin: inherit;
  border-bottom: none;
  border-radius: 0px;
  color: #64687a;
  font-size: 16px;
}

.block-feature .gif-listing li i {
  margin-right: 6px;
  color: #388e3c;
}

.block-feature .ms-5-p {
  color: #64687a;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px 0;
}


.block-feature .bottom-text {
  padding-top: 25px;
}



.reviews .ws-reviews-grd {
  display: grid;
  grid-template-columns: 400px auto;
}

.reviews .ws-reviews-grd-lt {
  position: relative;
}

.reviews .ws-review-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
}


.reviews .ws-reviews-grd-lt .ws-rating {
  font-size: 28px;
  color: #0E1B51;
  display: inline-block;
}

.reviews .ws-reviews-grd-lt .ws-rating:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg?1");
  background-position: -156px -95px;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 8px;
}

.reviews .ws-reviews-grd-lt .ws-review-count {
  display: inline-block;
  font-size: 16px;
  padding-top: 4px;
  color: #64687A;
}

.reviews .ws-reviews-grd-lt .ws-review-count span {
  color: #0E1B51;
}

.reviews .ws-reviews-grd-lt .ws-rating-chart {
  margin: 8px 0;
}

.reviews .ws-rating-strip {
  padding: 8px 0;
}

.reviews .ws-rating-strip .pdt-rating-brick {
  margin-top: -3px;
  vertical-align: unset;
}

.reviews .pdt-rating-brick {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 120px;
  height: 20px;
  background-image: url("https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg");
  background-position: 0 -120px;
}

.reviews .pdt-rating-brick .pdt-rating {
  position: absolute;
  width: 100%;
  height: 20px;
  background-image: url("https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg");
  background-position: 0 -141px;
}

.reviews .ws-rating-strip .pdt-rating-bar {
  margin: 4px 8px;
}

.reviews .pdt-rating-bar {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 11px;
  background-color: #D7DFE2;
}

.reviews .pdt-rating-bar .pdt-rating {
  position: absolute;
  width: 100%;
  height: 11px;
  background-color: #388E3C;
  left: 0;
  top: 0;
}

.reviews .pdt-rating-bar:after {
  position: absolute;
  content: attr(data-value);
  font-size: 16px;
  color: #64687A;
  top: -4px;
  left: 230px;
}

.reviews .ws-reviews-grd-rt {
  padding-left: 40px;
}

.reviews .ws-reviews-grd-rt .ws-review-head {
  border-bottom: solid 1px #D8D8D8;
  display: grid;
  grid-template-columns: auto 180px;
  justify-content: space-between;
  padding-bottom: 15px;
}

.reviews .ws-review-head h3 {
  color: #0E1B51;
  font-size: 28px;
  margin: 0;
  padding: 0;
  align-self: center;
}

.reviews .ws-btn-md {
  font-weight: 700;
  min-width: 100px;
  text-align: center;
  background-color: #2149f3;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .27), 0 12px 26px 0 rgba(0, 0, 0, .2);
  border-radius: 4px;
  padding: 12px 15px 13px 15px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  transition: .2s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}


.reviews .ws-review-wrapper {
  padding: 32px 0;
  border-bottom: solid 1px #D8D8D8;
}

.reviews .ws-review-wrapper h4 {
  font-weight: 500;
  color: #2C3145;
  margin: 0;
  padding: 0;
  font-size: 24px;
  position: relative;
}

.reviews .ws-review-wrapper .ws-review-label {
  margin: 12px 0;
}

.reviews .ws-review-wrapper p {
  margin-bottom: 8px;
}

.reviews .ws-review-customer {
  margin: 12px 0 0 0;
}

.reviews .ws-review-customer .ws-customer-img {
  width: 64px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
}

.reviews .wk-v {
  background-color: #E74C3C;
}

.wk-a {
  background-color: #00BCD4;
}

.wk-p {
  background-color: #795548;
}

.reviews .ws-review-customer .ws-customer-img:after {
  content: attr(data-letter);
  text-transform: uppercase;
  position: absolute;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  left: 0;
  right: 0;
  top: 10px;
}

.reviews .ws-review-customer .ws-user-info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #2C3145;
  font-size: 14px;
}

.reviews .ws-review-customer .ws-user-info span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 4px;
}

.reviews .ws-load-reviews {
  text-align: center;
}

.reviews .ws-load-reviews .ws-btn {
  border-width: 2px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 15px;
}

.reviews .ws-btn {
  font-weight: 700;
  min-width: 100px;
  text-align: center;
  background-color: #2149f3;
  color: #fff !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .27), 0 12px 26px 0 rgba(0, 0, 0, .2);
  border-radius: 4px;
  padding: 12px 15px 13px 15px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  transition: .2s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}

.reviews .ws-review-wrapper:last-of-type {
  border-bottom: none;
}

.preset-wrapper {
  display: inline-block;
  width: 100%;
}


.ws-faq .preset-wrapper {
  font-size: 16px;
  direction: ltr;
  color: #2C3145;
  line-height: 24px;
  padding-left: 24px;
}

.preset-wrapper h2:first-child {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-size: 20px;
  padding: 18px 60px 18px 0;
  border-top: solid 1px #D7DFE2;
}


.preset-wrapper h2:first-child {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-size: 20px;
  padding: 18px 60px 18px 0;
  border-top: solid 1px #D7DFE2;
}

body .preset h2 strong {
  font-size: 22px;
  font-weight: 500;
}


.ws-tab-panel .fa {
  display: none;
}

body .preset h2 strong {
  font-size: 22px;
}

.ws-faq .preset-wrapper .fa-hand-o-right+strong:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg?1");
  background-position: -96px -95px;
  opacity: 0.4;
  left: -36px;
  top: 24px;
}

.preset-wrapper * {
  direction: ltr;
}

.ws-faq .preset-wrapper .fa-hand-o-right+strong {
  display: block;
  font-size: 18px;
  color: #0E1B51;
  font-weight: 600;
  padding: 24px 0 4px 0;
  border-top: solid 1px #D7DFE2;
  position: relative;
}

.ws-review-wrapper h4:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('https://store.webkul.com/skin/frontend/webkul/sky/images/ws-sprite.svg?1');
  background-position: -120px -120px;
  position: absolute;
  left: -24px;
  top: -4px;
}

.ws-faq ul {
  list-style-image: url("https://store.webkul.com/skin/frontend/webkul/sky/productpagedesign/images/icon-check.svg");
  padding: 0 0 0 20px;
}

.ws-faq ul>li {
  padding: 4px;
}

.ws-faq .preset li {
  color: #64687a;
  font-size: 16px;
}

.customer,
.Specifications {
  margin-top: 20px;
}

.customer .ws-showcase-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, 210px);
  justify-content: center;
  grid-gap: 30px;
}

.customer img {
  max-width: 100%;
  border-radius: 4px;
}

.customer .ws-showcase-logo {
  display: inline-block;
  width: 210px;
  height: 210px;
  object-fit: cover;
}

.Specifications {
  margin-top: 20px;
}

.Specifications .ws-spec {
  display: grid;
  grid-template-columns: 240px auto;
  grid-column-gap: 24px;
  align-items: start;
  padding-bottom: 24px;
}

.Specifications .ws-spec .ws-spec-key {
  font-weight: 700;
  font-size: 18px;
  color: #0E1B51;
}

.Specifications .ws-spec .ws-spec-value span {
  font-size: 16px;
  color: #2C3145;
}

.Specifications .ws-spec .ws-spec-value span {
  display: block;
  padding-bottom: 8px;
}

.Specifications .ws-spec-value a {
  line-height: 24px;
  color: #004FEA;
}



.cloud .ws-cloud-wrapper h3 {
  color: #0E1B51;
  font-size: 24px;
  font-weight: 500;
}

.cloud p {
  color: #64687a;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px 0;
}

.cloud h4 {
  font-size: 20px;
  font-weight: 500;
  color: #0E1B51;
  margin: 0 0 12px 0;
}

.cloud ul {
  list-style-image: url("https://store.webkul.com/skin/frontend/webkul/sky/productpagedesign/images/icon-check.svg");
  padding: 0 0 0 20px;
  margin-bottom: 8px;
}

.wk-g {
  background-color: #F57C00;
}

.reviews .ws-review-customer .ws-customer-img {
  width: 64px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
}

.cloud .ws-btn {
  font-weight: 700;
  min-width: 100px;
  text-align: center;
  background-color: #2149f3;
  color: #fff !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .27), 0 12px 26px 0 rgba(0, 0, 0, .2);
  border-radius: 4px;
  padding: 12px 15px 13px 15px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  transition: .2s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}

.cloud .ws-btn:hover {
  transform: translateY(-2px);
  transition: all 0.3s linear;
}



.Changelog {
  padding: 24px 15px 24px 15px;
}

.wk-changelog-container {
  font-family: Monaco, Courier New, monospace;
  background: #FFFFFF;
  border: solid 1px #FFEEEE;
}

.wk-changelog-head {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-weight: 600;
}


.ws-log ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}


.wk-changelog-block {
  display: block;
  width: 100%;
}

.Changelog ul>li {
  padding: 4px;
}

.wk-changelog-title {
  text-align: left;
}

.wk-changelog-title-label {
  display: block;
  position: relative;
  background: #FBFBFB;
  padding: 6px 12px;
  width: 100%;
  text-align: left;
  z-index: 3;
  margin: 5px 0;
}

.wk-changelog-title-label:before {
  background-image: linear-gradient(90deg, #AFB3CA 50%, transparent 50%);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  position: absolute;
  height: 30px;
  z-index: 1;
  top: 15px;
  left: 0;
  right: 0;
  content: " ";
}

.wk-changelog-title-label span {
  background: #FBFBFB;
  position: relative;
  z-index: 7;
  padding: 0 10px;
  color: #388E3C;
}













@media screen and (max-width:1280px) {

  .lightbox-container.active .lightbox-image-wrapper {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .left {
    left: 10px !important;
  }

  .service-dtls .magento-2-left-box .ws-product-note {
    margin-top: 18px;
  }

  .custum-tab .tablinks {
    margin-right: 0px;
    padding: 10px 20px 10px 20px;
  }

  .custum-tab .tablinks {
    margin-right: 0px;
    padding: 10px 20px 10px 20px;
  }

  section.tab-section {
    margin-top: 39px;
  }

  ul.accordion-list {
    padding: 0px;
  }

  ul.accordion-list li h3::after {
    right: -26px;
  }

  #abt {
    top: 218px;
  }

  .techniques .flex-container-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {

  .pdt-brick {
    -ms-grid-columns: 75px auto;
    grid-template-columns: 75px auto;
    width: 300px;
  }

  .pdt-brick a {
    color: blue;
  }

  .pdt-brick a,
  .pdt-brick .pdt-review a:hover {
    font-size: 14px;
  }

  .pdt-brick img {
    width: 60px;
    height: 60px;
  }

  .pdt-brick .pdt-price {
    font-size: 15px;
  }

  .ms-thumbs {
    width: 600px;
    max-width: 100%;
  }

  .lightbox-container.active .lightbox-image-wrapper {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }

  .right {
    right: 10px !important;
  }

  .left {
    left: 10px !important;
  }

  .service-dtls .magento-2-left-box .ws-product-note {
    margin-top: 18px;
  }

  .custum-tab .tablinks {
    margin-right: 0px;
    padding: 10px 20px 10px 20px;
  }

  section.tab-section {
    margin-top: 39px;
  }

  ul.accordion-list {
    padding: 0px;
  }

  ul.accordion-list li h3::after {
    right: -26px;
  }

  #abt {
    top: 218px;
  }

  .techniques .flex-container-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .pdt-info .pdt-review {
    padding: 5px 0;
  }

  .ms-thumbs {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
  }

  .ms-thumb {
    height: auto;
  }

  .lightbox-container.active .lightbox-image-wrapper {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }

  .right {
    right: 10px !important;
  }

  .left {
    left: 10px !important;
  }

  .service-dtls .magento-2-left-box .ws-product-note {
    margin-top: 18px;
  }

  .custum-tab .tablinks {
    margin-right: 0px;
    padding: 10px 20px 10px 20px;
  }

  section.tab-section {
    margin-top: 39px;
  }

  ul.accordion-list {
    padding: 0px;
  }

  ul.accordion-list li h3::after {
    right: -26px;
  }

  #abt {
    top: 218px;
  }

  .techniques .flex-container-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 980px) {
  .ws-reviews-grd {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }

  .ws-review-sticky {
    position: static;
  }

  .ws-reviews-grd-rt {
    padding: 40px 0 0 0 !important;
  }

  .ws-reviews-grd-rt .ws-reviews {
    padding-left: 16px;
  }

  #abt {
    top: 218px;
  }

  .techniques .flex-container-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width:780px) {
  .pdt-grd {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ms-m-ofr-grd {
    grid-template-areas: "ofr-lt ofr-lt""ofr-rt ofr-rt";
  }

  .ms-m-ofr-grd-lt {
    border-right: none;
    border-bottom: solid 1px #D7DFE2;
    padding: 24px 16px 16px 16px;
  }

  .ms-m-ofr-grd-lt {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pdt-brick {
    -ms-grid-columns: 75px auto;
    grid-template-columns: 75px auto;
    width: auto;
  }

  .ms-m-ofr-grd-lt:after {
    top: unset;
    right: 50%;
    margin-left: -6px;
    bottom: -17px;
    margin-top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .ms-thumb {
    height: auto;
  }

  .lightbox-container.active .lightbox-image-wrapper {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }

  .right {
    right: 10px !important;
  }

  .left {
    left: 10px !important;
  }

  .service-dtls .magento-2-left-box .ws-product-note {
    margin-top: 18px;
  }

  .custum-tab .tablinks {
    margin-right: 0px;
    padding: 10px 20px 10px 20px;
  }

  section.tab-section {
    margin-top: 39px;
  }

  ul.accordion-list {
    padding: 0px;
  }

  ul.accordion-list li h3::after {
    right: -26px;
  }

  #abt {
    top: 218px;
  }

  .techniques .flex-container-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 640px) {

  .pdt-info h3,
  .pdt-info .pdt-count {
    font-size: 13px;
    padding: 7px 0 0 0;
    display: block;
  }

  .ms-thumb {
    height: auto;
  }

  .lightbox-container.active .lightbox-image-wrapper {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }

  .right {
    right: 10px !important;
  }

  .left {
    left: 10px !important;
  }

  .service-dtls .magento-2-left-box .ws-product-note {
    margin-top: 18px;
  }

  .custum-tab .tablinks {
    margin-right: 0px;
    padding: 10px 20px 10px 20px;
  }

  section.tab-section {
    margin-top: 39px;
  }

  ul.accordion-list {
    padding: 0px;
  }

  ul.accordion-list li h3::after {
    right: -26px;
  }

  #abt {
    top: 218px;
  }

  .techniques .flex-container-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width:580px) {

  .ws-reviews-grd-rt .ws-review-head {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    grid-row-gap: 16px !important;
    padding-bottom: 24px !important;
  }

  .ws-reviews-grd-rt .ws-review-head .ws-btn-md {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  .ws-review-wrapper .ws-review-posted {
    display: block;
    margin: 16px 0;
  }

  .preset-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ws-faq .preset-wrapper {
    font-size: 16px;
    direction: ltr;
    color: #2C3145;
    line-height: 24px;
    padding-left: 24px;
  }

  .Specifications .ws-spec {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 8px;
  }

  #abt {
    top: 218px;
  }

  .abt-bg::after {
    display: none;
  }

  .techniques .flex-container-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ul.dropdown-menu.language {
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    overflow-y: auto;
    /* height: 100% !important; */
    ;
    position: absolute !important;
    top: 0px !important;
  }

}












@keyframes pill-shine {
  0% {
    transform: translate(-36px, 0) skewX(-30deg) scale(3);
  }

  100% {
    transform: translate(160px, 0) skewX(-30deg) scale(3);
  }
}







.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-image {
  transition: all .4s ease-in-out;
}

.lightbox-enabled {
  padding-top: 100%;
  cursor: pointer;
  background-size: auto;
  background-position: center;
}

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1.3);
}

.lightbox-btn,
#close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  font-family: 'Material Icons' !important;
  font-size: 50px;
}

.lightbox-btn:focus {
  outline: none;
}

.left {
  left: 50px;
}

.right {
  right: 50px;
}

#close {
  top: 50px;
  right: 50px;
}

.lightbox-image {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  object-fit: cover;
}

@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }

  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}


.slideleft {
  animation-name: slideleft;
  animation-duration: .5s;
  animation-timing-function: ease;
}

@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }

  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}


.slideright {
  animation-name: slideright;
  animation-duration: .5s;
  animation-timing-function: ease;
}


/* ================multi--------------------- */


/* ===========categori-1======== */
.service-area .service-slider .center .service-card::before {
  background-image: url(../img/service-icon/card-shape-2.png);
  z-index: 1;
}

.service-area .service-slider .center .service-card::after {
  width: 100%;
  opacity: 1;
}

.service-area .service-slider .center .service-card h3,
.service-area .service-slider .center .service-card p {
  color: #fff;
  z-index: 5555;
}

.categori-1 .service-card {
  position: relative;
  text-align: center;
  padding: 0px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: block;
  z-index: 1;
  border-radius: 15px;
  margin-bottom: 30px;
}

.categori-1 .service-card-content {
  padding: 25px 11px 14px 11px;
}

.common-catagory .catagory li.active a {
  color: #00A2D6;
}

.categori-1 .service-card p {
  font-size: 15px;
}

.btn-view {
  position: relative;
  z-index: 2;
}

.categori-1 .service-card .see-more {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.categori-1 .service-card:hover .see-more {
  color: #333;
}

.categori-1 .service-card .btn-view a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  letter-spacing: .3px;
  transition: all .5s;
  text-decoration: none;
  margin-top: 12px;
}

.categori-1 .service-card:hover::before {
  background-image: url(../img/service-icon/card-shape-2.png);
  z-index: 1;
}

.categori-1 .service-card:hover::after {
  width: 100%;
  opacity: 1;
}

.categori-1 .service-card:hover h3,
.service-card:hover p {
  color: #333;
  z-index: 5555;
}

.categori-1 .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit !important;
  background-repeat: no-repeat;
  z-index: -1;
  transition: 0.3s;
}

.categori-1 .service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 0;
  height: 100%;
  background-color: inherit !important;
  z-index: -1;
  transition: 0.5s;
  border-radius: 15px;
}

.categori-1 .service-card a img {
  margin-bottom: 17px;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.categori-1 .service-card a {
  display: block;
}

.categori-1 .service-card a h3 {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
}

.categori-1 .service-card p {
  margin: 0 auto;
}

/* ======categori==================== */
/*=================================
Faq Area 
====================================*/
.faq-area {
  background-color: #fcfcff;
  position: relative;
  z-index: 1;
}

.faq-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/faq/shape-3.png);
  background-position: center center;
  background-size: cover;
}

.faq-area-bg {
  background-color: #fcfcff;
}

.faq-bg {
  background-color: #00A2D6;
  position: relative;
  z-index: 1;
  height: auto;
}

.faq-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/faq/shape-5.png);
  width: 60%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.faq-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: url(../img/faq/shape-6.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.faq-bg-into {
  background-color: #fff;
  max-width: 1240px;
  top: 100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.faq-bg-into::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  background-image: url(../img/faq/shape-4.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.faq-img {
  margin-bottom: 30px;
}

.faq-img img {
  max-width: 100%;
  height: 500px;
  -webkit-animation: moveBounce 10s linear infinite;
  animation: moveBounce 10s linear infinite;
}

.faq-content span {
  color: #ff4a35;
  font-weight: 500;
  line-height: 0;
}

.faq-content h2 {
  font-size: 35px;
  margin-bottom: 25px;
}

.faq-content p {
  padding-bottom: 45px;
  max-width: 620px;
  margin: 0 auto;
}

.faq-accordion {
  margin-right: auto;
  margin-bottom: 30px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 50px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 25px;
  color: #232350;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-title.active {
  border-radius: 50px;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 25px;
  transition: 0.5s;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #00A2D6;
}

.faq-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
  top: 15px;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-accordion-width {
  max-width: 100% !important;
  margin-bottom: 30px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.faq-img-2 {
  margin-bottom: 30px;
}

.faq-content-text p {
  margin-bottom: 50px;
}

.faq-content-text p a {
  color: #ff4a35;
  text-decoration: underline;
}

.faq-content-text p a:hover {
  color: #070f4d;
}

.faq-content-text .color-black {
  color: #070f4d !important;
}

.faq-content-text .font-size {
  font-size: 18px;
}

/*=================================
Faq Area End
====================================*/
/*=================================
Portfolio Area 
====================================*/
.portfolio-area {
  position: relative;
}

.portfolio-area .owl-nav .owl-prev {
  position: absolute;
  margin-top: 0;
  top: 50%;
  transform: translateY(-16px);
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 0;
  background-color: #00A2D6 !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  border-radius: 50px;
  transition: all 0.5s;
}

.portfolio-area .owl-nav .owl-prev:hover {
  background-color: #fff !important;
  color: #00A2D6 !important;
}

.portfolio-area .owl-nav .owl-next {
  position: absolute;
  margin-top: 0;
  top: 50%;
  transform: translateY(-16px);
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 0;
  background-color: #00A2D6 !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  border-radius: 50px;
  transition: all 0.5s;
}

.portfolio-area .owl-nav .owl-next:hover {
  background-color: #fff;
  color: #00A2D6;
}

.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item .portfolio-img {
  position: relative;
  border: 1px solid;
  padding: 2px 15px;
}

.portfolio-item .portfolio-img a {
  display: block;
}

.portfolio-item .portfolio-img a img {
  border-radius: 10px;
  height: 67px;
  width: 100%;
  object-fit: contain;
}


.portfolio-item .portfolio-img a img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.portfolio-item .portfolio-img:hover img {
  opacity: .5;
}

.portfolio-item .portfolio-tag {
  position: absolute;
  bottom: 105px;
  left: 25px;
}

.portfolio-item .portfolio-tag a span {
  color: #fff;
  background-color: #ff4a35;
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 13px;
}

.portfolio-item .portfolio-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 15px;
  width: 85%;
  transition: 0.7s;
}

.portfolio-item .portfolio-content:hover {
  background-color: #00A2D6;
}

.portfolio-item .portfolio-content:hover h3 {
  color: #fff;
}

.portfolio-item .portfolio-content:hover i {
  background-color: #fff;
  color: #00A2D6;
}

.portfolio-item .portfolio-content a h3 {
  font-size: 20px;
  color: #070f4d;
  display: inline-block;
  margin-top: 6px;
}

.portfolio-item .portfolio-content i {
  width: 35px;
  height: 35px;
  background-color: #00A2D6;
  color: #fff;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  font-size: 24px;
  top: 16px;
  position: absolute;
  right: 15px;
}

.portfolio-mt {
  margin-top: 100px;
}

/*=================================
Portfolio Area End
====================================*/
/*=================================
Submission Area 
====================================*/
.submission-area {
  background-color: rgb(81, 82, 93);
  position: relative;
  z-index: 1;
}

.submission-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url(../img/shape/shape-1.png);
  background-position: center center;
  bottom: 0;
  width: 100%;
  height: 60%;
}

.submission-title h2 {
  font-size: 35px;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}

.submission-form {
  max-width: 780px;
  margin: 0 auto;
  height: 70px;
  background-color: #fff;
  border-radius: 50px;
}

.submission-form .form-group {
  margin-bottom: 0;
}

.submission-form .form-group.border-line {
  position: relative;
}

.submission-form .form-group.border-line::before {
  content: "";
  position: absolute;
  background-color: #d3d9ff;
  width: 1px;
  height: 40px;
  top: 15px;
  left: 0;
}

.submission-form .form-group .form-control {
  height: 70px;
  font-size: 18px;
  line-height: 70px;
  background-color: transparent;
  border: 0;
  padding: 3px 35px;
}

.submission-form .form-group .form-control:focus,
.submission-form .form-group .form-control :hover {
  outline: 0;
  box-shadow: none;
}

.submission-form .default-btn {
  border: 0;
  margin-top: 8px;
  float: right;
  margin-right: 10px;
  padding: 12px 50px;
  font-size: 18px;
}

.submission-form .form-group .form-control::-moz-placeholder {
  color: #b6b6b6;
}

.submission-form .form-group .form-control:-ms-input-placeholder {
  color: #b6b6b6;
}

.submission-form .form-group .form-control::placeholder {
  color: #b6b6b6;
}

/*=================================
Submission Area End
====================================*/
/*=================================
Price Section 
====================================*/
.bg-price {
  background-color: #fcfcff;
}

.tabs-item-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: auto;
}

.tabs-item-list ul li {
  display: inline-block;
}

.tabs-item-list ul li.active a {
  background-color: #00A2D6;
  color: #fff;
}

.tabs-item-list ul li a {
  color: #00A2D6;
  display: inline-block;
  color: #fff;
  margin-right: 20px;
  text-align: center;
  background-color: #eff1ff;
  padding: 10px 50px;
  border-radius: 50px;
  color: #00A2D6;
}

.tabs-item-list ul li a.active {
  background-color: #00A2D6;
  color: #fff;
}

#prices-content {
  margin-top: 50px;
}

#prices-content .prices-content-area {
  display: none;
}

#prices-content .active {
  display: block;
}

.single-price {
  padding-top: 38px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(146, 145, 145, 0.1);
  border-radius: 15px;
  transition: 0.7s;
  margin-bottom: 30px;
  position: relative;
}

.single-price:hover {
  background-color: #00A2D6;
}

.single-price:hover .get-btn {
  background-color: #fff;
  color: #ff4a35;
}

.single-price:hover ul li,
.single-price:hover .single-price-title h2 {
  color: #fff;
}

.single-price:hover ul .color-gray {
  color: #6578f7;
}

.single-price.current {
  background-color: #00A2D6;
}

.single-price.current .get-btn {
  background-color: #fff;
  color: #ff4a35;
}

.single-price.current ul li,
.single-price.current .single-price-title h2 {
  color: #fff;
}

.single-price.current ul .color-gray {
  color: #6578f7;
}

.single-price.current .get-btn {
  background-color: #fff;
  color: #ff4a35;
}

.single-price span {
  color: #ff4a35;
  background-color: #fffbfb;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 2px;
}

.single-price .single-price-title {
  margin-top: 20px;
  margin-bottom: 30px;
}

.single-price .single-price-title h2 {
  font-size: 60px;
  color: #00A2D6;
  font-weight: 700;
}

.single-price .single-price-title h1 {
  font-size: 60px;
  font-weight: 700;
}

.single-price ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-price ul li {
  padding-bottom: 20px;
}

.single-price .get-btn {
  margin-top: 30px;
  background-color: #00A2D6;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  border-radius: 50px;
  transition: 0.7s;
}

.single-price .get-btn:hover {
  background-color: #070f4d;
  color: #fff;
}

/*=================================
Price Section End
====================================*/
/*=================================
Member Area 
====================================*/
.member-area {
  position: relative;
}

.member-card {
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.member-card:hover .member-img .member-content {
  padding-top: 40px;
}

.member-card:hover .member-img .member-content .social-icon {
  opacity: 1;
}

.member-card .member-img {
  position: relative;
}

.member-card .member-img a {
  display: block;
}

.member-card .member-img a img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.member-card .member-img .member-content {
  position: absolute;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  width: 100%;
  transition: 0.7s;
}

.member-card .member-img .member-content a h3 {
  font-size: 20px;
  line-height: 0.7;
  color: #070f4d;
}

.member-card .member-img .member-content span {
  font-size: 14px;
  line-height: 0;
  color: #707070;
}

.member-card .member-img .member-content .social-icon {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
  transition: 0.7s;
}

.member-card .member-img .member-content .social-icon.active {
  opacity: 1;
}

.member-card .member-img .member-content .social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.member-card .member-img .member-content .social-icon ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 0.7s;
}

.member-card .member-img .member-content .social-icon ul li a {
  color: #00A2D6;
  font-size: 20px;
}

.member-card .member-img .member-content .social-icon ul li a:hover {
  color: #fff;
}

.member-card .member-img .member-content .social-icon ul li:hover {
  background-color: #00A2D6;
}

.member-shape {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: -1;
}

.member-shape img {
  height: 900px;
  max-width: 845px;
}

.member-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.member-shape-2 img {
  max-width: 950px;
  height: 1730px;
}

/*=================================
Member Area End
====================================*/
/*=================================
Counter Area 
====================================*/
.counter-area {
  background-color: #51525d;
  position: relative;
}

.counter-area::before {
  content: "";
  position: absolute;
  background-image: url(../img/shape/counter-shape-1.png);
  top: 0;
  left: 0;
  right: 0;
  background-position: center center;
  width: 100%;
  height: 250px;
}

.single-counter {
  text-align: center;
  margin-bottom: 1px;
  transition: 0.5s;
}

.single-counter i {
  font-size: 35px;
  width: 70px;
  display: inline-block;
  height: 70px;
  background-color: #fff;
  color: #00a2d6;
  border-radius: 50%;
  line-height: 70px;
  margin-bottom: 52px;
}

.single-counter h3 {
  font-size: 45px;
  color: #fff;
  line-height: 0;
  margin-bottom: 29px;
}

.single-counter p {
  font-size: 24px;
  color: #fff;
  margin: 0;
}

.counter-area-2 {
  background-image: url(../img/counter-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.counter-area-2::before {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #ff4a35;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

/*=================================
Counter Area End
====================================*/

/*=================================
Testimonial Area
====================================*/
.testimonial-area {
  position: relative;
}

.testimonial-area .owl-theme .owl-nav {
  margin-top: 40px;
}

.testimonial-area .owl-theme .owl-nav .owl-prev {
  width: 45px !important;
  height: 45px !important;
  font-size: 24px !important;
  line-height: 0;
  background-color: #d0d5f5 !important;
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s;
}

.testimonial-area .owl-theme .owl-nav .owl-prev:hover {
  background-color: #00A2D6 !important;
}

.testimonial-area .owl-theme .owl-nav .owl-next {
  width: 45px !important;
  height: 45px !important;
  font-size: 24px !important;
  line-height: 0;
  background-color: #d0d5f5 !important;
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s;
}

.testimonial-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #00A2D6 !important;
}

.testimonial-slider {
  max-width: 700px;
  margin-left: auto;
  position: relative;
}

.testimonial-slider .testimonial-icon {
  font-size: 160px;
  color: #fff6f5;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-item {
  max-width: 670px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #00A2D6;
  text-align: center;
  border-radius: 15px;
  padding-bottom: 45px;
}

.testimonial-item::before {
  content: "";
  position: absolute;
  background-image: url(../img/testimonial/shape-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.testimonial-item .testimonial-item-img img {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  border-radius: 50%;
  border: 2px solid #00A2D6;
}

.testimonial-item h3 {
  font-size: 20px;
  color: #fff;
  padding-top: 70px;
}

.testimonial-item p {
  color: #fff;
  max-width: 490px;
  margin: 0 auto;
}

.testimonial-img img {
  max-width: 100%;
  height: 100%;
  margin-top: 90px;
  -webkit-animation: moveBounce 10s linear infinite;
  animation: moveBounce 10s linear infinite;
}

.shape-left {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: -1;
}

.shape-left img {
  max-width: 470px;
  height: 1100px;
}

.shape-right {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: -1;
}

.shape-right img {
  max-width: 580px;
  height: 1290px;
}

#testimonial-area .section-heading h2 {
  font-size: 48px;
  line-height: 58px;
}

.testi-wrap {
  position: relative;
  height: 725px;
  margin-top: -16px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  display: none;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  opacity: 0;
  visibility: hidden;
}

.client-single.position-1 {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}

.client-single.position-2 {
  left: -40px;
  top: 105px;
}

.client-single.position-3 {
  left: -60px;
  top: 240px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}

.client-single.position-4 {
  left: 55px;
  top: 380px;
}

.client-single.position-5 {
  top: 30px;
  right: 55px;
}

.client-single.position-6 {
  top: 225px;
  right: -40px;
}

.client-single.position-7 {
  top: 400px;
  right: 45px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}

.client-single.active {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 70%;
}

.client-single.active .client-comment,
.client-single.active .client-info {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.client-single:not(.active) {
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
  z-index: 99;
}

.client-single.active .client-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 24px;
  position: relative;
}

.client-single.active .client-img:before {
  border-radius: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9d5bfe), to(#3890fe));
  background-image: linear-gradient(180deg, #9d5bfe 0%, #3890fe 100%);
  padding: 5px;
  width: 160px;
  height: 160px;
  top: -4px;
  left: 0px;
  position: absolute;
  z-index: -1;
}

.client-single .client-img img {
  width: 150px;
  border-radius: 50%;
  border: 8px solid #d1e9ff;
  cursor: pointer;
}

.client-single.active .client-img img {
  max-width: 160px;
  margin: 0 auto 24px;
  border: 0;
}

.client-comment {
  padding: 0 30px;
}

.client-comment h3 {
  font-size: 22px;
  line-height: 32px;
  color: #505b6d;
}

.client-comment span i {
  font-size: 60px;
  color: #0084ff;
  margin: 40px 0 24px;
  display: inline-block;
}

.client-info h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
}

.client-info p {
  color: #0084ff;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 100px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 580px;
  }

  #testimonial-area {
    padding: 100px 0 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-5,
  .client-single.position-7 {
    right: 0;
  }

  .client-single.position-4 {
    left: 0;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 630px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .testi-part {
    display: none !important;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 600px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 550px;
  }
}

/*=================================
Testimonial Area End
====================================*/
/*=================================
Blog Card 
====================================*/
.blog-card {
  margin-bottom: 30px;
}

.blog-card:hover a h3 {
  color: #00A2D6;
}

.blog-card .blog-img {
  position: relative;
}

.blog-card .blog-img a {
  display: block;
}

.blog-card .blog-img a img {
  border-radius: 15px 15px 0 0;
}

.blog-card .blog-content {
  margin-top: -45px;
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.blog-card .blog-content .blog-tag {
  position: absolute;
  left: 25px;
  bottom: 111px;
}

.blog-card .blog-content .blog-tag a {
  display: block;
}

.blog-card .blog-content .blog-tag a span {
  padding: 7px 20px;
  background-color: #ff4a35;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
}

.blog-card .blog-content a {
  display: block;
}

.blog-card .blog-content a h3 {
  font-size: 14px;
}

.blog-card .blog-content .read-btn {
  color: #00A2D6;
}

.blog-card .blog-content .read-btn:hover {
  color: #ff4a35;
  letter-spacing: 0.2px;
}

/*=================================
Blog Card End
====================================*/
/*=================================
Footer Section 
====================================*/
.bg-footer {
  margin-top: 20px;
  background-color: #51525d;
  position: relative;
  border-radius: 40% 0 0 0;
}

.bg-footer .ftp {
  display: inline-block;
}

.bg-footer::before {
  content: "";
  left: 0;
  position: absolute;
  background: #ffffff;
  height: 20%;
  top: -70px;
  transform: skewY(175deg);
  width: 100%;
  z-index: 1;
}

.bg-footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/shape/footer-shape.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
}

.footer-top {
  padding-top: 200px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.footer-single {
  margin-bottom: 30px;
}

.erp-footer-bg .footer-list ul li {
  margin-top: -1px;
  display: block;
  font-size: 17px;
  color: #fff;
}

.footer-single .social-icon-list ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.erp-footer-bg .footer-single .social-icon-list ul li {
  margin-right: 20px;
}

.erp-footer-bg .footer-single .social-icon-list ul li a {
  color: #fff;
  font-size: 25px;
}

.erp-footer-bg .footer-single .social-icon-list ul li a:hover {
  color: #ffaf00;
}

.footer-single .footer-single-content a img {
    margin-bottom: 20px;
    max-width: 302px;
    width: 100%;
}

.footer-single .footer-single-content p {
  color: #fff;
  margin: 0;
}

.footer-single .newsletter-area {
  margin-top: 25px;
}

.footer-single .newsletter-area .newsletter-form {
  position: relative;
  max-width: 370px;
  border-radius: 50px;
}

.footer-single .newsletter-area .newsletter-form .form-control {
  background: #fff;
  height: 55px;
  line-height: 55px;
  margin: 0;
  border-radius: 50px;
  border: none;
  padding: 0 25px;
}

.footer-single .newsletter-area .newsletter-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.footer-single .newsletter-area .newsletter-form .subscribe-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  margin: 0;
  background: #00A2D6;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
}

.footer-single .newsletter-area .newsletter-form .subscribe-btn:hover {
  background: #070f4d;
  color: #ffffff;
}

.footer-single .newsletter-area .newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}

.footer-list {
  margin-bottom: 30px;
}

.footer-list h3 {
  font-size: 25px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list ul li {
  margin-top: 10px;
  display: block;
  font-size: 17px;
  color: #fff;
}

.footer-list ul li i {
  font-size: 15px;
}

.footer-list ul li a {
  color: #fff;
  position: relative;
  transition: 0.7s;
}

.footer-list ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #070f4d;
  transition: 0.7s;
}

.footer-list ul li a:hover::before {
  width: 100%;
}

.footer-list ul li a:hover {
  color: #00A2D6;
}

.footer-bottom {
  position: relative;
  border-top: 1px solid #fff;
  padding-top: 24px;
  padding-bottom: 22px;
  z-index: 1;
}

.footer-bottom .bottom-text p {
  color: #fff;
  padding: 0;
  margin: 0;
}

.footer-bottom .bottom-text p a {
  color: #fff;
  font-weight: 500;
}

.footer-bottom .bottom-text p a:hover {
  color: #fff;
}

.footer-area-bg {
  background-color: #51525d;
}

/*=================================
Footer Section End
====================================*/
/*================================
Home Page One Style  End
==================================*/
/*================================
Home Page two Style  
==================================*/
/*================================
Header Area 
==================================*/
.header-area {
  background-color: #00A2D6;
  padding: 10px 0;
}

.header-content-right {
  position: relative;
}

.header-content-right .header-contact {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.header-content-right .header-contact li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-right: 20px;
  font-weight: 400;
}

.header-content-right .header-contact li:hover {
  color: #ff4a35;
}

.header-content-right .header-contact li a {
  color: #fff;
}

.header-content-right .header-contact li a:hover {
  color: #070f4d;
}

.header-content-right .header-contact li i {
  position: relative;
  top: 3px;
  margin-right: 10px;
  font-size: 16px;
}

.header-content-right .header-social {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.header-content-right .header-social li {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.header-content-right .header-social li a {
  font-size: 20px;
  color: #fff;
}

.header-content-right .header-social li a:hover {
  color: #070f4d;
  transform: translateY(-2px);
}

/*================================
Header Area End
==================================*/
.top-nav {
  background-color: #fff;
  position: inherit;
}

/*================================
Banner Area 
==================================*/
.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/home-2/home-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 50px 50px;
}

.banner-into {
  padding-top: 125px;
  padding-bottom: 165px;
}

.banner-content h1 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner-content p {
  margin-bottom: 40px;
  max-width: 560px;
}

.banner-content .banner-content-btn .learn-btn {
  background-color: #00A2D6;
  padding: 12px 42px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.banner-content .banner-content-btn .learn-btn::before {
  position: absolute;
  content: "";
  background: #070f4d;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 50px;
  transform: scaleY(0);
  transition: 0.3s all ease-in-out;
}

.banner-content .banner-content-btn .learn-btn:hover::before {
  transform: scaleY(1);
}

.banner-content .banner-content-btn .banner-play-btn {
  display: inline-block;
  margin-left: 20px;
}

.banner-content .banner-content-btn .banner-play-btn .play-btn {
  color: #ff4a35;
  position: relative;
}

.banner-content .banner-content-btn .banner-play-btn .play-btn i {
  position: relative;
  top: 8px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 35px;
  border-radius: 50px;
  color: #ff4a35;
  background-color: #fff;
  margin-right: 10px;
  transition: 0.7s;
}

.banner-content .banner-content-btn .banner-play-btn .play-btn i:hover {
  background-color: #00A2D6;
  color: #fff;
}

.banner-img-2 {
  position: relative;
}

.banner-img-2 .dots {
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}

/*================================
Banner Area End
==================================*/
.submission-top {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

/*================================
About Section
==================================*/
.about-img-2 {
  margin-top: 80px;
  margin-bottom: 30px;
  margin-left: auto;
  max-width: 500px;
  height: auto;
  position: relative;
  z-index: 1;
}

.about-img-2 .about-man {
  text-align: center;
  position: relative;
}

.about-img-2 .about-man img {
  height: 570px;
  margin-top: -80px;
}

.about-img-2 .about-man::before {
  content: "";
  position: absolute;
  background-image: url(../img/about/bg-shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.about-img-2 .about-shape1 {
  position: absolute;
  left: -40px;
  top: 35%;
  -webkit-animation: moveBounce 9s linear infinite;
  animation: moveBounce 9s linear infinite;
}

.about-img-2 .about-shape2 {
  position: absolute;
  right: -10px;
  top: 55%;
  -webkit-animation: moveBounce 12s linear infinite;
  animation: moveBounce 12s linear infinite;
}

/*================================
About Section End
==================================*/
/*================================
Client Area
==================================*/
.client-area {
  position: relative;
}

.client-area .owl-theme .owl-nav {
  margin-top: 40px;
}

.client-area .owl-theme .owl-nav .owl-prev {
  width: 45px !important;
  height: 45px !important;
  font-size: 24px !important;
  line-height: 0;
  background-color: #d0d5f5 !important;
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s;
}

.client-area .owl-theme .owl-nav .owl-prev:hover {
  background-color: #00A2D6 !important;
}

.client-area .owl-theme .owl-nav .owl-next {
  width: 45px !important;
  height: 45px !important;
  font-size: 24px !important;
  line-height: 0;
  background-color: #d0d5f5 !important;
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s;
}

.client-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #00A2D6 !important;
}

.client-area .client-slider .center .client-item {
  background-color: #00A2D6;
}

.client-area .client-slider .center .client-item::before {
  content: "";
  position: absolute;
  background-image: url(../img/testimonial/shape-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.client-area .client-slider .center .client-item h3,
.client-area .client-slider .center .client-item p {
  color: #fff;
}

.client-item {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 45px;
}

.client-item .client-item-img img {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  border-radius: 50%;
}

.client-item h3 {
  font-size: 20px;
  color: #070f4d;
  padding-top: 70px;
}

.client-item p {
  color: #75799b;
  max-width: 490px;
  margin: 0 auto;
}

.client-mt {
  margin-top: 80px !important;
}

/*================================
Client Area End
==================================*/
/*================================
Subscribe Area 
==================================*/
.subscribe-area {
  margin-top: 25px;
  position: relative;
  background-color: #ff4a35;
}

.subscribe-area::before {
  content: "";
  position: absolute;
  background-image: url(../img/shape/submition-shape2.png);
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: left;
  background-repeat: no-repeat;
}

.subscribe-area::after {
  content: "";
  position: absolute;
  background-image: url(../img/shape/submition-shape1.png);
  background-position: right;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
}

.subscribe-area .subscribe-content {
  max-width: 685px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.subscribe-area .subscribe-content h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 50px;
}

.subscribe-area .subscribe-form {
  position: relative;
  max-width: 575px;
  margin: 0 auto;
  border-radius: 50px;
}

.subscribe-area .subscribe-form .form-control {
  background: #fff;
  height: 55px;
  line-height: 55px;
  margin: 0;
  border-radius: 50px;
  border: none;
  padding: 0 25px;
}

.subscribe-area .subscribe-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.subscribe-area .subscribe-form .submit-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  margin: 0;
  background: #00A2D6;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
}

.subscribe-area .subscribe-form .submit-btn:hover {
  background: #070f4d;
  color: #ffffff;
}

/*================================
Subscribe Area End
==================================*/
/*=================================
Footer Area Another
====================================*/
.footer-area-another {
  background-color: #fff;
}

.footer-top-2 {
  position: relative;
  z-index: 1;
}

.footer-single-2 {
  margin-bottom: 30px;
}

.footer-single-2 .footer-single-content-2 a img {
  margin-bottom: 20px;
}

.footer-single-2 .footer-single-content-2 p {
  color: #75799b;
  margin-bottom: 20px;
}

.footer-single-2 .footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-single-2 .footer-social li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}

.footer-single-2 .footer-social li a {
  font-size: 24px;
  color: #070f4d;
}

.footer-single-2 .footer-social li a:hover {
  color: #00A2D6;
}

.footer-list-2 {
  margin-bottom: 30px;
}

.footer-list-2 h3 {
  font-size: 25px;
  color: #070f4d;
  position: relative;
  margin-bottom: 20px;
}

.footer-list-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list-2 ul li {
  margin-top: 10px;
  display: block;
  font-size: 17px;
  color: #070f4d;
}

.footer-list-2 ul li i {
  font-size: 15px;
}

.footer-list-2 ul li a {
  color: #070f4d;
  position: relative;
  transition: 0.7s;
}

.footer-list-2 ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #00A2D6;
  transition: 0.7s;
}

.footer-list-2 ul li a:hover::before {
  width: 100%;
}

.footer-list-2 ul li a:hover {
  color: #00A2D6;
}

.footer-bottom-2 {
  position: relative;
  border-top: 1px solid #fff;
  padding-top: 24px;
  padding-bottom: 22px;
  z-index: 1;
  background-color: #070f4d;
}

.footer-bottom-2 .bottom-text-2 p {
  color: #fff;
  padding: 0;
  margin: 0;
}

.footer-bottom-2 .bottom-text-2 p a {
  color: #ff4a35;
  font-weight: 500;
}

.footer-bottom-2 .bottom-text-2 p a:hover {
  color: #fff;
}

/*=================================
Footer Area Another End
====================================*/
/*================================
Home Page Two Style End
==================================*/
/*================================
Home Page Three Style 
==================================*/
/* Other Side */
.other-side .search-area {
  float: left;
  position: relative;
  top: 0;
  margin-right: 10px;
}

.other-side .search-area .search-item {
  display: inline-block;
  position: relative;
  color: #75799b;
  cursor: pointer;
  top: 9px;
}

.other-side .search-area .search-item i {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: -5px;
  color: #75799b;
  font-weight: 600;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.other-side .search-area .search-item .search-overlay {
  display: none;
}

.other-side .search-area .search-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #fff;
  z-index: 2;
  padding: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.other-side .search-area .search-item .search-overlay.search-popup .search-form {
  position: relative;
}

.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #75799b;
  outline: 0;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #ff4a35;
}

.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  transition: 0.5s;
  padding: 0;
  cursor: pointer;
}

.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-button i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  top: 0;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
}

.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-button:focus {
  color: #ff4a35;
}

.other-side .search-area .search-item .search-btn {
  transition: all 0.5s;
  font-size: 16px;
  color: #000000;
}

.other-side .search-area .search-item .search-btn:hover {
  color: #ff4a35;
}

.other-side .search-area .search-item .search-btn:hover i {
  color: #ff4a35;
}

.other-side .search-area .search-item .close-btn {
  cursor: pointer;
  display: none;
  transition: 0.5s;
  color: #75799b;
}

.other-side .search-area .search-item .close-btn i {
  font-size: 20px;
}

.other-side .search-area .search-item .close-btn:hover {
  color: #ff4a35;
}

.other-side .search-area .search-item .close-btn.active {
  display: block;
  top: -5px;
}

.other-side .search-area .search-item .close-btn.active i {
  font-size: 20px;
}

.other-side .modal-menu {
  float: right;
  margin-left: 20px;
  margin-top: 3px;
}

.other-side .modal-menu a {
  color: #000000;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.other-side .modal-menu a:hover {
  color: #ff4a35;
}

/* Sidebar Modal */
.sidebar-modal {
  position: relative;
}

.sidebar-modal .navbar-nav li a {
  padding: 10px 0px 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 450px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  background-color: #fff;
}

.sidebar-modal .modal.right .modal-body {
  padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
  margin-bottom: 35px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  color: #070f4d;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 70px;
  height: 2px;
  border-radius: 5px;
  background: #00A2D6;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
  margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
  font-size: 16px;
  color: #75799b;
  font-weight: 600;
  text-transform: capitalize;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
  color: #ff4a35;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li {
  position: relative;
  font-weight: 500;
  padding-left: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  color: #75799b;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #070f4d;
  margin-top: 5px;
  text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 29px;
  transition: all 0.5s;
  background-color: #00A2D6;
  border-radius: 4px;
  font-size: 15px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li:hover i {
  color: #ffffff;
  background: #ff4a35;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
  text-align: left;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
  display: inline-block;
  padding-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #75799b;
  font-size: 12px;
  transition: all 0.5s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
  background-color: #ff4a35;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
  color: #ff4a35;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
  color: #fff;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
  right: 0;
  -webkit-animation: fadeInRight 0.6s linear;
  animation: fadeInRight 0.6s linear;
}

.sidebar-modal .modal-header {
  display: inline;
  padding: 0;
  border: none;
}

.sidebar-modal .modal-header .close {
  height: 110px;
  width: 60px;
  color: #75799b;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.sidebar-modal .modal-header .close i {
  margin-left: 0;
  font-size: 40px;
}

.sidebar-modal .modal-header h2 {
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
}

.sidebar-modal button:focus {
  outline: 0px;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
  right: 0;
  -webkit-animation: fadeInRight 0.6s linear;
  animation: fadeInRight 0.6s linear;
}

.sidebar-modal .modal.right.fade .modal-dialog {
  right: 0;
}

.price-shape {
  background-image: url(../img/shape/price-shape.png);
  background-position: center center;
  background-size: cover;
}

/*================================
Home Page Three Style End
==================================*/
/*================================
Inner Banner
==================================*/
#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.white-panel img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.white-panel {
  position: absolute;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

/*
stylize any heading tags withing white-panel below
*/

.white-panel h1 {
  font-size: 1em;
}

.white-panel h1 a {
  color: #A92733;
}

.white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.st-content ul {
  padding: 0px;
  margin: 0px;
}

.st-content ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.dy-100 {
  padding: 50px 0px;
}

.inner-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0e0e10;
  opacity: 0.5;
}

.inner-banner .inner-title {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.inner-banner .inner-title h3 {
  font-size: 30px;
  color: #fff;
}

.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #ff4a35;
  display: inline-block;
  margin-right: 10px;
}

.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}

.inner-banner .inner-title ul li i {
  font-size: 16px;
  color: #fff;
}

.inner-banner .inner-title ul li a {
  color: #fff;
}

.inner-banner .inner-title ul li a:hover {
  color: #ff4a35;
}

.inner-bg1 {
  background-image: url(../img/inner-banner/1.jpg);
  background-attachment: fixed;
}

.inner-bg-multi-vendor {
  background-image: url(../img/inner-banner/inner-bg-multi-marketplace.png);
}

.inner-bg02 {
  background-image: url(../img/inner-banner/terms.png);
  background-attachment: fixed;
}

.inner-bg2 {
  background-image: url(../img/inner-banner/2.jpg);
  background-attachment: fixed;
}

.inner-bg-feedback {
  background-image: url(../img/inner-banner/feedback.png);
  background-attachment: fixed;
}

.inner-bg3 {
  background-image: url(../img/inner-banner/3.jpg);
  background-attachment: fixed;
}

.inner-bg4 {
  background-image: url(../img/inner-banner/4.jpg);
  background-attachment: fixed;
}

.inner-bg-privacy {
  background-image: url(../img/inner-banner/privacy.jpg);
  background-attachment: fixed;
}

.inner-bg5 {
  background-image: url(../img/inner-banner/recovery.png);
  background-attachment: fixed;
}

.inner-bg-5 {
  background-image: url(../img/inner-banner/blog-details.png);
  background-attachment: fixed;
}

.inner-bg6 {
  background-image: url(../img/inner-banner/6.jpg);
  background-attachment: fixed;
}

.inner-bg7 {
  background-image: url(../img/inner-banner/7.jpg);
  background-attachment: fixed;
}

.inner-bg8 {
  background-image: url(../img/inner-banner/8.jpg);
  background-attachment: fixed;
}

/*================================
Inner Banner End
==================================*/
/*================================
Pagination Area
==================================*/
.pagination-area {
  text-align: center;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  display: table;
}

.pagination-area .page-link {
  color: #ff4a35;
  background-color: #ffffff;
  box-shadow: 0 0 15px #d0d0d0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 24px;
  transition: all 0.5s;
  font-weight: 700;
}

.pagination-area .page-link i {
  margin-right: -4px;
  font-size: 21px;
}

.pagination-area .page-link i::before {
  margin-left: -4px;
}

.pagination-area .page-link.current,
.pagination-area .page-link:hover,
.pagination-area .page-link:focus {
  color: #ffffff;
  background-color: #ff4a35;
  border: 1px solid #ff4a35;
}

.pagination-area .page-item {
  padding: 0 8px 0;
}

.pagination-area .page-item:first-child .page-link {
  border-radius: none;
}

.pagination-area .page-item:last-child .page-link {
  border-radius: none;
}

.pagination-area .page-item.current .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #ff4a35;
  border-color: #ff4a35;
}

/*================================
Pagination Area End
==================================*/
/*===============
web-design area start
===========================*/
.project-datils-section .container {
  max-width: 1170px !important;
  width: 100%;
}

.news-letter-subscribe .container {
  max-width: 1170px !important;
  width: 100%;
}

.pb-135,
.py-135 {
  padding-bottom: 30px;
}

.pt-130,
.py-130 {
  padding-top: 130px;
}

.pb-30,
.py-30 {
  padding-bottom: 40px;
}

.pb-10,
.py-10 {
  padding-bottom: 40px;
}

.mb-55,
.my-55 {
  margin-bottom: 55px;
}

.bg-blue {
  background-color: #5138ee;
}

.project-information {
  margin-top: -180px;
}

.project-content-one h2 {
  font-size: 35px;
  margin-bottom: 18px;
}

.project-content-one .big-letter {
  margin-bottom: 18px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a,
.text-white.section-title h2 span {
  color: #fff;
}

.project-info-title {
  font-size: 30px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 28px;
}

.project-info-title:after {
  content: '';
  height: 4px;
  width: 50px;
  left: 0;
  bottom: 0;
  background: #fff;
  border-radius: 5px;
  position: absolute;
}

.project-info-item {
  font-weight: 500;
}

.project-info-item h4 {
  font-size: 20px;
  padding-top: 4px;
}

.project-info-item:not(:last-child) {
  border-bottom: 1px solid #6b56f1;
  padding-bottom: 25px;
  margin-bottom: 23px;
}

/*===============
web-design area end
===========================*/


/* =============
news letter------section---start */
.mt-220,
.my-220 {
  margin-top: 50px;
}

.bg-lighter {
  background-color: #f8f7fc;
}

.newsletter-content {
  margin-left: 30px;
}

.p-60 {
  padding: 60px;
}

.mb-30,
.my-30 {
  margin-bottom: 30px;
}

.text-white .sub-title {
  color: #fff;
  background: #5d46ef;
}

.sub-title {
  line-height: 1.4;
  font-weight: 600;
  padding: 7px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #f3f1fe;
  display: inline-block;
  text-transform: capitalize;
  color: var(--primary-color);
}

.newsletter-email {
  position: relative;
}

.newsletter-email input {
  border-radius: 7px;
  padding: 5px 30px;
  height: 70px;
  width: 100%;
}

button {
  border: none;
}

input {
  border: none;
}

.news-letter-subscribe .newsletter-email button {
  background: #141125;
  color: #fff;
}

.newsletter-email button {
  position: absolute;
  color: #fff;
  top: 10px;
  right: 10px;
  display: flex;
  padding: 8px 30px;
  border-radius: 5px;
  align-items: center;
  height: calc(100% - 20px);
  background: var(--heading-color);
}

.newsletter-email button i {
  margin: 3px 0 0 7px;
}

/* ===============
news letter---section-----------end======== */


/* ===============
web development start
=====================*/
.pb-50 {
  padding-top: 100px;
}

.wk-banner .wk-content-banner .wk-header-page {
  text-align: center;
}

.wk-banner .wk-content-banner .wk-header-page h1 {
  color: #2c3145;
}

.wk-banner .wk-content-banner .wk-header-page p {
  margin: 16px 0px;
  font-size: 21px;
  color: #2c3145;
  font-weight: 400;
}

.wk-banner .wk-content-banner .wk-header-page .wp-block-button a {
  background-color: #2149f3;
  padding: 20px 45px 21px;
  border-radius: 8px;
  margin: 24px 0 0;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.logo-img-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000;
}

.wk-logo-wrapper {
  padding-top: 100px;
}

.wk-logo-wrapper h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 19px;
}

.lft,
.rft {
  padding: 10px;
  font-size: 16px !important;
}

.lft img {
  border-radius: 18px;
}

.rft img {
  border-radius: 18px;
}

.mb-line {
  border-top: 1px solid #d7dfe2;
  border-bottom: none;
}

.wk-component {
  padding-top: 45px;
}

.wk-component .brick {
  text-align: left;
}

.wk-component .brick img {
  background-color: #ebf3f5;
  border-radius: 16px;
}

.wk-component .brick p {
  color: #2c3145;
  font-weight: 700;
  font-size: 24px;
  margin: 13px 0 1px 0px;
  line-height: 36px;
}

.srch {
  margin-top: 8px;
}

.srch li {
  margin-bottom: 8px;
}

.wk-component .wk-caption-info {
  Color: #2c3145;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.wk-component .img-content-left h1 {
  color: #2c3145;
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 15px;
}

.wk-component .img-content-left p {
  Color: #2c3145;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.wk-component .img-content-right img {
  width: 100%;
  border-radius: 40px;
}

/* ===============
web development end
=====================*/


/*================================
Service Dtls Content
==================================*/
.service-dtls-content .service-dtls-img img {
  max-width: 100%;
  margin-bottom: 30px;
  width: 100%;
}

.service-dtls-content h2 {
  font-size: 35px;
  margin-bottom: 25px;
}

.service-dtls-content .service-dtls-btn {
  margin-top: 20px;
  display: inline-block;
}

.service-dtls-content .pager-area {
  margin-top: 20px;
  float: right;
}

.service-dtls-content .pager-area .pager {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.service-dtls-content .pager-area .pager .previous {
  float: left;
  margin-right: 20px;
}

.service-dtls-content .pager-area .pager .next {
  float: right;
}

.service-dtls-content .pager-area .pager a {
  color: #00A2D6;
  padding: 12px 42px;
  border-radius: 50px;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #00A2D6;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

.service-dtls-content .pager-area .pager a:hover {
  color: #fff;
  background-color: #00A2D6;
}

.newsletter-images {
  max-width: 570px;
  margin-top: -30px;
  position: relative;
  margin-bottom: -30px;
}

.newsletter-images .circle {
  position: absolute;
  top: 20%;
  right: 15%;
  z-index: 0;
  width: 33%;
}

.slideUpRight {
  -webkit-animation: slideUpRight 5s infinite linear;
  animation: slideUpRight 5s infinite linear;
}

.newsletter-images .dots {
  position: absolute;
  left: 20%;
  bottom: 15%;
  z-index: 0;
  width: 11%;
}

.slideLeftRight {
  -webkit-animation: slideLeftRight 5s infinite linear;
  animation: slideLeftRight 5s infinite linear;
}

/*================================
Service Dtls Content End
==================================*/
/*================================
Common Catagory
==================================*/
.common-catagory {
  margin-bottom: 30px;
}

.common-catagory h3 {
  font-size: 25px;
  color: #070f4d;
  margin-bottom: 25px;
}

.common-catagory .catagory {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.common-catagory .catagory li {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.subscribe-section {
  padding: 42px 40px 45px;
  background-color: #0a3041;
  color: #fff;
  margin-top: 30px;
}

.subscribe-section span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 11px;
  color: #25d06f;
}

.subscribe-section h3 {
  font-size: 26px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  line-height: 1.4;
  color: #fff;
}

.subscribe-form {
  margin-top: 47px;
}

.form-element {
  margin-bottom: 20px;
}

.subscribe-form input[type="email"] {
  border: none;
  padding: 5px 18px;
  width: 100%;
}

.subscribe-form input[type="submit"],
.subscribe-form button[type="submit"] {
  background-color: #00A2D6;
  border: 1px solid #00A2D6;
}

.common-catagory .catagory li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #00A2D6;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

.common-catagory .catagory li:hover::before {
  width: 100%;
  opacity: 1;
}

.common-catagory .catagory li a {
  padding: 15px 25px;
  width: 100%;
  color: #070f4d;
  font-weight: 600;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

.common-catagory .catagory li a:hover {
  color: #fff;
}

.common-catagory .catagory li a i {
  float: right;
  font-size: 20px;
  position: relative;
  top: 4px;
}

/*================================
Common Catagory End
==================================*/
/*================================
Blog Details Page
==================================*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

.blog-dtls-content .blog-dtls-img {
  margin-bottom: 30px;
}

.blog-dtls-content .blog-dtls-img img {
  border-radius: 10px;
  width: 100%;
}

.blog-dtls-content .blog-text {
  margin-bottom: 30px;
}

.blog-dtls-content .blog-text h2 {
  font-size: 35px;
  color: #070f4d;
  margin-bottom: 20px;
}

.blog-dtls-content .blog-text blockquote {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 50px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 4px;
}

.blog-dtls-content .blog-text blockquote p {
  color: #0e0129;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 17px !important;
  text-align: left;
}

.blog-dtls-content .blog-text blockquote cite {
  display: none;
}

.blog-dtls-content .blog-text blockquote::before {
  color: #ff4a35;
  content: "\ee34";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "boxicons";
  font-size: 140px;
  font-weight: 900;
  opacity: 0.1;
}

.blog-dtls-content .blog-text blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #00A2D6;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-dtls-content h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-dtls-content .bolg-gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-dtls-content .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.blog-dtls-content .article-footer .article-tags {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-dtls-content .article-footer .article-tags a {
  display: inline-block;
  color: #666666;
  font-weight: 600;
}

.blog-dtls-content .article-footer .article-tags a:hover {
  color: #ff4a35;
}

.blog-dtls-content .article-footer span {
  display: inline-block;
  color: #ff4a35;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.blog-dtls-content .article-footer .article-share {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-dtls-content .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-dtls-content .article-footer .article-share .social li {
  display: inline-block;
}

.blog-dtls-content .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #666666;
}

.blog-dtls-content .article-footer .article-share .social li a {
  display: block;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 33px;
  border-radius: 50%;
  background-color: #ff4a35;
  text-align: center;
  font-size: 14px;
}

.blog-dtls-content .article-footer .article-share .social li a:hover {
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.blog-dtls-content .post-navigation {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-dtls-content .post-navigation .navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-dtls-content .post-navigation .navigation-links .nav-previous {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-dtls-content .post-navigation .navigation-links .nav-next {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.blog-dtls-content .post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
  color: #00A2D6;
  padding: 8px 32px;
  background-color: transparent;
  border: 1px solid #00A2D6;
  border-radius: 50px;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

.blog-dtls-content .post-navigation .navigation-links div a:hover {
  color: #fff;
  background-color: #00A2D6;
}

.blog-dtls-content .comment-area .comment-title {
  font-size: 24px;
  color: #070f4d;
}

.blog-dtls-content .comment-area .comment-card {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.blog-dtls-content .comment-area .comment-card:last-child {
  border-bottom: none;
}

.blog-dtls-content .comment-area .comment-card .comment-author-img {
  display: inline-block;
}

.blog-dtls-content .comment-area .comment-card .comment-author-img img {
  max-width: 80%;
  border-radius: 50%;
}

.blog-dtls-content .comment-area .comment-card .comment-author-title {
  display: inline-block;
  position: relative;
  top: 10px;
}

.blog-dtls-content .comment-area .comment-card .comment-author-title h3 {
  font-size: 16px;
  margin: 0;
}

.blog-dtls-content .comment-area .comment-card .comment-author-title span {
  font-size: 12px;
  font-weight: 500;
  color: #75799b;
}

.blog-dtls-content .comment-area .comment-card .comment-body {
  margin-left: 100px;
  margin-top: 15px;
}

.blog-dtls-content .comment-area .comment-card .comment-body .reply-btn {
  border: 1px solid #ded9d9;
  color: #070f4d;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.blog-dtls-content .comment-area .comment-card .comment-body .reply-btn:hover {
  background-color: #00A2D6;
  color: #fff;
}

.blog-dtls-content .comment-area .comment-respond {
  background-color: #f9f9f9;
  padding: 30px;
}

.blog-dtls-content .comment-area .comment-respond .comment-respond-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .form-group {
  margin-bottom: 25px;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .form-group label {
  color: #070f4d;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .form-group .form-control {
  font-size: 16px;
  border: none;
  padding: 25px 18px;
  color: #b3b3b3;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #f7f7f7;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .form-group .form-control:focus {
  border-color: #070f4d;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .post-com-btn {
  padding: 12px 30px;
  background-color: #00A2D6;
  color: #fff;
  text-align: center;
  outline: none;
  border: none;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .post-com-btn:hover {
  background-color: #070f4d;
}

.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  color: #070f4d;
  position: relative;
}

.widget-area .widget .post-wrap {
  padding-top: 20px;
}

.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;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #070f4d;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  border: none;
  color: #fff;
  background-color: #00A2D6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.widget-area .widget_search form button:hover {
  background-color: #070f4d;
}

.widget-area .widget-popular-post {
  position: relative;
  overflow: hidden;
}

.widget-area .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.widget-area .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.widget-area .widget-popular-post .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget-popular-post .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #070f4d;
}

.widget-area .widget-popular-post .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog/4.jpg);
}

.widget-area .widget-popular-post .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog/5.jpg);
}

.widget-area .widget-popular-post .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog/6.jpg);
}

.widget-area .widget-popular-post .item .thumb .fullimage.bg4 {
  background-image: url(../img/blog/1.jpg);
}

.widget-area .widget-popular-post .item .info {
  overflow: hidden;
}

.widget-area .widget-popular-post .item .info span {
  display: block;
  color: #75799b;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.widget-area .widget-popular-post .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget-popular-post .item .info .title a {
  display: inline-block;
  color: #070f4d;
}

.widget-area .widget-popular-post .item .info .title a:hover {
  color: #00A2D6;
}

.widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #75799b;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}

.widget-area .widget_categories ul li::before {
  background: #ff4a35;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 10px;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.widget-area .widget_categories ul li a {
  display: block;
  color: #75799b;
  font-weight: normal;
}

.widget-area .widget_categories ul li a span {
  float: right;
  font-size: 13px;
}

.widget-area .widget_categories ul li a:hover {
  color: #ff4a35;
}

.widget-area .widget_tag ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.widget-area .widget_tag ul li {
  display: inline-block;
}

.widget-area .widget_tag ul li a {
  color: #75799b;
  font-weight: normal;
  padding: 7px 16px;
  border: 1px dashed #eeeeee;
  margin-top: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}

.widget-area .widget_tag ul li a:hover {
  background-color: #ff4a35;
  color: #fff;
}

/*================================
Blog Details Page End
==================================*/
/*================================
Contact Page 
==================================*/
.contact-width {
  width: 960px;
  margin: 0 auto;
}

.contact-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.contact-card i {
  color: #fff;
  background: #00A2D6;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact-card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contact-card ul li {
  list-style: none;
  color: #070f4d;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}

.contact-card ul li:last-child {
  margin-bottom: 0;
}

.contact-card ul li a {
  color: #070f4d;
}

.contact-card ul li a:hover {
  color: #ff4a35;
}

.contact-wrap-form {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 50px;
}

.contact-wrap-form p {
  text-align: center;
  color: #000;
}

.contact-wrap-form .form-group {
  margin-bottom: 25px;
}

.contact-wrap-form .form-group .form-control {
  height: 50px;
  color: #070f4d;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}

.contact-wrap-form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #070f4d;
}

.contact-wrap-form .form-group textarea.form-control {
  height: auto;
}

.contact-wrap-form .with-errors {
  float: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-wrap-form .default-btn {
  border: 0;
  outline: none;
}

.contact-wrap-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-wrap-form .agree-label {
  margin-bottom: 15px;
}

.contact-wrap-form .agree-label #chb1 {
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.contact-wrap-form .agree-label label {
  font-weight: 600;
  color: #000;
}

.contact-wrap-form .forget {
  margin-bottom: 15px;
  float: right;
  color: #ff4a35;
  font-weight: 600;
}

.contact-wrap-form .forget:hover {
  color: #00A2D6;
}

.contact-wrap-form .account-desc {
  margin-top: 25px;
  font-weight: 600;
}

.contact-wrap-form .account-desc a {
  color: #ff4a35;
}

.contact-wrap-form .account-desc a:hover {
  color: #00A2D6;
}

.contact-wrap-form .recover-login {
  color: #ff4a35;
  font-weight: 600;
}

.contact-wrap-form .recover-login:hover {
  color: #00A2D6;
}

.contact-wrap-form .recover-register {
  font-weight: 600;
}

.contact-wrap-form .recover-register a {
  color: #ff4a35;
}

.contact-wrap-form .recover-register a:hover {
  color: #00A2D6;
}

.contact-wrap-form .form-group .form-control:-ms-input-placeholder {
  color: #070f4d;
}

.contact-wrap-form .form-group .form-control::-moz-placeholder {
  color: #070f4d;
}

.contact-wrap-form .form-group .form-control::-webkit-input-placeholder {
  color: #070f4d;
}

.contact-wrap-form .form-group .form-control::-ms-input-placeholder {
  color: #070f4d;
}

.contact-wrap-form .form-group .form-control::placeholder {
  color: #070f4d;
}

.map-area iframe {
  display: block;
  width: 100%;
  height: 400px;
}

.log-in-width {
  max-width: 570px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.login-social-btn {
  font-size: 30px;
  color: #fff;
  background-color: #00A2D6;
  border-radius: 50px;
  width: 120px;
  height: 50px;
  line-height: 55px;
  outline: none;
  border: none;
  margin-bottom: 30px;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

.login-social-btn i {
  line-height: 0;
}

.login-social-btn:hover {
  background-color: #070f4d;
}

/*================================
Contact Page End
==================================*/
/*==================================
Single Content CSS
====================================*/
.single-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.single-content p {
  margin-bottom: 15px;
}

.single-content p:last-child {
  margin-bottom: 0;
}

/*==================================
Single Content CSS End
====================================*/
/*=================================
404 Error page
===================================*/
.error-area {
  padding: 140px 0;
  height: 100vh;
}

.error-area .error-content {
  text-align: center;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 0.5;
  font-weight: 700;
  color: #75799b;
}

.error-area .error-content h1 span {
  color: #ff4a35;
}

.error-area .error-content h3 {
  margin: 50px 0 0;
  position: relative;
  color: #ff4a35;
}

.error-area .error-content p {
  margin: 20px 0 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/*=================================
404 Error page End
===================================*/
/*==================================
Back To Top Button 
=====================================*/
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

.top-btn {
  background-color: #00A2D6;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px #00A2D6;
  box-shadow: 0 0 15px #00A2D6;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  -o-transition: 0.9s;
  transition: 0.9s;
  -webkit-transition: 0.9s;
}

.top-btn:hover {
  background: #ff4a35;
  -webkit-box-shadow: 0 0 15px #ff4a35;
  box-shadow: 0 0 15px #ff4a35;
  color: #fff;
  -webkit-animation: none;
  animation: none;
}

/*==============================
Back To Top Button 
=================================*/
/*=================================
 Preloader
===================================*/
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: block;
  background: #00A2D6;
}

.preloader-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: -30px 0 0 -30px;
}

.preloader-wave::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: wave-circle 1.6s linear infinite;
  animation: wave-circle 1.6s linear infinite;
}

.preloader-wave::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  background-color: transparent;
  opacity: 1;
  border: 2px solid #fff;
  -webkit-animation: scale 1.9s linear infinite;
  animation: scale 1.9s linear infinite;
}

.preloader-wave:after {
  animation-delay: -0.3s;
  -webkit-animation-delay: -0.3s;
}

/*==================================
 Preloader End
====================================*/
/*==================================
Animation CSS
====================================*/
@-webkit-keyframes rotaed360 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@keyframes rotaed360 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-1px, 173px) rotate(36deg);
    transform: translate(-1px, 173px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(72px, 0px) rotate(72deg);
    transform: translate(72px, 0px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(183px, 0) rotate(108deg);
    transform: translate(183px, 0) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(172px, 0px) rotate(144deg);
    transform: translate(172px, 0px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-1px, 173px) rotate(36deg);
    transform: translate(-1px, 173px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(72px, 0px) rotate(72deg);
    transform: translate(72px, 0px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(183px, 0) rotate(108deg);
    transform: translate(183px, 0) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(172px, 0px) rotate(144deg);
    transform: translate(172px, 0px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes wave-circle {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes wave-circle {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes scale {

  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes scale {

  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/*==================================
Animation CSS End
====================================*/
/*# sourceMappingURL=style.css.map */







/* ---------------erp----------page-------start-- */


/* ----------------smart--------leader----------start */
.Business-Management-Software-video .video-heading p {
  color: rgba(62, 74, 89, 0.8);
  font-weight: 400;
}

.Business-Management-Software-video .video-heading .demo-btn-erp-page {
  color: #fff;
  background-color: #4c8ec0;
  display: inline-block;
  padding: 9px 25px;
  border: 2px solid #4c8ec0;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.Business-Management-Software-video .video-heading .demo-btn-erp-page:hover {
  color: #4c8ec0;
  background-color: #fff;
  border: 2px solid #4c8ec0
}

.Business-Management-Software-video .erp-banner-down .content-side h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 31px;
  color: #3e4a59;
}


.Business-Management-Software-video .erp-banner-down .content-side h2::after {
  content: '';
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffaf00;
  right: 0;
  margin: 0 auto;
}

.ERP-Discrete-Manufacturing .erp-banner-down .content-side h2::after {
  content: '';
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffaf00;
  right: 0;
  margin: 0 auto;
}

.Business-Management-Software-video .erp-banner-down .content-side p {
  color: rgba(62, 74, 89, 0.8);
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 15px !important;
}

.erp-banner-down .img-side img {
  width: 100%;
}

/* ----------------smart--------leader----------end */


/*---------system-----------software--------start*/
.systems-or-software .systems-or-software-content h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 31px;
  color: #3e4a59;
}


.systems-or-software .systems-or-software-content h2::after {
  content: '';
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffaf00;
  right: 0;
  margin: 0 auto;
}

.systems-or-software .systems-or-software-content p {
  color: rgba(62, 74, 89, 0.8);
  font-weight: 400;
  margin-bottom: 3.1rem;
  line-height: 29px;
  font-size: 15px !important;
}

.software-lisitng-range {
  display: block;
}

.systems-or-software-content .software-lisitng-range .box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  max-width: 583px;
}

.systems-or-software-content .software-lisitng-range .box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.systems-or-software-content .software-lisitng-range .box ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.systems-or-software-content .software-lisitng-range .box ul li::before {
  content: "\25E6" !important;
  font-weight: 700;
  font-size: 30px;
  width: 0.75em;
  color: #ff6849;
  margin-right: 27px;
  display: inline-block;
}

.listing-clm-box h4 {
  font-size: 20px;
  color: #3e4a59;
}

.listing-clm-box p {
  color: rgba(62, 74, 89, 0.8);
  line-height: 22px;
  margin-bottom: 0px;
  margin-top: 8px;
  font-weight: 400;
}

/* -----------system-------------------end--------------------- */

/* SALIENT-FEATURES-ERP-SOFTWARE-------start */
.SALIENT-FEATURES-WRAPPER {
  background-image: url(../img/erp-data-assets/seo_bg.png);
  background-size: cover;
  background-position: -418px center;
  background-repeat: no-repeat;
}

.SALIENT-FEATURES-WRAPPER .SALIENT-FEATURES-CONTENT h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 31px;
  color: #3e4a59;
}

.SALIENT-FEATURES-WRAPPER .SALIENT-FEATURES-CONTENT h2::after {
  content: '';
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffaf00;
  right: 0;
  margin: 0 auto;
}

.service_content_box_salient {
  text-align: center;
  -moz-box-shadow: 0px 0px 15px -2px rgba(15, 1, 148, 0.15);
  box-shadow: 0px 0px 15px -2px rgb(15 1 148 / 15%);
  background-color: #fff;
  padding: 15px 0px 23px 0px;
  border-radius: 18px;
  height: 552px;
  transition: all 0.3s ease-in-out;
}

.service_content_box_salient:hover {
  transform: translateY(-20px);
}

.service_content_box_salient .service_content_box_salient_down {
  padding: 0px 28px;

}

.service_content_box_salient .service_img_01 img {
  width: 100%;
}

.SALIENT-FEATURES-WRAPPER .grid-clm .clm-column .service_content_box_salient img {
  width: inherit !important;
}

.service_content_box_salient .service_content_box_salient_down .service_title {
  color: #3e4a59;
  font-size: 20px;
  font-weight: 700;
}

.service_content_box_salient .service_content_box_salient_down p {
  color: rgba(62, 74, 89, 0.8);
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  padding-top: 7px;
}


.SALIENT-FEATURES-WRAPPER .grid-clm {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}

/* SALIENT-FEATURES-ERP-SOFTWARE-------end */



/* CORE-ERP-MODULES------------start */
.CORE-ERP-MODULES .core-heading {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 31px;
  color: #3e4a59;
}


.CORE-ERP-MODULES .core-heading::after {
  content: '';
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffaf00;
  right: 0;
  margin: 0 auto;
}

.CORE-ERP-MODULES .core_top_area p {
  margin-bottom: 0px;
  line-height: 22px;
  font-size: 16px;
  color: rgba(62, 74, 89, 0.8);
  font-weight: 400;
}

.core_content_box .core_content_text .service_title {
  color: #3e4a59;
  font-size: 20px;
  font-weight: 700;
}

.core_content_box .core_content_text p {
  margin-bottom: 0px;
  line-height: 20px;
  font-size: 15px;
  color: rgba(62, 74, 89, 0.8);
  font-weight: 400;
}

.core-btn a {
  color: #fff;
  background-color: #4c8ec0;
  display: inline-block;
  padding: 9px 25px;
  border: 2px solid #4c8ec0;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.core-btn a:hover {
  color: #4c8ec0;
  background-color: #fff;
  border: 2px solid #4c8ec0;
}

/* CORE-ERP-MODULES------------end */


/* ---------accordian--------start */
.accordian-heading .accordian_title_01 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 31px;
  color: #3e4a59;
  text-align: center;
}

.accordian-heading .accordian_title_01::after {
  content: '';
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffaf00;
  right: 0;
  margin: 0 auto;
}

.set {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #FFAF00;
  margin-bottom: 11px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}

.set>h3 {
  display: block;
  padding: 10px 18px 0px 15px;
  text-decoration: none;
  color: #3e4a59;
  font-weight: 600;
  transition: all 0.2s linear 0s;
  border-radius: 18px;
  font-size: 17px;
}

.set>h3 i {
  float: right;
  margin-top: 2px;
  cursor: pointer;
}

.set>h3.active {
  background-color: #FFAF00;
  color: #fff;
  padding: 10px 18px 10px 15px;
}

.content {
  display: none;
}

.content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

/* -------------accordian---------end */



/* ---------------erp----------page-------end------------ */




/* ---------abaris-discrete-manufacturing--------start */



/* ERP For Discrete Manufacturing  start */
.ERP-Discrete-Manufacturing .video-heading ul {
  padding: 0;
  margin: 0;
  text-align: left;
}

.ERP-Discrete-Manufacturing .video-heading ul li {
  list-style: none;
  text-align: left;
  color: rgba(62, 74, 89, 0.8);
  font-size: 17px;
}

.ERP-Discrete-Manufacturing .video-heading ul li i {
  color: #ffaf00;
  padding-right: 12px;
}

/* ERP For Discrete Manufacturing  end */



/*crm----box----start */
.crm-box-colum-wrapper .crm-content-box .crm-content-inner {
  padding-top: 6px;
}

.crm-box-colum-wrapper .crm-content-box .crm-content-inner h4 {
  font-weight: 700;
  font-size: 18px;
}

.crm-box-colum-wrapper .crm-content-box .crm-content-inner h4 a {
  color: #3e4a59;
}

.crm-box-colum-wrapper .crm-content-box .crm-content-inner h4 a:hover {
  color: #ffaf00;
}

.crm-box-colum-wrapper .crm-content-box .crm-content-inner p {
  color: rgba(62, 74, 89, 0.8);
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 15px;
}

/*crm----box----end */

/* animate---img---start */
.animate--image-wrapper .animate_heading_content h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 31px;
  color: #3e4a59;
}

.animate--image-wrapper .animate_heading_content h2::after {
  content: '';
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffaf00;
  right: 0;
  margin: 0 auto;
}

.animate--image-wrapper .animate_heading_content .animate-img-center {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.animate--image-wrapper .animate_heading_content .animate-img-center:hover {
  transform: perspective(1000px) rotateX(-4.73deg) rotateY(-1.2deg) scale3d(1, 1, 1) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: transform;
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  text-align: center;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* animate---img---end */


/* -------abaris-discrete-manufacturing--------end---------*/


/*-------erp---new-horizon-premier--start */
.SALIENT-FEATURES-WRAPPER .erp-request-btn a {
  color: #fff;
  background-color: #4c8ec0;
  display: inline-block;
  padding: 9px 25px;
  border: 2px solid #4c8ec0;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.SALIENT-FEATURES-WRAPPER .erp-request-btn a:hover {
  color: rgb(76, 142, 192);
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(76, 142, 192);
}


/*-------erp---new-horizon-premier--end */

.row {
  overflow-y: hidden;
  overflow-x: hidden;
}

/* -----service-industries */
.service-industries .industries-content h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 31px;
  color: #3e4a59;
}

.service-industries .industries-content h2::after {
  content: '';
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffaf00;
  margin: 0 inherit;
}

.service-industries .industries-content p {
  color: rgba(62, 74, 89, 0.8);
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 15px !important;
}

/* service-industries */


/* ---------erp-about-us---start */
/* ----who-we-are */
.who-we-are {
  background-image: url(../img/erp-data-assets/bg-pattern.png);
  background-position: center;
  width: 100%;
  padding-top: 188px;
}


.who-we-are-content h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 31px;
}


.who-we-are-content h2::after {
  content: '';
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffaf00;
  margin: 0 auto;
}

.who-we-are-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.who-we-are-content ul li p {
  font-size: 16px;
  color: rgba(62, 74, 89, 0.8);
}

/* ---who-we-are */



/* vision--about-us start */
.vision-about-us {
  background-image: url(../img/erp-data-assets/Vision-and-mission.png);
  background-position: center;
  width: 100%;
}


.vision-about-us .card-box-vision {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 20px 20px;
  transition: all 0.3s ease-in;
}

.vision-about-us .card-box-vision h4 {
  color: #3e4a59;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 34px;
}

.vision-about-us .card-box-vision h4::after {
  content: '';
  width: 55px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #ffaf00;
  margin: 0 auto;
}

.vision-about-us .card-box-vision p {
  color: #3e4a59;
  font-size: 17px;
}

/* vision--about-us end */



/* ---------erp-about-us---end */





/* ---application-support */
/* ---banner-fignment */
.innerbnr-1 {
  background-image: url(../img/fingent/Application-Support-banner.jpg);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 2;
  background-attachment: fixed;
  background-repeat: no-repeat;

}

.innerbnr-2 {
  background-image: url(../img/fingent/Banner-Infrastructure-support.jpg);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 2;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.innerbnr-3 {
  background-image: url(../img/fingent/Customer-Support.jpg);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 2;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.innerbnr-4 {
  background-image: url(../img/fingent/Banner-Network-security.jpg);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 2;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.innerbnr-5 {
  background-image: url(../img/fingent/Infrastructure-Security.jpg);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 2;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.innerbnr-6 {
  background-image: url(../img/fingent/Application-Security.jpg);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 2;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.innerbnr-7 {
  background-image: url(../img/fingent/Banner-Cloud-infrastructure.jpg);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 2;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.innerbnr-8 {
  background-image: url(../img/fingent/Integration-banner.jpg);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 2;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.innerbnr-9 {
  background-image: url(../img/fingent/Migration.jpg);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 2;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.bg-support {
  position: relative;
  padding: 120px 0px;
}

.bg-support::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0e0e10;
  opacity: 0.7;
  z-index: -1;
}

/* --banner-figment */
.size-default {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 15px;

}

.application-banner-content .size-default {
  text-shadow: 3px 0px 7px rgba(81, 67, 21, 0.8), -3px 0px 7px rgba(81, 67, 21, 0.8), 0px 4px 7px rgba(81, 67, 21, 0.8);
}

.application-banner-content .size-default::first-letter {
  color: #bb0505;
}




.tab-heading-infras .size-default {
  font-size: 1.8rem;
  color: #000000e6;
  font-weight: bold;

}

.size-default-sub {
  color: #fff;
  font-family: "Raleway", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0px;
  margin-bottom: 20px;

}

.application-banner-content .size-default-sub {
  text-shadow: 3px 0px 7px rgba(81, 67, 21, 0.8), -3px 0px 7px rgba(81, 67, 21, 0.8), 0px 4px 7px rgba(81, 67, 21, 0.8);
}

.size-btn-default {
  font-family: "Raleway", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: 2px;
  fill: #fff;
  color: #fff;
  background-color: #070f4d;
  border-radius: 5px;
  padding: 0 25px;
  margin-top: 10px;
}

.size-btn-default:hover {
  background-color: #bb0505 !important;
  color: #fff;
}


.application-banner-rating .rating-content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.application-banner-rating .rating-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
}

.row-grid-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4px;
}







/* How Fingent Helps */
.How-Fingent-Helps .How-Fingent-Helps-Content .fs-50 {
  color: #000;
  font-family: "Anton", Sans-serif;
  font-size: 30px;
  padding-bottom: 15px;
}

.How-Fingent-Helps .How-Fingent-Helps-Content .fs-25 {
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.How-Fingent-Helps .How-Fingent-Helps-Img img {
  border-radius: 57px 0;
}

/* How Fingent Helps */



/* tab--aapp */
.tab-wrapper-main {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.tab-wrapper-main .tab-grid-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
}


.tab-wrapper-main .divider-box-wrapper-tab-list {
  border-bottom: solid 1px #d8d8d8;
  overflow: inherit;
  margin: 0 auto;
  width: fit-content;
  display: block;
  text-align: center;
  position: relative;
}

.tab-wrapper-main .tab-grid-row .tab0-1 .tab-icon img {
  margin-bottom: 20px;
}

.tab-wrapper-main .tab-grid-row .tab0-1 .tab-icon {
  opacity: .5;
}

.tab-wrapper-main .tab-grid-row .tab0-1 .tab-icon .fs-25 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
  height: 74px;
}

.tab-wrapper-main .tab-grid-row .tab0-1 {
  cursor: pointer;
}

.tab0-1 .tablinks.active {
  color: #2149F3;
  border-bottom: solid 3px #e81e1e;
  cursor: pointer;
  opacity: 1 !important;
}

.tab-content-wrapper {
  width: fit-content;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 20px 100px;
}

.tab-content-wrapper .content-tab .fs-25 {
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

/* tab--aapp */

/* ---why-innovate */
.why-innovate-seaction .color-blue-bg-wrapper {
  position: relative;
  background-color: #000d29;
  padding: 80px 40px;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1140px;
}

.why-innovate-seaction .color-blue-bg-wrapper::before {
  position: absolute;
  background-size: cover;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/fingent/shape-bg-section.svg);

}


.color-row .item-box .fs-25 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  position: relative;
  margin-bottom: 0px;
  line-height: 30px;
  width: 80%;
}

.color-row .item-box .fs-25::before {
  background-color: #1e2943;
  width: 1px;
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  height: 93px;
}

.color-row .item-box::after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

/* ---why-innovate */


/* ---unique-approach */
.unique-approach .approach-content .size-default {
  color: #212529;
  font-size: 30px;
  font-family: "Anton", Sans-serif;
  font-weight: bolder;
}

.unique-approach .approach-content .size-default-sub {
  color: #212529;
  font-family: "Raleway", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0px;
}

section.approach-chart {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

.approach-chart .row {
  display: inline-block;
  vertical-align: middle;
}

section.approach-chart .block-round {
  float: left;
  padding: 0 20px;
  position: relative;
}



section.approach-chart .round {
  position: relative;
}

section.approach-chart .block-round .round {
  background: #fff;
  box-shadow: 8px 34px 75px 0 rgba(15, 14, 14, .25);
  width: 140px !important;
  height: 140px !important;
  border-radius: 50% !important;
  display: block !important;
  cursor: pointer !important;
  margin-left: 12px;
  border: inherit;
  left: inherit;
  right: inherit;
  top: inherit;

}

section.approach-chart .block-round .round {
  cursor: auto !important;
}

section.approach-chart .block-round .round img {
  margin: 0 auto;
  display: block;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

section.approach-chart .block-round .round span {
  background: #fff;
  box-shadow: 8px 34px 75px 0 rgba(15, 14, 14, .25);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  bottom: -56px;
  text-align: center;
  display: table;
  position: relative;
  margin: 0 auto;
}

section.approach-chart .round:after {
  content: "";
  position: absolute;
  width: 77px;
  height: 2px;
  background-color: #000;
  left: 138px;
  top: 85px;
}

section.approach-chart .block-round .round span h2 {
  font-family: 'Anton';
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}

section.approach-chart .block-round h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  max-width: 173px;
  text-align: center;
  min-width: 173px;
  color: #000000;
}

section.approach-chart .round:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  right: 137px;
  top: 81px;
}

section.approach-chart .round.one:before {
  display: none
}

section.approach-chart .round.last:after {
  display: none
}

/* ---unique--approach */




/* form-testimonilas */
.shadow-form {
  box-shadow: 8px 34px 75px 0px rgb(15 14 14 / 15%);
  padding: 40px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.contact-content-widget .size-default-sub {
  color: #212529;
  font-family: "Anton", Sans-serif;
  font-size: 30px;
  font-weight: bolder;
  letter-spacing: 0px;
}

.contact-content-widget .fs-25 {
  color: #212529;
  font-family: "Raleway", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 45px;
}


.shadow-form .form-input input,
.country-select,
.text-area {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
  color: #000;
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 16px;
  background: 0 0;
  border: 0;
  border: solid 1px rgba(151, 151, 151, .65);
  border-radius: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  resize: none;
  height: calc(1.5em + 1.55rem + 2px);
}

.shadow-form textarea {
  height: auto !important;
}

.shadow-form .form-input,
.country-select {
  color: #8b8a8a !important
}



.testimonial-bg {
  background-color: #fff;
  border: 5px solid #070f4d;
  font-family: "Raleway", sans-serif;
  padding: 35px 70px;
  text-align: center;
  position: relative;
}

.testimonial-bg:before {
  content: "\f10d";
  font-family: "fontawesome";
  width: 75px;
  height: 75px;
  border: 5px solid #070f4d;
  line-height: 75px;
  background: #fff;
  text-align: center;
  font-size: 50px;
  color: #3c414c;
  position: absolute;
  top: -11px;
  left: 2%;
}

.testimonial {
  padding: 0 15px;
  margin-top: 50px;
}

.testimonial .description {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #848484;
  line-height: 30px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  position: relative;
}

.testimonial p {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #848484;
  line-height: 30px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  position: relative;
}

.testimonial .description:before {
  content: "";
  width: 75%;
  border-top: 1px solid #070f4d;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonial .description:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-bottom: 1px solid #070f4d;
  border-right: 1px solid #070f4d;
  transform: translateX(-50%) rotate(45deg);
}

.testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 25px auto;
  overflow: hidden;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .title {
  font-family: "Raleway", sans-serif;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #070f4d;
  text-transform: capitalize;
  margin: 0;
}

.testimonial .post {
  font-family: "Raleway", sans-serif;
  display: inline-block;
  font-size: 20px;
  color: #848484;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  position: absolute;
  bottom: -20%;
  right: 0;
}

.owl-theme .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #34363b;
  opacity: 1;
  padding: 0;
  display: inline-block;
  margin: 0 10px;
}

.owl-prev:before,
.owl-next:before {
  content: "\f104";
  font-family: "fontawesome";
  font-size: 23px;
  font-weight: 700;
  color: #fff;
}

.owl-next:before {
  content: "\f105";
}

@media only screen and (max-width: 767px) {
  .testimonial-bg {
    padding: 50px 40px;
  }

  .owl-theme .owl-controls {
    bottom: -22%;
  }
}

@media only screen and (max-width: 480px) {
  .testimonial-bg:before {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 40px;
  }

  .testimonial-bg {
    padding: 30px 10px;
  }

  .owl-theme .owl-controls {
    bottom: -15%;
  }
}

@media only screen and (max-width: 360px) {

  .testimonial .title,
  .testimonial .post {
    font-size: 16px;
  }

  .owl-theme .owl-controls {
    bottom: -12%;
  }
}


/* --faq */
.faq-list {
  padding: 0;
  margin: 0;
}

.faq-list li {
  font-size: 16px;
  color: #504e4e;
  list-style: none;
  font-family: 'Raleway';
  font-weight: 500;
  line-height: 30px;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
}


.faq-list li .fa-circle {
  color: #e81e1e;
  font-size: 11px;
  padding-right: 15px;
  position: relative;
}

/* ---faq */
/* form-testimonilas */

/* ---application-support */



/* -------------zimbra---css---start */
.zimbra-header{
  background-color: #fff;
}
.zimbra-banner {
  background-color: #070f4d;
}
.f600 {
  font-weight: 600;
  font-family: 'open sans';
}

.text-orange {
  color: #eb7128;
}

.lead {
  font-size: 1.25rem;
}

.card-blue {
  border: 2px solid #4285f4;
}

.card-red {
  border: 2px solid #ea4335;
}

.card-green {
  border: 2px solid #34a853;
}

.card-blue:hover {
  background-color: #eaf1fd;
}
.card-red:hover {
  background-color: #fff7f6;
}

.card-green:hover {
  background-color: #e5fbeb;
}

.mailbox-security .card {
  border-radius: 30px;
  position: relative;
  transition: all 0.3s;
}
.mailbox-security .shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

 .btn-round {
  border-radius: 30px;
}

.btn-round i{
  color:#dc3545;
  font-size: 32px;
}

.mailbox-security .card a{
  color: #dc3545;
}
.form-control:focus{
  box-shadow: none;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  z-index: 999999;
}
.mailbox-security .card strong{
  color: #dc3545;
}

.mailbox-security .card p strong{
  color: #000;
}
/* ------------highlights---- */
.highlights-banner{
  background-color: #f2f2f2;
}
.highlights-left h2{
  color: #000;
}
.diy-box-title {
  font-size: 15px;
  letter-spacing: .15em;
}
.blue {
  color: #1248ac;
}

.f700 {
  font-weight: 700;
}
.ffmont {
  font-family: Montserrat;
}

ul.list-check-orange {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list-check-orange li {
  position: relative;
  text-align: left;
  padding-bottom: 1px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
}



ul.list-check-orange li i{
  padding-right: 8px;
  color: #e6641e;
}

.highlights-image img{
  max-width: 415px;
  margin: 0 auto;
  text-align: center;
}

.stretched-link{color: #000;}
/* -----------highlights------------- */


/* ---globe-----start--- */
.bg-globe{
  background:#141e5b url(../img/zimbra/globe-bg.png);
}

.diy-box-title {
  font-size: 15px;
  letter-spacing: .15em;
}

.text-blue-lite {
  color: #aed6f4;
}

.highlight-head {
  display: inline-block;
  height: inherit;
  background-image: url(../img/zimbra/highlighter.svg);
  background-position: 0 3.3rem;
  background-repeat: repeat-x;
  line-height: 2.5;
}

.circle-icons{
  width: 100%;
  max-width: 100px;
  height: 100px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto;
}

.circle-icons i{
  font-size: 45px;
}
/* ----------globe----end--- */

/* ---bg--light--start */
.left-line {
  border-left: 1px solid #000;
  padding: 5px 10px;
  align-self: center;
  background: transparent;
  font-family: 'open sans';
  margin-bottom: 3px;
  transition: all 0.3s;
}

.left-line:hover {
  border-left: 1px solid #dc3545;
  padding: 5px 10px;
  background: #fff;
}
/* --bg--light--end */

/* ---bg--white--start-- */
.strong-zimbra{
  color: #dc3545;
}

.glob_lr {
  padding: 0 4.3rem;
}

.card-pannel-icon i{
  color: #dc3545;
  font-size: 35px;
}

.card-round {
  border-radius: 20px;
}

.card-panel:hover .bg-light {
  background-color: #dc3545!important;
  color: #fff;
}

.card-panel:hover .card-pannel-icon i{
  color: #fff;
}
/* ---bg--white---end */

/* --faq--- */
.faq-red .accordion-button {
  border-left: 3px solid #c00;
  font-weight: 600;
  color: #1248ac;
}

.faq-red .accordion-body {
  border-left: 3px solid #1248ac;
}

.faq-red .accordion-body {
  padding: 1rem 1.25rem;
}

.carousel-item .border img{
  width: inherit;
}

.zimbra-banner.padding-banner{
  padding:140px 0px 20px 0px;
}
.submitt-query-banner{
  padding:140px 0px 20px 0px;
}
.data-leak{
  padding:103px 0px 74px 0px;
}

.data-leak-banner{
  text-align: center;
  margin: 0 auto;
}
.data-leak-banner img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
/* ---faq--- */



/* --submitt-query--css */
.submitt-query-banner{
  background:#141e5b url(../img/zimbra/contact-banner.webp);
  background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.window-dedicated-server {
    padding-top: 80px;
}
/* ---submitt-query--css */

.zoom {
  transition: all .4s 0s ease-in-out;
}

.zoom:hover {
  transform: scale(1.05);
}

.window-dedicated-server{
  padding-top: 80px;
}

.accordion-body ul li{
  color: #000;
}
/* ------------zimbra---css----end--- */


/* ----Abaris-multi-vendor---css--start */
#multi-vendor-functions .content-multi-vendor-top p {
  font-size: 12px;
  color: #919EAB;
  margin-bottom: 0px;
}
.banner-bt-5-slider .content-multi-vendor-top h1 {
  font-weight: 800;
  font-size: 34px;

}
.whats-new .content-multi-vendor-top h1 {
  font-size: 3rem;

}
.easier-launch p{
  font-size: 22px;
}



.tab-vendor-features .tab-btn .tab-btn-flex-wrapper .tab-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;

}

.tab-vendor-features .tab-btn .tab-btn-flex-wrapper .tab-ul li {
  padding: 0px 13px;
  list-style: none;
  margin-bottom: 17px;
}

.tab-vendor-features .tab-btn .tab-btn-flex-wrapper .tab-ul li:last-child {
  margin-bottom: 0px;
}

.tab-vendor-features .tab-btn .tab-btn-flex-wrapper .tab-ul li a {
  padding: 5px 10px 5px 10px;
  color: #080915;
  font-family: "EB Garamond";
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-decoration: none;
  position: relative;
}

.tab-vendor-features .tab-ul li a.active {
  background-color: #fff1ce;
}

.tab-vendor-features .tab-ul li a:after {
  content: "";
  width: 0;
  border-top: 3px solid #00a6ff;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: auto;
  right: 0;
}


.tab-vendor-features .tab-ul li a:hover:after,
.tab-vendor-features .tab-ul li a.active:after {
  width: 100%;
}


.Tabcondent {
  display: none;
  -webkit-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}

.Tabcondent.active {
  display: block;
  -webkit-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}


.mve-features__feature-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 24px;
  text-align: left;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #ddd;
}

.mve-features__feature-block-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
}

.mve-features__feature-block {
  text-align: left;
}

.mve-features__feature-block-header {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 5px;
  color: #212b36;
}

.mve-features__feature-block-description {
  margin-bottom: 18px;
  color: #212b36;
}

.mve-features__create-demo-block {
  grid-column: 1/-1;
  margin: 20px 0;
  padding: 60px 20px 36px;
  text-align: center;
  background-color: #0473b7;
  border-radius: 16px;
  position: relative;
}

.mve-features__create-demo-header {
  font-weight: 600;
  font-size: 42px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #F6FAFD;
  margin-bottom: 60px;
}

.mve-features__create-demo-button {
  width: 223px;
  height: 52px;
  background: #F6FAFD;
  box-shadow: 0px 16px 32px -4px rgba(28, 81, 134, 0.24);
  border-radius: 6px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--main-font-color);
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mve-features__create-demo-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #F6FAFD;
  margin-top: 40px;
}

.mve-features__create-demo-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: auto;
}

/* ---Abaris-multi-vendor--css-end */

/* ---security--css--start */
.inner-bg-security {
  background-image: url(../img/Abaris-multi-vendor-images/trust_cover.jpg);
}

.security-content h1 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 8px;
}

.security-content p {
  color: #fff;
  letter-spacing: 1.1px;
}

.middle-content p {
  font-size: 18px;
}

.cs-block__image {
  display: flex;
  justify-content: center;
  padding: 20px;
  background: #f6f7f9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.slider-content .cs-heading {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #2f435b;
}

@media (min-width: 768px) {

  .cs-heading {
    font-size: 28px;
  }

  .cs-section {
    margin-top: 75px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider-content .cs-heading {
    font-size: 36px;
  }


}

.cs-heading--block-heading {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.cs-heading {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #2f435b;
}

.cs-text {
  font-size: 17px;
  color: #8a8a8a;
}

.cs-section--trust-product-security {
  background: #f0f4fd;
  text-align: center;
}

.cs-section--trust-product-security .cs-block {
  margin: 0 10px;
  padding: 40px 20px 0 20px;
  min-height: 430px;
  border: 1px solid #c4c4c4;
  text-align: center;
  background: #fff;
}

.Cards-slider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.Cards-slider .owl-prev:before,
.owl-next:before {
  display: none;
}

.client-slider .owl-prev:before,
.owl-next:before {
  content: "\f104";
  font-family: "fontawesome";
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  display: none;
}

.Cards-slider .client-slider .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}



.Cards-slider .owl-nav button:hover {
  background: inherit !important;
  color: #000 !important;
  text-decoration: none;
}

.Cards-slider .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  user-select: none;
  font-size: 30px !important;
}

.slider-two-item {
  border: 1px solid #c4c4c4;
  text-align: center;
  background: #fff;
  min-height: 226px;
}

.slider-box {
  padding: 40px 20px 0 20px;
}

.slider-two .cs-block__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 9999px;
  background: #f5f6f8;
  margin: 0 auto;
  text-align: center;
}


.slider-two .client-slider .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}



.slider-two .owl-nav button:hover {
  background: inherit !important;
  color: #000 !important;
  text-decoration: none;
}

.slider-two .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  user-select: none;
  font-size: 30px !important;
}

.slider-two .owl-prev:before,
.owl-next:before {
  display: none;
}

/* ---security--css---end */

/* ---whats-new--css-start */

.shadow-xs {
  background-color: #ffffff;
  border: 0px solid #eeeeee;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  padding: 0px 50px 0px 50px;
}

.shadow-xs .tab-btn-flex-wrapper .tab-ul .taxes {
  margin-bottom: 17px !important;
}

.t-text_sm {
  font-size: 16px;
  line-height: 1.55;
}

.t-text {
  font-family: 'Gilroy', Arial, sans-serif;
  font-weight: 400;
  color: #1a2033;
}

.shadow-xs .tab-btn .tab-btn-flex-wrapper .tab-ul li a {
  font-size: 15px
}

.slider-possibilities {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.owl-prev:before,
.owl-next:before {
  display: none !important;
}

.slider-item ul {
  padding: 0;
  margin: 0px;
}

.slider-item ul li {
  list-style-type: disc;
  font-weight: 400;
  color: #1a2033;
  font-size: 15px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: inherit !important;
  color: #000;
  text-decoration: none;
}

.slider-row .owl-theme .owl-nav button:hover {
  background: inherit !important;
  color: #000;
  text-decoration: none;
}

.vendor-accordian li .accordion-content {
  color: #000;
}

.products-vendor .product-item a .img img {
  width: 100%;
  max-width: 200px;
  display: inline-block;
  margin: 0 auto;
}

.products-vendor .product-item .product-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.products-vendor .product-item .product-content h1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
  margin-top: 12px;
  font-family: 'Gilroy', Arial, sans-serif;
  font-weight: 700;
  color: #1a2033;
}

.frame-content .title {
  font-size: 12px;
  font-family: 'Gilroy', Arial, sans-serif;
  font-weight: 700;
  color: #1a2033;
  letter-spacing: 2.5px;
  margin-bottom: 14px;
}

.frame-conten .mve-features__feature-block-header {
  font-family: 'Gilroy', Arial, sans-serif;
  font-weight: 700;
  color: #1a2033;
  line-height: 1.17;
  padding-bottom: 28px;
  font-size: 22px;
}

.frame-content a {
  color: #000000;
  background-color: #f4f5f7;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  display: inline-block;
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.frame-content ol {
  margin: 0;
  color: #000;
}

/* ---whats-new---css---end */


/* ====Abarsi---HR----Css---Start */

.gradient-overly-right-color {
  z-index: 1;
  width: 100%;
  min-width: 100%;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.gradient-overly-right-color:before {
  content: "";
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gradient-overly-right-color:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #1A2C79), to(transparent));
  background: linear-gradient(to right, #1A2C79 30%, rgba(26, 44, 121, 0.18) 100%);
}


.hero-equal-height {
  position: relative;
  min-height: 700px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.pt-165 {
  padding-top: 80px;
}

.text-white {
  color: #fff !important;
}

.hero-content-wrap .lead-color {
  font-size: 1.25rem !important;
  font-weight: 300 !important;
  color: #fff;
}

p:not(:last-child) {
  margin-bottom: 1.25em;
}

.tech-feature-list li strong {
  color: #fff;
}

.action-btns .secondary-solid-btn,
.secondary-outline-btn {
  padding: 12px 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  transition: all .25s ease-in-out;
}

.action-btns .secondary-solid-btn {
  color: #fff;
  background: #e80566;
  border: 1px solid #e80566;
}

.secondary-solid-btn:hover {
  background: transparent;
  color: #e80566;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.secondary-outline-btn {
  color: #e80566;
  display: inline-block;
  border: 1px solid #e80566;
}

.secondary-outline-btn:hover {
  background: #e80566;
  color: #ffffff;
}

.feature-content-two .section-heading h5 {
  margin-top: 5px !important;
  margin: 0 0 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.21;
  color: initial;
}

.feature-content-two .section-heading .lead-color {
  color: #707070;
}

.gray-light-bg {
  background: #f6f6f6;
}

.work-process-new .section-heading h2 {
  font-size: 2.441em;
}

.lead-color {
  color: #707070;
}

.work-process-wrap {
  margin: 20px -15px -60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.single-work-process {
  position: relative;
  margin: 0 15px 60px;
  width: calc(25% - 30px);
}

.work-process-icon-wrap {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.primary-bg {
  background: #1A2C79;
}

.work-process-icon-wrap i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-md {
  font-size: 40px;
  line-height: 40px;
}

.work-process-icon-wrap .color-primary {
  color: #1A2C79;
}

.work-process-icon-wrap .process-step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.work-process-icon-wrap .white-bg {
  background: #ffffff;
}

.single-work-process .work-process-divider {
  position: absolute;
  left: auto;
  top: 40px;
  width: calc(100% - 130px);
  height: 1px;
  background-image: linear-gradient(90deg, #73778C, #73778C 40%, transparent 40%, transparent 100%);
  background-size: 12px 1px;
}

.single-work-process .work-process-divider:after {
  content: '\f061';
  font-family: 'fontAwesome';
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}

.work-process-content h5 {
  font-size: 1.25em;
  margin: 0 0 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.21;
  color: initial;
}


.work-process-content p {
  color: #707070;
}

.testimonial-single {
  display: block;
  position: relative;
}

.testimonial-single:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid #f7f7f7;
  border-right: 30px solid transparent;
  position: absolute;
  bottom: -30px;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

blockquote,
q {
  quotes: none;
}

.client-ratting-list li:not(:last-child) {
  margin-right: 0;
  line-height: 14px;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.list-inline-item {
  display: inline-block;
}

.client-ratting-list li span {
  font-size: 12px;
}

.color-4,
.ratting-color {
  color: #ff7c3f;
}

.client-info-wrap .client-info h5 {
  font-size: 1.25em;
  margin: 0 0 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.21;
  color: initial;
}


.client-info-wrap .client-info p{
  color: #707070;
  text-transform: lowercase;
}

.client-info-wrap .client-info p strong{
  color: #707070;
}

.custom-arrow-bottom-center.owl-theme .owl-nav {
  width: 100%;
  margin: auto;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.custom-arrow.owl-theme .owl-nav button {
  width: 30px;
  background: transparent;
  border: 1px dashed #ebebeb;
  line-height: 0px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-arrow.owl-theme .owl-nav button span {
  font-size: 25px;
  color: #e80566;
}

.custom-arrow.owl-theme .owl-nav button:hover {
  background: #e80566 !important;
  border-color: #e80566;
}

.custom-arrow.owl-theme .owl-nav button:hover span {
  color: #ffffff;
}

.testimonial-section-heading h2{
  margin: 0 0 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
    font-size: 2.441em;
}

.secondary-solid-btn {
  color: #fff;
  background: #e80566;
  border: 1px solid #e80566;
  padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    transition: all .25s ease-in-out;
}

/* ===Abaris---HR---Css----end */






/* ----features---css---start */
.top_bar_bg {
  position: relative;
  z-index: 1;
}

.hero-bg-2:before {
  position: absolute;
  content: '';
  background: url("../img/Hr-Abaris/slider-bg-1.svg")no-repeat center bottom / cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.hero-bg-2 {
  position: relative;
  display: block;
  width: 100%;
}

.hero-content-left {
  position: relative;
  color: #fff;
}

.ptb-hero {
  padding-top: 47px;
  padding-bottom: 157px;
}

.hero-content-left p {
  color: #fff;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.highlight-list li {
  border: 1px dashed #ebebeb;
  border-radius: 4px;
  text-align: center;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  min-width: 130px;
}

.highlight-list li h5 {
  font-size: 32px;
  font-weight: 700;
}

.core-services-single {
  position: relative;
  display: block;
  transition: all 0.3s ease-in;
}

.color-primary {
  color: #1A2C79;
}

.core-services-single p {
  color: #707070;
}

.secondary-bg {
  background: #e80566;
}

.core-services-single a {
  text-decoration: none;
  position: absolute;
  right: 15px;
  bottom: -15px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12);
}

.core-services-single:hover {
  background: linear-gradient(75deg, #1A2C79 10%, #e80566);
  color: #fff;
}

.core-services-single:hover a,
.core-services-single:hover a>i {
  color: #1A2C79 !important;
  background: #ffffff;
}

.core-services-single:hover h5,
.core-services-single:hover i,
.core-services-single:hover p {
  color: #ffffff !important;
}

.about-content-right h2 {
  font-size: 2.441em;
  margin: 0 0 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.21;

}

.about-content-right p {
  color: #707070;
}

.feature-tabs-wrap {
  margin-top: 30px;
}

.feature-tabs li a.active {
  color: #e80566 !important;
}

.feature-tabs li a,
.feature-tabs li a.active {
  background: transparent !important;
}

.feature-tabs li a {
  border: none !important;
  padding: 0 0 6px;
  color: #1A2C79;
}

.feature-tabs li:first-child {
  margin-left: 0;
}

.feature-tabs li {
  position: relative;
  margin: 0 15px;
}

.feature-tabs-wrap ul li a h6 {
  color: inherit;
}

.feature-tabs li a.active:before {
  width: 100%;
  background: #e80566;
}

.feature-tabs li a:before {
  position: absolute;
  content: "";
  width: 50%;
  background: rgba(0, 0, 0, .2);
  -webkit-transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s;
  transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s;
  height: 2px;
  bottom: 0;
}

.feature-tabs li a h6 {
  font-size: 16px;
  line-height: 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.color-secondary {
  color: #e80566;
}

.tech-feature-list strong {
  color: #707070 !important;
}

.feature-feature-list h5 {
  margin: 0 0 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.21;
  color: initial;
  font-size: 1.25em;
}
.icon-sm {
  font-size: 25px;
  line-height: 25px;
}

.feature-feature-list p{
  color: #707070;
}

.feature-tabs-center {
  margin-bottom: 25px;
}
/* ---features--css--end */

/* ====Abarsi---HR----Css---Start */

.gradient-overly-right-color {
  z-index: 1;
  width: 100%;
  min-width: 100%;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.gradient-overly-right-color:before {
  content: "";
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gradient-overly-right-color:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #1A2C79), to(transparent));
  background: linear-gradient(to right, #1A2C79 30%, rgba(26, 44, 121, 0.18) 100%);
}


.hero-equal-height {
  position: relative;
  min-height: 700px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.pt-165 {
  padding-top: 80px;
}

.text-white {
  color: #fff !important;
}

.hero-content-wrap .lead-color {
  font-size: 1.25rem !important;
  font-weight: 300 !important;
  color: #fff;
}

p:not(:last-child) {
  margin-bottom: 1.25em;
}

.tech-feature-list li strong {
  color: #fff;
}

.action-btns .secondary-solid-btn,
.secondary-outline-btn {
  padding: 12px 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  transition: all .25s ease-in-out;
}

.action-btns .secondary-solid-btn {
  color: #fff;
  background: #e80566;
  border: 1px solid #e80566;
}

.secondary-solid-btn:hover {
  background: transparent;
  color: #e80566;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.secondary-outline-btn {
  color: #e80566;
  display: inline-block;
  border: 1px solid #e80566;
}

.secondary-outline-btn:hover {
  background: #e80566;
  color: #ffffff;
}

.feature-content-two .section-heading h5 {
  margin-top: 5px !important;
  margin: 0 0 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.21;
  color: initial;
}

.feature-content-two .section-heading .lead-color {
  color: #707070;
}

.gray-light-bg {
  background: #f6f6f6;
}

.work-process-new .section-heading h2 {
  font-size: 2.441em;
}

.lead-color {
  color: #707070;
}

.work-process-wrap {
  margin: 20px -15px -60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.single-work-process {
  position: relative;
  margin: 0 15px 60px;
  width: calc(25% - 30px);
}

.work-process-icon-wrap {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.primary-bg {
  background: #1A2C79;
}

.work-process-icon-wrap i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-md {
  font-size: 40px;
  line-height: 40px;
}

.work-process-icon-wrap .color-primary {
  color: #1A2C79;
}

.work-process-icon-wrap .process-step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.work-process-icon-wrap .white-bg {
  background: #ffffff;
}

.single-work-process .work-process-divider {
  position: absolute;
  left: auto;
  top: 40px;
  width: calc(100% - 130px);
  height: 1px;
  background-image: linear-gradient(90deg, #73778C, #73778C 40%, transparent 40%, transparent 100%);
  background-size: 12px 1px;
}

.single-work-process .work-process-divider:after {
  content: '\f061';
  font-family: 'fontAwesome';
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}

.work-process-content h5 {
  font-size: 1.25em;
  margin: 0 0 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.21;
  color: initial;
}


.work-process-content p {
  color: #707070;
}

.testimonial-single {
  display: block;
  position: relative;
}

.testimonial-single:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid #f7f7f7;
  border-right: 30px solid transparent;
  position: absolute;
  bottom: -30px;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

blockquote,
q {
  quotes: none;
}

.client-ratting-list li:not(:last-child) {
  margin-right: 0;
  line-height: 14px;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.list-inline-item {
  display: inline-block;
}

.client-ratting-list li span {
  font-size: 12px;
}

.color-4,
.ratting-color {
  color: #ff7c3f;
}

.client-info-wrap .client-info h5 {
  font-size: 1.25em;
  margin: 0 0 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.21;
  color: initial;
}


.client-info-wrap .client-info p {
  color: #707070;
  text-transform: lowercase;
}

.client-info-wrap .client-info p strong {
  color: #707070;
}

.custom-arrow-bottom-center.owl-theme .owl-nav {
  width: 100%;
  margin: auto;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.custom-arrow.owl-theme .owl-nav button {
  width: 30px;
  background: transparent;
  border: 1px dashed #ebebeb;
  line-height: 0px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-arrow.owl-theme .owl-nav button span {
  font-size: 25px;
  color: #e80566;
}

.custom-arrow.owl-theme .owl-nav button:hover {
  background: #e80566 !important;
  border-color: #e80566;
}

.custom-arrow.owl-theme .owl-nav button:hover span {
  color: #ffffff;
}

.testimonial-section-heading h2 {
  margin: 0 0 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.21;
  color: initial;
  font-size: 2.441em;
}

.secondary-solid-btn {
  color: #fff;
  background: #e80566;
  border: 1px solid #e80566;
  padding: 12px 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  transition: all .25s ease-in-out;
}

/* ===Abaris---HR---Css----end */

/* ----features---css---start */
.top_bar_bg {
  position: relative;
  z-index: 1;
}

.hero-bg-2:before {
  position: absolute;
  content: '';
  background: url("../img/Hr-Abaris/slider-bg-1.svg")no-repeat center bottom / cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.hero-bg-2 {
  position: relative;
  display: block;
  width: 100%;
}

.hero-content-left {
  position: relative;
  color: #fff;
}

.ptb-hero {
  padding-top: 47px;
  padding-bottom: 157px;
}

.hero-content-left p {
  color: #fff;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.highlight-list li {
  border: 1px dashed #ebebeb;
  border-radius: 4px;
  text-align: center;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  min-width: 130px;
}

.highlight-list li h5 {
  font-size: 32px;
  font-weight: 700;
}

.core-services-single {
  position: relative;
  display: block;
  transition: all 0.3s ease-in;
}

.color-primary {
  color: #1A2C79;
}

.core-services-single p {
  color: #707070;
}

.secondary-bg {
  background: #e80566;
}

.core-services-single a {
  text-decoration: none;
  position: absolute;
  right: 15px;
  bottom: -15px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12);
}

.core-services-single:hover {
  background: linear-gradient(75deg, #1A2C79 10%, #e80566);
  color: #fff;
}

.core-services-single:hover a,
.core-services-single:hover a>i {
  color: #1A2C79 !important;
  background: #ffffff;
}

.core-services-single:hover h5,
.core-services-single:hover i,
.core-services-single:hover p {
  color: #ffffff !important;
}

.about-content-right h2 {
  font-size: 2.441em;
  margin: 0 0 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.21;

}

.about-content-right p {
  color: #707070;
}

.feature-tabs-wrap {
  margin-top: 30px;
}

.feature-tabs li a.active {
  color: #e80566 !important;
}

.feature-tabs li a,
.feature-tabs li a.active {
  background: transparent !important;
}

.feature-tabs li a {
  border: none !important;
  padding: 0 0 6px;
  color: #1A2C79;
}

.feature-tabs li:first-child {
  margin-left: 0;
}

.feature-tabs li {
  position: relative;
  margin: 0 15px;
}

.feature-tabs-wrap ul li a h6 {
  color: inherit;
}

.feature-tabs li a.active:before {
  width: 100%;
  background: #e80566;
}

.feature-tabs li a:before {
  position: absolute;
  content: "";
  width: 50%;
  background: rgba(0, 0, 0, .2);
  -webkit-transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s;
  transition: all .7s cubic-bezier(.19, 1, .22, 1) 0s;
  height: 2px;
  bottom: 0;
}

.feature-tabs li a h6 {
  font-size: 16px;
  line-height: 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.color-secondary {
  color: #e80566;
}

.tech-feature-list strong {
  color: #707070 !important;
}

.feature-feature-list h5 {
  margin: 0 0 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.21;
  color: initial;
  font-size: 1.25em;
}

.icon-sm {
  font-size: 25px;
  line-height: 25px;
}

.feature-feature-list p {
  color: #707070;
}

.feature-tabs-center {
  margin-bottom: 25px;
}

/* ---features--css--end */


/* ------Abaris-Multi-school-Erp-Software */

.school-slider h2 {
  text-align: center;
  padding: 20px;
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.school-slider h2 {
  text-align: left;
  padding: 0;
}

.school-slider .first-ul,
.second-ul {
  padding: 0;
  margin: 0;
  color: #6e6f74;
}

.school-slider .first-ul {
  display: flex;
  align-items: center;
  list-style: none;
  font-weight: 700;
  color: #070f4d;
  margin: 8px 0px;
}

.school-slider .first-ul li {
  padding-right: 12px;
}

.school-slider .first-ul li:last-child {
  padding-right: 0;
}


.school-slider p {
  font-size: 17px;
  color: #6e6f74;
  margin-top: 10px;
}


.adetsay {
  clear: both;
  margin: 1em 0;
  position: relative;
}

.adetsay input {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 1em;
  font-size: 1em;
}

.adetsay input[type='button'] {
  cursor: pointer;
  position: relative;
  background: #eeeeee;
  height: 40px;
  padding: 0;
  width: 40px;
  font-weight: bold;
  -webkit-appearance: button;
}


.adetsay input[type='text'] {
  position: relative;
  height: 40px;
  left: -5px;
  text-align: center;
  width: 70px;
  display: inline-block;
  margin: 0;
  resize: vertical;
}

.barti {
  left: -10px;
}

.btn-side .btn:focus {
  outline: none;
  border: 0px;
  box-shadow: inherit;
}

.btn-side .btn {
  background-color: #235787;
  box-shadow: none;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 23px;
}

.bottom-content p {
  color: #6e6f74;
  margin-bottom: 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 0px;
}

.bottom-content ul {
  padding: 5px 0px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bottom-content ul li {
  padding-right: 5px;
  color: #6e6f74;
  font-size: 15px;
}

.bottom-content ul li:last-child {
  padding-right: 0px;
}

.bottom-content ul li a {
  color: red;
}

.bottom-content ul li a:hover {
  color: #004FEA;
}

.tag-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tag-list ul li {
  padding-right: 8px;
  font-size: 15px;
  color: #6e6f74;
}

.tag-list ul li:last-child {
  padding-right: 0;
}

.tag-list ul li a {
  color: red;
}

.live-class-area p {
  color: #161718;
  ;
  padding: 0;
  margin: 0;
}

.live-class-area p strong {
  color: #161718;
  ;
}

.How-it-work {
  padding: 0;
  margin: 0;
}

.How-it-work li {
  font-weight: 200;
  font-size: 15;
  color: #161718;
  ;
  letter-spacing: 1.2px;
  list-style: none;
}

.session-start .title {
  font-weight: normal;
  margin: 0px 0 0.5407911001em;
  color: #2b2b2b;
  margin-top: 18px;
}

.Other-Useful-Features h1 strong {
  font-size: 20px;
}

.Other-Useful-Features ol {
  font-weight: 200;
  font-size: 15;
  color: #161718;
  ;
  letter-spacing: 1.2px;
}



.demo-id p,
ul {
  color: rgb(22, 23, 24);
  font-size: 15px;
}

.demo-id p a {
  color: red;
}


.product-inner {
  position: relative;
}

.product-inner .product-box a {
  text-decoration: none;
  -webkit-transition: all .14s ease-out;
  transition: all .14s ease-out;
}

.product-inner .product-box a {
  display: block;
}

.product-inner .product-box a img {
  transition: all .3s ease;
  margin-bottom: 0;
  object-fit: cover;
}

.product-inner .product-box a img {
  width: 100%;
  height: auto;
  display: block;
}

.product-inner .product-box a .image2 {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  display: none;
}

.product-inner:hover.product-inner .product-box a .image2 {
  display: block;
}

.prodcut-inner-content a {
  font-size: 15px;
}

.prodcut-inner-content h2 {
  font-size: 1.1em;
  line-height: 1.35;
  color: red;
  font-weight: 400;
}

.prodcut-inner-content .star {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ddd;
}

.prodcut-inner-content .first-ul li {
  color: #00000094;
}

.prodcut-inner-content .school-slider .btn {
  background-color: #00A2D6;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
}


.dark-mode {
  background-color: #303030;
  color: rgba(255, 255, 255, .99);
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.min-footer-inner h3{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}

.min-footer-inner img{
      margin-bottom: 12px;
}

.min-footer-inner p{
  margin-bottom: 0px;
  color: #fff;
}

.min-footer-inner a{
  color: #fff;
}

#review_form {
  padding: 1.6em 2em 2em;
  border: 2px solid #235787;
}

#reviews .comment-reply-title {
  font-size: 1.4em;
  margin-bottom: 1em;
  line-height: 1.216;
  display: block;
}

#review_form #respond p {
  margin: 0 0 15px;
}

#review_form a{
  color: #f20000;
}


/* ------Abaris-Multi-school-Erp-Software--end*/




/* ----Abaris-matrimonial-css-start */
.Matrimonial_Banner {
  background-image: url(../img/Abaris-matrimonial-img/banner.jpg);
  background-position: 50% 50%;
}


.Matrimonial-content span {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .2em;
}

.Matrimonial-content h1 {
  color: #800080;
  font-size: 65px;
  font-weight: bolder;
}

.Matrimonial-content p {
  font-size: 24px;
  color: #fff;
}


.btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-wrapper a {
  border-radius: 50em;
  padding: 15px 57px;
  background-color: rgb(94, 50, 225);
  border-color: rgb(94, 50, 225);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 14px 15px 0px;
  display: inline-flex;
  color: rgb(255, 255, 255);
  margin-right: 30px;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
  text-transform: capitalize;
}

.btn-wrapper a:first-child:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.btn-wrapper a:last-child {
  margin-right: 0px;
  background-color: #f13ad0;
  border-color: #f13ad0;
}

.btn-wrapper a:last-child:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f13ad0;
}

.work-heading {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}

.work-heading span {
  color: #5e32e1;
}

.work-card {
  padding: 30px 20px;
  border-radius: 5px;
}


.box1 {
  background-color: #effbfc;
}

.box2 {
  background-color: #fff8f4;
}

.box3 {
  background-color: #eff6fc;
}

.box4 {
  background-color: #f6f6ff;
}


.work-card .icon-wrap {
  width: 100px;
  height: 100px;
  background-color: #fff;
  font-size: 35px;
  border-radius: 50em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  color: #237be5;
  margin-bottom: 0.5em;
}

.work-card .contents h3 {
  display: inline-block;
  margin: 0 0 0.7em;
  font-size: 24px;
  line-height: 1.5em;
}

.work-card .contents p {
  color: #555555;
  margin-bottom: 0px;
}




.bg-sky {
  background-color: #f7f9fb;
  padding: 120px 0px;
}


.premium-card small {
  font-size: 31px;
  display: block;
  margin-bottom: 15px;
}

.premium-card .premium-h1 strong {
  font-size: 43px;
  line-height: 47.8px;
  color: #5e32e1;
  display: block;
}

.premium-card .ld-fh-txt {
  color: #555555;
  display: inline-block;
}

.slide-header .fs {
  font-size: 43px;
  line-height: 47.8px;
  color: #5e32e1;
  font-weight: bold;
}

.blogger img {
  height: 356px;
  display: inline-block;
  object-fit: cover;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 30px 100px rgb(0 0 0 / 4%);
  opacity: 1;
}

.slide-header img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.slide-header .ld-fh-txt {
  margin-top: -42px;
  display: block;
}


.fr-text-box p {
  font-size: 18px;
  line-height: 1.6em;
  color: #6a6b6f;
  font-weight: 500;
  margin-bottom: 0px;
  letter-spacing: 1.1px;
}

.fr-text-box span {
  color: #5e32e1;
  font-weight: 500;
  display: block;
}

.mat-bg {
  background-image: url(../img/Abaris-matrimonial-img/matrimonial-screenshot-bg.jpg);
  padding-bottom: 25px;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.slider-mat .items {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.slider-mat .items .home img {
  margin: 0 auto;
}


.amazing .fr-text-box h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0px;
  font-size: 44px;
  color: #060221;
  margin-bottom: 24px;
}

.amazing-cards {
  background-color: #ffffff;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
  padding: 25px 10%;
  display: flex;
  margin-bottom: 2em;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.amazing-cards .icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  color: #f13ad0;
  background: #fbe3f7;
  display: flex;
  margin-bottom: 0.5em;
  border: 0 solid #F2F4F7;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 1em;
  position: relative;
  transition: border 0.15s linear;
  transition: border 0.3s, box-shadow 0.3s;
}

.amazing-cards .icon img {
  width: 100%;
  max-width: 28px;
}


.amazing-cards .icon::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 100%;
  transform: scale(1.3);
  transition: border 0.15s linear;
  transition: border 0.3s, box-shadow 0.3s;
}

.amazing-cards .icon:hover:before {
  animation: animate linear 1s forwards;
}

@keyframes animate {


  100% {
    width: 100%;
    height: 100%;
    border: 2px solid #f13ad0;
  }
}

.amazing-cards .contents h3 {
  display: inline-block;
  margin: 0 0 0.7em;
  font-size: 18px;
  line-height: 1.5em;
  color: #060221;
  font-weight: 400;
}

.amazing-cards .contents p {
  color: #555555;
  margin-bottom: 0px;
}




.btn-see a {
  border-radius: 50em;
  padding: 15px 57px;
  background-color: #fff;
  border: 2px solid #f13ad0;
  box-shadow: 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%);
  display: inline-flex;
  color: #f13ad0;
  margin-right: 30px;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
  text-transform: capitalize;
}

.btn-see a:hover {
  background-color: #f13ad0;
  border: 2px solid transparent;
  color: #fff;
}


.nav-tab-left {
  padding: 35px 0 30px;
  flex-direction: column;
  flex-wrap: inherit;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  display: flex;
}


.nav-tab-left li {
  border: none;
  border-radius: 6px;
  background-color: #fff;
  font-size: 21px;
  font-weight: 500;
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: flex-start;
  padding-right: 30px;
  padding-left: 30px;
  text-align: left;
  flex-direction: column;
  flex-wrap: wrap;
}

.lft-tb {
  padding: 1.15em 2.25em;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 auto;
  display: flex;
  cursor: pointer;
}

.nav-tab-left .lft-tb span {
  font-weight: 600;
  font-size: 21px;
}

.nav-tab-left .lft-tb p {
  margin-top: 0.5em;
  opacity: 0.65;
  font-size: .7142857143em;
  color: inherit;
}




.nav-tab-left li:not(:last-child) {
  margin-bottom: 1.7em;
}

.nav-tab-left li.active,
.nav-tab-left li:hover {
  background-color: #377cff;
  color: #fff;
}


.tb-img {
  position: relative;
}

.tb-img img {
  width: 100%;
  position: relative;
}

.tb-img::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(13, 15, 30, 0.35);
}


.img-footer {
  position: absolute;
  bottom: 40px;
  left: 35px;
  right: 35px;
  transform: translateZ(35px) scale(0.942);
  color: #fff;
  z-index: 1;
}

.img-footer span {
  font-size: 25px;
  font-weight: 600;
}


.members-activites-section {
  margin-top: 220px;
  position: relative;
  background-color: #f7f9fb;
}

.members-activites-section .translat-up .laptop-image img {
  width: 100%;
}

.members-card-row .amazing-cards {
  border-radius: 15px;
  box-shadow: inherit;
}

.members-card-row .amazing-cards .icon {
  width: 100%;
  max-width: 60px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 17px 30px rgb(0 0 0 / 7%);
}

.members-card-row .amazing-cards h3 {
  display: inline-block;
  margin: 0 0 0.7em;
  font-size: 18px;
  line-height: 1.5em;
  color: #060221;
  font-weight: 400;
}


.image-right-heading p {
  font-size: 17px;
  line-height: 1.68em;
  color: #555555;
}

.pricing-table-inner {
  padding: 45px 50px 50px;
  border-radius: 10px;
  background-color: #fff;
  color: #2D3136;
  margin-bottom: 2em;
  position: relative;
  text-align: center;
}

.pricing-table-header {
  text-align: center;
}

.pricing-table-inner .pricing {
  margin: 0;
  font-size: 60px;
  line-height: 1em;
}


.pricing-table-inner .pricing>span {
  font-size: .35em;
}


.pricing-table-inner .pricing-table-header h5 {
  display: inline-block;
  padding: .6em 1.2em;
  margin: 0;
  background-color: #F1F3F7;
  border-radius: 50em;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  color: #2D3136;
}

.pricing-table-inner .pricing-table-body {
  margin-top: 35px;
  font-size: 16px;
}


.pricing-table-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


.pricing-table-inner .pricing-table-body li {
  margin-bottom: .625em;
}

.pricing-table-inner ul li {
  display: block;
  font-size: 17px;
  font-weight: 500;
}


.pricing-table-inner .pricing-table-footer {
  margin-top: 30px;
}

.pricing-table-footer .btn {
  display: inline-flex;
  padding: 0;
  position: relative;
  border: 1px solid #377cff;
  border-radius: 0;
  font-size: 1em;
  white-space: nowrap;
  color: #377cff;
  transition: all .3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05);
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 50em;

}



.pricing-table-footer .btn>span {
  display: inline-flex;
  padding: 1.15em 2.1em;
  border-radius: inherit;
  border-color: inherit;
  flex-flow: row wrap;
  align-items: center;
  margin: -0.5px;
}


.pricing-table-footer .btn:hover {
  border-color: transparent;
  background-color: #377cff;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.05),0px 2px 2px rgba(0,0,0,0.05),0px 4px 4px rgba(0,0,0,0.05),0px 8px 8px rgba(0,0,0,0.05),0px 16px 16px rgba(0,0,0,0.05);
}

.pricing-table-footer .btn.active{
  background-color:  #377cff;
  color: #fff;
}

.bottom-card .amazing-cards{
  border-radius: 15px;
}

.bottom-card .amazing-cards .icons i{
   color: #377cff;
   font-size: 50px;
   margin-bottom:25px;
}

.bottom-card .amazing-cards h3{
  font-size: 22px;
  margin: 0 0 0.7em;
  display: inline-block;
}

.bottom-card .amazing-cards:hover{
  background-color: #377cff;
}

.bottom-card .amazing-cards:hover .icons i{
  color: #fff;
}

.bottom-card .amazing-cards:hover h3{
  color: #fff;
}

.banner-footer {
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center ;
  background-repeat: no-repeat ;
  background-size: cover;
  background-image: url(../img/Abaris-matrimonial-img/matrimonial-cms.jpg);
  position: relative;
}

.banner-footer::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.65);
  transition: background 0.3s, opacity 0.3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}





.box-wrapper {
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 5%;
  padding-right: 5% ;
  padding-bottom: 5% ;
  padding-left: 5%;
  background-color: #ffffff ;
  border-radius: 4px;
  position: relative;
}

.box-wrapper p {
  font-size: 22px;
  line-height: 31px;
  color: rgba(24,27,49,.502);
}

.box-wrapper .btn-solid{
    background-color: #377cff;
    color: #fff;
    display:none;
}



.affrodable-section{
    display:none;
}














/* ---Abaris-matrimonial--css-end */







