body {
  margin: 0px;
  padding: 0px;
  font-family: 'poppinsregular';
  font-size: 16px;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
a{
  text-decoration: none;
}
img {
  max-width: 100% !important;
  height: auto;   
}
.row.flex-column-reverse{
  flex-direction: row-reverse;
}
ul, 
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

.section-title .title {
  font-size: 40px;
  line-height: 54px;
  font-family: 'barlowregular';
  font-weight: 600;
  color: #0e0e0e;
}

.section-title .sub-title {
  font-size: 16px;
  line-height: 30px;
  font-family: 'barlowregular';
  font-weight: 500;
  color: #086ad8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-title .title.white {
  color: #ffffff;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-30 {
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
  clear: both;
}

.py-70 {
  padding-bottom: 70px;
  padding-top: 70px;
  width: 100%;
  clear: both;
}

/*Scroll Top*/
    
.scroll-to-top {
  display: none;
  background: url(../images/gotop.png) 0px 0px;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 51px;
  height: 51px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 99;
}

.scroll-to-top:hover {
  display: none;
  background: url(../images/gotop.png) 0px -51px;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 51px;
  height: 51px;
  filter: alpha(opacity=9);
  opacity: 9;
}

.scroll-to-top:hover {
  text-decoration: none;
}

div#nav-sticky.navbar-fixed-top.main-nav::before,
.inner.main-nav::before {
    display: none;
}
div#nav-sticky.navbar-fixed-top {
  background-color: rgba(256, 256, 256, 1);
  z-index: 99;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  top: 0;
  position: fixed;
  width: 100%;
}

button.navbar-toggler.res-close {
  border-color: rgb(160, 0, 0) !important;
}

button.navbar-toggler.res-close i {
  color: rgb(160, 0, 0) !important;
}
.res-btn
{
  display: none;
}

/* Navbar Style*/
.logo {
  max-width: 200px;
}

.mob-logo {
  display: none;
}

.option-item {
  margin-right: 0px;
  position: relative;
}

.info {
  position: relative;
  padding-left: 45px;
  padding-top: 6px;
}

.info i {
  font-size: 30px;
  color: #ff9800;
  position: absolute;
  left: 0;
  top: 8px;
}

.info::before {
  position: absolute;
  left: -15px;
  width: 1px;
  content: '';
  height: 28px;
  background-color: #dadada;
  top: 12px;
}

.info span {
  font-family: 'poppinsregular';
  font-size: 13px;
  color: #afafaf;
}

.info p {
  font-weight: 600;
  margin-bottom: 0;
  font-family: 'poppinsregular';
  font-size: 18px;
  margin: 0px !important;
}

.info p a {
  text-decoration: none;
  color: #000;
}

ul.navbar-nav {
  margin-right: 30px;
}

.nav-link {
  font-weight: 900;
  padding: 30px 15px !important;
  font-family: 'barlowregular' !important;
  text-transform: uppercase;
  font-size: 14px;
}


.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #e8e8e8;
  width: 7px;
  height: 7px;
  transition: all 0.3s linear;
  position: relative;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  border: 1px solid #57585a;
  transform: scale(0);
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  border-radius: 50%;
  transition: all 0.3s linear;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #086ad8;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}

/* Banner Section Css */
.banner-sec {
  height: 850px;
  overflow: hidden; 
  position: relative;
  z-index: 1;
}
.banner-sec img {
  max-width: 100% !important;
  position: absolute;
  z-index: 0;
} 



/* .banner-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0 66 48 / 50%);
  width: 100%;
  height: 100%;
  z-index: -1;
} */

.banner-sec .shape-1 {
  position: absolute;
  left: 0;
  top: 15%;
  z-index: 1;
  max-width: 170px !important;
}

.banner-sec .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 170px !important;
} 

.banner-sec-outer {
  position: relative;
  width: 100%;
}

/* Banner Content */
.banner-sec .hero-content .sub-title {
  font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #04a118;
}

.banner-sec .hero-content .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}

.banner-sec .hero-content p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #535353;
  margin-top: 30px;
}

