@import url(./owl.carousel.css);
@import url(./bootstrap.min.css);
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(./variaval.css);
@import url(./services.css);
@import url(./about.css);
@import url(course.css);
@import url(courses.css);
@import url(index.css);

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.heading-top-margin {
  margin-top: 75px;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #747070;
  margin: 0;
}

.container {
  position: relative;
}

.fab,
.far {
  font-weight: 900;
}

.form-control:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #c5c5c5;
}

.z-index {
  z-index: -1;
}

.theme-orange {
  color: var(--theme-orange) !important;
}
.text-primary {
  color: var(--theme-color) !important;
}

.bg-primary {
  background-color: var(--theme-color) !important;
}

.dark-text a {
  color: #747070;
}

.btn-primary {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: translate3d(0, -2px, 0);
  -ms-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  background-color: var(--theme-orange);
  border-color: var(--theme-orange);
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.btn-secondary:hover,
.btn-secondary:focus {
  -webkit-transform: translate3d(0, -2px, 0);
  -ms-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  -webkit-box-shadow: 0 5px 15px 0 rgb(245 145 31 / 21%);
  -ms-box-shadow: 0 5px 15px 0 rgb(245 145 31 / 21%);
  box-shadow: 0 5px 15px 0 rgb(245 145 31 / 21%);
  background-color: var(--theme-orange);
  border-color: var(--theme-orange);
}

/*=======================header-css-strat=====================================*/

.overlay {
  z-index: 5;
  background-color: rgb(0 0 0 / 81%);
}

.navbar-brand::after {
  height: calc(100% + 1rem);
  content: "";
  width: var(--navbar-width);
  position: absolute;
  background: var(--body-bg-color);
  left: var(--navbar-left);
  top: -0.5rem;
  z-index: -1;
  pointer-events: none;
}

.navbar-brand::before {
  content: "";
  position: absolute;
  right: 5px;
  top: -11px;
  background: url(../img/header-scratch-1-1.svg) no-repeat;
  width: 25px;
  height: calc(100% + 19px);
}

.sticky .navbar-brand::before {
  top: -16px;
  right: 5px;
  height: calc(100% + 30px);
}

.sticky .navbar-brand::after {
  height: calc(100% + 28px);
  top: -14px;
}

.navbar-brand>img {
  max-width: 240px;
  padding-right: 10px;
}

.topHeader {
  position: relative;
  padding: 4px 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.3);
  z-index: 8;
  background: var(--theme-color) none repeat center center;
  color: #fff;
}

.info ul li {
  margin-right: 12px;
}

.info ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

ul.s_m li {
  margin-right: 7px;
}

ul.s_m li a {
  color: #fff;
  font-size: 14px;
}

.t_c ul li {
  margin-left: 9px;
}

.t_c ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.manu-tab li a {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.manu-tab li a:hover,
.manu-tab li a.active {
  color: var(--theme-color);
}
#close_navbar {
  right: 0;
  top: 0;
  background: var(--theme-color);
  line-height: 1;
  padding: 5px 6px;
  color: #fff;
}
.sub-menu li ul.sub-menu-list {
  background: #ffff;
  width: 95%;
  display: none;
  transition: all .5s linear;
  border-radius: 5px 0px 5px 5px;
  border-left: 3px solid var(--theme-color);
  margin-left: 5%;
}

.navbar-nav>.nav-item:not(:last-child) {
  margin-right: 10px;
}

.bottom-header {
  z-index: 13;
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 30px;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sticky .bottom-header {
  top: 0;
  -webkit-box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 15%);
}

.sticky .navbar-brand>img {
  max-width: 180px;
}

.bottom-header a.navbar-brand {
  z-index: 1;
  padding-right: 10px;
}

.dropdown {
  position: relative;
}

.dropdown ul.sub-menu {
  background-color: #fff;
  border-top: 3px solid var(--theme-color);
  -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%),
    -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

li.dropdown:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all 0.3s linear;
}

.dropdown ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1a6a7c;
  border-bottom: 0;
  position: relative;
}

.sticky .dropdown ul.sub-menu {
  top: 51px;
}

ul.sub-menu li a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  padding: 6px 13px;
}

.manu-tab>li {
  padding: 9px 0;
}

li.dropdown ul li:hover {
  background: rgb(226 226 226 / 39%);
}

li.dropdown ul li:last-child:hover {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.brand-logo a {
  display: block;
  padding: 19px 0;
}

li.dropdown ul li:last-child {
  border: none;
}

section {
  padding: 35px 0px;
  position: relative;
}

.slider-bg-1>.owl-stage-outer {
  position: relative;
  height: 620px;
  z-index: 0;
}

.ultimate-video {
  position: relative;
}

.slider-banner {
  overflow: hidden;
  padding: 0;
  background-color: #fff;
}

.experties-services {
  background: rgb(226 226 226 / 15%);
}

.text-contant {
  height: 620px;
  padding-top: 50px;
}

.assistive-text {
  margin-bottom: 30px;
  z-index: 2;
}

.assistive-text h1 span {
  color: var(--theme-color);
}

.assistive-text h1 {
  color: rgb(38, 45, 55);
  letter-spacing: -3px;
  line-height: 140px;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 134px;
  text-shadow: 0px 0px 1px rgb(0 0 0 / 32%);
}

.assistive-text strong {
  color: rgb(38, 45, 55);
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 34px;
  line-height: 45px;
}

.assistive-text p {
  color: #363636;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 0px 1px rgb(0 0 0 / 23%);
}

.text-contant a {
  border: none;
  background-color: rgb(255, 255, 255);
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
  color: var(--theme-color);
  line-height: 27px;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  border-color: rgb(0, 0, 0);
  padding: 11px 32px;
  border-radius: 5px;
  z-index: 5;
  margin-top: 80px;
}

.assistive-text {
  margin-bottom: 30px;
}

section#des {
  z-index: 0;
}

