
:root {
  --jiffy-common-white: #ffffff;
  --jiffy-common-black: #000000;
  --heading-color: #0d0e0e;
  --text-color: #686868;
  --primary-color: #dd3434;
  --primary-hover-color: #b11616;
  --tp-border-1: #EDF5FA;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 15px;
  font-weight: 400;
  color: #0d0e0e;
  line-height: 1.3;
  overflow-x: hidden;
  /* background: linear-gradient(234deg, #040612 0%, #1e1d23 100%); */
  font-family:  "Roboto", sans-serif;
}



html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d0e0e;
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  color: #686868;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

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

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input,
textarea {
  outline: none;
  color: var(--tp-common-black);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #70737D;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #70737D;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #70737D;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #70737D;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-50 {
  --bs-gutter-x: 12px;
}

.gx-60 {
  --bs-gutter-x: 65px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-60 {
    --bs-gutter-x: 40px;
  }
}


/*--- preloader ---*/
.dark #preloader {
  background-color: var(--tp-theme-1);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--tp-theme-1);
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--- end of preloader ---*/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 9;
  color: var(--tp-common-white);
  text-align: center;
  cursor: pointer;
  background: var(--tp-common-black);
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 80px;
}







/*----------------------------------------*/
/*  03. HEADER AND MEANMENU CSS START
/*----------------------------------------*/

.header-bottom__area {
    background: transparent;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: 0.3s all;
}

.header-bottom__main-menu nav ul li {
    margin: 0px 5px;
    display: inline-block;
}


.header-bottom__main-menu nav ul li a {
    font-weight: 400;
    font-size: 15px;
    color: var(--jiffy-common-white);
    display: inline-block;
    padding: 15px 10px;
    border-radius: 5px;
}

.header-bottom__main-menu nav ul li:hover a {
  background-color: var(--primary-color);
}

.header-sticky .header-bottom__main-menu nav ul li a {
  color: var(--jiffy-common-black);
}


.header-sticky-bg-2.header-sticky {
    background-color: var(--jiffy-common-white);
    box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
    z-index: 999;
    padding-top: 15px;
    padding-bottom: 15px;
}


.dark_logo {
  display: none;
}

.header-sticky .normal_logo {
  display: none;
}
.header-sticky .dark_logo {
  display: block;
}









/*----------------------------------------*/
/*  16. HERO CSS START
/*----------------------------------------*/