.btn-margin {
  margin-top: 40px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: linear-gradient(195deg, #086ad8 0%, #42b9ff 100%);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #ffffff !important;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'barlowregular';
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 56px;
  padding: 0px 25px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.btn::before {
  content: "";
  background: #0e0e0e;
  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.btn::after {
  content: "";
  background: #0e0e0e;
  height: 50%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.btn:focus,
.btn:focus:active {
  box-shadow: none;
}

.btn:hover {
  color: #ffffff !important;
}

.btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

/* Service Section */
.bannersec-bottom-serv {
  background: #010f31;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 110px;
  background-image: url('../images/service-bg3.jpg');
}

.bannersec-bottom-serv .service-wrap {
  position: relative;
  z-index: 5;
  margin-top: -140px;
}

.bannersec-bottom-serv .service-items {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 25px 35px;
  margin-top: 30px;
  position: relative;
  min-height: 435px;
  background-image: url('../images/feat-bg.jpg');
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: top right;
}

.service-content .title {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
  font-family: 'barlowregular';
  font-weight: 700;
}

.service-content p {
  font-size: 14px;
  line-height: 30px;
  padding-top: 20px;
}

.service-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.service-content ul li {
  font-size: 14px;
  line-height: 25px;
  padding-left: 20px;
  position: relative;
  font-family: 'barlowregular';
}

.service-content ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #e99315;
  font-weight: 600;
}

.service-content .read-more {
  margin-top: 20px;
  position: absolute;
  bottom: 35px;
}

.service-content .read-more a {
  font-size: 14px;
  color: #333333;
}

.service-content .read-more i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ebebeb;
  border-radius: 50%;
  color: #086ad8;
  margin-right: 5px;
  transition: all 0.3s linear;
}

.service-content .read-more:hover a i {
  transform: rotate(90deg);
  color: #e99315;
}

.product-features ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.product-features ul li {
    font-size: 15px;
    line-height: 25px;
    padding-left: 20px;
    position: relative;
}

.product-features ul li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    color: #e99315;
    font-weight: 600;
}

/* Section */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-sec .about-img-wrap {
  display: flex;
  position: relative;
  z-index: 1;
}

.about-sec .about-img-wrap .shape-1 {
  position: absolute;
  right: 55px;
  bottom: -30px;
  z-index: -1;
}

.about-sec .about-img-wrap .about-img img {
  border-radius: 10px;
}

.about-sec .about-img-wrap .about-img {
  overflow: hidden;
}

.about-sec .about-img-wrap .about-img:last-child {
  padding-left: 15px;
  margin-top: 75px;
}

.about-content-wrap {
  padding-left: 70px;
}

.about-content-wrap .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
}

.about-content-wrap .about-list {
  border-top: 1px solid #e1e1e1;
  margin-top: 40px;
  padding-top: 15px;
}

.about-content-wrap .about-list .about-list-item {
  padding-right: 40px;
  margin-top: 25px;
  font-size: 14px;
}

.about-content-wrap .about-list .about-list-item .title {
  font-family: 'barlowregular';
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #157ce1;
}

.choose-area {
  background-color: #f9fafb;
}

.choose-content-wrap {
  padding-left: 0px;
}

.choose-content-wrap .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
}

.choose-content-wrap .about-list {
  border-top: 1px solid #e1e1e1;
  margin-top: 40px;
  padding-top: 15px;
}

.choose-content-wrap .about-list .about-list-item {
  padding-right: 40px;
  margin-top: 25px;
  font-size: 14px;
}

.choose-content-wrap .about-list .about-list-item .title {
  font-family: 'barlowregular';
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #157ce1;
}

.choose-area .choose-content-wrap {
  padding-right: 105px;
}

.choose-area .about-img-wrap {
  position: relative;
}

.choose-area .about-img-wrap .about-img img {
  border-radius: 10px;
}

.choose-area .about-img-wrap .about-img-big {
  text-align: right;
}

.choose-area .about-img-wrap .about-img-sm {
  position: absolute;
  left: -15px;
  bottom: 35px;
  border: 8px solid #ffffff;
  border-radius: 10px;
}

.play-btn {
  position: absolute;
  left: 13%;
  top: 12%;
}

.play-btn a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(240deg, #086ad8 0%, #42b9ff 100%);
  color: #ffffff;
  transition: all 0.3s linear;
}

.play-btn a::before {
  content: "";
  border: 2px solid #086ad8;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -webkit-animation: zoombig 3.25s linear infinite;
  animation: zoombig 3.25s linear infinite;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.play-btn a::after {
  content: "";
  border: 2px solid #086ad8;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -webkit-animation: zoombig 3.25s linear infinite;
  animation: zoombig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes zoombig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: .5;
    border-width: 3px;
  }

  65% {
    border-width: 2px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}

@keyframes zoombig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: .5;
    border-width: 3px;
  }

  65% {
    border-width: 2px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}

.play-btn i {
  color: #FFF;
  top: 2px;
  position: relative;
  left: 2px;
}

