@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
h1, h2, h3, h4, h5, h6 {
  font-size: 35px;
  margin: 0px;
  padding: 0px;
  font-family: "Work Sans", sans-serif; }

ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }

li {
  padding: 0px;
  margin: 0px;
  font-size: 16px; }

a {
  font-size: 16px;
  font-family: "Work Sans", sans-serif; }

a:hover {
  text-decoration: none; }

p {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  font-family: "Work Sans", sans-serif;
  line-height: 28px;
  color: #777; }

body {
  padding: 0px;
  margin: 0px;
  box-sizing: content-box; }

span {
  padding: 0px;
  margin: 0px;
  font-family: "Work Sans", sans-serif; }

input:focus {
  outline: none; }

textarea:focus {
  outline: none; }

button:focus {
  outline: none; }

input {
  font-family: "Work Sans", sans-serif; }

textarea {
  font-family: "Work Sans", sans-serif; }


 button{font-family: "Work Sans", sans-serif; }

/*varibales*/
/*Css*/
/*header*/
.infomation-full p {
  color: #000; }

/*sticky*/
.sticky {
  background-color: #ec7c40;
  padding: 10px 0px;
 }

.fennec-mobile-nav {
  display: none; }

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; }

.navbar-area.is-sticky .fennec-nav {
  background-color: #fff; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

.fennec-nav .navbar {
  padding: 0; }

.fennec-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0; }

.fennec-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0; }

.fennec-nav .navbar .navbar-nav .nav-item a {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin: 0; }

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 500px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px; }

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 5px 15px;
  display: block;
  color: #141414;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 600; }

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  display: none; }

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 3px;
  left: -5px;
  background: #0658c9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #02298a; }

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::after, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::after, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1); }

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::first-child {
  margin-top: 0; }

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden; }

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden; }

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px; }

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px; }

.fennec-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 10px; }

ul.navbar-nav li {
  margin-right: 35px; }

.search-bar input {
  background: #cb5618;
  color: #000;
  height: 42px;
  padding-left: 12px; }

/*Placeholder*/
.search-bar ::placeholder {
  color: #fff;
  opacity: 1; }