.ultimate-video {
  position: relative;
}

.text-contant:after {
  height: 310px;
  width: 391px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--theme-color);
  clip-path: polygon(0 25%, 92% 65%, 100% 100%, 0% 100%);
}

.ultimate-video:after {
  height: 100%;
  width: 70%;
  position: absolute;
  content: "";
  top: 0;
  left: 80px;
  z-index: -1;
  background-color: #f8f8f8;
}

.manu-tab li:last-child a {
  padding-right: 0 !important;
}

.section-title h2.title {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}

section.about-who {
  border-bottom: 3px dashed;
  border-color: rgba(147, 194, 72, 0.3);
}

/* ===============about-section-start===================== */

.about-inner-first b {
  font-size: 20px;
  line-height: 30px;
  color: var(--theme-color);
  font-weight: 500;
  display: block;
  margin-bottom: 25px;
}

.about-inner-first p {
  color: #4a4545;
  font-size: 16px;
  line-height: 24px;
}

ul.standard-number-list.bullet-top li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  color: #6e6e6e;
  margin-bottom: 15px;
}

.inn-col-about {
  margin-bottom: 40px;
  padding: 0 39px;
}

ul.standard-number-list.bullet-top li:after {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: #fff;
  background-color: var(#93c248);
  content: counter(my-badass-counter, decimal);
  counter-increment: my-badass-counter;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 20px;
  border-radius: 50px;
}

.about-inner-first h3 {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-h3);
  color: var(--color-h3);
  padding-top: 20px;
}

.about-inner-first p {
  color: #6e665e;
  font-size: 16px;
  line-height: 24px;
}

.inn-col-about b {
  font-size: 20px;
  line-height: 30px;
  display: block;
  margin-bottom: 15px;
  position: relative;
  margin-left: 29px;
  color: #000;
  opacity: 0.7;
}

ul.standard-number-list.bullet-top {
  margin-top: 40px;
}

.inn-col-about b i {
  margin-right: 0px;
  position: absolute;
  left: -29px;
  top: 10px;
  color: var(#93c248);
}

.ultimate-video {
  position: relative;
  width: 520px;
  margin: 0 auto;
}

.ultimate-inner p {
  padding: 20px 0;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #555c63;
  text-align: center;
}

.ttm-play-icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0;
  z-index: 2;
  border-radius: 50%;
  background-color: #c3002f;
  color: #fff;
}

.ttm_single_image-wrapper {
  position: relative;
}

.ttm-icon i {
  color: #fff;
}

.featured-title h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.featured-desc p {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #555c63;
}

a.ttm-btn {
  font-size: 18px;
  font-weight: 500;
  color: #c3002f;
}

/*=====================================footer=================================*/

.footer {
  background: #08141e;
  background-image: url(../img/footer-dots-top-right.webp);
  background-size: 360px 80%;
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 50px;
  padding-bottom: 30px;
  z-index: 1;
}

.footer::after {
  position: absolute;
  content: "";
  left: -173px;
  bottom: -165px;
  width: 310px;
  height: 310px;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../img/footer-dots-top-right.webp);
  -webkit-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  transform: rotate(48deg);
}

.footer-sticky {
  padding: 30px 65px;
  background: var(--theme-color);
  border-radius: 10px;
  margin-top: -50px;
  margin-bottom: -50px;
  position: relative;
  z-index: 2;
}

.footer-sticky-content {
  padding: 0px 70px;
}

.main_footer h4 {
  font-size: 22px;
}

.main_footer ul.footer-icons li {
  list-style: none;
  margin-right: 10px;
}

