﻿

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 1.1vw, 1.2rem);
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #737373;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0.03em 0.03em 0.05em rgba(0, 0, 0, 0.05);
    -webkit-text-size-adjust: 100%; /* Prevents text from adjusting in size when zooming */
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Afacad Flux',sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0
}

h1 {
  font-size: 50px;
  font-weight:700
}




   

    .infotechno-hero-text h1 {
        color: #f8f40e;
       
    }
.infotechno-hero-text h2 {
    font-size: 70px;
}
@keyframes animate {
    0%, 100% {
        clip-path: polygon( 0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100% );
    }

    50% {
        clip-path: polygon( 0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100% );
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
    }.infotechno-hero-text h2{
      font-size:45px
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
    .infotechno-hero-text h2 {
        font-size: 30px
    }
   
}
@media only screen and (max-width: 370px) {
    h1 {
        font-size: 30px;
    }

    
}
@media only screen and (max-width: 320px) {
    h1 {
        font-size: 25px;
    }

   
}

h2 {
  font-size: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

button, input[type=submit] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}





.text-black {
  color: #333333 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #333;
}
.bg-body {
    background: linear-gradient(144deg, #0b45ae 25%, #2d3e70 100%);
    color: #FFF
}








/*------- Defauld Class --------*/
.text-black {
  color: #333;
}


.border {
  border: 1px solid #ededed !important;
}




.section-sub-title {
    color: #adadad;
    font-size: 26px;
    letter-spacing: 0px;
    text-transform: capitalize;
    line-height: 1.43;
    margin-top: -5px;
    font-weight: 400;
    position: relative;
   
    font-family: "Bad Script", cursive;
    font-family: "Kalam", cursive;
}
    


::-moz-selection {
  color: #ffffff;
  background-color: #086AD8;
}

::selection {
  color: #ffffff;
  background-color: #086AD8;
}





/*=============================================
=                - Preloader                =
=============================================*/
.preloader-active {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
}
.preloader-active .preloader-area-wrap {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
}
.preloader-active .preloader-area-wrap .spinner div {
  background-color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.preloader-active .preloader-area-wrap .spinner div.bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.preloader-active .preloader-area-wrap .spinner div.bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.preloader-area-wrap {
  display: none;
}

.open_tm_preloader {
  position: fixed;
  background-color: transparent;
  z-index: 9999;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.open_tm_preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.open_tm_preloader.loaded:before, .open_tm_preloader.loaded:after {
  width: 0%;
}
.open_tm_preloader:before, .open_tm_preloader:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.open_tm_preloader:before {
  top: 0;
  left: 0;
}
.open_tm_preloader:after {
  bottom: 0;
  right: 0;
}

/*=============================================
   - Scroll top         
=============================================*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #000000;
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
    box-shadow: 0 0 26px #666666;
}
@media only screen and (max-width: 479px) {
  .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}
.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.scroll-top .arrow-top {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.scroll-top .arrow-bottom {
  -webkit-transform: translate(-50%, 80px);
      -ms-transform: translate(-50%, 80px);
          transform: translate(-50%, 80px);
}
.scroll-top:hover {
  background-position: right center;
}
.scroll-top:hover .arrow-top {
  -webkit-transform: translate(-50%, -80px);
      -ms-transform: translate(-50%, -80px);
          transform: translate(-50%, -80px);
}
.scroll-top:hover .arrow-bottom {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}



/*=====  End of Default CSS  ======*/
/*============================================
=           02. Section Spacing Css          =
=============================================*/





.section-space--ptb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-space--pt_80 {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_80 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_80 {
    padding-top: 40px;
  }
}
.section-space--pb_80 {
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_80 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_80 {
    padding-bottom: 40px;
  }
}
.section-space--ptb_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_70 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-space--pt_70 {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_70 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_70 {
    padding-top: 30px;
  }
}
.section-space--pb_70 {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_70 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_70 {
    padding-bottom: 30px;
  }
}
.section-space--ptb_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--ptb_60 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.section-space--pt_60 {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_60 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_60 {
    padding-top: 60px;
  }
}
.section-space--pb_60 {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_60 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_60 {
    padding-bottom: 60px;
  }
}
.section-space--pt_40 {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_40 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pt_40 {
    padding-top: 30px;
  }
}
.section-space--pb_40 {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_40 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--pb_40 {
    padding-bottom: 30px;
  }
}


.section-space--pb_30 {
  padding-bottom: 30px;
}


.section-space--mt_30 {
  margin-top: 30px;
}

.section-space--mt_50 {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_50 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mt_50 {
    margin-top: 30px;
  }
}
.section-space--mt_60 {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_60 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mt_60 {
    margin-top: 30px;
  }
}






.section-space--mb_20 {
  margin-bottom: 20px;
}
.section-space--mb_30 {
  margin-bottom: 30px;
}
.section-space--mb_40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section-space--mb_40 {
    margin-bottom: 30px;
  }
}


.section-space--mb_60 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_60 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--mb_60 {
    margin-bottom: 30px;
  }
}





.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}



.mb-30 {
  margin-bottom: 30px;
}





.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}



.mt-30 {
  margin-top: 30px;
}







@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}



/*=====  End of container  ======*/
/*=============================================
=              05. Header Css            =
=============================================*/
.header-area {
  position: relative;
  z-index: 9;
  background:#FFF
}
    



.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
        
  /* logo */
}



.top-info-slider__container {
  cursor: w-resize;
}
.top-info-slider__container .swiper-slide-active .info-item {
  border-left: none;
}






.top-bar-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-bar-left .top-bar-text {
  font-size: 14px;
  line-height: 1.78;
}
    .top-bar-left .top-bar-text .font-medium {
        font-weight: 500;
        font-size: 15px;
    }

.top-bar-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    background: linear-gradient(89deg, #0b45ae 25%, #051854 100%);
    border-radius: 0 0 60px 60px;
    padding: 0 43px;
    color: #FFF;
    position: relative;
    z-index: 2;
}
    .top-bar-wrap:before {
        background: url(/assets/images/boxbg.webp) center;
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        left: 0;
       
        z-index: -1;
        border-radius: 0 0 60px 60px;
        right: 0;
    }
.top-bar-wrap .top-bar-right .top-bar-info .info-item {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}
.top-bar-wrap .top-bar-right .top-bar-info .info-item:first-child {
  margin-left: 0;
}
.top-bar-wrap .top-bar-right .top-bar-info .info-item .info-icon {
  margin-right: 5px;
  font-size: 14px;
}



/*============================== 
    - Navigation Menu Css
===============================*/
.navigation-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navigation-menu > ul > li {
  margin: 0 5px;
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .navigation-menu > ul > li {
    margin: 0 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .navigation-menu > ul > li {
    margin: 0 5px;
  }
}
.navigation-menu > ul > li > a {
    display: block;
    color: #000;
    padding: 21px 2px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.18;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    text-align: center;
}
    .navigation-menu > ul > li > a i{
        font-size:16px;
        font-weight:600
        
    }

    .navigation-menu > ul > li > a:before {
        content: "";
        width: 0;
        height: 3px;
        bottom: 0;
        position: absolute;
        left: 0;
        background-color: #0a3fa2;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
.navigation-menu > ul > li > a span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li.has-children > a {
  position: relative;
}
.navigation-menu > ul > li.has-children > a:after {
  position: static;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li.has-children--multilevel-submenu {
  position: relative;
}

.navigation-menu > ul > li.has-children:hover > .submenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.navigation-menu > ul > li:hover > a:after, .navigation-menu > ul > li.active > a:after {
  color: #086AD8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li.active > a span {
    color: #0a3fa2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li:hover > a:before, .navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0;
}

    


/*===================================
    - Multilevel Submenu Css
====================================*/
.primary--menu li:last-child .submenu{
    left:auto;right:0
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #086AD8;
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  min-width: 240px;
  padding: 20px 0;
  z-index: 9;
}
.submenu > li {
  position: relative;
}
    .submenu > li > a {
        display: block;
        padding: 5px 30px;
        color: #868686;
        font-weight: 400;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
    }
        .submenu > li > a:before {
            content: "»";
            position: absolute;
            left: 15px;
            top: 0px;
            font-family: 'Font Awesome 6 Free';
            font-size: 18px;
        }
.submenu > li > a > span {
  position: relative;
}
.submenu > li > a > span:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #086AD8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.submenu > li > a:hover {
  color: #086AD8;
}
.submenu > li > a:hover > span:after {
  width: 100%;
  left: 0;
  right: auto;
}
.submenu > li:hover > .submenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 9;
}
.submenu > li.active > a {
  color: #086AD8;
}
.submenu > li.has-children > a {
  position: relative;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submenu > li.has-children > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  font-size: 14px;
  vertical-align: middle;
  color: #ababab;
}
.submenu > li.has-children > a:hover:after {
  color: #086AD8;
}
.submenu > li.has-children.active > a {
  color: #086AD8;
}
.submenu .submenu {
  top: 0px;
  left: 100%;
  right: auto;
}
.submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}