.play-btn a:hover {
  background: linear-gradient(180deg, #086ad8 0%, #42b9ff 100%);
}

.why-choose-info-wrap .about-info {
  flex: 1;
  padding-left: 24px;
  margin-left: 0;
  position: relative;
}
.why-choose-info-wrap .about-info  p{
  font-size: 14px;
}
.why-choose-info-wrap .about-info .number {
  font-size: 20px;
    font-weight: 600;
    color: #086ad8;
}

.why-choose-info-wrap {
  align-items: center;
  border-top: 2px solid #ececec;
  margin-top: 30px;
  padding-top: 30px;
}

.why-choose-info-wrap .about-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #ececec;
  width: 2px;
  height: 95px;
  transform: translateY(-50%);
}

.why-choose-info-wrap .about-choose {
  max-width: 100%;
}

/* Testimonial Section */
.testimonial-section .testimonial-content-wrap {
  margin-top: 60px;
  height: 300px;
  position: relative;
  overflow-x: hidden;
}

.testimonial-section .single-testimonial {
  background: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  width: 100%;
  max-width: 535px;
  margin: 0 40px;
  position: relative;
  border: 1px solid #f3f3f3;
}

.testimonial-section .testimonial-thumb {
  position: absolute;
  left: -7%;
  top: 50%;
  transform: translateY(-65%);
  z-index: 3;
}

.testimonial-section .testimonial-thumb img {
  border-radius: 10px;
}

.testimonial-section .testimonial-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #086ad8;
  width: 135px;
  height: 135px;
  border-radius: 10px;
  transform: translate(5px, 5px);
  z-index: -1;
}

.testimonial-section .testimonial-content {
  padding: 40px 130px;
  padding-right: 40px;
}

.testimonial-section .testimonial-content p {
  font-size: 17px;
  line-height: 28px;
  color: #4c4d56;
  margin-top: 20px;
  margin-bottom: 15px;
}

.testimonial-section .testimonial-content .name {
  font-size: 16px;
  line-height: 20px;
  color: #0e0e0e;
}

.testimonial-section .testimonial-content .designation {
  font-size: 12px;
  line-height: 20px;
  color: #1748aa;
}

.testimonial-section .testimonial-active .swiper-pagination {
  position: relative;
  margin-top: 50px;
}

.testimonial-section .swiper-pagination-bullet {
  cursor: pointer;
  position: relative;
}

.testimonial-section .swiper-pagination .swiper-pagination-bullet {
  background-color: #e8e8e8;
}

.testimonial-section .swiper-pagination .swiper-pagination-bullet::after {
  border: 1px solid #57585a;
}

.testimonial-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #086ad8;
}

.testimonial-active .swiper-pagination {
  position: relative;
  margin-top: 50px;
}

/* Footer */
footer {
  background-image: url('../images/service-bg3.jpg');
  background-repeat: no-repeat;
  position: relative;
}

.footer-section {
  position: relative;
  top: -80px;
}

.footer-section .cta-wrap .cta-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #4c4d56;
}

.footer-section .cta-wrap .cta-content p a {
  font-weight: 600;
  color: #086ad8;
}

.footer-section .cta-wrap .cta-content p a:hover {
  color: #0e0e0e;
}

.footer-section .cta-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 10px;
  padding: 55px 105px;
  margin-bottom: -90px;
}

.footer-section .cta-wrap .cta-content p {
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
  padding-left: 90px;
  color: #ffffff;
  margin: 0;
}

.footer-section .cta-wrap .cta-content .cta-icon {
  width: 115px;
  height: 115px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 35px;
  background: #010f31;
}


.footer-section .cta-wrap .cta-btn {
  text-align: right;
}

.footer-section .cta-wrap .cta-btn .btn {
  font-size: 22px;
  background: #ffffff;
  color: #0e0e0e;
  padding: 0 35px;
  font-weight: 900;
}

.footer-section .cta-wrap .cta-btn .btn:hover {
  color: #ffffff;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*="btn-icon-"] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}

.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}

.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-primary {
  background-color: #086ad8;
  border-color: #086ad8;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #086ad8;
  border-color: #086ad8;
}

.btn-secondary {
  background-color: #000c29;
  border-color: #000c29;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #000c29;
  border-color: #000c29;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0e0e0e !important;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.btn-white::after {
  background: #086ad8;
}

.btn-white::before {
  background: #086ad8;
}

/* Progress Circle */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  content: "\f108";
  font-family: flaticon !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #086ad8;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #086ad8;
  stroke-width: 4;
  box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Casestudies */

.case-study-section {
  background: #010f31;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-height: 775px;
  overflow: hidden;
  position: relative;
}

.case-study-section .case-study-wrap {
  margin-bottom: 60px;
}

.case-study-section .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 48px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
}

.single-case-study {
  position: relative;
}

.single-case-study .case-study-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.single-case-study .case-study-img a {
  display: block;
}

