@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");


:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #f8563d;
  --theme2: #D12525;
  --theme3: #FFB936;
  --theme4: #680d00;
  --header: #323232;
  --light-bg: #f8563d29;
  --base: #00813D;
  --text: #767676;
  --text2: #bfbfbf;
  --border: #D9D9D9;
  --border2: #373737;
  --button: #1C2539;
  --button2: #030734;
  --ratting: #FF9F0D;
  --bg: #f5f5f8;
  --bg2: #DF0A0A0D;
  --color-gradient-1: linear-gradient(to left, #f8563d, #f8563d, #ff583f, #dd543f, #b54230);
  ---color-gradient-2: linear-gradient(to left, #ff8662, #fc9860, #ff7269, #fd4a81, #ff5e73);
  ---box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
}

/* =================================================================
                    HOME PAGE CSS START HERE
================================================================ */

.container-fluid {
  padding: 0 50px;
}

/* ==== Top header css ==== */
.analysis-btn {
  background-color: #fff;
  background-image: none;
  color: var(--theme);
}

.header-logo img {
  height: 70px;
  object-fit: contain;
  width: 100%;
}

.data-analytics-drop {
  margin-top: 67px;
}

/* ==== // Top header css ==== */


/* ==== Hero section css ==== */
.hero-sec1 {
/*  background-image: url(../image/slide-img.jpg);*/
  background-size: cover;
}

.hero-sec1 .nice-select {
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding: 8px;
}

.hero-bg {
  background-color: #00000052;
  padding: 25px;
}

.hero-content p {
  color: #fff;
  font-size: 16px;
}

.hero-sec-form-col {
  background-color: #85858538;
  padding: 28px;
  margin: 25px;
  border-radius: 20px;
}

.hero-sec-form-col input {
  font-size: 13px;
  margin-bottom: 10px;
/*  text-transform: capitalize;*/
  border-radius: 6px;
  padding: 8px;
}

.hero-sec-form-col input:focus {
  box-shadow: none;
}

.hero-sec-form-col textarea {
  font-size: 13px;
  margin-bottom: 10px;
/*  text-transform: capitalize;*/
  border-radius: 6px;
  padding: 8px;
}

.submit-btn input {}

/* ==== // Hero section css ==== */


/* ==== About Us section css ==== */
p {
  color: #000;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 10px;
}

.about-sec {
  margin-top: 50px;
}

.about-sec h5 {
  font-weight: bold;
  color: #000;
  margin-bottom: 23px;
  font-size: 30px;
  margin-top: 7px;
}

.about-sec h6 {
  background-image: linear-gradient(to right, #f8563d21, #f8563d12);
  color: #f8563d;
  padding: 10px;
  font-weight: 600;
  line-height: 27px;
  font-size: 16px;
  border-left: 5px solid;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.about-sec p {
  text-align: justify;
  font-size: 16px;
  line-height: 31px;
}

.counter-section {
  margin-top: 0px;
}

.about-content h1 {
  font-size: 45px;
  line-height: 80px;
  color: rgb(0 0 0 / 6%);
  font-weight: 700;
  letter-spacing: 4px;
  position: absolute;
  top: -19px;
}

.about-vdo {
    width: 43%;
    float: left;
    padding-right: 20px;
}
/* ==== // About Us section css ==== */


/* ==== Package plan section css ==== */
.heading3 {
  text-align: center;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
  text-shadow: 3px 3px 3px var(--theme);
  font-size: 35px;
}

.plan-sec2 h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.plan-sec2 h5 {
  margin-bottom: 15px !important;
  font-size: 17px;
  font-weight: 400;
}


.plan-col7-row {
  padding: 27px 10px;
  /* background-image: url(../image/plan-bg.png); */
}

.plan-sec2 .col-lg-5 img {
  width: 100%;
  height: auto;
}

.plan-sec2 .col-lg-5 {
  padding-left: 0;
  position: relative;
}

.plan-sec2 {
  margin-top: 70px;
}

.plan-sec2 h2 {
  position: absolute;
  top: 40%;
  left: 10%;
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
}

.plan-sec2 h2 span {
  display: block;
  font-weight: bold;
  font-size: 50px;
}

.plan-sec2 h2::after {
  content: "";
  position: absolute;
  width: 284px;
  height: 50px;
  border: 5px solid #fff;
  border-top: none;
  left: 4px;
}

.plan-sec2 h2::before {
  content: "";
  position: absolute;
  width: 284px;
  height: 50px;
  border: 5px solid #fff;
  border-bottom: none;
  left: 4px;
  top: -45px;
}

/* ==== // Package plan section css ==== */

/* ==== Service section css ==== */
.service-sec h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
}

.service-sec h3 span {
  font-weight: bold;
}

.service-sec p {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
}

.service-sec p span {
  display: block;
}

.service-bg {
  background-image: url(../image/service-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}

.service-bg .row {
  background-color: #000000b8;
  padding: 50px 0px 200px;
}

.service-sec .container {
  /* position: relative;
  top: -150px; */
  margin-top: -180px;
}

.service-sec img {
  width: 55px;
  height: auto;
}

/* ==== // Service section css ==== */


/* ==== Meet Our Section Css ==== */
.expert-sec {
  margin-top: -80px;
  position: relative;
  padding-bottom: 50px;
}

.expert-sec h3 {
  font-size: 40px;
  font-weight: 200;
}

.expert-sec .section-title {
  margin-bottom: 0;
}

.expert-sec .theme-btn2 {
  color: #fff;
  text-decoration: none;
}

.right-shape {
  position: absolute;
  top: -37%;
  right: 0;
}

.shape-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ==== // Meet Our Section Css ==== */


/* ==== Testimonial section css ==== */
.testi-sec h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 35px;
}

.testi-sec h2 span {
  color: #fff !important;
}

.testi-sec .section-title span {
  color: #fff;
  font-weight: 200;
}

.testi-sec p {
  color: #fff;
}

.testi-sec .testiminial-content h4 {
  color: #fff;
  text-transform: uppercase;
}

.testi-sec .testiminial-content span {
  color: #fff;
  font-style: italic;
}

.testi-sec .theme-btn2 {
  background-color: var(--header);
  background-image: none;
}

.testiminial-content ul li {
  float: left;
  color: #f8b805;
  padding: 10px 3px;
  font-size: 12px;
}

.google-logo {
  display: inline-block;
}

.google-logo img {
  width: 20%;
  height: auto;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.testiminial-content {
  position: relative;
  top: 20px;
}

.review-time-text {
  position: relative;
  top: 6px;
  left: 15px;
}

/* ==== // Testimonial section css ==== */


/* ==== Client Section css ==== */
.client-sec {
  padding: 50px 0px;
  /* margin-top: 50px; */
}

.client-sec h3 {
  color: var(--header);
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 200;
}

.client-sec img {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  height: 170px;
  object-fit: contain;
  object-position: center;
}

/* ==== // Clent Section Css ==== */

.shadow-img1 {
  width: 35%;
  height: auto;
}

/* ==== Footer section css ==== */
.footer-section {
  position: relative;
}

.footer-section .right-shape {
  top: 0;
}

.foot-img img {
  /* background-color: var(--theme);
  box-shadow: rgb(255 77 77 / 35%) -2px 5px 11px;
  border-radius: 50%; */
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  position: relative;
}

.foot-img img::after {
  content: "";
  position: absolute;
  border: 1px solid #ccc;
}

.foot-img-row .col-lg-4 {
  border-right: 1px solid #d6d3d3;
  border-bottom: 1px solid #d6d3d3;
}

.img-col3-1 {
  border-right: none !important;
}

.img-col3-2 {
  border-right: none !important;
  border-bottom: none !important;
}

.img-col3-3 {
  border-bottom: none !important;
}

.foot-row2 h3 {
  margin-bottom: 14px;
}

.cont-col1 {
  display: flex;
  margin-top: 8px;
}

.cont-col1 i {
  color: var(--theme);
  position: relative;
  top: 8px;
  margin-right: 16px;
}

.cont-col1 p {
  font-weight: 400;
  font-size: 13.5px;
  color: #dfdfdf;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.cont-col1 .fa-envelope {
  top: 4px;
}

.foot-row2 {
  border-top: 1px solid #ccc;
  padding: 20px 0px;
  margin-top: 30px;
}

.footer-bottom {
  position: relative;
}

.foot-social-icon {
  margin-top: 15px;
}

.foot-social-icon a {
  margin: 0px 19px 0px 0px;
  font-weight: 400;
  font-size: 13.5px;
  color: #dfdfdf;
}

.foot-social-icon a i {
  color: var(--theme);
  font-size: 20px;
  position: relative;
  top: 2px;
}

.foot-social-icon a:hover {
  /* background-color: var(--theme); */
  color: var(--theme);
}

.footer-section h5 {
  font-size: 15px;
  color: #fff;
}

.foot-row3 {
  display: block;
  margin: auto;
}

.social-icon {
  justify-content: center;
}

/* ==== // Footer section css ==== */


.offcanvas__logo img {
  width: 80%;
  height: auto;
}

.homemenu-content ul {
  display: block !important;
}

.homemenu-content ul li a {
  padding-left: 0px !important;
}

/* ==== Our Portfolio section css ==== */
.gal {
  margin-top: 10px;
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
}

.gal img {
  height: auto;
  width: 100%;
}

@media (max-width: 769px) {
  .gal {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -2;
  mix-blend-mode: hard-light;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background-image: url(https://www.jellypir.at/CODEPEN/picture/very/jellyfish_21.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}

.gal-h-title {
  text-align: initial;
}

.gal img,
.img-hover-zoom {
  /* border-radius: 25px; */
}

.nav-pills .nav-link {
  padding: 7px 0px;
  text-transform: capitalize !important;
  color: var(--text);
  border-radius: 0 !important;
  margin-right: 23px;
  font-size: 20px;
  font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link.active:hover {
  background: none;
  background-image: none;
  color: var(--theme);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  border-bottom: 2px solid;
}

.nav-pills .nav-link:hover {
  /* background: var(--theme);
  background-image: var(--color-gradient-1);
	border-radius:100px; */
  color: var(--theme);
}

.img-hover-zoom {
  padding: 10px 0;
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform .5s ease;
}

.img-hover-zoom--zoom-n-rotate img {
  transition: transform .5s ease-in-out;
}

.img-hover-zoom--zoom-n-rotate:hover img {
  transform: scale(1.6) rotate(25deg);
}

.portfolio-sec {
  margin-top: 50px;
}

.portfolio-sec h3 {
  font-size: 40px;
  /* color: #fff; */
  font-weight: 200;
}

.portfolio-sec span {
  font-weight: bold;
}

.portfolio-sec .nav-pills {
  margin-top: 5px;
  margin-bottom: 20px;
}

.box {
  background-image: var(--color-gradient-1);
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.box:before,
.box:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.15);
  transition: all 0.5s;
}

.box:before {
  transform: scale(0, 1);
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.box:after {
  transform: scale(1, 0);
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
}

.box:hover:before,
.box:hover:after {
  opacity: 0.8;
  transform: scale(1);
}

.box img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.box:hover img {
  opacity: 0.2;
  filter: blur(5px);
  transform: scale(1.1);
}

.box .box-content {
  color: #fff;
  width: 100%;
  transform: translateY(-30%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transition: all .5s ease;
}

.box:hover .box-content {
  transform: translateY(-50%);
}

.box .title {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  opacity: 0;
  text-shadow: 0 0 40px #fff;
  transition: all 0.5s linear;
}

.box .post {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 10px;
  display: block;
  opacity: 0;
  text-shadow: 0 0 40px #fff;
  transition: all 0.5s linear;
}

.box:hover .title,
.box:hover .post {
  opacity: 1;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition-delay: 0.2s;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  transform: scale(0);
  transition: all 0.5s ease;
}

.box:hover .icon {
  transform: scale(1);
}

.box .icon li {
  margin: 0 2px;
  display: inline-block;
}

.box .icon li a {
  color: #ff0606;
  background-color: #fff;
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  display: block;
  transition: all 0.5s ease 0s;
}

.box .icon li a:hover {
  color: #fff;
  background: rgba(255, 6, 6, 1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width:990px) {
  .box {
    margin: 0 0 30px;
  }
}

.project-view-btn {
  /* display: flex;
  justify-content: center; */
  float: right;
}

.portfolio-sec p {
  font-size: 16px;
  margin: 10px 0px;
}

.portfolio-sec .col-lg-12 {
  padding: 0;
}

/* = Section 2 = */
.monitor {
  height: 250px;
  width: 95%;
  overflow-y: scroll;
  overflow-x: hidden;
  border: solid 10px #222;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  position: relative;
  left: 0px;
  display: block;
  margin: auto;
}

.monitor::-webkit-scrollbar {
  width: 5px;
}

.monitor::-webkit-scrollbar-thumb {
  background: #666;
}

::-webkit-scrollbar-track {
  background-color: #888;
}

.base {
  position: relative;
}

.leptop-img {
  width: 100%;
  position: relative;
  top: -5px;
  left: 0px;
}

.pro-img1 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  /* padding: 10px; */
  overflow: hidden;
}

.pro-img1 img {
  transition: .5s all ease-in-out;
}

.pro-img1:hover img {
  transform: scale(1.2);
}

.c-logo img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  object-position: center;
  padding: 10px;
}

.layout-img img {
  height: auto;
  width: 100%;
}

/* = // Section 2 = */
/* ==== // Our Portfolio section css ==== */


/* ==== Feature section css ==== */
.feature-sec {
  margin-top: 0px;
  background-color: #3c3c3d;
  padding: 50px 0px;
}

.feat-col6-1 {
  transition: 1s;
  margin-bottom: 25px;
}

.feat-col6-1:hover {
  box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.13);
  margin-left: 30px;
  border-left: 5px solid var(--theme);
  transition: 1s;
}

.feat-col6-2:hover {
  border-left: 5px solid #fff;
}

.feat-box1 {
  display: flex;
}

.feat-icon {
  background-color: #f8563d26;
  border-radius: 100%;
}

.feat-icon2 {
  background-color: #4b4b4b26;
  border-radius: 100%;
}

.feat-box1 i {
  width: 95px;
  float: left;
  height: 95px;
  line-height: 105px;
  text-align: center;
  font-size: 30px;
  position: relative;
  color: var(--theme);
}

.feat-box2 i {
  color: #fff;
}

.feat-box1 i::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  width: 90%;
  height: 90%;
  content: "";
  margin: 0 auto;
  border: 5px solid #fff;
  border-radius: 100%;
}

.feat-box1 h5 {
  position: relative;
  top: 37px;
  left: 20px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}

.feat-head h6 {
  background-color: var(--theme);
  width: 18%;
  color: #fff;
  text-align: center;
  padding: 7px;
  border-radius: 7px;
  font-size: 14px;
  display: block;
  margin: auto;
}

.feat-head h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 35px;
  color: #fff;
}

.feat-head h3 span {
  font-weight: 200;
}


/* new feature section css */
.do-box {
  width: 100%;
  background: white;
  box-shadow: 4px 4px 4px #4f4f4f6b;
  height: 6rem;
  margin-top: 2.2rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  overflow: hidden;
  border-top: 1px solid rgba(191, 189, 189, 0.295);
  border-left: 1px solid rgba(191, 189, 189, 0.295);
  border-radius: 10px;
}

.left-part {
  width: 75%;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.do-bg-1 {
  background: #2368b6;
}

.right-part {
  width: 27%;
  padding: 1rem;
  background: #f36e5a;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 4%;

}

.aar-shado {
  height: 115% !important;
  width: auto;
  position: absolute;
  top: -10px;
  left: -2px;
  z-index: 2;
}

.step-do {
  font-size: 12px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 1;
  text-align: center;
}

.step-do-num {
  font-size: 12px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 2;
  text-align: center;
}

.icn-do-dont i {
  border: 2px solid;
  border-radius: 50%;
  width: 22px;
  height: 22px;

}

.aar-shado1 {
  height: 115% !important;
  width: auto;
  position: absolute;
  top: -3px;
  left: 83px;
  z-index: 2;
  rotate: 180deg;
}

.do-bg-2 {
  background-color: #4f4f4f;
}

.feature-bg {
  background: #e2ebf4;
}

.feat-head h6 {
  background-color: var(--theme);
  width: 30%;
  color: #fff;
  text-align: center;
  padding: 7px;
  border-radius: 7px;
  font-size: 18px;
  display: block;
  margin: auto;
}

/* // new feature section css */
/* ==== // Feature section css ==== */


/* ==== Technologies section css ==== */
.techno-sec {
  margin-top: 50px;
}

.techno-sec h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.techno-sec p {
  font-size: 16px;
  margin-bottom: 35px;
}

.techno-sec p span {
  display: block;
}

.techno-sec img {
  width: 70%;
  height: auto;
  display: block;
  margin: auto;
  background-color: #ebf3f5;
  padding: 8px 18px;
  border-radius: 5px;
}

.techno-img {
  margin-top: 20px;
}

/* ==== // Technologies section css ==== */


.twitter-img1 {
  width: 15px;
  height: auto;
}

.twitter-img2 {
  width: 13px;
  height: auto;
}

.twitter-img3 {
  width: 15px;
  height: auto;
}

/* ==== Book a Meeting section css ==== */
.book-meet-sec {
  background-color: var(--theme);
  margin-top: 70px;
}

.book-meet-text {
  position: relative;
  top: 20%;
}

.book-meet-text h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}

.book-meet-text h3 span {
  display: block;
  color: var(--theme4);
}

.book-meet-text p {
  font-size: 16px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 15px;
}

.book-meet-text a {
  background-image: none;
  color: var(--theme);
  /* border: 1px solid #680d00; */
  background-color: #fff;
  margin-top: 10px;
}

/* ==== // Book a Meeting section css ==== */


/* ==== Proposol section css ==== */
.proposol-sec {
  padding: 60px 0px;
}

.proposol-sec h3 {
  font-size: 40px;
  font-weight: bold;
}

/* ==== // Proposol section css ==== */


/* ==== Form section css ==== */
.form-sec2 h3 {
  text-align: center;
  font-size: 40px;
  color: var(--header);
  margin: 40px 0px;
  font-weight: bold;
}

.form-sec2 input:focus {
  box-shadow: none;
}

.form-sec2 select:focus {
  box-shadow: none;
}

.form-sec2 textarea:focus {
  box-shadow: none;
}

.nice-select:focus {
  box-shadow: none;
  border-color: var(--theme);
}

/* ==== // Form section css ==== */


/* ==== Work Process Section css ==== */
.work-process-sec {
  margin: 50px 0px;
}

.work-process-sec h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 60px;
}

.work-process-sec .icon p {
  font-size: 23px;
  font-weight: bold;
  position: relative;
  top: 42px;
}

.work-process-sec .active .icon p {
  color: var(--theme);
}

.service-provide-items:hover .icon p {
  color: var(--theme);
}

.p-top {
  position: relative;
  top: -50px;
}

/* ==== // Work Process Section css ==== */


/* ==== Success story section css ==== */
.sucss-story-sec {
  background-color: var(--theme);
  padding: 35px 0px;
}

.story-text a {
  width: 20%;
}

.story-text h3 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}

.story-text p {
  font-size: 16px;
  margin-bottom: 35px;
  color: #fff;
}

.story-btn-col {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.story-text img {
  width: 80%;
  height: auto;
}

/* ==== // Success story section css ==== */

/* ==== Chat Bot Section css ==== */
.botIcon {
  bottom: 65px;
  right: 3px;
  position: fixed;
  z-index: 999;
}

.iconInner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-image: var(--color-gradient-1);
  background-position: 50%;
  background-size: 300%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.7em;
  height: 2em;
  justify-content: center;
  width: 2em;
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
  display: none;
}

.botIcon .Messages,
.botIcon .Messages_list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.chat_close_icon {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  left: 12px;
  z-index: 9;
}

.chat_on {
  background-color: #8a57cf;
  bottom: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 45px;
  padding: 9px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 45px;
  z-index: 10;
}

.chat_on_icon {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.botIcon .Layout {
  -webkit-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -ms-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-color: rgb(63, 81, 181);
  bottom: 20px;
  border-radius: 10px;
  box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.1);
  box-sizing: content-box !important;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-height: 30px;
  max-width: 300px;
  min-width: 50px;
  opacity: 0;
  pointer-events: auto;
  position: fixed;
  -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  z-index: 999999999;
}

.botIcon .Layout-open {
  border-radius: 10px;
  color: #fff;
  height: 500px;
  max-height: 500px;
  max-width: 300px;
  overflow: hidden;
  -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  width: 100%;
}

.botIcon .Layout-expand {
  display: none;
  height: 370px;
  max-height: 100vh;
  min-height: 300px;
  right: 6px;
}

.showBotSubject.botIcon .Layout-expand {
  display: block;
}

.botIcon .Layout-mobile {
  bottom: 10px;
}

.botIcon .Layout-mobile.Layout-open {
  min-width: calc(100% - 20px);
  width: calc(100% - 20px);
}

.botIcon .Layout-mobile.Layout-expand {
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}

.botIcon .Messenger_messenger {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.botIcon .Messenger_header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: var(--color-gradient-1);
  color: rgb(255, 255, 255);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 40px;
  padding-left: 10px;
  padding-right: 40px;
}

.botIcon .Messenger_header h4 {
  -webkit-animation: slidein 0.15s 0.3s;
  -ms-animation: slidein 0.15s 0.3s;
  animation: slidein 0.15s 0.3s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-size: 16px;
  opacity: 0;
}

.botIcon .Messenger_prompt {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0px 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.botIcon .Messenger_content {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 80px;
}

.botIcon .Messages {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.botIcon .Input {
  background-color: #fff;
  border-top: 1px solid #e6ebea;
  color: #96aab4;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 15px;
  padding-top: 17px;
  position: relative;
  width: 100%;
}

.botIcon .Input-blank .Input_field {
  max-height: 20px;
}

.botIcon .Input_field {
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 45px;
  resize: none;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px !important;
  color: #000;
}

.botIcon .Input_button-emoji {
  right: 45px;
}

.botIcon .Input_button {
  background-color: transparent;
  border: none;
  bottom: 15px;
  cursor: pointer;
  height: 25px;
  outline: none;
  padding: 0;
  position: absolute;
  width: 25px;
}

.botIcon .Input_button-send {
  right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
  fill: #2c2c46;
}

.Icon svg {
  height: auto;
  width: 100%;
}

.msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.msg.user {
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.msg+.msg {
  margin-top: 15px;
}

span.responsText {
  color: #000;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  max-width: calc(100% - 50px);
}

.msg.user span.responsText {
  margin-left: 0;
  margin-right: 10px;
}

span.avtr {
  display: inline-block;
  width: 30px;
}

span.avtr figure {
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  margin: 0;
  padding-bottom: 100%;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

@-ms-keyframes appear {
  0% {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

@-webkit-keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

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

@-ms-keyframes slidein {
  0% {
    opacity: 0;
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

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

@media only screen and (max-width: 412px) {
  .botIcon .Layout-open {
    width: 250px;
  }
}

/* ==== // Chat Bot Section css ==== */

/* ==== Sliderbar contact form ==== */
.sidebar-cont-form #slider {
  width: 500px;
  top: 40px;
  position: fixed;
  cursor: pointer;
  z-index: 999;
  right: -342px;
}

.sidebar-cont-form #header {
  width: 343px;
  height: auto;
  position: absolute;
  right: 0;
  top: 100px;
  border: 1px solid #d8d8d8;
  margin-left: 40px;
  padding: 20px 20px;
  border-radius: 3px;
  box-shadow: 0 0 8px gray;
  background-color: #fff;
}

.sidebar-cont-form h2 {
  font-size: 20px;
}

.sidebar-cont-form #sidebar {
  position: absolute;
  top: 180px;
  left: 113px;
  box-shadow: 0 0 8px gray;
}

.sidebar-cont-form #sidebar1 {
  position: absolute;
  top: 180px;
  left: 113px;
  box-shadow: 0 0 8px gray;
}

.sidebar-cont-form input[type=text] {
  margin-top: 10px;
  padding: 6px;
  width: 100%;
  /* font-size:15px; */
  border-radius: 2px;
  /* border:3px solid #98d0f1 */
}

.sidebar-cont-form div#title {
  position: absolute;
  top: 300px;
  left: 650px;
}

.sidebar-cont-form select {
  padding: 6px;
  width: 100%;
  font-size: 15px;
  border-radius: 2px;
  border: 3px solid #98d0f1
}

.sidebar-cont-form textarea {
  padding: 6px;
  font-size: 15px;
  border-radius: 2px;
  /* border:3px solid #98d0f1; */
  margin-top: 10px;
  height: 80px;
  width: 100%;
  border: 1px solid #ffb8ad;
}

.sidebar-cont-form button {
  /*background: #2bc1f2;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 22px;
  font-weight: bolder;
  padding: 8px 0;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 25px;*/
}

.sidebar-cont-form input {
  font-size: 13px;
  margin-bottom: 10px;
/*  text-transform: capitalize;*/
  border-radius: 6px;
  padding: 8px;
  border: 1px solid #ffb8ad;
}

.sidebar-cont-form input:focus {
  box-shadow: none;
}

.sidebar-cont-form textarea:focus {
  box-shadow: none;
}

.sidebar-cont-form .nice-select {
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding: 8px;
}

.sidebar-cont-form textarea {
  font-size: 13px;
  margin-bottom: 10px;
/*  text-transform: capitalize;*/
  border-radius: 6px;
  padding: 8px;
}

/* ==== // Sliderbar contact form ==== */

/* ==== Trusted partner css ==== */
.trust-partner {
  margin-top: 100px;
  margin-bottom: 70px;
}

.trust-partner-img img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  padding: 21px 0px;
  border-radius: 10px;
}

.trust-partner-img img:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.trust-partner-head {
  position: relative;
}

.trust-partner-head h3 {
  margin-bottom: 50px;
  color: var(--theme);
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  text-align: center;
  font-size: 30px;
}

.trust-partner-head h3::before {
  content: "";
  position: absolute;
  background: var(--color-gradient-1);
  width: 40%;
  height: 60px;
  top: -14px;
  left: 30%;
  border-radius: 10px;
  opacity: .2;
}

/* ==== // Trusted partner css ==== */

/* ==== First time enter popup ==== */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  z-index: 101;
  display: none;
}

.delayedPopupWindow {
  display: none;
  position: fixed;
  width: 50%;
  height: auto;
  top: 4%;
  left: 26%;
  z-index: 102;
  border: 8px solid #ffffff;
  padding: 15px;
  background-image: var(--color-gradient-1);
}

div#delayedPopup .enter-popup.text-center button.theme-btn.theme-btn2 {
    background-color: #323232;
    background-image: none;
    margin-top: 15px;
}

#btnClose {
  width: 100%;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #ffffff;
}

#btnClose:hover {
  color: #c90c12;
}