/* Mobile Mavigation icon */
.mobile-navigation-icon {
  width: 24px;
  height: 50px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
}
.mobile-navigation-icon:hover i {
  background-color: #086AD8;
}
.mobile-navigation-icon:hover i:before {

  background-color: #d11395;
}
.mobile-navigation-icon:hover i:after {
  background-color: #086AD8;

}
    .mobile-navigation-icon i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 13px;
        height: 2px;
        background-color: #15179f;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
        .mobile-navigation-icon i:before {
            position: absolute;
            bottom: 8px;
            left: 0;
            width: 28px;
            height: 2px;
            background-color: #5595f4;
            content: "";
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }
        .mobile-navigation-icon i:after {
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 22px;
            height: 2px;
            background-color: #5595f4;
            content: "";
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-navigation-icon.white-md-icon i {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon i:before {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon i:after {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon:hover i {
    background-color: #086AD8;
  }
  .mobile-navigation-icon.white-md-icon:hover i:before {
    width: 80%;
    background-color: #086AD8;
  }
  .mobile-navigation-icon.white-md-icon:hover i:after {
    background-color: #086AD8;
    width: 60%;
  }
}


/*================================ 
    - Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay, .page-oppen-off-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  overflow: auto;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  cursor: url(../images/icons/light-close.webp) 16 16, pointer;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    width: 400px;
    height: 100%;
    float: right;
    cursor: default;
    background: #2d7dda;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
}
@media only screen and (max-width: 479px) {
  .mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    width: 100%;
  }
}
.mobile-menu-overlay.active, .page-oppen-off-sidebar.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu-overlay.active .mobile-menu-overlay__inner, .page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-overlay__header, .page-oppen-off-sidebar__header {
   
    padding: 27px 21px;
    border-bottom: 1px solid rgb(255 255 255 / 16%);
    background:#FFF
}
.mobile-menu-overlay__header .mobile-navigation-close-icon, .page-oppen-off-sidebar__header .mobile-navigation-close-icon {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
}
    .mobile-menu-overlay__header .mobile-navigation-close-icon:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
        position: absolute;
        top: 23px;
        left: 8px;
        content: "";
        width: 24px;
        height: 3px;
        background: #0c1392;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .mobile-menu-overlay__header .mobile-navigation-close-icon:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
        position: absolute;
        top: 23px;
        left: 8px;
        content: "";
        width: 24px;
        height: 3px;
        background: #0c1392;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
  color: #086AD8;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.mobile-menu-overlay__body, .page-oppen-off-sidebar__body {
  padding: 20px 40px 100px;
}
.mobile-menu-overlay__body .offcanvas-navigation, .page-oppen-off-sidebar__body .offcanvas-navigation {
  /* onepage style */
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
  display: block;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover {
  color: #ffffff;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li:last-child {
  border-bottom: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children {
  position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
  content: "\f107";
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu {
  padding: 12px 0 14px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
  color: #ffffff;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children {
  position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
  content: "\f107";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children {
  position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
  content: "\f107";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
}
.mobile-menu-overlay__body .offcanvas-navigation--onepage > ul > li.active > a, .page-oppen-off-sidebar__body .offcanvas-navigation--onepage > ul > li.active > a {
  font-weight: 700;
}

/*======================================
    - offset search
======================================*/
.page-oppen-off-sidebar {
  right: 0;
}
.page-oppen-off-sidebar__inner {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  width: 400px;
  float: right;
  background: #ffffff;
}


/*===============================
    - search overlay
===============================*/






/*=====  End of Header  ======*/
/*=========================================
=               06. Footer Css            =
===========================================*/


.footer-widget-wrapper {
  margin-bottom: -35px;
}

.footer-widget {
  margin-bottom: 30px;
}
.footer-widget__title {
    color: #fff !important;
    /* background: #609de5; */
    display: inline;
    padding: 5px 10px 10px 0;
    /* border-radius: 2px; */
    margin-bottom: 20px;
    font-weight: 500;
   
}
    .footer-widget__title:after {
        background: #3c6bd5;
        width: 100px;
        height: 2px;
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: -1;
    }

.footer-widget__list li {
    margin-bottom: 4px;
    font-size: 15px;
}
.footer-widget__list li:last-child {
  margin-bottom: 0;
}
.footer-widget__list li .image_btn {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  overflow: hidden;
}



.copyright-text {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .copyright-text {
    margin-bottom: 15px;
  }
}






/*=====  End of footer ======*/
/*=======================================
=            07. Sidebar Css           =
=========================================*/
.page-sidebar-right {
  padding-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .page-sidebar-right {
    padding-left: 0;
  }
}



@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .page-sidebar-right, .page-sidebar-left {
    margin-top: 60px;
  }
}

.sidebar-widget + .sidebar-widget {
  margin-top: 15px;
}

.sidebar-widget-title {
    margin-bottom: 20px;
    font-weight: 600;
    background: #3072c2;
    border-radius: 6px;
    text-align: center;
    font-size: 24px;
    padding: 5px;
    color: #FFF;
}



.widget-blog-recent-post ul li:first-child a {
  margin-top: -16px;
}
.widget-blog-recent-post ul li a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 0 16px 30px;
    border-bottom: 1px solid #e5e5e5;
}
    .widget-blog-recent-post ul li:last-child a{
        border-bottom:0
    }
    .widget-blog-recent-post ul li a::before, .widget-blog-recent-post ul li a::after {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
.widget-blog-recent-post ul li a::after, .widget-blog-recent-post ul li a::before {
  content: "\f30b";
  position: absolute;
  top: 22px;
  left: 0;
}
.widget-blog-recent-post ul li a::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.widget-blog-recent-post ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.widget-blog-recent-post ul li a:hover::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}





/*=====  End of Sidebar  ======*/
/*=============================================
=            08. Button Css           =
=============================================*/

.ht-btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: #002FA6;
    padding: 0 25px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(129deg, rgb(6 31 97) 0, rgb(11 69 174) 100%) 0 0;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
    .ht-btn:hover, .ht-btn:active, .ht-btn:focus {
        color: #fff;
        background: linear-gradient(46deg, #15077ecc 38%, #3197e6d6 58%);
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }


.ht-btn.ht-btn-md {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 54px;
  height: 54px;
}



.ht-btn--outline {
    border-width: 1px;
    line-height: 54px;
    background: transparent;
    border-color: #1739bb;
    color: #1739bb;
}
    .ht-btn--outline:hover, .ht-btn--outline:focus, .ht-btn--outline:active {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        border-color: transparent;
        background: #1739bb;
        color: #ffffff;
    }

.ht-btn--solid:hover, .ht-btn--solid:focus, .ht-btn--solid:active {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  border-color: transparent;
  background: #000;
  color: #ffffff;
}


.ht-btn .btn-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 20px;
  margin-left: 10px;
}

.btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 0 36px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 54px;
    line-height: 54px;
    letter-spacing: 0em;
    color: #ffffff;
    background: #1942bc;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
    .btn:hover, .btn:active, .btn:focus {
        font-weight: 500;
        color: #ffffff;
        background: #408fda;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }



.hover-style-link {
  position: relative;
  padding-left:25px
}
    .hover-style-link:before {
        content: "\f138";
        position: absolute;
        left: 0;
        font-family: 'Font Awesome 5 Free';
        /* color: #000; */
        font-size: 15px;
        font-weight: 700;
    }
    .hover-style-link:after {
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 1px;
        background-color: #FFF;
    }
  
.hover-style-link:hover:after {
  left: 0;
  width: 100%;
  right: auto;
}







/* video pay link */
.video-play i {
  color: #d2a98e;
}
.video-play span {
  font-weight: 500;
  letter-spacing: 3px;
  margin-left: 10px;
}








/*=============================================
=            09. Accordions Css           =
=============================================*/
.faq-wrapper .panel.panel-default {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.faq-wrapper .card, .faq-wrapper .card-header {
  border-radius: 0;
}
.faq-wrapper .card {
    border-bottom: none;
    margin-bottom: 16px;
    border: none;
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    background: #FFF;
    position: relative;
    z-index: 2;
    overflow: hidden;
   
}
    .faq-wrapper .card h5 {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        color: #7039a8
    }
    .faq-wrapper .card p {
        color: #7b7b7b;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }
   
.faq-wrapper .card .payment-icon figure{
    width:100px
}
    .faq-wrapper .card .payment-icon figure img {
        max-width: 90px
    }
    .faq-wrapper .card:before, .faq-wrapper .card:after {
        content: '';
        position: absolute;
        height: 110px;
        width: 110px;
        background: #c6c9dc;
        opacity: 0.6;
        border-radius: 50%;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        z-index: -1;
        right: -39px;
        bottom: -70px;
    }
.faq-wrapper .card:after {
    right: -73px;
    bottom: -28px;
}
   
    .faq-wrapper .card .bg-shape {
        position: absolute;
        bottom: -200px;
        left: 0;
        width: 100%;
        opacity: 0;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        pointer-events: none;
    }
    .faq-wrapper .card:hover .bg-shape {
        bottom: 0;
        opacity: 1;
    }
.faq-wrapper .card:last-child {
  margin-bottom: 0;
}
.faq-wrapper .card-header {
    padding: 0;
    border-bottom: 0;
    
}
    .faq-wrapper .card-header h5 button {
        border: none;
        width: 100%;
        text-align: left;
        /* color: #ffffff; */
        padding: 20px 30px;
        position: relative;
        overflow-wrap: break-word;
        white-space: normal;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 600;
        border-radius: 5px;
        background: #fff;
        text-decoration: none;
    }
@media only screen and (max-width: 479px) {
  .faq-wrapper .card-header h5 button {
    padding-left: 15px;
    padding-right: 20px;
  }
}
.faq-wrapper .card-header h5 button span {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 479px) {
  .faq-wrapper .card-header h5 button span {
    right: 15px;
  }
}
.faq-wrapper .card-header h5 button span i {
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.faq-wrapper .card-header h5 button:hover, .faq-wrapper .card-header h5 button:focus {
  text-decoration: none;
  color: #000000;
}
.faq-wrapper .card-header h5 button[aria-expanded=true] {
    color: #fff;
    background: linear-gradient(89deg, #0b45ae 25%, #051854 100%);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
    .faq-wrapper .card-header h5 button[aria-expanded=true]:before {
        background: url(/assets/images/boxbg.webp) center;
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        left: 0;
        z-index: 0;
        border-radius: 0 0 60px 60px;
        right: 0;
    }
.faq-wrapper .card-header h5 button[aria-expanded=true] span i:nth-child(2) {
  visibility: visible;
  opacity: 1;
  display: inline;
}
.faq-wrapper .card-header h5 button[aria-expanded=true]:before {
  height: 100%;
}
.faq-wrapper .card-header h5 button[aria-expanded=false] span i:nth-child(1) {
  visibility: visible;
  opacity: 1;
  display: inline;
}
.faq-wrapper .card-body {
  padding: 23px 30px 29px;
}





/*=====  End of cta   ======*/
/*======================================
=          11. Countdown Css            =
=======================================*/




/*======================================
=         12. Counters Css              =
=======================================*/
.fun-fact-grid-4 {
  border-right: 1px solid #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.fun-fact-grid-4 .grid-item {
  width: 25%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .fun-fact-grid-4 .grid-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.fun-fact-grid-4 .grid-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  background: #ededed;
  width: 1px;
}
.fun-fact-grid-4 .grid-item::after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  right: 0;
  background: #ededed;
  height: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-fact-grid-4 .grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .fun-fact-grid-4 .grid-item {
    width: 50%;
  }
    .fun-fact--one .fun-fact__count{
        font-size:45px !important
    }
    .managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
       
    }
}

.fun-fact--one .fun-fact__title {
  color: #333333;
  font-weight: 500;
  margin-bottom: 10px;
}
.fun-fact--one .fun-fact__count {
    font-size: 80px;
    font-weight: 800;
    line-height: 1.41;
    color: #cb1294;
    background: linear-gradient(0deg, #2984de 54%, #2a1bb4 17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fun-fact-plus {
    font-size: 40px;
    color: #1e46c8;
    font-weight:700
}

.fun-fact--one .fun-fact__text {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
   
    color: #1e46c8;
}




.managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item::after {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item::after {
    display: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item::after {
    display: inherit;
  }
}

/*=============================================
=              13. Box Icon Css              =
=============================================*/
.ht-box-icon.style-01 .icon-box-wrap {
  padding: 36px 10px 26px;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #eee;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  margin-top: 30px;
}
    .ht-box-icon.style-01 .icon-box-wrap .icon {
        height: 65px;
        text-align: center;
        width: 91px;
        margin: auto;
        margin-bottom: 29px;
        color: #086AD8;
        background: linear-gradient(222deg, #15077ecc 38%, #ba1283d6 58%);
        height: 91px;
        border-radius: 100px;
    }
.ht-box-icon.style-01 .icon-box-wrap .icon svg > *, .ht-box-icon.style-01 .icon-box-wrap .icon svg path {
  stroke: #086AD8;
}
.ht-box-icon.style-01 .icon-box-wrap .content {
  text-align: center;
}
.ht-box-icon.style-01 .icon-box-wrap .content .heading {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 12px;
}
.ht-box-icon.style-01 .icon-box-wrap .content .service_text {
  color: #696969;
}
.ht-box-icon.style-01:hover .icon-box-wrap {
  border-color: #fff;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.ht-box-icon.style-01 .feature-btn a {
  color: #086AD8;
  margin-top: 20px;
}
.ht-box-icon.style-01 .feature-btn a:hover {
  color: #d2a98e;
}
.ht-box-icon.style-02 .icon-box-wrap {
    padding: 30px 15px;
    border-radius: 5px;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.ht-box-icon.style-02 .icon-box-wrap .icon {
  min-width: 80px;
  margin-right: 10px;
  color: #333333;
}
.ht-box-icon.style-02 .icon-box-wrap .icon .svg-icon {
  width: 65px;
  height: 65px;
}
.ht-box-icon.style-02 .icon-box-wrap .icon svg * {
  stroke: currentColor;
}
.ht-box-icon.style-02 .icon-box-wrap .content {
  text-align: left;
}
.ht-box-icon.style-02 .icon-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
}
.ht-box-icon.style-02 .icon-box-wrap .content .service_text {
  color: #696969;
}
.ht-box-icon.style-02:hover .icon-box-wrap {
  border-color: #fff;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
 
}
.ht-box-icon.style-02 .feature-btn a {
  color: #086AD8;
  margin-top: 20px;
}
.ht-box-icon.style-02 .feature-btn a:hover {
  color: #d2a98e;
}





/*=============================================
=              14. Box Images Css              =
=============================================*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modern-grid-image-box .section-space--mt_60 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modern-grid-image-box .section-space--mt_60 {
    margin-top: 30px;
  }
}
.ht-box-images.style-01 .image-box-wrap {
  -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
          box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
  background: #fff;
  border-radius: 5px;
  padding: 30px 30px 63px;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  margin-top: 60px;
}
.ht-box-images.style-01 .image-box-wrap .box-image {
  text-align: center;
  margin-bottom: 41px;
  color: #086AD8;
}
    .ht-box-images.style-01 .image-box-wrap .box-image img {
        min-height: 196px;
        max-height: 196px;
        width: 100%;
        object-fit: cover;
        overflow: hidden;
    }
.ht-box-images.style-01 .image-box-wrap .content {
    text-align: left;
}
.ht-box-images.style-01 .image-box-wrap .content .heading {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 12px;
}
.ht-box-images.style-01 .image-box-wrap .content .service_text {
  color: #696969;
}
.ht-box-images.style-01:hover .icon-box-wrap {
  border-color: #fff;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.ht-box-images.style-01 .circle-arrow {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  height: 56px;
  width: 56px;
}
.ht-box-images.style-01 .circle-arrow .middle-dot {
  pointer-events: none;
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #086ad8;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
    .ht-box-images.style-01 .circle-arrow a {
        position: absolute;
        top: 0;
        left: 0;
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        border-radius: 50%;
        font-size: 20px;
        color: #fff;
        background: #0a506d;
    }
.ht-box-images.style-01:hover .circle-arrow a {
    background: #1299b3;
}
.ht-box-images.style-01:hover .circle-arrow .middle-dot {
  -webkit-animation: boxImageAnimationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  animation: boxImageAnimationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ht-box-images.style-02 {
  display: block;
}
    .ht-box-images.style-02 .image-box-wrap {
        background: #093584;
        border-radius: 6px;
        padding: 15px 10px 40px;
        position: relative;
        overflow: hidden
    }
        .ht-box-images.style-02 .image-box-wrap:before {
            width: 130px;
            height: 130px;
            background: none;
            content: "";
            position: absolute;
            border-radius: 100px;
            right: -53px;
            top: 17px;
            border: 26px solid rgb(255 255 255 / 35%);
            opacity: 0.5;
            transition:0.5s;
            z-index:-1
       
        }
        .ht-box-images.style-02 .image-box-wrap:hover:before {
            width: 100%;
            height: 100%;
            background: #061d46;
            border-radius: 100px 0 0 100px;
            top: 0px;
            border: 0;
            opacity: 1;
        }



.modern-grid-image-box .single-item:nth-child(2) a .image-box-wrap {
    border-bottom-color: #056106;
    background: #056106;
}
    .modern-grid-image-box .single-item:nth-child(2) a .image-box-wrap:before {
        width: 130px;
        height: 130px;
        background: none;
        content: "";
        position: absolute;
        border-radius: 100px;
        left: -53px;
        top: 17px;
        border: 26px solid rgb(255 255 255 / 35%);
        opacity: 0.5;
    }
    .modern-grid-image-box .single-item:nth-child(2) a .image-box-wrap:hover:before {
        width: 100%;
        height: 100%;
        background: #023403;
        content: "";
        position: absolute;
        border-radius: 0 100px 100px 0;
        left: -53px;
        top: 0;
        border: 0;
        opacity: 1;
    }
.modern-grid-image-box .single-item:nth-child(3) a .image-box-wrap {
    border-bottom-color: #220653;
    background: #220653;
}
    .modern-grid-image-box .single-item:nth-child(3) a .image-box-wrap:hover:before {
        width: 100%;
        height: 100%;
        background: #0a0119;
        content: "";
        position: absolute;
        border-radius: 100px 0 0 100px;
        right: -53px;
        top: 0;
        border: 0;
        opacity: 1;
    }
.modern-grid-image-box .single-item:nth-child(4) a .image-box-wrap {
    border-bottom-color: #31d719;
    background: #fff6ea;
}
.modern-grid-image-box .single-item:nth-child(5) a .image-box-wrap {
    border-bottom-color: #d2a98e;
}
.ht-box-images.style-02 .image-box-wrap .box-image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
}
    .ht-box-images.style-02 .image-box-wrap  span{
        font-size:18px;
        font-weight:400
    }
    .ht-box-images.style-02 .image-box-wrap .content .heading {
        font-weight: 500;
        line-height: 1;
        margin-bottom: 0;
        color: #FFF
    }
.ht-box-images.style-02 .image-box-wrap .content .text {
  color: #696969;
}






/*=============================================
=         15. Box Large Images Css            =
=============================================*/




/*=============================================
=            16. Brand Logo Css             =
=============================================*/
.brand-logo-slider__one .brand-logo-slider__container {
  padding: 15px 0;
}
.brand-logo-slider__one .brand-logo {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  text-align: center;
  position: relative;
  /*&--slider{
      margin-bottom: 0;
  }*/
}
.brand-logo-slider__one .brand-logo__image {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
    .brand-logo-slider__one .brand-logo__image img{
        max-width:120px
    }
    .brand-logo-slider__one .brand-logo__image-hover {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
.brand-logo-slider__one .brand-logo:hover .brand-logo__image {
  
  opacity: 0.4;
  -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}
.brand-logo-slider__one .brand-logo:hover .brand-logo__image-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}



/*======================================
=          27. Listing Css              =
=======================================*/




ol {
  min-width: 45px;
  margin: 0;
  padding-left: 30px;
}










/*========================================
=        21. Video Popup Css            =
==========================================*/
.single-popup-wrap {
  position: relative;
}

.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;
}
.video-link .ht-popup-video.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(8, 106, 216, 0.8);
}
.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 .video-mark .wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto;
}
.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 #FFF;
  -webkit-animation: zoomBig 3.25s linear infinite;
          animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
          background:#FFF
}
.video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.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__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__two .video-play {
        width: 100px;
        height: 100px;
        background: #0e4d94;
        -webkit-box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
        box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
        border-radius: 50%;
        -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
        -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
        transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
        -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
        border: 4px solid #FFF;
    }
.video-link .ht-popup-video .video-button__two .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 1px;
}
.video-link .ht-popup-video .video-button__two .video-play-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 19px;
  border-left-color: #ffffff;
}
.video-link:hover .video-play {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
          transform: scale3d(1.15, 1.15, 1.15);
}

@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}








.vc_row-separator.bottom {
  bottom: 0;
}

.vc_row-separator svg {
  height: 50px;
  width: 100%;
}

.vc_row-separator {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  line-height: 0;
}

.row-separators-style .vc_row-separator svg {
  fill: #fff;
}









.wavify-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.wavify-wrapper svg {
  height: 380px;
}















.vc_row-separator.bottom {
  bottom: 0;
}





/*=============================================
=          24. Circle Progress Css            =
=============================================*/













.circle-design--theme-two {
  background: #d2a98e;
}
.circle-design--gradient {
  background-color: #f76b1c;
  background-image: -webkit-linear-gradient(314deg, #fad961 0, #f76b1c 100%);
  background-image: -o-linear-gradient(314deg, #fad961 0, #f76b1c 100%);
  background-image: linear-gradient(-224deg, #fad961 0, #f76b1c 100%);
}
.circle-design--bg-green {
  background: #38cb89;
  -webkit-box-shadow: 0 2px 17px rgba(89, 69, 230, 0.27);
          box-shadow: 0 2px 17px rgba(89, 69, 230, 0.27);
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-10px) scale(0.9, 0.9);
            transform: translateY(-10px) scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: translateY(10px) scale(1, 1);
            transform: translateY(10px) scale(1, 1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(-10px) scale(0.9, 0.9);
            transform: translateY(-10px) scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: translateY(10px) scale(1, 1);
            transform: translateY(10px) scale(1, 1);
  }
}
.feature-list-progress {
  z-index: 3;
  position: relative;
}

/*=====  End of circle progress  ======*/
/*=============================================
=        26. Social Networks Css            =
=============================================*/
.ht-social-networks .item {
  display: inline-block;
}
.ht-social-networks .item .social-link {
  display: block;
  padding: 5px 8px;
}
.ht-social-networks.large-icon .social-link {
  padding: 5px 13px;
  font-size: 20px;
}
.ht-social-networks.extra-large-icon .social-link {
  padding: 5px 15px;
  font-size: 30px;
}
.ht-social-networks.flat-round .item, .ht-social-networks.solid-rounded-icon .item {
  margin: 8px;
}
.ht-social-networks.flat-round .social-link, .ht-social-networks.solid-rounded-icon .social-link {
  font-size: 18px;
  display: block;
  text-align: center;
  height: 48px;
  width: 48px;
  line-height: 40px;
  background: #ededed;
  color: #FFF;
  border-radius: 50%;
  position: relative;
}
.ht-social-networks.flat-round .social-link:hover, .ht-social-networks.solid-rounded-icon .social-link:hover {
  color: #ffffff;
  background: #086AD8;
}
.ht-social-networks.solid-rounded-icon .social-link {
    background: #2984de;
    border: 1px solid #2984de;
}
.ht-social-networks.solid-rounded-icon .social-link:hover {
  border: 1px solid #086AD8;
  color: #ffffff;
}
.ht-social-networks.solid-rounded-icon.social-white .social-link {
  color: #ffffff;
}
.ht-social-networks.solid-rounded-icon.social-white .social-link:hover {
  border: 1px solid #ffffff;
  color: #086AD8;
  background: #ffffff;
}
.ht-social-networks.icon-tilte .link-icon {
  font-size: 16px;
  min-width: 16px;
  margin-right: 10px;
}
.ht-social-networks.tilte-style .social-link {
  position: relative;
}
.ht-social-networks.tilte-style .social-link::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333;
}
.ht-social-networks.tilte-style .social-link:hover .link-text::after {
  background-color: #d2a98e;
  width: 100%;
  left: 0;
}
.ht-social-networks.tilte-style .item:first-child .social-link::before {
  display: none;
}
.ht-social-networks.tilte-style .link-text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #333;
  position: relative;
  padding: 5px 0;
  z-index: 1;
}
.ht-social-networks.tilte-style .link-text::before {
  content: "";
  height: 2px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -2;
  background: rgba(0, 0, 0, 0.2);
}
.ht-social-networks.tilte-style .link-text::after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.ht-social-networks.white-tilte-social .social-link::before {
  color: rgba(255, 255, 255, 0.7);
}
.ht-social-networks.white-tilte-social .social-link:hover .link-text::after {
  background-color: #ffffff;
}
.ht-social-networks.white-tilte-social .link-text {
  color: #fff;
}
.ht-social-networks.white-tilte-social .link-text::before {
  background: rgba(255, 255, 255, 0.7);
}

/*=============================================
=               28. Tabs Css                =
=============================================*/
.ht-tab-menu {
  margin: 0 -10px;
}
.ht-tab-menu li {
  margin: 0 5px;
}
    .ht-tab-menu li a {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 1px solid #ededed !important;
        border: rgb(237, 237, 237);
        background: #fff;
        color: #fff !important;
        padding: 21px 20px 19px;
        min-width: 200px;
        border-radius: 5px !important;
        background: #296ed5;
        position:relative;
        z-index:2
    }
        .ht-tab-menu li a:before {
            position: absolute;
            width: 0;
            height: 100%;
            background: #082976;
            content: "";
            right: 0;
            top: 0;
            transition: 0.5s;
            border-radius:4px;
            z-index:-1
        }
        .ht-tab-menu li a:hover:before {
           
            width: 100%;
          
        }
        .ht-tab-menu li a.active:hover:before {
            width: 100%;
            background:none
        }
        .ht-tab-menu li a.active:after {
            content: "\f0d7";
            position: absolute;
            font-family: FontAwesome;
            bottom: -22px;
            color: #eb9a13;
            font-size: 30px;
            left: 50%;
        }
     
        .ht-tab-wrap2 .ht-tab-menu li a {
            font-size: 12px;
            font-weight: 600;
            border: 1px solid #ededed !important;
            border: rgb(237, 237, 237);
            background: #4f7199;
            color: #fff;
            padding: 15px 7px 13px;
            min-width: 108px;
            border-radius: 0px !important;
        }
.ht-tab-wrap2 .ht-tab-menu li {
    margin: 0 0px;
}
.ht-tab-wrap2 .ht-tab-menu {
    margin:0;
}
    .ht-tab-wrap2 .ht-tab-menu li a.active {
        color: #FFF;
        border-color: #086AD8 !important;
        background: #086ad8;
    }
.ht-tab-menu li a.active {
    color: #fff;
    border-color: #eb9a13 !important;
    background: #eb9a13
}
  
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ht-tab-menu li a {
    padding: 21px 10px 19px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-tab-wrap2 .ht-tab-menu li a {
        font-size: 11px;
       
        padding: 8px 7px 7px;
        min-width: 77px;
       
    }
    .ht-tab-wrap2 .ht-tab-menu li a {
        margin-bottom: 0px;
    }
    .ht-tab-menu li a {
    padding: 12px 13px 12px;
    min-width: 150px;
    margin-bottom: 10px;
  }
}
.ht-tab-menu_two li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
}

.tab-history-image img {
  border-radius: 5px;
}

.tab-content-inner .text {
  font-size: 18px;
  font-size: 18px;
}

.tab-slider-nav--list {
  display: block;
  margin-bottom: 50px;
  opacity: 0.6;
}
.tab-slider-nav--list:hover {
  opacity: 0.9;
}
.tab-slider-nav--list .ht-slider-tab-icon {
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 32px;
  border-radius: 15px;
  color: #fff;
  -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
          box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
  margin-right: 30px;
}
.tab-slider-nav--list h5 {
  display: block;
  color: #fff;
  max-width: 280px;
}
.tab-slider-nav--list p {
  margin-top: 26px;
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-slider-nav--list:last-child {
    margin-bottom: 0;
  }
}
.tab-slider-nav .slick-current .tab-slider-nav--list {
  opacity: 1;
}
.tab-slider-nav .slick-current .tab-slider-nav--list .ht-slider-tab-icon {
  background-image: -webkit-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%);
  background-image: -o-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%);
  background-image: linear-gradient(-225deg, #f8c59b 0%, #e68c60 100%);
}

.start-ups-left-tab .tab-slider-nav--list {
  display: block;
  margin-bottom: 50px;
  opacity: 0.6 !important;
}
.start-ups-left-tab .tab-slider-nav--list:hover {
  opacity: 0.9;
}
.start-ups-left-tab .tab-slider-nav .slick-current .tab-slider-nav--list {
  opacity: 1 !important;
}
.start-ups-left-tab .tab-slider-nav .slick-current .tab-slider-nav--list .ht-slider-tab-icon {
  background-image: -webkit-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%) !important;
  background-image: -o-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%) !important;
  background-image: linear-gradient(-225deg, #f8c59b 0%, #e68c60 100%) !important;
}

.tab-slider-images .slick-dots {
  text-align: center;
  margin-top: 30px;
}
.tab-slider-images .slick-dots li {
  display: inline-block;
  margin: 0 15px;
}
.tab-slider-images .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  border-radius: 50%;
  -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);
}
.tab-slider-images .slick-dots li button:hover {
  width: 10px;
  height: 10px;
}
.tab-slider-images .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 9px #ededed;
          box-shadow: 0 0 9px #ededed;
}