.single-case-study .case-study-img a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #FFFFFF00 25%, #00000082 63%);
  z-index: 0;
}

.single-case-study .case-study-img .top-meta {
  position: absolute;
  top: 35px;
  left: 30px;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 5px;
  background: #ffffff;
}

.single-case-study .case-study-content {
  position: absolute;
  bottom: 35px;
  left: 30px;
}

.single-case-study .case-study-content .title {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
}

.single-case-study .case-study-content p {
  font-size: 16px;
  line-height: 24px;
  color: #086ad8;
}

.single-case-study:hover .case-study-content .title {
  color: #086ad8;
}

.case-study-active .swiper-pagination {
  position: relative;
  margin-top: 50px;
}

.case-study-active .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
}

.case-study-section .single-case-study {
  position: relative;
}

.case-study-section .single-case-study .case-study-img {
  position: relative;
  overflow: hidden;
}

.case-study-section .single-case-study .case-study-img a {
  display: block;
}

.case-study-section .single-case-study .case-study-img a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(21deg, #086ad8 22%, rgba(146, 152, 197, 0.17409) 40%);
  z-index: 0;
  display: none;
}

.case-study-section .single-case-study .case-study-content {
  position: absolute;
  bottom: 60px;
  left: 60px;
  max-width: 350px;
  display: none;
}

@media only screen and (max-width: 449px) {
  .case-study-section .single-case-study .case-study-content {
    bottom: 10px;
    left: 25px;
  }
}

.case-study-section .single-case-study .case-study-content .sub-title {
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
  color: #ffffff;
}

.case-study-section .single-case-study .case-study-content .title {
  font-size: 24px;
  line-height: 27px;
  color: #0e0e0e;
}

.case-study-section .single-case-study .case-study-content .title span {
  display: inline-block;
  background: #ffffff;
  margin-top: 3px;
  padding: 0 5px;
}

.case-study-section .single-case-study .case-study-content .text {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 20px;
}

.case-study-section .single-case-study:hover .case-study-content .title {
  color: #086ad8;
}

.case-study-section .swiper-slide.swiper-slide-active .single-case-study .case-study-img a::before {
  display: block;
}

.case-study-section .swiper-slide.swiper-slide-active .single-case-study .case-study-content {
  display: block;
}

/* Footer Section */

.footer-section {
  background: #010717;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/footer-bg.jpg);
  top: 0;
}

.footer-section .cta-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 10px;
  padding: 55px 105px;
  z-index: 1;
  top: -70px;
}

.footer-widget-wrap {
  padding-top: 30px;
  padding-bottom: 0;
}

.footer-widget {
  margin-top: 30px;
}

.footer-widget-about {
  margin-top: 15px;
}

.footer-logo {
  max-width: 170px;
}
.footer-logo img{
  max-width: 170px !important;
}
.footer-widget-about p {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  padding-right: 10px;
  margin-top: 20px;
}

.footer-widget .footer-widget-title {
  font-size: 20px;
  font-family: 'barlowregular';
  font-weight: 600;
  color: #ffffff;
}

.widget-link {
  padding-top: 22px;
}

.widget-link .link li {
  margin-top: 7px;
  list-style: none;
}

.widget-link .link li a {
  font-size: 14px;
  color: #c4c5c7 !important;
  transition: all 0.3s linear;
}

.widget-link .link li a:hover {
  color: #ffb937 !important;
  padding-left: 10px;
}

.widget-info {
  padding-top: 20px;
}

.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  margin-top: 10px;
}

.widget-info ul li .info-icon i {
  display: inline-block;
  color: #ffc107;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 2px;
}

.widget-info ul li .info-icon i {
  display: inline-block;
  color: #ffc107;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 2px;
}

.widget-info ul li .info-text,
.widget-info ul li .info-text a {
  font-size: 16px;
  line-height: 20px;
  font-family: 'barlowregular';
  font-weight: 600;
  color: #c4c5c7 !important;
}
.widget-info ul li .info-text a:hover{
  color: #ffb937 !important;
}
.footer-copyright-area {
  border-top: 1px solid #1b202f;
  margin-top: 30px;
}

.copyright-text {
  margin: 15px 0px;
}

.copyright-text p {
  font-size: 14px;
  color: #c4c5c7;
}

/* Innerpage Css */
.page-title-area {
  position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
.page-title-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: .77;
}

.page-title-content {
  text-align: left;
    margin-left: 15px;
}

.page-title-content h2 {
  margin-bottom: 0;
  color: #111111;
  font-family: 'barlowregular';
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}
/* .page-title-content h2:after
{
  content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 43px;
    background-color: #e99315;
} */

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.page-title-content ul li {
  color: #606060;
  display: inline-block;
  position: relative;
  font-family: 'barlowregular' !important;
  font-weight: 500;
  font-size: 14px;
  margin-left: 0px;
  margin-right: 10px;
  text-transform: uppercase;
}