#delayedPopup>div.formDescription {
  float: left;
  display: block;
  width: 44%;
  padding: 1% 3%;
  font-size: 18px;
  color: #666;
  clear: left;
}

#delayedPopup>div.formDescription h2 {
  color: #444444;
  font-size: 36px;
  line-height: 40px;
}

#delayedPopup #mc_embed_signup {
  float: left;
  width: 47%;
  padding: 1%;
  display: block;
  font-size: 16px;
  color: #666;
  margin-left: 1%;
}

#delayedPopup #mc-embedded-subscribe-form input {
  width: 95%;
  height: 30px;
  font-size: 18px;
  padding: 3px;
  margin-bottom: 5px;
}

#delayedPopup #mc-embedded-subscribe-form input:hover {
  border: solid 2px #40c348;
  box-shadow: 0 1px 3px #AAAAAA;
}

#delayedPopup #mc-embedded-subscribe-form input:focus {
  border: solid 2px #40c348;
  box-shadow: none;
}

#delayedPopup #mc-embedded-subscribe {
  width: 100% !important;
  height: 40px !important;
  margin: 10px auto 0 auto;
  background: #5D9E62;
  border: none;
  color: #fff;
}

#delayedPopup #mc-embedded-subscribe:hover {
  background: #40c348;
  color: #fff;
  box-shadow: none !important;
  cursor: pointer;
}