.main_footer ul.footer-icons li a {
  color: #ffffff;
  background: #323c43;
  border-radius: 100%;
  transition: all 0.5s ease;
  height: 35px;
  width: 35px;
  font-size: 14px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

.footer-sticky-content p {
  color: #fff;
}

.main_footer ul.footer-icons li a:hover {
  color: #fff;
  background-color: var(--theme-orange);
}

p.para-light {
  color: #fff;
}

.main_footer ul {
  padding-left: 0;
}

.main_footer ul li {
  list-style: none;
  padding: 10px 0;
}

.main_footer h4 .line::after {
  content: "";
  display: block;
  background: var(--theme-orange);
  height: 2px;
  width: 40px;
  margin-top: 5px;
}

.main_footer .estimate .number,
.main_footer .estimate .number a {
  color: var(--theme-orange);
  padding: 15px 0;
}

.main_footer .estimate button.online-form {
  border: 1px solid #fff;
  padding: 10px 25px;
  outline: none;
  background: transparent;
  color: #ffff;
  font-weight: 400;
  margin: 25px 0;
  transition: all 0.5s ease;
}

.main_footer .estimate button.online-form:hover {
  background: #fff;
  color: #323c43;
  font-weight: 400;
}

.main_footer .textile ul li a {
  text-decoration: none;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
}

/*==recent post==*/

.main_footer .recent .first-post {
  border-bottom: 1px solid #9191912f;
  padding-bottom: 20px;
  padding-top: 10px;
}

.main_footer .recent .second-post {
  border-bottom: none;
}

.main_footer .recent .first-post img {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  padding-top: 11px;
}

.main_footer .recent .first-post p.can,
p.one {
  padding-left: 10px;
}

.main_footer .recent .first-post p.can::after {
  content: "March 18, 2021";
  display: block;
  color: #919391;
  font-size: 14px;
  font-weight: 500;
}

.main_footer .recent .first-post p.one::after {
  content: "February 28, 2021";
  display: block;
  color: #919391;
  font-size: 14px;
  font-weight: 500;
}

/*==============contact us form index================================*/

.contactus {
  position: relative;
  z-index: 0;
  background: rgba(242, 242, 242, 0.79);
}

.row.contactus-form {
  z-index: 4;
  position: relative;
  background: #fff;
  background-image: url(../img/bg-01__md.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left 400px;
  box-shadow: 0 10px 30px rgb(26 54 85 / 15%);
  -webkit-box-shadow: 0 10px 30px rgb(26 54 85 / 15%);
  -ms-box-shadow: 0 10px 30px rgb(26 54 85 / 15%);
}

.contactuspage input::placeholder {
  color: #8b8b8b;
}

.contactuspage input {
  background-color: #f8f8fa;
  border: 1px solid #f8f8fa;
}

.post-title a {
  color: #fff;
}

.form-group.form-group-fullwidth {
  width: 100%;
  font-size: 15px;
}

.contactuspage {
  padding: 35px;
}

.contactuspage .form-control {
  border: 0;
  border-radius: 0;
  padding: 14px 15px;
  background-color: #f8f8fa;
  border: 1px solid #f8f8fa;
}

.contactuspage label {
  margin: 0 0 10px;
  color: #717171;
  width: 100%;
}

.form-group.form-group-fullwidth>div label {
  width: 100%;
  margin: 0 0 5px;
  color: #717171;
  text-indent: 20px;
}

.checkboox {
  position: relative;
  padding: 0 0 12px 0;
}

.checkboox p:after {
  content: "";
  width: 8px;
  height: 4px;
  position: absolute;
  top: 6.5px;
  left: 6px;
  border: 2px solid #39b54a;
  border-top: none;
  border-right: none;
  background: 0 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.contactuspage label {
  color: var(--theme-color);
  width: 100%;
}

.form-group.wdt-full {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.form-tex-area textarea {
  border: 1px solid rgb(147, 194, 72);
  background: transparent;
}

.top-text a {
  color: var(--theme-color);
}

div#emailHelp a {
  color: var(--theme-color);
}

.cont-btn {
  padding-top: 20px;
}

.cont-btn input {
  text-indent: 0;
  padding: 7px 25px;
  background: var(--theme-color);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 400;
}

.form-group.wdt-full label {
  padding: 14px 4px;
  width: calc(25% - 8px);
  font-size: 14px;
  text-align: center;
  border: 1px solid var(--theme-color);
  word-break: break-all;
}

.form-group.wdt-full label:not(:last-child) {
  margin: 0 10px 0px 0px;
}

.right-text {
  background: var(--theme-color);
  height: 100%;
  padding: 46px 50px;
  color: #fff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.right-text p {
  color: #fff;
  padding-bottom: 15px;
}

li.sales-mai4 {
  border: 1px solid #dadada;
  padding: 7px 16px;
  margin-bottom: 32px;
  border-radius: 5px;
}

li.sales-mai4 a {
  font-weight: 300;
}

.form-heading h3 {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 600;
  color: #222;
}

.sales-mail {
  margin: 80px 0;
}

.sales-mail p {
  font-weight: 400;
  font-size: 22px;
  padding-bottom: 8px;
}

li.sales-mai4 {
  border: 1px solid #dadada;
  padding: 7px 16px;
  margin-bottom: 32px;
}

.form-heading p {
  margin-bottom: 40px;
  text-align: justify;
  font-size: 16px;
}

.right-text a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.social-media-form li a {
  display: block;
  margin-right: 10px;
  font-size: 16px;
  height: 40px;
  color: #fdf1f1;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
}

.social-media-form {
  margin-top: 40px;
}

.contactuspage h3 {
  color: var(--theme-color);
  font-size: 20px;
  margin: 15px 0 16px 0;
}

.factonix-ultimate {
  padding: 0 40px 0px 0px;
}

.factonix-ultimate i {
  font-size: 31px;
  color: var(--theme-color);
  margin-bottom: 25px;
  background: whitesmoke;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.factonix-ultimate h4 {
  font-size: var(--font-size-h4);
  line-height: 30px;
  margin-bottom: 12px;
  font-weight: var(--font-weight-h4);
  text-transform: capitalize;
}

.factonix-ultimate a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: rgb(147, 194, 72);
  opacity: 0;
}

.factonix-ultimate .ultimate-hover:hover {
  transform: translateY(-55px);
  transition: all 0.5s linear;
}

.factonix-ultimate:hover i {
  transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  opacity: 0;
}

.ttm-horizontal_sep {
  border-top: 1px solid rgb(235, 235, 235);
  display: block;
  position: relative;
  margin: 8px 0px;
}

.factonix-ultimate:hover a {
  opacity: 1;
}

.ttm-horizontal_sep:before {
  position: absolute;
  width: 1px;
  height: 460px;
  content: "";
  left: 44%;
  background: #ebebeb;
  top: 0px;
  transform: translate(-50%, -50%);
}

.checkboox p:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  cursor: pointer;
}

.checkboox p {
  padding-left: 30px;
  margin-top: -23px;
  color: #717171;
}

.checkboox input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  opacity: 0;
}

.form-group h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-group.form-group-fullwidth input[type="submit"] {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #ff8100;
  border: 1px solid #ff8100;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 16px;
  height: 50px;
  width: 180px;
  text-align: center;
}

.form-group.form-group-fullwidth label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.form-group.form-group-fullwidth label span {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 10px 10px;
  color: #717171;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  display: inline-block;
}

.form-group.form-group-fullwidth label:hover span {
  border: 1px solid #7bdb88;
  color: #717171;
}

.form-group.form-group-fullwidth>div label {
  width: 100%;
  margin: 0 0 5px;
  color: #717171;
}

.form-group.form-group-halfwidth label {
  width: 100%;
  margin: 0 0 5px;
  color: #717171;
}

.bottom-text p {
  margin-top: 40px;
  color: white;
}

.top-text {
  color: white;
}

.bg-image {
  background-repeat: no-repeat;

  background-position: center;

  margin-top: 50px;
}

.top-text span {
  margin-top: 40px;
}

.form-group.form-group-fullwidth:last-child {
  margin-bottom: 0;
}

.frominput.frominput1 {
  margin-right: 10px;
}

.bg-image img {
  width: 100%;
}

.top-text h2.title {
  font-size: 25px;
  margin-bottom: 25px;
}

/*==============© Copyrights ================================*/

.main_footer .copyright span {
  color: #000;
}

.main_footer .copyright p {
  color: #fff;
}

.main_footer .copyright {
  background: #418dc5;
  padding: 10px 0;
}

/*==============contact us form index================================*/

#business-features {
  background: #222d35;
  text-align: center;
  padding-bottom: 0;
}