.modern-grid--6 {
  display: grid;
  grid-row-gap: 60px;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modern-grid--6 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modern-grid--6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .modern-grid--6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.carousel-slider__content {
  margin-top: 25px;
  padding: 0 20px;
}
.carousel-slider__content .headeing {
  margin-bottom: 10px;
}

/*=============================================
=             29. Team Member Css             =
==============================================*/
.sider-title-button-box .ht-btn {
  margin-right: 15px;
}

.ht-team-member .team-image {
  position: relative;
}
.ht-team-member .social-networks {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 6px 0;
  background-color: #002FA6;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ht-team-member .social-networks a {
  display: inline-block;
  font-size: 16px;
  line-height: 0;
  color: #fff;
  padding: 10px 14px;
}
.ht-team-member:hover .social-networks {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ht-team-member .team-info {
  margin-top: 20px;
}

.ht-team-member-style-one .ht-team-member {
  max-width: 310px;
  margin: auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .ht-team-member-style-one .ht-team-member {
    margin-bottom: 30px;
  }
}

.ht-team-member-style-two .ht-team-member {
  max-width: 350px;
  margin: auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .ht-team-member-style-two .ht-team-member {
    margin-bottom: 30px;
  }
}

.ht-team-member-style-three .ht-team-member {
  max-width: 350px;
  margin: auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .ht-team-member-style-three .ht-team-member {
    margin-bottom: 30px;
  }
}

.team_member-list .team__title {
  font-size: 15px;
  text-transform: uppercase;
}

/*----------------------------
    tooltip library
----------------------------*/
[class*=hint--] {
  position: relative;
  display: inline-block;
  /**
  * tooltip arrow
  */
  /**
  * tooltip body
  */
}

[class*=hint--]:before, [class*=hint--]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
     transition-delay: 0ms;
}

[class*=hint--]:hover:before, [class*=hint--]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=hint--]:hover:before, [class*=hint--]:hover:after {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
     transition-delay: 100ms;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: transparent;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #086AD8;
  color: white;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:before, [aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
  display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #086AD8;
}

.hint--top-right:before {
  border-top-color: #086AD8;
}

.hint--top:before {
  border-top-color: #086AD8;
}

.hint--bottom-left:before {
  border-bottom-color: #086AD8;
}

.hint--bottom-right:before {
  border-bottom-color: #086AD8;
}

.hint--bottom:before {
  border-bottom-color: #086AD8;
}

.hint--left:before {
  border-left-color: #086AD8;
}

.hint--right:before {
  border-right-color: #086AD8;
}

.hint--white:after {
  background: #ffffff;
  color: #333;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 5px;
}
.hint--white:before {
  border-top-color: #ffffff;
}

.hint--black:after {
  background: #000000;
  color: #ffffff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 5px;
}
.hint--black:before {
  border-top-color: #000000;
}
.hint--black.hint--bottom::before {
  border-bottom-color: #000000;
}
.hint--black.hint--top-left::before {
  border-top-color: #000000;
}
.hint--black.hint--bottom-left::before {
  border-bottom-color: #000000;
}
.hint--black.hint--top::before {
  border-top-color: #000000;
}
.hint--black.hint--left::before {
  border-left-color: #000000;
}
.hint--black:before {
  border-top-color: transparent;
}

.hint--theme-two:after {
  background: #d2a98e;
  color: #ffffff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 5px;
}
.hint--theme-two:before {
  border-top-color: #d2a98e;
}
.hint--theme-two.hint--bottom::before {
  border-bottom-color: #d2a98e;
}
.hint--theme-two.hint--top-left::before {
  border-top-color: #d2a98e;
}
.hint--theme-two.hint--top::before {
  border-top-color: #d2a98e;
}
.hint--theme-two.hint--left::before {
  border-left-color: #d2a98e;
}
.hint--theme-two:before {
  border-top-color: transparent;
}

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -13px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 7px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
      transform: translateX(-50%) translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -13px;
}

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 7px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -ms-transform: translateX(-50%) translateY(8px);
      transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -13px;
  margin-bottom: -7px;
}

.hint--right:after {
  margin-bottom: -15px;
}

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.hint--left:after {
  margin-bottom: -15px;
}

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -13px;
}

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 7px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 14px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -ms-transform: translateX(-100%) translateY(-8px);
      transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -13px;
}

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 7px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -14px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -13px;
}

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 7px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 14px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -ms-transform: translateX(-100%) translateY(8px);
      transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -13px;
}

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 7px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -14px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -o-transition-duration: 0ms;
     transition-duration: 0ms;
}