.tp-hero-area {
    background-repeat: no-repeat;
    background-image: url('../img/hero/hero-banner.jpg');
}
.tp-hero-area::after {
    content: '';
    background: rgba(0,7,23,.75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tp-hero-area > .container {
    position: relative;
    z-index: 1;
}


.tp-hero-title {
    font-weight: normal;
    font-size: 80px;
    
    color: #ffffff;
    line-height: 1.3;
    margin: 0px auto;
}

.tp-hero-title-box p {
    color: #fff;
}

.tp-hero-area .action_wrapper {
    margin-top: 39px;
}
.tp-hero-browser-item {
    flex: 1;
    display: flex;
    align-items: center;
}
.tp-hero-browser-item .icon_wrapper {
    background-color: var(--primary-color);
    border-radius: 6px;
}
.tp-hero-browser-item img {
    width: 50px;
    padding: 8px;
    filter: invert(1);
}
.tp-hero-browser-item p {
    color: #fff;
    margin: 0;
    margin-left: 10px;
}

/*----------------------------------------*/
/*  11. 404 PAGE
/*----------------------------------------*/
.tp-error-ptb {
  padding-top: 200px;
  padding-bottom: 170px;
}

.tp-error-content-box {
  position: relative;
}

.tp-error-content-box span {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.tp-error-left-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tp-error-header {
  border-bottom: 1px solid #F2F2F2;
}

.tp-error-header .header-bottom__main-menu-4 nav ul li::after {
  background: linear-gradient(180deg, rgba(32, 33, 36, 0) 0%, rgba(32, 33, 36, 0.03) 100%);
  filter: drop-shadow(0px 2px 0px #FFC530);
}

.tp-error-header .header-bottom__main-menu-4 nav ul li::before {
  background-color: #FFC530;
}

.tp-error-header .header-bottom__main-menu-4 nav ul li a {
  color: var(--tp-common-black);
}

.error-title-sm {
  font-weight: 700;
  font-size: 44px;
  letter-spacing: -0.02em;
  color: #202124;
  padding-bottom: 10px;
}

.tp-error-text-box p {
  padding-bottom: 20px;
}


/* Bredcurms */
.breadcrumb-banner-area {
    padding-bottom: 65px;
    padding-top: 180px;
    background-color: var(--tp-common-black);
    background-image: url('../img/bredcurm-bg/head-bg.jpg');
    background-position: center;
    position: relative;
}

.breadcrumb-banner-area::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(28,34,40,.85);
    position: absolute;
    left: 0;
    top: 0;
}
.breadcrumb-banner-title {
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--jiffy-common-white);
    position: relative;
    z-index: -1;
    display: inline-block;
}

.breadcrumb-banner-content p {
    color: #fff;
    font-size: 19px;
}

.tp-card-main-img img {
  border-radius: 30px;
  width: 100%;
}



/* about */
.tp-section-title-3 {
    font-weight: 400;
    font-size: 35px;
    line-height: 1.3;
}

.tp-card-title-box.left_about {
    padding-left: 0;
    padding-right: 70px;
}

.tp-about__list ul li {
    color: #787878;
    line-height: 23px;
    margin-bottom: 15px;
    list-style: none;
}

.tp-about__list li i {
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    line-height: 21px;
    font-size: 13px;
    border-radius: 25px;
    margin-right: 10px;
}

/* product listing */
.jiffy-products-card-thumb-wrapper {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}
.jiffy-products-card-thumb-wrapper .tp-card-main-img img {
    border-radius: 10px;
}
.jiffy-products-card-thumb-wrapper .tp-card-title-box {
    padding: 22px;
}
.jiffy-products-card-thumb-wrapper .tp-card-title-box h3.tp-section-title-3 {
    font-size: 25px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.jiffy-products-card-thumb-wrapper .tp-card-title-box p {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.jiffy-products-card-thumb-wrapper .tp-card-title-box .price_wrapper span {
    font-size: 40px;
    font-weight: 400;
    display: inline-block;
}
.tp-about__btn .btn-primary {
    margin-right: 10px;
}
.jiffy-products-card-thumb-wrapper span.spacial_price {
    font-size: 25px !important;
    color: #8f8585;
    font-weight: 100 !important;
    margin-left: 10px;
    text-decoration: line-through;
}
.price_wrapper {
    margin-bottom: 15px;
}
.jiffy-products-card-thumb-wrapper .tp-about__btn .tp-btn {
    border-radius: 6px;
    margin-right: 10px;
}
.jiffy-products-card-thumb-wrapper .tp-about__btn .tp-btn.secondary {
    background: transparent;
    border: 1px solid var(--tp-common-black);
    color: var(--tp-common-black);
}
.jiffy-products-card-thumb-wrapper .tp-about__btn .tp-btn.secondary span {
    color: var(--tp-common-black);
}
.jiffy-products-card-thumb-wrapper .tp-about__btn .tp-btn.secondary:hover span{
  color: #fff;
}

/*Section title */


.jifft-setion-title {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 20px;
}

.dark_bg .jifft-setion-title {
    color: #fff;
}

/* Button style */

.action_wrapper a {
  margin-right: 5px;
  margin-left: 5px;
}
.btn:active, .btn:focus {
    box-shadow: unset !important;
    background-color: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
}
.btn {
    padding: 15px 30px;
    border: 1px solid #333;
}
.btn span {
    font-size: 15px;
    font-weight: 400;
}
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:hover {
  background-color: var(--primary-hover-color);
  border-color: var(--primary-hover-color);
}
.btn.btn-primary.white_bg {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.btn-outline.white_border {
    border-color: #fff;
    color: #fff;
    border-color: #fff;
}

/* out line buttn */
.btn-outline {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-outline:hover {
  border-color: var(--primary-hover-color);
  background-color: var(--primary-hover-color);
  color: #fff;
}
/*service section */

.blue_bg {
  background-image: url('../img/pattern.svg');
    background-position: left;
    background-color: #eff3ff;
}

.home-jiffy-services {
    background-image: url('../img/why/shape.png');
    background-repeat: repeat-y;
    background-position: right;
}
.jiffy-services-info .box-inner {
    /* background: #fff; */
    padding: 20px 0px;
    /* border-radius: 12px; */
    margin-bottom: 25px;
}

.jiffy-services-info .box-inner .box-title.alt-font {
    font-size: 22px;
    font-weight: normal;
}

.jiffy-services-info .box-inner .brand-icon i {
    font-size: 30px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

/* why you choose us */
.why_bg_img {
  background-image: url('../img/why_choose_bg.jpg');
}
.home-services-details > .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.home-services-details .reason-box {
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 45px;
    background-color: #fff;
    background-image: url('../img/why/dots.png');
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
    transition: 0.3s all;
    border: 1px solid #f5f5f5;
}
.reason-box .full-box {
    display: flex;
    align-items: center;
    gap: 15px;
}



.home-services-details .reason-box .box-icon {
    position: absolute;
    right: -10%;
    bottom: -10%;
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-radius: 100%;
    text-align: center;
    line-height: 114px;
    transition: 0.3s all;
}

.reason-box .box-icon i {
    font-size: 28px;
    text-align: center;
    color: var(--primary-color);
    margin-right: 25px;
    transition: 0.3s all;
}
.reason-box h3.box-title {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: normal;
    color: #000;
}

.blue_bg .tp-section-title-3,
.blue_bg .tp-service-section-wrapper p {
  color: #fff;
}
.jiffy-author-content {
    background: #fff;
    text-align: center;
    padding: 40px;
    border-radius: 15px;
}
.jiffy-author-content img {
    width: 200px;
}
.jiffy-author-content h2 {
    font-weight: normal;
    font-size: 25px;
}
.reason-box  .read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    color: #6a6a6a;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    margin-top: 10px;
}
.reason-box  .read-more i {
    margin-right: 20px;
    height: 52px;
    width: 52px;
    font-size: 16px;
    color: var(--theme-color1);
    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;
    border-radius: 50%;
   transition: 0.3s all;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.home-services-details .reason-box:hover .box-icon {
  background-color: var(--primary-hover-color);
  color: var(--jiffy-common-white);
}
.home-services-details .reason-box:hover .read-more i {
  background-color: var(--primary-hover-color);
  color: var(--jiffy-common-white);
}
.home-services-details .reason-box:hover .box-icon i {
  color: var(--jiffy-common-white);
}
.home-services-details .reason-box:hover {
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
/*counter section */
.tp-counter-area {
  background-image: url('../img/counter-bg.png');
}
.tp-counter-wrap {
    /* background: #fff; */
    text-align: center;
    padding: 30px 0px;
    /* border-radius: 5px; */
}
.tp-counter-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-left: 2px solid #ffffff4f;
    text-align: left;
    padding-left: 15px;
}
.tp-counter-item p {
    margin-bottom: 0;
    color: #adadad;
}
.tp-counter-item h4 span {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #e5e5e5;
}
.tp-counter-item h4 {
    position: relative;
    color: #fff;
    width: 155px;
    font-size: 33px;
    display: flex;
    align-items: center;
    gap: 17px;
}
.tp-counter-item h4::before {
    content: '';
    width: 3px;
    height: 45px;
    background: var(--primary-color);
    position: absolute;
    left: -18px;
    border-radius: 20px;
}





.main-custom-new-process2 li .suffesv3-sub-heading {
  font-size: 22px
}

.main-custom-new-process2 .work-flow-list li {
    margin-bottom: 50px;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    position: relative;
    transition: 0.3s all;
    margin-left: 10px;
    margin-right: 10px;
}

.main-custom-new-process2 .work-flow-list li:hover {
  box-shadow: 0px 8px 16px -2px rgba(32, 33, 36, 0.06), 0px 16px 32px -2px rgba(32, 33, 36, 0.1);
}

.main-custom-new-process2 ul::after {
  height: 375px !important;
  top: 78px;
  border-radius: 0 20px 20px 0;
  border-color: #000
}

.main-custom-new-process2 ul li::after {
  top: 63px;
  background: #000
}

.main-custom-new-process2 ul li:nth-child(5)::after,
.main-custom-new-process2 ul li:nth-child(6)::after {
  top: 67px !important
}


/*work flow*/


ul.work-flow-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 42px;
  margin-bottom: 25px;
  padding-left: 0;
  gap: 15px;
}


.work-flow_list_inner_heading {
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 5px;
  flex-wrap: nowrap;
}


.work-flow-list li .suffesv3-sub-heading {
  font-size: 65px;
  font-weight: bold;
  margin-right: 20px;
  line-height: normal;
  margin-bottom: 0;
  color: #000;
  opacity: 0.05;
  margin-bottom: 10px;
  left: 29px;
}

.work-flow-list h4.subheading {
  font-size: 29px;
  margin-bottom: 0;
  line-height: 1.3;
}

.work-flow_list_inner_heading h4.subheading b {
  font-weight: 400;
}

/*cta section*/
.home-cta__inside {
    padding: 37px 20px;
    border-radius: 10px;
    background-image: url('../img/cta-1024.jpg');
    position: relative;
    background-position: center;
    background-size: cover;
}
.home-cta__inside.two {
  background-image: url('../img/ui-cta.jpg');
}

.home-cta__inside::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,7,23,.75);
    border-radius: 10px;
}
.home-cta-body {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: 0px auto;
    width: 100%;
}
.home-cta__text p {
    font-size: 22px;
    margin-bottom: 6px;
    color: #FFF;
    line-height: 35px;
}
.home-cta__text p strong {
    font-size: 25px;
    display: block;
    margin-top: 11px;
}

.home-cta-btn.ib span {
    white-space: nowrap;
}

/*Testimonial */

.tp-testimonial-2-area {
    background-image: url('../img/testimonial/testimonial_bg.jpg');
    position: relative;
    background-size: cover;
}
.why_bg_img {
  position: relative;
}
.tp-testimonial-2-area > .container,
.why_bg_img > .container {
    position: relative;
    z-index: 1;
}
.tp-testimonial-2-area::after,
.why_bg_img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 7, 23, .75);
}
.tp-testimonial-2-slider-active .slick-slide {
    padding: 8px;
}
.tp-testimonial-2-item {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 10px;
}
.tp-testimonial-2-content p {
    color: #333;
    font-size: 16px;
}
.tp-testimonial-2-author {
    gap: 14px;
    margin-top: 25px;
}

.tp-testimonial-2-img {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    background: #f94c0480;
    border-radius: 50%;
    color: #fff;
}
.tp-testimonial-2-author-info h5 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}
.tp-testimonial-2-author-info span {
    color: #707070;
}


.tp-testimonial-2-slider-active ul.slick-dots {
    list-style: none;
    text-align: center;
    margin-top: 40px;
}
.tp-testimonial-2-slider-active ul.slick-dots li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}
.tp-testimonial-2-slider-active ul.slick-dots li button {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #e4e4e4;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -100px;
}
.tp-testimonial-2-slider-active ul.slick-dots li.slick-active button {
    background: #000;
}