.business-industry h2 {
  text-align: center;
  font-size: var(--font-weight-h2);
  font-weight: var(--font-weight-h3);
  padding-bottom: 50px;
  color: #d1e3b6;
  line-height: 1.3;
  margin: 0;
  border-bottom: 3px solid var(--theme-color);
}

.business-year h4 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
  line-height: 32px;
}

.business-year span {
  color: var(--theme-color);
}

.business-year p {
  color: #d4d4d4;
  margin: 0;
}

.business-year {
  border-right: 3px solid gray;
  padding: 30px 0;
}

.business-industry h2 {
  text-align: center;
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-h2);
  padding-bottom: 40px;
  color: #d1e3b6;
  line-height: 1.3;
  margin: 0;
  border-bottom: 3px solid var(--theme-color);
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

.siteMapInner::-webkit-scrollbar {
  width: 2px;
}

.siteMapInner::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.siteMapInner::-webkit-scrollbar-thumb {
  background: #888;
}

.blog.widthleft .row:hover img.img-fluid {
  transform: translateX(-90px) scale(1.2);
  -webkit-transform: translateX(-90px) scale(1.2);
  -ms-transform: translateX(-90px) scale(1.2);
}

.blog.widthleft .row:hover .blog-post-body {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
}

.blog {
  position: relative;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.Webicon img {
  width: 40px;
  display: block;
  margin: 0 auto;
}

.blog.seactionPadding .row:nth-child(2) {
  margin-top: 20px;
  border-bottom: 4px solid #0c0f1b;
  box-shadow: inset 0 -5px 40px #bdbdbd;
  -webkit-box-shadow: inset 0 -5px 40px #bdbdbd;
  -ms-box-shadow: inset 0 -5px 40px #bdbdbd;
}

.blog .col-md-8,
.blog .col-md-4 {
  padding: 0;
  overflow: hidden;
}

.postBtn {
  position: absolute;
  right: 0;
  z-index: 9;
}

.post-btn {
  background: #ff8100;
  -webkit-transition: all 185ms;
  transition: all 185ms;
  display: inline-block;
  letter-spacing: 0em;
  text-align: center;
  line-height: 65px;
  font-size: 28px;
  height: 75px;
  width: 75px;
}

.post-btn i {
  color: white;
  font-size: 15px;
}

.fa-arrow-right:before {
  content: "\f061";
}

.blog-post-image {
  position: absolute;
  display: block;
  height: 100%;
  width: 52%;
  top: 0;
}

.blog-post-image img {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
  transition: all 325ms ease-in-out;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.blog-post-body {
  -webkit-transition: all 325ms ease-in-out;
  transition: all 325ms ease-in-out;
  background: #161b2f;
  position: relative;
  padding-bottom: 49px;
  padding-right: 60px;
  padding-top: 50px;
  padding-left: 60px;
  float: right;
  z-index: 2;
  width: 61%;
  height: 322px;
}

.blog-post-date {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
  display: block;
}

ul.short-meta {
  margin-bottom: 25px;
  display: block;
  list-style: none;
  padding-left: 0;
}

ul.short-meta li {
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  color: #a0a0a0;
  font-size: 11px;
  margin-right: 16.5px;
}

ul.short-meta li p {
  letter-spacing: inherit;
  line-height: inherit;
  font-size: inherit;
  color: #ff9d23;
  margin: 0;
}

.blog-post-body h2.post-title {
  letter-spacing: 0em;
  line-height: 2.5em;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.blog-post-body h2.post-title a {
  color: white;
  line-height: 25px;
  display: block;
  font-weight: 500;
}

.post-excerpt {
  line-height: 1.8em;
  color: #9099a8;
  font-size: 14px;
  margin: 0;
  display: block;
}

.blog .col-md-4 {
  background: #ff9d23;
  line-height: 1em;
}

.popular-news-block-wrapper {
  width: 100%;
  padding-top: 37.5px;
  padding-right: 70px;
  padding-left: 70px;
}

.popular-news-block-wrapper h5.block-title {
  letter-spacing: 0em;
  font-weight: 700;
  color: black;
  line-height: 1em;
  margin: 0 0 25px;
  font-size: 21px;
}

.popular-news-block-wrapper .popular-news-list {
  max-width: 350px;
  line-height: 1em;
  display: block;
  font-size: 0;
  overflow-y: scroll;
  max-height: 222px;
  padding: 2px;
}

.popular-news-block-wrapper .popular-news-list .news-item {
  position: relative;
  min-height: 85px;
  padding-left: 100px;
  padding-top: 5px;
  display: block;
  margin-bottom: 30px;
  padding-right: 2px;
}

.popular-news-block-wrapper .popular-news-list .news-item .image {
  position: absolute;
  width: 80px;
  left: 0;
  top: 0;
}

.popular-news-block-wrapper .popular-news-list .news-item .image img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px 2px #e8c6c6;
}

.popular-news-block-wrapper .popular-news-list .news-item .date {
  color: black;
  line-height: 1em;
  margin: 0 0 5px;
  font-size: 14px;
  display: block;
  font-weight: 700;
}

.popular-news-block-wrapper .popular-news-list .news-item .post-title {
  letter-spacing: 0em;
  line-height: 1.3;
  font-weight: 500;
  font-size: 13px;
  color: #413b40;
  margin: 0;
}

.containerR {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.compnay-features {
  background: #222;
  padding: 50px 0;
}

ul.digital-list {
  margin-bottom: 50px;
}

ul.digital-list li {
  margin: 0 18px 0 0;
  border-left: 1px solid #3a4149;
  padding: 0 25px;
  transition: 0.3s ease;
}

ul.digital-list h4 {
  display: block;
  color: #fff;
  font-size: 49px;
  line-height: 1;
  margin-bottom: 4px;
}

ul.digital-list span {
  color: #c8c8c8;
  font-size: 16px;
  line-height: 1.2;
}

.company-info h2 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
}

.company-info {
  padding: 0 160px;
  text-align: center;
  color: #fff;
}

.company-info p {
  color: #fff;
  font-size: 18px;
}

.compnay-features {
  padding: 10px 0 30px;
  background: #242b34;
  position: relative;
  margin-top: 0;
}

.compnay-features::before {
  content: '';
  position: absolute;
  left: -30px;
  top: -55px;
  width: 100%;
  height: 50%;
  pointer-events: none;
  background: #242b34;
  border-radius: 50%;
}

ul.digital-list em {
  display: block;
}

a.about-us-btn {
  margin-top: 30px;
  font-size: 18px;
  transition: 0.3s ease-in;
  box-shadow: 0 5px 35px 0 rgb(0 1 1 / 13%);
  display: inline-block;
  color: #fff !important;
  font-weight: 500;
  text-indent: 0px;
  padding: 14px 30px;
  background: var(--theme-color);
  border: none;
  border-radius: 5px;
}

ul.digital-list li:hover {
  border-color: var(--bg-light);
}

/*=======================HOME COMPANY FEATURE ENDING=======================*/

.footer .contact ul li {
  padding: 15px 0;
}

.footer .contact i {
  color: var(--theme-orange);
}

.footer .contact ul li span {
  color: #fff;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 500;
}

.footer .contact ul li.middle {
  border-top: 1px solid #9191912f;
  border-bottom: 1px solid #9191912f;
}

.footer .contact ul li a {
  color: #fff;
}

.footer p.para-light {
  color: #fff;
  margin: 0;
}

.list-03 {
  display: block;
}

.list-03 {
  max-width: 470px;
}

.list-03 li:nth-child(odd) {
  padding-left: 80px;
}

.list-03 li {
  padding: 23px 18px;
  background: #fff;
  box-shadow: 0px 30px 62px 0px rgb(0 0 0 / 15%);
  margin-bottom: 20px;
  background: url(../img/icon_sprite.webp) no-repeat 13px -508px #fff;
}

.list-03 li:nth-child(even) {
  text-align: right;
  padding-right: 100px;
}

.list-03 .dm-2 {
  background-position: 102% -580px;
}

.list-03 li:nth-child(odd) {
  padding-left: 80px;
}

.list-03 .dm-4 {
  background-position: 105% -754px;
}

.inner-body h3 a {
  color: #6f7a82;
}

.service h4 {
  font-size: 22px;
}

.service h4 {
  font-size: 18px;
  color: #5e707d;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.list-s2 li span {
  font-size: 16px;
  color: #5e707d;
  padding: 8px 0;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

.list-s2 li span:before {
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #00aeef;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.inner-body h3 a:hover {
  color: #000;
}

.inner-body h3 {
  font-size: 47px;
}

.btn-1 {
  display: inline-block;
  height: 44px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 25px;
  color: #00aeef;
  font-size: 15px;
  border: 2px solid #00aeef;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.list-03 li span {
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #5e707d;
}

.list-03 .dm-3 {
  background-position: 13px -673px;
}

section.service h3 {
  font-size: 48px;
  font-weight: 300;
}

section.service h3 a {
  color: #6f7a82;
}

.technological-expertise {
  padding: 0px 80px;
}

.inner-body h3 a:hover {
  color: #000;
}

.service p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 100;
  margin-bottom: 20px;
}

[class*="icon-home-"],
[class^="icon-home-"] {
  background-image: url(../img/home-sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 14px;
  margin-top: 1px;
  vertical-align: text-top;
}

.technology-list li span {
  margin-left: 39px;
}

.technology-list li span strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1.1;
}

.technology-list li span em {
  font-size: 14px;
}

.technology-list li>div {
  margin-bottom: 47px;
  position: relative;
  padding-left: 38px;
}

.technology-list li i {
  position: absolute;
  left: 0;
  top: 0;
}

.icon-home-php {
  background-position: -217px -166px;
  width: 39px;
  height: 39px;
}

.icon-home-node {
  background-position: -102px -71px;
  width: 35px;
  height: 39px;
}

.icon-home-react {
  background-position: -163px -10px;
  width: 44px;
  height: 38px;
}

.icon-home-angular {
  background-position: -163px -68px;
  width: 38px;
  height: 40px;
}

.icon-home-magento {
  background-position: -10px -137px;
  width: 35px;
  height: 38px;
}

.icon-home-shopify {
  background-position: -227px -10px;
  width: 28px;
  height: 38px;
}

.icon-home-wordpress {
  background-position: -102px -10px;
  width: 41px;
  height: 41px;
}

.icon-home-drupal {
  background-position: -10px -73px;
  width: 40px;
  height: 44px;
}

.technological-expertise h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-h2);
  padding-bottom: 30px;
  line-height: 1.3;
  margin: 0px;
}

