@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&amp;family=Montserrat:wght@100;400;500;600;700&amp;family=Nunito:wght@200;300;400;600;700&amp;family=Playfair+Display:wght@400;500;600;700&amp;family=Roboto:wght@100;300;400;500;700&amp;display=swap");

/*=========
Color Code
===========*/
/*(1)- global area*/
/*----------------------------------------------------*/
.s-it {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.625;
  color: #6d6d6d;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.s-it::selection {
  color: #ffffff;
  background-color: #ff5b2e;
}

.s-it::-moz-selection {
  color: #ffffff;
  background-color: #ff5b2e;
}

.container {
  max-width: 1200px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}

.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}

.ul-li-block ul li {
  display: block;
  list-style: none;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/pre.svg") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.s-it a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

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

.s-it img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.p-static {
  position: static !important;
}

.form-control {
  box-shadow: none;
}

.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}

.no-paading {
  padding: 0;
}

.s-it .headline-1 h1,
.s-it .headline-1 h2,
.s-it .headline-1 h3,
.s-it .headline-1 h4,
.s-it .headline-1 h5,
.s-it .headline-1 h6 {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
}

.s-it .headline-2 h1,
.s-it .headline-2 h2,
.s-it .headline-2 h3,
.s-it .headline-2 h4,
.s-it .headline-2 h5,
.s-it .headline-2 h6 {
  margin: 0;
  font-family: "Montserrat";
}

.s-it .headline-3 h1,
.s-it .headline-3 h2,
.s-it .headline-3 h3,
.s-it .headline-3 h4,
.s-it .headline-3 h5,
.s-it .headline-3 h6 {
  margin: 0;
  font-family: "Playfair Display";
}

.portfolio {
  margin-top: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('../img/its/achive-bg.png');
}

.portfolio .it-up-section-title span {
  margin-bottom: 5px;
}

.portfolio .it-up-service-tab-btn {
  padding: 40px 20px 40px 45px;
}

.portfolio .it-up-service-tab-btn .nav-tabs .nav-item {
  padding-bottom: 15px;
}

.portfolio .it-up-service-tab-btn .nav-tabs .nav-link {
  font-size: 16px;
}

.portfolio .it-up-service-tab-btn .nav-tabs .nav-link.active:before {
  height: 30px;
}

.portfolio .it-up-service-tab-btn .nav-tabs .nav-link {
  color: #6e6d7a;
}