/*contact form*/
label.floating-label {
    display: block;
    margin-bottom: 5px;
}

.inputText,
.textareaText {
    width: 100%;
    height: 48px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 10px 15px;
}

.textareaText {
  height: 150px;
}

.contact-inner-item {
    text-align: center;
    padding: 45px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background-image: url('../img/why/dots.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #fff;
}

.contact-inner-img {
    margin-bottom: 15px;
}

.contact-inner-item i {
    font-size: 40px;
    color: var(--primary-color);
}

/*footer*/

.tp-cta-area {
    background-image: url('../img/head-bg.jpg');
    padding-top: 90px;
    padding-bottom: 15px;
}
.tp-cta-grey-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #080a329c 0%, #000000 100%);
    position: absolute;
}
.tp-cta-content > h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
}
.tp-cta-content > p {
    color: #adadad;
}

.tp-cta-area > .container {
    position: relative;
    z-index: 1;
}

footer.site_footer {
    background: #000;
    color: #fff;
}
h4.tp-footer__widget-title {
    color: #fff;
    font-size: 20px;
}
.tp-footer__logo img {
    width: 180px;
}
p.address {
    color: #fff;
    line-height: 30px;
}
.tp-footer__contact-info ul li {
    list-style: none;
    line-height: 45px;
}
.tp-footer__content li {
    list-style: none;
    line-height: 35px;
}
.tp-footer__content li a {
    color: #c1c1c1;
    transition: 0.3s all;
    position: relative;
}
.tp-footer__content li a::after {
  content: '';
  height: 1px;
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: 0.3s all;
  background-color: #fff;
}
.tp-footer__content li a:hover::after {
  width: 100%;
}
.tp-footer__content li a:hover {
  color: #fff;
}