.experties li {
  width: calc(50% - 20px);
  padding: 20px 16px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin: 17px 0 11px 20px;
  border: 1px solid #e7e7e7;
}

.experties li svg {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  fill: var(--theme-color);
  transition: all 0.25s linear;
}

.experties li>div span {
  color: #747070;
  font-weight: 400;
  font-size: 90%;
  position: relative;
  z-index: 1;
}

.experties li>div h6 {
  font-size: 1.2em;
}

.experties img {
  margin-right: 18px;
}

.experties h2 span {
  color: var(--theme-color);
}

.experties li>div h6 strong {
  font-weight: 500;
}

.experties li>i {
  font-size: 2.5rem;
  margin-right: 10px;
  color: var(--theme-color);
  transition: all 0.25s linear;
}

.experties li:hover svg,
.experties li:hover i {
  color: var(--theme-orange);
  fill: var(--theme-orange);
}

.experties p {
  line-height: 1.5;
  color: #383838;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

.experties p a {
  color: var(--theme-orange);
}

.heading {
  color: #222;
  font-weight: 600;
  font-size: var(--font-size-h2);
}

div#portfolio h4 {
  font-size: var(--font-size-h2);
}

.experties ul {
  margin-top: 20px;
}

.experties ul li p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.experties-services-img {
  padding: 60px 70px;
  animation: service 4s infinite linear;
}