.portfolio .it-up-service-tab-wrap .pInner {
  height: 200px;
  background-size: cover;
  margin-bottom: 20px;
  border-radius: 5px;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.portfolio .it-up-service-tab-wrap {
  padding: 30px;
}

.it-up-service-tab-wrap .pInner .core i {
  color: white;
  font-size: 20px;
  display: block;
  margin-right: 5px;
}

.portfolio .it-up-service-tab-wrap .pInner .core {
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  display: none;
  transition: 0.5s;
}

.portfolio .it-up-service-tab-wrap .pInner .core p {
  color: white;
  margin: 0px;
}

.portfolio .it-up-service-tab-wrap .pInner:hover .core {
  display: flex;
}

.smallContainer {
  max-width: 700px;
  margin: auto;
}

.smallContainer .intro .left {
  display: flex;
  align-items: center;
}

.smallContainer .intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.smallContainer .intro .left h5 {
  margin-bottom: 0px;
  color: #0d0c22;
  font-size: 18px;
}

.smallContainer .intro .left p {
  margin-bottom: 0px;
  color: rgb(76 76 100);
}

.smallContainer .intro .left img {
  margin-right: 10px;
}

.smallContainer .intro .right .btn {
  background: #f3f3f4;
  color: #0d0c22;
  padding: 10px 13px;
}

.portfolioImg {
  margin-top: 40px;
}

.portfolioImg img {
  border-radius: 10px;
}

.textContainer {
  margin-top: 20px;
}

.textContainer p {
  font-size: 20px;
}

.textContainer p a {
  background: linear-gradient(90deg, #ee132f 0%, #ee132f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rightMenu {
  position: absolute;
  right: 25px;
  top: 15px;
}

.modal-lg {
  position: relative;
}

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

.rightMenu ul li {
  list-style: none;
  margin-bottom: 20px;
}

.rightMenu ul li img {
  width: 45px;
}

.bottomLogo {
  text-align: center;
  margin-top: 40px;
  position: relative;
}

.bottomLogo::before {
  content: '';
  width: 42%;
  height: 3px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 38px;
}

.bottomLogo::after {
  content: '';
  width: 42%;
  height: 3px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 38px;
}

.bottom h5 {
  margin-top: 20px;
  color: #0d0c22;
  font-size: 22px;
}

.bottom .btn {
  background-image: linear-gradient(90deg, #4b8ee0 0%, #4b8ee0 50%, #4b8ee0);
  background-size: 200%, 1px;
  color: white;
}

.bottom .btn i {
  margin-right: 5px;
}

.similarProjects {
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
}

.similarProjects .pInner {
  height: 200px;
  background-size: cover;
  margin-bottom: 20px;
  border-radius: 5px;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.similarProjects .pInner:hover .core {
  display: flex;
}

.similarProjects .pInner .core {
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  display: none;
  transition: 0.5s;
}

.similarProjects .pInner .core i {
  color: white;
  font-size: 20px;
  display: block;
  margin-right: 5px;
}

.similarProjects .pInner .core p {
  color: white;
  margin: 0px;
}

.mt-100 {
  margin-top: 80px;
}

.similarProjects .mt-100 h5 {
  color: #0d0c22;
  font-size: 18px;
}

.similarProjects .mt-100 .d-flex {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.similarProjects .mt-100 .d-flex a {}

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

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#cursor .it-cursor {
  position: fixed;
  top: inherit;
  left: inherit;
  z-index: 99;
  pointer-events: none;
}

#cursor .cursor_outer {
  width: 30px;
  height: 30px;
  border: 1px solid #5b1d67;
  border-radius: 30px;
  margin-top: -17px;
  margin-left: -16px;
  transition: all 50ms linear 0ms;
}

#cursor .cursor_inner {
  width: 6px;
  height: 6px;
  background-color: #92d3d7;
  border-radius: 6px;
  margin-top: -5px;
  margin-left: -4px;
}

.s-it .scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  /* box-shadow: 0px 18px 18px 0px rgb(22 136 232 / 21%); */
  background-image: linear-gradient(90deg, #4c8fe1 0%, #4c8fe0);
}

.s-it .scrollup i {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 55px;
}

.it-up-section-title span,
.it-up-section-title-2 span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  display: inline-block;
  background: linear-gradient(90deg, #4b8ee0 0%, #4b8ee0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.it-up-section-title h2,
.it-up-section-title-2 h2 {
  color: #00041b;
  font-size: 40px;
  font-weight: 700;
}

.it-up-section-title p,
.it-up-section-title-2 p {
  font-size: 16px;
  font-weight: 300;
}

.it-up-section-title-2 span {
  background: linear-gradient(90deg, #4b8ee0 0%, #4b8ee0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes IT_animation_1 {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-40px);
  }

  50% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(40px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes IT_animation_2 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-40px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes IT_animation_3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes IT_animation_4 {
  0% {
    transform: translate(-300px, 151px) rotate(0);
  }

  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}

@keyframes IT_animation_5 {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(111px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(93px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-70px, 72px) rotate(124deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

.it-up-footer-widget .it-up-footer-logo-widget .footer-logo-btn,
.it-up-form-wrap button,
.it-up-service-tab-text .it-up-ser-btn,
.it-up-ft-btn a,
.it-up-about-btn a {
  height: 55px;
  width: 180px;
  color: #fff;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  transition: all 200ms linear 0ms;
  background-size: 200%, 1px;
  /* box-shadow: 0px 18px 18px 0px rgba(22, 136, 232, 0.21); */
  background-image: linear-gradient(90deg, #4c8fe1 0%, #4c8fe1 50%, #4c8fe1);
}

.it-up-footer-widget .it-up-footer-logo-widget .footer-logo-btn:hover,
.it-up-form-wrap button:hover,
.it-up-service-tab-text .it-up-ser-btn:hover,
.it-up-ft-btn a:hover,
.it-up-about-btn a:hover {
  background-position: 120%;
}

.it-up-ft-btn a i {
  margin-left: 5px;
}

.it-up-ser-btn i {
  margin-left: 5px;
}

.it-up-about-btn a i {
  margin-left: 5px;
}

/*---------------------------------------------------- */
/*(1)- Header area*/
/*----------------------------------------------------*/
.it-header-up-seaction {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
}

.it-header-up-top {
  padding: 5px 0px;
  background-color: #4b8fe1;
}

.it-header-up-top .it-header-top-cta a {
  color: #fff;
  font-size: 14px;
  margin-right: 30px;
}

.it-header-up-top .it-header-top-cta a i {
  color: #fff;
  margin-right: 5px;
}

.it-header-up-top .it-header-top-social a {
  color: #fff;
  font-size: 14px;
  margin-left: 15px;
}

.it-up-header-main {
  padding: 20px 0px;
  border-bottom: 1px solid #e9e9e9;
  background-color: white;
}

.it-up-main-navigation {
  padding-top: 15px;
}

.it-up-main-navigation .dropdown {
  position: static;
}

.it-up-main-navigation .dropdown:hover .dropdown-menu {
  transform: scaleY(1);
  width: 100%;
}

.it-up-main-navigation .dropdown-menu {
  left: 0;
  top: 75px;
  z-index: 100;
  margin: 0px;
  padding: 30px;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0 !important;
  position: absolute;
  transform: scaleY(0);
  background-color: #fff;
  background-clip: inherit;
  border-radius: 10px !important;
  transition: all 0.4s ease-in-out;
  transform-origin: center top 0;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}

.it-up-main-navigation .dropdown-menu li {
  display: block;
  margin: 0 !important;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.it-up-main-navigation .dropdown-menu li:last-child {
  border-bottom: none;
}

.it-up-main-navigation .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  display: block;
  height: 100%;
}

.it-up-main-navigation .dropdown-menu li:hover {
  background-color: #fd5d0a;
}

.it-up-main-navigation .dropdown-menu a {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 15px !important;
  color: gray;
  cursor: pointer;
}

.it-up-main-navigation .dropdown-menu a:hover {
  background-color: transparent;
}



.it-up-main-navigation .dropdown-menu a .btn {
  background: #1ec5fa;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.it-up-main-navigation .dropdown-menu a:after {
  display: none;
}

.it-up-main-navigation .navbar-nav {
  display: inherit;
}

.it-up-main-navigation li {
  margin-left: 40px;
}

.it-up-main-navigation li .dropdown-toggle {
  background: transparent;
  color: #00041b;
  font-weight: 500;
  display: inline;
  font-size: 15px;
}

.it-up-main-navigation li .dropdown-toggle:focus {
  box-shadow: none;
}


.it-up-main-navigation li .dropdown-toggle::after {
  display: none;
}

.it-up-main-menu-wrap {
  position: relative;
}

.it-up-main-navigation li a {
  color: #00041b;
  font-weight: 500;
  display: inline;
  font-size: 15px;
  padding-bottom: 20px;
}

.it-up-main-navigation li a.active {
  background: linear-gradient(90deg, #61daf7 0%, #61daf7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.it-up-header-cta-btn a {
  height: 55px;
  width: 160px;
  color: #fff;
  font-weight: 700;
  line-height: 55px;
  border-radius: 10px;
  display: inline-block;
  background-size: 200%, 1px;
  background-image: linear-gradient(90deg, #4c8ee0 0%, #4890e2 50%, #4c90df);
  text-align: center;
  transition: 0.3s all ease-in-out;
}

.it-up-header-cta-btn a:hover {
  background-position: 120%;
  background-image: linear-gradient(90deg, #61daf7 0%, #61daf7 50%, #61daf7);
}

.it-header-up-sticky {
  top: 0px;
  width: 100%;
  z-index: 10;
  position: fixed;
  background: #fff;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.it-header-up-sticky .it-up-header-main {
  padding: 18px 0px;
}

.it-header-up-sticky .it-header-up-top {
  display: none;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -150%;
  height: 100vh;
  z-index: 101;
  width: 100%;
  position: fixed;
  overflow-y: scroll;
  background-color: #020c16;
  padding: 100px 20px 50px 20px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}

.mobile_menu_content .main-navigation {
  width: 100%;
  margin-right: 0 !important;
}

.mobile_menu_content .main-navigation li {
  margin-left: 0 !important;
}

.mobile_menu_content .main-navigation .navbar-nav {
  width: 100%;
}

.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
  background-color: transparent;
}

.mobile_menu_content .main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  margin-left: 0;
  padding-left: 0;
  margin: 5px 0px;
  transition: 0.3s all ease-in-out;
}

.mobile_menu_content .main-navigation .navbar-nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.mobile_menu_content .m-brand-logo {
  margin-bottom: 30px;
}

.mobile_menu_content .dropdown-btn {
  right: 0;
  top: 0px;
  width: 30px;
  color: #c5c5c5;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background-color: #061c31;
  transition: 0.3s all ease-in-out;
}

.it-up-mobile_menu_wrap.it-up-mobile_menu_on .mobile_menu_content {
  right: 0px;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: -100%;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.8s ease-in 0.8s;
}

.it-up-mobile_menu_overlay_on {
  overflow: hidden;
}

.it-up-mobile_menu_wrap.it-up-mobile_menu_on .mobile_menu_overlay {
  right: 0;
  transition: all 0.8s ease-out 0s;
}

.mobile_menu_button {
  position: absolute;
  display: none;
  right: 0px;
  top: -42px;
  cursor: pointer;
  color: #4b8fe1;
  text-align: center;
  font-size: 25px;
}

.mobile_menu .main-navigation .navbar-nav li a:after {
  display: none;
}

.mobile_menu .main-navigation .dropdown>.dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mobile_menu .main-navigation .dropdown>.dropdown-menu .dropdown-item {
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0px;
}

.mobile_menu .main-navigation .dropdown>.dropdown-menu.step1 {
  opacity: 1;
  visibility: visible;
  padding: 15px;
  background: #ffffff17;
  border-radius: 10px;
  display: block !important;
}

.mobile_menu .main-navigation .dropdown>.dropdown-menu.step1 a {
  color: #ffffffb5;
}


.mobile_menu .main-navigation .dropdown>.dropdown-menu.step2 {
  border-top: 1px solid #fff;
}

.mobile_menu .main-navigation .dropdown>.dropdown-menu.step2 a {
  font-weight: 400;
}


/* .mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
} */

.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  line-height: 1;
  padding: 5px 20px;
}

.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li a {
  color: #c5c5c5;
  font-size: 14px;
}

.mobile_menu .mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  right: 15px;
  font-size: 45px;
  position: absolute;
}

/*---------------------------------------------------- */
/*(2)- Banner area*/
/*----------------------------------------------------*/
.it-up-banner-section .it-up-banner-deco1 {
  left: 0;
  bottom: 0;
}

.it-up-banner-section .it-up-banner-deco2 {
  left: 175px;
  bottom: 210px;
  animation: IT_animation_3 12s infinite linear alternate;
}

.it-up-banner-section .it-up-banner-deco3 {
  left: 15%;
  top: 150px;
  animation: IT_animation_2 12s infinite linear alternate;
}

.it-up-banner-section .it-up-banner-deco4 {
  top: 45%;
  left: 51%;
  z-index: 1;
  animation: IT_animation_1 12s infinite linear alternate;
}

.it-up-banner-text {
  max-width: 580px;
  /* padding: 240px 0px 180px; */
}

.it-up-banner-text .highlight-span {
  border: 1px solid #e0e0e0;
  padding: 10px 20px;
  border-radius: 53px;
  font-size: 15px;
  font-style: normal;
  color: #000;
  font-weight: 600;
  background: #00000017;
}


.it-up-banner-text h1 .sub-span {
  color: #000;
  font-weight: 600;
  /* font-style: italic; */
}

.it-up-banner-text h1 {
  color: #222;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 25px;
  padding-top: 40px;
}

.it-up-banner-text p {
  font-size: 16px;
  padding-bottom: 30px;
}

.it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 25px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #4c8ee0 0%, #4890e2 50%, #4c90df);
}

.it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn a {
  color: #fff;
  width: 100%;
  display: block;
}

.it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn {
  height: 55px;
  width: 150px;
  line-height: 55px;
  border-radius: 10px;
  background-size: 200%, 1px;
  transition: all 200ms linear 0ms;
  /* box-shadow: 0px 18px 18px 0px rgb(22 136 232 / 21%); */
  background-image: linear-gradient(90deg, #4a8fde 0%, #4a8fde 50%, #4a8fde);
}

.it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn a {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn:hover {
  background-position: 120%;
  background-image: linear-gradient(90deg, #63dafa 0%, #63dafa 50%, #63dafa);
}

.it-up-banner-img {
  right: -100px;
  top: 50%;
  transform: translate(0%, -50%);
  position: absolute;
  width: 750px;
  text-align: center;
  background: white;
  border: 23px solid #000;
  border-radius: 20px;
  border-top: 30px solid #000;
}

.it-up-banner-img .top {
  position: absolute;
  top: -23px;
  font-size: 12px;
}

.it-up-banner-img .top i {
  margin-right: 2px;
}

.it-up-banner-img img {
  width: 50%;
}

.it-up-banner-img .it-up-img-deco1 {
  top: 0;
  right: 0px;
  border-radius: 10px;
  box-shadow: 0px 10px 21px 0px rgba(7, 47, 141, 0.09);
}

.it-up-banner-img .it-up-img-deco3 {
  right: -35px;
  bottom: 150px;
  border-radius: 10px;
  box-shadow: 0px 10px 21px 0px rgba(7, 47, 141, 0.09);
}

.it-up-banner-img .it-up-img-deco2 {
  left: -50px;
  bottom: 140px;
  border-radius: 10px;
  box-shadow: 0px 10px 21px 0px rgba(7, 47, 141, 0.09);
}

/*---------------------------------------------------- */
/*(3)- sponsor area*/
/*----------------------------------------------------*/

.it-up-sponsor-img {
  height: 70px;
  display: flex;
  align-items: center;
}

.it-up-sponsor-slider {
  padding: 25px 20px;
  border-radius: 20px;
  /* box-shadow: 0px 9px 21px 0px rgb(0 13 42 / 8%); */
  /* margin-top: -60px; */
  background: white;
}

.it-up-sponsor-img img {
  cursor: pointer;
  filter: grayscale(1);
  transition: 0.4s all ease-in-out;
  width: 100% !important;
}

.it-up-sponsor-img img:hover {
  filter: grayscale(0);
}

.it-up-sponsor-slider .owl-nav,
.it-up-testimonial-slider-wrap .owl-nav,
.it-up-blog-slide .owl-nav {
  display: none;
}

/*---------------------------------------------------- */
/*(4)- about area*/
/*----------------------------------------------------*/
.it-up-about-section {
  padding: 100px 0px;
  padding-top: 0px;
}

.it-up-about-img {
  padding-top: 80px;
}

.it-up-about-img-wrap img {
  border-radius: 15px;
  width: 100%;
}

.it-up-about-circle-progress {
  top: 0;
  left: 0;
  width: 205px;
  height: 215px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 9px 21px 0px rgba(0, 13, 42, 0.08);
}

.it-up-about-circle-progress .circle-progress-icon {
  left: 0;
  right: 0;
  top: 50px;
  position: absolute;
}

.it-up-about-circle-progress .progress_area strong {
  left: 0;
  top: 55px;
  right: 0;
  color: #00041b;
  font-size: 36px;
  font-weight: 600;
  position: absolute;
}

.it-up-about-circle-progress p {
  color: #4B8FE1;
  font-size: 18px;
  font-weight: 700;
}

.it-up-about-text {
  padding-left: 40px;
}

.it-up-about-text .it-up-section-title h2 {
  max-width: 550px;
  padding-bottom: 20px;
  font-size: 35px;
}

.it-up-about-text .it-up-section-title h2 span {
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  margin-bottom: 0;
  font-family: inherit;
  font-size: 33px;
  color: #fff;
  padding: 0px 10px;
  border-radius: 5px;
}

.it-up-about-text .it-up-section-title p {
  max-width: 550px;
}

.it-up-about-feature {
  padding: 20px 0px 20px;
}

.it-up-about-ft-item {
  width: 50%;
  float: left;
}

.it-up-about-ft-item .it-up-about-ft-icon {
  /* width: 60px;
  height: 60px;
  line-height: 70px;
  margin-right: 15px;
  border-radius: 100%;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  box-shadow: 0px 25px 24px 0px rgba(4, 21, 59, 0.1); */
  width: 26px;
  height: 26px;
  margin-right: 15px;
  border-radius: 100%;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  box-shadow: 0px 25px 24px 0px rgba(4, 21, 59, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.it-up-about-ft-item .it-up-about-ft-icon img {
  width: 20px;
  height: 20px;
}

.it-up-about-ft-item .it-up-about-ft-text {
  overflow: hidden;
}

.it-up-about-ft-item .it-up-about-ft-text h3 {
  color: #00041b;
  font-size: 16px;
  font-weight: 600;
}

.it-up-about-ft-item .it-up-about-ft-text p {
  line-height: 1.5;
  font-size: 14px;
  padding-top: 5px;
}

.it-up-about-ft-item:hover .it-up-about-ft-icon {
  transform: rotateY(360deg);
}

.it-up-about-btn span {
  color: #00041b;
  font-size: 18px;
  font-weight: 700;
  font-family: "Nunito";
  margin-right: 20px;
}

/*---------------------------------------------------- */
/*(5)- Featured area*/
/*----------------------------------------------------*/
.it-up-featured-section {
  padding: 80px 0px 80px;
  background-color: #f7fafb;
}

.it-up-featured-section .it-up-ft-bg {
  top: 0;
  left: -50px;
}

.it-up-featured-section .it-up-section-title-2 {
  margin: 0 auto;
  max-width: 500px;
}

.it-up-featured-section .it-up-ft-shape {
  top: 60%;
  left: 10%;
  animation: IT_animation_1 12s infinite linear alternate;
}

.it-up-featured-section .it-up-ft-shape2 {
  bottom: 50px;
  right: 20%;
  animation: IT_animation_1 12s infinite linear alternate;
}

.it-up-featured-content {
  padding-top: 100px;
}

.it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  color: #f0202a;
}

.it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-icon:before,
.it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%);
}

.it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-innerbox {
  transform: translateY(-40px);
}

.it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-text .it-up-ft-more {
  color: #70df11;
}

.it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  color: #105adb;
}

.it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-icon:before,
.it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #1cb6f6 0%, #105bdb 100%);
}

.it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  color: #6a63e6;
}

.it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-icon:before,
.it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #874cc2 0%, #874cc2 100%);
}

.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox {
  transform: translateY(-40px);
}

.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  color: #fd60a9;
}

.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-icon:before,
.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%);
}

.it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  color: #1bc29f;
}

.it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-icon:before,
.it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #8ff9ab 0%, #1bc29f 100%);
}