.page-title-content ul li a {
  display: inline-block;
  color: #e73c3e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.page-title-content ul li a:hover {
  color: #e73c3e;
}

.page-title-content ul li::before {
  position: absolute;
  right: -8px;
  top: 3px;
  width: 1px;
  content: '';
  height: 14px;
  background-color: #086ad8;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.page-title-content ul li:last-child::before {
  display: none;
}


/* About Page */

.page-title-area.aboutpage {
  background-image: url(../images/about.jpg);
}

.about-image {
  position: relative;
  text-align: left;
  padding-right: 100px;
  padding-bottom: 100px;
}
.about-image img {
  border-radius: 0;
}


.about-image img:nth-child(2) {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
}
.about-image .experience {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  max-width: 470px;
  margin: auto;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  padding: 40px;
  border-left: 2px solid #e73c3e;
}

.about-image .experience h4 {
  font-size: 80px;
  margin-bottom: 0;
  position: absolute;
  left: 50px;
  top: 35px;
  font-weight: 400;
}

.about-image .experience p {
  font-size: 28px;
  color: #111111;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 120px;
  line-height: 1.4;
  font-family: "Rubik", sans-serif;
}

.about-content span {
  font-size: 16px;
    line-height: 30px;
    font-family: 'barlowregular';
    font-weight: 500;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.about-content h3 {
  font-size: 40px;
    line-height: 54px;
    font-family: 'barlowregular';
    font-weight: 600;
    color: #0e0e0e;
}

.about-content strong {
  font-size: 18px;
  color: #606060;
  font-weight: 400;
}

.about-content .about-list {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 25px;
}

.about-content .about-list li {
  list-style-type: none;
  color: #606060;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.about-content .about-list li:last-child {
  margin-bottom: 0;
}

.about-content .about-list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #027911;
  font-size: 16px;
}

.about-wrap {
  position: relative;
}