.experties-services-img img {
  border-radius: 10px;
  border: 1px solid rgb(216 214 214);
}

@keyframes service {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: rotateX(0deg) translateY(0);
  }
}

.experties li:hover {
  box-shadow: 15px 15px 10px -7px rgb(0 0 0 / 9%);
  transition: all 0.8s linear;
  border-color: var(--theme-color);
}

span.big-number {
  position: absolute;
  right: 3px;
  bottom: 0;
  font-size: 48px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 52px;
  color: #f2f2f2;
}

/* update css */
.slider-bg-1>.owl-stage-outer .owl-stage-outer,
.slider-bg-1>.owl-stage-outer .owl-stage,
.slider-bg-1>.owl-stage-outer .owl-item {
  height: 100%;
}

.slider-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-wrapper-slide .owl-prev,
.slider-wrapper-slide .owl-next {
  position: absolute;
}

.slider-wrapper-slide [class*='owl-']>span {
  font-size: 80px;
  color: #fff;
}

.slider-wrapper-slide button.owl-prev {
  bottom: 25px;
  left: 75px;
}

.slider-wrapper-slide button.owl-next {
  top: 0;
  right: 40px;
}

.theme-btn {
  background-color: var(--theme-color);
  color: #fff !important;
  font-weight: 500;
  text-indent: 0px;
  padding: 14px 30px;
  background: var(--theme-color);
  border: none;
  border-radius: 5px;
}

.do-it-sec>div>div>p {
  margin: 10px 0;
  padding: 0 12rem;
  color: #000;
  font-family: inherit;
  font-size: var(--strong-bold);
}

.section-padding {
  padding: 60px 0;
}

.do-it-sec h3 {
  font-size: var(--font-size-h2);
}

.card-do-it-first {
  overflow: hidden;
  background-color: #c0e7e6;
}

.card-do-it-second {
  overflow: hidden;
  background-color: #f2d8d8;
}

.card-do-it-third {
  overflow: hidden;
  background-color: #d6e6bf;
}

.card-do-it {
  padding: 25px;
  position: relative;
  border: 0;
}

.num {
  position: absolute;
  right: 10px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 120px;
  top: -47px;
  z-index: 99;
}

.num-cl {
  color: #c0e7e6;
}

.card-do-it-head {
  color: #7cabaa;
}

.card-body>span::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0px;
  border: 1px solid #7cabaa;
  background-color: #7cabaa;
  width: 45px;
  height: 3px;
}

.card-body>span {
  position: relative;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-do-it .card-text>li {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.num-cl-second {
  color: #f2d8d8;
}

.card-do-it-head-second {
  color: #c6a1a1;
}

.card-body-second>span::after {
  border: 1px solid #c6a1a1;
  background-color: #c6a1a1;
}

.card-do-it-third::after,
.card-do-it-second::after,
.card-do-it-first::after {
  content: '';
  position: absolute;
  right: -86px;
  background: #fff;
  width: 230px;
  height: 150px;
  top: -70px;
  transform: rotate(42deg);
}

.num-cl-third {
  color: #d6e6bf;
}

.card-do-it-third {
  overflow: hidden;
  background-color: #d6e6bf;
}

.card-do-it-head-third {
  color: #a4be7f;
}

.card-do-it-third>span::after {
  border: 1px solid #a4be7f;
  background-color: #a4be7f;
}

.card>.logo {
  text-align: center;
}

/* portfolio */

#portfolio {
  background-color: #ffffff;
  color: #fff;
  z-index: 2;
}

#portfolio::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f5911f;
  z-index: -1;
}

#portfolio .portfolio_row {
  position: relative;
  padding-left: 50px;
}

#portfolio .portfolio_row::before {
  content: "";
  left: -15px;
  top: 0;
  width: 65px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
}

#portfolio .portfolio_row .rk-slide-v {
  overflow: hidden;
}

#portfolio .portfolio_row .rk-slide-v .rk-slide-wrapper {
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

#portfolio .portfolio_row .rk-slide-v .rk-slide-item {
  overflow: hidden;
}

#portfolio .portfolio_row .rk-slide-v .rk-slide-item .portfolio-dtl p {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
}

#portfolio .portfolio_row .rk-slide-v .rk-slide-item.active .portfolio-banner {
  overflow: hidden;
}