.it-up-featured-innerbox {
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
  padding: 35px 35px 50px 35px;
  box-shadow: 0px 0px 38px 0px rgba(1, 44, 118, 0.08);
}

.it-up-featured-innerbox .it-up-featured-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  line-height: 90px;
  margin-bottom: 35px;
  position: relative;
  border-radius: 100%;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  box-shadow: 0px 15px 24px 0px rgba(4, 21, 59, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.it-up-featured-innerbox .it-up-featured-icon:before,
.it-up-featured-innerbox .it-up-featured-icon:after {
  top: 4px;
  width: 7px;
  right: 20px;
  height: 7px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #30c677 0%, #70df11 100%);
}

.it-up-featured-innerbox .it-up-featured-icon:after {
  top: auto;
  bottom: 0;
  right: 40px;
}

.it-up-featured-innerbox .it-up-featured-text h3 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 12px;
}

.it-up-featured-innerbox .it-up-featured-text p {
  line-height: 1.625;
  padding-bottom: 20px;
  font-weight: 300;
}

.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  font-size: 15px;
  font-weight: 700;
}

.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more i {
  transition: 0.4s all ease-in-out;
}

.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more:hover i {
  margin-left: 10px;
}

.it-up-featured-innerbox:hover .it-up-featured-icon:before,
.it-up-featured-innerbox:hover .it-up-featured-icon:after {
  transform: scale(1);
}

.it-up-featured-innerbox:hover .it-up-featured-icon {
  transform: rotateY(360deg);
}

.it-up-ft-btn {
  margin-top: 30px;
}

.loadMore {
  background-image: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 50%, #1ec5fa);
  background-size: 200%, 1px;
  color: white;
  margin-top: 40px;
  font-weight: 600;
  padding: 15px 40px;
}

/*---------------------------------------------------- */
/*(6)- Service area*/
/*----------------------------------------------------*/
.it-up-service-shape {
  z-index: 0;
}

.it-up-service-shape.deco1 {
  top: 30%;
  left: 10%;
  animation: IT_animation_4 20s infinite linear alternate;
}

.it-up-service-shape.deco2 {
  left: 25%;
  top: 185px;
  animation: IT_animation_5 12s infinite linear alternate;
}

.it-up-service-shape.deco3 {
  top: 135px;
  right: 10%;
  animation: IT_animation_4 12s infinite linear alternate;
}

.it-up-service-shape.deco4 {
  top: 50%;
  right: 12%;
  animation: IT_animation_5 18s infinite linear alternate;
}

.it-up-service-shape.deco5 {
  bottom: 20%;
  right: 8%;
  animation: IT_animation_4 15s infinite linear alternate;
}

.it-up-service-section {
  z-index: 1;
  padding: 100px 0px;
}

.it-up-service-section .it-up-section-title {
  margin: 0 auto;
  max-width: 625px;
}

.it-up-service-content {
  padding-top: 30px;
}

.it-up-service-tab-btn {
  background-color: #fff;
  padding: 55px 20px 40px 55px;
  box-shadow: 0px 0px 32px 0px rgba(80, 80, 80, 0.1);
}

.it-up-service-tab-btn .nav-tabs:before {
  top: -3px;
  left: -30px;
  width: 6px;
  height: 80%;
  content: "";
  position: absolute;
  /* background-color: #f8fcfc; */
  background-color: #fff;
}

.it-up-service-tab-btn .nav-tabs .nav-item.show .nav-link,
.it-up-service-tab-btn .nav-tabs .nav-link.active,
.it-up-service-tab-btn .nav-tabs .nav-link,
.it-up-service-tab-btn .nav-tabs {
  padding: 0;
  border: none;
  position: relative;
}

.it-up-service-tab-btn .nav-tabs .nav-item {
  margin-bottom: inherit;
  padding-bottom: 40px;
  padding-bottom: 30px;
}

.it-up-service-tab-btn .nav {
  display: inherit;
}

.it-up-service-tab-btn .nav-tabs .nav-link {
  color: #959595;
  font-size: 18px;
  font-weight: 700;
  font-family: "Nunito";
}