.about-wrap .about-shape {
  background-image: url(../img/about/shape.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 60px;
}

.about-wrap .about-shape .text {
  text-align: center;
  margin-top: 50px;
}

.about-wrap .about-shape .text h3 {
  font-size: 70px;
  color: #e73c3e;
  margin-bottom: 5px;
  line-height: 1;
}

.about-wrap .about-shape .text span {
  color: #111111;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

.content-sec p
{
  line-height: 30px;
}

.choose-image {
  position: relative;
  margin-top: 45px;
}

.choose-image .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 90px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 45px;
  right: 0;
  margin: auto;
  bottom: -40px;
  -webkit-transform: translateY(-135%);
          transform: translateY(-135%);
  text-align: center;
}

.choose-image .video-btn i {
  font-size: 55px;
  position: relative;
  top: -4px;
  left: 0;
  color: #e73c3e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.choose-image .video-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: #e73c3e;
}

.choose-image .video-btn:hover, .choose-image .video-btn .video-content .video-btn:focus {
  background-color: #e73c3e;
  color: #ffffff !important;
}

.choose-image .video-btn:hover i, .choose-image .video-btn .video-content .video-btn:focus i {
  color: #ffffff;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.process-area {
  background-color: #f9fafb;
}

.process-area.bg-color {
  background-color: #fdfdfb;
}

.process-area.bg-color .container {
  max-width: 1140px;
}

.process-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.process-item::before {
  position: absolute;
  content: "";
  height: 65%;
  width: 90%;
  background-color: #fdebeb;
  left: 0;
  right: 0;
  margin: auto;
  top: -110px;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.process-item .icon {
  margin-bottom: 20px;
  position: relative;
}

.process-item .icon i {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: #ffffff;
  text-align: center;
  font-size: 50px;
  color: #e73c3e;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.process-item h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.process-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.process-item:hover .icon i {
  background-color: #e73c3e;
  color: #ffffff;
}

.process-item.bg-top1 {
  margin-top: 30px;
}

.process-item.bg-top2 {
  margin-top: 0;
}

.process-item.bg-top3 {
  margin-top: 0;
}

.process-item.bg-top4 {
  margin-top: -30px;
}

.process-item-two {
  background-image: url(../img/process-shape.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  height: 280px;
  width: 280px;
  text-align: center;
  margin-bottom: 30px;
}

.process-item-two .text {
  position: absolute;
  top: 45px;
  padding-left: 35px;
  padding-right: 35px;
}

.process-item-two .text .icon i {
  font-size: 50px;
  color: #e73c3e;
}

.process-item-two .text h3 {
  font-size: 24px;
  margin-top: 14px;
  margin-bottom: 10px;
}

.process-item-two .text p {
  font-size: 15px;
  margin-bottom: 0;
}

/*================================================
Company Area CSS
=================================================*/
.company-area .container-fluid {
  padding-left: 0;
}

.company-area.bg-color .company-content {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.company-image {
  background-image: url(../img/company.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.company-image img {
  display: none;
}

.company-content {
  max-width: 525px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.company-content h3 {
  font-size: 36px;
}

.company-content .company-text {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}

.company-content .company-text:last-child {
  margin-bottom: 0;
}

.company-content .company-text .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.company-content .company-text .icon i {
  font-size: 50px;
  color: #e73c3e;
}

.company-content .company-text h4 {
  font-size: 25px;
  margin-bottom: 10px;
}


/* Contact Page */

.page-title-area.cantactpage {
  background-image: url(../images/about.jpg);
}
.contact-page-section {
  position: relative;
  padding: 0;
}

.contact-page-section .form-column {
  position: relative;
  margin-bottom: 40px;
}

.contact-page-section .form-column .inner-column {
  position: relative;
}

.contact-page-section .sec-title {
  margin-bottom: 30px;
}

.contact-page-section .sec-title h2 {
  font-size: 40px;
    line-height: 54px;
    font-family: 'barlowregular';
    font-weight: 600;
    color: #0e0e0e;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-form .form-group:last-child {
  margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #555555;
  line-height: 32px;
  padding: 15px 30px;
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  font-weight: 400;
  height: 64px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: #f20487;
}

.contact-form .form-group textarea {
  height: 156px;
  resize: none;
}

.contact-form .form-group button {
  text-transform: capitalize;
}

.contact-form input.error:focus,
.contact-form select.error:focus,
.contact-form textarea.error:focus {
  border-color: #ff0000;
}

.contact-form label.error {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 24px;
  color: #ff0000;
  padding-top: 7px;
  margin-bottom: 0;
}

.contact-page-section .contact-column {
  position: relative;
  margin-bottom: 30px;
}

.contact-page-section .contact-info {
  position: relative;
  margin-bottom: 37px;
}

.contact-page-section .contact-info li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
  list-style: none;
}

.contact-page-section .contact-info li p {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  font-weight: 400;
  margin: 0;
}

.contact-page-section .contact-info li strong {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  font-weight: 600;
}

.contact-page-section .contact-info li .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 26px;
  background-color: #ffffff;
  color: #1379df;
}

.contact-page-section .contact-info li a {
  color: #777777;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-page-section .contact-info li a:hover {
  color: #f20487;
}

.social-icon-colored .fa-facebook,
.social-icon-colored .fa-facebook-f,
.social-icon-colored .fa-facebook-square {
  color: #3C599F;
}
.social-icon-colored .fa-instagram {
  color: #A1755C;
}

.social-icon-colored .fa-linkedin,
.social-icon-colored .fa-linkedin-in,
.social-icon-colored .fa-linkedin-square {
  color: #0085AE;
}
.social-icon-colored .fa-skype {
  color: #01AEF2;
}

.social-icon-colored .fa-twitter,
.social-icon-colored .fa-twitter-square {
  color: #32CCFE;
}
.social-icon-colored .fa-youtube,
.social-icon-colored .fa-youtube-play,
.social-icon-colored .fa-youtube-square {
  color: #C52F30;
}

.social-icon-two {
  position: relative;
  display: block;
}

.social-icon-two li {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}

.social-icon-two li a i {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 23px;
  line-height: 40px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-page-section .contact-info li li {
  padding-left: 0px;
  margin-bottom: 0;
  margin-top: 15px;
  border: 1px solid #EEE;
}

.social-icon-two li a i.fb{
  color: #1877f2;
}

.social-icon-two li a i.fb:hover
{
  color: #FFF;
  background-color: #1877f2;
}
.social-icon-two li a i.tw{
  color: #1da1f2;
}

.social-icon-two li a i.tw:hover
{
  color: #FFF;
  background-color: #1da1f2;
}

.social-icon-two li a i.li{
  color: #0a66c2;
}

.social-icon-two li a i.li:hover
{
  color: #FFF;
  background-color: #0a66c2;
}

.social-icon-two li a i.wa {
    color: #1dcd5b;
}

.social-icon-two li a i.wa:hover {
    color: #010717;
    background-color: #1dcd5b;
}

.social-icon-two li a i.yt{
  color: #ff0000;
}
.social-icon-two li a i.yt:hover
{
  color: #FFF;
  background-color: #ff0000;
}

/* Client Page */
.page-title-area.clients {
  background-image: url(../images/about.jpg);
}

/* Product Page */
.products-item {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #FFF;
  margin-bottom: 30px;
}
.products-item-content  {
  padding: 20px 20px 25px;
    min-height: 140px;
    max-height: 140px;
    overflow: hidden;
}

.products-item-content .price {
  font-size: 22px;
  font-family: 'montserratbold';
  color: #304ed4;
  line-height: 1;
} 
.products-item-content .price span {
  font-family: 'montserratregular';
  font-size: 15px;
  margin-left: 15px;
  font-weight: 400;
  text-decoration: line-through;
  color: #959595;
}

.products-item-content .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 25px;
}
.products-item-content .title a {
  color: #000;
}

.products-item-bottom {
  border-top: 1px solid #e7e7e7;
  padding: 17px 15px;
}

.products-item-bottom .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1;
}

.products-item-bottom .list-wrap li i {
  font-size: 20px;
  line-height: 0;
  color: #222222;
}
.products-item img{
  width: 100%;
  max-width: 100%;
}
.list-wrap li {
  list-style: none;
}
.list-wrap li .btn-sm {
  line-height: 34px;
  padding: 3px 18px;
}
.products-item-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  margin: 0 0 15px;
  flex-wrap: wrap;
}
.products-item-meta li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.products-item-meta li i {
  margin-right: 7px;
}

.products-review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.products-review .rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  gap: 4px;
  color: #ff8800;
}
.products-review .rating i {
  margin: 0;
}
.products-review span {
  font-size: 14px;
  color: #424242;
}

.products-item-tag-three {
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  left: 30px;
  top: 27px;
  padding: 8px 12px;
  color: #000;
  background:#FFF;
  z-index: 1;
  border-radius: 4px;
  line-height: 1;
}

.products-item-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  margin: 0 0 15px;
  flex-wrap: wrap;
}
.products-item-meta li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.products-item-bottom .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.products-item-bottom .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1;
}