#portfolio .portfolio_row .rk-slide-v .rk-slide-item.active .portfolio-banner img {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

#portfolio .portfolio_row .rk-slide-v .rk-slide-item.active .portfolio-heading {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#portfolio .portfolio_row .rk-slide-pagination {
  position: absolute;
  left: -3px;
  top: 20px;
  padding-left: 10px;
}

#portfolio .portfolio_row .rk-slide-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--theme-color);
}

#portfolio .portfolio_row .rk-slide-pagination .slide-item {
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  position: relative;
  background: var(--theme-color);
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 13px;
  padding: 1px 5px;
}

#portfolio .portfolio_row .rk-slide-pagination .slide-item:not(:last-child) {
  margin-bottom: 15px;
}

#portfolio .portfolio_row .rk-slide-pagination .slide-item::before,
#portfolio .portfolio_row .rk-slide-pagination .slide-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--theme-color);
}

#portfolio .portfolio_row .rk-slide-pagination .slide-item::before {
  left: -10px;
  width: 10px;
  height: 2px;
}

#portfolio .portfolio_row .rk-slide-pagination .slide-item::after {
  left: -13px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

#portfolio .portfolio_row .rk-slide-pagination .slide-item.active {
  background-color: #f5911f;
  padding-right: 0;
  pointer-events: none;
  cursor: default;
}

#portfolio .portfolio_row .rk-slide-pagination .slide-item.active::before,
#portfolio .portfolio_row .rk-slide-pagination .slide-item.active::after {
  background-color: #f5911f;
}

#portfolio .portfolio_row .rk-slide-pagination .slide-item.active span::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  top: 0;
  margin: auto;
  border-top: 10px solid transparent;
  border-left: 10px solid #f5911f;
  border-bottom: 10px solid transparent;
}

#portfolio .portfolio_row .portfolio-banner img {
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translate(200px, -200px);
  -ms-transform: translate(200px, -200px);
  -o-transform: translate(200px, -200px);
  transform: translate(200px, -200px);
  opacity: 0;
}

#portfolio .portfolio_row .portfolio-heading {
  padding: 15px;
  font-size: 2.5rem;
  font-weight: 400;
  font-size: 50px;
  text-transform: capitalize;
  z-index: 1;
  background: rgba(0, 0, 0, 0.09);
  color: #ffffff;
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
  margin: 0;
}

/* end of portfolio */

#testmonials-main {
  padding: 50px 0;
  background-color: rgb(217 217 217 / 59%);
  padding-bottom: 100px;
}

/* #testmonials-main h2 {
  color: #222;
  font-weight: 600;
  font-size: var(--font-size-h2);
} */

#testmonials-main .item p {
  font-size: 16px;
  text-align: justify;
  color: #383838;
  font-weight: 400;
}

.testi-user-cmnt b {
  font-size: 18px;
  font-weight: 600;
}


.testi-user-cmnt span {
  font-size: 14px;
}

.testi-sld .item {
  background: #fff;
  padding: 20px;
}

.owl-carousel .owl-item .testi-icon img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin-right: 10px;
}

#nav-tabContent>.tab-pane {
  min-height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#nav-tabContent img {
  width: auto;
  max-width: 100%;
}

.sectionNav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.sectionNav .nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  position: relative;
}

.sectionNav .nav-tabs .nav-link .btn {
  border: 0;
  padding: 7.5px 0;
}

.section4-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
  background-color: #fff;
}

.sectionNav .nav-tabs .nav-link.active .section4-nav {
  display: block;
}

.section-4 {
  text-align: left;
}

div.section .section-4 span {
  color: #ffff;
  font-size: 18px;
}

.sectionNav .nav-tabs .nav-link {
  display: block;
  padding: 15px 17px;
  background: rgba(39, 50, 114, 0.25);
  border-radius: 0;
}

.tab-icon {
  position: relative;
}

.tab-icon svg {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 50px;
  width: 50px;
}

.tab-icon svg path.cls-1 {
  fill: #4d4949;
}