.it-up-service-tab-btn .nav-tabs .nav-link:before {
  left: 0;
  bottom: 0;
  top: 1px;
  width: 6px;
  content: "";
  height: 0px;
  left: -30px;
  border-radius: 10px;
  position: absolute;
  /* background: linear-gradient(90deg, #ff780b 0%, #ee132f 100%); */
  background: linear-gradient(#92ebff, #007bff);
  transition: 0.4s all ease-in-out;
}

.it-up-service-tab-btn .nav-tabs .nav-link.active {
  color: #00041b;
}

.it-up-service-tab-btn .nav-tabs .nav-link.active:before {
  height: 40px;
  height: 30px;
  background-color: #fff;
}

.it-up-service-tab-wrap {
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #f8f8f8;
  max-height: 500px;
  display: flex;
  align-items: center;
  height: 500px;
}

.it-up-service-tab-wrap .it-up-service-img {
  width: 50%;
}


.it-up-service-tab-text {
  max-width: 340px;
  padding-top: 20px;
}

.it-up-service-tab-text .it-up-tab-icon {
  right: 0;
  bottom: 0;
}

.it-up-service-tab-text h3 {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 22px;
  max-width: 90%;
  line-height: 32px;
}

.it-up-service-tab-text li {
  font-size: 16px;
  position: relative;
  margin-bottom: 8px;
}

.it-up-service-tab-text li i {
  top: 0;
  left: 0;
  color: #3cc605;
  font-weight: 900;
  margin-right: 10px;
}

.it-up-service-tab-text .it-up-ser-btn {
  margin-top: 20px;
}

.it-up-service-img img {
  border-radius: 10px;
}


/* appointment css start */


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

a {
  text-decoration: none;
}

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

li {
  list-style: none;
}

.profile {
  max-width: 1100px;
  margin: auto;
  padding: 25px;
  margin-top: 150px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.setTime {
  margin-top: 200px;
}

.profile .user {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.profile .user img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.profile .user h5 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 25px;
}

.profile .options {
  padding-top: 25px;
  margin-top: 25px;
}

.profile .options .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.profile .options .heading h5 {
  color: black;
  display: flex;
  align-items: center;
  margin: 0;
}

.profile .options .heading h5 i {
  font-size: 25px;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: none;
  border-right: none;
}

.profile .options .heading .bi-caret-right-fill {
  color: black;
  font-size: 18px;
}

.violet {
  color: violet;
}

.blue {
  color: #03a9f4;
}

.green {
  color: #8bc34a;
}

.yellow {
  color: #ff9800;
}

.pink {
  color: #f74682;
}

.profile .options p {
  color: #515151;
  margin-bottom: 0px;
  font-size: 14px;
}

.profile .options .row {
  justify-content: center;
}

.profile .options .box {
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 4px 2px 8px 0 rgb(0 0 0 / 5%);
}

.profile .options .box:hover {
  background-color: #2196F3;
  color: white !important;
}

.profile .options .box:hover h5 {
  color: white;
}

.profile .options .box:hover h5 i {
  color: white;
}

.profile .options .box:hover p {
  color: white;
}

.profile .options .box:hover i {
  color: white;
}

.border-bottom {
  border-bottom: 1px solid #ececec;
}

.border-right {
  border-right: 1px solid #ececec;
}

.border-left {
  border-left: 1px solid #ececec;
}

.border-top {
  border-top: 1px solid #ececec;
}

/* .profile .options .row .col-md-4:hover{
  background-color: #f2f0f0;
} */

.setTime .wrapper {
  margin: auto;
  box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 8%);
  margin-top: 50px;
  border-radius: 10px;
  margin-bottom: 50px;
  max-width: 800px;
  display: flex;
}

.setTime .wrapper.active {
  max-width: 1050px !important;
}

.setTime .wrapper .left {
  width: 400px;
  border-right: 1px solid #ececec;
}

.setTime .wrapper .left .head {
  text-align: center;
  border-bottom: 1px solid #ececec;
  padding: 25px 0px;
  position: relative;
  padding-bottom: 60px;
}

.setTime .wrapper .left .head img {
  width: 150px;
}

.setTime .wrapper .left .head i {
  font-size: 25px;
  position: absolute;
  left: 20px;
  top: 20px;
  border: 1px solid #ececec;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2196f3;
}

.setTime .wrapper .left .description {
  padding: 25px;
}

.left .description img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.left .description h5 {
  font-size: 25px;
  color: #2f2f2f;
  margin-bottom: 15px;
  font-weight: 700;
}

.left .description h6 {
  font-size: 16px;
  margin-bottom: 20px;
  display: flex;
}

.left .description h6 i {
  font-size: 20px;
  margin-right: 5px;
}

.left .description p {
  color: #515151;
  font-size: 16px;
}

.left .description b {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.setTime .wrapper.active .right {
  width: 650px !important;
}

.setTime .wrapper .right {
  width: 400px;
  padding: 25px;
}

.setTime .wrapper .right h5 {
  color: #2f2f2f;
  font-size: 20px;
  margin-bottom: 30px;
}

.setTime .wrapper .right .calender {
  display: flex;
}

.setTime .wrapper .right .calender .calendarContainer {
  width: 400px;
}

.setTime .wrapper.active .right .calender .pickTime {
  display: block !important;
}

.setTime .wrapper .right .calender .pickTime {
  width: 200px;
  padding: 20px;
  height: 435px;
  overflow-y: scroll;
  display: none;
}

.setTime .wrapper .right .calender .pickTime .date {
  font-weight: 600;
  font-size: 16px;
}

.setTime .wrapper .right .calender .pickTime ul .btn {
  border: 1px solid #2196f3;
  color: #2196f3;
  font-weight: 600;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.setTime .wrapper .right .calender .pickTime ul .btn:hover {
  background-color: #2196f3;
  color: white;
}

.right .calender .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}

.right .calender .head p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.right .calender .head a {
  margin-left: 15px;
}

.right .calender .head a i {
  color: black;
  font-size: 16px;
}

.right .calender .head a i.active {
  color: #2196f3;
}

.right .calender .table .heading td {
  font-weight: 600;
  font-size: 12px;
  color: #2f2f2f;
  margin-bottom: 0px;
  padding: 0px;
  text-align: center;
}

.right .calender .table td {
  border: none;
  padding: 0px;
}

.right .calender .table td div {
  margin: auto;
  font-weight: 600;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.right .calender .table td.active div {
  color: #2196f3;
  margin: auto;
  background-color: #e4f3ff;
  font-weight: 600;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right .calender .table td.active div:hover {
  background-color: #2196f3;
  color: white;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

.right .form label {
  color: #2f2f2f;
  font-weight: 600;
}

.right .form .form-control {
  padding: 10px;
}

.right .form .addGuest {
  border: 1px solid #2196f3;
  color: #2196f3;
  padding: 7px 20px;
  border-radius: 50px;
}

.right .form .radios {
  margin-top: 20px;
  margin-bottom: 40px;
}

.right .form .radios .form-check {
  margin-bottom: 10px;
}

.right .form .radios .form-check label {
  font-weight: 400;
  font-size: 16px;
}

.right .form .radios .form-check label img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-left: 10px;
}

.right .form .radios .form-check input {
  width: 18px;
  height: 18px;
}

.right .form .scheduleBtn {
  background-color: #03a9f4;
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 50px;
  margin-top: 30px;
}

.setTime .btn {
  background-color: transparent;
}

.it-up-service-tab-content {
  background: #f8f8f8;
  border-radius: 10px;
  height: 475px;
}

.ourServices {
  margin-top: 200px;
  padding-bottom: 100px;
}

.ourServices h1 {
  color: #000;
  font-size: 50px;
  margin-bottom: 25px;
}

.ourServices .card {
  margin-bottom: 30px;
  border: 1px solid #ddd !important;
  border-radius: 15px !important;
}

.ourServices .card .card-header {
  border-bottom: none;
  padding: 25px;
}

.ourServices .card .btn {
  position: relative;
  color: #00244f;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  padding: 0px;
}

.ourServices .card .btn::after {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(https://contrivance.net/img/chevron-down.svg);
  position: absolute;
  right: 0px;
  top: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s;
}

.ourServices .card .btn.collapsed::after {
  transform: rotate(180deg);
}

.ourServices .card .card-body {
  padding: 25px;
}

.ourServices .card .card-body .viewPortfolioBtn {
  display: block;
  font-weight: 700;
  text-align: center;
  color: #00244f;
}

.ourServices .card .card-body .viewPortfolioBtn i {
  margin-left: 5px;
}

.borderRight {
  border-right: 1px solid #ddd;
}

.borderBottom {
  border-bottom: 1px solid #ddd;
}

.ourServices .singleService {
  display: flex;
  align-items: flex-start;
}

.ourServices .singleService img {
  height: 70px;
  margin-right: 20px;
  width: 70px;
}

.ourServices .card h6 {
  color: #4b8fe1;
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
}

.ourServices .card p {
  margin-bottom: 0px;
  font-size: 15px;
  color: gray;
  font-weight: 400;
}

.singleService p {
  margin-bottom: 0px;
  max-width: 85%;
}

.services .singleService img {
  width: 70px;
  margin-right: 20px;
}

.singleMenu {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  cursor: pointer;
  align-items: center;
}

.singleMenu img {
  margin-right: 15px;
  width: 40px;
}

.singleMenu p {
  font-size: 14px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #868686;
  font-weight: 400;
}

.singleMenu h5 {
  font-size: 16px;
  color: #00041b;
  font-weight: 600;
  margin-bottom: 5px;
}

.portfolioMenu .col-md-7 .dropdown-menu {
  transform: translate(0px) !important;
}


.portfolioMenu .dropdown-menu {
  width: 650px !important;
  left: 31%;
  padding: 0px;
  height: 400px;
}

.portfolioMenu .dropdown-menu .dropdown-toggle {
  width: 100% !important;
  height: unset !important;
}

.portfolioMenu .dropdown-menu .dropdown-toggle a {
  padding-bottom: 0px;
}

.portfolioMenu .btn {
  width: 100%;
  text-align: left;
  position: relative;
}

.portfolioMenu .col-md-7 {
  padding: 30px;
  padding-right: 0px;
}

.portfolioMenu .col-md-7 .dropdown-menu {
  opacity: 0;
  width: 41% !important;
  left: 100% !important;
  top: 0px;
  background-color: #F8F8F8;
  box-shadow: none !important;
  padding: 30px 15px;
  display: none;
}

.portfolioMenu .col-md-7 ul li:hover {
  background-color: transparent;
}

.portfolioMenu .col-md-7 ul li:hover i {
  opacity: 1;
}

.portfolioMenu .col-md-7 ul li i {
  position: absolute;
  right: 30px;
  top: 0px;
  opacity: 0;
  color: #4B8FE1;
}

.portfolioMenu .col-md-7 .dropdown {
  padding: 10px 0px;
}

.portfolioMenu .col-md-5 {
  padding: 30px;
  height: 400px;
  background-color: #F8F9FA;
}

.singleMenuDrop {
  display: flex;
  align-items: flex-start;
}

.singleMenuDrop img {
  width: 35px;
  margin-right: 15px;
}

.singleMenuDrop h5 {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 700;
  color: #00041b;
}

.singleMenuDrop p {
  font-weight: 300;
  color: gray;
  margin-bottom: 0;
  font-size: 14px;
  height: 25px;
}

.gallery-item img {
  height: 350px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.portfolioDetails img {
  padding-right: 25px;
}

.portfolioDetails .profile img {
  padding-right: 0px;
}

.download-active .download-item img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.newBanner {
  background-image: url(/img/a-blur.png), url(/img/a.png);
  background-size: 2560px, cover;
  background-position: center 100%;
  background-repeat: no-repeat, repeat no-repeat;
}

.newBanner h1 {
  font-size: 45px;
  margin-bottom: 20px;
}

.newBanner p {
  color: black;
  margin-bottom: 25px;
  font-size: 16px;
  opacity: 0.7;
}

.featurePoints {
  padding: 80px 0px;
}

.featurePoints2 img {
  height: 250px;
  width: 100%;
  object-fit: contain;
}

.featureOverview .nav-tabs {
  border-color: #e5e5e5;
}

.featureOverview .nav-tabs li {
  width: 25%;
}

.featureOverview .nav-tabs .nav-link {
  color: #5a5a5a;
  font-weight: 500;
  font-size: 18px;
  background: transparent;
}

.featureOverview .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #007bff !important;
  color: black;
  font-weight: 500;
  color: #007bff;
}


.featureOverview {
  padding-bottom: 80px;
}


#it-up-banner {
  margin-top: 132px;
  padding: 100px 0px;
  background-size: 2560px, cover;
  background-position: center 100%;
  background-repeat: no-repeat, repeat no-repeat;
  background-image: url(/img/a-blur.png), url(/img/a.png);
}


.newBanner2 {
  /* background-image: url(https://contrivance.net/databank/public/assets/img/stripe-light.svg); */
  background-size: 100%;
  background-position: bottom;
  position: relative;
  padding: 100px 0px;
}

.newBanner2::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  background: url(/img/a-blur.png), url(/img/a.png);
  border-radius: inherit;
  inset: 0px;
}


.newBanner2 img {
  position: absolute;
  width: 60%;
  right: -10%;
  bottom: 0px;
  border-top-left-radius: 30px;
}



.bannre-inner-bg-img-wrapper-8 {
  background-image: url(/img/a-blur.png), url(/img/a.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.inner-banner-8 .right-area .thumbnail-right-img {
  margin-right: -290px;
  margin-top: -190px;
}

.inner-banner-8 .position-img {
  position: absolute;
  right: 10%;
  top: 30%;
}

.bannre-inner-bg-img-wrapper-8 .title {
  font-size: 55px;
  margin-bottom: 25px;
}

.bannre-inner-bg-img-wrapper-8 p {
  font-size: 18px;
  color: black;
  margin-bottom: 30px;
}


.tpseo {
  padding: 50px 38px 0 37px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  min-height: 485px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.tpseo-bg {
  position: absolute;
  background: linear-gradient(336.37deg, rgba(192, 223, 214, 0.8) -2.49%, rgba(233, 234, 201, 0.8) 92.36%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tpseo-content {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tpseo-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: black;
}

.tpseo-info {
  /* opacity: 0;
  visibility: hidden; */
  transform: translateY(10px);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.tpseo-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #55585b;
}

.tpseo-thumb {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tpseo-thumb img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tpseo:hover .tpseo-bg {
  transform: scale(1.08, 1.08);
}

.tpseo:hover .tpseo-info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tpseo:hover .tpseo-thumb {
  transform: translateY(30px);
}

.tpseo:hover .tpseo-thumb img {
  transform: scale(0.9);
}

.tpseo-bg2 {
  background: linear-gradient(156.78deg, #FEDCCA -2.14%, #FAF3E5 110.36%);
}

.tpseo-bg3 {
  background: linear-gradient(153.59deg, rgba(158, 251, 211, 0.6) 1.62%, rgba(69, 212, 251, 0.6) 97.94%);
}



.blogPage {
  padding-top: 70px;
  padding-bottom: 80px;
}

.blogPage h1 {
  font-size: 50px;
}

.blogs a {
  color: black;
}

.blogs .singleBlog {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  /* flex-direction: column-reverse; */
}

.blogs .blogDiv .singleBlog ul.tags {
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.blogs .blogDiv .singleBlog ul.tags li {
  background: #ededed;
  padding: 2px 6px;
  border-radius: 4px;
}


.blogs .singleBlog img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.blogs .blogDiv .catagories {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-bottom: 60px;
}

.blogs .blogDiv .catagories li a {
  padding: 15px 0px;
}

.blogs .blogDiv .catagories li a.active {
  color: #197B82;
  border-bottom: 1px solid #197B82;
  font-weight: bold;
}

.blogs .blogDiv .singleBlog p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 200;
}

.blogs .blogDiv .singleBlog h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blogs .blogDiv .singleBlog ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blogs .blogDiv .singleBlog ul li {
  color: gray;
  font-size: 14px;
}

.read-btn {
  margin-top: 1rem;
  display: inline-block;
  background-color: #4c8fe1;
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
}


.postbox__thumb img {
  border-radius: 20px;
  margin-bottom: 40px;
}

.w-img img {
  width: 100%;
}

.category {
  background-color: #4c8fe136;
  border: 1px solid #4c8fe1;
  color: #4c8fe1;
  padding: 4px 20px;
  border-radius: 20px;
}

.category-div ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.category-div ul li {
  color: gray;
  font-size: 14px;
}

.postbox__details-title2 {
  font-size: 45px !important;
  font-weight: 600;
  margin-bottom: 30px;
}

.postbox__details-title {
  font-weight: 600;
  font-size: 30px !important;
  line-height: 1.2;
  color: #080829;
  padding-bottom: 10px;
}

.postbox__details-title-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5F6168;
}

.postbox__details-checkmark {
  padding-bottom: 40px;
}

.postbox__details-checkmark ul li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  color: #202124;
}

.postbox__details-checkmark ul li span {
  font-weight: 300;
  color: #5F6168;
}

.postbox__details-checkmark ul li i {
  height: 20px;
  width: 20px;
  background: linear-gradient(270.16deg, #FFA301 -13.08%, #FFDF92 91.69%);
  color: black;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  transform: translateX(2px);
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: 700;
}

.sidebar__widget {
  border: 1px solid #E5E5E5;
  border-radius: 14px;
  padding: 30px;
}

.blogPage {
  margin-top: 130px;
}

@media only screen and (max-width: 480px) {
  .blogs .singleBlog {
    flex-direction: column-reverse !important;
  }
  .blogs .singleBlog img{
    width: 100% !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 600px) {
  .qrCodeSection .btn {
    margin-bottom: 30px;
  }

  .blogs .singleBlog {
    flex-direction: column-reverse;
  }

  .blogs .singleBlog img {
    width: 100%;
  }
}






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

  .featureOverview {
    padding-bottom: 0px;
  }

  .title h1 {
    font-size: 30px;
  }

  .featureOverview .nav-tabs li {
    width: 100%;
  }

  .newBanner {
    padding-bottom: 40px;
  }

  .newBanner h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .border-right {
    border: none;
  }

  .it-up-service-tab-wrap {
    display: block;
  }

  .it-up-service-tab-content {
    height: unset !important;
  }

  .Left_tab_fix {
    max-height: unset !important;
  }

  .setTime .wrapper {
    margin: auto;
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 8%);
    margin-top: 50px;
    border-radius: 10px;
    margin-bottom: 50px;
    max-width: 100%;
    display: block;
  }

  .mobile_menu_content .main-navigation .navbar-nav li a {
    padding: 10px 0px;
  }

  /* .mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu {
    display: block;
  } */

  .setTime .wrapper .left {
    width: 100%;
    border-right: none;
  }

  .setTime .wrapper .right {
    width: 100%;
    padding: 25px;
  }

  .setTime .wrapper .right .calender {
    display: block;
  }

  .setTime .wrapper .right .calender .calendarContainer {
    width: 100%;
  }

  .setTime .wrapper.active .right {
    width: 100% !important;
  }

  .setTime .wrapper .right .calender .pickTime {
    width: 100% !important;
  }
}





/*---------------------------------------------------- */
/*(7)- achievement area*/
/*----------------------------------------------------*/
@keyframes rotate-anim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.it-up-achivement-section {
  padding: 80px 0px;
}

.it-up-achivement-section .it-up-achive-shape1 {
  top: 0;
  left: -50px;
}

.it-up-achivement-section .it-up-achive-shape2 {
  bottom: 0;
  right: -50px;
}

.it-up-achivement-content {
  padding-top: 50px;
}

.col-lg-3:nth-child(2) .it-up-achivement-innerbox .inner-border:before,
.col-lg-3:nth-child(2) .it-up-achivement-innerbox .inner-border:after {
  background: linear-gradient(90deg, #377bff 0%, #377bff 100%);
}

.col-lg-3:nth-child(3) .it-up-achivement-innerbox .inner-border:before,
.col-lg-3:nth-child(3) .it-up-achivement-innerbox .inner-border:after {
  background: linear-gradient(90deg, #fd6700 0%, #fd6700 100%);
}

.col-lg-3:nth-child(4) .it-up-achivement-innerbox .inner-border:before,
.col-lg-3:nth-child(4) .it-up-achivement-innerbox .inner-border:after {
  background: linear-gradient(90deg, #2bcd6d 0%, #2bcd6d 100%);
}

.it-up-achivement-innerbox {
  width: 190px;
  height: 190px;
  margin: 0 auto;
  padding-top: 22px;
  border-radius: 100%;
}

.it-up-achivement-innerbox .inner-border {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #f4f4f4;
  animation-duration: 1500ms;
  animation: rotate-anim 3s infinite linear;
  animation-play-state: paused;
}

.it-up-achivement-innerbox .inner-border:before,
.it-up-achivement-innerbox .inner-border:after {
  top: -6px;
  left: 0;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(90deg, #ff3778 0%, #ff3778 100%);
}

.it-up-achivement-innerbox .inner-border:after {
  top: auto;
  bottom: -6px;
}

.it-up-achivement-innerbox .it-up-achivement-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.it-up-achivement-innerbox .it-up-achivement-text h3 {
  color: #00041b;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}

.it-up-achivement-innerbox .it-up-achivement-text strong {
  color: #00041b;
  font-size: 40px;
  line-height: 1;
  font-family: "Nunito";
}

.it-up-achivement-innerbox .it-up-achivement-text p {
  color: #686868;
}

.it-up-achivement-innerbox:hover .it-up-achivement-icon {
  animation: icon-bounce 0.8s ease-out infinite;
}

.it-up-achivement-innerbox:hover .inner-border {
  animation-play-state: running;
}

/*---------------------------------------------------- */
/*(8)- Testimonial area*/
/*----------------------------------------------------*/
.it-up-testimonial-section {
  padding: 100px 0px;
  background-color: #f7fafb;
}

.it-up-testimonial-section .it-up-section-title-2 {
  margin: 0 auto;
  max-width: 630px;
}

.it-up-testimonial-content {
  margin-top: 45px;
}

.it-up-testimonial-content .it-up-testi-shape1 {
  top: -40px;
  left: -40px;
  animation: IT_animation_1 12s infinite linear alternate;
}

.it-up-testimonial-content .it-up-testi-shape2 {
  top: -110px;
  right: -110px;
}

.it-up-testimonial-content .it-up-testi-shape3 {
  left: -100px;
  bottom: -60px;
}

.it-up-testimonial-content .it-up-testi-shape4 {
  right: -60px;
  bottom: 0;
  animation: IT_animation_2 12s infinite linear alternate;
}

.it-up-testimonial-innerbox {
  border-radius: 10px;
  padding: 45px 25px;
  background-color: #fff;
  border: 2px solid #f3f3f3;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 24px 0px rgba(1, 44, 118, 0.05);
}

.it-up-testimonial-innerbox .it-up-testimonial-img-wrap {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.it-up-testimonial-innerbox .it-up-testimonial-img {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}

.it-up-testimonial-innerbox .quote-sign {
  bottom: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  right: -10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  position: absolute;
  border-radius: 100%;
  font-family: "Nunito";
  display: inline-block;
  box-shadow: 0px 14px 17px 0px rgba(253, 97, 170, 0.29);
  background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%);
}

.it-up-testimonial-innerbox .it-up-testi-author {
  margin-top: 30px;
  padding-top: 28px;
}

.it-up-testimonial-innerbox .it-up-testi-author:before {
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 4px;
  width: 44px;
  margin: 0 auto;
  position: absolute;
  background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%);
}

.it-up-testimonial-innerbox .it-up-testi-author h4 {
  color: #00041b;
  font-size: 18px;
  font-weight: 700;
}

.it-up-testimonial-innerbox .it-up-testi-author span {
  color: #656565;
  font-size: 15px;
}

.it-up-testimonial-innerbox:hover {
  box-shadow: 0px 46px 35px 0px rgba(1, 44, 118, 0.1);
}

.it-up-testimonial-pink .quote-sign {
  box-shadow: 0px 18px 18px 0px rgba(22, 136, 232, 0.21);
  background-image: linear-gradient(90deg, #4c8fe1 0%, #4b8ee0 100%);
}

.it-up-testimonial-pink .it-up-testi-author:before {
  background-image: linear-gradient(90deg, #4c8fe1 0%, #4b8ee0 100%);
}

.it-up-testimonial-green .quote-sign {
  box-shadow: 0px 18px 18px 0px rgba(22, 136, 232, 0.21);
  background-image: linear-gradient(90deg, #4c8fe1 0%, #4b8ee0 100%);
}

.it-up-testimonial-green .it-up-testi-author:before {
  background-image: linear-gradient(90deg, #4c8fe1 0%, #4b8ee0 100%);
}

.it-up-testimonial-blue .quote-sign {
  box-shadow: 0px 18px 18px 0px rgba(22, 136, 232, 0.21);
  background-image: linear-gradient(90deg, #4c8fe1 0%, #4b8ee0 100%);
}

.it-up-testimonial-blue .it-up-testi-author:before {
  background-image: linear-gradient(90deg, #4c8fe1 0%, #4b8ee0 100%);
}

.it-up-testimonial-slider-wrap .owl-stage-outer,
.it-up-blog-slide .owl-stage-outer {
  overflow: visible;
}

.it-up-testimonial-slider-wrap .owl-item,
.it-up-blog-slide .owl-item {
  opacity: 0;
  transition: opacity 700ms;
}

.it-up-testimonial-slider-wrap .owl-item.active,
.it-up-blog-slide .owl-item.active {
  opacity: 1;
}

.it-up-testimonial-slider-wrap .owl-dots,
.it-up-blog-slide .owl-dots {
  margin-top: 35px;
  text-align: center;
}

.it-up-testimonial-slider-wrap .owl-dots .owl-dot,
.it-up-blog-slide .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0px 6px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #aaaaaa 0%, #d2d2d2 100%);
}

.it-up-testimonial-slider-wrap .owl-dots .owl-dot:before,
.it-up-blog-slide .owl-dots .owl-dot:before {
  top: -5px;
  left: -5px;
  content: "";
  width: 20px;
  opacity: 0;
  height: 20px;
  position: absolute;
  border-radius: 100%;
  border: 3px solid #d4d4d4;
}

.it-up-testimonial-slider-wrap .owl-dots .owl-dot.active:before,
.it-up-blog-slide .owl-dots .owl-dot.active:before {
  opacity: 1;
}

/*---------------------------------------------------- */
/*(9)- contact area*/
/*----------------------------------------------------*/
.it-up-contact-section {
  z-index: 1;
  padding: 50px 0px;
}

.it-up-contact-section .it-up-section-title-2 {
  margin: 0 auto;
  max-width: 825px;
}

.it-up-contact-content {
  margin-top: 45px;
  margin-top: 45px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding-left: 30px;
}

.it-up-contact-img .contact-shape {
  top: 75px;
  left: -85px;
  position: absolute;
}

.it-up-contact-img .it-up-contact-text {
  left: 0;
  right: 0;
  bottom: 70px;
  margin: 0 auto;
  max-width: 340px;
  position: absolute;
}

.it-up-contact-img .it-up-contact-text h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-top: 30px;
}

.it-up-form-wrap {
  padding: 35px 30px 40px 30px;
}

.it-up-form-wrap button {
  border: none;
  height: 50px;
  width: 210px;
  line-height: 0;
  background-size: 200%, 1px;
  transition: all 200ms linear 0ms;
  /* box-shadow: 0px 18px 18px 0px rgb(22 136 232 / 21%); */
  background-image: linear-gradient(90deg, #4c8fe1 0%, #4b8ee0 100%);
}

.it-up-form-wrap button:hover {
  background-position: 120%;
}

.it-up-form-input,
.it-up-form-select {
  margin-bottom: 15px;
}

.it-up-form-input label,
.it-up-form-select label {
  width: 100%;
  color: #484848;
  margin-bottom: 0;
  font-weight: 700;
  padding-bottm: 5px;
  font-size: 15px;
}

.it-up-form-input input,
.it-up-form-input select,
.it-up-form-input textarea,
.it-up-form-select input,
.it-up-form-select select,
.it-up-form-select textarea {
  width: 100%;
  height: 44px;
  padding-left: 15px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-appearance: none;
  border-radius: 6px;
}

.it-up-form-input input::placeholder,
.it-up-form-input select::placeholder {
  color: #6d6d6d;
  font-size: 15px;
}

.it-up-form-input textarea,
.it-up-form-select textarea {
  height: 100px;
  padding-top: 15px;
}


/*---------------------------------------------------- */
/*(10)- Blog area*/
/*----------------------------------------------------*/
.it-up-blog-section {
  padding: 100px 0px 100px;
}

.it-up-blog-section .it-up-blog-shape-bg1 {
  top: 0;
  left: 0;
}

.it-up-blog-section .it-up-blog-shape-bg2 {
  bottom: 0;
  right: 0;
}

.it-up-blog-section .it-up-section-title {
  margin: 0 auto;
  max-width: 635px;
}

.it-up-blog-content {
  padding-top: 50px;
}

.it-up-blog-innerbox {
  overflow: hidden;
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
  box-shadow: 0px 0px 24px 0px rgba(3, 5, 77, 0.08);
}

.it-up-blog-innerbox .it-up-blog-img {
  overflow: hidden;
}

.it-up-blog-innerbox .it-up-blog-text {
  padding: 45px 20px 30px 30px;
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-meta {
  top: -55px;
  left: 35px;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 1;
  font-weight: 700;
  font-size: 30px;
  padding-top: 15px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0px 8px 18px 0px rgba(241, 37, 41, 0.21);
  background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%);
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-meta span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.it-up-blog-innerbox .it-up-blog-text h3 {
  color: #00041b;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  line-height: 1.333;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #eaeaea;
}

.it-up-blog-innerbox .it-up-blog-text a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.it-up-blog-innerbox .it-up-blog-text h3:after {
  left: 0;
  height: 3px;
  width: 38px;
  content: "";
  bottom: -2px;
  position: absolute;
  background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%);
}

.it-up-blog-ath-text i {
  font-size: 16px;
  margin-right: 8px;
}

.it-up-blog-innerbox .it-up-blog-text p {
  color: #353535;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom {
  margin-top: 20px;
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author {
  width: 85%;
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author .it-up-blog-ath-img {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author .it-up-blog-ath-text {
  padding-top: 5px;
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author .it-up-blog-ath-text a {
  color: #00041b;
  font-size: 13px;
  font-weight: 700;
  margin-right: 30px;
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author .it-up-blog-ath-text a:last-child {
  margin-right: 0;
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share {
  cursor: pointer;
  padding-top: 5px;
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share ul {
  left: 0px;
  opacity: 0;
  top: -105px;
  visibility: hidden;
  position: absolute;
  transition: 0.4s all ease-in-out;
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share ul li {
  margin-bottom: 5px;
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share:hover span {
  color: #fd5d0a;
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share:hover ul {
  opacity: 1;
  top: -115px;
  visibility: visible;
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share:hover ul li a {
  transition: 0.4s all ease-in-out;
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share:hover ul li a:hover {
  color: #fd5d0a;
}

.it-up-blog-innerbox:hover {
  box-shadow: 0px 22px 24px 0px rgba(3, 5, 77, 0.15);
}

.it-up-blog-orange .it-up-blog-text .it-up-blog-meta {
  /* box-shadow: 0px 0px 24px 0px rgba(3, 5, 77, 0.08); */
  background: linear-gradient(90deg, #4b8ee0 0%, #4b8ee0 100%);
}

.it-up-blog-orange .it-up-blog-text h3:after {
  background: linear-gradient(90deg, #1ec5fa 0%, #4b8ee0 100%);
}

.it-up-blog-blue .it-up-blog-text .it-up-blog-meta {
  box-shadow: 0px 0px 24px 0px rgba(3, 5, 77, 0.08);
  background: linear-gradient(90deg, #4b8ee0 0%, #4b8ee0 100%);
}

.it-up-blog-blue .it-up-blog-text h3:after {
  background: linear-gradient(90deg, #4b8ee0 0%, #4b8ee0 100%);
}

.it-up-blog-grean .it-up-blog-text .it-up-blog-meta {
  box-shadow: 0px 0px 24px 0px rgba(3, 5, 77, 0.08);
  background: linear-gradient(90deg, #4b8ee0 0%, #4b8ee0 100%);
}

.it-up-blog-grean .it-up-blog-text h3:after {
  background: linear-gradient(90deg, #4b8ee0 0%, #4b8ee0 100%);
}

/*---------------------------------------------------- */
/*(11)- Footer area*/
/*----------------------------------------------------*/
.it-up-footer-section {
  padding: 100px 0px 0px;
}


.it-up-footer-content-wrap {
  padding-bottom: 70px;
}

.it-up-footer-widget .widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px !important;
}

.it-up-footer-widget .widget-title:before {
  left: 0;
  height: 3px;
  width: 30px;
  content: "";
  bottom: -5px;
  position: absolute;
  background: linear-gradient(90deg, #ef192d 0%, #ef192d 100%);
}

.it-up-footer-widget .it-up-footer-logo-widget .it-up-footer-logo {
  padding-bottom: 30px;
}

.it-up-footer-widget .it-up-footer-logo-widget p {
  color: #97a0b5;
  padding-bottom: 35px;
  font-size: 14px;
}

.it-up-footer-widget .it-up-footer-newslatter-widget p {
  color: #97a0b5;
  font-size: 14px;
}

.it-up-footer-widget .it-up-footer-newslatter-widget form {
  margin-top: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.it-up-footer-widget .it-up-footer-newslatter-widget input {
  height: 45px;
  width: 100%;
  border: none;
  padding-left: 20px;
  background-color: #19243b;
}

.it-up-footer-widget .it-up-footer-newslatter-widget input::placeholder {
  color: #fff;
  font-size: 14px;
}

.it-up-footer-widget .it-up-footer-newslatter-widget button {
  top: 0;
  right: 0;
  width: 60px;
  padding: 0;
  color: #fff;
  height: 45px;
  border: none;
  position: absolute;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #4b8ee0 0%, #4b8ee0 100%);
}

.it-up-footer-widget .it-up-footer-newslatter-widget .it-up-footer-social {
  margin-top: 22px;
}

.it-up-footer-widget .it-up-footer-newslatter-widget .it-up-footer-social li {
  margin-right: 15px;
}

.it-up-footer-widget .it-up-footer-newslatter-widget .it-up-footer-social li a {
  color: #fff;
  transition: 0.3s all ease-in-out;
}

.it-up-footer-widget .it-up-footer-newslatter-widget .it-up-footer-social li a:hover {
  color: #fff;
}

.it-up-footer-widget .it-up-footer-info-widget {
  padding-left: 20px;
}

.it-up-footer-widget .it-up-footer-info-widget ul {
  padding-top: 15px;
}

.it-up-footer-widget .it-up-footer-info-widget i {
  float: left;
  font-size: 14px;
  margin-top: 5px;
  color: #fff;
  margin-right: 10px;
}

.it-up-footer-widget .it-up-footer-info-widget a {
  color: #97a0b5;
  display: block;
  font-size: 14px;
  overflow: hidden;
  max-width: 170px;
}

.it-up-footer-widget .it-up-footer-info-widget .office-open-hour {
  margin-top: 10px;
}

.it-up-footer-widget .it-up-footer-info-widget .office-open-hour span {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: underline;
}

.it-up-footer-widget .it-up-footer-info-widget .office-open-hour p {
  font-size: 14px;
  color: #97a0b5;
  max-width: 180px;
}

.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed {
  padding-top: 10px;
}

.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li {
  display: block;
}

.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li a {
  color: #97a0b5;
  font-size: 14px;
  padding-bottom: 10px;
  display: block;
}

.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li i {
  left: 0;
  top: 50%;
  right: 0;
  opacity: 0;
  color: #fff;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}

.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li:hover:before {
  opacity: 0.7;
}

.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li:hover i {
  opacity: 1;
}

.it-up-footer-copyright {
  z-index: 1;
  padding: 15px 0px;
  position: relative;
  background-color: #152039;
}


.it-up-footer-copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.it-up-footer-copyright .container ul li {
  list-style: none;
  display: inline-block;
  color: white;
  margin-left: 20px;
  font-size: 14px;
}

.it-up-footer-copyright p {
  color: #fff;
  font-size: 14px;

}

#ourClients img {
  height: 60px;
  object-fit: contain;
}


/*---------------------------------------------------- */
/*(12)- Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 6000px) {
  .it-up-footer-section:before {
    display: none;
  }

  .it-up-footer-section {
    margin-top: 100px;
    padding-top: 100px;
    background-color: #00052b;
  }
}

@media screen and (max-width: 1950px) {
  .it-up-footer-section:before {
    display: block;
  }

  .it-up-footer-section {
    margin-top: 0;
    padding-top: 100px;
  }
}

@media screen and (max-width: 1440px) {
  .it-up-banner-section .it-up-banner-deco3 {
    left: 3%;
  }

  .it-up-banner-section .it-up-banner-deco2 {
    left: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .it-up-banner-section .it-up-banner-deco3 {
    top: 50px;
  }

  .it-up-main-navigation li {
    margin-left: 50px;
  }

  .it-up-header-cta-btn a {
    width: 130px;
  }

  .it-up-banner-text {
    max-width: 580px;
  }

  .it-up-service-tab-text {
    max-width: 340px;
  }
}

@media screen and (max-width: 1040px) {
  .it-up-banner-text {
    max-width: 470px;
  }
}

@media screen and (max-width: 1024px) {
  .it-up-main-navigation li {
    margin-left: 40px;
  }

  .it-up-banner-section {
    padding-bottom: 50px;
  }

  .it-up-banner-btn {
    justify-content: center;
  }

  .it-up-banner-text {
    max-width: 100%;
    text-align: center;
    /* padding: 250px 0px 50px; */
  }

  .it-up-banner-img {
    top: 0;
    z-index: 2;
    margin: 0 auto;
    max-width: 500px;
    position: relative;
  }
}

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

  .it-up-main-navigation,
  .it-header-up-top {
    display: none;
  }

  .mobile_menu_button {
    display: block;
  }

  .it-header-up-sticky .it-up-header-main {
    padding: 10px 0px;
  }

  .it-header-up-sticky {
    top: 0;
  }

  .it-up-brand-logo {
    width: 200px;
    padding-top: 5px;
  }

  .it-up-brand-logo img {
    width: 300px;
  }

  .it-up-header-cta-btn a {
    height: 45px;
    line-height: 45px;
    margin-right: 40px;
    display: none;
  }

  .it-up-banner-text h1 {
    font-size: 70px;
  }

  .it-up-about-img,
  .it-up-contact-img {
    max-width: 470px;
    margin: 0 auto;
  }

  .it-up-about-text {
    margin: 0 auto;
    padding-left: 0;
    max-width: 630px;
    margin-top: 50px;
  }

  .it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-innerbox,
  .it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox {
    transform: translateY(0px);
  }

  .it-up-achivement-innerbox {
    margin-bottom: 40px;
  }

  .it-up-blog-innerbox {
    margin: 0 auto;
    max-width: 370px;
  }

  .it-up-footer-section:before {
    display: none;
  }

  .it-up-footer-section {
    background-color: #060913;
  }

  .it-up-footer-section {
    margin-top: 80px;
    padding: 85px 0px 0px;
  }

  .it-up-footer-widget {
    margin-bottom: 30px;
  }
}

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

  .ourServices {
    margin-top: 150px;
  }

  .ourServices .card .btn p {
    display: none;
  }

  .ourServices .card .btn {
    font-size: 20px;
  }

  .ourServices .card .btn::after {
    top: 3px;
  }

  .it-up-form-wrap {
    padding: 10px;
  }

  .funfact-one__info {
    padding-left: 15px !important;
  }

  .about-five .sec-title {
    margin-bottom: 20px;
    margin-top: 50px;
  }

  .it-up-about-img-wrap img {
    display: block;
    margin: auto;
    width: 85%;
  }

  .it-up-testimonial-content .it-up-testi-shape2 {
    top: -50px;
    right: -106px;
  }

  .it-up-testimonial-content .it-up-testi-shape2 {
    top: -50px;
    right: -106px;
  }

  .it-up-contact-img .contact-shape {
    display: none;
  }

  .it-up-featured-section .it-up-ft-bg {
    display: none;
  }

  .mobile_menu_content .main-navigation .navbar-nav li .btn {
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 0rem;
    white-space: normal !important;
    line-height: 1.5;
  }

  .mobile_menu_content .main-navigation .navbar-nav li .btn:focus {
    box-shadow: none;
  }

  .mobile_menu_content .main-navigation .navbar-nav li .btn::after {
    display: none;
  }

  .ourServices h1 {
    font-size: 40px;
  }

  .singleService p {
    margin-bottom: 0px;
    max-width: 100%;
  }

  .ourServices .card .card-body .col-md-6 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }

  .ourServices .card .card-header {
    padding: 20px;
  }

  .ourServices .card .card-body {
    padding: 20px;
  }


  .it-up-service-tab-text {
    max-width: 100%;
    float: none !important;
  }

  .textContainer p {
    font-size: 17px;
  }

  .bottomLogo::before {
    content: '';
    width: 35%;
    height: 3px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 38px;
  }

  .bottomLogo::after {
    content: '';
    width: 35%;
    height: 3px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    border-radius: 38px;
  }

  .it-up-service-img {
    margin-top: 30px;
    text-align: center;
    float: left !important;
  }

  .rightMenu {
    display: none;
  }

  .smallContainer .intro .right {
    display: none;
  }
}

/* mobile screen */
@media screen and (max-width: 480px) {
  .it-up-banner-text h1 {
    font-size: 40px;
    padding-bottom: 15px;
    line-height: 1.1;
  }

  .other_color_gradient:last-child {
    padding-bottom: 10px;
  }

  .it-up-banner-img .it-up-img-deco2 {
    left: 13px !important;
    bottom: 356px !important;
  }

  .it-up-service-tab-btn .nav-tabs .nav-item:last-child {
    margin-bottom: 0px !important;
  }

  .Left_tab_fix {
    max-height: auto !important;
  }

  .it-up-service-tab-wrap {
    margin-top: 30px !important;
  }

  .it-up-service-img img {
    display: none !important;
  }

  .it-up-banner-img .it-up-img-deco3 {
    right: 0px !important;
    bottom: 55px !important;
  }

  .it-up-banner-img .it-up-img-deco1 {
    top: -40px !important;
  }

  .it-up-banner-text h1 span {
    font-size: 40px;
  }

  .it-up-banner-text p {
    font-size: 16px;
  }

  .it-up-banner-text span {
    font-size: 18px;
  }

  .it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn,
  .it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn {
    height: 45px;
    line-height: 45px;
  }

  .it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn {
    width: 45px;
  }

  .it-up-section-title h2,
  .it-up-section-title-2 h2 {
    font-size: 30px;
  }

  .it-up-about-ft-item {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .it-up-about-feature {
    padding-bottom: 10px;
  }

  .it-up-footer-widget .it-up-footer-logo-widget .footer-logo-btn,
  .it-up-form-wrap button,
  .it-up-service-tab-text .it-up-ser-btn,
  .it-up-ft-btn a,
  .it-up-about-btn a {
    height: 48px;
    width: 150px;
    line-height: 48px;
  }

  .it-up-featured-section .it-up-ft-shape2 {
    display: none;
  }

  .it-up-service-tab-text h3 {
    font-size: 18px;
  }

  .it-up-footer-widget .it-up-footer-info-widget {
    padding-left: 0px !important;
  }

  .it-up-about-section {
    padding-top: 0px !important;
  }

  .it-up-section-title .headline-1 {
    text-align: center;
  }

  .it-up-about-text .it-up-section-title h2 {
    font-size: 27px !important;
  }

  .it-up-form-wrap button {
    width: 200px !important;
  }

  .it-up-form-wrap {
    margin-top: 30px !important;
  }

  .it-up-achivement-innerbox .inner-border {
    border: none !important;
  }

  .it-up-about-btn a {
    margin-top: 15px !important;
  }

  .it-up-featured-section,
  .it-up-service-section,
  .it-up-achivement-section,
  .it-up-testimonial-section,
  .it-up-contact-section,
  .it-up-blog-section {
    padding: 50px 0px;
  }

  .it-up-featured-content {
    padding-top: 40px;
  }

  .it-up-ft-btn {
    margin-top: 0px;
  }

  .it-up-service-tab-btn .nav-tabs .nav-item {
    padding-bottom: 40px;
  }

  .it-up-service-tab-wrap {
    padding: 30px 20px;
  }

  .it-up-about-btn span {
    font-size: 16px;
  }

  .it-up-banner-text {
    /* padding: 150px 0px 50px; */
  }

  .it-up-banner-text h1 span {
    font-size: 40px;
  }

  .it-up-banner-text p {
    font-size: 16px;
  }

  .it-up-about-circle-progress {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .it-up-header-cta-btn a {
    display: none;
  }

  .it-up-brand-logo {
    padding-top: 0;
  }

  .mobile_menu_button {
    top: -35px;
  }
}

.it-up-brand-logo {
  font-size: 30px;
  font-weight: bold;
}

.it-up-footer-logo {
  font-size: 30px;
  font-weight: bold;
  color: white;
}

#exampleTwo {
  background: rgba(0, 0, 0, 0.5);
}

.mDetails {
  padding: 0px 20px;
}

.mDetails ul {
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mDetails ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  color: #0d0c22;
}

.mDetails h4 {
  font-size: 25px;
  color: #0d0c22;
}

.mDetails p {
  color: #0d0c22;
}

.mDetails .tags {
  margin-top: 0px;
}

.mDetails .tags li {
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 14px;
}

.portfolioImg .nav-pills {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.portfolioImg .nav-pills img {
  width: 70px;
}

.portfolioImg .nav-pills .nav-link {
  padding: 5px;
  border-radius: 10px;
}


.display_flexiable {
  display: flex !important;
  justify-content: end !important;
}

.mar_lwft_30px {
  margin-left: 40px !important;
}

@media screen and (max-width: 991px) {
  .nofloat_800px {
    float: none !important;
  }
}

.tabs_lineHeight li a {
  line-height: 1.2;
}

.Left_tab_fix {
  max-height: 500px;
  overflow: hidden;
  /* overflow-y: scroll; */
  border-radius: 10px;
  height: 500px;
}


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

/* Track */
.Left_tab_fix::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.Left_tab_fix::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

/* Handle on hover */
.Left_tab_fix::-webkit-scrollbar-thumb:hover {
  background: #f7fafb;
}

.content_span h3 a span {
  color: #2CCD6D;
}

.flex_contents {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.feedback_dtls p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 105px;
}

.colorful_count {
  color: #2CCD6D !important;
}

.colorful_count1 {
  color: #FD4E87 !important;
}

.colorful_count2 {
  color: #377BFF !important;
}

.colorful_count3 {
  color: #FD6800 !important;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .it-up-banner-img {
    top: 150px;
  }
}


.hedlin_sml {
  max-width: 670px !important;
}


.num_position_reletive {
  position: relative;
}

.num_position_reletive input {
  padding-left: 60px;
}

.num_position_abslut {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
}

.num_position_abslut span {
  padding-top: 2px;
}

.it-up-form-wrap {
  background-color: #d5e8ff;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}



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

  #it-up-banner {
    margin-top: 95px;
    padding: 60px 0px;
  }

  .it-up-banner-text .highlight-span {
    display: inline-block;
  }

  .it-up-banner-img {
    right: 0px;
    transform: none;
    border: 15px solid #000;
    border-top: 25px solid #000;
    margin-top: 30px !important;
  }

  .it-up-contact-content {
    padding-left: 0px;
  }

  .it-up-contact-content .col-lg-5 {
    padding: 25px;
  }

  .it-up-contact-content .col-lg-5 h2 {
    font-size: 30px;
  }

  .newBanner2 img {
    position: static;
    width: 100%;
    margin-top: 40px;
    border-radius: 15px !important;
  }

  .it-up-footer-copyright .container {
    display: block;
  }

  .it-up-footer-copyright .container ul li {
    margin-left: 0px;
  }

  .bannre-inner-bg-img-wrapper-8 .title {
    font-size: 35px;
  }

  .inner-banner-8 .right-area .thumbnail-right-img {
    margin-top: -160px;
  }

  .bannre-inner-bg-img-wrapper-8 {
    padding-top: 40px;
  }

  .tpseo {
    margin-bottom: 30px;
  }

  .featureOverview .tab-content img {
    margin-bottom: 30px;
  }



}