.shine-animate-link {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.shine-animate-link::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine-animate-item:hover .shine-animate-link::before {
  -webkit-animation: hoverShine 1.2s;
  animation: hoverShine 1.2s;
}
@-webkit-keyframes hoverShine {
  100% {
    left: 125%;
  }
}
@keyframes hoverShine {
  100% {
    left: 125%;
  }
}

/* Product Details Page */

.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #e73c3e;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  font-size: 25px;
  font-family: 'barlowregular';
  color: #000c29;
  font-weight: 700;
}


.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #ecf3ff;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #ecf3ff;
  background-color: transparent;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  line-height: 55px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #e73c3e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.widget-area .widget_search form button:hover {
  background-color: #111111;
  color: #ffffff;
}

.widget-area .widget_search form button i {
  font-size: 20px;
}

.widget-area .widget-categories {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 25px;
}

.widget-area .widget-categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget-categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #606060;
  text-transform: capitalize;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'barlowregular';
}

.widget-area .widget-categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget-area .widget-categories ul li a {
  color: #111111;
  display: block;
  font-family: 'barlowregular';
}

.widget-area .widget-categories ul li a:hover {
  color: #e60027;
}

.widget-area .widget_hours {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 25px;
}

.widget-area .widget_hours ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_hours ul li {
  position: relative;
  margin-bottom: 12px;
  color: #606060;
  text-transform: capitalize;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

.widget-area .widget_hours ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget-area .widget_hours ul li a {
  color: #111111;
  display: block;
}

.widget-area .widget_hours ul li a:hover {
  color: #e60027;
  letter-spacing: 1px;
}

.widget-area .widget_hours ul li span {
  float: right;
}

.widget-area .widget_appointment {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 25px;
}

.widget-area .widget_appointment .form-group {
  margin-bottom: 15px;
}

.widget-area .widget_appointment .form-group .form-control {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  height: 50px;
  border-radius: 2px;
  font-size: 16px;
}

.widget-area .widget_appointment .form-group .list-unstyled {
  color: red;
  margin-top: 5px;
}
.btn-block {
  width: 100%;
}
.widget-area .widget_appointment .text-danger {
  color: #dc3545 !important;
  font-size: 20px !important;
  margin-top: 15px !important;
}


.product-cost-wrap {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: #5751e1;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  -moz-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  -ms-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  -o-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  padding: 20px 20px 20px;
  margin-bottom: 20px;
}
.product-cost-wrap span {
  display: block;
    font-weight: 800;
    color: #FFF;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'barlowregular';
    font-size: 20px;
}
.product-cost-wrap .title {
  margin-bottom: 0;
  font-size: 50px;
  color: #FFF;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: 'barlowregular';
  font-weight: 900;
}
.product-cost-wrap .title del {
  font-size: 20px;
  font-weight: 500;
  color: #9490FA;
}
.product-information-wrap .title {
  font-size: 20px;
    margin-bottom: 15px;
    font-family: 'barlowregular';
    color: #5751e1;
    font-weight: 800;
}
.product-information-wrap .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: var(--tg-common-color-dark);
  gap: 15px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1;
}
.product-information-wrap .list-wrap li span {
  display: block;
  margin-left: auto;
  color: var(--tg-common-color-gray-3);
}
.product-information-wrap .list-wrap li svg {
  color: var(--tg-common-color-gray-3);
}
.product-payment {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 25px;
  padding-bottom: 30px;
}
.product-payment .title {
  font-size: 20px;
    margin-bottom: 15px;
    font-family: 'barlowregular';
    color: #5751e1;
    font-weight: 800;
}