.enter-popup h3 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #fff;
}

.enter-popup p {
  color: #fff;
}

.enter-popup p span {
  display: block;
}

.enter-popup input {
  border-radius: 4px;
/*  text-transform: capitalize;*/
  padding: 10px 7px;
  color: var(--text);
  font-size: 13px;
  margin-bottom: 11px;
}

.enter-popup button a {
  margin-top: 10px;
  background-color: #323232;
  background-image: none;
  color: #fff;
}

/* ==== // First time enter popup ==== */
/* =================================================================
                    HOME PAGE CSS END HERE
================================================================ */


/* =================================================================
                    ABOUT US PAGE CSS START HERE
================================================================ */

div#myModal .modal-dialog button[type="submit"]{
  background-color: #323232;
  background-image: none;
}

.breadcrumb-sec {
  padding: 50px;
  text-align: center;
}

.mission-sec {
  margin-top: 30px;
}

.about-img1 img {
  width: 100%;
  height: auto;
}

.about-img1 {
  width: 40%;
  float: left;
}

.about-content1 h3 {
  margin: 20px 0px;
  position: relative;
  top: 10px;
  font-size: 40px;
  font-weight: bold;
}

.about-content1 h3 span {
  display: block;
  color: var(--theme);
}

.about-content1 p {
  text-align: justify;
  font-size: 16px;
  line-height: 31px;
}