.search-bar :-ms-input-placeholder {
  color: #fff; }

.search-bar ::-ms-input-placeholder {
  color: #fff; }

input.position-side {
  position: absolute;
  width: 38%;
  border: 0;
  background: #333;
  background: url(images/search.png) no-repeat;
  right: -22%;
  top: 13px; }

/*comapny Profile*/
/*.faq-custom-col {max-width: 570px;    float: right;    width: 100%;}*/
.section-sub-title {
  color: #ababab;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.43;
  margin-top: -5px;
  position: relative; }

/* .section-sub-title::after {
  position: absolute;
  width: 330px;
  height: 45px;
  background: #0658c9;
  content: '';
  z-index: -9;
  top: 20px;
  left: 204px;
  color: #fff; } */

.faq-custom-col span {
  color: #333333;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.41; }

.text-color-primary {
  color: #086AD8; }

.section-space--mt_60 {
  margin-top: 60px; }

a.ht-btn-md {
  background: #ec7c40;
  padding: 15px 30px 15px 30px;
  transition: 0.5s; }

.inner-button-box a:hover {
  background: #303030; }

.grid-wrapper {
  max-width: 1200px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  right: 25px;
  z-index: -9; }

.grid-wrapper .line-1 {
  left: 25px; }

.grid-wrapper .line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(204, 204, 204, 0.25); }

.grid-wrapper .line-2 {
  left: 33.33333%; }

.grid-wrapper .line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(204, 204, 204, 0.25); }

.grid-wrapper .line-3 {
  left: 66.66666%; }

.grid-wrapper .line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(204, 204, 204, 0.25); }

.grid-wrapper .line-4 {
  right: 25px; }

.grid-wrapper .line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(204, 204, 204, 0.25); }

.about-us {
  position: relative; }

.rv-video-section .ht-banner-01 img {
  left: 6%;
  top: -50px;
  width: 200px; }

.rv-video-section {
  position: relative; }

.rv-video-section .ht-banner-01 {
  position: relative; }

.rv-video-section .ht-banner-01 img {
  position: absolute;
  left: 6%;
  top: -70px; }

.animation_images.one {
  -webkit-animation-duration: 3.2s;
  animation-duration: 3.2s; }

.animation_images {
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
  animation-name: animateUpDown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.rv-video-section .ht-banner-02 {
  position: relative; }

.rv-video-section .main-video-box {
  max-width: 520px; }

.rv-video-section .main-video-box {
  position: relative;
  z-index: 8;
  text-align: center;
  max-width: 570px;
  max-height: 350px;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 180px; }

.video-link {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block; }

.single-popup-wrap {
  position: relative; }

.border-radus-5 {
  border-radius: 5px; }

.video-link .ht-popup-video.video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.video-link .ht-popup-video.video-button .video-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  pointer-events: none; }

.video-link .ht-popup-video .video-button__two {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.video-link .ht-popup-video.video-button .video-mark .wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto; }

.video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.video-link .ht-popup-video.video-button .video-mark .wave-pulse::after, .video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #086AD8;
  -webkit-animation: zoomBig 3.25s linear infinite;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.rv-video-section .ht-banner-03 {
  position: relative; }

.rv-video-section .ht-banner-03 img {
  position: absolute;
  left: 0px;
  bottom: 45px;
  width: 42%; }

.animation_images.three {
  -webkit-animation-duration: 3.4s;
  animation-duration: 3.4s; }

.animation_images {
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
  animation-name: animateUpDown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.rv-video-section .ht-banner-04 img {
  right: 50px;
  left: auto;
  position: absolute;
  top: 92%;
  width: 49%; }

.animation_images.four {
  -webkit-animation-duration: 3.4s;
  animation-duration: 3.4s; }

.animation_images {
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
  animation-name: animateUpDown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.rv-video-section .ht-banner-02 img {
  position: absolute;
  left: 50%;
  top: -50px;
  max-width: 230px; }

.bounce {
  animation: bounce_965 1.6s ease infinite;
  transform-origin: 50% 50%; }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

.double-flash {
  animation: double-flash_1897 4s ease infinite;
  transform-origin: 50% 50%; }

.double-flash {
  animation: double-flash_1897 4s ease infinite;
  transform-origin: 50% 50%; }

@keyframes double-flash_1897 {
  0% {
    opacity: 1; }
  12.5% {
    opacity: 0; }
  25% {
    opacity: 1; }
  37.5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
/*Our Product*/
img.poisiton-fit {
  position: relative;
  bottom: 25px; }

.section-title span {
  color: #acacac; }

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0); }

figure.effect-sadie p {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

figure.effect-sadie figcaption::before, figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-sadie:hover p {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0); }

figure.effect-sadie:hover figcaption::before, figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center; }

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  max-height: auto;
  width: 48%;
  background: #3085a3;
  text-align: center;
  cursor: pointer; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure p {
  word-spacing: -0.15em;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px; }

.grid figure p span {
  font-weight: 800; }

.grid figure p, .grid figure p {
  margin: 0; }

.our-product {
  background: #ccc url(images/mitech-home-infotechno-case-study-section-bg.png) no-repeat; }

.two-button a {
  padding: 12px 35px 12px 35px;
  border: 1px solid #ec7c40;
  transition: 0.5s; }

a.active-bg-button {
  background: #ec7c40; }

.process-style-two {
  background: url(images/shape-17.png);
  background-attachment: fixed;
  /* background-position: bottom right, 0 0;*/ }

.process-style-two .sec-title {
  margin-bottom: 60px; }

.work-block-two .inner-box {
  position: relative;
  display: block;
  text-align: center; }

.work-block-two .inner-box .arrow-box {
  position: absolute;
  top: 32px;
  right: -104px;
  width: 194px;
  height: 56px;
  background-repeat: no-repeat; }

.work-block-two .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px; }

.work-block-two .inner-box .icon-box i {
  position: relative;
  color: transparent !important;
  background: -webkit-linear-gradient(0deg, #fff, #fff 100%);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: all 500ms ease; }

.work-block-two .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 76px;
  height: 76px;
  left: 2px;
  top: 2px;
  opacity: 0;
  transition: all 500ms ease;
  border-radius: 50%; }

.work-block-two .inner-box .icon-box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 2px dotted #f6f6f6;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0;
  transition: all 500ms ease; }

.work-block-two .inner-box .icon-box .border-line {
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
  bottom: -58px;
  width: 4px;
  height: 32px;
  background-repeat: no-repeat; }

.work-block-two .inner-box .count-box {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 65px; }

.work-block-two .inner-box .count-box:before {
  position: absolute;
  content: '';
  border: 9px solid #fff;
  width: 58px;
  height: 58px;
  left: 1px;
  top: 1px;
  border-radius: 50%; }

.work-block-two .inner-box .count-box span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%; }

.work-block-two .inner-box .content-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 47px 30px 43px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

.work-block-two .inner-box .content-box:before {
    position: absolute;
    content: '';
    background: #ec7c40;
    width: 30px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: -10px;

}

.work-block-two .inner-box .content-box h4 {
  margin-bottom: 12px; }

.process-style-two .inner-content {
  position: relative; }

.process-style-two .inner-content .line {
  position: absolute;
  left: 0px;
  top: 157px;
  width: 100%;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center; }

.process-style-two .more-btn {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 60px; }

.process-style-two .more-btn .theme-btn {
  padding: 11px 36px; }

.work-block-two .inner-box .count-box span {
  background: #086ad8; }

.work-block-two .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 76px;
  height: 76px;
  left: 2px;
  top: 2px;
  opacity: 0;
  transition: all 500ms ease;
  border-radius: 50%; }

.content-box span {
  display: block;
  font-size: 22px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500; }

/*testimonial*/
.testimonial {
  position: relative; }

.testimonial::after {
  position: absolute;
  content: '';
  background-color: #0a488e;
  height: 500px;
  width: 100%;
  top: -55px;
  z-index: -9;
  background: url(images/footer-bg-2.png); }

.testimonial-content .inner-box {
  position: relative;
  /* padding-left: 450px;
  min-height: 430px;  */
}

.testimonial-content .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  clip-path: polygon(0% 0%, 100% 0%, 78% 100%, 0% 100%, 0% 0%); }

.testimonial-content .inner-box .content-box {
  position: relative;
  padding: 45px 45px 38px 76px;
  border-radius: 10px;
  /*clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 17% 0%); }*/
}
.testimonial-content .inner-box .content-box {
  background-color: #ec7c40;}

div#owl-demo-client .owl-buttons {
  display: none; }

/*contact Us*/
.contact-form-wrapper {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(146, 211, 215, 0.16);
  box-shadow: 0px 16px 32px 0px rgba(146, 211, 215, 0.16); }

.contact-form-wrapper .contact-info-list {
  background-color: #fff;
  padding: 60px 0px 0 60px;
  height: 100%; }

.contact-form-wrapper .contact-info-list .info-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1;
  grid-template-rows: 1;
  -ms-grid-columns: 65px 1fr;
  grid-template-columns: 65px 1fr;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f3f3f3; }