.main_footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
    padding-top: 20px;
    padding-bottom: 20px;
}
.tp-copyright__area.pt-20.pb-20 {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #2e2e2e;
}

.tp-copyright__social a {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.tp-copyright__social a i {
    font-size: 20px;
}


/*after banner */
.section-title-wrapper.left_right.mb-60 {
    display: flex;
    align-items: center;
    gap: 45px;
    margin-bottom: 0;
}
.section-title-wrapper.left_right.mb-60 h3 {
    flex: 0 0 40%;
    font-size: 40px;
    line-height: 1.3;
}


ul.tech_list {
    list-style: none;
    text-align: left;
}
ul.tech_list img {
    height: 85px;
}

ul.tech_list li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.jiffy-process-step {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 220px;
}

.jiffy-process-step__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.jiffy-process-step__title {
    font-size: 18px;
}

.jiffy-process-step__icon img {
    width: 70px !important;
    height: 65px !important;
}




a.project_item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}
a.project_item > img {
    display: block;
    transition: 0.3s all;
    width: 100%;
    height: 590px;
    object-fit: cover;
}
a.project_item:hover > img {
  transform: scale(1.15);
}

.project_details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(28,30,43,.65);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    transition: 0.3s all;
}
a.project_item:hover .project_details {
    background-color: #ff0000a1;
}
.used_tech img {
    height: 60px;
    margin-left: 5px;
    margin-right: 5px;
}
span.project_elem__title {
    font-size: 25px;
    color: #fff;
}
.project_details i {
    font-size: 26px;
    display: flex;
    justify-content: end;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}