.section4-nav i.fas.fa-signal {
  color: #e2e3e5;
  font-size: 80px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.section4-nav .section4-bg-text {
  position: absolute;
  left: 10px;
  top: 37px;
  font-family: "Merriweather", serif;
  font-weight: 700;
}

.section4-nav .section4-bg-text p {
  font-size: 48px;
  color: rgba(23, 37, 65, 0.15);
}

.section4-nav p {
  color: #383838;
  font-size: 18px;
  padding: 0 20px 0 20px;
  line-height: 30px;
  text-align: justify;
  font-weight: 400;
}

.section4-nav h3 {
  font-size: 22px;
  color: #257dbb;
  font-weight: 600;
  padding: 55px 0 25px 40px;
}

.sectionNav .nav-tabs .nav-link .btn {
  border: 0;
  padding: 8.5px 0;
}

.sectionNav .btn {
  background: #f5911f;
  display: block;
  margin-top: 60px;
  border-radius: 0;
}

.section4-nav .btn p {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.section4-nav .btn p i.fas.fa-chevron-right {
  padding: 0px 5px;
}

.section-5 {
  padding: 100px 0;
}

/* .section-5 .section5-col1 .section5-heading h2 {
  color: #222;
  font-size: 30px;
  font-weight: 700;
  padding: 15px 0 20px 0;
} */

.section-5 .section5-col1 .section5-paragraph img {
  max-width: 50px;
}

.section-5 .section5-col1 .section5-paragraph span {
  color: #257dbb;
  font-weight: 600;
  font-size: var(--font-size-h4);
  font-size: 22px;
}

.section-5 .section5-col1 .section5-paragraph p {
  color: #383838;
  padding: 10px 0 15px;
  text-align: justify;
  font-weight: 400;
}

.section-5 a {
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin-top: 10px;
  text-indent: 0px;
  padding: 14px 30px;
  background: var(--theme-color);
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 5px;
}

.service-accordion {
  padding-top: 20px;
  padding-bottom: 80px;
}

.service-accordion .service-accordion-title {
  text-align: center;
  padding: 50px 185px;
}

.service-accordion .service-accordion-title span {
  font-weight: 600;
  font-size: var(--font-size-h3);
  color: #222;
  font-size: 42px;
}

.service-accordion .service-accordion-title p {
  font-size: 18px;
  line-height: 30px;
  color: #383838;
  font-weight: 400;
}

.service-accordion .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90%;
  word-wrap: break-word;
  background-color: #fff;
  border: none;
  border-top: 1px solid #257dbb;
  padding: 7px 0 7px 0;
  border-radius: 0;
  border-bottom: 0;
}

.footer-sticky-content a.text-dark {
  font-weight: 500;
}

.service-accordion .card:first-child {
  border-top: 0;
}

.service-accordion .card-header {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: none;
}


.service-accordion a,
.service-accordion a:focus,
.service-accordion .accordion-button:not(.collapsed) {
  color: #257dbb;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  outline: 0;
}

.collapse-icon svg {
  width: 36px;
  margin-right: 25px;
}

.icon-sr {
  padding: 10px 20px;
}

.service-accordion a span {
  color: #5a544a;
  padding-right: 20px;
  font-size: 20px;
}

.service-accordion .paragraph {
  padding: 5px 25px 10px 65px;
  font-size: 15px;
  color: #565872;
}

.select-technology::before {
  content: '';
  position: absolute;
  right: 25px;
  border-top: 5px solid black;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: 32px;
  pointer-events: none;
}

/* end of update css */



/* services css */
.card-wrapper {
  background: #eff2f7;
  padding: 80px 0 110px;
}

.card-wrapper .logo svg {
  width: 50px;
  height: 50px;
  fill: var(--theme-color);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.card-wrapper .card-title {
  text-align: center;
  color: #000;
  position: relative;
  font-weight: 500;
  font-size: var(--font-size-h4);
}

.card-wrapper .card {
  padding: 25px 0px;
  position: relative;
  border: none !important;
  background: #fff;
  border-radius: 10px;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.card-wrapper .card-text {
  margin: 20px 0px;
  letter-spacing: 0.5px;
  color: #6b6b84;
  text-align: center;
}

.card-wrapper .card-body .btn {
  margin: 0 auto;
  color: #fff;
  border: 0;
  padding: 0 0;
  border-radius: 0;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  position: absolute;
  right: 20px;
  bottom: -15px;
}

.card-wrapper .fa-long-arrow-alt-right {
  line-height: 20px;
}

.card-wrapper .main-card {
  margin: 20px 0px;
}

.card-wrapper .card-body {
  position: relative;
}


.card-wrapper .card-body:before {
  content: '';
  position: absolute;
  right: -15px;
  bottom: -80px;
  width: 110%;
  background: var(--theme-color);
  height: 80px;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

section.card-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: #383838;
}

.card-wrapper .card:hover .card-body::before {
  height: 90px;
  background-color: var(--theme-orange);
}

.card-wrapper .card:hover .card-body-hover-bg {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}

.card-wrapper .card .card-body-hover-bg {
  position: absolute;
  right: 0;
  bottom: -1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  z-index: -1;
}

.card-wrapper .card-body .btn:hover {
  color: #fff;
  background-color: transparent;
}

/* end of services section css */


/* ========= services page css =========== */

.page-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0;
  color: #fff;
}

.page-banner h2 {
  font-size: 2.8rem;
  text-transform: capitalize;
}

.page-banner p {
  color: #fff;
}

.page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.78;
}

.grecaptcha-badge {
  z-index: 5;
}

.not_found_img {
  max-width: 500px;
  display: block;
  margin: auto;
}

.thm-btn {
  display: inline-block;
  border-radius: 3px;
  background-color: var(--theme-color);
  color: #fff;
}

/* Course Nav Section */
.course_nav_col {
  position: sticky;
  top: 64px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.85);
}

.course_nav {
  max-height: 100px;
  overflow: auto;
  border-radius: 5px;
}

.course_nav .nav-link.active {
  background-color: var(--theme-color);
}

.course_nav .nav-link {
  background-color: var(--theme-orange);
  color: var(--footer-bg);
  font-weight: 500;
  font-size: inherit;
  border-radius: 5px;
  white-space: nowrap;
}

.course_nav .nav-link:not(:last-child) {
  margin-right: 15px;
}

.course-tab-box {
  max-height: 300px;
  height: auto;
}

/* ========= end of services page css =========== */


.whatapp-bussiness {
  font-size: 45px;
  color: #fff !important;
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 9;
  width: 70px;
  height: 70px;
  background: #11ad64;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s linear;
}

.call-now {
    height: 75px;
    width: 75px;
    z-index: 9;
    background-color: var(--theme-color);
    border-radius: 50%;
    left: 20px;
    bottom: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 32px;
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 21%);
    transition: all 0.25s linear;
}

@media (min-width: 991px) {
    .whatapp-bussiness:hover, .call-now:hover {
        transform: translate3d(0,-5px,0);
    }
}

.our-youtube-chanel a img {
  max-width: 100px;
  margin-left: 20px;
  background-color: #fff;
  padding: 5px;
  border-radius: 22px;
}

.our-youtube-chanel a {
  max-width: 450px;
  padding: 20px;
  text-align: left;
  background-color: var(--theme-orange);
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 0 6px 0px rgb(0 0 0 / 7%);
  -ms-box-shadow: 0 0 6px 0px rgb(0 0 0 / 7%);
  -webkit-box-shadow: 0 0 6px 0px rgb(0 0 0 / 7%);
}