.order_table {
  margin-bottom: 35px;
}

.order_table table {
  width: 100%;
}

.order_table table thead tr th {
  min-width: 50%;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  background-color: #000;
  color: #FFF;
  padding: 10px 15px;
}

.order_table table thead tr th:last-child {
  text-align: right;
}

.order_table table tbody tr td {
  min-width: 50%;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.order_table table tbody tr td:last-child {
  text-align: right;
}

.order_table table tfoot tr th {
  min-width: 50%;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.order_table table tfoot tr td {
  min-width: 50%;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.order_table table tfoot tr td:last-child {
  text-align: right;
}
.order_table table tfoot .order_total td:last-child
{
  color: rgb(199, 85, 51);
  font-weight: bold;
}

.tbl-cart thead th
{
  text-align: left !important;
}
.tbl-cart thead th:last-child
{
  text-align: right !important;
}
.tbl-cart .delete {
  font-size: 18px;
  height: 30px;
  padding: 2px 8px;
  line-height: 30px;
}
.tbl-cart td.product-subtotal
{
  text-align: right;
}

.tbl-cart td{
  text-align: left;
}
.tbl-cart td a{
  color: #027911;
}


.checkout_form h2.title
{
    background: #f7f7f7;
    border-bottom: 1px solid #e73c3e;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-size: 25px;
    font-family: 'barlowregular';
    color: #000c29;
    padding: 15px;
    font-weight: 700;
  }


.checkout_form label {
  font-weight: 500;
  margin-bottom: 8px;
}

.checkout_form label span {
  color: #40A944;
}
.checkout_form .form-control {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  height: 50px;
  border-radius: 2px;
  font-size: 16px;
}

.checkout_form textarea{
  width: 100%;
  height: 150px !important;
  resize: none;
}


/* Client Page */
.client-tb
{
  padding-right: 50px;
}
@keyframes scroll-l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 7));
  }
}

@keyframes scroll-r {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(calc(-200px * 7));
  }
}


.slider {
  height: 230px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  margin-top: 130px;
}

ul.slide-l-track {
  animation: scroll-l 20s linear infinite;
  display: flex;
  width: calc(200px * 14);
  margin: 0px;
  padding: 0px;
}

ul.slide-r-track {
  animation: scroll-r 20s linear infinite;
  display: flex;
  width: calc(200px * 14);
  margin: 15px;
  padding: 0px;
}

.slider li {
  height: 100px;
  width: 200px;
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  vertical-align: middle;
  line-height: 100px;
  background: #FFF;
}

.large-header
{
  font-family: 'montserratbold';
  font-size: 70px;
  font-weight: 900;
}
.large-subheader
{
  font-family: 'montserratregular';
  font-size: 50px;
  font-weight: 600;
}
.successful-pro
{
  margin: 0px;
  padding: 0px;
}
.successful-pro .accordion-item .accordion-button span.badge
{
  position: absolute;
  right: 50px;
}

ul.clients-box
{
  padding: 0px;
  margin:0px 0px 0px 25px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  position: relative;
  left:0
}

ul.clients-box li{
    font-family: 'montserratregular';
    font-size: 14px;
    text-align: left;
    list-style: none;
    list-style-type: decimal-leading-zero;
    position: relative;
    list-style-position: outside;
    border: 1px solid #EEE;
    margin-bottom: 5px;
    border-radius: 5px;
    max-width: 95%;
}
ul.clients-box li a{
  display: block;
  color: #0e0e0e;
  padding: 10px 10px 10px 10px;
}
ul.clients-box li:hover a{
  display: block;
  color: #1378ec; 
  background-color: #e7f1ff !important;
}
ul.clients-box li:nth-child(odd)
{
  background-color: #FFF; 
}

ul.clients-box li:nth-child(even)
{
  background-color: #f8f9fa;
}

 