.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/*=============================================
=           30. Timeline Css           =
=============================================*/
.ht-timeline.style-01 .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}
.ht-timeline.style-01 .tm-timeline-list {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 32px 0 65px;
}
.ht-timeline.style-01 .item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .item {
    padding-left: 45px;
    width: 100%;
  }
}
.ht-timeline.style-01 .item + .item {
  margin-top: 68px;
}
.ht-timeline.style-01 .line {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  height: 100%;
  border-left: 2px solid #086ad8;
  opacity: 0.15;
}
@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .line {
    left: 15px;
  }
}
.ht-timeline.style-01 .dots {
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 30px;
  height: 30px;
  color: #086ad8;
}
@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .dots {
    right: auto;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.ht-timeline.style-01 .dots::before {
  content: "";
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 30px;
  height: 30px;
}
.ht-timeline.style-01 .dots .middle-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  z-index: 2;
  border: 3px solid currentColor;
  background: #fff;
}
.ht-timeline.style-01 .timeline-col .inner {
  text-align: right;
  width: 500px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-col .inner {
    text-align: left;
  }
}
.ht-timeline.style-01 .timeline-col .inner .year {
  color: #086AD8;
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-col .inner .year {
    font-size: 32px;
  }
}
.ht-timeline.style-01 .timeline-col .inner .photo {
   background: #ccc;
    width: 100%
}
.ht-timeline.style-01 .timeline-col .inner .photo img {
    border-radius: 5px;
    min-height: 200px;

 
}
.ht-timeline.style-01 .timeline-info .inner {
  
  float: right;
  width: 500px;
  max-width: 100%;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-timeline.style-01 .timeline-info .inner {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-info .inner {
    padding-top: 30px;
  }
}
.ht-timeline.style-01 .timeline-info .content-body {
  display: inline-block;
  width: 450px;
  max-width: 100%;
}
.ht-timeline.style-01 .timeline-info .heading {
  font-size: 24px;
  margin-bottom: 20px;
}
.ht-timeline.style-01 .timeline-info .text {
  font-size: 16px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .timeline-info .text {
    font-size: 16px;
  }
}
.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-info > .inner {
  float: left;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .ht-timeline.style-01 .item:nth-child(2n+1) .timeline-info > .inner {
    text-align: left;
  }
}
.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature > .inner {
  text-align: left;
  float: right;
}
.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature > .inner {
  text-align: left;
  float: right;
}

/*=============================================
=         31. Testimonial slider Css           =
=============================================*/
.testimonial-slider__container {
  padding-bottom: 0;
}
.testimonial-slider--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .testimonial-slider--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.testimonial-slider__media {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
}
.testimonial-slider__media img {
  border-radius: 50%;
}
.testimonial-slider__text {
    font-size: 16px;
    font-family: 'Poppins';
}
.testimonial-slider__author {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.testimonial-slider__author .testimonial-rating {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffb944;
}
.testimonial-slider__author .author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .testimonial-slider__author .author-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.testimonial-slider__author .name {
  color: #333333;
}
.testimonial-slider__author .designation {
  font-size: 14px;
}
.testimonial-slider__author .designation:before {
  content: " / ";
  padding: 0 5px;
}
.testimonial-slider__one {
  position: relative;
  background: #fff;
  padding: 31px 50px 47px;
  border-radius: 5px;
  margin: 20px 15px 35px;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0px) !important;
      -ms-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}
.testimonial-slider__one .testimonial-slider--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-slider__one .testimonial-slider--info .post-thumbnail {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .testimonial-slider__one .testimonial-slider--info .post-thumbnail {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.testimonial-slider__one:hover {
  -webkit-transform: translateY(-5px) !important;
      -ms-transform: translateY(-5px) !important;
          transform: translateY(-5px) !important;
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider__one {
    padding: 31px 20px 31px;
  }
}
.testimonial-slider__single {
  background: #ffffff;
  padding: 51px 37px 40px;
  border-radius: 5px;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.testimonial-slider__single .testimonial-subject {
  margin-bottom: 15px;
}
    .testimonial-slider__single .testimonial-slider__text {
        color: #0b8095;
    }
.testimonial-slider__single .author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.testimonial-slider__container-two .swiper-slide.swiper-slide-prev {
  opacity: 0.5;
}
.testimonial-slider__container-two .swiper-slide.swiper-slide-next {
  opacity: 0.5;
}

.modern-it-company-testimonial {
  max-width: 570px;
}
.modern-it-company-testimonial .text {
  font-size: 34px;
  line-height: 1.34;
  font-weight: 500;
  color: #000000;
  margin-bottom: 80px;
}
.modern-it-company-testimonial .author h6 {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modern-it-company-testimonial .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modern-it-company-testimonial {
    margin-top: 30px;
  }
  .modern-it-company-testimonial .text {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .modern-it-company-testimonial-bg {
    background-position: left 144px bottom 340px !important;
  }
}
/*=====  End of testimonial slider  ======*/
/* =========================
    Typed Text 
=============================*/
.cd-headline.clip span {
  padding: 0;
}

.cd-headline.clip .cd-words-wrapper.brown-color::after {
  background-color: #ddd;
  width: 4px;
}

.cd-headline.clip span {
  padding: 0;
}

.cd-headline.clip .cd-words-wrapper.brown-color::after {
  background-color: #f10;
  width: 4px;
}

.typed-text-wrap {
  text-align: center;
}
.typed-text-wrap h4 {
  max-width: 700px;
  font-size: 48px;
  line-height: 1.34;
  margin-bottom: 0;
  word-wrap: break-word;
  font-weight: 700;
  margin-top: -20px;
}
.typed-text-wrap h4 span b {
  font-weight: 700;
  font-style: normal;
  color: #086AD8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .typed-text-wrap h4 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .typed-text-wrap h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .typed-text-wrap h4 {
    font-size: 20px;
  }
}

/*===================================
=          32. Project Css           =
====================================*/
.projectinfotechno-bg {
  background-image: url(../images/patterns/mitech-home-infotechno-case-study-section-bg.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.projects-slider__container .projects-wrap.style-01 {
  display: block;
}
.projects-slider__container .projects-wrap.style-01 .projects-image-box {
  margin: 20px 15px 35px;
}

.projects-wrap.style-01 {
  display: block;
}
.projects-wrap.style-01 .projects-image-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
  position: relative;
  margin-bottom: 30px;
  /*margin: 20px 15px 35px;*/
}
.projects-wrap.style-01 .content {
  padding: 25px 26px 94px;
  padding-bottom: 88px;
}

.projects-wrap.style-01 .content .heading {
  font-weight: 600;
  line-height: 1.25 !important;
  margin-bottom: 2px;
  color: #333 !important;
}
.projects-wrap.style-01 .content .post-categories {
  color: #086AD8;
  margin-bottom: 2px;
}
.projects-wrap.style-01 .content .text {
  color: #696969;
  margin-top: 13px;
}
.projects-wrap.style-01 .content .box-projects-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 56px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eee;
  color: #000;
}
    .projects-wrap.style-01 .content .box-projects-arrow::before {
        background-color: #2817ae;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        z-index: -1;
    }
.projects-wrap.style-01:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.projects-wrap.style-01:hover .content .heading {
  color: #086AD8;
}
.projects-wrap.style-01:hover .content .box-projects-arrow {
  color: #ffffff;
}
.projects-wrap.style-01:hover .content .box-projects-arrow::before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.projects-wrap.style-2 {
  margin-bottom: 30px;
  display: block;
}
.projects-wrap.style-2 .projects-image-box img {
  border-radius: 8px;
}
.projects-wrap.style-2 .content {
  padding: 22px 15px 24px;
  text-align: center;
}
.projects-wrap.style-2 .content .heading {
  font-weight: 600;
  line-height: 1.25;
  color: #333 !important;
}
.projects-wrap.style-2 .content .post-categories {
  color: #086AD8;
  margin-bottom: 5px;
}
.projects-wrap.style-2:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.projects-wrap.style-3 {
  display: block;
}
.projects-wrap.style-3 .projects-image-box {
  background: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.projects-wrap.style-3 .projects-image-box .projects-image {
  position: relative;
}
.projects-wrap.style-3 .projects-image-box .projects-image img {
  border-radius: 5px;
}
.projects-wrap.style-3 .projects-image-box .projects-image .project-logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.projects-wrap.style-3 .content {
  padding: 10px 0px 15px;
}
.projects-wrap.style-3 .content .heading {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  color: #333 !important;
}
.projects-wrap.style-04 {
  display: block;
}
.projects-wrap.style-04 .projects-image-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
  position: relative;
  padding: 0;
  margin-bottom: 30px;
  position:relative;
  z-index:2
}
.projects-wrap.style-04 .projects-image-box .projects-image {
  position: relative;
  width: 100%;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 2px;
  margin-bottom:25px;
  line-height:130px
}
    .projects-wrap.style-04 .projects-image-box .projects-image::before {
        background-image: -webkit-linear-gradient(160deg, #f6e8e8 0%, #fefdfd 100%);
        background-image: -o-linear-gradient(160deg, #f6e8e8 0%, #fefdfd 100%);
        background-image: linear-gradient(160deg, #f6e8e8 0%, #fefdfd 100%);
        border-radius: 50%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
.projects-wrap.style-04 .projects-image-box .projects-image .image {
  z-index: 1;
  position: relative;
  text-align: center;
}
.projects-wrap.style-04 .content {
  padding: 0px 6px 94px;
  padding-bottom:25px;
}
.projects-wrap.style-04 .content .heading {
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2px;
  color: #333 !important;
}
.projects-wrap.style-04 .content .post-categories {
  color: #086AD8;
  margin-bottom: 2px;
}
.projects-wrap.style-04 .content .text {
  color: #696969;
  margin-top: 13px;
}
    .projects-wrap.style-04 .content .box-projects-arrow {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        height: 56px;
        line-height: 55px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        border-top: 1px solid #eee;
        color: #ffffff;
        background: #9d1414;
    }
.projects-wrap.style-04 .content .box-projects-arrow::before {
  background-color: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
/*.projects-wrap.style-04:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}*/
.projects-wrap.style-04:hover .content .heading {
  color: #086AD8;
}
.projects-wrap.style-04:hover .content .box-projects-arrow {
  color: #ffffff;
}
.projects-wrap.style-04:hover .content .box-projects-arrow::before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
    .projects-wrap.style-04 .projects-image-box:before {
        background: linear-gradient(144deg, #2984de 25%, #2a1ab4 100%);
        content: "";
        position: absolute;
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: -1;
        transition: 0.5s;
        opacity: 0
    }
    .projects-wrap.style-04 .projects-image-box:hover:before {
      opacity:1;
        width:100%;
        height:100%
    }
    .projects-wrap.style-04:hover .content .heading, .projects-wrap.style-04:hover .content p {
        color: #FFF !important
    }

    .messonry-button button {
        padding: 0;
        border: 0 none;
        position: relative;
        background: transparent;
    }
.messonry-button button span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin: 5px 17px;
  position: relative;
  border-bottom: 2px solid transparent;
}
.messonry-button button span.filter-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.74;
  color: #086AD8;
  -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);
}
.messonry-button button span.filter-counter {
  position: absolute;
  top: 0;
  left: 50%;
  visibility: hidden;
  margin: 0 auto;
  min-width: 34px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  font-size: 12px;
  background-color: #086AD8;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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);
  font-weight: 600;
}
.messonry-button button span.filter-counter::before {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 4px solid #086AD8;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  border-top-color: #086AD8;
}
.messonry-button button:hover span.filter-counter {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.messonry-button button:hover span.filter-text {
  color: #086AD8;
}
.messonry-button button.is-checked span {
  border-bottom: 2px solid #086AD8;
}
.messonry-button button.is-checked span.filter-text {
  color: #086AD8;
}

/*======================================
=         33. Contact Us Css            =
=======================================*/
.contact-form__two input[type=text]:focus, .contact-form__two input[type=email]:focus, .contact-form__two input[type=url]:focus, .contact-form__two input[type=password]:focus, .contact-form__two input[type=search]:focus, .contact-form__two input[type=number]:focus, .contact-form__two input[type=tel]:focus, .contact-form__two input[type=range]:focus, .contact-form__two input[type=date]:focus, .contact-form__two input[type=month]:focus, .contact-form__two input[type=week]:focus, .contact-form__two input[type=time]:focus, .contact-form__two input[type=datetime]:focus, .contact-form__two input[type=datetime-local]:focus, .contact-form__two input[type=color]:focus, .contact-form__two textarea:focus, .contact-form__two select:focus, .contact-form__two select:focus, .contact-form__two textarea:focus {
  color: #222;
  border-color: transparent;
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.contact-form__two select:focus {
  background: #fff url("../images/icons/selector-icon.webp") no-repeat center right 20px !important;
}

.appointment-contact-bg {
  background: url(../images/bg/home-appointment-contact-bg-image.webp);
  background-repeat: no-repeat;
  background-position: center right;
}

.service-contact-bg {
  background-color: #002fa6;
  background-image: url(../images/bg/mitech-home-services-contact-bg.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.processing-contact-us-bg {
   
   
    background-repeat: no-repeat;
    background-position: top right;
}
    .processing-contact-us-bg:before {
        background: linear-gradient(144deg, #1d26c9 22%, #150874 60%);
        position: absolute;
        content: "";
        width: 100%;
        height: 72%;
        z-index: -1;
        top: 0;
        opacity: 0.7;
    }
    .processing-contact-us-bg:after {
        background: url(/assets/images/bannerbg.webp);
        position: absolute;
        content: "";
        width: 100%;
        height: 72%;
        z-index: -2;
        top: 0;
    }
.mission:after {
    background: url(/assets/images/bannerbg.webp);
    position: absolute;
    content: "";
    width: 100%;
    height: 72%;
    z-index: -2;
    top: 0;
}
.processing-contact-us-bg-black:before {
    background: linear-gradient(224deg, #2984de 22%, #23129f 60%);
    position: absolute;
    content: "";
    width: 100%;
    height: 76%;
    z-index: -1;
    top: 0;
}
.processing-contact-us-bg-black .row > [class*="col-"]:nth-child(1) .projects-wrap .projects-image-box {
    background: #fddcdc
}
.processing-contact-us-bg-black .row > [class*="col-"]:nth-child(2) .projects-wrap .projects-image-box {
    background: #dcedfd
}
.processing-contact-us-bg-black .row > [class*="col-"]:nth-child(3) .projects-wrap .projects-image-box {
    background: #fdfbdc
}
.processing-contact-us-bg-black .row > [class*="col-"]:nth-child(4) .projects-wrap .projects-image-box {
    background: #e7f6f0
}

.contact-title .sub-title {
    font-size: 18px;
}

.contact-input {
  margin: 0 -10px;
}
.contact-input .contact-inner {
  float: left;
  margin: 0 0 20px;
  padding: 0 10px;
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .contact-input .contact-inner {
    width: 100%;
  }
}

.contact-inner {
  margin: 0 0 20px;
}
    .contact-inner input, .contact-inner textarea {
        width: 100%;
        color: #000;
        border-color: #f8f8f8;
        background-color: #FFF;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0em;
        border: none;
        width: 100%;
        outline: none;
        border: 1px solid #1c5cc5;
        border-radius: 5px;
        padding: 3px 20px;
        height: 56px;
    }
        .contact-inner input:focus, .contact-inner textarea:focus {
            border-color: #5A8DEE;
            outline: 0;
            box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
        }
.contact-inner textarea {
  height: 150px;
  padding: 15px;
}
.contact-inner select {
  color: #777;
}

.infotechno-contact-us-bg {
  background-color: #eff2f6;
  background-image: url(../images/bg/home-infotechno-contact-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .conact-us-wrap-one {
    margin-bottom: 30px;
  }
}
.conact-us-wrap-one .heading {
  position: relative;
  padding-left: 34px;
  font-weight: 700;
  line-height: 1.4;
}
    .conact-us-wrap-one .heading::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 4px;
        height: 94%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #3c45b3;
    }
.conact-us-wrap-one .sub-heading {
  margin-top: 15px;
  font-size: 18px;
  margin-left: 34px;
  color: #696969;
}

.conact-us-wrap-three {
  position: relative;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .conact-us-wrap-three {
    margin-bottom: 30px;
  }
}
.conact-us-wrap-three::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 94%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d2a98e;
}
.conact-us-wrap-three .section-sub-title {
  padding-left: 34px;
}
.conact-us-wrap-three .heading {
  position: relative;
  padding-left: 34px;
  font-weight: 600;
  line-height: 1.4;
}
.conact-us-wrap-three .sub-heading {
  margin-top: 15px;
  font-size: 18px;
  margin-left: 34px;
  color: #696969;
}

.contact-info-one .icon, .contact-info-two .icon, .contact-info-three .icon {
    font-size: 40px;
    color: #16b9b3;
}
.contact-info-one .heading, .contact-info-two .heading, .contact-info-three .heading {
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}
.contact-info-one .call-us, .contact-info-two .call-us, .contact-info-three .call-us {
    line-height: 1.17;
    color: #16b9b3;
    position: relative;
    display: inline-block;
}
.contact-info-one .call-us::before, .contact-info-two .call-us::before, .contact-info-three .call-us::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.contact-info-one .call-us:hover, .contact-info-two .call-us:hover, .contact-info-three .call-us:hover {
  color: #002fa6;
}
.contact-info-one .call-us:hover::before, .contact-info-two .call-us:hover::before, .contact-info-three .call-us:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.contact-info-one .call-us a:hover, .contact-info-two .call-us a:hover, .contact-info-three .call-us a:hover {
  color: #002fa6;
}
.contact-info-one .btn--secondary, .contact-info-two .btn--secondary, .contact-info-three .btn--secondary {
  min-width: 230px;
}
.contact-info-one .btn--secondary:hover, .contact-info-two .btn--secondary:hover, .contact-info-three .btn--secondary:hover {
  background: #086AD8;
}

.contact-info-two .icon {
  color: #fff;
}
.contact-info-two .heading {
  color: rgba(255, 255, 255, 0.8);
}
.contact-info-two .call-us {
    color: #ff1293;
    color: #cb1294;
    background: linear-gradient(180deg, #f11fab 46%, #23129f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
    .contact-info-two .call-us:hover {
        color: #002fa6;
    }
    .contact-info-two .call-us a:hover {
        color: #002fa6;
    }
.contact-info-two .btn--secondary {
  background: #ffffff;
  color: #086AD8;
}
.contact-info-two .btn--secondary:hover {
  background: #d2a98e;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info-three {
    margin-top: 60px;
  }
}
.contact-info-three .heading {
  margin-bottom: 30px;
}
.contact-info-three .call-us {
  margin-bottom: 20px;
}
.contact-info-three .location-text-button .button-icon {
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  background: #f6f2ed;
  margin-right: 14px;
  display: inline-block;
}
.contact-info-three .location-text-button .button-icon::before {
  content: "\f3c5";
  font-style: normal;
  line-height: 56px;
  text-align: center;
  color: #086AD8;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.contact-info-three .location-text-button .button-text {
  font-weight: 500;
  color: #086AD8;
  position: relative;
}
.contact-info-three .location-text-button .button-text::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.contact-info-three .location-text-button:hover .button-text::after {
  width: 100%;
  left: 0;
  right: auto;
}

.processing-computing-area {
  padding: 150px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .processing-computing-area {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .processing-computing-area {
    padding: 60px 0;
  }
}

.computing-info-box h2 {
  font-size: 64px;
  line-height: 1.13;
  color: #002fa6;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .computing-info-box h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .computing-info-box h2 {
    font-size: 32px;
  }
}

.contact-form-service-wrap {
  background: #fff;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 42px 50px 50px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .contact-form-service-wrap {
    padding: 42px 20px 50px;
  }
}

.business-solution-form-wrap {
  max-width: 400px;
  margin-left: auto;
  background: #fff;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 42px 30px 51px;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .business-solution-form-wrap {
    margin: auto;
  }
}

.ht-star-rating.lg-style {
  color: #fb0;
  font-size: 24px;
}
.ht-star-rating.lg-style span + span {
  margin-left: 11px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info.sytle-one, .contact-info.style-two {
    margin-top: 60px;
  }
  .contact-info.sytle-one.service-contact, .contact-info.style-two.service-contact {
    margin-top: 0;
  }
}
.contact-info.sytle-one .contact-info-title-wrap .sub-text, .contact-info.style-two .contact-info-title-wrap .sub-text {
  margin-top: 20px;
  color: #ffffff;
  font-size: 18px;
}
.contact-info.sytle-one .contact-list-item .single-contact-list, .contact-info.style-two .contact-list-item .single-contact-list {
  display: block;
}
.contact-info.sytle-one .contact-list-item .content, .contact-info.style-two .contact-list-item .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}
.contact-info.sytle-one .contact-list-item .content .icon, .contact-info.style-two .contact-list-item .content .icon {
  color: #fff;
  border-color: #fff;
  font-size: 40px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 54px;
}
.contact-info.sytle-one .contact-list-item .content .main-content .heading, .contact-info.style-two .contact-list-item .content .main-content .heading {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.78;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.contact-info.sytle-one .contact-list-item .content .main-content .text, .contact-info.style-two .contact-list-item .content .main-content .text {
  color: #d2a98e;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.17;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info.sytle-one .contact-list-item .content .main-content .text, .contact-info.style-two .contact-list-item .content .main-content .text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info.sytle-one .contact-list-item .content .main-content .text, .contact-info.style-two .contact-list-item .content .main-content .text {
    font-size: 24px;
  }
}
.contact-info.style-two .contact-info-title-wrap .sub-text {
  color: #696969;
}
.contact-info.style-two .contact-list-item .content .icon {
  color: #d2a98e;
}
.contact-info.style-two .contact-list-item .content .main-content .heading {
  color: #333333;
}
.contact-info.style-two .contact-list-item .content .main-content .text {
  color: #086AD8;
}

.conact-info__list li {
  margin-bottom: 7px;
}

.conact-us-wrap-one.managed-it .heading {
  line-height: 1.67;
  font-weight: 600;
}

/*=====================================
=        34. Blog Pages Css           =
======================================*/
.single-blog-item.lg-blog-item {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.single-blog-item.lg-blog-item:last-child {
  padding-bottom: 60px;
  margin-bottom: 0px;
}
.single-blog-item.xs-list-blog-item {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.single-blog-item.xs-list-blog-item:last-child {
  margin-bottom: 0;
}
.single-blog-item .post-feature img {
  border-radius: 5px;
}
.single-blog-item .post-quote {
  position: relative;
  padding: 78px 40px 53px;
  background: #f5f7fd;
  text-align: center;
}
.single-blog-item .post-quote .post-quote-text {
  line-height: 1.5;
  margin-bottom: 39px;
}
.single-blog-item .post-quote::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 132px;
  width: 150px;
  background: url(../images/icons/quote.webp) no-repeat;
}
.single-blog-item .post-quote .post-quote-name {
  color: #333;
}
.single-blog-item .post-info {
  margin-top: 20px;
}
.single-blog-item .post-info .post-categories {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #d2a98e;
}
.single-blog-item .post-info .post-title {
  margin-bottom: 15px;
}
.single-blog-item .post-info .post-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}
.single-blog-item .post-info .post-meta .post-author {
  padding: 5px 10px 0;
}
.single-blog-item .post-info .post-meta .post-author .avatar-96 {
  width: 32px;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 50%;
}
.single-blog-item .post-info .post-meta .post-date, .single-blog-item .post-info .post-meta .post-view {
  padding: 5px 10px;
}
.single-blog-item .post-info .post-meta .post-date .meta-icon, .single-blog-item .post-info .post-meta .post-view .meta-icon {
  margin-right: 6px;
}
.single-blog-item .post-info .post-meta .post-comments {
  padding: 5px 10px;
}
.single-blog-item .post-info .post-meta .post-comments .meta-icon {
  margin-right: 6px;
}
.single-blog-item.blog-grid {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  margin-bottom: 30px;
}
.single-blog-item.blog-grid:hover .post-feature {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.single-blog-item.blog-grid .post-info .post-title {
  margin-bottom: 10px;
  line-height: 1.5;
}
.single-blog-item.blog-grid .post-info .btn-text {
  margin-top: 10px;
}
.single-blog-item.blog-grid .post-info .btn-text a {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.single-blog-item.blog-grid .post-info .btn-text a:hover {
  color: #d2a98e;
}
.single-blog-item.blog-masonry {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  position: relative;
  margin-bottom: 30px;
}
.single-blog-item.blog-masonry .post-info {
  padding: 10px 25px 83px;
}
.single-blog-item.blog-masonry .post-info .post-title {
  line-height: 1.5;
}
.single-blog-item .post-read-more .btn-read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 56px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eee;
  color: #086AD8;
  display: block;
}
.single-blog-item .post-read-more .btn-read-more::before {
  background: #086AD8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.single-blog-item .post-read-more .btn-read-more:hover {
  color: #ffffff;
}
.single-blog-item .post-read-more .btn-read-more:hover::before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.post-list-wrapper .blog-thumbnail a {
  display: block;
}
.post-list-wrapper .blog-thumbnail a img {
  width: 100%;
}
.post-list-wrapper .post-feature {
  margin-right: 30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .post-list-wrapper .post-feature {
    margin-right: 0px;
  }
}
.post-list-wrapper .post-info {
  margin-top: 0px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .post-list-wrapper .post-info {
    margin-top: 25px;
  }
}

.quote-post-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.quote-post-wrapper::before {
  content: "";
  padding-top: 100%;
}
.quote-post-wrapper .post-overlay {
  background: #f5f7fd;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
  transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.quote-post-wrapper .post-info {
  padding: 74px 64px 51px;
}
.quote-post-wrapper .post-quote-text {
  font-size: 24px;
  line-height: 1.5;
}
.quote-post-wrapper .post-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}
.quote-post-wrapper .post-content ::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  background: url(../images/icons/metro-quote.html) no-repeat;
  width: 150px;
  height: 132px;
}
.quote-post-wrapper .post-quote-name {
  font-size: 24px;
  color: #333;
  margin: 170px 0 0;
}

.single-valid-post-wrapper {
  overflow: hidden;
}
.single-valid-post-wrapper:hover .single-valid__thum {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.single-valid-post-wrapper .post-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}
.single-valid-post-wrapper .post-info {
  padding: 30px 30px 48px;
  width: 100%;
  color: #fff;
}
.single-valid-post-wrapper .post-info .post-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single-valid-post-wrapper .post-info .post-meta .post-date {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.single-valid-post-wrapper .post-info .post-meta .post-date .meta-icon {
  margin-right: 6px;
}
.single-valid-post-wrapper .post-info .post-meta .post-categories {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.single-blog__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
  transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
}
.single-blog__item::before {
  content: "";
}
.single-blog__item::before {
  padding-top: 30%;
}
.single-blog__item .single-valid__thum {
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
  transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-blog__item .single-valid__thum::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, transparent), to(rgba(0, 0, 0, 0.28)));
  background-image: -webkit-linear-gradient(top, transparent 27%, rgba(0, 0, 0, 0.28) 100%);
  background-image: -o-linear-gradient(top, transparent 27%, rgba(0, 0, 0, 0.28) 100%);
  background-image: linear-gradient(-180deg, transparent 27%, rgba(0, 0, 0, 0.28) 100%);
}

blockquote {
  margin: 54px 65px 44px 70px !important;
  padding: 0 0 0 20px;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 600;
  border-left: 4px solid #eee;
  border-left-color: #d2a98e;
  position: relative;
  color: #333;
}
@media only screen and (max-width: 767px) {
  blockquote {
    margin: 54px 65px 44px 30px !important;
  }
}

.entry-post-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.entry-post-tags .tagcloud-icon {
  font-size: 16px;
  margin-right: 9px;
  margin-bottom: 0;
}
.entry-post-tags .tagcloud a:hover {
  color: #086AD8;
}

.entry-post-share-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e8f6;
  margin-bottom: 50px;
}

.entry-post-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 575px) {
  .entry-post-share {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
}
.entry-post-share .share-media .share-icon {
  color: #fff;
  background: #086AD8;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 15px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.entry-post-share .share-media {
  position: relative;
  margin-left: 10px;
}
.entry-post-share .share-list {
  position: absolute;
  bottom: 100%;
  right: 0%;
  -webkit-transform: translate(0%, -1px);
      -ms-transform: translate(0%, -1px);
          transform: translate(0%, -1px);
  width: auto;
  white-space: nowrap;
  padding: 0 4px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.entry-post-share .share-list::before {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  content: "";
  border-top: 8px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.entry-post-share .share-list a {
  display: inline-block;
  font-size: 13px;
  padding: 12px;
  color: #555;
}
.entry-post-share.opened .share-list {
  -webkit-transform: translate(0%, -12px);
      -ms-transform: translate(0%, -12px);
          transform: translate(0%, -12px);
  visibility: visible;
  opacity: 1;
}

.entry-author .author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.entry-author .author-avatar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 170px;
  text-align: center;
}
.entry-author .author-avatar img {
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .entry-author .author-avatar {
    width: 120px;
  }
}
.entry-author .author-social-networks .inner {
  display: inline-block;
  margin: 22px -9px 0;
}
.entry-author .author-social-networks .inner a {
  display: block;
  float: left;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1;
  color: #333;
}
.entry-author .author-biographical-info {
  margin-top: 15px;
  font-size: 15px;
  color: #333;
}

.related-posts-wrapper {
  margin-top: 66px;
}
.related-posts-wrapper .single-valid-post-wrapper {
  position: relative;
  height: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.related-posts-wrapper .single-valid-post-wrapper::before {
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), color-stop(80%, #000));
  background-image: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #000 80%);
  background-image: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #000 80%);
  background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 0%, #000 80%);
  border-radius: 5px;
}
.related-posts-wrapper:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.related-posts-wrapper .single-valid__thum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
}
.related-posts-wrapper .post-content {
  padding-left: 50px;
  padding-right: 20px;
  margin-top: 0px;
  position: relative;
}
.related-posts-wrapper .post-content::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.related-posts-wrapper .post-content .post-title {
  color: #ffffff;
}

}

.comment-list {
  margin: 0;
  padding: 0;
}
.comment-list .comment {
  list-style-type: none;
  padding: 25px 0;
}
.comment-list .comment:last-child {
  padding-bottom: 0;
}
.comment-list .comment-author {
  float: left;
}
.comment-list .comment-author img {
  border-radius: 50px;
}
.comment-list .comment-content {
  position: relative;
  overflow: hidden;
  margin-left: 100px;
}
.comment-list .meta {
  margin-bottom: 12px;
}
.comment-list .meta .fn {
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  display: inline-block;
  margin-bottom: 0;
}
.comment-list .meta .comment-datetime {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  margin-left: 10px;
  font-size: 14px;
  font-style: italic;
  color: #ababab;
}
.comment-list .meta .comment-datetime::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #d8d8d8;
  border-radius: 50%;
}
.comment-list .comment-actions a {
  margin-right: 20px;
  font-weight: 500;
  color: #333;
}
.comment-list .comment-actions a:hover {
  color: #086AD8;
}
.comment-list .children {
  margin: 20px 0 20px 50px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .comment-list .children {
    margin: 40px 0 20px 40px;
  }
}
.comment-list .children li + li {
  margin-top: 35px;
}
.comment-list .comment-actions {
  margin-top: 16px;
  margin-top: 16px;
  color: #ababab;
}
.comment-list .comment-actions .comment-datetime {
  display: inline-block;
  margin-right: 10px;
}
.comment-list .comment-actions .comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
}

.comment-submit-btn .ht-btn {
  padding: 0 54px;
}

.post-feature-details.post-quote {
  position: relative;
  padding: 48px 40px;
  background: #5945e6;
  text-align: center;
}
.post-feature-details.post-quote::before {
  display: none;
}
.post-feature-details.post-quote .quote-icon {
  color: #fff;
  font-size: 26px;
  margin-bottom: 35px;
}
.post-feature-details.post-quote .post-quote-text {
  line-height: 1.5;
  margin-bottom: 25px;
  color: #ffffff;
}
.post-feature-details.post-quote .post-quote-name {
  color: #ffffff;
}
.post-feature-details.post-link {
  padding: 82px 100px;
  background: #f7fbfe;
  font-size: 24px;
  line-height: 1.5;
}
.post-feature-details.post-link a {
  color: #38cb89;
  word-wrap: anywhere;
  font-weight: 400;
}
.post-feature-details.post-link::before {
  display: none;
}

.peatures_image-wrap {
  margin-right: -168px !important;
  margin-left: 80px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .peatures_image-wrap {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .peatures_image-wrap {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .peatures_image-wrap {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .peatures_image-wrap {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

/*=================================
=         35. Infotechno Css        =
===================================*/
.infotechno-bg {
    background: rgb(233 241 244) none repeat scroll 0% 0%;
}

.infotechno-hero-text h5 {
    color: #FFF !important;
    font-weight: 600;
    margin-bottom: 20px;
   
}
.infotechno-hero-text h1 {
    font-weight: 700;
   /* background: -webkit-linear-gradient(33deg, #140962, #4294cd 64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    margin: 0;
   
    margin-bottom: 20px;
   /* -webkit-text-stroke: 1px #fff;*/
   color:#FFF
}
.infotechno-hero-text h1 span{
    color:#f8f40e
}



.infotechno-hero-inner-images {
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .infotechno-hero-text {
    
    margin-top: 0px;
  }
  .infotechno-hero-inner-images {
    max-width: 327px;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  
  .infotechno-hero-inner-images .infotechno-inner-one {
    max-width: 260px;
    margin: auto;
  }
}

.infotechno-inner-one {
  position: absolute;
  top: 10px;
}

.infotechno-inner-two {
  z-index: 1;
  position: relative;
}

.infotechno-hero-text {
  
  width: 100%;

}
@media only screen and (max-width: 767px) {
  .infotechno-hero-text {
   
    float: inherit;
    margin: 0px auto 20px;
    padding:0 15px
  }
}

/*-------------------------
    video section css
--------------------------*/
.infotechno-section-bg-01 {
    background: url(../images/bg1.webp) top 140px right no-repeat, -webkit-linear-gradient(top, #FFF 0, #e9f1f4 100%);
}
.infotechno-section-bg-02 {
    background: url(../images/bg1.webp) top 140px right no-repeat, -webkit-linear-gradient(top, #FFF 0, #e9f1f4 23%);
}

.infotechno-video-bg {
  background-image: url(../images/bg/home-infotechno-video-intro-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.infotechno-video-ptb {
  padding: 150px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .infotechno-video-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.vieeo-content-inner .heading {
  line-height: 1.34;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.viewo-text-wrap .single-popup-wrap.video-link {
  display: inline-block;
}
.viewo-text-wrap .single-popup-wrap.video-link .ht-popup-video.video-button {
  position: relative;
  margin-right: 0;
  display: inline-block;
  height: 78px;
  width: 78px;
}
.viewo-text-wrap .video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.viewo-text-wrap .video-text {
  margin-top: 0;
  margin-left: 59px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.45;
}

.infotechno-blog-list li {
  position: relative;
}
.infotechno-blog-list li:first-child a {
  margin-top: -16px;
}
.infotechno-blog-list li a {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 0 30px;
  margin-top: 20px;
}
.infotechno-blog-list li a::before, .infotechno-blog-list li a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.infotechno-blog-list li a::after, .infotechno-blog-list li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f30b";
  position: absolute;
  top: 7px;
  left: 0;
}
.infotechno-blog-list li a::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.infotechno-blog-list li a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.infotechno-blog-list li a:hover::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/*=============================================
=         36. Processing Hero Css             =
=============================================*/
.processing-hero-bg {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../images/hero/slider-processing-slide-01-bg.webp");
  background-size: cover;
  background-position: 50% 50%;
}

.processing-hero-text {
  max-width: 730px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .processing-hero-text {
    margin-top: 60px;
    text-align: center;
  }
}
.processing-hero-text h6 {
  line-height: 36px;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.processing-hero-text h1 {
  color: #ffffff;
  font-weight: 500;
  font-size: 68px;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .processing-hero-text h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .processing-hero-text h1 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .processing-hero-text h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .processing-hero-text h1 {
    font-size: 34px;
  }
}
.processing-hero-text p {
  color: #ffffff;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 18px;
}

.processing-hero-images-wrap {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .processing-hero-images-wrap {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .processing-hero-images-wrap {
    margin-top: 30px;
  }
}

.processing-hero-images {
  margin-left: -130px;
  margin-right: -200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .processing-hero-images {
    margin-left: -80px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .processing-hero-images {
    margin-left: -80px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .processing-hero-images {
    margin-left: -50px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .processing-hero-images {
    width: 300px;
    margin: auto;
  }
}

.hero-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .hero-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .hero-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-button .btn {
    min-width: 140px;
    padding: 0 24px;
  }
}

.hero-popup-video {
  margin-left: 20px;
}
.hero-popup-video a {
  display: inline-block;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hero-popup-video a .video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hero-popup-video a .video-content .video-text {
  margin-left: 8px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.hero-popup-video .video-play {
  font-size: 10px;
  display: inline-block;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
}
.hero-popup-video .video-play .video-play-icon i {
  color: #ffffff;
}

/*===============================
    Video Banner Section Css
=================================*/
.rv-video-section {
  position: relative;
}
.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;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .rv-video-section .main-video-box {
    max-width: 520px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-video-section .main-video-box {
    max-width: 400px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rv-video-section .main-video-box {
    max-width: 400px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .rv-video-section .main-video-box {
    max-width: 280px;
    margin-bottom: 100px;
  }
}
.rv-video-section .ht-banner-01 {
  position: relative;
}
.rv-video-section .ht-banner-01 img {
  position: absolute;
  left: 6%;
  top: -70px;
  height:480px;
  width:300px;
  border-radius:10px
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .rv-video-section .ht-banner-01 img {
    left: 6%;
    top: -50px;
    width: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-video-section .ht-banner-01 img {
    left: 0%;
    top: -50px;
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .rv-video-section .ht-banner-01 img {
    left: 10%;
    top: -30px;
    width: 184px;
  }
}
@media only screen and (max-width: 575px) {
  .rv-video-section .ht-banner-01 img {
    left: 0;
    top: -30px;
    width: 184px;
  }
}
.rv-video-section .ht-banner-02 {
  position: relative;
}
.rv-video-section .ht-banner-02 img {
  position: absolute;
  left: 50%;
  top: -103px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .rv-video-section .ht-banner-02 img {
    position: absolute;
    left: 50%;
    top: -103px;
    max-width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .rv-video-section .ht-banner-02 img {
    top: -65px;
    max-width: 130px;
  }
}
@media only screen and (max-width: 575px) {
  .rv-video-section .ht-banner-02 img {
    top: -65px;
    max-width: 130px;
  }
}
.rv-video-section .ht-banner-03 {
  position: relative;
}
.rv-video-section .ht-banner-03 img {
  position: absolute;
  left: 10%;
  bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-video-section .ht-banner-03 img {
    bottom: 0;
    top: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-video-section .ht-banner-03 img {
    bottom: 0;
    top: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .rv-video-section .ht-banner-03 img {
    bottom: 0;
    max-width: 120px;
    top: inherit;
  }
}
@media only screen and (max-width: 575px) {
  .rv-video-section .ht-banner-03 img {
    bottom: 0;
    max-width: 120px;
    top: inherit;
  }
}
.rv-video-section .ht-banner-04 img {
  right: 50px;
  left: auto;
  position: absolute;
  top: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-video-section .ht-banner-04 img {
    right: 35px;
    max-width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-video-section .ht-banner-04 img {
    right: 35px;
    top: 80%;
    max-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .rv-video-section .ht-banner-04 img {
    right: 15px;
    top: 80%;
    max-width: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .rv-video-section .ht-banner-04 img {
    right: 10px;
    top: 80%;
    max-width: 110px;
  }
}

.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;
}

.animation_images.one {
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
}

.animation_images.two {
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
}

.animation_images.three {
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
}

.animation_images.four {
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
}

@-webkit-keyframes animateUpDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes animateUpDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*=============================================
=         37. Processing Hero Css             =
=============================================*/
.appointment-hero-bg {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../images/hero/home-appointment-hero-bg-image.webp");
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 767px) {
  .appointment-hero-text {
    text-align: center;
    margin-bottom: 60px;
  }
}

.hero-button .video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-button .video-link .ht-popup-video .video-button__two .video-play {
  background: #ffffff;
}
.hero-button .video-link .ht-popup-video .video-button__two .video-play-icon::before {
  border-left-color: #086AD8;
}
.hero-button .single-popup-wrap.video-link .ht-popup-video.video-button {
  position: relative;
  width: 78px;
  height: 78px;
}
.hero-button .video-text {
  margin-top: 0;
  margin-left: 35px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1.78;
}
.hero-button .ht-popup-video.video-button .video-mark .wave-pulse::after, .hero-button .ht-popup-video.video-button .video-mark .wave-pulse::before {
  border: 3px solid #ffffff;
  -webkit-animation: zoomBig 3.25s linear infinite;
          animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.hero-button .ht-popup-video.video-button .video-mark .wave-pulse::before {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

/*=================================
=       38. Service Home Css        =
==================================*/
.service-hero-bg {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../images/hero/home-services-hero-bg.webp");
  background-size: cover;
  background-position: 50% 50%;
}

.service-hero-space {
  height: 770px;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .service-hero-space {
    height: 670px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-hero-space {
    height: 570px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-hero-space {
    height: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .service-hero-space {
    height: 480px;
  }
}
@media only screen and (max-width: 575px) {
  .service-hero-space {
    height: 480px;
  }
}

.service-hero-text {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .service-hero-text {
    text-align: center;
  }
}
.service-hero-text h3 {
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-hero-text h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-hero-text h3 {
    font-size: 22px;
  }
}
.service-hero-text h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 120px;
  line-height: 1.09;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .service-hero-text h1 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-hero-text h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-hero-text h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .service-hero-text h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .service-hero-text h1 {
    font-size: 44px;
  }
}
.service-hero-text .service-solution-form-wrap {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.service-hero-text .service-solution-form-wrap select {
  border-color: #086ad8;
  background-color: #086ad8;
  background-image: url("../images/icons/hero-selector-icon.webp");
  color: #fff;
  font-weight: 500;
  padding: 3px 30px;
  height: 60px;
}
.service-hero-text .service-solution-form-wrap select:focus {
  background: #086ad8 url("../images/icons/hero-selector-icon.webp") no-repeat center right 20px !important;
}
.service-hero-text p {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 500;
}

.service-project-slide-info {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-project-slide-info {
    margin-bottom: 40px;
    margin-top: 0px;
  }
}
.service-project-slide-info .text {
  font-size: 18px;
  line-height: 1.67;
}

.single-blog-lg-item > a {
  display: block;
}
.single-blog-lg-item .btn-text a {
  display: inline-block;
  border-bottom: 1px solid #ddd;
}
.single-blog-lg-item .btn-text a:hover {
  color: #d2a98e;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-blog-lg-item {
    margin-bottom: 40px;
  }
}

.post-blog-thumbnail {
  position: relative;
  display: block;
}
.post-blog-thumbnail > img {
  border-radius: 5px;
  width: 100%;
}
.post-blog-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(51, 51, 51, 0)), color-stop(80%, #000));
  background-image: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 11%, #000 80%);
  background-image: -o-linear-gradient(top, rgba(51, 51, 51, 0) 11%, #000 80%);
  background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 11%, #000 80%);
  border-radius: 5px;
}
.post-blog-thumbnail .post-meta {
  position: absolute;
  bottom: 18px;
  left: 30px;
  right: 30px;
  color: #fff;
  font-size: 14px;
  margin: 0 -8px;
}
.post-blog-thumbnail .post-meta .post-author img {
  width: 32px;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 50%;
}
.post-blog-thumbnail .post-meta div {
  display: inline-block;
  padding: 0 8px;
}

.single-blog-lg-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  border-top: 1px solid #ededed;
  padding: 20px 0 20px 30px;
}
.single-blog-lg-list:first-child {
  border-top: none;
  padding: 0px 0 20px 30px;
}
@media only screen and (max-width: 575px) {
  .single-blog-lg-list:first-child {
    padding: 20px 0 20px 0px;
  }
}
.single-blog-lg-list .post-blog-thumbnail {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 29px;
  width: 160px;
}
@media only screen and (max-width: 575px) {
  .single-blog-lg-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: none;
    border-top: none;
    padding: 0px 0 20px 0px;
  }
  .single-blog-lg-list .post-blog-thumbnail {
    margin-bottom: 20px;
    margin-right: 0px;
    width: 100%;
  }
}

.our-company-history {
  position: relative;
}

.grid-wrapper {
  max-width: 1200px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  right: 25px;
}
.grid-wrapper .line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(204, 204, 204, 0.25);
}
.grid-wrapper .line-1 {
  left: 25px;
}
.grid-wrapper .line-2 {
  left: 33.33333%;
}
.grid-wrapper .line-3 {
  left: 66.66666%;
}
.grid-wrapper .line-4 {
  right: 25px;
}

/*=============================================
=        38. Resolutions home Css             =
=============================================*/
.resolutions-hero-bg {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../images/hero/home-resolutions-hero-bg-image.webp");
  background-size: cover;
  background-position: 50% 50%;
}
.resolutions-hero-bg .vc_row-separator svg {
  fill: #F8F8F8;
}

.resolutions-hero-space {
  height: 880px;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .resolutions-hero-space {
    height: 740px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .resolutions-hero-space {
    height: 670px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .resolutions-hero-space {
    height: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .resolutions-hero-space {
    height: 480px;
  }
}
@media only screen and (max-width: 575px) {
  .resolutions-hero-space {
    height: 480px;
  }
}

.resolutions-hero-area-content {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.hero-button-group .ht-btn {
  margin: 10px;
  font-size: 14px;
}
.hero-button-group .ht-btn.btn--white {
  color: #086AD8;
}
.hero-button-group .ht-btn.btn--white .btn-icon {
  font-size: 10px;
  margin-left: 0px;
}
.hero-button-group .ht-btn.btn--white:hover {
  background: #086AD8;
  color: #ffffff;
}

.resolutions-hero-bottom {
  margin-top: -160px;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .resolutions-hero-bottom {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .resolutions-hero-bottom {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .resolutions-hero-bottom {
    margin-top: 0px;
  }
}

.resolutions-hero-slider .vc_row-separator svg {
  fill: #F8F8F8;
}

.resolutions-hero-bg-2 {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../images/hero/home-resolutions-hero-bg-image.webp");
  background-size: cover;
  background-position: 50% 50%;
}

/*=============================================
=        39. Cybersecurity home Css             =
=============================================*/
.cybersecurity-hero {
  overflow: hidden;
  background: #F6FAFE;
}

.cybersecurity-hero-text {
  max-width: 680px;
  width: 100%;
  float: right;
  padding-left: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cybersecurity-hero-text {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .cybersecurity-hero-text {
    padding-left: 0;
    float: inherit;
    margin: 60px auto 0px;
    text-align: center;
  }
}
.cybersecurity-hero-text h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
}
.cybersecurity-hero-text h3 {
  font-weight: 700;
}

.cybersecurity-hero-images {
  position: relative;
}

.inner-img-one {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .inner-img-one {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .inner-img-one img {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .inner-img-two {
    margin: auto !important;
    text-align: center;
  }
  .inner-img-two img {
    max-width: 254px;
  }
}

.worldRotate {
  -webkit-animation: worldRotate 20s linear infinite;
  animation: worldRotate 20s linear infinite;
}

/*--- spinner keyframe ---*/
@-webkit-keyframes worldRotate {
  0% {
    -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
            transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0px) rotate(-360deg);
            transform: rotate(0deg) translateY(0px) rotate(-360deg);
  }
}
@keyframes worldRotate {
  0% {
    -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
            transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0px) rotate(-360deg);
            transform: rotate(0deg) translateY(0px) rotate(-360deg);
  }
}
/*=====================================
=      40. About Us pages Css           =
=======================================*/
.about-us-bg {
    background: #49959c;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index:2
    
}
  

.banner-space {
    padding-top:15px;
    padding-bottom:15px;
}




.vision-space {
  padding-top: 85px;
  padding-bottom: 195px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vision-space {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vision-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .vision-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.requirements-list {
  width: 600px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%;
  float: right;
}

.resources-left-box {
  max-width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  float: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .resources-left-box {
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .resources-left-box {
    text-align: center;
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .resources-left-box {
    margin: 0 auto;
    margin-bottom: 0px;
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

.resources-inner .sub-title {
  color: #ababab;
}

.about-resources-wrapper {
  padding: 40px 0;
  background-color: #f8f8f8;
  background-image: url(../images/bg/mitech-slider-cybersecurity-global-image.webp);
  background-repeat: no-repeat;
  background-position: center right 40px;
}

.delivering-optimal-wrap .marker::before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #d2a98e;
}
.delivering-optimal-wrap .list-item {
  padding-left: 40px;
  margin-top: 40px;
  position: relative;
}
.delivering-optimal-wrap .list-item .title-wrap .title {
  color: #086AD8;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .modern-number-01 {
    margin-bottom: 20px;
  }
}
.modern-number-01.number-two h2 {
  max-width: 330px;
}
.modern-number-01.number-two span.mark-text {
  color: #086AD8;
}

.contact-button a {
  color: #086AD8;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  border-bottom: 1px solid #ddd;
}

.about-button {
  text-align: right;
}
.about-button a {
  min-width: 170px;
}



.single-gallery {
    overflow: hidden;
    display: block;
    border-radius: 5px;
   
   
    height:320px
}
.single-gallery__item:before {
    content:"";
    position:absolute;
    opacity: 0.5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(28, 15, 105, 0)), color-stop(80%, #000));
    background-image: -webkit-linear-gradient(top, rgba(28, 15, 105, 0) 11%, #000 80%);
    background-image: -o-linear-gradient(top, rgba(28, 15, 105, 0) 11%, #000 80%);
    background-image: linear-gradient(-180deg, rgba(28, 15, 105, 0) 11%, #000 80%);
    height: 100%;
    width:100%;
    z-index:1;
    border-radius:6px
}
.single-gallery:hover:before{
    display:none
}
.single-gallery__item {
    position: relative;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(28, 15, 105, 0)), color-stop(80%, #000));
    background-image: -webkit-linear-gradient(top, rgba(28, 15, 105, 0) 11%, #000 80%);
    background-image: -o-linear-gradient(top, rgba(28, 15, 105, 0) 11%, #000 80%);
    background-image: linear-gradient(-180deg, rgba(28, 15, 105, 0) 11%, #000 80%);
    border-radius:6px
}
.single-gallery h5 {
    position: absolute;
    bottom: 18px;
    text-align: center;
    width: 100%;
    color: #FFF;
    z-index: 1;
}
.single-gallery__item .ht-overlay {
  background-color: #086AD8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius:6px
}
.single-gallery__item .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.single-gallery__item .overlay-icon i {
  font-size: 24px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-gallery__item:hover .ht-overlay, .single-gallery__item:hover .overlay-icon {
  opacity: 0.9;
  visibility: visible;
}

.bg-item-images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius:6px
}
.bg-item-images::before {
  content: "";
  display: block;
  padding-top: 67%;
}

/*=======================================
=           Careers Job Listing         = 
========================================*/
.job-photo{
    width:67px;
}
.job-photo img{
    width:100%
}
@media(max-width:768px){
    .job-photo{
        margin:auto
    }
}
.ht-simple-job-listing .item {
    border-radius: 5px;
    padding: 33px 50px 36px;
    background: #FFF;
    margin-bottom: 10px;
    border: 1px solid #f6f6f6
}
   
    .ht-simple-job-listing .item .job-info .job-time {
       
        margin-top: 3px;
        display: block;
        color: #7a8caa;
        font-size:14px;
       
    }
.ht-simple-job-listing .item .job-button .ht-btn {
  min-width: 155px;
}

    .ht-simple-job-listing .item .job-info .job-time i {
        font-size: 13px;
        color: #a2abbc
    }
    .job-more-info .text-primary {
        color: rgb(78 106 152) !important
    }
    
@media only screen and (max-width: 767px) {
  .ht-simple-job-listing .item {
    padding: 30px;
  }
  .ht-simple-job-listing .item .job-description {
    margin-top: 15px;
  }
  .ht-simple-job-listing .item .job-button {
    margin-top: 20px;
  }
  
}

/*=======================================
=       41. Single Smart Vision Css         =
========================================*/
.vision-content .heading {
  font-size: 28px;
  line-height: 1.43;
  font-weight: 400;
  color: #002fa6;
}

.portfolio-details-table table {
  margin: 0 0 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
  display: inline-table;
  overflow: hidden;
}
.portfolio-details-table .label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 12px;
}
.portfolio-details-table td:last-child {
  text-align: right;
  padding-right: 0;
}
.portfolio-details-table td {
  border: 0;
  background: none !important;
  padding: 17px 10px;
  padding-right: 10px;
  text-align: left;
}
.portfolio-details-table td:first-child {
  padding-left: 0;
}
.portfolio-details-table tr + tr {
  border-top: 1px solid #ededed;
}
.portfolio-details-table .portfolio-details-share a {
  padding: 0 10px;
  font-size: 15px;
  color: #ababab;
}

.ht-problem-solution .item {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 44px;
}
.ht-problem-solution .item .problem {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.74;
  margin-bottom: 20px;
}
.ht-problem-solution .item .problem::before {
  color: #086ad8;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f30b";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.ht-problem-solution .item .solution {
  position: relative;
  padding-left: 32px;
}
.ht-problem-solution .item .solution::before {
  color: #086ad8;
  content: "\f00c";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.results-wrap .text {
  font-size: 24px;
}

.entry-portfolio-return-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background: #f6f2ed;
  -webkit-box-shadow: 0 4px 32px rgba(51, 51, 51, 0.07);
          box-shadow: 0 4px 32px rgba(51, 51, 51, 0.07);
  font-size: 18px;
}
.entry-portfolio-return-link:hover {
  background: #086AD8;
  color: #ffffff;
}

.portfolio-nav-links .nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .portfolio-nav-links .nav-list {
    grid-template-columns: auto;
  }
}
.portfolio-nav-links .nav-list .next {
  text-align: right;
}
.portfolio-nav-links .nav-list .inner div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 190px;
  padding: 20px 0;
}
.portfolio-nav-links .nav-list .prev img {
  margin-right: 28px;
}
.portfolio-nav-links .nav-list .next img {
  margin-left: 28px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.portfolio-nav-links .nav-list .next a {
  padding-right: 30px;
}
.portfolio-nav-links .nav-list .prev a {
  padding-left: 30px;
}
.portfolio-nav-links .nav-list .inner h6::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
}
.portfolio-nav-links .nav-list .prev h6::before {
  left: 15px;
  content: "\f104";
}
.portfolio-nav-links .nav-list .next h6::before {
  right: 15px;
  content: "\f105";
}

/*====================================
=         42. Redraw Css             =
=====================================*/
.rev_redraw-wrapper {
  overflow: hidden;
}

.rev_redraw-space {
  padding-top: 230px;
  padding-bottom: 230px;
}
@media only screen and (max-width: 767px) {
  .rev_redraw-space {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.rev_redraw-space .col-lg-12 {
  position: relative;
}

.redraw-content {
  z-index: 4;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .redraw-images img {
    max-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .redraw-images img {
    max-width: 100px;
  }
}

.redrow-1 {
  overflow: hidden;
  top: -205%;
  position: absolute;
  left: 10%;
}
@media only screen and (max-width: 767px) {
  .redrow-1 {
    top: -150%;
  }
}
@media only screen and (max-width: 575px) {
  .redrow-1 {
    top: -130%;
  }
}

.redrow-2 {
  position: absolute;
  left: 40%;
  top: -150%;
}
@media only screen and (max-width: 767px) {
  .redrow-2 {
    top: -80%;
  }
}

.redrow-3 {
  top: -205%;
  position: absolute;
  right: 10%;
}
@media only screen and (max-width: 767px) {
  .redrow-3 {
    top: -150%;
  }
}
@media only screen and (max-width: 575px) {
  .redrow-3 {
    top: -130%;
  }
}

.redrow-4 {
  top: 0%;
  position: absolute;
  left: -10%;
}

.redrow-5 {
  position: absolute;
  left: 20%;
  top: 150%;
}

.redrow-6 {
  position: absolute;
  right: 20%;
  top: 150%;
}

.redrow-7 {
  top: 0%;
  position: absolute;
  right: -10%;
}

/*=====================================
=       43. Preview Page Css          =
======================================*/
.hero__purchase .btn:hover, .downlode-btn .btn:hover {
  background: #086AD8;
  color: #fff;
}

.header__actions--preview .ht-btn {
  background: #fff;
  color: #086AD8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header__actions--preview {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
  }
  .header__actions--preview .header__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.preview-hero-area {
  height: 1020px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .preview-hero-area {
    height: 860px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .preview-hero-area {
    height: 780px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .preview-hero-area {
    height: 620px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-hero-area {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .preview-hero-area {
    height: auto;
  }
}

.preview-hero-bg {
  background: url(../images/hero/mitech-landing-main-slider-bg.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
  background-repeat: no-repeat;
}

.pe-img-01 {
  position: absolute;
  top: -4%;
  left: 28%;
}
@media only screen and (max-width: 767px) {
  .pe-img-01 {
    width: 130px;
    top: -10%;
    left: 8%;
  }
}

.pe-img-02 {
  position: absolute;
  top: 12%;
  right: 6%;
}
@media only screen and (max-width: 767px) {
  .pe-img-02 {
    right: -5%;
  }
}

.pe-img-03 {
  position: absolute;
  bottom: 10%;
  right: -10%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .pe-img-03 {
    width: 250px;
    right: -10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pe-img-03 {
    width: 250px;
    right: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pe-img-03 {
    width: 200px;
    right: -20%;
  }
}
@media only screen and (max-width: 767px) {
  .pe-img-03 {
    width: 200px;
    right: -20%;
  }
}
@media only screen and (max-width: 575px) {
  .pe-img-03 {
    width: 200px;
    right: -30%;
  }
}

.pe-img-04 {
  position: absolute;
  bottom: 20%;
  right: 18%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pe-img-04 {
    bottom: 5%;
    right: 18%;
  }
}
@media only screen and (max-width: 767px) {
  .pe-img-04 {
    bottom: 2%;
    right: 50%;
  }
}

.preview-inner-img {
  position: relative;
}
.preview-inner-img img {
  z-index: 4;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-inner-img {
    max-width: 500px;
    margin: auto;
  }
}

.preview-hero-text {
  z-index: 4;
  position: relative;
}
.preview-hero-text h6 {
  color: #d2a98e;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .preview-hero-text h6 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .preview-hero-text h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-hero-text {
    text-align: center;
  }
  .preview-hero-text .hero-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .preview-hero-text {
    text-align: center;
  }
}

.single-preview-item__wrap a {
  display: block;
}
.single-preview-item__wrap a:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.single-preview-item__wrap a:hover .single-preview-item__thumbnail .overlay {
  visibility: visible;
  opacity: 1;
}

.frame-screen {
  position: relative;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 70px 40px -35px rgba(51, 51, 51, 0.13);
          box-shadow: 0 70px 40px -35px rgba(51, 51, 51, 0.13);
}
.frame-screen .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 14px;
  height: 23px;
}
.frame-screen .dots .dot {
  margin: 0 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #dadada;
}
.frame-screen .single-preview-item__thumbnail {
  position: relative;
}
.frame-screen .single-preview-item__thumbnail .overlay {
  background-color: rgba(8, 106, 216, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.frame-screen .single-preview-item__thumbnail .btn-view-demo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff !important;
  pointer-events: none;
  min-width: 150px;
}
.frame-screen .single-preview-item__info h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.87;
  padding: 14px 27px;
  margin-bottom: 0;
  text-align: left;
}

.layout-section-bg {
  background: url(../images/preview/mitech-landing-header-preview-bg.webp);
  background-color: #f6f2ed;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.layouts-section-text {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.ht-box-icon.preview-style {
  margin-left: auto;
  max-width: 420px;
  margin-top: 30px;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ht-box-icon.preview-style:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.ht-box-icon.preview-style .icon-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ht-box-icon.preview-style .icon-box-wrap .image {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 27px 0 0;
  width: 114px;
  text-align: center;
  border-radius: 50%;
}

.prv-section-footer-bg {
  background: url(../images/preview/mitech-landing-footer-bg-01.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-preview-content h6 {
  letter-spacing: 7px;
}

.badge-image {
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 11;
}

/* ====================
    Toolbar Area 
========================*/
.aeroland__toolbar .inner {
  position: absolute;
  top: 200px;
  right: 100%;
  display: block;
  width: 40px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}
.aeroland__toolbar .inner a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #222;
  -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);
}

.demo-option-wrapper {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 55px;
}
.demo-option-wrapper .demo-panel-header {
  padding: 40px 30px 30px;
  text-align: center;
}

.demo-option-container {
  position: fixed;
  top: 0;
  left: 100%;
  background: #fff;
  height: 100%;
  width: 350px;
  max-width: calc(100% - 45px);
  z-index: 100000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.demo-option-container.open {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
}

.demo-quick-option-list {
  padding: 27px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.demo-quick-option-list a img {
  border-radius: 5px;
}
.demo-quick-option-list a:hover img {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/*=================================
=       Modern It Company Css       =
===================================*/
.modern-it-company-top-area {
  background-image: url("../images/bg/bg-gird-pattern-repeat-alt.webp");
  background-repeat: repeat;
}

.modern-it-company-hero {
  position: relative;
  margin-bottom: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modern-it-company-hero {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .modern-it-company-hero {
    margin-bottom: 30px;
  }
}

.modern-it-company-form-wrap {
  max-width: 550px;
}

@media (min-width: 1200px) {
  .modern-it-company-hero-image {
    position: absolute;
    top: 176px;
    right: 10px;
  }
}
.modern-it-company-hero-image {
  text-align: right;
  margin: auto;
  margin-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modern-it-company-hero-image {
    text-align: center;
  }
}

.modern-it-company-hero-text h1 {
  font-size: 65px;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modern-it-company-hero-text h1 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modern-it-company-hero-text h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .modern-it-company-hero-text h1 {
    font-size: 34px;
  }
}
.modern-it-company-hero-text .sort-dec {
  margin-top: 30px;
}
.modern-it-company-hero-text .book-box {
  margin-top: 100px;
  margin-bottom: 30px;
  position: relative;
}
.modern-it-company-hero-text .book-box .image {
  position: absolute;
  top: -30px;
  left: -80px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .modern-it-company-hero-text .book-box {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modern-it-company-hero-text .book-box {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.modern-it-company-hero-text .book-text {
  max-width: 340px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .modern-it-company-hero-text .book-text {
    max-width: 100%;
  }
}

.modern-it-company-testimonial-bg {
  background-image: url("../images/patterns/home-reputable-success-about-shape.webp");
  background-repeat: no-repeat;
  background-position: left 44px bottom 40px;
}

.success-stories-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 58px 80px;
  border-radius: 5px;
  background-color: #f6f2ed;
  background-image: url("../images/bg/home-reputable-success-section-story-bg.webp");
  background-repeat: no-repeat;
  background-position: right top;
}
@media only screen and (max-width: 767px) {
  .success-stories-wrap {
    padding: 58px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .success-stories-wrap .heading br {
    display: none;
  }
}

.modern-it-newsletters-wrap {
  border-radius: 5px;
  background-color: #f8f8f8;
  padding: 40px 35px;
}
.modern-it-newsletters-wrap .contact-inner input {
  background-color: #fff;
}

/*=============================================
=         36. Processing Hero Css             =
=============================================*/
.machine-learning-hero-bg {
    background-image: url("../images/hero/new-slider-bg.webp");
    background-color: #072a83;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
   
    height:75vh
}
@media only screen and (min-width:768px) and (max-width: 1499px) {
    .machine-learning-hero-bg {
        padding-top: 20px;
       
    }
}
@media only screen and (min-width:0px) and (max-width: 767px) {
    .machine-learning-hero-bg {
        padding-top: 25px;
       
    }
}





@media only screen and (max-width: 767px) {
  .machine-learning-hero-text {
    
    text-align: center;
  }
}
.machine-learning-hero-text h6 {
  line-height: 36px;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.machine-learning-hero-text h2 {
  color: #fff;
  font-weight:700;
  font-size:65px;
  letter-spacing: 0;
  line-height: 1;
  padding:0 30px
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .machine-learning-hero-text h2 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .machine-learning-hero-text h2 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .machine-learning-hero-text h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .machine-learning-hero-text h2 {
    font-size: 34px;
  }
}
.machine-learning-hero-text h1 {
  color: #ffffff;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 21px;
}

.hero-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .hero-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .hero-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-button .btn {
    min-width: 140px;
    padding: 0 24px;
  }
}

.hero-popup-video {
  margin-left: 20px;
}
.hero-popup-video a {
  display: inline-block;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hero-popup-video a .video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hero-popup-video a .video-content .video-text {
  margin-left: 8px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.hero-popup-video .video-play {
  font-size: 10px;
  display: inline-block;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
}
.hero-popup-video .video-play .video-play-icon i {
  color: #ffffff;
}

.hero-brand-wrap {
  margin-top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-brand-wrap {
    margin-right: 30px;
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-brand-wrap {
    margin-right: 30px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-brand-wrap {
    margin-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-brand-wrap .brand-logo {
  position: relative;
  margin-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-brand-wrap .brand-logo {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-brand-wrap .brand-logo {
    margin: 0 10px;
  }
}
.hero-brand-wrap .brand-logo__image {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hero-brand-wrap .brand-logo__image-hover {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hero-brand-wrap .brand-logo:hover .brand-logo__image {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}
.hero-brand-wrap .brand-logo:hover .brand-logo__image-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  z-index: 3;
}

.machine-learning-about-bg {
  background-color: #f8fbfe;
  background-image: url("../images/bg/n-1-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.machine-learning-service-bg {
  background-color: #f8f8f8;
  background-image: url("../images/bg/n-2-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.machine-learning-mark-text {
  max-width: 370px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  color: #696969;
  padding-left: 16px;
  border-left: 2px solid #086ad8;
}

.machine-learning-about-content .dec-text {
  font-size: 18px;
}

.machine-learning-contact-us-bg {
  background-image: url("../images/bg/new-cta-bg.webp");
  background-color: #086AD8;
  background-size: cover;
  background-repeat: no-repeat;
}

.machine-learning-project-bg {
  background-color: #f5f5f5;
  background-image: url("../images/bg/n-3-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-contails-machine h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 3px;
  color: #ababab;
}
.testimonials-contails-machine p {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.22;
  color: #002fa6;
  margin-top: 20px;
  margin-bottom: 24px;
}
.testimonials-contails-machine .testimonial-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.testimonials-contails-machine .testimonial-info .testimonial-name {
  font-size: 15px;
  font-weight: 700;
  color: #454545;
  margin-top: 5px;
  margin-right: 10px;
  position: relative;
}
.testimonials-contails-machine .testimonial-info .testimonial-name::after {
  content: " / ";
  left: 0;
}
.testimonials-contails-machine .testimonial-info .testimonial-by-line {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.29;
  color: #7e7e7e;
}

.swiper-pagination-machine {
  position: absolute;
  width: auto !important;
  margin-bottom: 50px;
}

.software-innovation-hero-text .sub-heading {
  text-transform: uppercase;
  color: #C2C2C2;
  line-height: 28px;
  letter-spacing: 3px;
  font-weight: 700;
}
.software-innovation-hero-text h3 {
  color: rgb(0, 91, 193);
  line-height: 40px;
  font-weight: 700;
  font-size: 40px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .software-innovation-hero-text h3 {
    line-height: 40px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .software-innovation-hero-text h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.software-innovation-hero-text h1 {
  color: rgb(0, 91, 193);
  line-height: 130px;
  font-weight: 700;
  font-size: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .software-innovation-hero-text h1 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .software-innovation-hero-text h1 {
    font-size: 80px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .software-innovation-hero-text h1 {
    font-size: 64px;
    line-height: 70px;
  }
}
.software-innovation-hero-text .info-heading {
  color: rgb(42, 42, 42);
  line-height: 32px;
  font-weight: 500;
  font-size: 18px;
}

.software-innovation-hero-image {
  margin-right: -20px;
  margin-left: -230px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .software-innovation-hero-image {
    margin-left: -146px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .software-innovation-hero-image {
    margin-left: -146px;
  }
}
@media only screen and (max-width: 767px) {
  .software-innovation-hero-image {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
  }
}

.software-innovation-about-bg {
  background-image: url("../images/bg/soft-s2-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.software-innovation-video-box .video-link .ht-popup-video .video-button__two .video-play-icon::before {
  border-left-color: #fff;
}
.software-innovation-video-box .video-link .ht-popup-video .video-button__two .video-play {
    background: #0b5471;
}
.software-innovation-video-box .video-text {
    color: #29afaa;
}
.software-innovation-video-box .video-button__two {
    padding: 13px;
    border: 3px solid rgb(20 207 188 / 40%);
    border-radius: 50%;
}

.technology-service-bg {
  background-color: #002fa6;
  background-image: url("../images/bg/soft-s5-bg.webp");
  background-repeat: no-repeat;
  background-position: left center;
}

.technology-service-area .text-infos {
  max-width: 470px;
  font-size: 18px;
}
.technology-service-area .ht-btn--outline {
  border-color: #fff;
  color: #fff !important;
}
.technology-service-area .ht-btn--outline:hover {
  border-color: #d2a98e;
  background: #d2a98e;
  color: #fff !important;
}
.footer-area-wrapper{
    z-index:2
}
   
    .footer-area-wrapper li a, .footer-area-wrapper h6, .footer-area-wrapper li, .footer-area-wrapper{
        color: #FFF
    }
    
.mobile-apps h2, .mobile-apps h5, .mobile-apps p, .mobile-apps{
    color:#FFF 
}
    .mobile-apps .card-body h6 {
        color: #15d6d5
    }
#slcr_row_height_6694b76acbbb5 {
    height: 100px;
}

.row__shape {
    height: 150px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
}
.shape__svg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    fill: #fff;
}
@media (max-width: 767px) {
    .row__shape {
        height: 50px !important;
    }
}
.fw-600{
    font-weight:600
}
.text-control-4, .text-control-4 p {
    max-height: 96px;
    -webkit-line-clamp: 4
}
.text-control-3 {
    max-height: 72px;
    -webkit-line-clamp: 3
}
.text-control-2 {
    max-height: 60px;
    -webkit-line-clamp: 2
}



      .text-control-3, .text-control-4, .text-control-2          {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 24px !important;
        -webkit-box-orient: vertical
    }
.list-style-one li {
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    margin-bottom: 10px;
}
    .list-style-one li:before {
        content: "\f054";
        position: absolute;
        font-family: 'Fontawesome';
        font-weight: 900;
        left: 0;
        color: #ffffff;
        height: 20px;
        width: 20px;
        background: #086ad8;
        border-radius: 100px;
        font-size: 11px;
        text-align: center;
        font-size: 10px;
        line-height: 20px;
        top: 3px;
    }
        .dec-text li{
            line-height:28px
        }
    .list-style-one li b {
        color: #2c17c1;
       
    }




.list-two-inner h5 {
    background: #f31da9;
    padding: 0px 7px;
    border-radius: 6px;
    color:#FFF;
    display:table;
    font-size:20px;
    font-weight:700
    
}
@media(max-width:768px){
.list-two-inner h5 {
   
    padding: 3px 7px;
    
    font-size: 18px;
    font-weight:600
}
}


.list-two-inner {
    background: rgb(255 255 255 / 18%);
    border: 1px solid hsl(0deg 0% 100% / 31%); 
    padding: 15px;
   
    text-align:left
}
.responsive-images100 {
    padding-bottom: 100%
}
.responsive-images160 {
    padding-bottom: 160%
}
.responsive-images125 {
    padding-bottom: 125%
}

.responsive-images62 {
    padding-bottom: 62%
}
.responsive-images41 {
    padding-bottom:41%
}
.responsive-images81 {
    padding-bottom: 81%
}



.responsive-images62, .responsive-images100, .responsive-images41, .responsive-images125, .responsive-images81, .responsive-images160 {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    text-align: left;
    background: url(/assets/images/loader-logo.webp) center center no-repeat #e0e0e0 !important
}

    .responsive-images62 img, .responsive-images100 img, .responsive-images41 img, .responsive-images125 img, .responsive-images81 img, .responsive-images160 img {
        position: absolute !important;
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: top;
        top: 0
    }

        .responsive-images62 img:after, .responsive-images100 img:after, .responsive-images41 img:after, .responsive-images125 img:after, .responsive-images81 img:after, .responsive-images160 img:after {
            content: "";
            position: absolute;
            background: #e0e0e0;
            width: 19px;
            height: 19px;
            top: 0;
            left: 0;
            z-index: 0
        }
.logo-line1 {
    position: relative;
    text-align: center;
    display: inline-block;
}
    
.hr-line {
   
    position:relative
}
.circle1 {
    height: 100px;
    width: 100px;
    background: #ccc;
    position: absolute;
    bottom: 142px;
    left: 76px;
}

.bg-yellow{
    background:#faf510;
    color:#000
}
.bg-black{
    color:#FFF
}
.curve-left{
position:relative;
height:0px
}
    .curve-left:before {
        
        content: "";
        width: 100%;
        height: 58px;
        position: absolute;
        left: 0;
        top: -24px;
       
        z-index: 3;
        transform: skewY(-2deg);
        background:#FFF
       
    }
.curve-right {
    position: relative;
    height: 0px
}

    .curve-right:before {
        background: #FFF !important;
        content: "";
        width: 100%;
        height: 58px;
        position: absolute;
        left: 0;
        top: -24px;
        z-index: 3;
        transform: skewY(2deg);
    }
.bg-light:before {
    background: #eaf1f4;
}
.bg-black:before {
    background: #000;
}
.bg-light {
    background: #eaf1f4 !important;
}


.btn-body {
    background: linear-gradient(144deg, #2984de 22%, #6d9fed 60%)
}

.experience-box {
    padding: 25px 25px 25px 25px;
    background-color: transparent;
    background-image: linear-gradient(144deg, #2984de 25%, #2a1ab4 100%);
    border-radius: 30px 30px 30px 30px;
    color: #FFF
}
.experience-box h6{
    font-size:17px
}
.text-body {
    color: #105fad !important
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:0px !important
}
.swiper-container {
   
    padding: 0px 0 30px !important;
   
}
/*.logo {
    background: #fff;
    position: absolute;
    border-radius: 100px;
    padding: 10px;
     border: 3px solid #0e5bd1; 
    top: -34px;
    z-index: 2;
    box-shadow: 0 0 30px rgb(51 51 51 / 16%);
}
*/
/*@keyframes borderMove {
    0% {
        border-width: 5px;
        border-radius: 100px;
        border-color: #0e5bd1;
        box-shadow: 0 0 10px #0e5bd1;
    }*/

    /*25% {
        box-shadow: 10px 0 20px #0e5bd1, -10px 0 20px #0e5bd1;*/ /* Shadow on left-right */
    /*}

    50% {
        box-shadow: 0 10px 20px #0e5bd1, 0 -10px 20px #0e5bd1;*/ /* Shadow on top-bottom */
    /*}

    75% {
        box-shadow: 10px 0 20px #0e5bd1, -10px 0 20px #0e5bd1;*/ /* Shadow on left-right again */
    /*}

    100% {
        box-shadow: 0 0 10px #0e5bd1;*/ /* Back to original position */
    /*}*/
.box {
    top: -39px;
    position: absolute;
    width: 130px;
    z-index: 2;
    height: 130px;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent, transparent 40%, #0e5bd1), linear-gradient(#262626, #141414);
    animation: rotate 1.5s linear infinite;
}

    .box:before,
    .box:after {
        content: " ";
        position: absolute;
        inset: 8px;
        background: linear-gradient(#161616, #262626);
        border-radius: inherit;
    }

    .box:before {
        background: linear-gradient(45deg, transparent, transparent 40%, #0e5bd1);
        filter: blur(32px);
    }

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        // filter: hue-rotate(360deg);
    }
}

.logo {
    background: #fff;
    position: absolute;
    border-radius: 100px;
    padding: 10px;
/*    border: 5px solid #0e5bd1;*/
    top: -34px;
    z-index: 2;

 /*   animation: borderMove 1s linear infinite;*/ /* Applying the border glow animation */
}


.slider-mask:before {
    background: linear-gradient(180deg, #2a3acb00 50%, #03010cd9 85%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
}
.slider-mask-2:before {
    background: #220660;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    opacity: 0.6;
}
.slider-mask-footer:before {
    background: #0c1caeed;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
}
.ht-box-images .image-box-wrap{
    position:relative;
    z-index:2
}
   

.slider-area .ht-box-images .image-box-wrap:after {
    background: url(/assets/images/boxbg.webp);
    content: "";
    height: 100%;
    top: 0px;
    width: 100%;
    position: absolute;
    left: 60px;
    transition: 0.5s;
    z-index: -1;
}
    .ht-box-images .image-box-wrap:hover .heading, .ht-box-images .image-box-wrap:hover p{
        color:#FFF
    }
.animate-top-bottom {
    -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;
    -webkit-animation-duration: 4.4s;
    animation-duration: 4.4s;
}
css-1kakr30 {
    background-color: #f6f6f6;
}.about-banner-wrap h1{
    font-size:65px
}
@media(min-width:768px){
.about-banner-wrap h2{
    font-size:60px
}
}
@media(max-width:768px){
    .about-banner-wrap h1 {
        font-size: 30px;
    }
}

.post-date {
    font-size: 13px;
    color: #838383;
}
.welcome:before {
    content: "";
    position: absolute !important;
    width: 6px;
    height: 93%;
    background: linear-gradient(134deg, #b0cafa 25%, #0c2676 100%);
    left: 0;
    top: 10px;
}
.welcome:after {
    content: "";
    position: absolute;
    width: 241px;
    height: 241px;
    /* border: 20px solid #f020ab; */
    z-index: -1;
    position: absolute;
    left: 25%;
    top: 49%;
    -webkit-transform: translate(-35%, -50%);
    -ms-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
    /* background: #343ec314; */
    border-radius: 100%;
    border: 28px solid #3d42ba0a;
}
.bg-gray {
    background: #F8F8F8;
}
@media(max-width:575px){

    .top-bar-wrap {
        height: auto;
        text-align: center;
        padding: 7px;
        line-height: 19px;
        margin-bottom: 13px;
        overflow:hidden
       
    }
    .header-top-bar-info.bg-gray{
        background:transparent
    } 
}
@media (max-width: 575px) {
    .mobile-menu-overlay__inner .logo {
        top: 7px;
        width: 89px;
    }
    .logo{
        width:89px;
        margin-top:16px
    }
    .box {
        top: -25px;
        position: absolute;
        width: 103px;
        z-index: 2;
        height: 103px;
        border-radius: 50%;
        background: linear-gradient(45deg, transparent, transparent 40%, #0e5bd1), linear-gradient(#262626, #141414);
        animation: rotate 1.5s linear infinite;
    }
  
}

.slider-area .ht-box-images.style-02 {
    height:32vh
}
@media(min-width:991px){
    .machine-learning-hero-bg {
       height:600px
    }
    .ht-box-images.style-02 .image-box-wrap {
      
        
    }
}
.mt-7{
    margin-top:7rem
}
.projects-image-box .projects-image img{
    border-radius:10px
}


.slider-area-main .swiper-container, .slider-area-main .swiper-slide {
    height:485px;
    border-radius: 14px;
}
.vh-75{
    height:78vh !important
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: end;
    justify-content:center
}

.slider-mask {
    background: linear-gradient(180deg, #2a3acb00 39%, #03010cd9 164%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
}


.bar {
    height: 5px;
   
   
    margin: 20px auto;
    position: relative;
   
}

    .bar::before {
        content: '';
        position: absolute;
        left: 0;
        top: 42.3px;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background: #ffffff;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: MOVE-BG;
        animation-name: MOVE-BG;
        animation-direction: alternate;
        border: 3px solid #4373f0;
    }

@-webkit-keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}
.img-cut1 {
    clip-path: polygon( 40px 0, /* Top-left cut (30px from the left) */
    100% 0, /* Top-right corner (no cut) */
    100% calc(100% - 40px), /* Bottom-right cut (30px from the bottom) */
    calc(100% - 40px) 100%, /* Bottom-right cut (30px from the right) */
    0 100%, /* Bottom-left corner (no cut) */
    0 40px /* Top-left cut (30px from the top) */
    );
    border: none;
}

.img-cut2 {
    clip-path: polygon(10% 0, 100% 0, 100% 75%, 91% 100%, 0 100%, 0 32%);
    border: none;
}
.box-image.chiarman img {
    width: 300px;
    height: 325px !important;
    object-fit: cover;
}
.img-area {
    position: relative;
    padding: 30px 30px 51px 50px;
    z-index: 2;
}
.img-area:before{
    content:"";
    position:absolute;
    width:200px;
    height:200px;
    background:#086AD8;
    right:0;
    top:0;
    border-radius:0 30px 0 0 
}
  
    .img-area:after {
        content: "";
        position: absolute;
        width: 200px;
        height: 238px;
        /* background: #086AD8; */
        left: 0;
        bottom: 0;
        /* border-radius: 0 30px 0 0; */
        z-index: -1;
        border: 1px solid #b5b5b5;
        border-radius: 0 0 0 30px;
    }
    .chairman{
        max-width:250px
    }
    @media(max-width:768px){
        .chairman {
            max-width: 180px;
         /*   border-radius: 100px;*/
        }
    }
@media(max-width:500px) {
    .chairman {
        max-width: 211px;
        /*  border-radius: 100px;*/
    }
    .slider-area-main .col-lg-9{
        padding:0
        
    }
    .site-wrapper-reveal>.container-fluid{
        padding-left:3px;
        padding-right:3px
    }
}
.syllabus .btn {
    height: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    padding: 15px 10px;
    width:100%
}
.staff p {
    font-size: 14px;
    font-weight: 500;
    color: #838383;
}
.staff-pic img{
    border-radius:100px;
    width:90px;
    height:90px;
    object-fit:cover
}
.alumni-pic img {
    border-radius: 100px;
    width: 115px;
    height: 115px;
    object-fit: cover
}
svg {
    display: block;
    height: 54px;
    width: 54px;
    color: #1ebf12;
    margin: auto;
    /* SVG path use currentColor to inherit this */
}

.circle {
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
    -webkit-animation: draw 1s forwards;
    animation: draw 1s forwards;
}

.tick {
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    -webkit-animation: draw 1s forwards 1s;
    animation: draw 1s forwards 1s;
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}


/*CAPTCHA*/
.submit__generated {
    display: inline-block;
}

    .submit__generated span {
        display: inline-block;
        width: 35px;
        height: 35px;
        vertical-align: center;
        line-height: 35px;
        font-weight: bold;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.9);
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

    .submit__generated.valid:after, .submit__generated.unvalid:after {
        font-family: FontAwesome;
        font-size: 18px;
        margin-left: 10px;
    }

    .submit__generated.valid:after {
        content: "";
        color: #2ecc71;
    }

    .submit__generated.valid .submit__input {
        border: 1px solid #2ecc71;
        color: #2ecc71 !important;
    }

    .submit__generated.unvalid:after {
        content: "";
        color: #e74c3c;
    }

    .submit__generated.unvalid .submit__input {
        border: 1px solid #e74c3c;
        color: #e74c3c;
    }

    .submit__generated .submit__input {
        position: relative;
        outline: 0;
        height: 35px;
        width: 35px;
        border-radius: 4px;
        border: 1px solid #42A0DD;
        color: #42A0DD;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        top: -2px;
    }

i.fa-refresh {
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
}

    i.fa-refresh:hover {
        color: rgba(0, 0, 0, 0.4);
        transform: rotate(180deg);
    }

span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
}

.submit {
    display: block;
    margin: 50px 0;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    background-color: #42A0DD;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 4px 0 #2C81BA;
    opacity: 1;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

    .submit:hover {
        background-color: #3498db;
    }

    .submit:active, .submit.enter-press, .submit.overlay {
        margin: 55px 0 46px 0;
        box-shadow: none;
    }

.submit__overlay {
    height: 54px;
    width: 124px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    margin-top: -54px;
    margin-left: 0px;
}

.low-opa {
    opacity: 0.4;
}

.fadeOut {
    opacity: 0;
    transform: translateY(10px);
}

.fadeIn {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.form-fields,
.form-success {
    transition: all 0.2s ease-out;
}

.form-success {
    opacity: 0;
    transform: translateY(-10px);
    margin-top: 20px;
}

/*------------*/
.form-area {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .form-area .form-inner {
        width: 100%;
    }

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:focus {
        color: #475F7B;
        background-color: #FFF;
        border-color: #5A8DEE;
        outline: 0;
        box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
    }

.intl-tel-input,
.iti {
    width: 100%;
}
.blog-date {
    font-size: 13px;
    color: #729fd0;
}

.blog-detail h2{
    font-size:40px
}
select {
    padding: 3px 20px;
    height: 56px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    background: #FFF url(../images/selector-icon.webp) no-repeat center right 20px;
   
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #1c5cc5;
    cursor:pointer
}
.fa-arrow-right::before {
    content: "\f061" !important;
}
.lg-prev.fa-arrow-left:after{
    display:none
}
.lg-toolbar.lg-group{
    display:none
}
@media(max-width:600px) {
    .slider-area-main .swiper-container, .slider-area-main .swiper-slide {
        height: 280px
    }
}
.proced{
    background:#002FA6;
    color:#FFF;
    padding:5px 20px;
    border-radius:40px;
    transition:0.5s
}
.proced:hover{
    background:#086AD8
}




.marquee_text {
   
   
    padding: 10px; /* Add padding for aesthetics */
    font-size: 18px; /* Font size for the marquee text */
    color: #000; /* Text color */
    overflow: hidden; /* Hide overflow to prevent scrollbar */
    position: relative; /* Position relative for absolute children if needed */;
    border-radius:6px
}
.marquee_text span{
    margin-right:40px
}
    .marquee_text:before {
        position: absolute;
        content: "News Update";
        background: #0e9810;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1;
       
        display: flex;
        align-items: center;
        padding: 10px;
        border-radius: 6px 50px 50px 6px;
        color: #FFF;
        font-size: 15px;
        font-weight: 600;
    }
.slider-area-main .box-image img {
    max-height: 50px
}

    @media(min-width:768px) and (max-width:1199px){
        .slider-area-main .box-image img {
            max-height: 36px;
        }
    }
.list-style-three .bg-cut {
   
  
    margin-bottom: 10px;
    clip-path: polygon( 40px 0, /* Top-left cut (30px from the left) */
    100% 0, /* Top-right corner (no cut) */
    100% calc(100% - 40px), /* Bottom-right cut (30px from the bottom) */
    calc(100% - 40px) 100%, /* Bottom-right cut (30px from the right) */
    0 100%, /* Bottom-left corner (no cut) */
    0 40px /* Top-left cut (30px from the top) */
    );
    border: none;
    background:#002FA6;
    padding-left:90px !important;
    color:#FFF
}
.list-style-three .bg-cut {
    margin-bottom: 10px;
    clip-path: polygon( 40px 0, /* Top-left cut (30px from the left) */
    100% 0, /* Top-right corner (no cut) */
    100% calc(100% - 40px), /* Bottom-right cut (30px from the bottom) */
    calc(100% - 40px) 100%, /* Bottom-right cut (30px from the right) */
    0 100%, /* Bottom-left corner (no cut) */
    0 40px /* Top-left cut (30px from the top) */
    );
    border: none;
    background: #002FA6;
    padding-left: 90px !important;
    color: #FFF;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.list-style-three li:hover .bg-cut {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.list-style-three .bg-cut h5 {
   
    color: #FFF
}
.list-style-three li:nth-child(2) .bg-cut {
    background: #0e9810
}
.list-style-three li:nth-child(4) .bg-cut {
    background: #071e58
}
.list-style-three li:nth-child(3) .bg-cut {
    background: #333
}
.list-style-three {
    counter-reset: list-counter; /* Initialize the counter */
    list-style: none; /* Remove default bullets */
    padding-left: 0px; /* Adjust padding for styling */
   
}

    .list-style-three li {
        position: relative;
       
        
    }

        /*.list-style-three li:before {
            counter-increment: list-counter;
            content: counter(list-counter) ".";
            position: absolute;
            left: 0;
            top: 49px;*/
            /* background-color: #0b45ae; */
            /*color: #ffffff;
            padding: 4px 8px;
            border-radius: 3px;
            font-weight: bold;
            left: 30px;
            z-index: 1;
            border-radius: 100px;
            height: 36px;
            width: 36px;
            text-align: center;
            line-height: 22px;
            border: 4px solid #ffffff;
        }*/

/* Wiggle Animation */
/* Scale-Up Animation */
.scale-up {
    animation: scale-up 3s ease-in-out infinite;
}

@keyframes scale-up {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

/* Flip Horizontal Animation */
.pulse {
    animation: pulse 3.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* Zoom In-Out Animation */
.zoom-in-out {
    animation: zoom-in-out 3s ease-in-out infinite;
}

.shake {
    animation: shake 3.5s ease-in-out infinite;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(10px);
    }

    75% {
        transform: translateX(-5px);
    }
}