.project_item:hover .project_details i {
  opacity: 1;
  visibility: visible;
}





.accordion-items {
    margin-bottom: 17px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}
.accordion-header {
    /* border: 1px solid #f4f4f4; */
    border-radius: 5px;
}
.accordion-header button {
    font-size: 17px;
    text-align: left;
    padding: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
span.accordion-btn {
    background: #333;
    height: 15px;
    width: 15px;
}
.accordion-body li {
    list-style: none;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.accordion-body h5 {
    margin-top: 25px;
    font-weight: 400;
    font-size: 22px;
}

.mobile_toggle {
    width: 30px;
    /* border: 2px solid #fff; */
    border-radius: 5px;
    display: none;
}
.mobile_toggle span {
    display: block;
    height: 2px;
    background: #fff;
}
.mobile_toggle span.center {
    margin-top: 8px;
    margin-bottom: 8px;
}

/*mpbile menu*/
.open-mobile-menu {
  overflow: hidden;
}
.tpoffcanvas-area {
    position: fixed;
    width: 350px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 2px 13px 16px #00000047;
    top: 0;
    left: -100%;
    transition: 0.4s all;
}
.tpoffcanvas-area.opened {
    left: 0;
}
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: -99;
    opacity: 0;
    visibility: hidden;
}
.body-overlay.apply {
    visibility: visible;
    z-index: 999;
    opacity: 0.8;
} 
.mobile_panel_header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e4e4e4;
    align-items: center;
}
button.close-btn {
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    font-size: 18px;
    border-radius: 5px;
}
.mobile_panel_header .tpoffcanvas__logo img {
    width: 120px;
}
.tpoffcanvas-area nav.mean-nav > ul li a {
    display: block;
    /* background: #e4e4e4; */
    padding: 20px 20px;
    border-bottom: 1px solid #f9f9f9;
}
.tpoffcanvas-area nav.mean-nav > ul li {
    padding: 0px 0px;
}
.mobile_menu_social {
    padding: 15px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.mobile_menu_social > a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #e4e4e4;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
}
.mobile_menu_social a i {
    font-size: 15px;
}
.mobile_menu_social > div {
    margin-top: 20px;
}
.mobile_menu_social .btn-primary {
    display: block;
    margin: 0;
}
.mobile_menu_social {
    padding: 15px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}
/* Media query */

@media (max-width: 991px){
  .toggle_logp_wrapper {
      display: flex;
      align-items: center;
      gap: 15px;
  }
  .header-sticky .mobile_toggle span {
      background: #000;
  }
  .header-bottom__right .btn-primary {
      padding: 12px 30px;
  }
  .breadcrumb-banner-title {
      font-size: 35px;
      margin-bottom: 20px;
  }
  .mobile_toggle {
      display: block;
  }
  .tp-hero-title {
      font-size: 50px;
  }
  .section-title-wrapper.left_right.mb-60 h3 {
      font-size: 30px;
  }
  .section-title-wrapper.left_right.mb-60 {
      display: block;
  }
  .home-cta-body {
      display: block;
  }
  .home-cta-btn {
      margin-top: 20px;
  }
  .jifft-setion-title {
      font-size: 30px;
      line-height: 37px;
  }
  .main_footer_inner {
      display: block;
  }
  .tp-copyright__social.text-right {
      margin-top: 30px;
  }
  .policy_link.text-right {
      text-align: right;
  }
  .tp-card-title-box {
      margin-top: 25px;
  }

  .tpoffcanvas-area nav.mean-nav > ul {
      display: block !important;
  }

}

@media (max-width: 767px) {
  .tp-hero-title {
      font-size: 40px;
  }
  .tp-hero-browser-wrapper {
    display: none !important;
  }
  .tp-counter-wrap {
      text-align: left !important;
      justify-content: start !important;
  }
  .policy_link.text-right {
    text-align: center;
    margin-top: 30px;
}
.tp-cta-content > h3 {
    font-size: 30px;
}
.tp-section-title-3 {
    font-size: 30px;
}
}