.contact-form-wrapper .contact-info-list .info-box .icon {
  font-size: 40px;
  color: #F64B3C;
  line-height: 1; }

.contact-form-wrapper .contact-info-list .info-box h4 {
  margin-bottom: 20px;
  text-transform: uppercase; }

.contact-form-wrapper .contact-form {
  padding: 30px;
  background-color: #333; }

.contact-form-wrapper .contact-form .padding-custom.row {
  margin-left: -5px;
  margin-right: -5px; }

.contact-form-wrapper .contact-form .padding-custom > .col, .contact-form-wrapper .contact-form .padding-custom > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px; }

.input-group {
  position: relative; }

.input-group .icon {
  position: absolute;
  top: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ec7c40;}

.contact-form-wrapper .contact-form ::placeholder, .contact-form-wrapper .contact-form input, .contact-form-wrapper .contact-form textarea {
  color: #fff;
  opacity: 1; }

.contact-form-wrapper .contact-form ::-webkit-input-placeholder, .contact-form-wrapper .contact-form input, .contact-form-wrapper .contact-form textarea {
  color: #fff;
  opacity: 1; }

.contact-form-wrapper .contact-form input, .contact-form-wrapper .contact-form textarea {
  background: #333;
  border: none;
  width: 100%;
  height: 68px;
  padding-left: 25px;
  padding-right: 30px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  border-bottom: 1px solid #676666; }

.contact-form-wrapper .contact-form textarea {
  padding-top: 25px;
  height: 192px; }

.main-btn.btn-filled {
  background-color: #086ad8;
  border-color: #F64B3C;
  color: #fff;
  padding: 12px 35px 12px 35px;
  border-radius: 50px; }

.contact-form-wrapper .contact-form .main-btn.btn-filled {
  margin-top: 10px; }

.main-btn.btn-filled::after, .main-btn.btn-filled::before {
  background-color: #1e1e2a; }

.main-btn::before {
  width: 10px;
  height: 2px; }

.main-btn::after, .main-btn::before {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 10px;
  width: 2px;
  content: '';
  background-color: #F64B3C;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

/** info-section **/
.info-section {
  position: relative; }

.info-section .inner-container {
  position: relative;
  width: 100%;
  top: 30px; }

.info-section .inner-container .info-inner {
  position: absolute;
  width: 100%;
  left: 0px;
  top: -105px;
  right: 0px;
  z-index: 1;
  margin: 0px 15px;
  border-radius: 10px;
  overflow: hidden; }

.info-section .inner-container .info-inner .info-column {
  position: relative;
  padding: 0px 0px;
  background: #1a1b40; }

.info-section .inner-container .info-inner .info-column:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.05);
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transition: all 500ms ease; }

.info-section .inner-container .info-inner .info-column:hover:before {
  height: 100%;
  top: 0px; }

.info-section .inner-container .info-inner .info-box {
  position: relative;
  padding: 35px 30px 30px 40px; }

.info-section .inner-container .info-inner .info-box .hidden-icon {
  position: absolute;
  right: -10px;
  bottom: -10px;
  font-size: 120px;
  line-height: 120px;
  color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .6s;
  transition-duration: .6s; }

.info-section .inner-container .info-inner .info-box:hover .hidden-icon {
  opacity: 1; }

.info-section .inner-container .info-inner .info-column:first-child .info-box {
  padding-left: 60px; }

.info-section .inner-container .info-inner .info-box .box {
  position: relative;
  padding-left: 73px;
  margin-bottom: 18px; }

.info-section .inner-container .info-inner .info-box .box .icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 45px;
  line-height: 45px;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important; }

.info-section .inner-container .info-inner .info-box .box h4 {
  color: #fff;
  font-weight: 500; }

.info-section .inner-container .info-inner .info-box .box span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase; }