.vision-sec {
  margin-top: 50px;
  background-image: var(--color-gradient-1);
  padding: 30px 0px 40px;
}

.vision-img1 {
  width: 40%;
  float: right;
}

.vision-img1 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 10px 10px 10px 25px;
}

.vision-sec h3 {
  color: #fff;
  margin-top: 0px;
}

.vision-sec p {
  color: #fff;
}

.respon-sec {
  margin: 50px 0px;
}

.respon-sec h3 {
  font-size: 40px;
  font-weight: bold;
}

.respon-sec img {
  width: 100%;
  height: auto;
}

.respon-sec p {
  text-align: justify;
  font-size: 16px;
  line-height: 31px;
}

.achieve-sec {
  padding: 50px 0px;
  background-image: url(../image/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.achieve-sec h3 {
  font-size: 40px;
  font-weight: bold;
}

.aceive-sec-col6-2 h3 {
  text-align: end;
  font-size: 35px;
  margin-bottom: 30px;
}

.aceive-sec-col6 h3 span {
  color: var(--theme);
}

.aceive-sec-col6-2 h3 span {
  color: var(--theme);
}

.achieve-img img {
  width: 25%;
  height: auto;
}

.achieve-img h5 {
  margin: 5px 0px;
}

.achieve-img {
  background-color: #f3f7ff;
  border-radius: 10px;
  padding: 14px 25px;
  box-shadow: rgb(228 228 255 / 25%) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  margin-bottom: 25px;
}

.achieve-img:hover {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.aceive-sec-col6 {
  width: 85%;
  position: relative;
  top: 28%;
}

.about-counter {
  margin-bottom: 50px;
}

.respon-sec-col4 {
  width: 50%;
  float: left;
  margin-right: 20px;
}

.line-area {
  display: none;
}

/* =================================================================
                   // ABOUT US PAGE CSS END HERE
================================================================ */



/* ================================================================
                    Our Partner Page css here
=================================================================== */
.partner-sec {
  margin: 50px 0px;
}

.partner-sec img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.partner-img {
  position: relative;
}

.partner-img::before {
  content: "";
  position: absolute;
  background-color: var(--theme);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.partner-sec p {
  text-align: justify;
  font-size: 16px;
  line-height: 31px;
}

.partner-sec h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0px 10px;
}

.partner-sec h4 {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-top: 25px;
  padding: 4px 0px;
}

.partner-sec h4::before {
  content: "";
  position: absolute;
  background-color: var(--theme);
  width: 700px;
  height: 70px;
  line-height: 70px;
  top: 0;
  left: -170px;
  z-index: -1;
  border-radius: 0px 40px 40px 0px;
  background-image: linear-gradient(to left, #fff1ef, #ff3516);
}

.partner-sec h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.partner-text {
  margin-top: 20px;
}

/* ================================================================
                  // Our Partner Page css here
=================================================================== */



/* ================================================================
                  Our Team page css here
=================================================================== */
.team-pge {
  margin: 50px 0px 60px;
}

.team-content h4 {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.single-team-items .team-image {
  width: 95%;
  float: right;
  margin: 7px 0px 18px;
}

.team-section .col-xl-4 {
  position: relative;
  margin-bottom: 30px;
}

.team-section .col-xl-4::before {
  content: "";
  position: absolute;
  /* background-color: var(--theme); */
  width: 70%;
  height: 100%;
  border: 5px solid var(--theme);
  top: 0;
}

/* ================================================================
                  // Our Team page css here
=================================================================== */


/* ================================================================
                  Testimonail page css here
=================================================================== */
.testimonial-sec {
  margin: 50px 0px 30px;
}

.testi-vd1 {
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 15px 15px 10px;
  border-radius: 10px;
}

.testi-vd1 iframe {
  width: 100%;
  height: 480px;
}

/* ================================================================
                // Testimonail page css here
=================================================================== */



/* ================================================================
                Contact Us Page css here
=================================================================== */
.cont-box1 img {
  width: 15%;
  height: auto;
}

.cont-box1 {
  box-shadow: 3px 3px 3px #eeecff;
  border-radius: 5px;
  border: solid 1px #cfc8ff;
  padding: 14px;
  height: 285px;
}

.cont-box1 h4 {
  margin-bottom: 15px;
}

.cont-box1 i {
  margin-right: 5px;
}

.cont-box1 p {
  margin-bottom: 5px;
}

.contact-sec2 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.contact-box-sec {
  margin-top: 50px;
}

.cont-box1 h5 {
  font-size: 15px;
  margin-top: 15px;
}

.contact-fluid {
  padding-left: 63px;
}

/* ================================================================
                // Contact Us Page css here
=================================================================== */


/* ====================================================
            Website design page css here
======================================================= */
.web-des-pge {
  margin-top: 50px;
}

.web-des-pge h3 {
  text-align: center;
  line-height: 60px;
}

.web-des-pge h3 {
  margin-bottom: 20px;
}

.web-des-pge p {
  text-align: justify;
}

.work-process-sec1 img {
  width: 55px;
  height: auto;
}

.innser-page-design ul{
    margin-bottom: 30px;
}

.innser-page-design ul li{
    position: relative;
    margin-left: 25px;
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
}

.innser-page-design ul li::before{
    content: "\f0a4";
    font-family: "FontAwesome";
    position: absolute;
    left: -25px;
    color: var(--theme);
}

.innser-page-design h4 {
     font-size: 30px;
    margin-bottom: 10px;
    line-height: 35px;
    font-weight: bold;
}

.innser-page-design h4 span {
   font-size: 30px;
   margin-bottom: 10px;
   line-height: 35px;
   font-weight: bold;
   color: var(--header) !important;
}

.work-process-sec1 h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.work-process-sec1 h3 span {
  font-weight: 200;
}

.work-process-sec1 {
  background-color: var(--bg);
  padding: 30px 0px 50px;
  margin-top: 40px;
}

.work-process-sec1 .service-card-items .content {
  margin-top: 20px;
}

.work-process-sec1 .service-card-items {
  padding: 40px 20px 10px;
}

.work-process-sec1 .content h5 {
  margin-bottom: 9px;
}

.work-process-sec1 .service-card-items.text-center.style-2.active h5 {
  color: #fff;
}

.work-process-sec1 .service-card-items.text-center.style-2.active p {
  color: #fff;
}

.work-process-sec1 .service-card-items:hover h5 {
  color: #fff;
}

.work-process-sec1 .service-card-items:hover p {
  color: #fff;
}

.web-des-pge .web-design-img {
  width: 40%;
  float: right;
  margin-left: 20px;
}

.breadcrumb-head h1 span {
  font-weight: 200;
}

.breadcrumb-head p {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.theme-btn1 {
  background-color: #fff;
  background-image: none;
  color: var(--theme);
  padding: 9px 13px;
}

.responsive-web-sec {
  vertical-align: middle;
  /* background-image: var(--color-gradient-1); */
  background-color: #3c3c3d;
  padding: 50px 0px 50px;
}

.respons-web-img {
  width: 40%;
  float: left;
  margin-right: 20px;
}

.responsive-web-sec h3 {
  margin-bottom: 10px;
  color: #fff;
}

.responsive-web-sec h3 span {
  font-weight: 200;
  display: block;
  /* color: var(--theme4); */
}

.responsive-web-sec p {
  color: #fff;
  text-align: justify;
}

.web-why-choose-sec {
  padding: 50px 0;
}

.web-why-choose-sec .section-title span {
  color: var(--theme);
}

.web-why-choose-sec p {
  text-align: justify;
}

.web-faq h3 {
  margin-bottom: 15px;
}

.accordion-body p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 28px;
}

.proposal-popup .modal-dialog {
  max-width: 650px;
}

.proposal-popup h3 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #fff;
}

.proposal-popup p {
  color: #fff;
}

.proposal-popup p span {
  display: block;
}

.modal-header {
  border-bottom: none;
}

.proposal-popup .modal-content {
  border: 8px solid #ffffff;
  padding: 0px 0px 10px;
  background-image: var(--color-gradient-1);
}

.proposal-popup button a {
  margin-top: 10px;
  background-color: #323232;
  background-image: none;
  color: #fff;
}

.proposal-popup button a:hover {
  background-color: var(--theme);
}

.proposal-popup .btn-close {
  opacity: unset;
}

.proposal-popup .form-control {
  border-radius: 4px;
/*  text-transform: capitalize;*/
  padding: 10px 7px;
}

.proposal-popup .form-group {
  margin-bottom: 11px;
}

.proposal-popup input {
  color: var(--text);
  font-size: 13px;
}

.proposal-popup textarea {
  color: var(--text);
  font-size: 13px;
}

.proposal-popup .nice-select span {
  color: var(--text);
  font-size: 13px;
}

.proposal-popup input:focus {
  box-shadow: none;
}

.proposal-popup .modal-header {
  border-bottom: none;
  padding: 10px 20px;
}

/* ====================================================
           // Website design page css here
======================================================= */




/* ====================================================
           PHP development page css here
======================================================= */
.php-service-sec {
  background-image: url(../image/php-bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0;
  background-attachment: fixed;
}

.php-service-sec-bg {
  background-color: #1c1c1ca3;
  padding: 60px 0px;
}

.php-dev-head1 p {
  text-align: center !important;
  margin-bottom: 40px;
}

.php-dev-head1 h3 span {
  color: var(--theme);
}

.php-dev-head1 h3 {
  margin-bottom: 10px !important;
}

.php-dev-pge h4 {
  margin-bottom: 10px;
}

.php-service-sec h6 {
  color: #fff;
}

.php-service-sec h3 {
  text-align: start;
  color: #fff;
}

.php-service-sec .col-lg-6 p {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 45px;
    color: #fff;
    text-align: justify;
}

.php-expertise-sec {
  margin: 50px 0px;
}

.php-expertise-sec h3 {
  text-align: center;
  margin-bottom: 30px;
}

.php-expertise-box1 {
  background-color: #f3f7ff;
  border-radius: 10px;
  padding: 14px;
  box-shadow: rgb(228 228 255 / 25%) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  margin-bottom: 25px;
}

.php-expertise-box1:hover {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.php-expertise-box1:hover h5 {
  color: var(--theme);
}

.php-expertise-box1 h5 {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  height: 80px;
  align-items: center;
  display: grid;
}

.dev-selution-sec {
  margin: 50px 0px;
}

.dev-sol-col6 {
  margin-top: 50px;
}

/* ====================================================
           // PHP development page css here
======================================================= */




/* ====================================================
           SEO page css here
======================================================= */
.seo-pge h3 {
  text-align: start;
  margin-bottom: 15px;
}

.seo-pge h3 span {
  color: var(--theme);
}

.seo-grow-business h3 {
  font-size: 30px;
}

.seo-grow-business .php-expertise-box1 {
  border-top: 3px solid var(--theme);
}

.proposol-sec2 h3 {
  font-size: 30px;
}

.proposol-sec2 p {
  color: #fff;
  margin-top: 10px;
}

.level-up-sec {
  margin: 50px 0px;
}

.level-up-sec h3 {
  margin-bottom: 15px;
}

.level-up-sec .section-title {
  margin-bottom: 50px;
}

.level-up-sec .service-provide-items:hover h5 {
  color: #fff;
}

.level-up-sec .content h5 {
  margin-bottom: 11px;
  margin-top: 25px;
}

.level-up-sec .service-provide-items {
  height: 290px;
}

.best-seo-sec {
  margin-bottom: 50px;
}

.best-seo-sec h3 {
    text-align: center !important;
    font-size: 30px !important;
    margin-bottom: 0px !important;
}

/* ====================================================
           // SEO page css here
======================================================= */


/* ====================================================
           Portfolio page css here
======================================================= */
.portfolio-pge {
  margin: 60px 0px 50px;
}

/* ====================================================
           // Portfolio page css here
======================================================= */



/* ====================================================
           Website audit page css here
======================================================= */
.audit-pge {
  padding: 50px 0px;
  background-image: url(../image/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.audit-pge p {
  text-align: center;
}

.audit-pge h3 {
  margin-bottom: 10px;
}

.audit-pge form {
  margin: 20px 0px;
}

.audit-pge input {
  padding: 9px;
  font-size: 14px;
}

.audit-pge input:focus {
  box-shadow: none;
}

.audit-pge form button {
  margin-top: 30px;
}

/* ====================================================
          // Website audit page css here
======================================================= */



/* ====================================================
      Business Intelligance page css here
======================================================= */
.business-pge .bus-head1 {
  margin-bottom: 10px;
}

.business-pge .bus-head1 h3 span {
  color: var(--theme);
}

.business-pge h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 10px;
}

.business-pge {
  margin-bottom: 50px;
}

.buss-list h4 {
  margin-top: 24px;
  font-size: 25px;
  margin-bottom: 5px;
}

.buss-list h6 {
  margin: 20px 0px;
  color: var(--theme);
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
}

.buss-middle-txt {
  background-color: var(--light-bg);
  border-left: 5px solid var(--theme);
  padding: 10px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}

/* ====================================================
      // Business Intelligance page css here
======================================================= */


/* ====================================================
            Packages page css here
======================================================= */
.packages-pge {
  margin-bottom: 40px;
}

.packages-pge h3 {
  font-size: 35px;
}

.price-plan-sec {
  margin-top: 50px;
  margin-bottom: 50px;
}

.price-plan-sec h4 {
  background-color: var(--header);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 17px;
}

.package-mid-form {
  background-image: url(../image/bg-img2.jpg);
  background-size: cover;
  padding: 50px 0px;
  background-attachment: fixed;
}

.package-mid-form h3 {
  color: #fff;
  margin-bottom: 5px;
}

.package-mid-form p {
  color: #d1d1d1;
  margin-bottom: 0px;
}

.package-mid-form form {
  margin-top: 30px;
}

.package-mid-form input {
  height: 0px;
  padding: 25px 16px;
}

.package-mid-form .sub-btn {
  height: 0px;
  padding: 25px 16px;
  background-color: var(--theme);
  color: #fff;
}

.package-mid-form .sub-btn:hover {
  background-color: #fff;
  color: var(--theme);
}

/* package plan css */
.horizontal-tab-sec h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
  color: var(--theme);
  border-left: 5px solid;
  padding: 0px 10px;
  line-height: 36px;
}

.horizontal-tab-sec {
  margin-top: 50px;
  margin-bottom: 50px;
}

.horizontal-tab-sec span {
  font-size: 20px;
  display: block;
  color: #000;
  margin-bottom: 0;
}

.tab-table-1 thead tr {
  background-color: var(--theme);
}

.tab-table-1 thead th {
  color: #fff;
}

.tab-table-1 thead th span {
  color: #fff;
}

.tab-table-1 thead th {
  font-size: 19px;
  width: 20%;
  text-align: center;
  font-weight: 600;
}

.tab-table-1 thead small {
  font-size: 12px;
}


.tab-table-1 .thead-th {
  font-size: 17px;
  vertical-align: middle;
}

.tab-table-1 tbody tr:nth-child(even) {
  background-color: #ffe2e3;
}

.tab-table-btn a {
  background-color: #222222;
  color: #fff;
  padding: 7px 10px;
  border-radius: 3px;
  text-transform: uppercase;
}

.tab-table-btn a:hover {
  background-color: var(--theme);
}

.tab-table-2 tr td {
  width: 20%;
}

.tab-table-2 thead tr th {
  text-align: center;
  font-size: 21px;
  background-color: var(--theme);
}

.tab-table-2 tbody tr td {
  text-align: center;
  vertical-align: middle;
}

.tab-table-2 tbody tr td:first-child {
  text-align: initial;
}

.td-bg-1 {
  background-color: #9f9f9f6b !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 7px !important;
}

.tab-table-2 tbody tr td .fa-check-circle {
  font-size: 22px;
  color: #ee1c25;
}

.tab-table-2 tbody tr td .fa-times-circle {
  font-size: 22px;
  color: #ee1c25;
}

.tab-accordian1 .block {
  background-color: var(--light-bg);
  margin-bottom: 9px;
}

.tab-accordian1 .block .acc-btn {
  color: var(--theme);
  padding: 10px 10px 10px;
  border: 1px solid var(--theme);
  letter-spacing: .3px;
  font-size: 16px;
}

.tab-accordian1 .block .acc-btn.active {
  text-align: center;
  text-transform: uppercase;
  background-color: var(--theme);
  color: #fff;
  padding-bottom: 10px;
}

.tab-accordian1 .block.active-block {
  background: #ffffff;
}

.tab-accordian1 .block .acc-content .content {
  padding: 0;
}

.tab-accordian1 .block.active-block {
  padding-bottom: 0;
}

.horizontal-tab-sec .table thead th {
  background-color: var(--theme) !important;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  border-right: 1px solid #ccc;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: var(--theme);
  color: #fff;
}

.tabcontent {
  display: none;
  padding: 6px 0px;
  border: 1px solid #ccc;
  border-top: none;
}

.horizontal-tab-sec .faq-content .accordion-item {
  padding: 0;
  border-radius: 0;
}

.horizontal-tab-sec .table tbody tr td {
  text-align: center;
}

/* // package plan css */
/* ====================================================
           // Packages page css here
======================================================= */



/* ====================================================
           Policy page css here
======================================================= */
.policy-pge {
  margin-bottom: 40px;
}

.policy-pge h4 {
  font-size: 22px;
  margin-bottom: 3px;
  color: var(--theme);
}

.policy-ul p {
  position: relative;
  margin-left: 25px;
}

.policy-ul p::before {
  content: "\f0a4";
  font-family: "FontAwesome";
  position: absolute;
  left: -25px;
  color: var(--theme);
}

/* ====================================================
           // Policy page css here
======================================================= */




/* ====================================================
           // Case Study page css here
======================================================= */
.case-sty-table {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #f0f8ff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.case-sty-table table thead tr th {
  background-color: var(--theme);
  color: #fff;
}

.case-sty-table .table {
  --bs-table-bg: transparent;
}

.case-sty-table table tbody tr:nth-child(even) {
  background-color: var(--light-bg);
}

.case-sty-table table tbody tr td:nth-child(even) {
  text-align: center;
}

.case-sty-table table thead tr th:nth-child(even) {
  text-align: center;
}

.case-map-img {
  margin: 20px 0px;
}


/* add custom css 03-01-2025*/

@media(max-width: 767px) {
  .delayedPopupWindow {
    display: none;
    position: fixed;
    width: unset;
    height: auto;
    top: 4%;
    left: 2%;
    z-index: 102;
    border: 8px solid #ffffff;
    padding: 15px;
    background-image: var(--color-gradient-1);
    right: 2%;
  }
  .respon-sec-col4 {
    width: unset;
    float: left;
    margin-right: 20px;
  } 
}

.col-12-pera2 .col-lg-12.col-md-12 {
    padding: 0 !important;
}

.innser-page-design h3 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 35px;
}

.case-study-pge .content p{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Change the number to limit lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 33px;
}


.case-study-pge img {
    width: 90%;
    height: auto;
    position: relative;
    top: -4px;
    left: -1px;
}

.case-study-pge .service-card-items.style-2.text-center{
    padding-bottom: 40px;
}
/* ====================================================
           // Case Study css here
======================================================= */


.innser-page-design h5{
    margin-top: 30px;
    margin-bottom: 15px;
}

.innser-page-design h5 span{
    color: #323232 !important;
}

.fw-audit-btn{
    display: block;
    margin: auto;
}

.form-control:focus{
    border-color: var(--theme); 
    box-shadow: unset;
}

.nice-select:hover {
    border-color: var(--theme);
}

section#paymentDiv .form-group .list li{
    margin-left: 5px;
}

section#paymentDiv .form-group .list li::before{
    display: none;
}

.form-control{
    font-size: 14px;
}

section#paymentDiv h2{
    font-size: 30px;
}

.sitemap-col-4-1 h3{
    font-size: 20px;
    background-image: linear-gradient(to left, #f36e5a, #ff8674, #ffa092, #ffb1a5, #ffe1dc);
    padding: 8px;
}

.sitemap-col-4-1 ul li{
    border-bottom: 1px solid #f36e5a38;
    padding: 5px 0px;
}

.sitemap-col-4-1 ul li a:hover{
    color: #f36e5a;
}

.career-form-sec-col8 label.form-label {
    margin-bottom: 3px;
    color: #4f4f4f;
    font-size: 15px;
}

.career-form-sec-col8 input {
    height: 44px;
}

.career-form-sec-col8 {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 25px 0px 25px 25px;
    border-radius: 10px;
}

.career-vector-img {
    width: 100%;
    height: auto;
}

.career-form-sec-col8 .nice-select:after{
    display: none;
}

.career-form-sec-col8 .theme-btn{
    border: none;
}

.career-form-sec-col8 h3{
    color: var(--theme);
    font-size: 30px;
    margin-bottom: 30px;
}

.faq-section .accordion .accordion-body li {
    position: relative;
    margin-left: 25px;
    padding: 4px;
}

.faq-section .accordion .accordion-body li::before {
    content: "\f0a4";
    font-family: "FontAwesome";
    position: absolute;
    left: -25px;
    color: var(--theme);
}

.accordion-header{
    margin: 0 !important;
}

section.service-provide.level-up-sec.innser-page-design .section-title333.style-2 {
    margin-bottom: 0px;
}

.pera-text div{
    text-align: justify;
    font-size: 16px;
    line-height: 31px;
    color: #000;
    margin-bottom: 10px;
}

.pera-text p{
    text-align: justify;
}

section.feature-section.dev-selution-sec .feature-content p {
    text-align: justify;
}

.seo-methodology{
    margin-bottom: 40px !important;
}

.digital-last-head h3{
    text-align: left !important;
}

.payment-form button.theme-btn.theme-btn2.float-end {
    display: block;
    margin: auto;
}

.case-study-innerpge h3{
    font-size: 40px;
    margin-bottom: 25px;
}

.case-study-pge-tbl-1 thead th {
    background-color: #f36e5a29;
    color: #f36e5a;
}

.case-study-pge-tbl-1 {
    box-shadow: rgb(0 0 0 / 22%) 0px 5px 15px;
    padding: 15px;
}

section#gallery-2 button {
    font-weight: 600;
    text-transform: uppercase !important;
    color: #000;
    background-color: #5b575336;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 11px 8px;
    transition: 0.3s;
    font-size: 13px;
    border-radius: 35px !important;
    margin-right: 10px;
    width: 19%;
    text-align: left;
    margin-bottom: 20px;
}

section#gallery-2 .nav-pills .nav-link:hover{
    background-image: var(--color-gradient-1);
    color: #fff;
}

section#gallery-2 .nav-pills .nav-link.active{
    background-image: var(--color-gradient-1);
    color: #fff;
}

section#gallery-2 button img {
    width: 16%;
    height: auto;
    background-color: #fff;
    border-radius: 50%;
    padding: 3px;
    margin-right: 5px;
}