.info-section .inner-container .info-inner .info-box .text p {
  color: rgba(255, 255, 255, 0.6); }

.info-section .inner-container .info-inner .info-box .text p a {
  color: rgba(255, 255, 255, 0.6); }

.info-section .inner-container .info-inner .info-box .text p a:hover {
  text-decoration: underline;
  color: #fff; }

footer.footer-style-two {
  background-color: #1e1e2a; }

footer.footer-style-two .footer-widget-area .widget {
  padding: 50px 0px;
  text-align: center;
  line-height: 38px; }

footer .footer-widget-area .widget, footer .footer-widget-area .widget a {
  color: #fff; }

footer .footer-widget-area .widget {
  margin-bottom: 50px; }

footer.footer-style-two .footer-widget-area .widget.getin-widget {
  background-color: #086ad8;
  font-weight: 700; }

footer.footer-style-two .footer-widget-area .widget .widget-title {
  font-size: 30px; }

footer.footer-style-two .footer-widget-area .widget.getin-widget .getin-btn {
  font-weight: 700;
  font-size: 14px;
  padding: 10px 45px;
  text-transform: uppercase;
  background-color: #1e1e2a;
  display: inline-block;
  margin-top: 30px; }

.sticky.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%; }

#toTop {
  position: fixed;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 99999; }

.home-form {
  background: url(images/mitech-home-infotechno-section-company-bg.png) no-repeat; }

.top-header {
  border-top: 10px solid #fabd3d;
  border-bottom: 1px solid #f1f1f1; }

.top-header p {
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
  color: #086ad8; }

.widget.about-widget p {
  color: #ccc; 
  text-align: justify;

}

.copy-right-area p {
  color: #ccc; }

/*about page*/
.breadcumb {
  background: url(images/inner-banner.jpg);
  position: relative;
  padding: 187px 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }

.max-width {
  position: absolute;
  max-width: 600px;
  margin: 0px auto;
  background: #ec7c40;
  text-align: center;
  left: 31%;
  bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px; }

.max-width a {
  transition: 0.5s; }

.max-width a:hover {
  color: #086ad8; }

.our-product-page {
  background-color: #f1f1f1; }

.product-text {
  padding: 24px 15px 22px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(33, 30, 30, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(33, 30, 30, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2; }

.product-text span {
  font-size: 18px;
  animation: toBottomFromTop30 0.5s forwards; }

.product-text p {
  font-size: 18px;
  animation: toBottomFromTop30 0.5s forwards; }

.product-text a {
  color: #ec7c40;
  transition: 0.5s;
  display: block !important; }

.product-text a:hover {
  color: #0658c9; }

.product-text::after {
  content: "";
  height: 3%;
  width: 100%;
  background-color: #ec7c40;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.color-site {
  background: #ec7c40; }

.sitema-links-item h2 {
  font-size: 25px; }

.sitema-links-item h3 {
  font-size: 25px; }

.sitema-links-item h4 {
  font-size: 25px; }

.black-color {
  background: #000; }

.skin-color {
  background: #0658c9; }

/*form-style-10*/
.form-style-10 {
  /*background: url(images/form-img.png);*/
  border-radius: 30px;
  background-position: 50% 0; 
  background-color: #1e1e1e;

}

.form-style-10 span {
  font-size: 30px; }

.form-style-10 input, textarea {
  background: transparent;
  padding-left: 10px;
  color: #fff;
  outline: none; }

.form-style-10 input:first-child {
  border: 1px solid #fff !important;
  border-radius: 50px; }

.form-style-10 input:nth-child(2) {
  border: 1px solid #fff !important;
  border-radius: 50px; }

.form-style-10 input:nth-child(3) {
  border: 1px solid #fff !important;
  border-radius: 50px; }

.form-style-10 input:nth-child(4) {
  border: 1px solid #fff !important;
  border-radius: 50px; }

.form-style-10 textarea {
  border: 1px solid #fff !important;
  border-radius: 50px;
  height: 65px;
  padding-left: 16px;
  padding-top: 5px; }

input.submit-short-form {
  width: 100%;
  border: none;
  border: 1px solid #ccc;
  border-radius: 50px; 
  cursor: pointer;
}

.form-style-10 input {
  height: 35px;
  color: #fff; }

.form-style-10 input::-webkit-input-placeholder {
  color: #fff; }

.form-style-10 input::-moz-placeholder {
  color: #fff; }

.form-style-10 input:-ms-input-placeholder {
  color: #fff; }

.form-style-10 input:-moz-placeholder {
  color: #fff; }

.form-style-10 textarea::-webkit-input-placeholder {
  color: #fff; }

.form-style-10 textarea::-moz-placeholder {
  color: #fff; }

.form-style-10 textarea:-ms-input-placeholder {
  color: #fff; }

.form-style-10 textarea:-moz-placeholder {
  color: #fff; }

/*box-listing*/
.box-listing {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 20px solid #ec7c40;}

.box-listing h4 {
  color: #fff;
  background-image: linear-gradient(to right, #ec7c40, #ec7c40);
  padding: 10px 20px;
  font-size: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.box-listing ul {
  position: relative;
  background-color: #fff; }

.box-listing ul li:hover {
  opacity: 0.2; }

.box-listing ul li {
  list-style: none;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s;
  margin-bottom: 10px; }

.box-listing ul li:hover {
  transform: scale(1.1);
  z-index: 100;
 /* background-color: #086ad8;*/
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  color: #000;
  opacity: 1; }

.box-listing ul li span {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #1e1e1e;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
  transform: translateY(0px); }

.box-listing ul li:hover span {
  background-color: #000;
  color: #fff; }

.box-listing a {
  color: #333; }

.box-listing a:hover {
  color: #000; }

.final-products img {
  width: 100%;
  margin-bottom: 20px; }

.final-products p {
  line-height: 25px; }

.cover-product {
  padding-left: 0px;
  min-height: 250px;
  width: 385px;
  float: left;
  margin-right: 20px; }

.cover-product-this p {
  line-height: 28px;
  margin-bottom: 16px;
  color: #000;
  text-align: justify;
  font-size: 16px; }

.only-product h2 {
  font-size: 32px; }

.zoom-effect img {
  width: 100%; }

.products-fill {
  border-right: 1px solid #ccc; }

/* Shutter Out Horizontal */
ul.coloring {
  text-align: center; }

.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #000, #000);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white; }

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.inner-states a {
  width: 100%;
  text-align: center; }

.inner-states a {
  background: #ec7c40;
  color: #fff; }

  .inner-states {
    margin-bottom: 20px;
}

ul.coloring li a {
  background: #333;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  transition: 0.5s; }

ul.coloring li a:hover {
  background-color: #0658c9; }

.form-inner {
  position: relative; }

.form-inner::after {
  position: absolute;
  width: 115px;
  height: 1px;
  background-color: #000;
  content: '';
  top: 49px; }

.form-inner::before {
  position: absolute;
  width: 75px;
  height: 1px;
  background-color: #000;
  content: '';
  top: 53px; }

.contact-field input {
  height: 42px;
  border-radius: 50px;
  border: 1px solid #e7eaea; }

.contact-field textarea {
  border-radius: 50px;
  border: 1px solid #e7eaea;
  height: 100px;
  resize: none; }

.contact-field button {
  background-color: #1e1e1e;
  border-radius: 50px;
  cursor: pointer;
  padding: 10px 15px;
  transition: 0.5s; }

.contact-field button:hover {
  background-color: #333333; }

.form-inner-address-side i {
  color: #000; }

.form-inner-address-side > .media > .media-body span {
  font-size: 20px; }

.mobile-menu {
  display: none; }

.addressing-boxing span {
  font-size: 20px; }

/*# sourceMappingURL=style.css.map */


.about-us p {  padding: 0 0 3.5% 0;  color: #000;  text-align: justify;}

input.submit-short-form {    background: #ec7c40 !important;}

/*Whatsapp-popup*/
#whatsapp .wtsapp:focus {
    border: none;
    outline: none;
}

#whatsapp .wtsapp {
    position: fixed;
    transition: all .5s ease;
    background: #25d366;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    bottom: 209px;
    left: 20px;
    border: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

#whatsapp .wtsapp:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.copy-right-area p a {    color: #fff;    font-weight: 500;    text-decoration: underline;}

.phone_lefts-side a {
    position: fixed;
    bottom: 130px;
    color: #fff;
    background-color: #1e1e1e;
    animation: topBottom 4s infinite;
    z-index: 999;
    left: 25px;
    padding: 9px 16px;
    border-radius: 50%;
    font-size: 20px;
    animation: bounce 4s infinite alternate;
}

.glow {
    font-size: 80px;
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #f3fffd , 0 0 20px #f3fffd, 0 0 30px #f3fffd , 0 0 40px #f3fffd , 0 0 50px #f3fffd , 0 0 60px #f3fffd , 0 0 70px #f3fffd ;
    }

    to {
        text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd , 0 0 40px #f3fffd , 0 0 50px #016098 , 0 0 60px #f3fffd , 0 0 70px #f3fffd , 0 0 80px #f3fffd ;
    }
}

@keyframes glow {
  from {
      text-shadow: 0 0 10px #f3fffd , 0 0 20px #f3fffd, 0 0 30px #f3fffd , 0 0 40px #f3fffd , 0 0 50px #f3fffd , 0 0 60px #f3fffd , 0 0 70px #f3fffd ;
  }

  to {
      text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd , 0 0 40px #f3fffd , 0 0 50px #016098 , 0 0 60px #f3fffd , 0 0 70px #f3fffd , 0 0 80px #f3fffd ;
  }
}

.bounce {
    animation: bounce 965 1.6s ease infinite;
    transform-origin: 50% 50%;
}

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

    12.5% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    62.5% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-15px);
    }

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


.enquiry {
    position: fixed;
    z-index: 1000;
    bottom: 55px;
    left: 25px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.enquiry i {
    float: left;
    z-index: 999;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #ec7c40;
    transition: 0.5s;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
}

.enquiry strong {
    background: #d8b075;
    line-height: 28px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 30px 30px 0;
    height: 45px;
    float: left;
    font-size: 15px;
    margin-top: 3px;
    margin-left: 35px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}

.enquiry i:hover {
    color: #fff;
}

.enquiry strong:hover {
    color: #000;
    background: #eee;
}

.modal-header {
    padding: 0 15px;
    color: #fff;
    background-color: #333;
    height: 46px;
}

.send_p {
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.modal-body form input {
    border: 1px solid #ccc;
    border-radius: 0px !important;
    height: 35px;
}

.modal-body form input:focus {
    outline: none;
}

.modal-body form textarea:focus {
    outline: none;
}

.modal-body form textarea {
    border: 1px solid #ccc;
    border-radius: 0px !important;
    resize: none;
}

.modal-header button span {
    font-size: 40px;
    position: relative;
    bottom: 0px;
}

.modal-header > p {
    font-size: 18px;
    margin-top: 8px;
}


#homepopupenquiry-form button[type=submit] {
    line-height: 0px;
    background: #d89b72;
    outline: none;
    color: #fff;
    font-weight: 600;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    width: 35%;
    border-radius: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    padding: 20px;
}


div#popup-form button {
    background: none;
    border: none;
	font-family: "Work Sans", sans-serif;
    background: #ec7c40;
    padding: 10px 0;
    cursor: pointer;
}
.product-box p {
    text-transform: capitalize;
    font-size: 20px;
}

.our-product h2 {    font-size: 30px;}
.work-block-two span {    font-weight: 700;    font-size: 18px;    display: block;    margin-bottom: 12px;}
.getin-widget a {    font-weight: 400;}
.work-block-two p {    text-align: justify;}

.fulling-text ul li {    margin-bottom: 15px;    list-style-type: disc;}
.fulling-text ul {padding-left: 15px;}
.details-product h2 {    font-size: 20px;    margin-bottom: 8px;}
.details-product h3 {    font-size: 20px;    margin-bottom: 8px;}
.details-product h4 {    font-size: 20px;    margin-bottom: 8px;}
.details-product h5 {    font-size: 20px;    margin-bottom: 8px;}
.details-product h6 {    font-size: 20px;    margin-bottom: 8px;}

.pagination {    display: none;}
.contact-page-side textarea {    color: #000;}
button.close.down-cross {    position: absolute;    text-align: center;    right: 20px;}
span#exampleModalLabel {    display: block !important;    text-align: center !important;    width: 85%;    margin: 0px auto;}
span#exampleModalLabel {    font-size: 20px;    margin-top: 5px;}

ul#search-results { display: block;
  z-index: 999;
  position: absolute;
  background: #f1f1f1;
  padding: 0px 10px;
  width: 92%;
  border-radius: 5px;
  margin-top: 5px;
  /* padding-top: 7px; */
}
ul#search-results li a {  color: #000;}
.single-popup-wrap {  float: left;  width: 350px;  margin-right: 18px;}

ul#search-results li {  margin-bottom: 10px;  border-bottom: 1px solid #ccc;}
ul#search-results li:last-child {border: none !important;}


span#mobileError {  position: absolute;
  top: 0;
  color: #000;
  font-size: 15px;
  text-align: center;
  left: 40px;
  padding-left: 22px;
  padding-right: 22px;
  background: indianred;
  border-radius: 5px;
  width: 68%;
}
.fulling-text a {
  color: #000;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}

.testimonial-content {
  width: 80%;
  margin: 0px auto;
}

.content-box p {  text-align: justify;}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{background-color: #ec7c40;}

.mobile-three-item li {
  display: inline-block;
  margin-right: 0;
  padding: 5px 0;
  width: 48%
}

.mobile-three-item li:first-child {
  background-color: #333;
}

.mobile-three-item li:nth-child(2) {
  background-color: #64b161
}

.mobile-three-item li:nth-child(2) a {
  color: #000
}

.mobile-three-item li:last-child a {
  color: #000
}

.mobile-three-item li:last-child {
  background-color: #fb7649;
}

.mobile-three-item li a {
  color: #fff
}

.mobile-three-item {
  text-align: center;
  display: none;
  text-align: center;
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
}
.small-hidden p a {  color: #000;}
a.ip {  color: #000;}
.content a {  color: #000;}
ul.dropdown-menu {  height: 500px;  overflow-y: scroll;}

.cover-product-this h1 {    font-size: 20px;    margin-bottom: 10px;}
.cover-product-this ul li {  list-style-type: disc;  line-height: 35px;}