:root {
  --animate-duration: 0.5s;
  --animate-delay: 0.5s;
  --animate-repeat: 0.5;
}


.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 999999999
}

.pre-loader-wrap {
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center
}

.pre-loader-content-box {
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px
}

.pre-loader-logo {
  margin-bottom: 20px
}

.pre-loader-text {
  font-size: 50px;
  line-height: 1.3;
  color: #202122;
  font-weight: 700
}

.pre-loader-icon {
  margin: 40px 0 0
}

.newtons-cradle {
  width: 100px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto
}

.newtons-cradle div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ec7323
}

.newtons-cradle div:nth-of-type(1) {
  transform: translateX(-100%);
  animation: left-swing .5s ease-in alternate infinite
}

.newtons-cradle div:nth-of-type(3) {
  transform: translateX(-95%);
  animation: right-swing .5s ease-out alternate infinite
}

@keyframes left-swing {

  100%,
  50% {
    transform: translateX(95%)
  }
}

@keyframes right-swing {
  50% {
    transform: translateX(-95%)
  }

  100% {
    transform: translateX(100%)
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@media (max-width:1199px) {
  .pre-loader-content-box {
    max-width: 750px
  }

  .pre-loader-text {
    font-size: 40px
  }
}

@media (max-width:767px) {
  .pre-loader-text {
    font-size: 24px
  }
}

body {
  
  margin: 0;
  padding: 0;
  color: #202122;
  font-size: 14px
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0;
  margin: 0
}

.container {
  width: 100% !important;
  max-width: 1170px;
  margin: 0 auto
}

.container-2 {
  width: 100% !important;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px
}

a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  color: #fff;
  cursor: pointer
}

a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none
}

a:hover {
  color: #ec7323
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0
}

li {
  display: inline
}

p {
  font: normal 14px/22px Montserrat, sans-serif;
  color: #6a6d6f
}

img {
  max-width: 100%;
  height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.no-padding {
  padding: 0 !important
}

.no-margin {
  margin: 0 !important
}

.clearfix {
  clear: both
}

.mt-0 {
  margin-top: 0 !important
}

.ml-0 {
  margin-left: 0 !important
}

.mr-0 {
  margin-right: 0 !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mt-10 {
  margin-top: 10px !important
}

.ml-10 {
  margin-left: 10px !important
}

.mr-10 {
  margin-right: 10px !important
}

.mb-10 {
  margin-bottom: 10px !important
}

.mt-20 {
  margin-top: 20px !important
}

.ml-20 {
  margin-left: 20px !important
}

.mr-20 {
  margin-right: 20px !important
}

.mb-20 {
  margin-bottom: 20px !important
}

.mt-30 {
  margin-top: 30px !important
}

.ml-30 {
  margin-left: 30px !important
}

.mr-30 {
  margin-right: 30px !important
}

.mb-30 {
  margin-bottom: 30px !important
}

.mt-40 {
  margin-top: 40px !important
}

.ml-40 {
  margin-left: 40px !important
}

.mr-40 {
  margin-right: 40px !important
}

.mb-40 {
  margin-bottom: 40px !important
}

.mt-50 {
  margin-top: 50px !important
}

.ml-50 {
  margin-left: 50px !important
}

.mr-50 {
  margin-right: 50px !important
}

.mb-50 {
  margin-bottom: 50px !important
}

.mt-60 {
  margin-top: 60px !important
}

.ml-60 {
  margin-left: 60px !important
}

.mr-60 {
  margin-right: 60px !important
}

.mb-60 {
  margin-bottom: 60px !important
}

.mt-70 {
  margin-top: 70px !important
}

.ml-70 {
  margin-left: 70px !important
}

.mr-70 {
  margin-right: 70px !important
}

.mb-70 {
  margin-bottom: 70px !important
}

.mt-80 {
  margin-top: 80px !important
}

.ml-80 {
  margin-left: 80px !important
}

.mr-80 {
  margin-right: 80px !important
}

.mb-80 {
  margin-bottom: 80px !important
}

.mt-90 {
  margin-top: 90px !important
}

.ml-90 {
  margin-left: 90px !important
}

.mr-90 {
  margin-right: 90px !important
}

.mb-90 {
  margin-bottom: 90px !important
}

.mt-100 {
  margin-top: 100px !important
}

.ml-100 {
  margin-left: 100px !important
}

.mr-100 {
  margin-right: 100px !important
}

.mb-100 {
  margin-bottom: 100px !important
}

.pt-0 {
  padding-top: 0 !important
}

.pl-0 {
  padding-left: 0 !important
}

.pr-0 {
  padding-right: 0 !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pt-10 {
  padding-top: 10px !important
}

.pl-10 {
  padding-left: 10px !important
}

.pr-10 {
  padding-right: 10px !important
}

.pb-10 {
  padding-bottom: 10px !important
}

.pt-20 {
  padding-top: 20px !important
}

.pl-20 {
  padding-left: 20px !important
}

.pr-20 {
  padding-right: 20px !important
}

.pb-20 {
  padding-bottom: 20px !important
}

.pt-30 {
  padding-top: 30px !important
}

.pl-30 {
  padding-left: 30px !important
}

.pr-30 {
  padding-right: 30px !important
}

.pb-30 {
  padding-bottom: 30px !important
}

.pt-40 {
  padding-top: 40px !important
}

.pl-40 {
  padding-left: 40px !important
}

.pr-40 {
  padding-right: 40px !important
}

.pb-40 {
  padding-bottom: 40px !important
}

.pt-50 {
  padding-top: 50px !important
}

.pl-50 {
  padding-left: 50px !important
}

.pr-50 {
  padding-right: 50px !important
}

.pb-50 {
  padding-bottom: 50px !important
}

.pt-60 {
  padding-top: 60px !important
}

.pl-60 {
  padding-left: 60px !important
}

.pr-60 {
  padding-right: 60px !important
}

.pb-60 {
  padding-bottom: 60px !important
}

.pt-70 {
  padding-top: 70px !important
}

.pl-70 {
  padding-left: 70px !important
}

.pr-70 {
  padding-right: 70px !important
}

.pb-70 {
  padding-bottom: 70px !important
}

.pt-80 {
  padding-top: 80px !important
}

.pl-80 {
  padding-left: 80px !important
}

.pr-80 {
  padding-right: 80px !important
}

.pb-80 {
  padding-bottom: 80px !important
}

.pt-90 {
  padding-top: 90px !important
}

.pl-90 {
  padding-left: 90px !important
}

.pr-90 {
  padding-right: 90px !important
}

.pb-90 {
  padding-bottom: 90px !important
}

.pt-100 {
  padding-top: 100px !important
}

.pl-100 {
  padding-left: 100px !important
}

.pr-100 {
  padding-right: 100px !important
}

.pb-100 {
  padding-bottom: 100px !important
}

.padding-60 {
  padding: 60px 0
}

.padding-120-60 {
  padding: 120px 0 60px
}

.padding-6030 {
  padding: 60px 0 30px
}

.padding-60-00 {
  padding: 60px 0 0
}

.padding-00-60 {
  padding: 0 0 60px
}

.padding-00-30 {
  padding: 0 0 30px
}

.o-hidden {
  overflow: hidden
}

.o-visible {
  overflow: visible
}

.z-index1 {
  z-index: 1
}

.z-index2 {
  z-index: 2
}

.z-index3 {
  z-index: 3
}

.z-index4 {
  z-index: 4
}

.z-index5 {
  z-index: 5
}

.z-index6 {
  z-index: 6
}

.z-index7 {
  z-index: 7
}

.z-index8 {
  z-index: 8
}

.z-index9 {
  z-index: 9
}

.z-index10 {
  z-index: 10
}

.opacity-01 {
  opacity: .1 !important
}

.opacity-015 {
  opacity: .15 !important
}

.opacity-02 {
  opacity: .2 !important
}

.opacity-025 {
  opacity: .25 !important
}

.opacity-03 {
  opacity: .3 !important
}

.opacity-035 {
  opacity: .35 !important
}

.opacity-04 {
  opacity: .4 !important
}

.opacity-045 {
  opacity: .45 !important
}

.opacity-05 {
  opacity: .5 !important
}

.opacity-055 {
  opacity: .55 !important
}

.opacity-06 {
  opacity: .6 !important
}

.opacity-065 {
  opacity: .65 !important
}

.opacity-07 {
  opacity: .7 !important
}

.opacity-075 {
  opacity: .75 !important
}

.opacity-08 {
  opacity: .8 !important
}

.opacity-085 {
  opacity: .85 !important
}

.opacity-09 {
  opacity: .9 !important
}

.opacity-095 {
  opacity: .95 !important
}

.opacity-1 {
  opacity: 1 !important
}

.p-absolute {
  position: absolute
}

.p-relative {
  position: relative
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%
}

.btn-custome {
  background: #ef3139 !important;
  box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .2) !important;
  color: #fff !important;
  padding: 15px 25px;
  border-radius: 5px !important;
  line-height: 1;
  font-size: 14px;
  display: inline-flex;
  position: relative;
  border: none
}

.btn-custome:focus,
.btn-custome:hover {
  background: #022d62 !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15) !important
}

.btn-custome.btn-lg {
  padding: 15px 40px;
  font-size: 20px
}

.btn-custome-small {
  padding: 10px 20px
}

::-webkit-input-placeholder {
  opacity: 1
}

::-moz-placeholder {
  opacity: 1
}

:-ms-input-placeholder {
  opacity: 1
}

:-moz-placeholder {
  opacity: 1
}

.rounded10 {
  border-radius: 10px !important
}

.box-shadow {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.m-height-450 .mhbox {
  min-height: 450px
}

.m-height-380 .mhbox {
  min-height: 380px
}

.m-height-340 .mhbox {
  min-height: 340px
}

.m-height-320 .mhbox {
  min-height: auto
}

.m-height-300 .mhbox {
  min-height: 300px
}

.m-height-280 .mhbox {
  min-height: 280px
}

.m-height-260 .mhbox {
  min-height: 260px
}

.m-height-240 .mhbox {
  min-height: 240px
}

.m-height-220 .mhbox {
  min-height: 220px
}

.m-height-170 .mhbox {
  min-height: 170px
}

.m-height-150 .mhbox {
  min-height: 150px
}

.m-height-130 .mhbox {
  min-height: 130px
}

body.overflow-hidden {
  overflow: hidden
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, .2);
  -webkit-transition: all .7s ease-out;
  -moz-transition: all .7s ease-out;
  -o-transition: all .7s ease-out;
  -ms-transition: all .7s ease-out;
  transition: all .7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, .45)
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, .7)
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, .7)
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, .7)
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, .7)
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, .7)
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, .7)
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important
}

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
}

.waves-input-wrapper {
  border-radius: .2em;
  vertical-align: bottom
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none
}

.waves-block {
  display: block
}

a.waves-effect .waves-ripple {
  z-index: -1
}

.title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px
}

.title span {
  font-size: 16px;
  font-weight: 500;
  color: #ef3139
}

.title p {
  max-width: 900px;
  margin: 15px auto 0
}

.title h2 {
  font-size: 36px;
  line-height: 1.3;
  margin: 0;
  color: #022d62;
  
}

.title h5 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  color: #ef3139;
  
  background: #ede9e9ed;
  padding-bottom: 10px;
  padding-top: 10px;
}

.title h5:hover {
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  color: #022d62;
  
  background: #ede9e9ed;
  padding-bottom: 10px;
  padding-top: 10px;
}

.title.white_title span {
  background: #fff
}

.title.white_title {
  position: relative;
  z-index: 9
}

.title.white_title p {
  color: #fff
}

.title.white_title h2 {
  -webkit-text-fill-color: #fff;
  margin-top: 5px
}

.title2 {
  width: 100%;
  float: left
}

.title2 p {
  font: 500 16px/20px Lora;
  margin: 0;
  color: #333
}

.title2 h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  margin: 3px 0 20px;
  position: relative;
  padding-bottom: 10px
}

section {
  width: 100%
}

header.white-bg {
  top: -51px;
  transition: all .3s ease
}

header {
  width: 100%;
  position: initial;
  top: 0;
  left: 0;
  transition: all .3s ease;
  z-index: 999
}

.mobile_menu {
  display: none
}

#share_btn {
  font-size: 22px;
  display: none;
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 999;
  color: #202122 !important;
  cursor: pointer
}

#estimate-mobile-btn {
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 999;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50px;
  display: none
}

#estimate-mobile-btn .fas {
  margin: 0 4px 0 0;
  font-size: 15px
}

#top {
  width: 100%;
  background: #202122;
  padding: 6px 0
}

.header_social {
  display: inline-block
}

.header_contact {
  display: inline-block;
  color: #fff;
  font-size: 14px
}

.header_contact li {
  padding: 0 25px;
  position: relative;
  display: inline-flex;
  align-items: center
}

.header_contact li:last-child {
  border: none
}

.header_social li a {
  width: 33px;
  height: 33px;
  background: #0d0d0e;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 1px;
  color: #fff;
  font-size: 14px
}

.header_social li:last-child a {
  margin-right: 0
}

.header_social li a span {
  font-size: 0
}

#top p {
  margin: 0 10px 0 0;
  color: #fff
}

.header_contact li:first-child {
  padding-left: 0
}

.header_contact li:first-child:before {
  content: '';
  width: 1px;
  height: 8px;
  background: #fff;
  opacity: .3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.header_contact li a {
  font-size: 13px
}

.header_contact li i {
  color: #ec7323;
  font-size: 24px;
  margin-right: 10px
}

.header_social li a:hover {
  background: #fff;
  color: #000
}

.main-navbar-wrap {
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.navbar-header {
  padding: 8px 0
}

.main-navbar {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  border-radius: 0 0 5px 5px;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.main-navbar-wrap.fullwidth {
  max-width: 100%;
  border-radius: 0;
  background-color: #fff
}

.main-navbar-wrap.fullwidth .main-navbar {
  box-shadow: none
}

nav.navbar {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: static;
  padding: 0 15px;
  min-height: inherit;
  border: 0
}

.navbar-header img {
  width: 230px
}

.navbar-nav {
  flex-direction: row;
  align-items: center
}

.main-navbar .navbar-nav>li {
  padding: 0 12px;
  line-height: 88px;
  position: relative;
  display: inline-block
}

.main-navbar .navbar-nav>li.megamenumain {
  position: static
}

.main-navbar .navbar-nav>li:last-child {
  padding-right: 0;
  line-height: inherit;
  display: inline-flex;
  vertical-align: middle
}

.main-navbar .navbar-nav>li:last-child a {
  line-height: 1
}

.main-navbar .navbar-nav>li:first-child {
  padding-left: 0
}

.main-navbar .navbar-nav>li>a {
  color: #333;
  font-weight: 500
}

.main-navbar .navbar-nav>li.active>a,
.main-navbar .navbar-nav>li>a:hover {
  color: #ec7323
}

.sub-menu-normal {
  display: none;
  position: absolute;
  top: 99%;
  background-color: #fff;
  width: 240px;
  left: 0;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .15)
}

.sub-menu-normal>li {
  display: block;
  line-height: 1;
  padding: 12px 20px
}

.sub-menu-normal>li>a {
  color: #202122;
  position: relative;
  padding-left: 15px
}

.sub-menu-normal>li>a:before {
  content: "\f105";
  color: #202122;
  
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.sub-menu-normal>li>a:focus,
.sub-menu-normal>li>a:hover {
  color: #ec7323;
  padding-left: 20px
}

.sub-menu-normal>li>a:focus:before,
.sub-menu-normal>li>a:hover:before {
  left: 5px;
  color: #ec7323
}

.sub-menu-wrap {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  -webkit-box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .3);
  box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .3)
}

.sub-menu {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto
}

.sub-menu>li {
  width: 25%;
  float: left;
  line-height: 1
}

.mainmenuicon {
  padding-right: 10px
}

.mainmenuicon svg {
  width: 60px;
  height: 60px;
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mainmenuicon svg circle,
.mainmenuicon svg ellipse,
.mainmenuicon svg line,
.mainmenuicon svg path,
.mainmenuicon svg polygon,
.mainmenuicon svg rect {
  fill: #202122
}

.sub-menu>li>a {
  display: flex;
  align-items: center;
  color: #202122;
  font-size: 18px;
  padding: 20px 10px 20px 15px;
  font-weight: 500;
  border-bottom: 1px solid #202122;
  transition: inherit
}

.solution-menu .sub-menu>li>a {
  pointer-events: none
}

.sub-menu>li.active>a,
.sub-menu>li>a:hover {
  color: #fff;
  background-color: #ec7323;
  border-bottom: 1px solid #ec7323
}

.sub-menu>li.active>a .mainmenuicon svg circle,
.sub-menu>li.active>a .mainmenuicon svg ellipse,
.sub-menu>li.active>a .mainmenuicon svg line,
.sub-menu>li.active>a .mainmenuicon svg path,
.sub-menu>li.active>a .mainmenuicon svg polygon,
.sub-menu>li.active>a .mainmenuicon svg rect,
.sub-menu>li>a:hover .mainmenuicon svg circle,
.sub-menu>li>a:hover .mainmenuicon svg ellipse,
.sub-menu>li>a:hover .mainmenuicon svg line,
.sub-menu>li>a:hover .mainmenuicon svg path,
.sub-menu>li>a:hover .mainmenuicon svg polygon,
.sub-menu>li>a:hover .mainmenuicon svg rect {
  fill: #fff
}

.sub-level2 {
  padding: 10px 20px
}

.sub-level2>li {
  display: block;
  padding: 10px 0;
  line-height: 1.3
}

.submenuicon {
  padding-right: 15px
}

.submenuicon svg {
  width: 30px;
  height: 30px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.sub-level2>li>a {
  color: #202122;
  font-size: 14px;
  display: flex;
  align-items: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.sub-level2>li>a:hover {
  color: #ec7323
}

.sub-level2>li>a .submenuicon svg circle,
.sub-level2>li>a .submenuicon svg ellipse,
.sub-level2>li>a .submenuicon svg line,
.sub-level2>li>a .submenuicon svg path,
.sub-level2>li>a .submenuicon svg polygon,
.sub-level2>li>a .submenuicon svg rect {
  fill: #202122
}

.sub-level2>li>a:hover .submenuicon svg circle,
.sub-level2>li>a:hover .submenuicon svg ellipse,
.sub-level2>li>a:hover .submenuicon svg line,
.sub-level2>li>a:hover .submenuicon svg path,
.sub-level2>li>a:hover .submenuicon svg polygon,
.sub-level2>li>a:hover .submenuicon svg rect {
  fill: #ec7323
}

.megactasection {
  background-color: #202122;
  padding: 25px 25px;
  display: flex
}

.megactapwrap {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto
}

.megatext {
  display: inline-flex;
  align-items: center
}

.megatext .big {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  padding-right: 10px
}

.megatext span {
  font-size: 28px;
  color: #ec7323;
  font-weight: 400;
  padding: 0 5px
}

.megatext a {
  font-size: 22px;
  font-weight: 500
}

.megactasection .or {
  color: #fff;
  font-size: 22px;
  font-weight: 500
}

.megactasection .btn-custome {
  border: 0;
  padding: 23px 35px;
  font-size: 18px
}

.cd-primary-nav .see-all a {
  color: #e56f22
}

.cd-primary-nav a .icon {
  width: 22px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px
}

.cd-primary-nav a .icon svg circle,
.cd-primary-nav a .icon svg ellipse,
.cd-primary-nav a .icon svg line,
.cd-primary-nav a .icon svg path,
.cd-primary-nav a .icon svg polygon,
.cd-primary-nav a .icon svg rect {
  fill: #fff
}

.cd-primary-nav a:hover .icon svg circle,
.cd-primary-nav a:hover .icon svg ellipse,
.cd-primary-nav a:hover .icon svg line,
.cd-primary-nav a:hover .icon svg path,
.cd-primary-nav a:hover .icon svg polygon,
.cd-primary-nav a:hover .icon svg rect {
  fill: #ec7323
}

.cd-primary-nav a.estimate_btn:hover {
  color: #e97223 !important
}

.accessible-megamenu {
  position: static;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0
}

.accessible-megamenu h2,
.accessible-megamenu h3,
.accessible-megamenu h4 {
  font-size: 1em;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit
}

.accessible-megamenu .accessible-megamenu-top-nav-item {
  position: relative
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded] {
  position: relative;
  text-decoration: none;
  z-index: inherit
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:hover {
  outline-offset: -1px
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded].open,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]:hover {
  margin-left: 0;
  z-index: 1002
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded].open {
  padding-bottom: 2px
}

.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-expanded] {
  border-bottom-left-radius: 3px
}

.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-expanded].open {
  border-bottom-left-radius: 0;
  border-left: 1px solid #b3b3b3;
  border-left-color: rgba(0, 0, 0, .3);
  left: -1px;
  margin-right: -1px
}

.accessible-megamenu .accessible-megamenu-panel {
  position: absolute;
  display: block;
  left: 0;
  margin: 0;
  line-height: normal;
  cursor: default;
  visibility: hidden;
  top: -9999em;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 250ms ease 250ms, max-height .5s ease, visibility 0s linear .5s, top 0s linear .5s;
  -moz-transition: opacity 250ms ease 250ms, max-height .5s ease, visibility 0s linear .5s, top 0s linear .5s;
  -ms-transition: opacity 250ms ease 250ms, max-height .5s ease, visibility 0s linear .5s, top 0s linear .5s;
  -o-transition: opacity 250ms ease 250ms, max-height .5s ease, visibility 0s linear .5s, top 0s linear .5s;
  transition: opacity 250ms ease 250ms, max-height .5s ease, visibility 0s linear .5s, top 0s linear .5s
}

.accessible-megamenu .accessible-megamenu-panel.open {
  visibility: visible;
  top: 88px;
  max-height: 600px;
  opacity: 1;
  z-index: 1001;
  -webkit-transition: opacity 250ms ease, max-height .5s ease, visibility 0s linear 0s, top 0s linear 0s;
  -moz-transition: opacity 250ms ease, max-height .5s ease, visibility 0s linear 0s, top 0s linear 0s;
  -ms-transition: opacity 250ms ease, max-height .5s ease, visibility 0s linear 0s, top 0s linear 0s;
  -o-transition: opacity 250ms ease, max-height .5s ease, visibility 0s linear 0s, top 0s linear 0s;
  transition: opacity 250ms ease, max-height .5s ease, visibility 0s linear 0s, top 0s linear 0s
}

.accessible-megamenu .accessible-megamenu-panel.cols-4 {
  width: 100%
}

.accessible-megamenu .accessible-megamenu-panel.cols-4>ol>li {
  width: 22%
}

.accessible-megamenu .accessible-megamenu-panel.cols-4b {
  width: 878px;
  left: -6.462em;
  border-top-left-radius: 3px
}

.accessible-megamenu .accessible-megamenu-panel.cols-4b>ol>li {
  width: 22%
}

.accessible-megamenu .accessible-megamenu-panel.cols-3 {
  width: 724px
}

.accessible-megamenu .accessible-megamenu-panel.cols-3>ol>li {
  width: 30%
}

.accessible-megamenu .accessible-megamenu-panel.cols-1 {
  width: 615px
}

.accessible-megamenu .accessible-megamenu-panel.cols-1>ol>li {
  width: auto
}

.accessible-megamenu .accessible-megamenu-panel ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0
}

.accessible-megamenu .accessible-megamenu-panel ol>li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0
}

.accessible-megamenu .accessible-megamenu-panel>ol>li {
  float: left;
  display: block;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 1px solid rgba(0, 0, 0, .3);
  box-shadow: inset 1px 0 0 #fff
}

.accessible-megamenu .accessible-megamenu-panel>ol>li:first-of-type {
  padding-left: 0;
  border-left: none;
  box-shadow: none
}

.accessible-megamenu .accessible-megamenu-panel>p {
  color: #454545;
  font-size: 1.2em;
  line-height: 1.1em
}

.accessible-megamenu .accessible-megamenu-panel>ol>li>h3>a {
  font-weight: 700;
  color: #454545;
  font-size: 1.2em;
  margin-bottom: 6px;
  padding-top: .4em;
  padding-bottom: 0;
  line-height: 1.1em
}

.accessible-megamenu .accessible-megamenu-panel ol ol>li>a {
  width: auto;
  text-indent: -2.333em;
  padding-left: 2.333em
}

.accessible-megamenu .accessible-megamenu-panel hr {
  border-width: 1px 0;
  border-style: solid;
  border-top-color: rgba(0, 0, 0, .3);
  border-bottom-color: #fff
}

.top-left-part a {
  display: flex;
  align-items: center
}

.top-left-part a:hover {
  opacity: .8;
  color: #fff
}

.top-left-part .star {
  line-height: 1;
  padding: 0 10px
}

.top-left-part .star+strong {
  padding-right: 5px;
  font-weight: 600
}

.top-right-part span {
  color: #fff
}

.top-right-part .or {
  padding: 0 10px
}

.top-right-part a {
  margin-left: 10px
}

.top-right-part .head-requet-btn {
  padding: 6px 15px 6px 10px;
  margin-left: 0;
  background-color: #343535;
  border-radius: 30px
}

.top-right-part .head-requet-btn img {
  margin-right: 10px;
  border-radius: 30px
}

.top-right-part .head-requet-btn:hover {
  background-color: #ec7323;
  color: #fff
}

.estimate_btn {
  background: #ec7323;
  box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .2);
  color: #fff !important;
  padding: 15px 25px;
  border-radius: 5px;
  line-height: 1;
  vertical-align: unset;
  font-size: 14px;
  display: inline-flex;
  position: relative
}

.estimate_btn:focus,
.estimate_btn:hover {
  background: #343535;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.get_quote {
  position: fixed;
  right: -50px;
  top: 200px;
  background: #ec7323;
  z-index: 1001;
  font-size: 18px;
  color: #fff !important;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
  letter-spacing: 1px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer
}

.get_quote:focus,
.get_quote:hover {
  background: #343535;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.banner {
  margin-top: 0px;
  position: relative;
  z-index: 9;
  min-height: 800px;
  overflow: hidden
}

.tenc-intro-main__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #022d62, rgb(2 45 98 / 84%) 40%, rgb(43 114 203 / 74%) 70%, rgb(2 45 98 / 34%));
  z-index: 999
}

.tenc-intro-main__wrapper h1 {
  font-size: 60px;
  color: #fff;
  margin: 0 0 30px
}

.font-semibold {
  font-weight: 600
}

.tenc-intro-main__wrapper h2 {
  font-size: 36px;
  color: #fff;
  margin: 0 0 30px;
  font-weight: 500
}

.tenc-intro-main__wrapper p {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 50px
}

.mb-1 {
  margin-bottom: 1.25rem !important;
}

.tenc-intro-main__wrapper .or {
  color: #ffff;
  font-size: 20px;
  margin: 0 10px 12px 0;
  vertical-align: middle;
  display: inline-block
}

.video {
  width: 100% !important;

}

.vodeo_conter {
  display: none;
}

.video video {
  width: 100% !important;
}

.video video {
  position: initial;
  top: 0;
  left: 0;
  z-index: 0;
  height: auto;
}

.video {
  width: 100%;
  height: 700px;
}

section.space-ptb.testimonial-av .owl-carousel,
section.space-ptb.testimonial-av .owl-item {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.video .mejs__overlay-button {
  display: none
}

.video img {
  width: 100%;
  height: 100%;
  min-height: 800px;
  object-fit: cover
}

#carouselExampleSlidesOnly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex
}

#carouselExampleSlidesOnly .carousel-inner {
  height: 100%
}

#carouselExampleSlidesOnly .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%
}

#carouselExampleSlidesOnly .carousel-caption h1 {
  font-size: 48px;
  margin-bottom: 30px;
  width: 100%
}

#carouselExampleSlidesOnly .carousel-caption p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  width: 100%
}

#carouselExampleSlidesOnly .carousel-caption .btn-custome {
  font-size: 18px;
  padding: 12px 25px
}

#carouselExampleSlidesOnly .carousel-caption .btn-custome:focus,
#carouselExampleSlidesOnly .carousel-caption .btn-custome:hover {
  background: #fff !important;
  color: #000 !important
}

#carouselExampleSlidesOnly .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0
}

#carouselExampleSlidesOnly .carousel-inner .carousel-item.active {
  display: flex
}

.scrollmobilebanner .bannerfixedimagewidth {
  bottom: -200px;
  position: relative
}

.bannerfixedscrollimagewrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden
}

.bannerfixedscrollimagewrap>img {
  position: relative;
  z-index: 1
}

.scrollbannerinnerimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 5% 6% 5%;
  overflow: hidden;
  border-radius: 70px
}

.scrollmobilebanner.active .scrollbannerinnerimg img {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-name: bannermobilescroll;
  animation-name: bannermobilescroll;
  -webkit-animation-timing-function: cubic-bezier(1, .010, .305, .9);
  animation-timing-function: cubic-bezier(1, .010, .305, .9);
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: 1s;
  -webkit-animation-delay: 1s
}

@keyframes bannermobilescroll {
  10% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-29%);
    -ms-transform: translateY(-32%);
    transform: translateY(-32%)
  }

  90% {
    -webkit-transform: translateY(calc(-100% + 30vw));
    -ms-transform: translateY(calc(-100% + 30vw));
    transform: translateY(calc(-100% + 30vw))
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes bannermobilescroll {
  10% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(-29%);
    -ms-transform: translateY(-32%);
    transform: translateY(-32%)
  }

  90% {
    -webkit-transform: translateY(calc(-100% + 30vw));
    -ms-transform: translateY(calc(-100% + 30vw));
    transform: translateY(calc(-100% + 30vw))
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.brand-logo {
  position: relative;
  margin-top: -58px;
  z-index: 9;
  padding-bottom: 0px;
}

.brands_logo {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 0;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease
}

.brands_logo {
  visibility: visible;
  opacity: 1
}

.brands_logo .owl-item {
  float: left;
  padding: 10px 20px
}

.brands_logo .slick-slide {
  padding: 10px 20px
}

.brands_logo img {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.brands_logo .owl-nav {
  display: none
}

.brands_logo div {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.about {
  padding: 60px 0;
  position: relative
}

.about-bg-section {
  position: absolute;
  left: 0;
  top: -74px;
  bottom: 0;
  height: calc(100% + 74px);
  width: 25.0133%;
  background-repeat: no-repeat;
  background-size: cover
}

.about-bg-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(248, 249, 250, .5);
  z-index: 1
}

.about-bg-section .container {
  position: relative;
  z-index: 1
}

.video-area-wrapper {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden
}

.video-area-wrapper img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  margin: 0 auto
}

.about .video-area-wrapper img {
  border: 10px solid #fff;
  border-radius: 30px
}

.video-area-wrapper .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.video-play-btn {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-color: #fff;
  border-radius: 50%;
  color: #ec7323
}

.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s infinite;
  animation: pulse-border 1.5s infinite;
  z-index: -1
}

.about .title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 30px
}

.about .title h2 {
  font-weight: 600
}

.about .title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 10px;
  background-color: #ec7323
}

.about h3 {
  font-weight: 500;
  font-size: 28px
}

.about p {
  margin-bottom: 25px
}

.about p:last-child {
  margin-bottom: 0
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0
  }
}

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0
  }
}

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0
  }
}

.counter-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px
}

.about .counter-section {
  padding-left: 110px
}

.counter-section li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  position: relative
}

.counter-section li:last-child:before {
  background: 0 0
}

.counter-section li img {
  width: 50px;
  margin-right: 20px
}

.counter_text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.counter_text p {
  width: 100%;
  margin: 0
}

.counter_text i {
  margin-left: 5px
}

.counter_text .counter {
  font-size: 36px;
  color: #202122;
  font-weight: 600
}

.counter-section li:before {
  content: '';
  width: 1px;
  height: 60%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #dddfe1
}

.services-tabs {
  width: 100%
}

#servicesTab {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  padding: 25px 35px;
  margin-bottom: 60px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  flex-wrap: nowrap
}

#servicesTab li {
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid #dddfe1
}

#servicesTab li svg {
  width: 50px;
  margin-bottom: 10px
}

#servicesTab li a {
  color: #202122;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

#servicesTab li:last-child {
  border-right: none
}

#servicesTab li a.active,
#servicesTab li a:hover {
  color: #ec7323
}

#servicesTab li a.active svg circle,
#servicesTab li a.active svg ellipse,
#servicesTab li a.active svg line,
#servicesTab li a.active svg path,
#servicesTab li a.active svg polygon,
#servicesTab li a.active svg rect,
#servicesTab li a:hover svg circle,
#servicesTab li a:hover svg ellipse,
#servicesTab li a:hover svg line,
#servicesTab li a:hover svg path,
#servicesTab li a:hover svg polygon,
#servicesTab li a:hover svg rect {
  fill: #ec7323
}

#servicesTab li a svg circle,
#servicesTab li a svg ellipse,
#servicesTab li a svg path,
#servicesTab li a svg polygon,
#servicesTab li a svg rect {
  transition: all .3s ease
}

.servicesTabContent_text {
  width: 100%
}

.servicesTabContent_text h3 {
  font-size: 30px;
  margin: 0
}

.servicesTabContent_text h3 a {
  color: #ec7323
}

.servicesTabContent_text h3 a:hover {
  color: #202122
}

.servicesTabContent_text span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block
}

.servicesTabContent_text span.or {
  margin: 0 10px 15px 0
}

.servicesTabContent_text ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.servicesTabContent_text ul li {
  display: inline-flex;
  padding-right: 10px;
  padding-bottom: 15px
}

.servicesTabContent_text ul li a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  padding: 14px
}

.servicesTabContent_text ul li a:hover {
  background: #ec7323
}

.servicesTabContent_text ul li a svg circle,
.servicesTabContent_text ul li a svg ellipse,
.servicesTabContent_text ul li a svg path,
.servicesTabContent_text ul li a svg polygon,
.servicesTabContent_text ul li a svg rect {
  transition: all .3s ease
}

.servicesTabContent_text ul li a:hover svg circle,
.servicesTabContent_text ul li a:hover svg ellipse,
.servicesTabContent_text ul li a:hover svg path,
.servicesTabContent_text ul li a:hover svg polygon,
.servicesTabContent_text ul li a:hover svg rect {
  fill: #fff
}

.servicesTabContent_text ul li a.btn-custome {
  width: auto;
  border-radius: 5px;
  height: auto;
  padding: 18px 15px;
  background: #ec7323
}

.solutions-box {
  width: 100%;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 30px;
  transition: all .3s ease;
  position: relative;
  border: 1px solid #eff0f0;
  min-height: 320px
}

.solutions-box-icon {
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 7px;
  padding: 15px;
  transition: all .3s ease;
  background-color: #f7f7f7;
  border-radius: 100%
}

.solutions-box h4 {
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: 500
}

.solutions-box-icon svg {
  width: 45px;
  height: 45px
}

.solutions-box-icon svg circle,
.solutions-box-icon svg ellipse,
.solutions-box-icon svg line,
.solutions-box-icon svg path,
.solutions-box-icon svg polygon,
.solutions-box-icon svg rect {
  transition: all .3s ease;
  fill: #ec7323
}

.solutions-box:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
  border-radius: 10px 10px 0 0
}

.solutions-box:hover .solutions-box-icon {
  background: #eb7223
}

.solutions-box:hover .solutions-box-icon svg circle,
.solutions-box:hover .solutions-box-icon svg ellipse,
.solutions-box:hover .solutions-box-icon svg line,
.solutions-box:hover .solutions-box-icon svg path,
.solutions-box:hover .solutions-box-icon svg polygon,
.solutions-box:hover .solutions-box-icon svg rect {
  fill: #fff
}

.solutions-box .btn-custome {
  opacity: 0;
  visibility: hidden
}

.solutions-box:hover .btn-custome {
  opacity: 1;
  visibility: visible
}

.why-choose-box {
  width: 100%;
  background: #fff;
  border: 1px solid #ecedee;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
  transition: all .3s ease;
  margin-bottom: 30px;
  min-height: 250px
}

.why-choose-box svg {
  width: 70px;
  height: 70px;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  border-radius: 7px;
  padding: 10px;
  transition: all .3s ease
}

.why-choose-box svg circle,
.why-choose-box svg ellipse,
.why-choose-box svg line,
.why-choose-box svg path,
.why-choose-box svg polygon,
.why-choose-box svg rect {
  transition: all .3s ease
}

.why-choose-box h5 {
  font-size: 18px;
  margin: 15px 0 10px;
  transition: all .3s ease
}

.why-choose-box p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #6a6d6f;
  transition: all .3s ease
}

.why-choose-box:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
}

.why-choose-box:hover svg circle,
.why-choose-box:hover svg ellipse,
.why-choose-box:hover svg line,
.why-choose-box:hover svg path,
.why-choose-box:hover svg polygon,
.why-choose-box:hover svg rect {
  fill: #fff
}

.why-choose-box:hover svg {
  background: #ec7323
}

.callouts {
  padding: 40px;
  border: 1px solid #ecedee;
  background: #022d62;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  position: relative
}

.callouts span {
  font-size: 24px;
  font-weight: 600
}

#callouts-type .typed {
  color: #ef3139;
  font-size: 28px;
  line-height: 1;
  font-weight: 700
}

.callouts-separate {
  max-width: 1170px;
  margin: -45px auto 0
}

.callouts-separate-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%
}

.Feature-slider {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px
}

.Feature-slider .item {
  padding: 0 15px
}

.process-box {
  width: 100%;
  border: 1px solid #dddfe1;
  border-radius: 10px;
  padding: 0 10px 10px 10px;
  overflow: hidden;
  transition: all .3s ease;
  min-height: 260px;
  margin-bottom: 40px
}

.process-box h4 {
  font-size: 16px;
  margin: 10px 0
}

.process-box li {
  width: 100%;
  display: flex;
  font-size: 12px;
  color: #6a6d6f;
  font-weight: 500;
  margin: 3px 0
}

.process-box li>i {
  font-size: 12px;
  position: static;
  background: 0 0;
  width: auto;
  height: auto;
  color: #6a6d6f;
  border-radius: 0;
  margin-right: 5px;
  align-items: flex-start;
  line-height: 1.5
}

.process-box-icon {
  width: 95px;
  height: 95px;
  position: relative;
  top: 0;
  left: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  margin: 0 0 20px
}

.process-box-icon:before {
  content: '';
  width: 150%;
  height: 150%;
  background: #dddfe1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-30%, -30%);
  opacity: .3;
  transition: all .3s ease
}

.process-box-icon svg {
  width: 50px
}

.process-box-icon svg circle,
.process-box-icon svg ellipse,
.process-box-icon svg line,
.process-box-icon svg path,
.process-box-icon svg polygon,
.process-box-icon svg rect {
  fill: #202122;
  transition: all .3s ease
}

.process-box:hover .process-box-icon svg circle,
.process-box:hover .process-box-icon svg ellipse,
.process-box:hover .process-box-icon svg line,
.process-box:hover .process-box-icon svg path,
.process-box:hover .process-box-icon svg polygon,
.process-box:hover .process-box-icon svg rect {
  fill: #fff
}

.process-box:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
  border-color: #fff
}

.process-box:hover .process-box-icon:before {
  background: #ec7323;
  opacity: 1
}

.process-items {
  padding-right: 20px;
  padding-left: 20px;
  position: relative
}

.process-items:first-child {
  padding-left: 15px
}

.process-items i {
  background: #dddfe1;
  color: #202122;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: 50px
}

.process-items:before {
  content: '';
  width: 40px;
  height: 1px;
  background: #dddfe1;
  position: absolute;
  right: -20px;
  top: 60px
}

.process-items:nth-child(4):before {
  left: 50px;
  top: auto;
  bottom: 0;
  width: 1px;
  height: 42px
}

.process-items:nth-child(4) i {
  top: auto;
  bottom: 10px;
  left: 40px
}

.process-items:nth-child(7):before {
  background: #fff
}

.process-slider {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 15px
}

.process-slider .item {
  padding: 0 7px
}

.testimonials_left {
  width: 470px;
  height: 470px;
  position: relative;
  margin: 50px auto
}

.testimonials_circle {
  width: 100%;
  height: 470px;
  position: relative;
  border-radius: 50%;
  z-index: 1
}

.testimonials_circle:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #e2e3e5;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1
}

.testimonials_circle li {
  width: 75px;
  height: 75px;
  position: absolute
}

.testimonials_circle li a {
  width: 73px;
  height: 73px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  border: 1px solid #e2e3e5
}

.testimonials_circle li a img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.testimonials_circle li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #6a6d6f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 10px)
}

.testimonials_circle li:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%)
}

.testimonials_circle li:nth-child(2) {
  top: 0;
  right: 0;
  transform: translate(-40%, 50%)
}

.testimonials_circle li:nth-child(3) {
  top: 50%;
  right: 0;
  transform: translate(40%, -50%)
}

.testimonials_circle li:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: translate(-40%, -50%)
}

.testimonials_circle li:nth-child(5) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40%)
}

.testimonials_circle li:nth-child(6) {
  bottom: 0;
  left: 0;
  transform: translate(40%, -50%)
}

.testimonials_circle li:nth-child(7) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%)
}

.testimonials_circle li:nth-child(8) {
  top: 0;
  left: 0;
  transform: translate(40%, 50%)
}

.testimonials_privew {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #ec7323;
  border-radius: 50%;
  padding: 10px
}

.testimonials_privew>div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #ec7323;
  box-shadow: 0 2px 17px rgba(0, 0, 0, .15)
}

.testimonials_privew>div img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.testimonials_privew i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #ec7323;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(-50%, 20px)
}

.testimonials_text_box {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  border: 1px solid #e2e3e5;
  z-index: 1
}

.testimonials_text_slider {
  overflow: hidden;
  padding-left: 30px
}

.testimonials_text_slider .owl-item {
  float: left
}

.testimonials_text_box i {
  font-size: 54px;
  margin-bottom: 20px;
  opacity: .2
}

.testimonials_text_box strong {
  color: #ec7323;
  font-size: 18px;
  font-weight: 600
}

.owl-theme .owl-nav {
  display: none
}

.testimonials_text_box span {
  font-size: 16px
}

.testimonials-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 50px;
  display: none
}

.testimonials-arrow:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: -8px;
  left: -46px;
  background: #dddfe1;
  transform: rotate(-32deg)
}

.testimonials-arrow:after {
  content: '';
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: -13px;
  left: -44px;
  background: #dddfe1;
  transform: rotate(20deg)
}

.testimonials_text .owl-dots {
  bottom: -30px
}

.testimonials_text_slider .owl-dot span {
  display: none !important
}

.testimonials_video_box .video-area-wrapper {
  height: 270px
}

.testimonials_video_box .video-area-wrapper img {
  width: 100%;
  height: 100%
}

.portfolio-slider-section {
  display: block
}

.innerbanner.portfoliobanner {
  min-height: 600px
}

.innerbanner.portfoliobanner .video {
  min-height: 600px;
  max-height: 600px
}

.innerbanner.portfoliobanner .video img {
  min-height: 600px
}

.portfolio-slider {
  width: 100%;
  position: relative;
  padding: 0 15px 20px !important;
  overflow: hidden
}

.portfolio-slider .item {
  padding: 0 15px
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center
}

.slick-dots li {
  display: inline-block;
  vertical-align: top
}

.slick-dots button {
  width: 12px;
  height: 12px;
  background: #c8c8c8;
  opacity: 1;
  font-size: 0;
  border: none;
  border-radius: 50%;
  margin: 0 5px;
  outline: 0;
  cursor: pointer
}

.slick-dots li.slick-active button {
  background-color: #ec7323
}

.portfolio-figure {
  width: 100%;
  overflow: hidden;
  transition: all .3s ease;
  background: #f9fafa;
  border-radius: 10px;
  text-align: center;
  position: relative;
  min-height: 510px
}

.portfolio-title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px
}

.portfolio-figure .img-fluid {
  height: 510px;
  object-fit: cover;
  margin: 0 auto
}

.portfolio-slider .owl-item {
  display: inline-block
}

.portfolio-figure-caption {
  width: 100%;
  background: #ec7323;
  padding: 20px;
  transition: all .3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%)
}

.portfolio-figure-caption h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600
}

.portfolio-figure-caption p {
  color: #fff
}

.portfolio-figure-caption a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px 20px;
  border-radius: 5px
}

.portfolio-figure-caption a:hover {
  background: #fff;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .2)
}

.portfolio-figure:before {
  content: '';
  width: 100%;
  height: 0;
  background: #202122;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  transition: all .3s ease
}

.portfolio-figure:hover:before {
  height: 100%
}

.portfolio-figure:hover .portfolio-figure-caption {
  transform: translateY(0)
}

.portfolio-slider .owl-nav {
  display: none
}

.portfolio-slider .owl-dots {
  text-align: center;
  bottom: -20px
}

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #6a6d6f;
  opacity: .2;
  border: none;
  border-radius: 50%;
  margin: 5px;
  outline: 0;
  cursor: pointer
}

.owl-dots .owl-dot.active {
  background: #ec7323;
  opacity: 1
}

.owl-item {
  float: left
}

.owl-nav {
  display: none
}

.owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center
}

.portfolio-figure.whitetext h3,
.portfolio-figure.whitetext p {
  color: #fff
}

.greenshadebg {
  background-color: #84a34b
}

.pinkshadebg {
  background-color: #5a354a
}

.blueshadebg {
  background-color: #161a34
}

.fantasybg {
  background-color: #0a2241
}

.cluedbg {
  background-color: #e60b8d
}

.blobbg {
  background-color: #41a943
}

.adanibg {
  background-color: #006d9f
}

.client-logo li {
  width: 100%;
  text-align: center;
  border-right: 1px solid #dddfe1;
  padding: 5px
}

.client-logo li:last-child {
  border-right: none
}

.call_shedule_text {
  width: 100%
}

.call_shedule_text ul {
  display: flex;
  align-items: center;
  margin-top: 25px;
  width: 100%
}

.call_shedule_text ul li {
  margin-right: 18px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  color: white;
}

.call_shedule_text ul li span {
  margin-right: 15px
}

.orange-text {
  color: #ec7323
}

.call-icon-bg a {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: inline-flex;
  background: #ef3139;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  border-radius: 50%;
  padding: 13px
}

.call-icon-bg a:hover {
  background-color: #022d62
}

.call-icon-bg svg {
  width: 100%
}

.call_shedule_text ul li a {
  color: #000
}

.call_shedule_text ul li a:hover {
  color: #ef3139
}

.call_shedule_text h4 {
  margin-bottom: 40px;
  font-size: 32px;
  color: #fff;
  font-weight: 800;
}

.call_shedule_text h4:hover {
  color: #ef3139db;
}

.call_shedule_img {
  width: 100%;
  max-width: 300px;
  border-radius: 50%;
  float: right;
  border: 1px solid #dddfe1;
  position: relative;
  margin: 20px -65px 20px 0;
  animation-duration: 0.5s;
}

.call_shedule_img img {
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  width: 300px;
  animation-duration: 0.5s;
}

.call_shedule_img:before {
  content: "";
  width: 115%;
  height: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #ec7323;
  border-radius: 50%;
  transform: translate(-50%, -50%)
}

.col-xl-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
  padding-left: 139px !important;
}

.align-items-center {
  align-items: center !important;
  justify-content: center !important;
}

#technologies_tabs {
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

#technologies_tabs li {
  padding: 0 10px;
  border-right: 1px solid #e0e2e3
}

.padding-60 bg-light {
  background: #ef3139;
}

#technologies_tabs li a {
  color: #fff;
  background: #ef3139;
  border-radius: 5px;
  padding: 16px;
  font-weight: 500;
}

#technologies_tabs li a.active {
  color: #fff;
  background: #022d62;
}

#technologies_tabs li a.active:hover {
  color: #fff;
  background: #ef3139;
}

#technologies_tabs li a:hover {
  color: #fff;
  background: #022d62;
  border-radius: 5px;
  padding: 16px;
  font-weight: 500;
}

#technologies_tabs li:last-child {
  border-right: 0
}

.technologies_icons li {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(221, 223, 225, .5);
  border-radius: 10px;
  margin: 5px;
  transition: all .5s ease
}

.technologies_icons li:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
}

.technologies_icons li img {
  margin: 0 auto
}

.blog_box {
  width: 100%;
  transition: all .3s ease;
  background: #fff;
  border: 1px solid #e2e3e5;
  overflow: hidden;
  border-radius: 10px
}

.blog_box_img {
  width: 100%;
  height: 200px;
  object-fit: cover
}

.blog_box-caption {
  padding: 0 12px 20px;
  position: relative;
  min-height: 310px
}

.blog_box-caption ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -25px;
  margin-bottom: 25px
}

.blog_author_img {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
  margin-top: -20px
}

.blog_box-caption ul li {
  padding-top: 20px;
  color: #6a6d6f;
  margin-right: 7px;
  display: flex;
  align-items: center;
  line-height: 1
}

.blog_box-caption ul li a {
  color: #6a6d6f
}

.blog_box-caption ul li a:hover {
  color: #ec7323
}

.blog_box-caption ul li i {
  margin-right: 5px;
  font-size: 16px;
  line-height: 1
}

.blog_box-caption h4 {
  font-size: 18px;
  line-height: 1.3;
  margin: 10px 0
}

.blog_box-caption h4 a {
  color: #202122
}

.blog_box-caption h4 a:hover {
  color: #ec7323
}

.blog_box:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
}

.blog_box-caption .btn-custome {
  position: absolute;
  bottom: 15px;
  left: 12px
}

.blog-slider .owl-dots {
  text-align: center
}

.blog-slider {
  padding: 0 0 20px
}

.blog-slider {
  margin-left: -8px;
  margin-right: -8px
}

.blog-slider .item {
  padding: 0 8px
}

.blog-slider .item .blog-post_content {
  min-height: 220px
}

.blog-slider .item .blog-post {
  margin-bottom: 10px
}

.blog-post {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.blog-post_wrapper {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.blog-post_media {
  position: relative;
  margin-bottom: 28px
}

.blog-post_media_part {
  position: relative
}

.blog-post_meta-categories {
  position: absolute;
  bottom: -11px;
  left: 30px;
  z-index: 3;
  margin-bottom: 0
}

.blog-post_meta-categories span {
  display: inline-block
}

.blog-post_meta-categories a {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 22px;
  padding: 0 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid
}

.blog-post_content {
  padding: 0 20px 18px 20px
}

.blog-post_title {
  font-size: 24px;
  line-height: 36px;
  height: 54px;
  overflow: hidden
}

.blog-post_text {
  height: 100px;
  overflow: hidden
}

.blog-post_title a {
  font-size: 20px;
  line-height: 28px;
  color: #202122;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.blog-post_text p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 21px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.blog-post_meta-wrap {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.meta-wrapper {
  display: flex;
  align-items: center
}

.meta-wrapper>span {
  margin-right: 5px
}

.author_post img {
  margin-right: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block
}

.author_post a {
  color: #ec7323;
  position: relative
}

.author_post a:after {
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  content: '';
  border-bottom: 1px solid;
  width: 100%;
  right: auto;
  left: 0;
  -webkit-transition: width .3s linear 0s, right 0s linear .3s, left 0s linear .3s;
  -o-transition: width .3s linear 0s, right 0s linear .3s, left 0s linear .3s;
  -moz-transition: width .3s linear 0s, right 0s linear .3s, left 0s linear .3s;
  transition: width .3s linear 0s, right 0s linear .3s, left 0s linear .3s
}

.meta-wrapper span:after {
  content: '';
  margin: -2px 0 0 13px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #343535
}

.date_post {
  color: #9a9a9a;
  margin-right: 0
}

.meta-wrapper .date_post:after {
  display: none
}

.blog-post_info-wrap a {
  color: #b6b6b6
}

.blog-post_info-wrap a:hover {
  color: #ec7323;
  transform: translateX(5px)
}

.author_post a:hover:after {
  width: 0;
  right: 0;
  left: auto
}

.blog-post_feature-link {
  display: block
}

.blog-post_title a:hover {
  color: #ec7323
}

.blog-post_feature-link:before {
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
  background-color: rgba(40, 40, 40, .5);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
  width: 100%;
  height: 100%
}

.blog-post_media_part:hover .blog-post_feature-link:before {
  opacity: 1
}

.hire_small_box_link {
  width: 100%;
  float: left;
  background: #ec7323;
  text-align: center;
  padding: 10px;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  border-radius: 10px
}

.hire_small_box_link span {
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  padding: 7px 0
}

.hire_small_box_link a {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  padding: 5px 0;
  color: #fff;
  font-weight: 700
}

.hire_small_box_link .hire_small_box_btn {
  float: right;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px
}

.hire_small_box_link .hire_small_box_btn:hover {
  background-color: #202122;
  color: #fff
}

.hire_small_box_link3 {
  width: 100%;
  float: left;
  background: #ec7323;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  border-radius: 10px
}

.hire_small_box_link3 p {
  background: #fff;
  color: #202122;
  width: 100%;
  max-width: 150px;
  min-height: 80px;
  margin: 0;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 50px 50px 0;
  line-height: 29px;
  margin-bottom: 0 !important
}

.hire_small_box_link3 a {
  color: #fff !important;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px
}

.hire_small_box_link3 a:focus,
.hire_small_box_link3 a:hover {
  text-decoration: underline !important
}

.contact_top_rating {
  width: 100%;
  text-align: center;
  border: 1px solid #dddfe1;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all .3s ease
}

.contact_top_rating a {
  color: #ff3d2e;
  display: block;
  padding: 20px 20px 10px
}

.contact_top_rating span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
  line-height: 1
}

.contact_top_rating img {
  margin-bottom: 5px
}

.contact_top_rating strong {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 0;
  color: #202122;
  font-size: 24px;
  line-height: 1
}

.contact_top_rating:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
}

.contact_rating {
  width: 100%
}

.contact_rating li {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #dddfe1;
  border-radius: 10px;
  overflow: hidden;
  height: 95px;
  margin-bottom: 30px;
  transition: all .3s ease
}

.work_logo {
  padding: 10px 20px;
  position: relative;
  max-width: 280px;
  min-width: 280px
}

.top_rating_img {
  position: absolute;
  top: 0;
  right: 5px;
  margin: 0 !important
}

.work_rating {
  background: #fbfcfc;
  padding: 22.5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 1px solid #dddfe1;
  transition: all .3s ease
}

.work_rating img {
  width: 50px;
  margin-right: 10px
}

.rating_text {
  text-align: center
}

.rating_text p {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 3px
}

.rating_text strong {
  margin: 0;
  color: #222;
  font-weight: 800
}

.user_rating {
  width: 100%;
  float: left;
  color: #fff;
  overflow: auto;
  padding-top: 13px
}

.user_rating img {
  float: left;
  margin-right: 20px;
  width: 60px;
  margin-top: -12px
}

.contact_rating li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ff3d2e
}

.contact_rating li:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
}

.form-control {
  height: 44px;
  border: 1px solid #ced4da !important;
  color: #6a6d6f;
  font-size: 14px;
  padding: 6px 15px
}

.bootstrap-select .dropdown-toggle .filter-option {
  font-size: 14px;
  padding: 12px 15px;
  height: 44px
}

textarea.form-control {
  resize: none
}

.form-control:focus {
  border-color: #ec7323;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(236, 115, 35, .2)
}

.form-group {
  margin-bottom: 20px
}

.contact-custome-btn {
  font-size: 16px;
  margin-top: 10px;
  padding: 17px 30px
}

.contact-custome-btn i {
  margin-right: 10px;
  display: none
}

#schedule_a_call .form-group label {
  display: block;
  margin: 0;
  font-size: 0
}

#request_the_quote .form-group label {
  display: block;
  margin: 0;
  font-size: 0;
  height: 0;
  width: 0
}

.phone-field .con-num .iti.iti--allow-dropdown {
  display: block
}

.hire_box {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e2e4;
  border-radius: 10px;
  padding: 15px 15px;
  text-align: center;
  font-size: 16px;
  min-height: 250px
}

.hire_box span {
  margin-top: 15px;
  display: block;
  color: #6a6d6f
}

.footer_box {
  width: 100%
}

.footer_box ul {
  width: 100%
}

.footer_box ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  width: 100%
}

.footer_box ul li:last-child {
  margin-bottom: 0
}

.footer_box ul li:after {
  content: '';
  min-height: inherit;
  font-size: 0
}

.footer_box ul li i {
  min-width: 24px;
  width: 24px;
  margin-right: 10px;
  position: relative;
  top: 2px
}

.footer_box ul li i svg {
  width: 100%
}

.footer_box ul li p {
  color: #6a6d6f;
  font-size: 15px;
  line-height: 1.5;
  margin: 0
}

.footer_box ul li a {
  color: #6a6d6f;
  font-size: 15px;
  line-height: 2
}

.footer_box h5 {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 500
}

.footer_box ul li a:hover {
  color: #ec7323
}

main {
  margin-bottom: 800px;
  background-color: #fff
}

.footer-main {
  background-color: rgb(43 44 45);
  ;
  height: 350px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1
}

.foot-center-col {
  padding: 70px 15px 35px;
  border-right: 1px solid rgb(229 96 102 / 24%);
  height: 335px;
}

.foot-center-col:nth-child(1) {
  border-right: 0
}

.foot-center-col:nth-child(3) .foot-menu {
  padding-left: 15px
}

.foot-center-col h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 22px
}

.foot-menu ul li {
  margin-bottom: 12px;
  display: block
}

.foot-menu ul li:last-child {
  margin-bottom: 0
}

.foot-menu ul li a {
  color: #f3ecec
}

.foot-menu ul li a:hover {
  color: #ef3139
}

.foot-exp-wrap {
  padding-left: 15px
}

.foot-exp-char {
  width: 140px
}

.foot-exp-text-wrap {
  width: calc(100% - 160px);
  margin-left: 20px
}

.foot-exp-text-button {
  background-color: #393c3e9c;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 10px
}

.foot-exp-text-button .exp {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #ef3139;
  line-height: 1.1
}

.foot-exp-text-button .indus {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1
}

.foot-exp-text-wrap .btn-custome {
  font-size: 16px
}

.foot-social {
  margin-top: 20px
}

.foot-social .header_social li {
  margin-left: 11px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto
}

.foot-social .header_social li:first-child {
  margin-left: 0
}

.foot-social .header_social li.social-share a,
.foot-social .header_social li.social-share a:hover {
  background-color: #ec7323;
  color: #fff;
  position: relative
}

.foot-social .header_social li.social-share:before {
  content: " ";
  top: -20px;
  left: -20px;
  background-color: #ec7323;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  position: absolute;
  opacity: .6;
  -webkit-animation: pulse2 1.8s ease-out;
  animation: pulse2 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0);
    opacity: 0
  }

  25% {
    -webkit-transform: scale(.3);
    opacity: 1
  }

  50% {
    -webkit-transform: scale(.6);
    opacity: .6
  }

  75% {
    -webkit-transform: scale(.9);
    opacity: .3
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0
  }
}

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }

  25% {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    opacity: 1
  }

  50% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    opacity: .6
  }

  75% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    opacity: .3
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

.foot-social .header_social li.social-share .icon {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #ec7323;
  color: #fff;
  border: 1px solid #ec7323
}

.foot-social .header_social li.social-share .icon:last-child {
  margin-right: 0
}

.foot-social .header_social li.social-share .icon span {
  position: absolute;
  top: -20px;
  font-size: 14px
}

.foot-social .header_social li.social-share .icon:hover {
  background: 0 0;
  color: #ec7323;
  border: 1px solid #ec7323
}

.foot-social .header_social .social-share-fixed {
  position: absolute;
  white-space: nowrap;
  top: -17px;
  transform: translateX(-100%);
  padding-right: 10px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: rgba(43, 44, 45, .8);
  padding: 28px 10px 10px;
  border-radius: 10px;
  left: -20px
}

.foot-social .header_social.active .social-share-fixed {
  opacity: 1;
  visibility: visible
}

.foot-social .header_social li a {
  margin: 0;
  border: 1px solid #ef3139;
  color: #ef3139;
  background-color: transparent;
  width: 40px;
  height: 40px;
  font-size: 20px
}

.foot-social .header_social li a:hover {
  background-color: #ef3139;
  color: #202122
}

.footer-main hr {
  border-top: 1px solid rgb(131 166 235 / 0%);
  margin: 0
}

.footer-center {
  padding: 30px 0 0
}

.footer-center-top-content p {
  color: #fff;
  font-size: 18px
}

.footer-center-top-content p img {
  margin-right: 10px;
  vertical-align: top
}

.footer-center-top-content span {
  display: block;
  color: rgba(255, 255, 255, .5)
}

.footer-center-top-market {
  padding: 30px 0
}

.footer-center-market-list .item {
  margin-right: 10px
}

.footer-center-market-list .item:last-child {
  margin-right: 0
}

.footer-center-market-list .item img {
  width: auto;
  height: 135px;
  object-fit: cover
}

.footer-center-top-market .btn-custome {
  font-size: 16px;
  color: #ec7323 !important;
  background-color: transparent !important;
  border: 1px solid #ec7323 !important;
  font-weight: 500;
  box-shadow: none !important
}

.footer-center-top-market .btn-custome:hover {
  color: #fff !important;
  background-color: #ec7323 !important;
  border: 1px solid #ec7323 !important
}

.footer-bottom {
  padding: 30px 0
}

.foot-link {
  margin-bottom: 10px
}

.foot-link li {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px
}

.foot-link li:before {
  content: "|";
  display: block;
  position: absolute;
  left: -5px;
  top: 0;
  margin: 0;
  color: #fff;
  line-height: 18px
}

.foot-link li:first-child {
  margin: 0;
  padding: 0
}

.foot-link li:first-child:before {
  display: none
}

.foot-link li a {
  color: #fff
}

.foot-link li a:hover {
  color: #ef3139
}

.footer-bottom p {
  color: #fff;
  margin: 0
}

.scroll-top {
  bottom: 17px;
  color: #fff !important;
  display: none;
  font-size: 26px;
  padding: 12px 9px;
  position: fixed;
  left: 20px;
  height: 52px;
  text-align: center;
  width: 52px;
  background: #ef3139;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
  z-index: 990;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  cursor: pointer
}

.scroll-top:after {
  content: '';
  width: 2px;
  height: 25px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-left: -2px
}

.scroll-top:hover:after {
  bottom: 8px
}

.scroll-top:hover:before {
  top: -8px;
  position: relative;
  color: #fff;
  font-size: 30px
}

.scroll-top:before {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0;
  left: -1px
}

.scroll-top:hover {
  -webkit-box-shadow: 0 25px 55px 0 rgba(0, 0, 0, .21), 0 16px 28px 0 rgba(0, 0, 0, .22);
  box-shadow: 0 25px 55px 0 rgba(0, 0, 0, .21), 0 16px 28px 0 rgba(0, 0, 0, .22)
}

#contact_popup {
  width: 100%;
  float: left;
  position: fixed;
  top: 0;
  height: 100%;
  overflow: auto;
  z-index: 99999999;
  background: #f3f3f3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
  opacity: 0
}

.popup_form {
  width: 100%;
  max-width: 680px;
  margin: 0 auto
}

.popup_form h4 {
  color: #ec7323;
  font-size: 5vw;
  line-height: 1.04444em;
  margin-bottom: 35px;
  margin-left: 10px
}

.popup_form .text-color {
  color: #343535
}

#popup_close,
.solution_app_popup_close {
  color: #ec7323;
  font-size: 36px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer
}

#popup_close:hover,
.solution_app_popup_close:hover {
  color: #343535
}

.popup_form .form-control {
  border: none !important;
  background: #fff
}

.popup_show {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important
}

#request_the_quote .form-group {
  margin-bottom: 30px;
  position: relative
}

#request_the_quote .form-group .help-block {
  position: absolute;
  bottom: -30px;
  left: 20px
}

.banner-main__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 999;
  background: rgba(0, 0, 0, .8)
}

.banner-main__wrapper h1 {
  font-size: 45px;
  color: #fff;
  margin: 0 0 30px
}

.banner-main__wrapper p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 50px
}

.banner-btn li {
  display: inline-block
}

.banner-btn .btn {
  border: 1px solid #fff;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 1;
  box-shadow: none !important
}

.banner-btn .btn:hover {
  background: #ec7323;
  color: #fff;
  border-color: #ec7323
}

.banner-btn .btn-custome {
  border-color: #ec7323
}

.banner-btn .btn-custome:hover {
  background: #fff !important;
  color: #ec7323 !important;
  border-color: #fff
}

.breadcrumb {
  background: 0 0;
  position: absolute;
  bottom: 85px;
  left: 50%;
  width: 100%;
  max-width: 1170px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 15px;
  z-index: 9999
}

.breadcrumb {
  color: #ec7323;
  font-weight: 500
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff
}

.breadcrumb .breadcrumb-item.active {
  color: #f3f5f9;
  font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "/";
}

.app_service_box svg {
  width: 100px
}

.app_service_box {
  text-align: center;
  margin: 15px 0
}

.app_service_box span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s ease
}

.app_service_box svg circle,
.app_service_box svg ellipse,
.app_service_box svg line,
.app_service_box svg path,
.app_service_box svg polygon,
.app_service_box svg rect {
  transition: all .3s ease;
  fill: #6a6d6f
}

.app_service_box:hover span,
.app_service_box:hover svg circle,
.app_service_box:hover svg ellipse,
.app_service_box:hover svg line,
.app_service_box:hover svg path,
.app_service_box:hover svg polygon,
.app_service_box:hover svg rect {
  fill: #ec7323;
  color: #ec7323
}

.app-why-box {
  width: 100%;
  background: #fff;
  border: 1px solid #ecedee;
  border-radius: 10px;
  text-align: center;
  padding: 20px 13px;
  transition: all .3s ease;
  margin-bottom: 30px;
  min-height: 320px
}

.app-why-box-icon {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  border-radius: 7px;
  padding: 10px;
  transition: all .3s ease
}

.app-why-box h4 {
  font-size: 18px;
  margin: 15px 0 10px;
  transition: all .3s ease;
  min-height: 50px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  justify-content: center;
  width: 100%
}

.app-why-box:hover .app-why-box-icon {
  background: #ec7323
}

.app-service-tab-text svg {
  width: 74px;
  height: 74px
}

.app-service-tab-text svg circle,
.app-service-tab-text svg ellipse,
.app-service-tab-text svg line,
.app-service-tab-text svg path,
.app-service-tab-text svg polygon,
.app-service-tab-text svg rect {
  fill: #ec7323
}

.app-why-box-icon svg circle,
.app-why-box-icon svg ellipse,
.app-why-box-icon svg path,
.app-why-box-icon svg polygon,
.app-why-box-icon svg rect {
  transition: all .3s ease;
  fill: #6a6d6f
}

.app-why-box:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
}

.app-why-box:hover .app-why-box-icon svg circle,
.app-why-box:hover .app-why-box-icon svg ellipse,
.app-why-box:hover .app-why-box-icon svg path,
.app-why-box:hover .app-why-box-icon svg polygon,
.app-why-box:hover .app-why-box-icon svg rect {
  fill: #fff
}

.app-service-tab {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px !important
}

.app-service-tab-text h3 {
  font-size: 24px;
  margin: 30px 0 20px;
  font-weight: 600
}

.app-service-tab-box {
  width: 165px;
  height: 165px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #ecedee;
  border-radius: 10px;
  padding: 15px 15px;
  transition: all .3s ease;
  cursor: pointer
}

.app-service-tab-box span {
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-weight: 500
}

.app-service-tab .slick-current.slick-active .app-service-tab-box {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
}

.app-service-tab .slick-list {
  padding-top: 15px !important;
  padding-bottom: 20px !important
}

.app-service-tab .slick-current.slick-active .app-service-tab-box svg circle,
.app-service-tab .slick-current.slick-active .app-service-tab-box svg ellipse,
.app-service-tab .slick-current.slick-active .app-service-tab-box svg line,
.app-service-tab .slick-current.slick-active .app-service-tab-box svg path,
.app-service-tab .slick-current.slick-active .app-service-tab-box svg polygon,
.app-service-tab .slick-current.slick-active .app-service-tab-box svg rect {
  fill: #ec7323
}

.app-service-tab-box svg {
  width: 50px;
  height: 50px
}

.app-service-tab-box svg circle,
.app-service-tab-box svg ellipse,
.app-service-tab-box svg line,
.app-service-tab-box svg path,
.app-service-tab-box svg polygon,
.app-service-tab-box svg rect {
  transition: all .3s ease
}

.app-service-tab-content .slick-slide img {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  border-radius: 10px;
  margin-bottom: 30px
}

.banner_contactForm {
  width: 100%;
  background: rgba(32, 33, 34, .8);
  padding: 30px 25px;
  border-radius: 5px;
  border: 1px solid rgba(236, 115, 35, .8)
}

.banner_contactForm .form-control {
  background: 0 0;
  border-color: rgba(255, 255, 255, .3) !important;
  color: #fff
}

.banner_contactForm p {
  font-size: 12px;
  margin: 0
}

.banner_contactForm .btn-custome {
  white-space: normal;
  padding: 12px 15px
}

.banner_contactForm .btn-custome:hover {
  background: #fff !important;
  color: #ec7323 !important
}

.mobile_app_service_box {
  width: 100%;
  background: #fff;
  border: 1px solid #ecedee;
  border-radius: 10px;
  padding: 20px 20px;
  transition: all .3s ease;
  margin-bottom: 30px;
  min-height: 440px;
  margin: 50px 0 30px;
  position: relative
}

.mobile_app_service_box_icon {
  width: 100px;
  height: 100px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  border-radius: 10px;
  background: #ec7323;
  padding: 15px;
  margin: -70px 0 20px
}

.mobile_app_service_box h3 {
  font-size: 20px;
  margin-bottom: 20px
}

.mobile_app_service_box:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
}

.mobile_app_service_box h3 a {
  color: #202122
}

.mobile_app_service_box h3 a:hover {
  color: #ec7323
}

.mobile_app_service_box .btn-custome {
  position: absolute;
  bottom: 20px;
  left: auto
}

.about-slider {
  width: 100%;
  position: relative;
  background: #fbfcfc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.about-img-slider {
  padding: 20px;
  text-align: center
}

.about-img-slider img {
  display: inline-block
}

.about-icon-slider {
  background: #fff;
  padding: 15px 20px;
  margin-top: -90px
}

.about-icon-slider a {
  background: #ec7323;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto
}

.about-icon-slider a svg {
  width: 40px
}

.about-icon-slider .slick-current a {
  background: #343535
}

.business-solution-slide ul {
  display: inline-block;
  vertical-align: top;
  width: 100%
}

.business-solution-slide ul li {
  width: 18%;
  float: left;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.business-solution-slide ul li.active {
  width: 46%
}

.business-solution-slide ul li .content {
  height: 450px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.business-solution-slide ul li .content .icon {
  width: 90px;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 25px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.business-solution-slide ul li .content .icon svg {
  width: 50px;
  height: 50px
}

.business-solution-slide ul li .content .icon svg circle,
.business-solution-slide ul li .content .icon svg ellipse,
.business-solution-slide ul li .content .icon svg line,
.business-solution-slide ul li .content .icon svg path,
.business-solution-slide ul li .content .icon svg polygon,
.business-solution-slide ul li .content .icon svg rect {
  fill: #ec7323
}

.business-solution-slide ul li .content h3 {
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.business-solution-slide ul li .content p {
  margin-bottom: 20px;
  overflow: hidden;
  transform: scale(0);
  height: 0
}

.business-solution-slide ul li.active .content p {
  animation: businesssolutionautoheight 1s forwards
}

@-webkit-keyframes businesssolutionautoheight {
  0% {
    height: 0;
    -webkit-transform: scale(0)
  }

  100% {
    height: auto;
    -webkit-transform: scale(1)
  }
}

@-moz-keyframes businesssolutionautoheight {
  0% {
    height: 0;
    transform: scale(0)
  }

  100% {
    height: auto;
    transform: scale(1)
  }
}

@-ms-keyframes businesssolutionautoheight {
  0% {
    height: 0;
    -ms-transform: scale(0)
  }

  100% {
    height: auto;
    -ms-transform: scale(1)
  }
}

@keyframes businesssolutionautoheight {
  0% {
    height: 0;
    transform: scale(0)
  }

  100% {
    height: auto;
    transform: scale(1)
  }
}

.business-solution-slide ul li .content .btn-custome {
  display: none
}

.business-solution-slide ul li.active .content .btn-custome {
  display: inline-block;
  vertical-align: top
}

.business-solution-slide ul li .content:hover {
  -webkit-box-shadow: 0 5px 15px 0 rgba(236, 115, 35, .15);
  -moz-box-shadow: 0 5px 15px 0 rgba(236, 115, 35, .15);
  box-shadow: 0 5px 15px 0 rgba(236, 115, 35, .15)
}

.business-solution-slide ul li .content:hover .icon {
  -webkit-box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .5);
  -moz-box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .5);
  box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .5)
}

.business-solution-slide ul li .content:hover h3 {
  color: #ec7323
}

.cta.fullwidth {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px 0 rgba(236, 115, 35, .15);
  -moz-box-shadow: 0 5px 15px 0 rgba(236, 115, 35, .15);
  box-shadow: 0 5px 15px 0 rgba(236, 115, 35, .15)
}

.cta.fullwidth:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(50% - 250px);
  background-color: #202122
}

.cta.fullwidth .cd-headline {
  padding: 40px 0;
  margin: 0
}

.cta.fullwidth .cd-headline span {
  color: #202122;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6
}

.cta.fullwidth .cd-headline .cd-words-wrapper b {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 2px 0;
  color: #ec7323
}

.cta.fullwidth .btn-col {
  position: relative;
  padding: 40px 15px
}

.cta.fullwidth .btn-col:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 210px;
  width: 80px;
  height: 100%;
  background-color: #ec7323;
  transform: skew(20deg, 0deg)
}

.cta.fullwidth .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left
}

.cta.fullwidth .cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0
}

.cta.fullwidth .cd-words-wrapper b.is-visible {
  position: relative
}

.no-js .cta.fullwidth .cd-words-wrapper b {
  opacity: 0
}

.no-js .cta.fullwidth .cd-words-wrapper b.is-visible {
  opacity: 1
}

.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px
}

.cd-headline.rotate-2 em,
.cd-headline.rotate-2 i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in .4s forwards;
  -moz-animation: cd-rotate-2-in .4s forwards;
  animation: cd-rotate-2-in .4s forwards
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out .4s forwards;
  -moz-animation: cd-rotate-2-out .4s forwards;
  animation: cd-rotate-2-out .4s forwards
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px)
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0)
  }
}

@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg)
  }

  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg)
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0)
  }
}

@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0)
  }
}

@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0)
  }

  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg)
  }
}

@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0)
  }

  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg)
  }

  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg)
  }
}

@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0)
  }

  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg)
  }
}

.innerbanner .tenc-intro-main__wrapper {
  background: linear-gradient(90deg, #620217ed, rgb(2 45 98 / 84%) 40%, rgb(43 114 203 / 74%) 70%, rgb(2 45 98 / 20%)) !important;
}

.innerbanner h1 {
  font-size: 45px
}

.innerbanner h1.f-40 {
  font-size: 38px
}

.innerbanner p {
  font-size: 18px
}

.innerbanner .tenc-intro-main__wrapper a:focus,
.innerbanner .tenc-intro-main__wrapper a:hover {
  background-color: transparent !important;
  color: #fff;
  border: 1px solid #fff
}

.innerbanner .submitbar {
  padding: 0 15px;
  justify-content: space-between
}

.innerbannerform {
  background-color: rgba(32, 33, 34, .8);
  padding: 35px 25px;
  border: 1px solid #ec7323;
  border-radius: 5px
}

.innerbannerform .form-control {
  background-color: transparent;
  border: 1px solid #636465 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 300
}

.innerbannerform .form-control::-webkit-input-placeholder {
  color: #fff
}

.innerbannerform .form-control::-moz-placeholder {
  color: #fff
}

.innerbannerform .form-control:-ms-input-placeholder {
  color: #fff
}

.innerbannerform .form-control:-moz-placeholder {
  color: #fff
}

.innerbanner .submitbar span {
  font-size: 12px
}

.innerbanner .submitbar .btn-custome {
  padding: 15px 18px
}

.innerbannerform .has-error .form-control {
  border: 1px solid red !important
}

.innerbannerform .has-error .help-block {
  display: none !important
}

.innerbannerform .form-group label {
  display: block;
  font-size: 0;
  margin: 0
}

.service-main-content h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px !important;
  font-size: 27px;
  display: inline-block;
  
}

.service-main-content h2:before {
  content: "";
  display: block;
  height: 5px;
  background-color: #ef3139;
  width: 30%;
  position: absolute;
  bottom: 0;
  border-radius: 10px
}

.service-main-content small {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500
}

.what-we-offer-main-slider-section.scroll-to-fixed-fixed {
  padding: 20px 0
}

.what-we-offer-main-slider {
  position: relative;
  padding: 0 20px
}

.what-we-offer-main-slider-section .container {
  position: relative
}

.what-we-offer-main-slider-section .border-dashed {
  border-top: 2px dashed #cfd1d1;
  position: absolute;
  top: 35px;
  left: 15px;
  right: 15px;
  height: 2px
}

.what-we-offer-main-slider:after,
.what-we-offer-main-slider:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #d2d3d4;
  border-radius: 100%
}

.what-we-offer-main-slider:before {
  left: 0;
  top: 25px
}

.what-we-offer-main-slider:after {
  right: 0;
  top: 25px
}

.what-we-offer-main-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 1
}

.what-we-offer-main-item-box {
  padding: 0 5px;
  width: 12.5%;
  text-align: center
}

.what-we-offer-main-item-icon {
  width: 70px;
  height: 70px;
  background-color: #e6e7e8;
  border-radius: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.what-we-offer-main-item-icon svg {
  margin: 0 auto;
  width: 33px
}

.what-we-offer-main-item-box .what-we-offer-main-item-icon path {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  fill: #202122
}

.what-we-offer-main-item-icon img {
  margin: 0 auto
}

.what-we-offer-main-item-box.active .what-we-offer-main-item-icon,
.what-we-offer-main-item-box:hover .what-we-offer-main-item-icon {
  -webkit-box-shadow: 0 5px 10px 0 #ec7323;
  -moz-box-shadow: 0 5px 10px 0 #ec7323;
  box-shadow: 0 5px 10px 0 #ec7323;
  background-color: #ec7323
}

.what-we-offer-main-item-box.active .what-we-offer-main-item-icon path,
.what-we-offer-main-item-box:hover .what-we-offer-main-item-icon path {
  fill: #fff
}

.what-we-offer-main-item-title {
  color: #202122
}

.what-we-offer-main-listing {
  padding-top: 0
}

.what-we-offer-main-listing .row {
  padding-top: 80px
}

.what-we-offer-main-listing-img {
  display: inline-block;
  position: relative;
  margin-right: 30px
}

.what-we-offer-main-listing-img img {
  position: relative
}

.what-we-offer-main-listing-img:before {
  content: "";
  display: block;
  background-color: #eff0f0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 30px;
  top: 30px;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 #eff0f0;
  -moz-box-shadow: 0 5px 10px 0 #eff0f0;
  box-shadow: 0 5px 10px 0 #eff0f0
}

.what-we-offer-main-listing-title {
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 30px
}

.what-we-offer-main-listing-title:before {
  content: "";
  display: block;
  height: 5px;
  background-color: #f58020;
  width: 75%;
  position: absolute;
  bottom: 0;
  border-radius: 10px
}

.what-we-offer-main-listing-title .number {
  width: auto;
  font-size: 75px;
  font-weight: 900;
  color: rgba(32, 33, 34, .2);
  line-height: 55px;
  position: relative;
  margin-right: 15px
}

.what-we-offer-main-listing-title .number span {
  font-size: 35px;
  line-height: 28px;
  font-weight: 600;
  color: #f58020;
  position: absolute;
  right: 0;
  bottom: 0
}

.what-we-offer-main-listing-title h2,
.what-we-offer-main-listing-title h3 {
  font-size: 30px;
  font-weight: 600
}

.what-we-offer-main-listing-content .top-text-block {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px
}

.what-we-offer-main-listing-content .top-text-block a {
  color: #f58020;
  text-decoration: none
}

.what-we-offer-main-listing-content .top-text-block a:hover {
  text-decoration: underline
}

.what-we-offer-main-listing-content p a {
  color: #f58020;
  text-decoration: none
}

.what-we-offer-main-listing-content p a:hover {
  text-decoration: underline
}

.what-we-offer-main-listing-content ul {
  margin-bottom: 1rem
}

.what-we-offer-main-listing-content li {
  display: block;
  color: #6a6d6f;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px
}

.what-we-offer-main-listing-content li:before {
  display: inline-block;
  content: "\f105";
  
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiase;
  background: #b9baba;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #202122;
  position: absolute;
  left: 0;
  top: 0
}

.web-app-sev-lang-collapse .left-col {
  border: 1px solid #ecedee;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  max-width: 44.5%;
  flex: 0 0 44.5%;
  -ms-flex: 0 0 44.5%
}

.web-app-sev-lang-collapse .right-col {
  max-width: 55.5%;
  flex: 0 0 55.5%;
  background: #ef313926;
  border-bottom-left-radius: 66px;
  border-top-right-radius: 66px;
}

.web-app-sev-lang-collapse .accordian_header {
  display: none
}

.web-app-sev-lang-collapse .tab_content {
  display: none
}

.web-app-sev-lang-collapse .accordion .accordian_header {
  display: block
}

.web-app-sev-lang-collapse .accordion>ul {
  display: none
}

.web-app-sev-lang-collapse .tab_list {
  border-bottom: 0
}

.web-app-sev-lang-collapse .tab_list li {
  color: #202122;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 35px;
  border: 0;
  min-height: 70px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  cursor: pointer
}

.web-app-sev-lang-collapse .tab_list li.active {
  color: #ef3139;
  -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0rgba(0, 0, 0, .15);
  background-color: #fff;
  
  font-weight: 600;
}

.web-app-sev-lang-collapse .tab_list li:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #ef3139;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden
}

.web-app-sev-lang-collapse .tab_list li.active:before {
  opacity: 1;
  visibility: visible
}

.web-app-sev-lang-collapse .accordian_header .arrow {
  float: right;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 2px;
  transform: rotate(-135deg);
  border-top: 3px solid #202122;
  border-left: 3px solid #202122;
  right: 20px;
  top: 50%;
  margin-top: -6px
}

.web-app-sev-lang-collapse .accordian_header.active .arrow {
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-left: 3px solid #fff
}

.web-app-sev-lang-collapse .content_wrapper {
  max-width: 600px;
  width: 100%
}

.web-app-sev-lang-collapse .tab_content {
  padding: 15px 15px
}

.web-app-sev-lang-collapse .tab_content img {
  margin-bottom: 25px;
  width: 150px
}

.web-app-sev-lang-collapse .tab_content h3 {
  font-size: 30px;
  color: #ec7323;
  font-weight: 600;
  margin-bottom: 20px
}

.web-app-sev-lang-collapse .tab_content p {
  margin-bottom: 25px
}

.web-why-choose-us-main {
  padding: 105px 0 30px
}

.callouts-separate.graybgoption {
  position: relative;
  bottom: -45px
}

.web-why-choose-main-box {
  border: 1px solid #ecedee;
  padding: 35px 20px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 340px
}

.web-why-choose-main-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 15px
}

.web-why-choose-main-icon svg {
  width: 75px
}

.web-why-choose-main-icon circle,
.web-why-choose-main-icon ellipse,
.web-why-choose-main-icon line,
.web-why-choose-main-icon path,
.web-why-choose-main-icon polygon,
.web-why-choose-main-icon rect {
  fill: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.web-why-choose-main-box h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.web-why-choose-main-box p {
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

.web-why-choose-main-box:hover {
  border: 1px solid #ec7323;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.web-why-choose-main-box:hover .web-why-choose-main-icon circle,
.web-why-choose-main-box:hover .web-why-choose-main-icon ellipse,
.web-why-choose-main-box:hover .web-why-choose-main-icon line,
.web-why-choose-main-box:hover .web-why-choose-main-icon path,
.web-why-choose-main-box:hover .web-why-choose-main-icon polygon,
.web-why-choose-main-box:hover .web-why-choose-main-icon rect {
  fill: #ec7323
}

.service-web-inner {
  position: relative
}

.service-we-offer-web-inner .web-why-choose-main-box {
  padding: 10px 15px;
  position: relative;
  border-bottom: 5px solid #ef3139;
  -webkit-box-shadow: 0 5px 10px 0 rgba(72, 73, 121, .15);
  -moz-box-shadow: 0 5px 10px 0 rgba(72, 73, 121, .15);
  box-shadow: 0 5px 10px 0 rgba(72, 73, 121, .15);
  border: 0;
  border-bottom: 5px solid #ef3139
}

.service-we-offer-web-inner .web-why-choose-main-icon {
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  border-radius: 100%;
  line-height: 100px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.service-we-offer-web-inner .web-why-choose-main-icon svg {
  width: 48px;
  height: 48px
}

.service-we-offer-web-inner .web-why-choose-main-box h3 {
  color: #ef3139;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.service-we-offer-web-inner .web-why-choose-main-box:hover h3 {
  color: #022d62
}

.service-we-offer-web-inner .web-why-choose-main-box:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15);
  box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15);
  border: 0;
  border-bottom: 5px solid #022d62
}

.service-we-offer-web-inner .web-why-choose-main-box:hover .web-why-choose-main-icon {
  -webkit-box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15);
  box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15)
}

.web-advtanges-box {
  border: 1px solid #e7e7e8;
  padding: 15px 15px;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.web-advantages-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.web-advantages-icon svg {
  width: 50px;
  height: 50px
}

.web-advantages-icon svg circle,
.web-advantages-icon svg ellipse,
.web-advantages-icon svg line,
.web-advantages-icon svg path,
.web-advantages-icon svg polygon,
.web-advantages-icon svg rect {
  fill: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.web-advantages-content-box {
  padding-top: 15px
}

.web-advantages-title {
  width: calc(100% - 70px);
  padding-left: 15px
}

.web-advantages-title h4 {
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0;
  word-wrap: break-word
}

.web-advantages-content-box p {
  line-height: 20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.web-advantages-content-box p:last-child {
  margin-bottom: 0
}

.web-advtanges-box:hover {
  border: 1px solid #ec7323
}

.web-advtanges-box:hover .web-advantages-icon {
  background-color: #ec7323
}

.web-advtanges-box:hover .web-advantages-icon {
  box-shadow: none
}

.web-advtanges-box:hover .web-advantages-icon svg circle,
.web-advtanges-box:hover .web-advantages-icon svg ellipse,
.web-advtanges-box:hover .web-advantages-icon svg line,
.web-advtanges-box:hover .web-advantages-icon svg path,
.web-advtanges-box:hover .web-advantages-icon svg polygon,
.web-advtanges-box:hover .web-advantages-icon svg rect {
  fill: #fff
}

.web-advtanges-box:hover .web-advantages-title h4 {
  color: #ec7323
}

.web-why-choose-us-inner-box {
  border: 1px solid #ecedee;
  -webkit-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
  -moz-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
  box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
  margin-top: 50px;
  border-radius: 10px;
  padding: 20px 20px 20px;
  background-color: #022d6208;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.web-why-choose-inner-icon {
  width: 75px;
  height: 75px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  border-radius: 100%;
  line-height: 75px;
  text-align: center;
  margin-top: -57px;
  background-color: #022d62;
  float: left;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.web-why-choose-inner-icon svg {
  width: 44px;
  height: 44px
}

.web-why-choose-inner-icon svg circle,
.web-why-choose-inner-icon svg ellipse,
.web-why-choose-inner-icon svg line,
.web-why-choose-inner-icon svg path,
.web-why-choose-inner-icon svg polygon,
.web-why-choose-inner-icon svg rect {
  fill: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.web-why-choose-us-inner-box h5 {
  font-size: 22px;
  font-weight: 500;
  width: calc(100% - 75px);
  float: left;
  padding-left: 10px;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.web-why-choose-us-inner-box p {
  clear: both
}

.web-why-choose-us-inner-box p:last-child {
  margin-bottom: 0
}

.web-why-choose-us-inner-box:hover {
  border: 2px solid #ef3139
}

.web-why-choose-us-inner-box:hover .web-why-choose-inner-icon {
  background-color: #ef3139
}

.web-why-choose-us-inner-box:hover svg circle,
.web-why-choose-us-inner-box:hover svg ellipse,
.web-why-choose-us-inner-box:hover svg line,
.web-why-choose-us-inner-box:hover svg path,
.web-why-choose-us-inner-box:hover svg polygon,
.web-why-choose-us-inner-box:hover svg rect {
  fill: #fff
}

.web-why-choose-us-inner-box:hover h3 {
  color: #ec7323
}

.callouts-separate.webdevinner {
  position: relative;
  margin: 60px auto 0
}

.web-why-go-content h3 {
  font-size: 30px;
  font-weight: 600;
  color: #ec7323;
  margin-bottom: 15px
}

.web-why-go-content p {
  font-size: 16px;
  color: #202122;
  width: calc(100% - 60px);
  margin: 0 0 0 13px
}

.web-why-go-content ul {
  margin-bottom: 30px
}

.web-why-go-content ul li {
  margin-bottom: 20px;
  min-height: 63px;
  display: block;
  align-items: center;
  padding-left: 0;
  position: relative;
  font-size: 14px;
  color: #6a6d6f;
  display: flex;
  align-items: center
}

.web-why-go-content ul li p {
  color: #6a6d6f
}

.web-why-go-content ul li .web-why-go-icon {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  display: flex;
  align-items: center;
  justify-content: center
}

.web-why-go-content ul li .web-why-go-icon svg {
  width: 24px;
  height: 24px
}

.web-why-go-content ul li .web-why-go-icon svg circle,
.web-why-go-content ul li .web-why-go-icon svg ellipse,
.web-why-go-content ul li .web-why-go-icon svg line,
.web-why-go-content ul li .web-why-go-icon svg path,
.web-why-go-content ul li .web-why-go-icon svg polygon,
.web-why-go-content ul li .web-why-go-icon svg rect {
  fill: #6a6d6f
}

.option1 .web-why-choose-main-icon {
  margin: -60px auto 15px;
  background-color: #fff
}

.service-we-offer-web-inner.option1 .title {
  margin-bottom: 10px
}

.service-we-offer-web-inner.option1 .web-why-choose-main-box:hover .web-why-choose-main-icon {
  background-color: #ec7323
}

.service-we-offer-web-inner.option1 .web-why-choose-main-box:hover .web-why-choose-main-icon circle,
.service-we-offer-web-inner.option1 .web-why-choose-main-box:hover .web-why-choose-main-icon ellipse,
.service-we-offer-web-inner.option1 .web-why-choose-main-box:hover .web-why-choose-main-icon line,
.service-we-offer-web-inner.option1 .web-why-choose-main-box:hover .web-why-choose-main-icon path,
.service-we-offer-web-inner.option1 .web-why-choose-main-box:hover .web-why-choose-main-icon polygon,
.service-we-offer-web-inner.option1 .web-why-choose-main-box:hover .web-why-choose-main-icon rect {
  fill: #fff
}

.types-of-ar-development-section .slick-list {
  width: 100%
}

.type-of-ar-list-section {
  z-index: 1
}

.type-of-ar-list-box {
  padding: 10px 10px 0;
  cursor: pointer;
  position: relative;
  margin-bottom: 50px
}

.type-of-ar-list-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -51px;
  width: 40px;
  height: 25px;
  background-image: url(../images/mobile-app-development/ar-app/types-of-ar-arrow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden
}

.type-of-ar-list-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto 10px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.type-of-ar-list-icon svg {
  width: 40px;
  height: 40px
}

.type-of-ar-list-icon svg circle,
.type-of-ar-list-icon svg ellipse,
.type-of-ar-list-icon svg line,
.type-of-ar-list-icon svg path,
.type-of-ar-list-icon svg polygon,
.type-of-ar-list-icon svg rect {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.type-of-ar-list-box h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0;
  text-align: center;
  min-height: 42px
}

.type-of-ar-list-item.slick-current .type-of-ar-list-box:before {
  opacity: 1;
  visibility: visible
}

.type-of-ar-list-item.slick-current .type-of-ar-list-icon,
.type-of-ar-list-item:hover .type-of-ar-list-icon {
  background-color: #ec7323;
  box-shadow: none
}

.type-of-ar-list-item.slick-current .type-of-ar-list-icon svg circle,
.type-of-ar-list-item.slick-current .type-of-ar-list-icon svg ellipse,
.type-of-ar-list-item.slick-current .type-of-ar-list-icon svg line,
.type-of-ar-list-item.slick-current .type-of-ar-list-icon svg path,
.type-of-ar-list-item.slick-current .type-of-ar-list-icon svg polygon,
.type-of-ar-list-item.slick-current .type-of-ar-list-icon svg rect,
.type-of-ar-list-item:hover .type-of-ar-list-icon svg circle,
.type-of-ar-list-item:hover .type-of-ar-list-icon svg ellipse,
.type-of-ar-list-item:hover .type-of-ar-list-icon svg line,
.type-of-ar-list-item:hover .type-of-ar-list-icon svg path,
.type-of-ar-list-item:hover .type-of-ar-list-icon svg polygon,
.type-of-ar-list-item:hover .type-of-ar-list-icon svg rect {
  fill: #fff
}

.type-of-ar-list-item.slick-current .type-of-ar-list-box h4,
.type-of-ar-list-item:hover .type-of-ar-list-box h4 {
  color: #ec7323
}

.type-of-ar-content-section {
  margin-top: -1px
}

.type-of-ar-content-box {
  padding: 30px 15px;
  text-align: center;
  border: 1px solid #ec7323;
  border-radius: 10px
}

.type-of-ar-title {
  font-size: 25px;
  margin-bottom: 15px;
  color: #ec7323;
  font-weight: 400
}

.type-of-ar-content-box p:last-child {
  margin-bottom: 0
}

.types-of-ar-platform-section {
  padding-top: 100px
}

.types-of-ar-platform-box {
  position: relative;
  min-height: 190px;
  padding: 10px 20px
}

.types-of-ar-platform-box img {
  margin: 0 auto;
  -ms-flex: 1
}

.types-of-ar-platform-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #ec7323;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.types-of-ar-platform-name {
  color: #fff;
  font-size: 24px;
  font-weight: 400
}

.types-of-ar-platform-content p {
  color: #fff
}

.types-of-ar-platform-content p:last-child {
  margin-bottom: 0
}

.types-of-ar-platform-box:hover .types-of-ar-platform-overlay {
  opacity: 1;
  visibility: visible;
  top: 0
}

.ar-services-detail-icon {
  margin-bottom: 30px
}

.ar-services-detail-icon svg {
  width: 60px;
  height: 60px;
  fill: #ec7323
}

.ar-services-detail-content h5 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 500
}

.ar-services-detail-content p:last-child {
  margin-bottom: 0
}

.ar-services-list-section {
  padding-top: 60px
}

.ar-services-list-section .container {
  max-width: 1600px;
  padding: 0
}

.ar-services-list-slider .slick-slide {
  padding: 0 15px
}

.ar-services-list-box {
  min-height: 170px;
  min-width: 170px;
  border: 1px solid #dddfe1;
  padding: 20px 10px 15px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ar-services-list-icon {
  margin-bottom: 12px
}

.ar-services-list-icon svg {
  width: 50px;
  height: 50px;
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ar-services-list-title {
  font-size: 16px;
  font-weight: 500;
  min-height: 72px
}

.slick-current .ar-services-list-box {
  border: 1px solid #ec7323
}

.slick-current .ar-services-list-icon svg {
  fill: #ec7323
}

.ar-services-list-box:hover {
  border: 1px solid #ec7323
}

.ar-services-list-box:hover .ar-services-list-icon svg {
  fill: #ec7323
}

.ar-services-detail-image img {
  margin: 0 auto
}

.ar-why-choose-content-box {
  padding: 20px 20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #fff;
  min-height: 290px
}

.ar-why-choose-us-icon {
  margin-bottom: 15px
}

.ar-why-choose-us-icon svg {
  width: 50px;
  height: 50px
}

.ar-why-choose-us-icon svg circle,
.ar-why-choose-us-icon svg ellipse,
.ar-why-choose-us-icon svg line,
.ar-why-choose-us-icon svg path,
.ar-why-choose-us-icon svg polygon,
.ar-why-choose-us-icon svg rect {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ar-why-choose-us-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ar-why-choose-content-box p {
  line-height: 20px
}

.ar-why-choose-content-box p:last-child {
  margin-bottom: 0
}

.ar-why-choose-content-box:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15);
  box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15)
}

.ar-why-choose-content-box:hover .ar-why-choose-us-icon svg circle,
.ar-why-choose-content-box:hover .ar-why-choose-us-icon svg ellipse,
.ar-why-choose-content-box:hover .ar-why-choose-us-icon svg line,
.ar-why-choose-content-box:hover .ar-why-choose-us-icon svg polygon,
.ar-why-choose-content-box:hover .ar-why-choose-us-icon svg rect,
.ar-why-choose-content-box:hover svg path {
  fill: #ec7323
}

.ar-why-choose-content-box:hover .ar-why-choose-us-title {
  color: #ec7323
}

.portfolio-figure-caption .portfolio-store-button a {
  border: 0;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  margin: 0 5px 10px
}

.callouts-separate+.ar-why-choose-us-section {
  padding-top: 110px
}

.banner.height668 {
  min-height: 668px
}

.banner.height668 .video {
  min-height: 668px;
  max-height: 668px
}

.banner.height450 {
  min-height: 450px
}

.banner.height450 .video {
  min-height: 450px;
  max-height: 450px
}

.banner.height450 .breadcrumb {
  bottom: 60px
}

.portfolio-listing-box {
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-right: 1px solid #dddfe1
}

.portfolio-listing-box:first-child {
  border-left: 1px solid #dddfe1
}

.portfolio-listing-icon {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  min-height: 120px;
  padding: 18px 10px
}

.portfolio-listing-icon svg {
  width: 44px;
  height: 44px
}

.portfolio-listing-icon svg circle,
.portfolio-listing-icon svg ellipse,
.portfolio-listing-icon svg line,
.portfolio-listing-icon svg path,
.portfolio-listing-icon svg polygon,
.portfolio-listing-icon svg rect {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.portfolio-listing-icon span {
  display: block;
  font-size: 16px;
  margin-top: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.portfolio-listing-box.current,
.portfolio-listing-box:hover {
  background-color: #ec7323
}

.portfolio-listing-box.current .portfolio-listing-icon svg circle,
.portfolio-listing-box.current .portfolio-listing-icon svg ellipse,
.portfolio-listing-box.current .portfolio-listing-icon svg line,
.portfolio-listing-box.current .portfolio-listing-icon svg path,
.portfolio-listing-box.current .portfolio-listing-icon svg polygon,
.portfolio-listing-box.current .portfolio-listing-icon svg rect,
.portfolio-listing-box:hover .portfolio-listing-icon svg circle,
.portfolio-listing-box:hover .portfolio-listing-icon svg ellipse,
.portfolio-listing-box:hover .portfolio-listing-icon svg line,
.portfolio-listing-box:hover .portfolio-listing-icon svg path,
.portfolio-listing-box:hover .portfolio-listing-icon svg polygon,
.portfolio-listing-box:hover .portfolio-listing-icon svg rect {
  fill: #fff
}

.portfolio-listing-box.current .portfolio-listing-icon span,
.portfolio-listing-box:hover .portfolio-listing-icon span {
  color: #fff
}

.portfolio-title-section .title {
  margin-bottom: 0
}

.portfolio-title h3 {
  font-size: 28px
}

.portfolio-preview-wrap {
  padding-bottom: 45px
}

.portfolio-preview-box {
  padding: 130px 0 40px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

.portfolio-preview-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8)
}

.portfolio-preview-box.bluebg:before {
  background: rgba(41, 127, 221, .85)
}

.portfolio-preview-box.pinkbg:before {
  background: rgba(238, 20, 133, .85)
}

.portfolio-preview-box.orangebg:before {
  background: rgba(239, 108, 61, .85)
}

.portfolio-preview-box.purpalbg:before {
  background: rgba(77, 27, 74, .95)
}

.portfolio-preview-box.skybluebg:before {
  background: rgba(0, 168, 177, .85)
}

.portfolio-preview-box.lightgreenbg:before {
  background: rgba(38, 162, 127, .85)
}

.portfolio-preview-box.darkbluebg:before {
  background: rgba(9, 56, 74, .9)
}

.portfolio-preview-box.fantasybg:before {
  background: rgba(18, 46, 79, .9)
}

.portfolio-preview-box.doreltaxibg:before {
  background: rgba(170, 121, 68, .8)
}

.portfolio-preview-box.cluedbg:before {
  background: rgba(88, 88, 90, .9)
}

.portfolio-preview-box.blogasfriendbg:before {
  background: rgba(97, 168, 143, .9)
}

.portfolio-preview-box.metalrecyclingbg:before {
  background: rgba(40, 149, 70, .9)
}

.portfolio-preview-box.mowmowbg:before {
  background: rgba(48, 99, 213, .5)
}

.portfolio-preview-box.appaibg:before {
  background: rgba(122, 78, 35, .9)
}

.portfolio-preview-box.adanibg:before {
  background: rgba(0, 109, 159, .9)
}

.portfolio-preview-box.formassistbg:before {
  background: rgba(0, 210, 165, .9)
}

.portfolio-preview-box.squshybg:before {
  background: rgba(0, 84, 144, .97)
}

.portfolio-preview-box .container {
  max-width: 1300px
}

.portfolio-preview-box.section {
  display: table;
  width: 100%
}

.portfolio-preview-box.section>div {
  display: table-cell;
  vertical-align: middle
}

.portfolio-preview-main-logo {
  margin-bottom: 15px;
  display: flex;
  align-items: center
}

.portfolio-preview-main-logo img {
  display: block
}

.portfolio-preview-main-logo-text {
  padding-left: 15px;
  text-align: left
}

.portfolio-preview-main-logo-text .appname {
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3
}

.portfolio-preview-main-logo-text .moreaboutapp {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1.3
}

.portfolio-preview-thumb {
  text-align: center
}

.portfolio-preview-thumb img {
  margin: 0 auto
}

.portfolio-preview-content-box h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px
}

.portfolio-preview-content-box .contentboxlist {
  margin-bottom: 20px
}

.portfolio-preview-content-box .contentboxlist li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0
}

.portfolio-preview-content-box .contentboxlist li:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px
}

.portfolio-preview-content-box .contentboxlist li:last-child {
  margin: 0;
  padding: 0
}

.portfolio-preview-content-box .contentboxlist li:last-child:before {
  display: none
}

.portfolio-preview-content-box .contentboxlist li a {
  color: #fff
}

.portfolio-preview-content-box p {
  color: #fff;
  margin-bottom: 25px
}

.portfolio-preview-content-box .button-wrap {
  margin-top: 40px;
  display: flex;
  align-items: center
}

.portfolio-preview-content-box .button-wrap a {
  margin-right: 15px
}

.portfolio-preview-content-box .btn-custome {
  background-color: #fff !important;
  color: #202122 !important;
  font-weight: 500
}

.portfolio-preview-content-box a+.btn-custome {
  margin-left: 20px;
  margin-right: 0
}

.portfolio-preview-content-box .btn-custome:focus,
.portfolio-preview-content-box .btn-custome:hover {
  background-color: #022d62 !important;
  color: #fff !important
}

.portfolio-preview-thumb-main {
  display: inline-block;
  position: relative
}

.portfolio-preview-thumb-main>img {
  opacity: 0
}

.portfolio-preview-thumb-sep,
.portfolio-preview-thumb-sep-opt2 {
  position: absolute;
  bottom: 0
}

.portfolio-preview-thumb-sep.one {
  right: 0;
  width: 56.5%;
  z-index: 1;
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.portfolio-preview-thumb-sep.two {
  left: 0;
  width: 66%;
  z-index: 2;
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.portfolio-preview-thumb-sep.three {
  left: 0;
  width: 66%;
  z-index: 0;
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.portfolio-preview-thumb-sep.one:hover {
  -webkit-transform: scale(1.15) translateX(40px);
  -moz-transform: scale(1.15) translateX(40px);
  -o-transform: scale(1.15) translateX(40px);
  -ms-transform: scale(1.15) translateX(40px);
  transform: scale(1.15) translateX(40px);
  z-index: 3
}

.portfolio-preview-thumb-sep.one:hover+.two,
.portfolio-preview-thumb-sep.one:hover+.two+.three {
  -webkit-transform: scale(.87) translateX(-30px);
  -moz-transform: scale(.87) translateX(-30px);
  -o-transform: scale(.87) translateX(-30px);
  -ms-transform: scale(.87) translateX(-30px);
  transform: scale(.87) translateX(-30px);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.landscapescreen .portfolio-preview-thumb-sep.one {
  right: 0;
  width: 75%;
  z-index: 1;
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.landscapescreen .portfolio-preview-thumb-sep.two {
  left: 0;
  width: 81%;
  top: 0;
  bottom: inherit;
  z-index: 2;
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.landscapescreen .portfolio-preview-thumb-sep.three {
  left: 0;
  width: 81%;
  top: 0;
  bottom: inherit;
  z-index: 0;
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.landscapescreen .portfolio-preview-thumb-sep.one:hover {
  -webkit-transform: scale(1.15) translateX(-40px);
  -moz-transform: scale(1.15) translateX(-40px);
  -o-transform: scale(1.15) translateX(-40px);
  -ms-transform: scale(1.15) translateX(-40px);
  transform: scale(1.15) translateX(-40px);
  z-index: 3
}

.landscapescreen .portfolio-preview-thumb-sep.one:hover+.two,
.landscapescreen .portfolio-preview-thumb-sep.one:hover+.two+.three {
  -webkit-transform: scale(.9) translateX(0);
  -moz-transform: scale(.9) translateX(0);
  -o-transform: scale(.9) translateX(0);
  -ms-transform: scale(.9) translateX(0);
  transform: scale(.9) translateX(0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.portfolio-preview-thumb-sep-opt2.one {
  right: inherit;
  left: 0;
  width: 56.5%;
  z-index: 1;
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.portfolio-preview-thumb-sep-opt2.two {
  right: 0;
  left: inherit;
  width: 68%;
  z-index: 2;
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.portfolio-preview-thumb-sep-opt2.three {
  right: 0;
  left: inherit;
  width: 68%;
  z-index: 0;
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 66.5%
}

.portfolio-preview-thumb-sep-opt2.one:hover {
  -webkit-transform: scale(1) translateX(-30px);
  -moz-transform: scale(1) translateX(-30px);
  -o-transform: scale(1) translateX(-30px);
  -ms-transform: scale(1) translateX(-30px);
  transform: scale(1) translateX(-30px);
  z-index: 3
}

.portfolio-preview-thumb-sep-opt2.one:hover+.two,
.portfolio-preview-thumb-sep-opt2.one:hover+.two+.three {
  -webkit-transform: scale(1) translateX(30px);
  -moz-transform: scale(1) translateX(30px);
  -o-transform: scale(1) translateX(30px);
  -ms-transform: scale(1) translateX(30px);
  transform: scale(1) translateX(30px)
}

.option1.portfolio-listing-section {
  top: -60px;
  position: absolute;
  z-index: 10;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden
}

.option1.portfolio-listing-section.active {
  display: block;
  opacity: 1;
  visibility: visible
}

.option1.portfolio-listing-section .d-flex {
  border-radius: 10px;
  overflow: hidden
}

.option1 .portfolio-listing-box {
  background-color: #fff
}

.option1 .portfolio-listing-box:first-child,
.option1 .portfolio-listing-box:last-child {
  border-left: 0
}

.option1 .portfolio-listing-box:last-child {
  border-right: 0
}

.option1 .portfolio-listing-box.current,
.option1 .portfolio-listing-box:hover {
  background-color: #ec7323
}

.option1 .portfolio-listing-box.current .portfolio-listing-icon span,
.option1 .portfolio-listing-box.current .portfolio-listing-icon svg circle,
.option1 .portfolio-listing-box.current .portfolio-listing-icon svg ellipse,
.option1 .portfolio-listing-box.current .portfolio-listing-icon svg line,
.option1 .portfolio-listing-box.current .portfolio-listing-icon svg path,
.option1 .portfolio-listing-box.current .portfolio-listing-icon svg polygon,
.option1 .portfolio-listing-box.current .portfolio-listing-icon svg rect,
.option1 .portfolio-listing-box:hover .portfolio-listing-icon svg circle,
.option1 .portfolio-listing-box:hover .portfolio-listing-icon svg ellipse,
.option1 .portfolio-listing-box:hover .portfolio-listing-icon svg line,
.option1 .portfolio-listing-box:hover .portfolio-listing-icon svg path,
.option1 .portfolio-listing-box:hover .portfolio-listing-icon svg polygon,
.option1 .portfolio-listing-box:hover .portfolio-listing-icon svg rect {
  fill: #fff
}

.option1 .portfolio-listing-box:hover .portfolio-listing-icon span {
  color: #fff
}

.portfolio-preview-thumb .progressive-media {
  margin: 0 auto
}

.meet-the-team-section {
  position: relative
}

.meet-the-team-section:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 105px;
  background-color: #f8f9fa
}

.meet-the-team-image {
  position: relative;
  display: inline-block;
  vertical-align: top
}

.meet-the-team-image:before {
  content: "";
  display: block;
  top: 20px;
  right: 20px;
  border: 5px solid #fde7d2;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.meet-the-team-image img {
  border: 5px solid #ec7323;
  position: relative
}

.meet-the-team-content h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px !important;
  font-size: 30px;
  font-weight: 600;
  display: inline-block
}

.meet-the-team-content h2:before {
  content: "";
  display: block;
  height: 5px;
  background-color: #f58020;
  width: 30%;
  position: absolute;
  bottom: 0;
  border-radius: 10px
}

.about-us-review-section {
  padding: 0 0 30px
}

.about-us-review-section .counter-section {
  margin-top: 0
}

.about-us-review-section .counter-image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #fff;
  line-height: 100px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  text-align: center
}

.about-us-review-section .counter-section li {
  padding: 0 10px;
  margin-bottom: 30px;
  align-items: center
}

.about-us-review-section .counter-section li:before {
  display: none
}

.about-us-review-section .counter-section li img {
  width: 55px;
  margin: 0 auto
}

.about-us-review-section .counter_text {
  width: calc(100% - 100px);
  padding-left: 15px
}

.about-leadership-content-wrap {
  position: relative
}

.about-leadership-content-wrap:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: -15px;
  top: 0;
  bottom: 0;
  background-color: #f7f7f7;
  border-radius: 15px
}

.about-leadership-content-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 64px;
  right: -37px;
  top: 50%;
  background: url(../images/about-us/leadership-content-right-corner.png) no-repeat center center;
  margin-top: -32px
}

.about-leadership-content {
  background-color: #fff;
  position: relative;
  padding: 30px 30px;
  border: 1px solid #dddfe1;
  border-radius: 15px
}

.about-leadership-title {
  font-size: 30px;
  font-weight: 600;
  color: #ec7323;
  margin-bottom: 20px;
  line-height: 1.3
}

.about-leadership-content p:last-child {
  margin-bottom: 0
}

.about-leadership-image {
  background-color: #fbfcfc;
  border-radius: 15px;
  margin-left: 20px;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  padding: 20px 10px 0;
  overflow: hidden
}

.mission-n-vision-section {
  position: relative
}

.mission-n-vision-section .container {
  position: relative
}

.mission-n-vision-box {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
  padding: 45px 45px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 405px
}

.mission-n-vision-box:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.mission-n-vision-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #ec7323;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 20px;
  position: relative
}

.mission-n-vision-icon:before {
  content: "";
  display: block;
  background-color: rgba(245, 133, 31, .2);
  position: absolute;
  left: 10px;
  top: -5px;
  right: -10px;
  bottom: -50px;
  width: 100%;
  height: 100%;
  border-radius: 100%
}

.mission-n-vision-icon svg {
  width: 50px;
  height: 50px
}

.mission-n-vision-icon svg * {
  fill: #fff
}

.mission-n-vision-box h3 {
  font-size: 24px;
  font-weight: 500;
  color: #ec7323;
  margin-bottom: 18px
}

.mission-n-vision-box p:last-child {
  margin-bottom: 0
}

.title p {
  font: normal 16px/22px archivo;
  font-style: normal;
  text-align: center;
}

.our-core-value-box {
  background-color: #fff;
  border: 1px solid #dddfe1;
  padding: 20px 20px;
  min-height: 310px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.our-core-value-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #dddfe1;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.our-core-value-icon svg {
  width: 48px;
  height: 48px
}

.our-core-value-icon circle,
.our-core-value-icon ellipse,
.our-core-value-icon path,
.our-core-value-icon polygon,
.our-core-value-icon rect {
  fill: #ec7323;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.our-core-value-box h3,
.our-core-value-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px
}

.our-core-value-box p:last-child {
  margin-bottom: 0
}

.our-core-value-box:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.our-core-value-box:hover .our-core-value-icon {
  background-color: #ec7323
}

.our-core-value-box:hover .our-core-value-icon circle,
.our-core-value-box:hover .our-core-value-icon ellipse,
.our-core-value-box:hover .our-core-value-icon path,
.our-core-value-box:hover .our-core-value-icon polygon,
.our-core-value-box:hover .our-core-value-icon rect {
  fill: #fff
}

.our-history-detail-image {
  position: relative;
  display: inline-block;
  vertical-align: top
}

.our-history-detail-image img {
  border-radius: 100%;
  position: relative;
  z-index: 1
}

.our-history-detail-image:before {
  content: "";
  display: block;
  background-color: rgba(245, 133, 31, .1);
  position: absolute;
  left: -12px;
  top: -15px;
  right: -12px;
  bottom: 0;
  width: calc(100% + 24px);
  height: 100%;
  border-radius: 100%;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.our-history-detail-image:after {
  content: "";
  display: block;
  background-color: rgba(245, 133, 31, .1);
  position: absolute;
  left: -60px;
  top: -30px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -o-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95)
}

.our-history-content-wrap {
  margin-left: 15px;
  background: #fff
}

.our-history-detail-box {
  padding: 50px 30px 40px;
  position: relative
}

.our-history-detail-box-title-wrap {
  padding-right: 120px
}

.our-history-detail-num {
  color: #ec7323;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px
}

.our-history-detail-title {
  font-size: 24px;
  margin-bottom: 25px
}

.our-history-detail-box p:last-child {
  margin-bottom: 0
}

.our-history-detail-icon {
  position: absolute;
  right: 20px;
  top: 15px
}

.our-history-detail-icon svg {
  width: 110px;
  height: 110px
}

.our-history-detail-icon svg * {
  fill: #f0f0f0
}

.our-history-progress-bottom {
  margin-top: 50px;
  position: relative
}

.our-history-progress-bottom:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e6e8e9;
  position: absolute;
  bottom: 69px
}

.our-history-year-slider {
  max-width: 800px;
  width: 100%;
  margin: 0 auto
}

.our-history-year-box {
  text-align: center;
  cursor: pointer;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 20px auto;
  border: 1px solid #cacaca;
  border-radius: 100%;
  transform: scale(.5);
  font-size: 30px;
  font-weight: 500;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.our-history-year-slider .slick-current .our-history-year-box {
  background-color: #ec7323;
  transform: scale(1);
  border: 1px solid #ec7323;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.featured-in-section {
  position: relative
}

.featured-in-section .container {
  position: relative
}

.featured-in-image-box {
  height: 110px;
  background-color: #fdfefe;
  position: relative;
  padding: 5px 10px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.featured-in-image-box img {
  align-self: center;
  -ms-flex: 1
}

.featured-in-image-box:hover {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .15)
}

.featured-in-image-box:before {
  content: "";
  display: block;
  position: absolute;
  width: 37px;
  height: 12px;
  right: -37px;
  top: 50%;
  margin-top: -6px;
  background: url(../images/about-us/featured-in-bg-pattern.png) no-repeat center center
}

.featured-in-section .row>div:last-child .featured-in-image-box:before,
.featured-in-section .row>div:nth-child(4n+0) .featured-in-image-box:before {
  display: none
}

.our-award-section .item {
  padding: 0 15px
}

.our-award-section .item img {
  height: 170px
}

.aboutusbanner .tenc-intro-main__wrapper h1 span {
  display: block;
  padding-bottom: 10px;
  color: #ec7323;
  text-transform: uppercase
}

.our-work-process-section .title {
  margin-bottom: 0
}

.our-work-process-slider-section .progressbar {
  padding: 20px 0
}

.our-work-process-slider-section .progressbar .shim {
  display: none;
  width: 100%
}

.our-work-process-slider-section .progressbar .holder {
  position: relative
}

.our-work-process-slider-section .progressbar .holder .bar {
  position: absolute;
  bottom: 85px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  max-width: 1000px;
  width: 100%;
  right: 0;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.our-work-process-slider-section .progressbar .holder .bar .indicator {
  position: absolute;
  top: 0;
  left: 0 !important;
  height: 100%;
  background-color: #ec7323
}

.our-work-process-slider-section .progressbar .holder .labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 1
}

.our-work-process-slider-section .progressbar .holder .labels .label-item {
  width: 14.2857%;
  position: relative
}

.our-work-process-slider-section .progressbar .holder .labels .label-item a {
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #202122
}

.our-work-process-slider-section .progressbar .holder .labels .label-item-svg {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  border-radius: 100%;
  overflow: hidden
}

.our-work-process-slider-section .progressbar .holder .labels .label-item-svg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #ec7323;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.our-work-process-slider-section .progressbar .holder .labels .label-item-svg svg {
  width: 40px;
  height: 40px;
  position: relative
}

.our-work-process-slider-section .progressbar .holder .labels .label-item-svg svg * {
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  fill: #202122
}

.our-work-process-slider-section .progressbar .holder .labels .label-item.read {
  color: #ec7323
}

.our-work-process-slider-section .progressbar .holder .labels .label-item.active a,
.our-work-process-slider-section .progressbar .holder .labels .label-item.read a,
.our-work-process-slider-section .progressbar .holder .labels .label-item.read.reading.active a {
  color: #ec7323
}

.our-work-process-slider-section .progressbar .holder .labels .label-item.active .label-item-svg:before,
.our-work-process-slider-section .progressbar .holder .labels .label-item.read .label-item-svg:before,
.our-work-process-slider-section .progressbar .holder .labels .label-item.read.reading.active .label-item-svg:before {
  background-color: #ec7323;
  width: 100%
}

.our-work-process-slider-section .progressbar .holder .labels .label-item.active .label-item-svg svg *,
.our-work-process-slider-section .progressbar .holder .labels .label-item.read .label-item-svg svg *,
.our-work-process-slider-section .progressbar .holder .labels .label-item.read.reading.active .label-item-svg svg * {
  fill: #fff
}

.our-process-step-row {
  position: relative;
  padding: 60px 0 100px 0;
  background: #fff
}

.our-process-step-row .position-static {
  margin-left: -9% !important;
  z-index: 1
}

.our-process-svg svg {
  display: none
}

.our-process-step-row .container {
  position: relative
}

.our-process-content-box .number {
  position: absolute;
  right: 20px;
  top: 0;
  color: #dfdfdf;
  font-size: 80px;
  line-height: 1
}

.our-process-content {
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ec7323;
  padding: 40px 35px
}

.our-process-content h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  font-weight: 500
}

.our-process-content p:last-child {
  margin-bottom: 0
}

.our-process-image-box {
  position: relative
}

.our-process-image-box img {
  position: relative
}

.our-process-image-box:before {
  content: "";
  display: block;
  top: 40px;
  right: 28px;
  border: 5px solid #fde7d2;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.our-process-step-row:nth-child(even) {
  background: #f8f9fa
}

.our-process-step-row:nth-child(even) .our-process-content-box .number {
  left: 20px;
  right: inherit
}

.our-process-step-row:nth-child(even) .position-static {
  margin-left: 0 !important;
  margin-right: -9% !important
}

.our-process-step-row:nth-child(even) .our-process-image-box:before {
  right: inherit;
  left: 28px
}

.mvp-services-offer-image {
  margin-bottom: -70px;
  padding: 0 25px;
  top: 0;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mvp-services-offer-content-box {
  padding: 100px 15px 30px
}

.mvp-services-offer-content-box h3 {
  color: #202122;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mvp-services-offer-content-box p:last-child {
  margin-bottom: 0
}

.mvp-services-offer-box:hover .mvp-services-offer-image {
  top: -10px
}

.mvp-services-offer-box:hover .mvp-services-offer-content-box h3 {
  color: #ec7323
}

.mvp-what-we-offer-box {
  padding: 10px;
  border: 1px solid #e4e6e8;
  min-height: 550px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: hidden
}

.mvp-what-we-offer-image {
  margin-bottom: 15px
}

.mvp-what-we-offer-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mvp-what-we-offer-box h4 {
  color: #202122;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mvp-what-we-offer-box p:last-child {
  margin-bottom: 0
}

.mvp-what-we-offer-box:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.mvp-what-we-offer-box:hover h4 {
  color: #ec7323
}

.mvp-what-we-offer-box:hover .mvp-what-we-offer-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.mvp-after-before-section {
  margin-bottom: 60px
}

.mvp-after-before-section .twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 0
}

.mvp-after-before-section .twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 0
}

.mvp-benefits-section .our-core-value-box {
  background-color: #f8f9fa
}

.mvp-process-dev-section .title {
  margin-bottom: 0
}

.mvp-process-dev-box-wrap {
  position: relative
}

.mvp-process-dev-box-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  background-color: #e8e8e8
}

.mvp-process-dev-box {
  padding: 30px 15px 10px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .15);
  margin: 57px 0;
  position: relative;
  border: 1px solid #e0e2e4;
  min-height: 380px
}

.mvp-process-dev-box:before {
  content: "";
  display: block;
  width: 40px;
  height: 27px;
  position: absolute;
  bottom: -27px;
  z-index: 1;
  background: url(../images/mvp/process-arrow.png) no-repeat center center;
  right: 40px
}

.mvp-process-dev-box:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -72px;
  z-index: 1;
  background-color: #f5f5f5;
  border-radius: 100%;
  right: 45px
}

.mvp-process-dev-icon {
  margin-bottom: 30px
}

.mvp-process-dev-icon svg {
  width: 80px;
  height: 80px
}

.mvp-process-dev-box h6 {
  color: #202122;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mvp-process-dev-box p:last-child {
  margin-bottom: 0
}

.mvp-process-dev-box .num {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #dfdfdf;
  font-size: 30px;
  line-height: 1
}

.mvp-process-dev-box-wrap .row>div:nth-child(4) .mvp-process-dev-box:before,
.mvp-process-dev-box-wrap .row>div:nth-child(5) .mvp-process-dev-box:before,
.mvp-process-dev-box-wrap .row>div:nth-child(6) .mvp-process-dev-box:before {
  right: inherit;
  left: 40px;
  top: -27px;
  bottom: inherit;
  transform: rotate(180deg)
}

.mvp-process-dev-box-wrap .row>div:nth-child(4) .mvp-process-dev-box:after,
.mvp-process-dev-box-wrap .row>div:nth-child(5) .mvp-process-dev-box:after,
.mvp-process-dev-box-wrap .row>div:nth-child(6) .mvp-process-dev-box:after {
  right: inherit;
  left: 45px;
  top: -72px;
  bottom: inherit
}

.mvp-why-choose-dev-section .col-right {
  margin-right: 0 !important;
  margin-left: -9% !important
}

.mvp-why-choose-dev-box-wrap {
  padding: 40px 20px 40px 95px
}

.mvp-why-choose-dev-box {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 25px 20px 15px;
  border-radius: 80px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mvp-why-choose-dev-content {
  width: calc(100% - 135px);
  margin-left: 15px
}

.mvp-why-choose-dev-icon {
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa
}

.mvp-why-choose-dev-icon svg {
  width: 68px;
  height: 68px
}

.mvp-why-choose-dev-icon svg * {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mvp-why-choose-dev-box h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mvp-why-choose-dev-box:last-child {
  margin-bottom: 0
}

.mvp-why-choose-dev-box p {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mvp-why-choose-dev-box p:last-child {
  margin-bottom: 0
}

.mvp-why-choose-dev-box:hover {
  background-color: #ec7323
}

.mvp-why-choose-dev-box:hover .mvp-why-choose-dev-icon svg * {
  fill: #ec7323
}

.mvp-why-choose-dev-box:hover h6 {
  color: #fff
}

.mvp-why-choose-dev-box:hover p {
  color: #fff
}

.game-service-offer-box {
  border: 1px solid #ecedee;
  padding: 30px 20px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 360px;
  margin: 70px 0 30px
}

.game-service-offer-icon {
  width: 100px;
  height: 100px;
  margin: -86px 0 30px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #ecedee;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.game-service-offer-icon svg {
  width: 55px
}

.game-service-offer-icon svg circle,
.game-service-offer-icon svg ellipse,
.game-service-offer-icon svg path,
.game-service-offer-icon svg polygon,
.game-service-offer-icon svg rect {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.game-service-offer-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.game-service-offer-box h3 a {
  color: #202122
}

.game-service-offer-box h3 a:focus,
.game-service-offer-box h3 a:hover {
  color: #ec7323
}

.game-service-offer-box:hover {
  border: 1px solid #ec7323;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.game-service-offer-box:hover .game-service-offer-icon {
  background-color: #ec7323
}

.game-service-offer-box:hover svg circle,
.game-service-offer-box:hover svg ellipse,
.game-service-offer-box:hover svg path,
.game-service-offer-box:hover svg polygon,
.game-service-offer-box:hover svg rect {
  fill: #fff
}

.game-what-we-offer-box {
  border: 1px solid #ecedee;
  padding: 30px 20px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 260px
}

.game-what-we-offer-box h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px
}

.game-what-we-offer-box p:last-child {
  margin-bottom: 0
}

.game-what-we-offer-box:hover {
  border: 1px solid #ec7323;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.game-main .game-service-offer-icon {
  width: 80px;
  height: 80px;
  margin: -70px auto 15px
}

.game-main .game-service-offer-icon svg {
  width: 42px;
  height: 42px
}

.game-main .game-service-offer-icon svg circle,
.game-main .game-service-offer-icon svg ellipse,
.game-main .game-service-offer-icon svg path,
.game-main .game-service-offer-icon svg polygon,
.game-main .game-service-offer-icon svg rect {
  fill: #202122
}

.game-main .game-what-we-offer-box:hover .game-service-offer-icon {
  background-color: #ec7323
}

.game-main .game-what-we-offer-box:hover .game-service-offer-icon svg circle,
.game-main .game-what-we-offer-box:hover .game-service-offer-icon svg ellipse,
.game-main .game-what-we-offer-box:hover .game-service-offer-icon svg path,
.game-main .game-what-we-offer-box:hover .game-service-offer-icon svg polygon,
.game-main .game-what-we-offer-box:hover .game-service-offer-icon svg rect {
  fill: #fff
}

.game-experties-box {
  border: 2px solid #ecedee;
  padding: 20px 3px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #f8f9fa
}

.game-experties-icon {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  margin: 0 auto 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.game-experties-icon svg {
  width: 50px;
  height: 50px
}

.game-experties-icon svg * {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.game-experties-box span {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.game-experties-box:hover {
  background-color: #ec7323;
  border: 2px solid #ec7323
}

.game-experties-box:hover .game-experties-icon {
  background-color: #fff
}

.game-experties-box:hover .game-experties-icon svg * {
  fill: #ec7323
}

.game-experties-box:hover span {
  color: #fff
}

.best-game-dev-company-box {
  position: relative;
  border: 1px solid #ecedee;
  padding: 30px 20px;
  background-color: #fff;
  min-height: 220px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.best-game-dev-company-icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 0 10px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  right: 0;
  top: 0
}

.best-game-dev-company-icon svg {
  width: 60px
}

.best-game-dev-company-icon svg circle,
.best-game-dev-company-icon svg ellipse,
.best-game-dev-company-icon svg path,
.best-game-dev-company-icon svg polygon,
.best-game-dev-company-icon svg rect {
  fill: #ec7323;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.best-game-dev-company-box h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-right: 80px
}

.best-game-dev-company-box p:last-child {
  margin-bottom: 0
}

.best-game-dev-company-box:hover {
  border: 1px solid #ec7323;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.best-game-dev-company-box:hover .best-game-dev-company-icon {
  background-color: #ec7323
}

.best-game-dev-company-box:hover svg circle,
.best-game-dev-company-box:hover svg ellipse,
.best-game-dev-company-box:hover svg path,
.best-game-dev-company-box:hover svg polygon,
.best-game-dev-company-box:hover svg rect {
  fill: #fff
}

.blog-detail-wrap .container {
  max-width: 930px
}

.innerbanner.blog-detail .tenc-intro-main__wrapper .container {
  max-width: 930px
}

.innerbanner.blog-detail .breadcrumb {
  max-width: 930px
}

#blog {
  margin-top: -75px;
  z-index: 10;
  position: relative
}

.innerbanner.blog {
  min-height: 600px
}

.innerbanner.blog .video {
  min-height: 600px;
  max-height: 600px
}

.innerbanner.blog .video img {
  min-height: 600px
}

.innerbanner.blog p:last-child {
  margin-bottom: 0
}

.blog-list-box {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 35px;
  margin-bottom: 35px
}

.blog-list-box:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0
}

.blog-list-image {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  height: auto
}

.blog-list-image img {
  width: 100%
}

.blog-list-info-box {
  margin-bottom: 15px
}

.blog-list-author-image {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  overflow: hidden
}

.blog-list-author-image img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.blog-list-author-image-wrap a {
  color: #ec7323;
  font-weight: 600;
  font-size: 16px
}

.blog-list-date {
  color: #6a6d6f
}

.blog-list-category a {
  color: #6a6d6f
}

.blog-list-info-box .divider {
  margin: 0 14px;
  color: #6a6d6f
}

.blog-list-desc h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px
}

.blog-list-desc h2 a {
  color: #202122
}

.blog-list-desc h2 a:focus,
.blog-list-desc h2 a:hover {
  color: #ec7323
}

.blog-list-desc p {
  margin-bottom: 25px;
  font-weight: 500
}

.blog-list-box:hover .blog-list-desc h2 a {
  color: #ec7323
}

#blog .pagination {
  margin-top: 70px;
  justify-content: center
}

.pagination li {
  margin: 0 5px 10px
}

.pagination li a {
  color: #333;
  background-color: transparent;
  padding: 18px 22px;
  border-radius: 5px;
  line-height: 1;
  font-size: 14px;
  display: block;
  font-weight: 600
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.active:hover a {
  color: #fff;
  background-color: #ec7323
}

.pagination li a[rel=next] {
  color: #333;
  background-color: #f8f8f8;
  padding: 18px 15px;
  border-radius: 5px;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase
}

.pagination li a[rel=prev] {
  color: #333;
  background-color: #f8f8f8;
  padding: 18px 15px;
  border-radius: 5px;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase
}

.pagination li a[rel=next]:hover,
.pagination li a[rel=prev]:hover {
  background-color: #343535;
  color: #fff
}

.pagination li a[rel=next] .fa {
  font-size: 12px;
  padding-left: 10px
}

.pagination li a[rel=prev] .fa {
  font-size: 12px;
  padding-right: 10px
}

.blog-sidebar-box {
  border: 1px solid #e2e3e5;
  padding: 30px 25px
}

.blog-sidebar-box h3 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 20px;
  margin-bottom: 30px
}

.blog-sidebar-box h3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #ec7323
}

.blog-sidebar-box .header_social {
  text-align: left
}

.blog-sidebar-box .header_social li {
  margin-right: 8px;
  display: inline;
  border: 0
}

.blog-sidebar-box .header_social li:last-child {
  margin-right: 0
}

.blog-sidebar-box .header_social li a {
  width: 50px;
  height: 50px;
  border: 0;
  margin: 0;
  font-size: 25px
}

.blog-sidebar-box .header_social li .fa-google-plus-g {
  background-color: #dc4e41
}

.blog-sidebar-box .header_social li .fa-twitter {
  background-color: #54aced
}

.blog-sidebar-box .header_social li .fa-facebook-f {
  background-color: #3a5897
}

.blog-sidebar-box .header_social li .fa-linkedin-in {
  background-color: #0079b8
}

.blog-sidebar-box .header_social li .fa-behance {
  background-color: #4176f9
}

.blog-sidebar-box .header_social li a:hover {
  color: #fff;
  opacity: .7
}

.blog-cat-list li {
  display: block;
  padding: 12px 0;
  position: relative;
  padding-left: 35px
}

.blog-cat-list li a {
  color: #202122;
  font-weight: 500
}

.blog-cat-list li a:before {
  content: "";
  display: block;
  width: 18px;
  height: 7px;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  background: url(../images/blog/arrow.png) no-repeat center center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.blog-cat-list li a:hover {
  color: #ec7323;
  padding-left: 8px
}

.blog-cat-list li a:hover:before {
  left: 8px
}

.blog-sidebar-cta {
  display: block;
  background: url(../images/blog/create-app-image.jpg) no-repeat center center;
  background-size: cover;
  height: 350px;
  padding: 5px
}

.blog-sidebar-cta a {
  display: table;
  width: 100%;
  height: 100%
}

.blog-sidebar-cta .overlaytext {
  display: table-cell;
  vertical-align: middle
}

.blog-sidebar-cta .overlaytext span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 40px
}

.blog-sidebar-cta .overlaytext .btn-custome {
  background-color: #fff !important;
  color: #ec7323 !important
}

.blog-banner-profile {
  width: 90px;
  height: 90px;
  margin-right: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  overflow: hidden;
  margin: 60px auto 20px
}

.blog-banner-profile img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.blog-detail-banner-box .author-name a {
  background-color: transparent !important;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  color: #ec7323;
  margin: 0
}

.blog-detail-banner-box .author-name a:hover {
  border: 0
}

.blog-detail-banner-box .divider {
  margin: 0 14px;
  color: #fff
}

.blog-detail-banner-box .blog-date {
  font-size: 18px;
  font-weight: 400;
  color: #fff
}

.blog-detail-banner-box .blog-category a {
  background-color: transparent !important;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0
}

.blog-detail-banner-box .blog-category a:hover {
  border: 0;
  color: #ec7323
}

.blog-detail-image {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  height: auto;
  margin-bottom: 60px
}

.blog-detail-image img {
  width: 100%
}

.blog-detail-content h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.4
}

.blog-detail-content h3 {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.4
}

.blog-detail-content h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.4
}

.blog-detail-content p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6
}

.blog-detail-content img {
  margin-bottom: 30px;
  display: block;
  margin: 0 auto
}

.blog-detail-content p img {
  margin-bottom: 0;
  display: block;
  margin: 0 auto
}

.blog-detail-content img.align-right,
.blog-detail-content p img.align-right {
  margin: 0 0 0 auto
}

.blog-detail-content img.align-left,
.blog-detail-content p img.align-left {
  margin: 0 auto 0 0
}

.blockquote,
blockquote {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 40px;
  color: #202122;
  border-left: 4px solid #ec7323;
  padding-left: 40px
}

.blockquote p,
blockquote p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #202122
}

.blog-detail-content ul {
  margin-bottom: 20px
}

.blog-detail-content ol {
  margin-bottom: 20px;
  padding-left: 25px;
  list-style-type: decimal
}

.blog-detail-content ul li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
  color: #6a6d6f;
  display: block;
  position: relative;
  padding-left: 25px
}

.blog-detail-content ol li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
  color: #6a6d6f;
  display: list-item;
  position: relative;
  padding-left: 0
}

.blog-detail-content ul li:before {
  content: "\f061";
  display: block;
  font-weight: 900;
  
  position: absolute;
  left: 0;
  top: 0
}

.blog-detail-content ul li:last-child {
  margin-bottom: 0
}

.blog-detail-content a {
  color: #ec7323
}

.blog-detail-content details:last-of-type {
  margin-bottom: 25px
}

.blog-detail-content details p {
  margin-bottom: 20px;
  line-height: 1.4;
  padding-left: 21px
}

.blog-detail-content details ul {
  padding-left: 21px
}

.blog-detail-content details summary {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.4
}

.blog-detail-content details summary::marker {
  color: #ec7323
}

.blog-detail-content table {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #e2e3e5
}

.blog-detail-content table tr td {
  border-top: 1px solid #ddd;
  padding: 10px 15px;
  border-right: 1px solid #e2e3e5
}

.blog-detail-content table tr td:last-child {
  border-right: 0
}

.blog-detail-content table p {
  margin: 0
}

.blog-social-box-wrap {
  border-top: 1px solid #e2e3e5;
  border-bottom: 1px solid #e2e3e5;
  padding: 20px 0
}

.blog-social-share span {
  font-weight: 600;
  margin-right: 20px
}

.blog-social-share li {
  margin-right: 4px;
  display: inline-block;
  border: 0
}

.blog-social-share li:last-child {
  margin-right: 0
}

.blog-social-share li a {
  width: 40px;
  height: 40px;
  border: 0;
  margin: 0;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%
}

.blog-social-share li .fa-google-plus-g {
  background-color: #dc4e41
}

.blog-social-share li .fa-twitter {
  background-color: #54aced
}

.blog-social-share li .fa-facebook-f {
  background-color: #3a5897
}

.blog-social-share li .fa-linkedin-in {
  background-color: #0079b8
}

.blog-social-share li a:hover {
  color: #fff;
  opacity: .7
}

.blog-postedin span {
  font-weight: 600;
  margin-right: 10px
}

.blog-postedin li a {
  color: #ec7323;
  font-style: italic;
  font-weight: 500
}

.blog-postedin li a:hover {
  color: #343535
}

.blog-next-prev-section {
  border-bottom: 1px solid #e2e3e5
}

.blog-next-prev-btn small {
  font-size: 14px;
  color: #6a6d6f;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
  padding: 0 50px
}

.blog-next-prev-btn.prev-btn {
  max-width: 400px;
  width: 100%
}

.blog-next-prev-btn.next-btn {
  max-width: 400px;
  width: 100%
}

.blog-next-prev-btn .icon {
  width: 50px
}

.blog-next-prev-btn .icon svg {
  width: 30px;
  height: 30px
}

.blog-next-prev-btn .icon svg * {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.blog-next-prev-btn span {
  color: #202122;
  width: calc(100% - 50px);
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.blog-next-prev-btn a:hover .icon svg * {
  fill: #ec7323
}

.blog-next-prev-btn a:hover span {
  color: #ec7323
}

.subscribe-section {
  background-color: #ec7323;
  padding: 30px 25px
}

.subscribe-content-box {
  margin-bottom: 40px
}

.subscribe-icon {
  margin-right: 20px
}

.subscribe-icon svg {
  width: 70px;
  height: 70px
}

.subscribe-icon svg * {
  fill: #fff
}

.subscribe-text span {
  display: block;
  font-weight: 600;
  font-size: 30px;
  color: #fff
}

.subscribe-text em {
  color: #fff
}

.subscribe-form .form-control {
  background-color: transparent;
  border: 1px solid #fff !important;
  color: #fff;
  height: 60px;
  font-size: 14px;
  padding: 10px 20px
}

.subscribe-form ::-webkit-input-placeholder {
  color: #fff
}

.subscribe-form ::-moz-placeholder {
  color: #fff
}

.subscribe-form :-ms-input-placeholder {
  color: #fff
}

.subscribe-form :-moz-placeholder {
  color: #fff
}

.subscribe-form .btn-custome {
  background-color: #fff !important;
  color: #ec7323 !important;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  padding: 21px 15px
}

.subscribe-form .btn-custome:focus,
.subscribe-form .btn-custome:hover {
  background-color: #022d62 !important;
  color: #fff !important
}

.about-blog-author-section {
  border: 1px solid #e2e3e5;
  padding: 30px 20px;
  margin: 60px 0
}

.about-blog-author-image {
  width: 120px;
  height: 120px;
  margin-right: 25px;
  border-radius: 100%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-bottom: 30px
}

.about-blog-author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about-blog-author-info {
  width: calc(100% - 145px)
}

.about-blog-author-info .author-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px
}

.about-blog-author-info .author-des {
  color: #6a6d6f;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 10px
}

.about-blog-author-info p {
  font-weight: 500
}

.about-blog-author-info a {
  color: #ec7323
}

.author-social-link li {
  margin-right: 15px
}

.author-social-link li a {
  color: #393939;
  font-size: 18px
}

.author-social-link li a:hover {
  color: #ec7323
}

.rel-post-box {
  background-color: #fff;
  border: 1px solid #e2e3e5;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 470px
}

.rel-post-image img {
  width: 100%
}

.rel-post-info-box {
  padding: 0 15px 20px
}

.rel-post-info-box>div {
  display: inline-block;
  vertical-align: bottom
}

.rel-post-authore-image {
  width: 60px;
  height: 60px;
  margin-right: 5px;
  border-radius: 100%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-top: -25px
}

.rel-post-authore-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.rel-post-author-name {
  padding-bottom: 5px;
  padding-right: 10px
}

.rel-post-author-name a {
  color: #6a6d6f
}

.rel-post-date {
  color: #6a6d6f;
  padding-bottom: 5px
}

.rel-post-content {
  padding: 0 15px 30px
}

.rel-post-title {
  height: 50px;
  overflow: hidden;
  margin-bottom: 10px
}

.rel-post-desc {
  height: 66px;
  overflow: hidden;
  margin-bottom: 15px
}

.rel-post-content h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4
}

.rel-post-content h2 a {
  color: #202122;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.rel-post-content p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.rel-post-box:hover {
  border: 1px solid #ec7323;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.rel-post-box:hover .rel-post-content h2 a {
  color: #ec7323
}

.banner_deveploment_main .center-item {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px
}

.banner_deveploment_main .author_img_box {
  width: 100%;
  height: 250px;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
  max-width: 250px;
  min-width: 250px;
  position: relative;
  padding-top: 0;
  margin-right: 10%
}

.banner_deveploment_main .author_img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.banner_deveploment_main .author_img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%
}

.banner_deveploment_main .auther_name {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  position: relative
}

.banner_deveploment_main .auther_name:before {
  content: '';
  width: 2px;
  height: 100%;
  background: #ec7323;
  position: absolute;
  top: 0;
  left: 0
}

.banner_deveploment_main .author_text h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #ec7323;
  margin: 0
}

.banner_deveploment_main .author_text small {
  color: #fff;
  font-size: 20px
}

.banner_deveploment_main .author_text p {
  padding: 0;
  margin: 20px 0
}

.tenc-intro-main__wrapper .banner_deveploment_main a {
  background-color: transparent !important;
  border: 0;
  font-size: 18px;
  padding: 0
}

.tenc-intro-main__wrapper .banner_deveploment_main a:focus,
.tenc-intro-main__wrapper .banner_deveploment_main a:hover {
  border: 0;
  color: #ec7323
}

.blog-detail-cta-section {
  padding: 15px 20px 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #ec7323
}

.blog-detail-cta-section:hover {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15)
}

.blog-detail-cta-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between
}

.blog-detail-cta-content {
  width: calc(100% - 150px);
  margin-right: 10px
}

.blog-detail-cta-title {
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 700;
  line-height: 1.4
}

.blog-detail-cta-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5
}

.blog-detail-cta-content .btn-custome {
  font-size: 13px;
  padding: 14px 20px
}

.blog-detail-cta-img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: 3px solid #ec7323;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.blog-detail-cta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 100%
}

.blog-detail-content .orangebox {
  margin-bottom: 30px;
  background-color: #ec7323;
  padding: 30px 30px;
  text-align: center;
  border-radius: 5px
}

.blog-detail-content .orangebox p {
  color: #fff;
  font-size: 22px
}

.blog-detail-content .estimate_btn {
  border: 1px solid #fff;
  font-size: 18px;
  background-color: #fff;
  color: #ec7323 !important
}

.blog-detail-content .estimate_btn:focus,
.blog-detail-content .estimate_btn:hover {
  background-color: transparent;
  color: #fff !important
}

.app_service_option1 .app_service_box_icon {
  width: 120px;
  height: 120px;
  margin: 30px auto 50px;
  border: 1px solid #f2f3f4;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

.app_service_option1 .app_service_box_icon svg {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 75px;
  height: 75px
}

.app_service_option1 .app_service_box {
  margin: 0
}

.app_service_option1 .app_service_box:hover .app_service_box_icon {
  background-color: #ec7323;
  border: 1px solid #ec7323
}

.app_service_option1 .app_service_box:hover svg * {
  fill: #fff
}

.app_service_option1 .app_service_box:hover span {
  color: #202122
}

.game-experties-inner-box {
  border: 1px solid #ecedee;
  padding: 30px 20px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 310px;
  margin: 70px 0 30px;
  position: relative
}

.game-experties-inner-box:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 20px;
  width: 70%;
  background-color: #fff;
  margin: 0 auto
}

.game-experties-inner-icon {
  width: 100px;
  height: 100px;
  margin: -86px auto 20px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #ecedee;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  z-index: 1
}

.game-experties-inner-icon svg {
  width: 55px
}

.game-experties-inner-icon svg * {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.game-experties-inner-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.game-experties-inner-box p:last-child {
  margin-bottom: 0
}

.game-experties-inner-box:hover {
  border: 1px solid #ec7323;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.game-experties-inner-box:hover .game-experties-inner-icon {
  background-color: #ec7323
}

.game-experties-inner-box:hover svg * {
  fill: #fff
}

.our-expert-build-box {
  padding: 30px 25px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.our-expert-build-box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 10px solid #ec7323;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.our-expert-build-image img {
  width: 100%
}

.our-expert-build-icon {
  margin-right: 20px
}

.our-expert-build-icon svg {
  width: 50px;
  height: 50px
}

.our-expert-build-icon svg * {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.our-expert-build-content {
  width: calc(100% - 70px)
}

.our-expert-build-content h4 {
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.our-expert-build-content p {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.our-expert-build-content p:last-child {
  margin-bottom: 0
}

.our-expert-build-box:hover {
  background-color: #ec7323;
  -webkit-box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15);
  box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15)
}

.our-expert-build-box:hover:before {
  opacity: 1;
  visibility: visible
}

.our-expert-build-box:hover svg * {
  fill: #fff
}

.our-expert-build-box:hover h4 {
  color: #fff
}

.our-expert-build-box:hover p {
  color: #fff
}

.user_social_bar li a {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px !important;
  font-weight: 400;
  margin: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff !important;
  border-radius: 5px
}

.user_social_bar li a.fa-facebook-f,
.user_social_bar li a.fa-facebook-f:focus,
.user_social_bar li a.fa-facebook-f:hover {
  background-color: #3b5998 !important
}

.user_social_bar li a.fa-twitter,
.user_social_bar li a.fa-twitter:focus,
.user_social_bar li a.fa-twitter:hover {
  background-color: #00aced !important
}

.user_social_bar li a.fa-google-plus-g,
.user_social_bar li a.fa-google-plus-g:focus,
.user_social_bar li a.fa-google-plus-g:hover {
  background-color: #dd4b39 !important
}

.user_social_bar li a.fa-linkedin-in,
.user_social_bar li a.fa-linkedin-in:focus,
.user_social_bar li a.fa-linkedin-in:hover {
  background-color: #007bb6 !important
}

.blogauthore .breadcrumb {
  bottom: 30px
}

.game-why-us-inner-box {
  margin-bottom: 20px;
  position: relative;
  padding: 20px 15px;
  border-radius: 10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.game-why-us-inner-box:last-child {
  margin-bottom: 0
}

.game-why-us-inner-box:last-child:before {
  display: none
}

.game-why-us-inner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #e0e2e4;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.game-why-us-inner-icon svg {
  width: 50px;
  height: 50px
}

.game-why-us-inner-icon svg circle,
.game-why-us-inner-icon svg ellipse,
.game-why-us-inner-icon svg path,
.game-why-us-inner-icon svg polygon,
.game-why-us-inner-icon svg rect {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.game-why-us-inner-content {
  width: calc(100% - 110px);
  margin-left: 20px
}

.game-why-us-inner-content h3 {
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.game-why-us-inner-content p {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.game-why-us-inner-content p:last-child {
  margin-bottom: 0
}

.game-why-us-inner-box:hover {
  background-color: #ec7323
}

.game-why-us-inner-box:hover h3 {
  color: #fff
}

.game-why-us-inner-box:hover p {
  color: #fff
}

.game-why-us-inner-box:hover .game-why-us-inner-icon svg circle,
.game-why-us-inner-box:hover .game-why-us-inner-icon svg ellipse,
.game-why-us-inner-box:hover .game-why-us-inner-icon svg path,
.game-why-us-inner-box:hover .game-why-us-inner-icon svg polygon,
.game-why-us-inner-box:hover .game-why-us-inner-icon svg rect {
  fill: #ec7323
}

.game-why-us-inner-box.active:before {
  background-color: #ec7323
}

.game-why-us-inner-box.active .game-why-us-inner-icon {
  background-color: #ec7323
}

.game-why-us-inner-box.active .game-why-us-inner-icon svg * {
  fill: #fff
}

.bannerfixedimage {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  text-align: right
}

.bannerfixedimagewidth {
  width: 50%;
  float: right
}

.ins-msg-content-wrap .accordian_header {
  display: none
}

.ins-msg-content-wrap .accordian_header.active {
  display: block
}

.ins-msg-content-wrap {
  padding: 25px 25px 25px 0
}

.ins-msg-content-wrap .contentrow img {
  display: none;
  margin-left: -100px;
  width: 212px
}

.ins-msg-content-wrap .contentrow.active img {
  display: block
}

.ins-msg-content-wrap .contentrow.active .tab_content img {
  display: none
}

.ins-msg-content-wrap .tab_content_wrap {
  width: calc(100% - 112px)
}

.ins-msg-content-wrap .accordian_header {
  margin-left: 25px;
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative
}

.ins-msg-content-wrap .accordian_header:before {
  content: "";
  display: block;
  height: 2px;
  background-color: #f58020;
  width: 30%;
  position: absolute;
  bottom: 0;
  border-radius: 10px
}

.ins-msg-content-wrap .tab_content {
  margin-left: 25px
}

.ins-msg-content-wrap .tab_content img {
  display: none
}

.ins-msg-content-wrap .tab_content p:last-child {
  margin-bottom: 0
}

.ins-msg-tab-wrap .tab_list {
  margin: 0 -15px
}

.ins-msg-tab-wrap .tab_list li {
  width: calc(50% - 30px);
  float: left;
  display: flex;
  align-items: center;
  padding: 20px 15px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  border-radius: 10px;
  margin: 8px 15px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ins-msg-tab-wrap .tab_list li:nth-child(2n+1) {
  clear: both
}

.ins-msg-tab-wrap .tab_list_title {
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
  width: calc(100% - 60px);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ins-msg-tab-wrap .tab_list_title_icon {
  width: 40px;
  height: 40px
}

.ins-msg-tab-wrap .tab_list_title_icon svg circle,
.ins-msg-tab-wrap .tab_list_title_icon svg ellipse,
.ins-msg-tab-wrap .tab_list_title_icon svg path,
.ins-msg-tab-wrap .tab_list_title_icon svg polygon,
.ins-msg-tab-wrap .tab_list_title_icon svg rect {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ins-msg-tab-wrap .tab_list li.active,
.ins-msg-tab-wrap .tab_list li:hover {
  background-color: #ec7323
}

.ins-msg-tab-wrap .tab_list li.active .tab_list_title,
.ins-msg-tab-wrap .tab_list li:hover .tab_list_title {
  color: #fff
}

.ins-msg-tab-wrap .tab_list li.active .tab_list_title_icon svg circle,
.ins-msg-tab-wrap .tab_list li.active .tab_list_title_icon svg ellipse,
.ins-msg-tab-wrap .tab_list li.active .tab_list_title_icon svg path,
.ins-msg-tab-wrap .tab_list li.active .tab_list_title_icon svg polygon,
.ins-msg-tab-wrap .tab_list li.active .tab_list_title_icon svg rect,
.ins-msg-tab-wrap .tab_list li:hover .tab_list_title_icon svg circle,
.ins-msg-tab-wrap .tab_list li:hover .tab_list_title_icon svg ellipse,
.ins-msg-tab-wrap .tab_list li:hover .tab_list_title_icon svg path,
.ins-msg-tab-wrap .tab_list li:hover .tab_list_title_icon svg polygon,
.ins-msg-tab-wrap .tab_list li:hover .tab_list_title_icon svg rect {
  fill: #fff
}

.ins-msg-app-panels-content h3 {
  font-size: 26px;
  font-weight: 500
}

.ins-msg-app-panels-content p:last-child {
  margin-bottom: 0
}

.similar-app-main {
  position: relative
}

.similar-app-content-wrap {
  position: relative;
  padding: 30px 60px;
  min-height: 560px
}

.similar-app-content-wrap:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5)
}

.similar-app-content {
  position: relative
}

.similar-app-content h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px
}

.similar-app-content p {
  color: #fff;
  margin-bottom: 25px
}

.similar-app-content .btn-custome {
  font-size: 14px
}

.similar-app-image {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 30px;
  position: absolute
}

.similar-app-image-wid {
  position: relative;
  max-width: 580px;
  width: 100%
}

.similar-app-image-wid img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 60%
}

.similar-app-image-wid .img1 {
  position: absolute;
  left: 0;
  top: 65px;
  z-index: 2
}

.similar-app-image-wid .img2 {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0
}

.similar-app-image-wid:hover .img1 {
  top: 55px
}

.similar-app-image-wid:hover .img2 {
  top: 10px
}

.why-you-invest-box {
  position: relative;
  border: 1px solid #ecedee;
  padding: 25px 20px;
  background-color: #fff;
  min-height: 250px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.why-you-invest-icon {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  left: 20px;
  top: -10px
}

.why-you-invest-icon svg {
  width: 40px
}

.why-you-invest-icon svg circle,
.why-you-invest-icon svg ellipse,
.why-you-invest-icon svg path,
.why-you-invest-icon svg polygon,
.why-you-invest-icon svg rect {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.why-you-invest-box h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-left: 80px
}

.why-you-invest-box p:last-child {
  margin-bottom: 0
}

.why-you-invest-box:hover {
  border: 1px solid #ec7323;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.why-you-invest-box:hover .why-you-invest-icon {
  background-color: #ec7323
}

.why-you-invest-box:hover svg circle,
.why-you-invest-box:hover svg ellipse,
.why-you-invest-box:hover svg path,
.why-you-invest-box:hover svg polygon,
.why-you-invest-box:hover svg rect {
  fill: #fff
}

.real-time-app-main {
  padding: 30px 0 0
}

.real-time-app-icon {
  width: 208px;
  margin: 0 auto -20px
}

.real-time-app-icon svg circle,
.real-time-app-icon svg ellipse,
.real-time-app-icon svg path,
.real-time-app-icon svg polygon,
.real-time-app-icon svg rect {
  fill: #ec7323;
  opacity: .2
}

.real-time-app-content {
  margin-right: 50px
}

.real-time-app-content span {
  display: block;
  padding: 0 15px
}

.real-time-app-content .top {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px
}

.real-time-app-content h4 {
  font-size: 35px;
  margin: 0;
  color: #ec7323;
  background-color: #faf0e5;
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 10px;
  margin-bottom: 10px
}

.real-time-app-content .bottom {
  font-size: 20px;
  font-weight: 500
}

.faq-list-title {
  position: relative
}

.faq-list-title a {
  color: #202122;
  font-size: 18px;
  display: block
}

.faq-list-title span {
  width: 26px;
  height: 26px;
  position: absolute;
  line-height: 1;
  pointer-events: none
}

.faq-list-title span svg * {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.faq-list-title .plus {
  display: block
}

.faq-list-title .minus {
  display: none
}

.faq-list-title.active .plus {
  display: none
}

.faq-list-title.active .minus {
  display: block
}

.faq-list-content {
  display: none
}

.faq-list-content p:last-child {
  margin-bottom: 0
}

.faq-list-wrap.option1 .faq-list-item {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 25px
}

.faq-list-wrap.option1 .faq-list-item.active {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.faq-list-wrap.option1 .faq-list-title a {
  position: relative;
  padding: 25px 60px 25px 20px
}

.faq-list-wrap.option1 .faq-list-title span {
  right: 20px;
  top: 50%;
  margin-top: -13px
}

.faq-list-wrap.option1 .faq-list-title a:hover,
.faq-list-wrap.option1 .faq-list-title.active a {
  color: #ec7323
}

.faq-list-wrap.option1 .faq-list-title a:hover span svg *,
.faq-list-wrap.option1 .faq-list-title.active span svg * {
  fill: #ec7323
}

.faq-list-wrap.option1 .faq-list-content {
  padding: 0 60px 0 40px;
  position: relative;
  margin-bottom: 25px
}

.faq-list-wrap.option1 .faq-list-content:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 20px;
  background-color: #ec7323;
  position: absolute
}

.faq-list-wrap.option2 .faq-list-item {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden
}

.faq-list-wrap.option2 .faq-list-item:last-child {
  margin-bottom: 0
}

.faq-list-wrap.option2 .faq-list-item.active {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  border: 1px solid #ec7323
}

.faq-list-wrap.option2 .faq-list-title a {
  position: relative;
  padding: 20px 60px 20px 20px;
  background-color: transparent
}

.faq-list-wrap.option2 .faq-list-title span {
  right: 20px;
  top: 50%;
  margin-top: -13px
}

.faq-list-wrap.option2 .faq-list-title a:hover,
.faq-list-wrap.option2 .faq-list-title.active a {
  color: #fff;
  background-color: #ec7323
}

.faq-list-wrap.option2 .faq-list-title a:hover span svg *,
.faq-list-wrap.option2 .faq-list-title.active span svg * {
  fill: #fff
}

.faq-list-wrap.option2 .faq-list-content {
  padding: 0 50px;
  position: relative;
  margin: 30px 0
}

.faq-list-wrap.option2 .faq-list-content:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 20px;
  background-color: #ec7323;
  position: absolute
}

.faq-list-wrap.option3 .faq-list-item {
  border-bottom: 1px solid #e6e6e6
}

.faq-list-wrap.option3 .faq-list-title a {
  position: relative;
  padding: 25px 20px 25px 50px
}

.faq-list-wrap.option3 .faq-list-title span {
  left: 1px;
  top: 50%;
  margin-top: -13px
}

.faq-list-wrap.option3 .faq-list-title a:hover,
.faq-list-wrap.option3 .faq-list-title.active a {
  color: #ec7323
}

.faq-list-wrap.option3 .faq-list-title a:hover span svg *,
.faq-list-wrap.option3 .faq-list-title.active span svg * {
  fill: #ec7323
}

.faq-list-wrap.option3 .faq-list-content {
  padding: 0 20px 0 70px;
  position: relative;
  margin-bottom: 25px
}

.faq-list-wrap.option3 .faq-list-content:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50px;
  background-color: #ec7323;
  position: absolute
}

.fade.in {
  opacity: 1
}

.car-wash-feature-tab {
  border-bottom: 0
}

.car-wash-feature-tab li {
  min-width: 180px
}

.car-wash-feature-tab li a {
  display: block;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 2px solid #e8e8e8
}

.car-wash-feature-tab li a:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 23px solid #ec7323;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.car-wash-feature-tab-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto 15px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.car-wash-feature-tab-icon svg {
  width: 50px;
  height: 50px
}

.car-wash-feature-tab-icon svg circle,
.car-wash-feature-tab-icon svg ellipse,
.car-wash-feature-tab-icon svg path,
.car-wash-feature-tab-icon svg polygon,
.car-wash-feature-tab-icon svg rect {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.car-wash-feature-tab li a span {
  font-size: 16px;
  color: #202122;
  display: block;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.car-wash-feature-tab li a.active,
.car-wash-feature-tab li a:hover {
  border-bottom: 2px solid #ec7323
}

.car-wash-feature-tab li a.active:before,
.car-wash-feature-tab li a:hover:before {
  opacity: 1;
  visibility: visible
}

.car-wash-feature-tab li a.active .car-wash-feature-tab-icon,
.car-wash-feature-tab li a:hover .car-wash-feature-tab-icon {
  background-color: #ec7323
}

.car-wash-feature-tab li a.active .car-wash-feature-tab-icon svg circle,
.car-wash-feature-tab li a.active .car-wash-feature-tab-icon svg ellipse,
.car-wash-feature-tab li a.active .car-wash-feature-tab-icon svg path,
.car-wash-feature-tab li a.active .car-wash-feature-tab-icon svg polygon,
.car-wash-feature-tab li a.active .car-wash-feature-tab-icon svg rect,
.car-wash-feature-tab li a:hover .car-wash-feature-tab-icon svg circle,
.car-wash-feature-tab li a:hover .car-wash-feature-tab-icon svg ellipse,
.car-wash-feature-tab li a:hover .car-wash-feature-tab-icon svg path,
.car-wash-feature-tab li a:hover .car-wash-feature-tab-icon svg polygon,
.car-wash-feature-tab li a:hover .car-wash-feature-tab-icon svg rect {
  fill: #fff
}

.car-wash-feature-tab li a.active span,
.car-wash-feature-tab li a:hover span {
  color: #ec7323
}

.car-wash-feature-tab-content {
  margin-top: 60px
}

.service-we-offer-web-inner .hide {
  display: none
}

.service-we-offer-web-inner .hide.show {
  display: block
}

.car-wash-feature-tab-content-box {
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #ec7323;
  border-radius: 10px;
  display: none
}

.car-wash-feature-tab-content-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px
}

.car-wash-feature-tab-content-icon svg {
  width: 40px;
  height: 40px
}

.car-wash-feature-tab-content-icon svg * {
  fill: #fff
}

.car-wash-feature-tab-content-box span {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px
}

.car-wash-feature-tab-content .show-all-button a {
  font-size: 16px
}

.car-wash-process-box {
  position: relative;
  border: 1px solid #dddfe1;
  min-height: 210px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 0 60px 0
}

.car-wash-process-box-desc {
  padding: 30px 20px 10px
}

.car-wash-process-box-desc p:last-child {
  margin-bottom: 0
}

.car-wash-process-icon-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f0f1f1;
  padding-bottom: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0 0 10px 10px
}

.car-wash-process-icon-box {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #ecedee;
  margin: -40px auto 0;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.car-wash-process-icon-box svg {
  width: 40px;
  height: 40px
}

.car-wash-process-icon-box svg circle,
.car-wash-process-icon-box svg ellipse,
.car-wash-process-icon-box svg path,
.car-wash-process-icon-box svg polygon,
.car-wash-process-icon-box svg rect {
  fill: #6a6d6f;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.car-wash-process-box:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.car-wash-process-box:hover .car-wash-process-icon-bar {
  background-color: #ec7323
}

.car-wash-process-box:hover .car-wash-process-icon-box {
  background-color: #ec7323;
  border: 4px solid #fff
}

.car-wash-process-box:hover .car-wash-process-icon-box svg circle,
.car-wash-process-box:hover .car-wash-process-icon-box svg ellipse,
.car-wash-process-box:hover .car-wash-process-icon-box svg path,
.car-wash-process-box:hover .car-wash-process-icon-box svg polygon,
.car-wash-process-box:hover .car-wash-process-icon-box svg rect {
  fill: #fff
}

.car-wash-process-box .arrow {
  position: absolute
}

.car-wash-process-box .arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #dddfe1;
  top: 10px
}

.car-wash-process-box .arrow img {
  position: relative
}

.car-wash-process-box .bt.arrow {
  top: 35px;
  right: 0;
  line-height: 1;
  left: 100%;
  width: 31px;
  text-align: center
}

.car-wash-process-box .bb.arrow {
  bottom: 20px;
  right: 0;
  line-height: 1;
  left: 100%;
  width: 31px;
  text-align: center
}

.car-wash-process-box .down.arrow {
  top: calc(100% + 20px);
  right: 0;
  line-height: 1;
  left: 0;
  width: 60px;
  text-align: center;
  margin: 0 auto;
  transform: rotate(90deg)
}

.car-wash-process-box .rotate.arrow {
  transform: rotate(180deg)
}

.car-wash-process-box-wrap .wow:last-child .car-wash-process-box .bb.arrow {
  display: none
}

.key-features-box {
  min-height: 210px;
  padding: 30px 15px 20px;
  text-align: center;
  border: 2px solid #ecedee;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: hidden
}

.key-features-box:before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  bottom: -27px;
  left: -27px;
  background-color: rgba(236, 115, 35, .05);
  border-radius: 100%
}

.key-features-icon {
  width: 90px;
  height: 90px;
  background-color: #eef2f3;
  border-radius: 100%;
  margin: 0 auto 25px;
  position: relative
}

.key-features-icon svg {
  width: 60px;
  height: 60px;
  position: absolute;
  right: -10px;
  bottom: 5px
}

.key-features-icon svg circle,
.key-features-icon svg ellipse,
.key-features-icon svg path,
.key-features-icon svg polygon,
.key-features-icon svg rect {
  fill: #ec7323
}

.key-features-box h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center
}

.key-features-box:hover {
  border: 2px solid #ec7323
}

.key-features-main .hide {
  display: none
}

.key-features-main .hide.show {
  display: block
}

.key-feeature-show-all-button .btn-custome.btn-lg {
  font-size: 16px
}

.fitness-tab-panel {
  position: relative
}

.fitness-tab-panel:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 61px;
  height: 2px;
  width: 100%;
  background-color: #e8f1f1
}

.fitness-tab-panel .car-wash-feature-tab li {
  min-width: 170px
}

.fitness-tab-panel .car-wash-feature-tab li a {
  background-color: #fff;
  padding: 20px 10px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  border-bottom: 0
}

.fitness-tab-panel .car-wash-feature-tab-icon {
  background-color: transparent;
  width: 80px;
  height: 80px
}

.fitness-tab-panel .car-wash-feature-tab li a.active .car-wash-feature-tab-icon,
.fitness-tab-panel .car-wash-feature-tab li a:hover .car-wash-feature-tab-icon {
  background-color: transparent
}

.fitness-tab-panel .car-wash-feature-tab li a .car-wash-feature-tab-icon svg {
  width: 80px;
  height: 80px
}

.fitness-tab-panel .car-wash-feature-tab li a.active,
.fitness-tab-panel .car-wash-feature-tab li a:hover {
  background-color: #ec7323
}

.fitness-tab-panel .car-wash-feature-tab li a.active span,
.fitness-tab-panel .car-wash-feature-tab li a:hover span {
  color: #fff
}

.fitness-tab-panel .car-wash-feature-tab li a:before {
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 12px solid #ec7323;
  bottom: -12px
}

.fitness-tab-content .service-we-offer-web-inner .web-why-choose-main-box {
  box-shadow: none;
  border: 1px solid #ecedee;
  border-radius: 40px 0 40px 0;
  padding: 0 15px 10px
}

.fitness-tab-content .service-we-offer-web-inner .web-why-choose-main-box:hover {
  border: 1px solid #ef3139;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

.fitness-tab-content .service-we-offer-web-inner .web-why-choose-main-icon {
  width: 78px;
  height: 78px;
  border-radius: 10px;
  line-height: 78px
}

.fitness-tab-content .service-we-offer-web-inner .web-why-choose-main-box:hover .web-why-choose-main-icon {
  background-color: #ec7323
}

.fitness-tab-content .web-why-choose-main-box:hover .web-why-choose-main-icon circle,
.fitness-tab-content .web-why-choose-main-box:hover .web-why-choose-main-icon ellipse,
.fitness-tab-content .web-why-choose-main-box:hover .web-why-choose-main-icon path,
.fitness-tab-content .web-why-choose-main-box:hover .web-why-choose-main-icon polygon,
.fitness-tab-content .web-why-choose-main-box:hover .web-why-choose-main-icon rect {
  fill: #fff
}

.fitness .similar-app-image-wid .img1 {
  width: 65%;
  top: 0
}

.fitness .similar-app-image-wid .img2 {
  width: 50%;
  top: 70px;
  right: inherit;
  left: 45%
}

.fitness .similar-app-image-wid:hover .img1 {
  left: -10px
}

.fitness .similar-app-image-wid:hover .img2 {
  left: 48%
}

.fitness-app-image {
  position: relative
}

.fitness-app-overlay-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #ecedee;
  border-radius: 10px 10px 0 0
}

.fitness-app-overlay-content-table {
  display: table;
  min-height: 120px;
  width: 100%
}

.fitness-app-overlay-content-box {
  width: 25%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px;
  border-right: 1px solid #ecedee
}

.fitness-app-overlay-content-box:last-child {
  border-right: 0
}

.fitness-app-overlay-content-icon {
  margin-bottom: 12px
}

.fitness-app-overlay-content-icon svg {
  width: 50px;
  height: 50px
}

.fitness-app-overlay-content-icon svg * {
  fill: #7e8082;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.fitness-app-overlay-content-box span {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.fitness-app-overlay-content-box:hover svg * {
  fill: #ec7323
}

.fitness-app-overlay-content-box:hover span {
  color: #ec7323
}

.why-you-invest-main-2 .why-you-invest-box {
  background-color: transparent;
  padding: 20px 15px;
  position: relative
}

.why-you-invest-main-2 .why-you-invest-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 43px;
  height: 67px;
  width: 8px;
  background-color: #f8f9fa;
  left: -7px;
  z-index: 1
}

.why-you-invest-main-2 .why-you-invest-icon {
  position: relative;
  left: inherit;
  top: inherit;
  border-radius: 5px;
  margin-bottom: 15px
}

.why-you-invest-main-2 .why-you-invest-icon svg {
  width: 45px;
  height: 45px
}

.why-you-invest-main-2 .why-you-invest-box h5 {
  padding: 0;
  margin-bottom: 10px
}

.other-demand-app-box {
  overflow: hidden
}

.other-demand-app-box a {
  padding: 45px 15px 30px;
  display: block;
  background-color: #fdfefe
}

.other-demand-app-icon {
  width: 71px;
  height: 71px;
  margin: 0 auto 40px
}

.other-demand-app-icon svg circle,
.other-demand-app-icon svg ellipse,
.other-demand-app-icon svg path,
.other-demand-app-icon svg polygon,
.other-demand-app-icon svg rect {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.other-demand-app-box h5 {
  color: #202122;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0
}

.other-demand-app-box a:hover {
  background-color: #ec7323
}

.other-demand-app-box a:hover .other-demand-app-icon svg circle,
.other-demand-app-box a:hover .other-demand-app-icon svg ellipse,
.other-demand-app-box a:hover .other-demand-app-icon svg path,
.other-demand-app-box a:hover .other-demand-app-icon svg polygon,
.other-demand-app-box a:hover .other-demand-app-icon svg rect {
  fill: #fff
}

.other-demand-app-box a:hover h5 {
  color: #fff
}

.similar-app-white-main:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 60%;
  height: 70%;
  top: 15%;
  background-color: #f8f9fa
}

.similar-app-white-main .similar-app-image {
  top: 0
}

.similar-app-white-main .similar-app-content-wrap:before {
  display: none
}

.similar-app-white-main .similar-app-content h2 {
  color: #202122
}

.similar-app-white-main .similar-app-content p {
  color: #6a6d6f
}

.fitness.similar-app-white-main .similar-app-image-wid:hover .img1 {
  left: -10px
}

.fitness.similar-app-white-main .similar-app-image-wid:hover .img2 {
  left: 50%
}

.ideal-business-box {
  padding: 25px 15px;
  border-right: 1px solid #ecedee;
  border-bottom: 1px solid #ecedee;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ideal-business-box:nth-child(3n+0) {
  border-right: 0
}

.ideal-business-box:nth-child(4),
.ideal-business-box:nth-child(5),
.ideal-business-box:nth-child(6) {
  border-bottom: 0
}

.ideal-business-box-icon {
  width: 103px;
  height: 103px;
  margin: 0 auto 15px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ideal-business-box-icon svg {
  width: 52px;
  height: 52px
}

.ideal-business-box-icon svg circle,
.ideal-business-box-icon svg ellipse,
.ideal-business-box-icon svg path,
.ideal-business-box-icon svg polygon,
.ideal-business-box-icon svg rect {
  fill: #6a6d6f;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ideal-business-box h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px
}

.ideal-business-box p:last-child {
  margin-bottom: 0
}

.ideal-business-box:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(245, 133, 31, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(245, 133, 31, .15);
  box-shadow: 0 3px 10px 0 rgba(245, 133, 31, .15);
  background-color: #fff
}

.ideal-business-box:hover .ideal-business-box-icon {
  background-color: #ec7323
}

.ideal-business-box:hover .ideal-business-box-icon svg circle,
.ideal-business-box:hover .ideal-business-box-icon svg ellipse,
.ideal-business-box:hover .ideal-business-box-icon svg path,
.ideal-business-box:hover .ideal-business-box-icon svg polygon,
.ideal-business-box:hover .ideal-business-box-icon svg rect {
  fill: #fff
}

.why-erp-main .game-service-offer-box {
  background-color: transparent;
  min-height: 285px
}

.why-erp-main .game-service-offer-icon {
  box-shadow: none;
  width: 85px;
  height: 85px;
  margin: -74px 0 20px
}

.why-erp-main .game-service-offer-icon svg {
  width: 40px;
  height: 40px
}

.why-erp-main .game-service-offer-box p:last-child {
  margin-bottom: 0
}

.custom-erp-main .game-what-we-offer-box {
  min-height: 340px
}

.game-what-we-offer-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px
}

.custom-erp-main .game-what-we-offer-box h4 {
  margin-bottom: 10px
}

.custom-erp-main .game-what-we-offer-icon svg circle,
.custom-erp-main .game-what-we-offer-icon svg ellipse,
.custom-erp-main .game-what-we-offer-icon svg path,
.custom-erp-main .game-what-we-offer-icon svg polygon,
.custom-erp-main .game-what-we-offer-icon svg rect {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.custom-erp-main .game-what-we-offer-box:hover .game-what-we-offer-icon svg circle,
.custom-erp-main .game-what-we-offer-box:hover .game-what-we-offer-icon svg ellipse,
.custom-erp-main .game-what-we-offer-box:hover .game-what-we-offer-icon svg path,
.custom-erp-main .game-what-we-offer-box:hover .game-what-we-offer-icon svg polygon,
.custom-erp-main .game-what-we-offer-box:hover .game-what-we-offer-icon svg rect {
  fill: #ec7323
}

.invest-erp-main .why-you-invest-box {
  background-color: #f8f9fa;
  min-height: 290px
}

.invest-erp-main .why-you-invest-box:hover {
  background-color: #fff
}

.why-crm-main .game-service-offer-box {
  background-color: transparent;
  min-height: 325px
}

.why-crm-main .game-service-offer-box p {
  margin: 0
}

.custom-cms-main .game-what-we-offer-box {
  min-height: 380px
}

.breadcrumb.no-company-logo {
  bottom: 20px
}

.max-wid-600.title p {
  max-width: 580px
}

.technology-box li {
  text-align: center;
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ecedee;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.technology-box li img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.technology-box li:hover {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .15)
}

.technology-box li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.what-we-offer-main-listing .row.technology-box {
  padding-top: 60px;
  position: relative;
  justify-content: center
}

.what-we-offer-main-listing .row.technology-box:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #f58020;
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden
}

.what-we-offer-main-listing .row.active .technology-box:before {
  opacity: 1;
  visibility: visible
}

.uiux-service-box-image {
  overflow: hidden;
  border-radius: 10px
}

.uiux-service-box-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.uiux-service-icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  right: 30px;
  top: -40px
}

.uiux-service-icon svg {
  width: 42px
}

.uiux-service-icon svg circle,
.uiux-service-icon svg ellipse,
.uiux-service-icon svg path,
.uiux-service-icon svg polygon,
.uiux-service-icon svg rect {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.uiux-service-content {
  position: relative;
  padding: 25px 20px;
  margin: -50px 25px 0;
  min-height: 250px
}

.uiux-service-content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-right: 110px
}

.uiux-service-content p:last-child {
  margin-bottom: 0
}

.uiux-service-box:hover .uiux-service-icon {
  background-color: #ec7323
}

.uiux-service-box:hover svg circle,
.uiux-service-box:hover svg ellipse,
.uiux-service-box:hover svg path,
.uiux-service-box:hover svg polygon,
.uiux-service-box:hover svg rect {
  fill: #fff
}

.uiux-service-box:hover .uiux-service-box-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.uiux-app-design-box {
  max-width: 360px;
  width: 100%;
  margin: 0 auto
}

.uiux-app-design-icon {
  width: 90px;
  height: 90px;
  border: 1px solid #f6f8fa;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.uiux-app-design-icon svg {
  width: 52px;
  height: 52px
}

.uiux-app-design-icon svg circle,
.uiux-app-design-icon svg ellipse,
.uiux-app-design-icon svg path,
.uiux-app-design-icon svg polygon,
.uiux-app-design-icon svg rect {
  fill: #202122;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.uiux-app-design-content {
  width: calc(100% - 110px);
  margin-left: 20px
}

.uiux-app-design-content h4 {
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.uiux-app-design-content p:last-child {
  margin-bottom: 0
}

.uiux-app-design-box:hover .uiux-app-design-icon {
  background-color: #ec7323
}

.uiux-app-design-box:hover .uiux-app-design-icon svg circle,
.uiux-app-design-box:hover .uiux-app-design-icon svg ellipse,
.uiux-app-design-box:hover .uiux-app-design-icon svg path,
.uiux-app-design-box:hover .uiux-app-design-icon svg polygon,
.uiux-app-design-box:hover .uiux-app-design-icon svg rect {
  fill: #fff
}

.uiux-app-design-box:hover .uiux-app-design-content h4 {
  color: #ec7323
}

.uiux-design-process-content .number {
  display: block;
  font-size: 46px;
  color: #d2d3d3;
  line-height: 1;
  margin-bottom: 20px
}

.uiux-design-process-content h5 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px
}

.uiux-design-process-content p:last-child {
  margin-bottom: 0
}

.uiux-design-process-content-image {
  position: relative
}

.uiux-design-process-content-image img {
  position: relative
}

.uiux-design-process-content-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  background-image: url(../images/uiux/process-image-background-pattern.png);
  background-repeat: repeat;
  background-position: center center;
  height: 99%;
  width: 100%
}

.uiux-design-process-content-image.left-image:before {
  left: 50px
}

.uiux-design-process-content-image.right-image:before {
  right: 50px
}

.uiux-design-process-content-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 384px;
  width: 225px
}

.uiux-design-process-list .row {
  margin-bottom: 30px
}

.uiux-design-process-list>.row:nth-child(even) .uiux-design-process-content-image:after {
  top: 60%
}

.uiux-design-process-list>.row:last-child .uiux-design-process-content-image:after {
  display: none
}

.uiux-design-process-list>.row:nth-child(odd) .uiux-design-process-content {
  margin-top: -80px
}

.uiux-design-process-list>.row:nth-child(even) .uiux-design-process-content-image {
  margin-top: -80px
}

.uiux-design-process-list>.row:last-child .uiux-design-process-content {
  margin-top: 0
}

.uiux-design-process-content-image.left-image:after {
  left: 0;
  transform: translateX(-100%);
  background-image: url(../images/uiux/process-arrow.png)
}

.uiux-design-process-content-image.right-image:after {
  right: 0;
  transform: translateX(100%);
  background-image: url(../images/uiux/process-arrow2.png)
}

.uiux-tools-box {
  text-align: center;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ecedee;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px 10px
}

.uiux-tools-box:hover {
  border: 1px solid #ec7323;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15);
  -moz-box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15);
  box-shadow: 0 3px 10px 0 rgba(236, 115, 35, .15)
}

.uiux-design-process-content-image:after {
  opacity: 0;
  visibility: hidden
}

.complete .uiux-design-process-content-image:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

@-webkit-keyframes uiux-process-text {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes uiux-process-text {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.uiux-process-text {
  -webkit-animation-name: uiux-process-text;
  animation-name: uiux-process-text;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

@-webkit-keyframes uiux-process-img {
  from {
    opacity: 0;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes uiux-process-img {
  from {
    opacity: 0;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.uiux-process-img {
  -webkit-animation-name: uiux-process-img;
  animation-name: uiux-process-img;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.svgleft-arrow {
  position: absolute;
  top: 50%;
  height: 384px;
  width: 225px;
  left: 0;
  transform: translateX(-100%)
}

@-webkit-keyframes uiux-web-app-desktop {
  from {
    opacity: 0;
    left: 50%;
    -webkit-transform: translate3d(-40%, 0, 0);
    -moz-transform: translate3d(-40%, 0, 0);
    -o-transform: translate3d(-40%, 0, 0);
    -ms-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(-40%, 0, 0);
    -moz-transform: translate3d(-40%, 0, 0);
    -o-transform: translate3d(-40%, 0, 0);
    -ms-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0)
  }
}

@keyframes uiux-web-app-desktop {
  from {
    opacity: 0;
    left: 50%;
    -webkit-transform: translate3d(-40%, 0, 0);
    -moz-transform: translate3d(-40%, 0, 0);
    -o-transform: translate3d(-40%, 0, 0);
    -ms-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(-40%, 0, 0);
    -moz-transform: translate3d(-40%, 0, 0);
    -o-transform: translate3d(-40%, 0, 0);
    -ms-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0)
  }
}

.uiux-web-app-desktop {
  -webkit-animation-name: uiux-web-app-desktop;
  animation-name: uiux-web-app-desktop;
  left: 50%;
  -webkit-transform: translate3d(-40%, 0, 0);
  -moz-transform: translate3d(-40%, 0, 0);
  -o-transform: translate3d(-40%, 0, 0);
  -ms-transform: translate3d(-40%, 0, 0);
  transform: translate3d(-40%, 0, 0)
}

@-webkit-keyframes uiux-web-app-laptop {
  from {
    opacity: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }

  to {
    left: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes uiux-web-app-laptop {
  from {
    opacity: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }

  to {
    left: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.uiux-web-app-laptop {
  -webkit-animation-name: uiux-web-app-laptop;
  animation-name: uiux-web-app-laptop;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

@-webkit-keyframes uiux-web-app-ipad {
  from {
    opacity: 0;
    right: 50%;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    transform: translate3d(75%, 0, 0)
  }

  to {
    right: 8%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes uiux-web-app-ipad {
  from {
    opacity: 0;
    right: 50%;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    transform: translate3d(75%, 0, 0)
  }

  to {
    right: 8%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.uiux-web-app-ipad {
  -webkit-animation-name: uiux-web-app-ipad;
  animation-name: uiux-web-app-ipad;
  right: 8%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

@-webkit-keyframes uiux-web-app-iphone {
  from {
    opacity: 0;
    right: 50%;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    transform: translate3d(75%, 0, 0)
  }

  to {
    right: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes uiux-web-app-iphone {
  from {
    opacity: 0;
    right: 50%;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    transform: translate3d(75%, 0, 0)
  }

  to {
    right: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.uiux-web-app-iphone {
  -webkit-animation-name: uiux-web-app-iphone;
  animation-name: uiux-web-app-iphone;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.uiux-app-design-main .container-2 {
  max-width: 1500px
}

.uiux-app-design-main-image.uiux-mobile-app {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.uiux-app-design-main-image.uiux-mobile-app .mainimg {
  opacity: 0;
  visibility: hidden;
  display: block
}

.uiux-app-design-main-image.uiux-mobile-app>div {
  position: absolute;
  top: 0
}

.uiux-app-design-main-image.uiux-mobile-app .one {
  z-index: 1;
  left: 2%;
  width: 16%
}

.uiux-app-design-main-image.uiux-mobile-app .two {
  z-index: 2;
  left: 20%;
  width: 16.5%
}

.uiux-app-design-main-image.uiux-mobile-app .three {
  z-index: 3;
  width: 18.5%;
  left: 50%;
  transform: translateX(-50%)
}

.uiux-app-design-main-image.uiux-mobile-app .four {
  z-index: 2;
  right: 20%;
  width: 16.5%
}

.uiux-app-design-main-image.uiux-mobile-app .five {
  z-index: 1;
  right: 2%;
  width: 16%
}

.uiux-app-design-main-image.uiux-web-app {
  position: relative
}

.uiux-app-design-main-image.uiux-web-app .mainimg {
  opacity: 0;
  visibility: hidden
}

.uiux-app-design-main-image.uiux-web-app>div {
  position: absolute;
  bottom: 0
}

.uiux-app-design-main-image.uiux-web-app .laptop {
  z-index: 2;
  width: 44.5%
}

.uiux-app-design-main-image.uiux-web-app .desktop {
  z-index: 1;
  width: 53%
}

.uiux-app-design-main-image.uiux-web-app .ipad {
  z-index: 3;
  width: 22%
}

.uiux-app-design-main-image.uiux-web-app .iphone {
  z-index: 4;
  width: 11%
}

#clients_review {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto
}

.tideway-box {
  padding: 20px 20px;
  position: relative;
  border: 1px solid #e2e3e5;
  min-height: 340px;
  background-color: #fff;
  overflow: hidden
}

.tideway-box:before {
  content: "";
  display: block;
  width: 132px;
  height: 90px;
  background: url(../images/client-review/tideway-quote-pattern.png) no-repeat center center;
  position: absolute;
  bottom: -24px;
  right: -3px
}

.tideway-logo {
  position: absolute;
  top: 15px;
  right: 20px
}

.tideway-top {
  margin-bottom: 30px
}

.tideway-image {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  border: 7px solid #fff
}

.tideway-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.tideway-client-info {
  width: calc(100% - 135px);
  margin-left: 15px;
  padding: 25px 100px 0 0
}

.tideway-client-info .name {
  margin-bottom: 15px
}

.tideway-client-info span {
  font-weight: 700
}

.tideway-client-info .ratedbtclient {
  margin-bottom: 5px
}

.tideway-client-info .fas {
  color: #ec7323
}

.tideway-review-text p {
  margin: 0;
  display: inline;
  line-height: 25px;
  letter-spacing: .025em
}

.tideway-review-text span {
  display: inline
}

.tideway-review-text .openquote {
  margin-right: 3px
}

.tideway-review-text .closequote {
  margin-left: 3px
}

.video-inner-top-content {
  position: relative
}

.video-inner-top-content:Before {
  content: "";
  display: block;
  width: 132px;
  height: 90px;
  background: url(../images/client-review/tideway-quote-pattern.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.video-inner-top-content .name {
  font-size: 18px;
  margin-bottom: 10px
}

.video-inner-top-content span {
  margin-bottom: 30px
}

.video-inner-top-content p {
  margin: 0;
  line-height: 25px;
  letter-spacing: .025em
}

.video-inner-bottom-slider {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 40px
}

.video-inner-bottom-slider .slick-slide {
  margin: 10px 15px;
  cursor: pointer
}

.video-bottom-slider-main-image {
  position: relative;
  border: 2px solid #e2e3e5;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.video-bottom-slider-main-image .fas {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #fff;
  color: #202122;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  right: 20px;
  bottom: 5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.video-bottom-slider-bottom-part {
  padding: 20px 15px 0
}

.video-bottom-slider-image {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  border: 2px solid #e2e3e5;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.video-bottom-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.video-bottom-slider-client-info {
  width: calc(100% - 85px);
  margin-left: 23px
}

.video-bottom-slider-client-info .name {
  margin-bottom: 10px
}

.video-bottom-slider-client-info .name span {
  font-weight: 700
}

.video-bottom-slider-client-info .ratedbtclient {
  font-size: 12px;
  line-height: 1
}

.video-bottom-slider-client-info .ratingstar .fas {
  color: #ec7323;
  font-size: 10px
}

.video-inner-bottom-slider .slick-current .video-bottom-slider-main-image,
.video-inner-bottom-slider .slick-slide:hover .video-bottom-slider-main-image {
  border: 2px solid #ec7323
}

.video-inner-bottom-slider .slick-current .video-bottom-slider-main-image .fas,
.video-inner-bottom-slider .slick-slide:hover .video-bottom-slider-main-image .fas {
  color: #ec7323
}

.video-inner-bottom-slider .slick-current .video-bottom-slider-image,
.video-inner-bottom-slider .slick-slide:hover .video-bottom-slider-image {
  border: 2px solid #ec7323
}

.video-inner-bottom-slider .slick-dots {
  text-align: center;
  margin-top: 30px
}

.video-inner-bottom-slider .slick-dots li {
  line-height: 1
}

.video-inner-bottom-slider .slick-dots button {
  border: 0;
  font-size: 0;
  width: 11px;
  height: 11px;
  margin: 0 6px;
  background-color: #dedfe0;
  border-radius: 100%;
  cursor: pointer;
  outline: 0 !important
}

.video-inner-bottom-slider .slick-dots .slick-active button {
  background-color: #ec7323
}

.contact-form-box {
  padding: 40px 25px 20px
}

.contact-form-box .input-append {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 15px
}

.form-control:disabled {
  cursor: not-allowed
}

.contact-form-box .input-append #subfile {
  background-color: #fff;
  padding-right: 65px
}

.contact-form-box .input-append .btn--primary {
  border-radius: 0;
  min-width: auto;
  position: absolute;
  top: 0;
  right: 15px;
  padding: 3px 20px;
  font-size: 22px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  border: none;
  outline: 0;
  cursor: pointer;
  background-color: transparent
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  white-space: nowrap;
  text-overflow: ellipsis
}

.contact-form-main {
  margin-top: -150px;
  position: relative;
  z-index: 9;
  padding-bottom: 30px
}

.schedule-meeting-main {
  padding-top: 200px
}

.schedule-meeting-box {
  background-color: #ec7323
}

.schedule-meeting-img {
  width: 252px;
  height: 252px;
  border-radius: 100%;
  border: 2px solid #dddfe1;
  margin: 0 auto;
  position: relative;
  top: -170px
}

.schedule-meeting-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  position: relative
}

.schedule-meeting-img:before {
  content: " ";
  top: -2px;
  left: -2px;
  background-color: #fff;
  width: 252px;
  height: 252px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  position: absolute;
  opacity: .6;
  -webkit-animation: pulse3 1.8s ease-out;
  animation: pulse3 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes pulse3 {
  0% {
    -webkit-transform: scale(1);
    opacity: 0
  }

  25% {
    -webkit-transform: scale(1.05);
    opacity: .3
  }

  50% {
    -webkit-transform: scale(1.1);
    opacity: .6
  }

  75% {
    -webkit-transform: scale(1.15);
    opacity: .3
  }

  100% {
    -webkit-transform: scale(1.2);
    opacity: 0
  }
}

@keyframes pulse3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .3
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6
  }

  75% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: .3
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0
  }
}

.schedule-meeting-content {
  margin-top: -130px;
  padding: 0 30px 30px
}

.schedule-meeting-content h3 {
  font-size: 24px;
  color: #fff;
  margin: 0;
  font-weight: 500
}

.schedule-meeting-content h4 {
  font-size: 28px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  margin-bottom: 40px
}

.schedule-meeting-content p {
  color: #fff;
  margin: 0 0 5px
}

.schedule-meeting-content-description {
  min-height: 307px;
  padding: 0 0 20px
}

.schedule-meeting-content .btn-custome {
  background-color: #fff !important;
  color: #ec7323 !important;
  font-size: 16px
}

.schedule-meeting-content .btn-custome:focus,
.schedule-meeting-content .btn-custome:hover {
  background-color: #022d62 !important;
  color: #fff !important
}

.contact-info-box {
  padding: 30px 15px;
  background-color: #fff;
  min-height: 170px;
  border: 1px solid #f6f7f8
}

.contact-info-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -60px auto 20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.contact-info-icon svg {
  width: 50px;
  height: 50px
}

.contact-info-icon svg circle,
.contact-info-icon svg ellipse,
.contact-info-icon svg path,
.contact-info-icon svg polygon,
.contact-info-icon svg rect {
  fill: #ec7323;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.contact-info-icon svg .st0 {
  fill: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.contact-info-box .tool {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px
}

.contact-info-box .name {
  font-size: 16px
}

.contact-info-box .name,
.contact-info-box .name a {
  color: #ec7323
}

.contact-info-box .name a:focus,
.contact-info-box .name a:hover {
  color: #202122
}

.contact-info-box:hover .contact-info-icon {
  background-color: #ec7323
}

.contact-info-box:hover .contact-info-icon svg circle,
.contact-info-box:hover .contact-info-icon svg ellipse,
.contact-info-box:hover .contact-info-icon svg path,
.contact-info-box:hover .contact-info-icon svg polygon,
.contact-info-box:hover .contact-info-icon svg rect {
  fill: #fff
}

.contact-info-box:hover .contact-info-icon svg .st0 {
  fill: #ec7323
}

.contact-follow-us-section {
  padding: 30px 0 0;
  position: relative;
  z-index: 1
}

.contact-follow-us-section h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px
}

.contact-follow-us-section .header_social {
  padding: 20px 15px;
  width: auto
}

.contact-follow-us-section .header_social li {
  margin: 0 13px;
  display: inline-block;
  width: auto;
  border: 0
}

.contact-follow-us-section .header_social li a span {
  display: none
}

.contact-follow-us-section .header_social li a {
  width: 62px;
  height: 62px;
  font-size: 30px;
  background-color: transparent;
  color: #ec7323;
  border: 1px solid #e4e6e8;
  margin: 0
}

.contact-follow-us-section .header_social li a:focus,
.contact-follow-us-section .header_social li a:hover {
  color: #fff;
  background-color: #ec7323
}

.contact-info-main {
  position: relative
}

.contact-info-main:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 90px;
  background-color: #fff
}

.contact-info-main:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 107px;
  background-color: #fff
}

.map-tabs-nav {
  width: 28%;
  float: left
}

.map-tabs-nav li {
  position: relative;
  display: block
}

.map-tabs-nav li a {
  display: block
}

.map-tabs-nav li img {
  width: 100%
}

.map-tabs-nav li h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  bottom: 30px;
  right: 50px
}

.map-tabs-iframe {
  width: 72%;
  float: left;
  position: relative
}

.mapiframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0
}

.mapiframe {
  display: none
}

.mapiframe:first-child {
  display: block
}

.solution-we-offer-box {
  position: relative
}

.solution-we-offer-image {
  width: 268px;
  float: none;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.solution-we-offer-content {
  max-width: 370px;
  width: 100%;
  padding: 30px 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #ecedee;
  background-color: #fff
}

.solution-we-offer-content h3 {
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.solution-we-offer-content p:last-child {
  margin-bottom: 0
}

.solution-we-offer-box:hover .solution-we-offer-image {
  position: relative;
  left: -5px;
  top: -5px
}

.solution-we-offer-box:hover .solution-we-offer-content h3 {
  color: #ec7323
}

.awaybackbg {
  background-color: #ef6c3d
}

.strongmindedbg {
  background-color: #0e0e0e
}

.guestmebg {
  background-color: #ff0a00
}

.idtrackbg {
  background-color: #349943
}

.clueduppbg {
  background-color: #e50d8e
}

.photoboothbg {
  background-color: #f7b8c5
}

.claireabellabg {
  background-color: #e42ba1
}

.chatagrambg {
  background-color: #ec7575
}

.pmustockbg {
  background-color: #00a8b1
}

.fantasyabg {
  background-color: #092240
}

.dattingbg {
  background: -moz-linear-gradient(45deg, #7d65dd 0, #e483eb 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #7d65dd), color-stop(100%, #e483eb));
  background: -webkit-linear-gradient(45deg, #7d65dd 0, #e483eb 100%);
  background: -o-linear-gradient(45deg, #7d65dd 0, #e483eb 100%);
  background: -ms-linear-gradient(45deg, #7d65dd 0, #e483eb 100%);
  background: linear-gradient(45deg, #7d65dd 0, #e483eb 100%)
}

.similar-app-slider {
  position: relative
}

.similar-app-option3-main {
  position: relative
}

.similar-app-option3-main .bg-light {
  -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .15)
}

.similar-app-option3-main .content-box {
  min-height: 600px;
  padding: 30px 50px 30px 30px;
  max-width: 600px;
  width: 100%
}

.similar-app-option3-main .content-logo-section {
  margin-bottom: 30px
}

.similar-app-option3-main .content-logo {
  width: 120px
}

.similar-app-option3-main .content-logo img {
  border-radius: 30px
}

.similar-app-option3-main .content-logo-name {
  width: calc(100% - 150px);
  margin-left: 30px
}

.similar-app-option3-main .content-logo-name span {
  display: block
}

.similar-app-option3-main .content-logo-name .mainname {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1
}

.similar-app-option3-main .content-logo-name .subname {
  font-size: 18px;
  color: #6a6d6f
}

.similar-app-option3-main .content-description p {
  margin-bottom: 25px
}

.similar-app-option3-main .content-description ul {
  clear: both;
  display: inline-block;
  width: 100%
}

.similar-app-option3-main .content-description ul li {
  position: relative;
  width: 50%;
  padding-right: 15px;
  float: left;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 25px
}

.similar-app-option3-main .content-description ul li img {
  position: absolute;
  left: 0;
  top: 0
}

.similar-app-option3-main .fixed-col {
  position: absolute;
  left: 0;
  top: 0
}

.similar-app-option3-main .fixedimage {
  max-width: 650px;
  position: relative;
  float: right;
  width: 100%
}

.similar-app-option3-main .fixedimage .img1 {
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.similar-app-option3-main .fixedimage .img2 {
  position: absolute;
  left: 40%;
  top: 100px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.similar-app-option3-main .fixedimage:hover .img1 {
  left: -35px
}

.similar-app-option3-main .fixedimage:hover .img2 {
  left: 43%;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.similar-app-slider .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin-top: -60px;
  left: inherit;
  bottom: inherit
}

.similar-app-slider .slick-dots li {
  display: block;
  line-height: 1;
  margin: 7px 0
}

.similar-app-slider .slick-dots button {
  border: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  outline: 0;
  cursor: pointer
}

.similar-app-slider .slick-dots button:focus,
.similar-app-slider .slick-dots button:hover,
.similar-app-slider .slick-dots li.slick-active button {
  background-color: #ec7323
}

.types-of-social-media-box {
  min-height: 310px;
  border: 1px solid #f5f6f6;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.types-of-social-media-platform {
  padding: 20px 20px 15px;
  border-bottom: 2px solid #ec7323
}

.types-of-social-media-platform ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0 0
}

.types-of-social-media-content {
  padding: 25px 20px
}

.types-of-social-media-content h3 {
  font-size: 18px;
  font-weight: 600
}

.types-of-social-media-content p:last-child {
  margin-bottom: 0
}

.types-of-social-media-box:hover {
  border: 1px solid #ec7323
}

.detail-feature-tab-section {
  padding: 0 50px 30px
}

.detail-feature-tab {
  text-align: center
}

.detail-feature-tab #servicesTab {
  display: inline-flex;
  padding: 0;
  border: 1px solid #dddfe1;
  border-radius: 0 0 10px 10px;
  overflow: hidden
}

.detail-feature-tab #servicesTab li {
  padding: 0;
  min-width: 150px;
  margin: 0
}

.detail-feature-tab #servicesTab li a {
  padding: 15px 10px
}

.detail-feature-tab #servicesTab li a.active,
.detail-feature-tab #servicesTab li a:hover {
  background-color: #ec7323;
  color: #fff
}

.detail-feature-tab #servicesTab li a.active svg *,
.detail-feature-tab #servicesTab li a:hover svg * {
  fill: #fff
}

.similar-app-option3-main .content-description ul {
  clear: both;
  display: inline-block;
  width: 100%
}

.detail-feature-tab-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px
}

.detail-feature-tab-content p {
  margin: 0 0 30px
}

.detail-feature-tab-content ul li {
  position: relative;
  width: 50%;
  padding-right: 15px;
  float: left;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 0 0 0 25px
}

.detail-feature-tab-content ul li img {
  position: absolute;
  left: 0;
  top: 0
}

.head-contact-info {
  display: none
}

.top-review-bar .container {
  max-width: 1380px;
  width: 100%
}

.head-call-back-sidebar-background {
  z-index: 999999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(27, 32, 34, .8);
  opacity: 0;
  visibility: hidden
}

.head-call-back-sidebar-background.open {
  opacity: 1;
  visibility: visible
}

.head-call-back-sidebar {
  position: fixed;
  left: -430px;
  top: 0;
  bottom: 0;
  width: 430px;
  height: 100%;
  z-index: 99999999;
  background-color: #fff;
  padding: 70px 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.head-call-back-sidebar.open {
  left: 0;
  opacity: 1;
  visibility: visible
}

.head-call-back-box img {
  width: 120px;
  border-radius: 100%;
  height: 120px;
  object-fit: cover
}

.head-call-back-content {
  width: calc(100% - 150px);
  margin-left: 20px
}

.head-call-back-content-title {
  font-size: 18px;
  font-weight: 500;
  color: #ec7323
}

.head-call-back-content p {
  margin-bottom: 0
}

.head-call-form-section {
  margin-top: 40px
}

.head-call-form-section .form-group label {
  display: block;
  margin: 0
}

.head-call-back-sidebar .close {
  position: absolute;
  right: 30px;
  top: 30px
}

.head-call-back-sidebar .bootstrap-select>.dropdown-toggle {
  font-size: 14px;
  padding: 11px 15px;
  color: #6a6d6f
}

.advantage-of-real-estate-main .web-why-choose-inner-icon {
  float: right;
  width: 108px;
  height: 108px;
  line-height: 94px;
  background-color: #eef2f3;
  border: 8px solid #fff;
  margin-top: -84px
}

.advantage-of-real-estate-main .web-why-choose-us-inner-box {
  margin-top: 55px;
  padding-top: 30px;
  min-height: 250px
}

.advantage-of-real-estate-main .web-why-choose-us-inner-box h5 {
  width: calc(100% - 118px);
  padding-left: 0;
  margin: 0 10px 15px 0;
  font-weight: 600
}

.advantage-of-real-estate-main .web-why-choose-inner-icon svg {
  width: 50px;
  height: 50px
}

.advantage-of-real-estate-main .web-why-choose-inner-icon svg circle,
.advantage-of-real-estate-main .web-why-choose-inner-icon svg ellipse,
.advantage-of-real-estate-main .web-why-choose-inner-icon svg path,
.advantage-of-real-estate-main .web-why-choose-inner-icon svg polygon,
.advantage-of-real-estate-main .web-why-choose-inner-icon svg rect {
  fill: #202122
}

.web-why-choose-us-inner-box:hover h5 {
  color: #ef3139;
}

.advantage-of-real-estate-main .web-why-choose-us-inner-box:hover .web-why-choose-inner-icon svg circle,
.advantage-of-real-estate-main .web-why-choose-us-inner-box:hover .web-why-choose-inner-icon svg ellipse,
.advantage-of-real-estate-main .web-why-choose-us-inner-box:hover .web-why-choose-inner-icon svg path,
.advantage-of-real-estate-main .web-why-choose-us-inner-box:hover .web-why-choose-inner-icon svg polygon,
.advantage-of-real-estate-main .web-why-choose-us-inner-box:hover .web-why-choose-inner-icon svg rect {
  fill: #fff
}

.real-estate-type-main .game-what-we-offer-box {
  min-height: 310px
}

.real-estate-type-main .game-what-we-offer-icon svg circle,
.real-estate-type-main .game-what-we-offer-icon svg ellipse,
.real-estate-type-main .game-what-we-offer-icon svg path,
.real-estate-type-main .game-what-we-offer-icon svg polygon,
.real-estate-type-main .game-what-we-offer-icon svg rect {
  fill: #ec7323
}

body.error404,
body.error404 main {
  background-color: #ec7323;
  margin-bottom: 0
}

.error-main {
  height: 100vh;
  position: relative
}

.error-img {
  width: 47%
}

.error-message {
  width: 53%;
  padding: 100px 0
}

.error-message h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 20px
}

.error-message p {
  color: #fff;
  font-size: 18px
}

.error-service-list-wrap {
  margin-top: 100px
}

.error-service-list-wrap h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px
}

.error-service-list-item {
  margin-right: 10px
}

.error-service-list-item:last-child {
  margin-right: 0
}

.error-service-list-item a {
  background-color: rgba(255, 255, 255, .1);
  text-align: center;
  min-height: 105px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 10px;
  border-radius: 10px 10px 0 0
}

.error-service-list-item a:hover {
  background-color: #fff
}

.error-service-list-icon svg {
  width: 45px;
  height: 45px;
  margin-bottom: 10px
}

.error-service-list-icon svg circle,
.error-service-list-icon svg ellipse,
.error-service-list-icon svg path,
.error-service-list-icon svg polygon,
.error-service-list-icon svg rect {
  fill: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.error-service-list-item a:hover {
  background-color: #fff
}

.error-service-list-item a:hover svg circle,
.error-service-list-item a:hover svg ellipse,
.error-service-list-item a:hover svg path,
.error-service-list-item a:hover svg polygon,
.error-service-list-item a:hover svg rect {
  fill: #ec7323
}

.error-service-list-item span {
  display: block;
  font-size: 12px
}

.thank-you-banner {
  min-height: 390px;
  background-color: #ec7323
}

body.thankyou main {
  margin-bottom: 0
}

.thank-you-founder-img {
  width: 100%;
  max-width: 230px;
  border-radius: 50%;
  border: 0;
  position: relative;
  margin: 0 25px -40px 0
}

.thank-you-founder-img:before {
  content: "";
  width: 115%;
  height: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #ec7323;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, .8)
}

.thank-you-founder-img img {
  height: 230px;
  object-fit: cover;
  border-radius: 50%;
  width: 230px;
  position: relative;
  display: block;
  border: 2px solid #dddfe1
}

.thank-you-founder-text {
  width: calc(100% - 255px);
  padding-top: 20px;
  padding-bottom: 10px
}

.thank-you-founder-text p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px
}

.thank-you-founder-text h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px
}

.thank-you-founder-text h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 0
}

.thank-you-process-section {
  padding: 90px 0 30px
}

.thank-you-process-section h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 600;
  display: inline-block
}

.thank-you-process-section h2:before {
  content: "";
  display: block;
  height: 5px;
  background-color: #f58020;
  width: 30%;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  width: 150px
}

.thank-you-process-box {
  position: relative;
  padding-bottom: 30px
}

.thank-you-process-image {
  max-width: 420px;
  width: 100%
}

.thank-you-process-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.thank-you-process-content {
  max-width: 380px;
  width: 100%;
  padding: 15px 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff
}

.thank-you-process-content p {
  font-size: 16px;
  font-weight: 500;
  color: #202122
}

.thank-you-process-content .btn-custome {
  float: right
}

.thank-you-process-box:hover .thank-you-process-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.thank-you-process-step-section {
  padding: 70px 0 30px
}

.thank-you-process-step-section h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  display: block;
  text-align: center
}

.thank-you-process-steps {
  flex-wrap: wrap
}

.thank-you-process-step-box {
  width: 14.28%;
  text-align: center
}

.thank-you-process-step-box:nth-child(even) {
  padding-top: 31px
}

.thank-you-process-step-box span {
  display: block
}

.thank-you-process-step-icon {
  width: 150px;
  height: 131px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/thank-you/hexagon.png) no-repeat center center
}

.thank-you-process-step-icon span svg {
  width: 51px;
  height: 51px
}

.thank-you-process-step-box .num {
  font-size: 32px;
  font-weight: 500
}

.thank-you-process-step-box .step-name {
  font-size: 18px;
  font-weight: 500;
  min-height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: center
}

.thank-you-process-step-box .step-arrow {
  text-align: right
}

.thank-you-process-step-box .step-arrow-odd {
  margin-bottom: 15px
}

.thank-you-process-step-box .step-arrow-even {
  margin-top: 15px
}

.thank-you-process-step-box:nth-child(odd) .step-name {
  align-items: flex-start
}

.thank-you-process-step-box:hover .num {
  color: #ec7323
}

.thank-you-process-step-box:hover .thank-you-process-step-icon {
  background: url(../images/thank-you/hexagon-hover.png) no-repeat center center;
  background-size: cover
}

.thank-you-process-step-box:hover .thank-you-process-step-icon svg * {
  fill: #ec7323
}

.thank-you-process-step-box:hover .step-name {
  color: #ec7323
}

.thank-you-v3 {
  min-height: 100vh;
  background-image: url(../images/thank-you/thank-you-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 158px
}

.thank-you-v3 .container {
  max-width: 1350px
}

.thank-you-v3 .founder-image {
  width: 640px;
  order: 2;
  margin-left: -200px
}

.thank-you-v3 .content {
  width: calc(100% - 550px)
}

.thank-you-v3 .content h2 {
  font-size: 55px;
  font-weight: 600;
  color: #ec7323;
  
}

.thank-you-v3 .content p {
  font-size: 20px;
  color: #333
}

.thank-you-v3 .bglightorange {
  color: #ec7323;
  font-size: 26px;
  font-weight: 800;
  padding: 10px 30px;
  border-radius: 10px;
  margin: 70px 0 0;
  position: relative;
  
}

.thank-you-v3 .bglightorange:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90%;
  background-color: #fff9f2
}

.thank-you-v3 .bglightorange .text {
  position: relative
}

.thank-you-v3 .bglightorange span {
  display: block;
  font-size: 36px
}

.thank-you-v3 .messagetext {
  font-size: 24px;
  color: #333;
  padding: 10px 30px;
  
}

.privacy-policy h2 {
  font-size: 28px;
  margin-bottom: 20px
}

.privacy-policy h3 {
  font-size: 24px;
  margin-bottom: 20px
}

.privacy-policy ul {
  margin-bottom: 20px
}

.privacy-policy a {
  color: #ec7323;
  word-break: break-all
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 10px !important;
  z-index: 992;
  opacity: 1;
  border-radius: 10px;
  background: #202122;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  color: #fff;
  padding: 12px 20px
}

.cookiealert.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s
}

.cookiealert a {
  color: #ec7323
}

.cookiealert a:hover {
  color: #fff
}

.cookiealert button {
  vertical-align: baseline;
  width: 130px;
  padding: 3px 5px;
  font-size: 16px;
  background-color: #ec7323;
  color: #fff;
  font-weight: 500
}

.cookiealert button:hover {
  background-color: #fff;
  color: #202122
}

.cookiealert-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.cookiealert-img {
  width: 60px
}

.cookiealert-img span {
  font-size: 35px
}

.cookiealert-text {
  width: calc(100% - 200px);
  padding: 0 10px
}

.cookiealert-text p {
  margin: 0;
  color: #fff
}

.cookiealert-text .que {
  font-size: 18px;
  padding-bottom: 2px
}

.cookiealert-text .que span {
  display: none
}

.cookiealert-buttons {
  width: 140px
}

.hire-team-sticky-section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 10px !important;
  z-index: 993;
  opacity: 1;
  border-radius: 10px;
  background: #ec7323;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  color: #fff;
  padding: 15px 20px
}

.hire-team-sticky-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.hire-team-sticky-icon {
  width: 80px
}

.hire-team-sticky-content {
  width: calc(100% - 310px);
  padding: 0 20px
}

.hire-team-sticky-content .ttl1 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px
}

.hire-team-sticky-content .ttl2 {
  font-size: 14px
}

.hire-team-sticky-btn {
  width: 230px
}

.hire-team-sticky-btn-wrap .btn {
  background-color: #fff;
  color: #ec7323;
  font-weight: 500;
  padding: 6px 15px;
  position: relative
}

.hire-team-sticky-btn-wrap .btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 177px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 34px;
  background-color: #fff;
  pointer-events: none
}

.hire-team-sticky-btn-wrap .btn:focus,
.hire-team-sticky-btn-wrap .btn:hover {
  background-color: #202122;
  color: #fff
}

.hire-team-sticky-btn-wrap .close {
  position: relative;
  top: 0;
  right: 0;
  opacity: 1;
  text-shadow: none;
  color: #fff;
  background: #343535;
  border-radius: 100%;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center
}

.hire-team-sticky-btn-wrap .close:not(:disabled):not(.disabled):focus,
.hire-team-sticky-btn-wrap .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  color: #fff
}

#drift-widget-container {
  z-index: 991 !important
}

.chatbot-adv-box {
  border: 1px solid #ecedee;
  padding: 0 15px 20px;
  min-height: 235px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.chatbot-adv-icon {
  width: 130px;
  height: 75px;
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden
}

.chatbot-adv-icon:before {
  content: "";
  display: block;
  width: 130px;
  height: 150px;
  border: 1px solid #ecedee;
  border-radius: 100%;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.chatbot-adv-icon svg {
  height: 60px;
  width: 60px;
  position: relative
}

.chatbot-adv-icon svg circle,
.chatbot-adv-icon svg ellipse,
.chatbot-adv-icon svg path,
.chatbot-adv-icon svg polygon,
.chatbot-adv-icon svg rect {
  fill: #6a6d6f;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.chatbot-adv-box h3 {
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.chatbot-adv-box p:last-child {
  margin-bottom: 0
}

.chatbot-adv-box:hover {
  border: 1px solid #ec7323;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
}

.chatbot-adv-box:hover .chatbot-adv-icon:before {
  background-color: #ec7323;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .15)
}

.chatbot-adv-box:hover .chatbot-adv-icon svg circle,
.chatbot-adv-box:hover .chatbot-adv-icon svg ellipse,
.chatbot-adv-box:hover .chatbot-adv-icon svg path,
.chatbot-adv-box:hover .chatbot-adv-icon svg polygon,
.chatbot-adv-box:hover .chatbot-adv-icon svg rect {
  fill: #fff
}

.chatbot-adv-box:hover h3 {
  color: #ec7323
}

.chatbot-platform-box {
  padding: 30px 30px;
  border: 1px solid #f0f1f2;
  min-height: 210px
}

.chatbot-platform-box-icon {
  display: block;
  margin-bottom: 25px
}

.car-wash-feature-tab li a {
  border: 1px solid transparent;
  background-color: #fff;
  padding: 17px 10px
}

.car-wash-feature-tab li a:before {
  display: none
}

.car-wash-feature-tab li:first-child a {
  border-radius: 10px 0 0 10px
}

.car-wash-feature-tab li:last-child a {
  border-radius: 0 10px 10px 0
}

.car-wash-feature-tab li a.active,
.car-wash-feature-tab li a:hover {
  border: 1px solid #ec7323
}

.write-us-banner {
  margin-top: 50px;
  display: block;
  padding: 200px 0 110px;
  text-align: center;
  position: relative
}

.write-us-banner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 33, 34, .9)
}

.write-us-banner .container {
  position: relative
}

.write-us-banner h1 {
  margin: 0 0 30px;
  color: #fff;
  font-size: 40px
}

.write-us-banner p {
  margin: 0;
  color: #fff;
  font-size: 20px
}

.write-for-us-main h2 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.4
}

.write-for-us-main p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px
}

.write-for-us-main p:last-child {
  margin-bottom: 0
}

.write-for-us-main ul {
  margin-bottom: 30px
}

.write-for-us-main ul:last-child {
  margin-bottom: 0
}

.write-for-us-main ul li {
  color: #6a6d6f;
  font-size: 16px;
  line-height: 1.8;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px
}

.write-for-us-main ul li:before {
  content: "\f061";
  display: block;
  font-weight: 900;
  
  position: absolute;
  left: 0;
  top: 0
}

.write-for-us-main ul li:last-child {
  margin-bottom: 0
}

.write-for-us-main .row {
  margin-bottom: 50px
}

.write-for-us-main .row:nth-child(odd) .col-lg-7 {
  order: 2
}

.write-for-us-main .row:nth-child(odd) .col-lg-5 {
  order: 1
}

.write-for-us-cta {
  padding: 0 15px;
  text-align: center;
  position: relative
}

.write-for-us-cta .container {
  position: relative;
  padding: 70px 15px;
  background-color: #fbfbfb
}

.write-for-us-cta h3 {
  margin-bottom: 30px;
  font-size: 35px
}

.write-for-us-cta .btn-custome {
  font-size: 16px
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .types-of-ar-platform-box {
    height: 190px
  }

  .footer_box ul li {
    display: block
  }

  .footer_box ul li p {
    width: calc(100% - 30px)
  }

  .footer_box ul li i svg {
    width: auto
  }

  .blog-post_title {
    height: auto;
    overflow: visible
  }
}

img.lazywithloader {
  display: block;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center
}

img.lazywithloader.loadsuccessfully {
  background-image: none
}

@media (min-width:2100px) {
  .about-bg-section {
    width: 28%
  }
}

@media (min-width:2400px) {
  .about-bg-section {
    width: 30%
  }
}

@media (max-width:1800px) {
  .about-bg-section {
    width: 21%
  }
}

@media (max-width:1600px) {
  .home .tenc-intro-main__wrapper h1 {
    font-size: 48px;
    margin-bottom: 20px
  }

  .banner-main__wrapper h1,
  .tenc-intro-main__wrapper h1 {
    font-size: 40px;
    margin-bottom: 20px
  }

  .innerbanner h1,
  .innerbanner h1.f-40 {
    font-size: 50px;
    
    margin-top: 30px;
  }

  .tenc-intro-main__wrapper h2 {
    font-size: 36px
  }

  .banner-main__wrapper p,
  .innerbanner p {
    font-size: 17px
  }

  .tenc-intro-main__wrapper .banner_deveploment_main a {
    font-size: 17px
  }

  .banner {
    min-height: 650px
  }

  .video {
    max-height: 650px;
    min-height: 650px
  }

  .about-bg-section {
    width: 18%
  }

  .about h3 {
    font-size: 26px
  }

  .scrollmobilebanner .bannerfixedimagewidth {
    bottom: -100px
  }

  .bannerfixedscrollimagewrap {
    width: 300px
  }

  main {
    margin-bottom: 610px
  }

  .footer-main {
    height: 350px
  }

  .foot-center-col {
    padding: 35px 15px 30px
  }

  .foot-center-col h4 {
    margin-bottom: 20px;
    color: #ef3139;
  }

  .foot-menu ul li {
    margin-bottom: 8px
  }

  .foot-exp-text-button {
    margin-bottom: 15px !important
  }

  .foot-exp-text-wrap .btn-custome {
    font-size: 14px
  }

  .foot-exp-char {
    width: auto
  }

  .footer-center-market-list .item img {
    height: 125px
  }

  .foot-exp-text-wrap {
    width: calc(100% - 120px)
  }

  .foot-exp-text-button .exp {
    font-size: 36px
  }

  .foot-exp-text-button .indus {
    font-size: 22px
  }

  .foot-social {
    margin-top: 5px;
    margin-left: 205px;
  }

  .footer-center {
    padding: 20px 0 0
  }

  .footer-center-top-market {
    padding: 10px 0
  }

  .footer-bottom {
    padding: 18px 0;
    background: #022d62;
  }

  .bannerfixedimagewidth {
    width: 36%
  }

  .bannerfixedimagewidth.landscape {
    width: 40%
  }

  .portfolio-title h3 {
    font-size: 24px
  }

  .portfolio-preview-thumb img.portrait {
    height: 550px;
    margin: 0 auto;
    display: block
  }

  .thank-you-v3 .founder-image {
    width: 580px
  }

  .banner.height668 {
    min-height: 625px
  }

  .banner.height668 .video {
    min-height: 625px;
    max-height: 625px
  }
}

@media (max-width:1500px) {
  .container-2 {
    max-width: 1170px
  }

  .service-web-inner:before {
    top: 60px;
    height: calc(100% - 90px);
    width: 35%
  }

  .portfolio-preview-thumb img.portrait {
    height: 500px;
    margin: 0 auto;
    display: block
  }

  .portfolio-preview-main-logo-text .appname {
    font-size: 34px
  }

  .portfolio-preview-main-logo-text .moreaboutapp {
    font-size: 22px
  }

  .banner.height668 {
    min-height: 560px
  }

  .banner.height668 .video {
    min-height: 560px;
    max-height: 560px
  }

  .our-history-detail-image {
    margin-left: 45px
  }

  .similar-app-white-main .similar-app-content-wrap {
    padding: 20px 40px
  }

  .similar-app-white-main:before {
    height: 75%;
    top: 13%
  }

  .write-us-banner h1 {
    font-size: 36px
  }

  .write-for-us-cta .container {
    padding: 60px 15px
  }

  .write-for-us-cta h3 {
    font-size: 32px
  }
}

@media (max-width:1440px) {
  .megatext .big {
    font-size: 28px
  }

  .megatext span {
    font-size: 24px
  }

  .megatext a {
    font-size: 20px
  }

  .sub-menu>li>a {
    font-size: 15px;
    padding: 15px 10px 15px 15px
  }

  .sub-level2>li {
    padding: 7px 0
  }

  .submenuicon svg {
    width: 27px;
    height: 27px
  }

  .mainmenuicon svg {
    width: 43px;
    height: 43px
  }

  .megactasection {
    padding: 13px 15px
  }

  .megactasection .or {
    font-size: 20px
  }

  .megactasection .btn-custome {
    padding: 15px 20px;
    font-size: 17px
  }

  .home .tenc-intro-main__wrapper h1 {
    font-size: 40px
  }

  .banner-main__wrapper h1,
  .tenc-intro-main__wrapper h1 {
    font-size: 32px;
    margin-bottom: 20px
  }

  .tenc-intro-main__wrapper p {
    font-size: 19px
  }

  .innerbanner h1,
  .innerbanner h1.f-40 {
    font-size: 50px;
    
    margin-top: 30px;
  }

  .tenc-intro-main__wrapper h2 {
    font-size: 28px
  }

  .banner-main__wrapper p,
  .innerbanner p {
    font-size: 16px
  }

  .tenc-intro-main__wrapper .banner_deveploment_main a {
    font-size: 15px;
    margin-right: 0
  }

  .banner_deveploment_main .author_text h1 {
    font-size: 38px
  }

  .banner {
    min-height: 540px
  }

  .video {
    max-height: 540px;
    min-height: 540px
  }

  .tenc-intro-main__wrapper p {
    margin-bottom: 20px;
    
    margin-top: -16px;
  }

  .innerbannerform textarea.form-control {
    height: 75px
  }

  .innerbannerform {
    padding: 20px 20px
  }

  .about-bg-section {
    width: 15%
  }

  .scrollmobilebanner .bannerfixedimagewidth {
    bottom: -160px
  }

  .bannerfixedscrollimagewrap {
    width: 280px
  }

  main {
    margin-bottom: 580px
  }

  .footer-main {
    height: 402px;
    border-top: 8px solid #ef3139;
  }

  .foot-center-col {
    padding: 35px 15px 15px
  }

  .foot-center-col h4 {
    margin-bottom: 15px
  }

  .bannerfixedimagewidth {
    width: 29%
  }

  .bannerfixedimagewidth.landscape {
    width: 33%
  }

  .similar-app-content-wrap {
    padding: 30px 30px
  }

  .similar-app-image-wid {
    width: 50%
  }

  .similar-app-content h2 {
    font-size: 22px;
    margin-bottom: 20px
  }

  .similar-app-content p {
    margin-bottom: 20px
  }

  .error-message h2 {
    font-size: 45px
  }

  .error-message {
    padding: 60px 0
  }

  .thank-you-v3 .founder-image {
    width: 540px
  }

  .write-for-us-main h2 {
    font-size: 24px
  }
}

@media (max-width:1360px) {
  .about-bg-section {
    width: 12%
  }

  .uiux-design-process-content-image.left-image:before {
    left: 20px
  }

  .uiux-design-process-content-image.right-image:before {
    right: 20px
  }

  .scrollmobilebanner .bannerfixedimagewidth {
    margin-right: 60px;
    bottom: -220px
  }

  .bannerfixedscrollimagewrap {
    width: 300px
  }
}

@media (max-width:1169px) {
  .nav-is-visible main {
    transform: translateX(0)
  }
}

@media (max-width:1199px) {
  .title h2 {
    font-size: 30px
  }

  h3 {
    font-size: 24px
  }

  .breadcrumb {
    bottom: 70px
  }

  .main-navbar .navbar-nav>li {
    padding: 0 5px
  }

  .about-bg-section {
    width: 120px
  }

  .about h3 {
    font-size: 24px
  }

  .testimonials_circle li:nth-child(2) {
    transform: translate(-30%, 40%)
  }

  .testimonials_circle li:nth-child(3) {
    transform: translate(46%, -50%)
  }

  .testimonials_circle li:nth-child(4) {
    transform: translate(-30%, -40%)
  }

  .testimonials_circle li:nth-child(6) {
    transform: translate(30%, -40%)
  }

  .testimonials_circle li:nth-child(7) {
    transform: translate(-46%, -50%)
  }

  .testimonials_circle li:nth-child(8) {
    transform: translate(30%, 40%)
  }

  .hire_box {
    min-height: inherit
  }

  .hire_box span {
    min-height: 50px
  }

  .sub-menu>li>a {
    font-size: 14px;
    padding: 15px 10px 15px 10px
  }

  .mainmenuicon svg {
    width: 40px;
    height: 40px
  }

  .sub-level2>li>a {
    font-size: 13px
  }

  .submenuicon svg {
    width: 25px;
    height: 25px
  }

  .megactasection {
    padding: 15px 15px
  }

  .megatext .big {
    font-size: 22px
  }

  .megatext span {
    font-size: 20px
  }

  .megatext a {
    font-size: 18px
  }

  .megactasection .or {
    font-size: 18px
  }

  .megactasection .btn-custome {
    padding: 17px 30px;
    font-size: 16px
  }

  .top-left-part a,
  .top-right-part span {
    font-size: 11px
  }

  .top-right-part a {
    font-size: 11px
  }

  .solutions-box {
    min-height: 350px
  }

  .m-height-450 .mhbox {
    min-height: 490px
  }

  .m-height-380 .mhbox {
    min-height: 420px
  }

  .m-height-340 .mhbox {
    min-height: 400px
  }

  .m-height-320 .mhbox {
    min-height: auto
  }

  .m-height-300 .mhbox {
    min-height: 330px
  }

  .m-height-280 .mhbox {
    min-height: 320px
  }

  .m-height-260 .mhbox {
    min-height: 300px
  }

  .m-height-240 .mhbox {
    min-height: 270px
  }

  .m-height-220 .mhbox {
    min-height: 240px
  }

  .m-height-170 .mhbox {
    min-height: 190px
  }

  .m-height-130 .mhbox {
    min-height: 145px
  }

  .service-main-content h2 {
    font-size: 24px
  }

  .what-we-offer-main-listing .row {
    padding-top: 60px
  }

  .what-we-offer-main-listing-title h2,
  .what-we-offer-main-listing-title h3 {
    font-size: 26px
  }

  .web-why-choose-main-box {
    min-height: 360px
  }

  .web-why-go-content h3 {
    font-size: 26px
  }

  .ar-services-detail-icon {
    margin-bottom: 20px
  }

  .ar-services-detail-content h5 {
    font-size: 20px;
    margin-bottom: 15px
  }

  .ar-services-list-section {
    padding-top: 50px
  }

  .ar-why-choose-content-box {
    min-height: 330px
  }

  .meet-the-team-content h2 {
    font-size: 28px
  }

  .about-leadership-title {
    font-size: 24px
  }

  .about-leadership-image {
    min-height: 450px
  }

  .our-award-section .item {
    padding: 0 10px
  }

  .our-award-section .item img {
    height: 155px
  }

  .mission-n-vision-box {
    min-height: 425px
  }

  .our-core-value-box {
    min-height: 350px
  }

  .our-process-content {
    padding: 30px 25px
  }

  .our-process-content-box .number {
    font-size: 50px
  }

  .our-work-process-slider-section .progressbar .holder .bar {
    max-width: 900px
  }

  .our-work-process-slider-section .progressbar .holder .labels .label-item a {
    font-size: 14px
  }

  .mvp-what-we-offer-box {
    min-height: 510px
  }

  .mvp-process-dev-box {
    min-height: 410px
  }

  .mvp-why-choose-dev-box-wrap {
    padding: 30px 20px 30px 65px
  }

  .mvp-why-choose-dev-icon {
    width: 100px;
    height: 100px
  }

  .mvp-why-choose-dev-content {
    width: calc(100% - 115px)
  }

  .mvp-why-choose-dev-icon svg {
    width: 48px;
    height: 48px
  }

  .game-service-offer-box {
    min-height: 400px
  }

  .game-what-we-offer-box {
    min-height: 300px
  }

  .best-game-dev-company-box {
    min-height: 270px
  }

  .blog-list-desc h2 {
    font-size: 24px
  }

  .blog-sidebar-box {
    padding: 25px 20px
  }

  .blog-sidebar-box h3 {
    font-size: 22px
  }

  .blog-detail-content h2 {
    font-size: 20px
  }

  .blog-detail-content h3 {
    font-size: 18px
  }

  .blog-detail-content h4 {
    font-size: 18px
  }

  .blog-detail-content p {
    font-size: 16px
  }

  .blog-detail-content ol li,
  .blog-detail-content ul li {
    font-size: 16px
  }

  .blog-detail-content details summary {
    font-size: 16px
  }

  .blockquote p,
  blockquote p {
    font-size: 18px
  }

  .blog-sidebar-box .header_social li a {
    width: 40px;
    height: 40px;
    font-size: 20px
  }

  .blog-detail-image {
    height: auto
  }

  .rel-post-box {
    min-height: 510px
  }

  .rel-post-info-box {
    padding: 0 15px 10px
  }

  .rel-post-date {
    padding-top: 8px;
    padding-bottom: 5px
  }

  .pagination li a,
  .pagination li a[rel=next],
  .pagination li a[rel=prev] {
    padding: 13px 17px
  }

  .game-experties-inner-box {
    min-height: 360px
  }

  .our-expert-build-box {
    padding: 15px 20px
  }

  main {
    margin-bottom: 0
  }

  .footer-main {
    height: auto;
    position: relative;
    z-index: inherit
  }

  .footer_box h5 {
    font-size: 24px;
    margin-bottom: 15px
  }

  .foot-center-col {
    padding: 30px 15px
  }

  .foot-center-col:nth-child(1) {
    padding: 0 15px 30px
  }

  .foot-exp-wrap {
    border-top: 1px solid rgba(245, 133, 31, .3);
    padding-top: 30px;
    padding-left: 0
  }

  .foot-exp-box {
    max-width: 480px;
    width: 100%;
    margin: 0 auto
  }

  .foot-exp-text-button .exp {
    font-size: 36px
  }

  .foot-exp-text-button .indus {
    font-size: 22px
  }

  .foot-center-col:nth-child(3) .foot-menu {
    padding-left: 0
  }

  .footer-center-market-list .item {
    margin-right: 15px
  }

  .footer-center-market-list .item img {
    height: 110px
  }

  .ins-msg-content-wrap .contentrow img {
    margin-left: -90px
  }

  .ins-msg-app-panels-content h3 {
    font-size: 22px;
    margin-bottom: 15px
  }

  .why-you-invest-box {
    min-height: 270px
  }

  .real-time-app-content .top {
    font-size: 22px
  }

  .real-time-app-content h4 {
    font-size: 30px
  }

  .faq-list-title a {
    font-size: 16px
  }

  .similar-app-image-wid img {
    width: 63%
  }

  .fitness .similar-app-image-wid .img1 {
    width: 70%
  }

  .fitness .similar-app-image-wid .img2 {
    width: 56%
  }

  .similar-app-white-main:before {
    height: 80%;
    top: 10%
  }

  .why-erp-main .game-service-offer-box {
    min-height: 315px
  }

  .custom-erp-main .game-what-we-offer-box {
    min-height: 375px
  }

  .invest-erp-main .why-you-invest-box {
    min-height: 350px
  }

  .why-crm-main .game-service-offer-box {
    min-height: 390px
  }

  .technology-box li {
    min-height: 240px
  }

  .uiux-service-content {
    min-height: 300px
  }

  .uiux-service-content h3 {
    font-size: 18px
  }

  .uiux-design-process-content-image.left-image:before {
    left: 10px
  }

  .uiux-design-process-content-image.right-image:before {
    right: 10px
  }

  .uiux-design-process-content-image:after {
    width: 51%;
    height: 320px;
    background-size: contain
  }

  .uiux-design-process-content .number {
    font-size: 36px
  }

  .uiux-design-process-content h5 {
    font-size: 22px
  }

  .contact-form-main {
    margin-top: -90px
  }

  .schedule-meeting-content h3 {
    font-size: 20px
  }

  .schedule-meeting-content h4 {
    margin-bottom: 20px;
    font-size: 24px
  }

  .contact-follow-us-section {
    padding: 20px 0 0
  }

  .schedule-meeting-content {
    padding: 0 15px 30px
  }

  .map-tabs-nav {
    width: 40%
  }

  .map-tabs-iframe {
    width: 60%
  }

  .map-tabs-nav li h4 {
    right: 20px;
    bottom: 20px;
    margin: 0;
    font-size: 22px
  }

  .solution-we-offer-content {
    max-width: 340px
  }

  .similar-app-option3-main .fixedimage {
    max-width: 80%;
    float: left
  }

  .similar-app-option3-main .fixedimage .img2 {
    left: 42%;
    top: 100px;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }

  .similar-app-option3-main:hover .fixedimage .img2 {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }

  .similar-app-option3-main .content-logo-name .mainname {
    font-size: 28px
  }

  .similar-app-option3-main .content-logo-name .subname {
    font-size: 16px
  }

  .types-of-social-media-box {
    min-height: 355px
  }

  .our-process-step-listing .our-process-step-row:nth-child(odd) .our-process-image-box {
    margin-left: 25px
  }

  .our-process-step-listing .our-process-step-row:nth-child(even) .our-process-image-box {
    margin-right: 25px
  }

  .advantage-of-real-estate-main .web-why-choose-us-inner-box {
    min-height: 310px
  }

  .real-estate-type-main .game-what-we-offer-box {
    min-height: 360px
  }

  .error-main {
    align-items: center !important
  }

  .thank-you-process-step-box .step-arrow {
    padding-left: 60px
  }

  .thank-you-founder-img {
    margin: 0 25px -40px 20px
  }

  .privacy-policy h2 {
    font-size: 26px
  }

  .privacy-policy h3 {
    font-size: 22px
  }

  .tideway-box {
    min-height: 400px
  }

  .custom-cms-main .game-what-we-offer-box {
    min-height: 425px
  }

  .thank-you-v3 .content h2 {
    font-size: 45px
  }

  .thank-you-v3 .content p {
    font-size: 20px
  }

  .thank-you-v3 .bglightorange {
    margin-top: 40px;
    font-size: 20px
  }

  .thank-you-v3 .bglightorange span {
    font-size: 32px
  }

  .thank-you-v3 .messagetext {
    font-size: 20px
  }

  .chatbot-adv-box {
    min-height: 250px
  }

  .chatbot-platform-box {
    min-height: 245px
  }

  .portfolio-preview-main-logo-text .appname {
    font-size: 30px
  }

  .portfolio-preview-main-logo-text .moreaboutapp {
    font-size: 20px
  }

  .hire-team-sticky-content .ttl1 {
    font-size: 18px
  }

  .write-us-banner {
    padding: 100px 0
  }

  .write-us-banner h1 {
    font-size: 30px
  }

  .write-us-banner p {
    font-size: 18px
  }

  .write-for-us-cta .container {
    padding: 50px 15px;
    max-width: 800px
  }

  .write-for-us-cta h3 {
    font-size: 28px
  }

  .cta.fullwidth .cd-headline span {
    font-size: 22px
  }

  .cta.fullwidth:before {
    width: calc(50% - 150px)
  }

  .cta.fullwidth .btn-col:before {
    left: 110px
  }
}

@media (max-width:1024px) {
  header {
    top: 0 !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9999999;
    box-shadow: 0 1px 11px -2px rgba(0, 0, 0, .5)
  }

  .navbar-brand>img {
    height: 40px;
    display: inline-block
  }

  header.white-bg .navbar {
    padding: 0;
    margin-bottom: 0
  }

  .mobile_menu {
    display: block;
    z-index: 99999999
  }

  .navbar-header>a {
    float: none;
    width: 250px;
    display: inline-block;
    padding: 2px 0;
    margin: 0 auto
  }

  .navbar-header {
    width: 100%;
    text-align: center;
    padding: 0
  }

  .navbar-header>a>img {
    height: 40px
  }

  #share_btn {
    display: block
  }

  #top {
    width: 220px;
    position: fixed;
    right: -220px;
    top: 50px;
    background: #fff;
    transition: all .5s ease;
    z-index: -99;
    box-shadow: -3px 4px 10px 0 rgba(0, 0, 0, .3);
    overflow: auto;
    height: 100vh
  }

  #top .d-flex {
    display: block !important
  }

  #top p {
    display: none
  }

  #estimate-mobile-btn {
    display: block
  }

  .show_top {
    right: 0 !important
  }

  .header_contact {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    color: #000;
    margin-bottom: -5px
  }

  .header_contact li {
    width: 100%;
    float: left;
    border-right: none;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 10px 0;
    font-size: 16px
  }

  .header_contact li a {
    color: #000
  }

  .header_social {
    width: 100%;
    text-align: center
  }

  .header_social li a {
    opacity: 1;
    width: 35px;
    height: 35px;
    margin: 5px 0;
    font-size: 16px
  }

  .header_social li a span {
    font-size: 16px;
    position: absolute;
    left: 50px;
    
    color: #000;
    margin-left: 10px
  }

  .header_social li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    display: inline-flex
  }

  .megamenu,
  .navbar-nav {
    display: none
  }

  .main-navbar {
    padding: 3px 0;
    border-radius: 0
  }

  nav.navbar {
    padding: 0
  }

  #rev_slider h1 .tp-caption {
    font-size: 28px !important;
    line-height: 1.1 !important
  }

  #servicesTab {
    padding: 25px 10px
  }

  #servicesTab li {
    padding: 0
  }

  .process-box {
    min-height: 280px
  }

  .testimonials_left {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .testimonials_circle {
    height: 400px;
    width: 400px
  }

  #technologies_tabs li {
    padding: 0 10px;
    font-size: 13px
  }

  .call_shedule_img {
    margin: 10px auto 50px;
    float: none
  }

  .blog_box-caption {
    padding: 0 7px 20px
  }

  .blog_author_img {
    width: 60px;
    height: 60px
  }

  .blog_box-caption ul li {
    font-size: 12px
  }

  .blog_box-caption h4 {
    font-size: 16px
  }

  .work_logo {
    width: 230px;
    min-width: auto;
    padding: 10px 15px
  }

  .work_rating {
    padding: 22px 5px
  }

  #footer_bottom .header_social {
    text-align: right
  }

  #footer_bottom .header_social li {
    width: auto;
    border: none;
    margin: 0 2px
  }

  .mobile_app_service_box {
    min-height: 500px
  }

  .tenc-intro-main__wrapper>.container {
    margin-top: -70px
  }

  .blog-slider .item .blog-post_content {
    padding: 0 12px 18px 12px
  }

  .blog-slider .author_post a {
    font-size: 12px
  }

  .blog-slider .date_post {
    font-size: 12px
  }

  .bannerfixedscrollimagewrap {
    width: 320px
  }

  .scrollmobilebanner .bannerfixedimagewidth {
    bottom: -180px
  }

  @keyframes bannermobilescroll {
    10% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
    }

    50% {
      -webkit-transform: translateY(-29%);
      -ms-transform: translateY(-32%);
      transform: translateY(-32%)
    }

    90% {
      -webkit-transform: translateY(calc(-100% + 40vw));
      -ms-transform: translateY(calc(-100% + 40vw));
      transform: translateY(calc(-100% + 40vw))
    }

    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
    }
  }

  @-webkit-keyframes bannermobilescroll {
    10% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
    }

    50% {
      -webkit-transform: translateY(-29%);
      -ms-transform: translateY(-32%);
      transform: translateY(-32%)
    }

    90% {
      -webkit-transform: translateY(calc(-100% + 40vw));
      -ms-transform: translateY(calc(-100% + 40vw));
      transform: translateY(calc(-100% + 40vw))
    }

    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
    }
  }

  .head-call-back-sidebar {
    left: 0;
    width: 100%
  }

  .head-call-back-sidebar-main {
    max-width: 500px;
    margin: 0 auto;
    width: 100%
  }

  .web-why-choose-main-box {
    min-height: 380px
  }

  .what-we-offer-main-slider-section {
    display: none !important
  }

  .what-we-offer-main-slider-section+div {
    height: 0 !important
  }

  .what-we-offer-main-listing .row:first-child {
    padding-top: 0
  }

  .portfolio-preview-box {
    padding: 60px 0
  }

  .portfolio-listing-box:hover {
    background-color: #fff
  }

  .portfolio-listing-box:hover .portfolio-listing-icon svg * {
    fill: #202122
  }

  .portfolio-listing-box:hover .portfolio-listing-icon span {
    color: #202122
  }

  .portfolio-listing-box.current {
    background-color: #ec7323
  }

  .portfolio-listing-box.current .portfolio-listing-icon svg * {
    fill: #fff
  }

  .portfolio-listing-box.current .portfolio-listing-icon span {
    color: #fff
  }

  .portfolio-preview-box.section {
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    min-height: 100vh;
    transform: inherit !important
  }

  .portfolio-preview-wrap {
    height: auto !important
  }

  .our-work-process-slider-section {
    display: none !important
  }

  .our-work-process-slider-section+div {
    height: 0 !important
  }

  .our-work-process-section .title {
    margin-bottom: 40px
  }

  .bannerfixedimagewidth {
    width: 36%
  }

  .bannerfixedimagewidth.landscape {
    width: 40%
  }

  .similar-app-slider {
    padding-bottom: 0
  }

  .similar-app-slider .slick-arrow {
    position: absolute;
    bottom: 50px;
    border: 0;
    background: 0 0;
    cursor: pointer;
    z-index: 1;
    
    font-size: 0;
    font-weight: 900;
    width: 40px;
    height: 40px;
    background: #ec7323;
    color: #fff;
    border-radius: 5px;
    outline: 0 !important
  }

  .similar-app-slider .slick-arrow.slick-next {
    right: 44%
  }

  .similar-app-slider .slick-arrow.slick-prev {
    left: 44%
  }

  .similar-app-slider .slick-arrow:before {
    font-size: 18px
  }

  .similar-app-slider .slick-arrow.slick-next:before {
    content: "\f105"
  }

  .similar-app-slider .slick-arrow.slick-prev:before {
    content: "\f104"
  }

  .similar-app-slider .slick-arrow:hover {
    background-color: #202122
  }

  .head-contact-info {
    display: block
  }

  .type-of-ar-list-item:hover .type-of-ar-list-icon {
    background-color: inherit;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
  }

  .type-of-ar-list-item:hover .type-of-ar-list-icon svg path {
    fill: inherit
  }

  .type-of-ar-list-item:hover .type-of-ar-list-box h4 {
    color: inherit
  }

  .type-of-ar-list-item.slick-current .type-of-ar-list-icon {
    background-color: #ec7323;
    box-shadow: none
  }

  .type-of-ar-list-item.slick-current .type-of-ar-list-icon svg path {
    fill: #fff
  }

  .type-of-ar-list-item.slick-current .type-of-ar-list-box h4 {
    color: #ec7323
  }

  .thank-you-banner {
    min-height: 240px !important
  }

  .cookiealert,
  .hire-team-sticky-section {
    max-width: 100%
  }
}

@media (min-width:992px) {
  .web-app-sev-lang-collapse .tab_list {
    display: flex;
    max-width: 470px;
    float: right;
    flex-wrap: wrap
  }

  .web-app-sev-lang-collapse .card {
    border: none
  }

  .web-app-sev-lang-collapse .card .card-header {
    display: none
  }

  .web-app-sev-lang-collapse .card .collapse {
    display: block
  }
}

@media (max-width:991px) {
  .title h2 {
    font-size: 26px
  }

  .h4,
  h4 {
    font-size: 20px
  }

  h3 {
    font-size: 22px
  }

  .about,
  .padding-60 {
    padding: 50px 0
  }

  .padding-120-60 {
    padding: 110px 0 50px
  }

  .padding-6030 {
    padding: 50px 0 20px
  }

  .padding-00-30 {
    padding: 0 0 20px
  }

  .padding-60-00 {
    padding: 50px 0 0
  }

  .padding-00-60 {
    padding: 0 0 50px
  }

  .title {
    margin-bottom: 40px
  }

  .about-video-img {
    margin: 0 30px 50px
  }

  .about-video-img img {
    width: 90%
  }

  .counter-section li {
    width: 50%;
    padding: 20px 20px
  }

  .counter-section {
    flex-wrap: wrap
  }

  #servicesTab li {
    padding: 20px 5px
  }

  .servicesTabContent_text {
    margin-top: 50px
  }

  .technologies_icons {
    flex-wrap: wrap;
    justify-content: center !important
  }

  .technologies_icons li {
    min-width: 100px
  }

  .technologies_icons {
    flex-wrap: wrap;
    justify-content: center !important
  }

  .process-items:before {
    display: none
  }

  .process-items i {
    display: none
  }

  .process-items {
    padding: 0 15px
  }

  .about {
    overflow: hidden
  }

  #footer_bottom .header_social {
    text-align: center;
    margin-bottom: 10px
  }

  #rev_slider .tp-caption {
    max-width: 500px !important;
    width: 100%;
    min-width: 500px !important
  }

  #rev_slider .tp-caption>br {
    display: none
  }

  .app-service-tab-text {
    margin-top: 10px;
    text-align: center
  }

  .app-service-tab-content img {
    display: inline-block
  }

  .app-service-tab-content .order-lg-1 {
    text-align: center
  }

  .banner-2 {
    min-height: inherit
  }

  .banner-2 .video img {
    min-height: 1000px
  }

  .banner-2 .banner-main__wrapper {
    align-items: flex-start;
    position: relative;
    padding: 50px 0 110px
  }

  .video {
    min-height: inherit;
    max-height: inherit;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0
  }

  .testimonials_text_slider {
    padding-left: 0
  }

  .process-box {
    min-height: 260px
  }

  .tenc-intro-main__wrapper>.container {
    margin-top: 0
  }

  .about .video-area-wrapper {
    max-width: 600px;
    width: 100%;
    margin: 0 auto
  }

  .about-bg-section {
    display: none !important
  }

  .about .counter-section {
    padding-left: 0
  }

  .about h3 {
    font-size: 22px
  }

  .why-choose-box {
    min-height: 265px
  }

  .hire-team-sticky-section {
    max-width: 100%;
    padding: 15px 10px
  }

  .hire-team-sticky-btn-wrap .close {
    top: -15px;
    right: 0;
    position: absolute
  }

  .hire-team-sticky-icon {
    width: 50px
  }

  .hire-team-sticky-content {
    width: calc(100% - 220px);
    padding: 0 15px
  }

  .hire-team-sticky-content .ttl1 {
    font-size: 14px
  }

  .hire-team-sticky-content .ttl2 {
    font-size: 12px
  }

  .hire-team-sticky-btn {
    width: 170px
  }

  .hire-team-sticky-btn-wrap .btn:before {
    display: none
  }

  .bannerfixedscrollimagewrap {
    width: 80%
  }

  .scrollmobilebanner .bannerfixedimagewidth {
    text-align: center;
    bottom: 0;
    margin: 30px auto 30px !important
  }

  @keyframes bannermobilescroll {
    10% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
    }

    50% {
      -webkit-transform: translateY(-22%);
      -ms-transform: translateY(-25%);
      transform: translateY(-25%)
    }

    90% {
      -webkit-transform: translateY(calc(-50% + 40vw));
      -ms-transform: translateY(calc(-50% + 40vw));
      transform: translateY(calc(-50% + 40vw))
    }

    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
    }
  }

  @-webkit-keyframes bannermobilescroll {
    10% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
    }

    50% {
      -webkit-transform: translateY(-22%);
      -ms-transform: translateY(-25%);
      transform: translateY(-25%)
    }

    90% {
      -webkit-transform: translateY(calc(-50% + 40vw));
      -ms-transform: translateY(calc(-50% + 40vw));
      transform: translateY(calc(-50% + 40vw))
    }

    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
    }
  }

  .solutions-box {
    min-height: 285px
  }

  .m-height-450 .mhbox {
    min-height: 450px
  }

  .m-height-340 .mhbox {
    min-height: 470px
  }

  .m-height-320 .mhbox {
    min-height: auto
  }

  .m-height-240 .mhbox {
    min-height: 330px
  }

  .m-height-220 .mhbox {
    min-height: 260px
  }

  .m-height-170 .mhbox {
    min-height: 240px
  }

  .m-height-130 .mhbox {
    min-height: 185px
  }

  .innerbanner {
    min-height: inherit
  }

  .innerbanner .video {
    min-height: inherit;
    max-height: inherit;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0
  }

  .innerbanner .tenc-intro-main__wrapper {
    position: relative;
    padding: 50px 0 110px
  }

  .innerbanner h1,
  .innerbanner h1.f-40 {
    font-size: 50px;
    
    margin-top: 30px;
  }

  .home .tenc-intro-main__wrapper h1 {
    font-size: 36px
  }

  .banner-main__wrapper h1,
  .tenc-intro-main__wrapper h1 {
    font-size: 26px;
    margin-bottom: 20px
  }

  .tenc-intro-main__wrapper p {
    font-size: 16px
  }

  .tenc-intro-main__wrapper a {
    font-size: 16px;
    padding: 12px 20px
  }

  .tenc-intro-main__wrapper .or {
    font-size: 18px
  }

  .tenc-intro-main__wrapper h2 {
    font-size: 24px;
    margin: 0 0 20px
  }

  .innerbanner .tenc-intro-main__wrapper p {
    font-size: 16px
  }

  .innerbanner .breadcrumb {
    bottom: 70px
  }

  .breadcrumb.no-company-logo {
    bottom: 20px
  }

  .banner_deveploment_main .author_img_box {
    margin-right: 5%
  }

  .banner_deveploment_main .author_text h1 {
    font-size: 30px
  }

  .banner_deveploment_main .author_text small {
    font-size: 18px
  }

  .blogauthore .breadcrumb {
    bottom: 30px
  }

  .banner_deveploment_main .center-item {
    padding-top: 30px
  }

  .innerbanner .tenc-intro-main__wrapper {
    display: block
  }

  .bannerfixedimage {
    position: relative
  }

  .bannerfixedimagewidth,
  .bannerfixedimagewidth.landscape {
    float: none;
    margin: 30px auto -60px
  }

  .what-we-offer-main-listing .row:first-child {
    padding-top: 0
  }

  .what-we-offer-main-listing .row:last-child {
    padding-bottom: 30px
  }

  .what-we-offer-main-listing-title h2,
  .what-we-offer-main-listing-title h3 {
    font-size: 24px
  }

  .what-we-offer-main-listing-img {
    margin-right: 0
  }

  .what-we-offer-main-slider-section.scroll-to-fixed-fixed+div {
    height: 0 !important
  }

  .web-app-sev-lang-collapse .left-col {
    display: none
  }

  .web-app-sev-lang-collapse .right-col {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%
  }

  .web-app-sev-lang-collapse .content_wrapper {
    max-width: 100%
  }

  .web-app-sev-lang-collapse .tab_wrapper>ul {
    display: none
  }

  .web-app-sev-lang-collapse .accordian_header {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 45px 15px 25px;
    display: none;
    -webkit-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
    -moz-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
    box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
    border-radius: 5px
  }

  .web-app-sev-lang-collapse .accordian_header+.accordian_header {
    display: block
  }

  .web-app-sev-lang-collapse .accordian_header.active {
    color: #fff;
    background-color: #f5851f
  }

  .web-app-sev-lang-collapse .tab_content h3 {
    font-size: 26px
  }

  .web-app-sev-lang-collapse .accordian_header+.accordian_header {
    cursor: pointer;
    position: relative
  }

  .web-why-choose-us-main {
    padding: 95px 0 20px
  }

  .web-why-choose-main-box {
    padding: 25px 20px;
    min-height: 340px
  }

  .service-web-inner:before {
    display: none
  }

  .callouts-separate.webdevinner {
    margin: 50px auto 0
  }

  .web-why-go-content h3 {
    font-size: 24px
  }

  .type-of-ar-title {
    font-size: 22px
  }

  .types-of-ar-platform-section {
    padding-top: 90px
  }

  .types-of-ar-platform-box {
    min-height: 210px
  }

  .ar-why-choose-content-box {
    min-height: 280px
  }

  .callouts-separate+.ar-why-choose-us-section {
    padding-top: 100px
  }

  .banner.height668 {
    min-height: inherit
  }

  .banner.height668 .video {}

  .innerbanner.height668 .tenc-intro-main__wrapper {
    padding: 50px 0 50px
  }

  .portfolio-preview-content-box {
    margin-bottom: 30px;
    text-align: center
  }

  .portfolio-preview-thumb {
    text-align: center
  }

  .portfolio-preview-content-box .button-wrap {
    justify-content: center
  }

  .portfolio-preview-box {
    padding: 50px 0
  }

  .portfolio-preview-main-logo {
    justify-content: center
  }

  .option1.portfolio-listing-section {
    position: relative;
    top: 0
  }

  .option1.portfolio-listing-section>.container {
    padding: 0
  }

  .option1.portfolio-listing-section .d-flex {
    border-radius: 0
  }

  .portfolio-preview-main-logo-text .appname {
    font-size: 28px
  }

  .portfolio-preview-main-logo-text .moreaboutapp {
    font-size: 20px
  }

  .about-us-review-section {
    padding: 0 0 20px
  }

  .about-us-review-section .counter-section {
    max-width: 600px;
    width: 100%;
    margin: 0 auto
  }

  .about-leadership-image {
    min-height: 350px
  }

  .about-leadership-content {
    padding: 20px 20px
  }

  .about-leadership-title {
    font-size: 22px
  }

  .mission-n-vision-box {
    padding: 25px 25px
  }

  .our-core-value-box {
    min-height: 270px
  }

  .our-history-detail-image {
    margin: 30px 0 30px 30px
  }

  .our-history-detail-box {
    padding: 30px 20px
  }

  .our-history-detail-num {
    font-size: 40px
  }

  .our-history-detail-title {
    font-size: 22px;
    margin-bottom: 15px
  }

  .our-history-detail-icon svg {
    width: 90px;
    height: 90px
  }

  .our-history-detail-box-title-wrap {
    padding-right: 100px
  }

  .our-history-progress-bottom {
    margin-top: 30px
  }

  .our-work-process-section .title {
    margin-bottom: 40px
  }

  .our-process-step-row {
    padding: 50px 0 80px 0
  }

  .our-process-step-row .position-static {
    margin-left: 0 !important
  }

  .our-process-step-row:nth-child(even) .position-static {
    margin-right: 0 !important
  }

  .our-process-step-row:nth-child(even) .our-process-content-box .number {
    left: 40px;
    right: inherit
  }

  .our-process-content {
    padding: 30px 25px
  }

  .our-process-content h3 {
    font-size: 24px;
    margin-bottom: 12px;
    padding-left: 55px
  }

  .our-process-content-box .number {
    z-index: 1;
    left: 40px;
    right: inherit;
    font-size: 40px;
    top: 24px
  }

  .our-process-image-box {
    max-width: 570px;
    width: 100%;
    margin: 0 auto
  }

  .our-process-step-listing .our-process-step-row:nth-child(even) .our-process-image-box {
    margin: 0 auto
  }

  .our-process-step-listing .our-process-step-row:nth-child(odd) .our-process-image-box {
    margin: 0 auto
  }

  .our-process-step-row .position-static {
    margin-bottom: 40px
  }

  .mvp-what-we-offer-box {
    min-height: 530px
  }

  .mvp-process-dev-section {
    padding-bottom: 10px
  }

  .mvp-process-dev-box-wrap:before {
    display: none
  }

  .mvp-process-dev-box:after {
    display: none
  }

  .mvp-process-dev-box {
    margin: 0 0 50px;
    min-height: 390px
  }

  .mvp-process-dev-section .title {
    margin-bottom: 40px
  }

  .mvp-process-dev-box-wrap .row>div:nth-child(4) .mvp-process-dev-box:before,
  .mvp-process-dev-box-wrap .row>div:nth-child(5) .mvp-process-dev-box:before,
  .mvp-process-dev-box-wrap .row>div:nth-child(6) .mvp-process-dev-box:before {
    left: inherit;
    top: inherit;
    right: 40px;
    bottom: -27px;
    transform: inherit
  }

  .mvp-why-choose-dev-section .col-right {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mvp-why-choose-dev-box-wrap {
    padding: 20px 15px
  }

  .game-service-offer-box {
    margin: 50px 0 30px;
    min-height: 360px
  }

  .game-what-we-offer-box {
    min-height: 365px
  }

  .best-game-dev-company-box {
    min-height: 230px
  }

  #blog {
    margin-top: -50px
  }

  .innerbanner.blog {
    min-height: inherit
  }

  .innerbanner.blog {
    min-height: inhe.videorit;
    max-height: inherit
  }

  .innerbanner.blog .video img {
    min-height: inherit
  }

  .blog-list-desc h2 {
    font-size: 22px
  }

  .blog-banner-profile {
    margin: 40px auto 20px
  }

  .blog-detail-banner-box .author-name a,
  .blog-detail-banner-box .blog-category a,
  .blog-detail-banner-box .blog-date {
    font-size: 16px;
    padding: 0
  }

  .blog-detail-image {
    margin-bottom: 40px
  }

  .blog-detail-content h2 {
    font-size: 18px
  }

  .subscribe-section {
    padding: 30px 30px 20px
  }

  .about-blog-author-section {
    margin: 50px 0
  }

  .subscribe-text span {
    font-size: 24px
  }

  .subscribe-content-box {
    margin-bottom: 30px
  }

  .rel-post-box {
    min-height: 480px
  }

  .our-expert-build-box {
    padding: 20px 20px
  }

  .our-expert-build-content {
    width: 100%
  }

  .foot-social {
    margin-top: 30px
  }

  .foot-social .header_social .social-share-fixed {
    transform: translateY(-100%);
    white-space: normal;
    padding: 10px 40px 10px 10px
  }

  .foot-social .header_social li.social-share .icon {
    margin-right: 0;
    margin-bottom: 8px
  }

  .foot-social .header_social li.social-share .icon span {
    top: inherit;
    transform: translateX(100%);
    right: -5px
  }

  .footer-center-market-list {
    justify-content: center;
    padding-bottom: 0
  }

  .footer-center-market-list .item {
    margin: 0 7px 20px
  }

  .foot-vat-no {
    margin-bottom: 10px
  }

  .footer_box h5 {
    font-size: 22px
  }

  .foot-center-col h4 {
    font-size: 22px
  }

  .game-why-us-inner-image {
    margin-bottom: 30px
  }

  .bannerfixedimagewidth {
    width: 41%
  }

  .bannerfixedimagewidth.landscape {
    width: 50%
  }

  .ins-msg-content-wrap {
    padding: 30px 25px 20px 0;
    margin-bottom: 25px
  }

  .ins-msg-content-wrap .contentrow img {
    margin-left: 25px;
    width: 180px
  }

  .ins-msg-content-wrap .tab_content_wrap {
    width: calc(100% - 205px)
  }

  .ins-msg-tab-wrap .tab_list li {
    padding: 15px 15px
  }

  .ins-msg-tab-wrap .tab_list_title_icon {
    width: 30px;
    height: 30px
  }

  .ins-msg-tab-wrap .tab_list_title {
    width: calc(100% - 50px);
    font-size: 15px
  }

  .similar-app-image {
    position: relative;
    top: 0;
    padding: 0 15px 40px
  }

  .similar-app-image-wid {
    width: auto;
    margin: 0 auto
  }

  .similar-app-image-wid img {
    display: none;
    margin: 0 auto;
    width: auto
  }

  .similar-app-main:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
  }

  .similar-app-content-wrap:before {
    display: none
  }

  .similar-app-content-wrap {
    min-height: inherit;
    padding: 40px 0
  }

  .why-you-invest-main .mt-50 {
    margin-top: 0 !important
  }

  .why-you-invest-box {
    min-height: 260px
  }

  .real-time-app-main {
    padding: 30px 0
  }

  .real-time-app-main>.container>.row {
    align-items: center
  }

  .real-time-app-icon {
    width: 100%;
    margin: 0 auto
  }

  .real-time-app-content {
    margin-right: 20px
  }

  .real-time-app-content .top {
    font-size: 18px
  }

  .real-time-app-content h4 {
    font-size: 22px
  }

  .real-time-app-content .bottom {
    font-size: 16px
  }

  .car-wash-process-box {
    margin: 0 0 50px 0
  }

  .car-wash-process-box-wrap .wow:nth-child(3) .car-wash-process-box .bt.arrow {
    top: calc(100% + 15px);
    right: 0;
    line-height: 1;
    left: 0;
    width: 50px;
    text-align: center;
    margin: 0 auto;
    transform: rotate(90deg)
  }

  .car-wash-process-box-wrap .wow:nth-child(4) .car-wash-process-box .down.arrow {
    top: 35px;
    right: inherit;
    line-height: 1;
    left: -31px;
    width: 31px;
    text-align: center;
    transform: rotate(180deg)
  }

  .car-wash-process-box-wrap .wow:last-child .car-wash-process-box .bb.arrow {
    display: block;
    left: -31px;
    right: inherit
  }

  .car-wash-process-box-wrap .wow:nth-child(7) .car-wash-process-box .rotate.arrow {
    top: calc(100% + 15px);
    right: 30px;
    line-height: 1;
    left: inherit;
    bottom: inherit;
    width: 50px;
    text-align: center;
    margin: 0 auto;
    transform: rotate(90deg)
  }

  .car-wash-process-box-wrap .wow:nth-child(6) .car-wash-process-box .rotate.arrow {
    transform: inherit
  }

  .car-wash-process-box-wrap .wow:nth-child(5) .car-wash-process-box .rotate.arrow {
    display: none
  }

  .car-wash-feature-tab-content {
    margin-top: 50px
  }

  .other-demand-app-icon {
    margin: 0 auto 30px
  }

  .other-demand-app-box a {
    padding: 30px 15px
  }

  .similar-app-white-main:before {
    display: none
  }

  .similar-app-white-main .similar-app-image {
    padding: 30px 15px 0
  }

  .similar-app-white-main .similar-app-content-wrap {
    padding: 0
  }

  .why-erp-main .game-service-offer-box {
    min-height: 295px
  }

  .custom-erp-main .game-what-we-offer-box {
    min-height: 355px
  }

  .invest-erp-main .why-you-invest-box {
    min-height: 310px
  }

  .why-crm-main .game-service-offer-box {
    min-height: 340px
  }

  .technology-box li {
    min-height: 240px
  }

  .what-we-offer-main-listing .row.technology-box {
    padding-top: 50px;
    padding-bottom: 0
  }

  .uiux-service-content {
    min-height: inherit;
    margin: -50px 15px 0;
    padding: 25px 15px
  }

  .uiux-service-box {
    max-width: 600px;
    width: 100%;
    margin: 0 auto
  }

  .uiux-design-process-list .row {
    margin-bottom: 30px
  }

  .uiux-design-process-content .number {
    margin-bottom: 15px;
    font-size: 30px
  }

  .uiux-design-process-content {
    margin-bottom: 30px;
    padding-top: 0
  }

  .uiux-design-process-content h5 {
    font-size: 20px
  }

  .uiux-design-process-list>.row:nth-child(odd) .uiux-design-process-content {
    margin-top: 0
  }

  .uiux-design-process-list>.row:nth-child(even) .uiux-design-process-content-image {
    margin-top: 0
  }

  .uiux-design-process-content-image:after {
    display: none
  }

  .uiux-design-process-content-image:before {
    display: none
  }

  .uiux-design-process-content-image {
    display: inline-block
  }

  .uiux-design-process-list>.row:last-child {
    margin-bottom: 0
  }

  .tideway-box {
    min-height: 520px
  }

  .tideway-logo {
    top: 20px
  }

  .tideway-top {
    display: block !important;
    margin-bottom: 25px
  }

  .tideway-client-info {
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0
  }

  .tideway-client-info .name {
    margin-bottom: 10px
  }

  .contact-info-icon {
    width: 80px;
    height: 80px
  }

  .contact-info-icon svg {
    width: 40px;
    height: 40px
  }

  .contact-info-box {
    padding: 30px 8px;
    min-height: 150px
  }

  .solution-we-offer-image {
    max-width: 400px;
    width: 100%;
    margin: 0 auto
  }

  .solution-we-offer-image img {
    width: 100%
  }

  .solution-we-offer-content {
    max-width: 340px;
    width: 100%;
    position: relative;
    transform: inherit;
    float: none;
    display: block;
    margin: -30px auto 0;
    padding: 25px 15px
  }

  .solution-we-offer-box:hover .solution-we-offer-image {
    left: 0
  }

  .similar-app-option3-main .fixed-col {
    position: relative
  }

  .similar-app-option3-main .fixedimage {
    position: relative;
    width: 100%;
    float: none;
    max-width: 100%;
    padding: 0 15px;
    text-align: center
  }

  .similar-app-option3-main .fixedimage img {
    margin: 0 auto
  }

  .similar-app-option3-main .content-box {
    max-width: 100%;
    padding: 30px 15px;
    min-height: inherit
  }

  .similar-app-option3-main {
    padding-top: 0 !important
  }

  .similar-app-option3-main .content-logo-name .mainname {
    font-size: 30px
  }

  .similar-app-option3-main .fixedimage .d-lg-none {
    display: block !important
  }

  .similar-app-slider .slick-arrow {
    bottom: 31px
  }

  .similar-app-slider .slick-arrow.slick-next {
    right: 42%
  }

  .similar-app-slider .slick-arrow.slick-prev {
    left: 42%
  }

  .similar-app-slider {
    background-color: #f8f9fa !important
  }

  .similar-app-option3-main .bg-light {
    background-color: transparent !important;
    box-shadow: none
  }

  .similar-app-slider .slick-dots {
    top: inherit;
    transform: translateX(-50%);
    left: 50%;
    right: inherit;
    margin-top: 0;
    bottom: 30px
  }

  .similar-app-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle
  }

  .types-of-social-media-box {
    min-height: 310px
  }

  .detail-feature-tab-content .servicesTabContent_text {
    margin-top: 30px
  }

  .detail-feature-tab #servicesTab {
    margin-bottom: 50px
  }

  .advantage-of-real-estate-main .web-why-choose-us-inner-box {
    min-height: 270px
  }

  .real-estate-type-main .game-what-we-offer-box {
    min-height: 340px
  }

  .error-main {
    display: block !important;
    padding-top: 80px
  }

  .error-img {
    margin: 0 auto
  }

  .error-message {
    width: 100% !important;
    padding: 60px 0 30px
  }

  .error-message p {
    font-size: 16px
  }

  .error-service-list-wrap {
    margin-top: 30px
  }

  .error-message h2 {
    font-size: 35px;
    margin-bottom: 20px
  }

  .error-service-list-item a {
    padding: 10px 5px
  }

  .thank-you-banner {
    min-height: 250px !important
  }

  .thank-you-founder-img {
    max-width: 200px;
    margin: 0 25px -40px 12px
  }

  .thank-you-founder-img img {
    width: 200px;
    height: 200px
  }

  .thank-you-founder-text p {
    font-size: 15px
  }

  .thank-you-founder-text h2 {
    font-size: 16px
  }

  .thank-you-founder-text h3 {
    font-size: 22px
  }

  .thank-you-founder-text {
    padding-top: 10px
  }

  .thank-you-process-section h2 {
    font-size: 22px
  }

  .thank-you-process-box {
    padding-bottom: 80px
  }

  .thank-you-process-step-icon {
    width: 80px;
    height: 71px;
    background-size: cover
  }

  .thank-you-process-step-section h2 {
    font-size: 22px
  }

  .thank-you-process-step-icon span svg {
    width: 31px;
    height: 31px
  }

  .thank-you-process-step-box .num {
    font-size: 20px
  }

  .thank-you-process-step-box .step-name {
    font-size: 14px;
    min-height: 40px
  }

  .thank-you-process-step-box .step-arrow {
    padding-left: 50px
  }

  .thank-you-process-step-box:nth-child(even) {
    padding-top: 6px
  }

  .privacy-policy h2 {
    font-size: 24px
  }

  .privacy-policy h3 {
    font-size: 20px
  }

  .custom-cms-main .game-what-we-offer-box {
    min-height: 385px
  }

  .thank-you-v3 {
    padding-top: 80px
  }

  .thank-you-v3 .container {
    display: block !important
  }

  .thank-you-v3 .founder-image {
    max-width: 350px;
    width: 100%;
    order: 1;
    margin: 0 auto 30px
  }

  .thank-you-v3 .content {
    width: 100%
  }

  .thank-you-v3 .content h2 {
    font-size: 35px
  }

  .thank-you-v3 .bglightorange {
    margin-top: 30px
  }

  .chatbot-adv-box {
    min-height: 300px
  }

  .chatbot-platform-box {
    min-height: 265px;
    padding: 25px 25px
  }

  .write-us-banner {
    padding: 80px 0
  }

  .write-us-banner h1 {
    font-size: 24px;
    margin: 0 0 20px
  }

  .write-us-banner p {
    font-size: 16px
  }

  .write-for-us-main h2 {
    font-size: 22px
  }

  .write-for-us-main .row {
    margin-bottom: 30px
  }

  .write-for-us-main .row:nth-child(odd) .col-lg-7 {
    order: 1
  }

  .write-for-us-main .row:nth-child(odd) .col-lg-5 {
    order: 2
  }

  .write-for-us-cta .container {
    padding: 50px 15px;
    max-width: 680px
  }

  .write-for-us-cta h3 {
    font-size: 26px
  }

  .write-for-us-cta .btn-custome {
    font-size: 14px
  }

  .business-solution-slide ul li {
    width: 100%;
    margin-bottom: 30px
  }

  .business-solution-slide ul li:last-child {
    margin-bottom: 0
  }

  .business-solution-slide ul li.active {
    width: 100%
  }

  .business-solution-slide ul li .content {
    height: auto;
    padding: 30px 20px 10px
  }

  .business-solution-slide ul li.active .content {
    padding: 30px 20px
  }

  .cta.fullwidth .btn-col {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    padding: 40px 35px
  }

  .cta.fullwidth .cd-headline span {
    font-size: 20px
  }

  .cta.fullwidth:before {
    width: calc(50% - 100px)
  }

  .cta.fullwidth .btn-col:before {
    left: 60px
  }
}

@media (max-width:800px) {
  .bannerfixedimagewidth {
    width: 50%
  }
}

@media (max-height:800px) {
  .thank-you-banner {
    min-height: 330px
  }

  .thank-you-founder-img {
    max-width: 190px
  }

  .thank-you-founder-img img {
    width: 190px;
    height: 190px
  }

  .thank-you-founder-text h2 {
    font-size: 24px
  }

  .thank-you-founder-text h3 {
    font-size: 30px
  }

  .thank-you-process-section {
    padding: 70px 0 20px
  }

  .thank-you-process-section h2 {
    font-size: 26px;
    margin-bottom: 30px
  }

  .thank-you-process-box {
    padding-bottom: 10px
  }

  .thank-you-process-image {
    max-width: 360px
  }

  .thank-you-process-content {
    max-width: 340px
  }

  .thank-you-process-content p {
    font-size: 14px
  }

  .thank-you-process-step-section {
    padding: 40px 0 20px
  }

  .thank-you-process-step-section h2 {
    font-size: 24px;
    padding-bottom: 0
  }

  .thank-you-process-step-icon {
    width: 120px;
    height: 101px;
    background-size: cover
  }

  .thank-you-process-step-icon span svg {
    width: 40px;
    height: 40px
  }

  .thank-you-process-step-box .num {
    font-size: 28px
  }

  .thank-you-process-step-box .step-name {
    font-size: 16px;
    min-height: 50px
  }

  .thank-you-process-step-box:nth-child(even) {
    padding-top: 21px
  }
}

@media (max-height:768px) {
  .error-img {
    width: 40%
  }

  .error-message {
    width: 60%;
    padding: 40px 0
  }

  .error-service-list-wrap {
    margin-top: 50px
  }

  .thank-you-banner {
    min-height: 300px
  }

  .thank-you-founder-img {
    max-width: 170px
  }

  .thank-you-founder-img img {
    width: 170px;
    height: 170px
  }

  .thank-you-founder-text h2 {
    font-size: 22px
  }

  .thank-you-founder-text h3 {
    font-size: 26px
  }

  .thank-you-process-section {
    padding: 70px 0 20px
  }

  .thank-you-process-section h2 {
    font-size: 22px
  }

  .thank-you-process-image {
    max-width: 320px
  }

  .thank-you-process-content {
    max-width: 300px;
    padding: 10px 10px
  }

  .thank-you-process-box {
    padding-bottom: 0
  }
}

@media (max-width:767px) {

  .about,
  .padding-60 {
    padding: 40px 0
  }

  .padding-120-60 {
    padding: 40px 0
  }

  .padding-6030 {
    padding: 40px 0 10px
  }

  .padding-00-30 {
    padding: 0 0 10px
  }

  .padding-60-00 {
    padding: 40px 0 10px
  }

  .padding-00-60 {
    padding: 0 0 40px
  }

  body {
    overflow-x: hidden
  }

  .banner {
    min-height: 550px
  }

  .banner-2 {
    min-height: inherit
  }

  .banner_contactForm {
    padding: 20px 15px
  }

  .video {}

  .video video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }

  .video img {
    min-height: 550px
  }

  .btn-custome {
    font-size: 14px !important
  }

  #carouselExampleSlidesOnly .carousel-caption h1 {
    font-size: 24px;
    margin-bottom: 15px
  }

  #carouselExampleSlidesOnly .carousel-caption p {
    font-size: 14px;
    margin-bottom: 15px
  }

  #carouselExampleSlidesOnly .carousel-caption p br {
    display: none
  }

  .home .tenc-intro-main__wrapper h1 {
    font-size: 28px
  }

  .innerbanner h1,
  .innerbanner h1.f-40,
  .tenc-intro-main__wrapper h1 {
    font-size: 50px;
    
    margin-top: 30px;
  }

  .tenc-intro-main__wrapper h2 {
    font-size: 20px
  }

  .tenc-intro-main__wrapper p {
    font-size: 16px;
    margin-bottom: 20px;
    
  }

  .innerbanner .tenc-intro-main__wrapper p {
    font-size: 16px
  }

  h3 {
    font-size: 20px
  }

  .counter-section li {
    padding: 10px 0 10px 20px;
    align-items: flex-start;
    flex-wrap: wrap
  }

  .counter-section li:nth-child(1),
  .counter-section li:nth-child(3) {
    padding-left: 5px
  }

  .counter-section {
    margin-top: 10px
  }

  .counter-section li img {
    width: 50px
  }

  .counter_text p {
    font-size: 12px
  }

  .counter-section li:nth-child(2):before {
    display: none
  }

  #servicesTab {
    padding: 5px 0 10px
  }

  #servicesTab li {
    padding: 0;
    width: auto;
    margin: 10px 0 0;
    border: none
  }

  #servicesTab li a {
    font-size: 10px;
    word-break: break-all;
    width: 55px;
    position: relative;
    z-index: 1
  }

  #servicesTab li svg {
    width: 25px;
    margin: 0
  }

  #servicesTab li a span>span {
    display: none
  }

  #servicesTab li a span.w-100 {
    margin-top: 10px
  }

  #servicesTab li a.active:before,
  #servicesTab li a:hover:before {
    background: #202122
  }

  .counter_text .counter {
    font-size: 28px
  }

  .title span {
    font-size: 14px
  }

  .title h2 {
    font-size: 20px
  }

  .servicesTabContent_text h3 {
    font-size: 24px
  }

  .servicesTabContent_text span {
    font-size: 16px
  }

  .servicesTabContent_text ul {
    flex-wrap: wrap;
    justify-content: center
  }

  .servicesTabContent_text ul li {
    padding: 10px 10px
  }

  .servicesTabContent_text ul li a.btn-custome {
    margin: 0
  }

  .portfolio-slider {
    padding: 0 0 20px !important
  }

  .testimonials_circle {
    height: 0;
    visibility: hidden;
    opacity: 0;
    width: 0
  }

  .testimonials_left {
    width: 100%;
    height: 200px;
    margin: 0 0 30px
  }

  .testimonials_text_slider {
    padding-left: 0;
    overflow: visible
  }

  .testimonials_text_box:before {
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: none;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #fff;
    border-left: 20px solid transparent
  }

  .testimonials-arrow {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999
  }

  .testimonials_text_box {
    padding: 15px
  }

  .testimonials-arrow:before {
    transform: rotate(134deg);
    width: 32px;
    left: -1px;
    top: -13px;
    z-index: 999
  }

  .testimonials-arrow:after {
    transform: rotate(50deg);
    width: 30px;
    left: 42%;
    top: -13px;
    z-index: 999
  }

  .call_shedule_img {
    max-width: 250px
  }

  .call_shedule_img img {
    height: 250px;
    width: 250px
  }

  .call_shedule_text h4 {
    font-size: 24px
  }

  .call_shedule_text ul {
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: column-reverse
  }

  .call_shedule_text ul li {
    margin: 5px 0
  }

  #technologies_tabs li {
    margin: 5px 0
  }

  .testimonials_text {
    overflow: hidden;
    padding-top: 25px
  }

  .technologies_icons li {
    width: 80px;
    min-width: 80px;
    margin: 5px 5px;
    height: 80px
  }

  .blog_author_img {
    width: 50px;
    height: 50px
  }

  .blog_box-caption .btn-custome {
    position: static
  }

  .blog_box-caption {
    min-height: auto
  }

  .blog_box-caption ul {
    margin-top: -20px
  }

  .get_quote {
    font-size: 14px;
    padding: 5px 10px;
    right: -35px
  }

  .work_rating img {
    width: 40px;
    margin-right: 5px
  }

  .work_logo {
    width: auto;
    height: 95px
  }

  .work_rating {
    padding: 0 5px;
    width: 150px;
    height: 95px
  }

  .rating_text {
    font-size: 10px
  }

  .rating_text strong {
    width: 100%;
    float: left
  }

  .contact-custome-btn {
    font-size: 18px;
    padding: 15px 30px;
    width: 100%
  }

  .hire_box {
    margin-bottom: 20px;
    padding: 15px 8px;
    font-size: 12px
  }

  .callouts-separate {
    margin: 0 0 40px;
    flex-wrap: wrap;
    justify-content: center !important;
    position: relative
  }

  .callouts span {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 5px
  }

  .scroll-top {
    width: 40px;
    height: 40px;
    font-size: 24px
  }

  .scroll-top:hover:before {
    font-size: 24px
  }

  .scroll-top:after {
    height: 20px
  }

  .about-video-img:before {
    display: none
  }

  .about-video-img {
    margin: 0 0 20px
  }

  #intelGrecaptchaFooter {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .app_service_box span {
    font-size: 14px
  }

  .app-why-box {
    min-height: auto
  }

  .app-service-tab-box {
    width: 150px;
    height: 150px;
    padding: 10px 10px
  }

  .app-service-tab-text h3 {
    font-size: 20px
  }

  .app-service-tab-box span {
    font-size: 12px
  }

  .banner-main__wrapper h1 {
    font-size: 24px;
    margin-bottom: 20px
  }

  .banner-main__wrapper p {
    font-size: 16px;
    margin-bottom: 20px
  }

  .banner-btn .btn {
    padding: 10px 10px;
    font-size: 14px
  }

  .brands_logo div {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%
  }

  .banner-main__wrapper {
    display: block;
    padding-top: 30px
  }

  .breadcrumb li {
    font-size: 10px;
    margin-bottom: 5px
  }

  .about-icon-slider a {
    width: 40px;
    height: 40px;
    padding: 8px
  }

  .mobile_app_service_box {
    min-height: auto
  }

  .mobile_app_service_box .btn-custome {
    position: static
  }

  #callouts-type .typed {
    font-size: 18px
  }

  #contact_popup {
    display: block;
    padding: 10px 0 !important
  }

  .popup_form {
    margin: 25px auto
  }

  .popup_form {
    margin: 0 auto;
    float: left;
    width: 100%;
    padding: 0 15px
  }

  .popup_form h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    line-height: 28px
  }

  #popup_close {
    font-size: 24px;
    top: 15px
  }

  #request_the_quote .form-group {
    margin-bottom: 15px
  }

  .blog-slider .item .blog-post_content {
    min-height: inherit
  }

  .blog-post_title {
    height: 50px
  }

  .blog-post_title a {
    font-size: 18px;
    line-height: 24px
  }

  .blog-slider .item .blog-post {
    max-width: 390px;
    width: 100%;
    margin: 0 auto 10px
  }

  .about h3 {
    font-size: 18px
  }

  #estimate-mobile-btn {
    top: 5px;
    padding: 9px 13px;
    border-radius: 100%
  }

  #estimate-mobile-btn .fas {
    margin: 0;
    font-size: 22px
  }

  #estimate-mobile-btn span {
    display: none
  }

  .head-call-form-section {
    margin-top: 20px
  }

  .solutions-box {
    min-height: 340px
  }

  .banner_deveploment_main .center-item {
    display: block
  }

  .hire_box {
    min-height: inherit
  }

  .hire_box span {
    min-height: 40px
  }

  .btn-custome.btn-lg {
    padding: 15px 25px
  }

  .hire-col {
    padding: 0 10px
  }

  .hire-col .row>div {
    padding: 0 5px
  }

  .footer_box {
    margin-bottom: 30px
  }

  .footer_box h5 {
    font-size: 22px
  }

  .footer_box_img {
    margin-bottom: 0 !important;
    width: 50%;
    float: left
  }

  .footer_box_add {
    width: 50%;
    float: left;
    padding-left: 15px
  }

  .footer_box ul li {
    margin-bottom: 10px
  }

  .footer-center-market-list .item img {
    height: auto
  }

  footer .title+.row>div:last-child .footer_box {
    margin-bottom: 0
  }

  .hire-team-sticky-section {
    display: none !important
  }

  .cookiealert {
    margin-bottom: 0 !important;
    border-radius: 0;
    text-align: center
  }

  .cookiealert-img {
    display: none
  }

  .cookiealert-container {
    display: block
  }

  .cookiealert-text p {
    font-size: 13px
  }

  .cookiealert-text .que {
    font-size: 16px
  }

  .cookiealert-text .que span {
    display: inline-block
  }

  .cookiealert-text {
    width: 100%;
    padding: 0
  }

  .cookiealert-buttons {
    padding-top: 10px;
    margin: 0 auto
  }

  .m-height-450 .mhbox {
    min-height: inherit
  }

  .m-height-380 .mhbox {
    min-height: 380px
  }

  .m-height-340 .mhbox {
    min-height: 450px
  }

  .m-height-320 .mhbox {
    min-height: auto
  }

  .m-height-280 .mhbox {
    min-height: 280px
  }

  .m-height-260 .mhbox {
    min-height: 260px
  }

  .m-height-240 .mhbox {
    min-height: 300px
  }

  .m-height-220 .mhbox {
    min-height: 240px
  }

  .m-height-170 .mhbox {
    min-height: inherit
  }

  .innerbannerform {
    padding: 25px 15px 15px
  }

  .innerbanner {
    position: relative;
    min-height: inherit
  }

  .innerbanner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 33, 34, .8);
    z-index: 1
  }

  .innerbanner .tenc-intro-main__wrapper {
    padding: 40px 0 110px;
    background-color: transparent
  }

  .banner-2 .banner-main__wrapper {
    padding: 50px 0 110px
  }

  .service-main-content h2 {
    font-size: 22px
  }

  .service-main-content h2:before {
    width: 40%
  }

  .what-we-offer-main-listing-title .number {
    font-size: 60px;
    line-height: 45px
  }

  .what-we-offer-main-listing-title .number span {
    line-height: 25px
  }

  .what-we-offer-main-listing-title h2,
  .what-we-offer-main-listing-title h3 {
    font-size: 20px
  }

  .what-we-offer-main-listing-img:before {
    left: 10px;
    top: 10px
  }

  .what-we-offer-main-listing .row {
    padding-top: 50px
  }

  .what-we-offer-main-listing .row:last-child {
    padding-bottom: 10px
  }

  .web-app-sev-lang-collapse .accordian_header {
    font-size: 16px;
    padding: 15px 45px 15px 15px
  }

  .web-app-sev-lang-collapse .tab_content img {
    width: 150px
  }

  .web-app-sev-lang-collapse .tab_content h3 {
    font-size: 24px
  }

  .web-why-choose-us-main {
    padding: 40px 0 10px
  }

  .web-why-choose-main-box {
    min-height: 300px
  }

  .web-why-choose-main-box h5 {
    font-size: 16px;
    margin-bottom: 10px
  }

  .callouts-separate.graybgoption {
    bottom: 0
  }

  .web-why-choose-us-inner-box {
    text-align: center;
    padding: 15px 15px 20px
  }

  .web-why-choose-inner-icon {
    float: none;
    margin: -52px auto 15px
  }

  .web-why-choose-us-inner-box h5 {
    width: 100%;
    padding: 0;
    float: none
  }

  .web-why-go-content h3 {
    font-size: 20px
  }

  .web-why-go-content p {
    font-size: 15px
  }

  .type-of-ar-title {
    font-size: 20px
  }

  .types-of-ar-platform-box {
    max-width: 350px;
    width: 100%;
    margin: 0 auto
  }

  .ar-services-detail-content {
    max-width: 580px;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center
  }

  .ar-services-list-section {
    padding-top: 40px
  }

  .ar-why-choose-content-box {
    text-align: center;
    padding: 20px 15px;
    min-height: inherit
  }

  .ar-why-choose-content-box.mt-50 {
    margin-top: 0 !important
  }

  .ar-why-choose-us-title {
    font-size: 18px
  }

  .callouts-separate+.ar-why-choose-us-section {
    padding-top: 40px
  }

  .portfolio-listing-section>.container {
    padding: 0
  }

  .portfolio-listing-section>.container>div {
    justify-content: center
  }

  .portfolio-listing-box {
    border-bottom: 0;
    border-right: 0
  }

  .option1 .portfolio-listing-box {
    display: table;
    height: 112px
  }

  .portfolio-listing-icon {
    min-height: inherit;
    padding: 15px 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
  }

  .portfolio-listing-box:nth-child(4) {
    border-left: 0
  }

  .portfolio-preview-content-box h3 {
    font-size: 20px
  }

  .portfolio-preview-box {
    padding: 40px 0
  }

  .portfolio-listing-icon svg {
    width: 30px;
    height: 30px
  }

  .portfolio-listing-icon span {
    font-size: 14px;
    margin-top: 10px
  }

  .portfolio-listing-box:first-child {
    border-left: 0
  }

  .portfolio-preview-box.section {
    min-height: inherit
  }

  .portfolio-preview-main-logo-text .appname {
    font-size: 22px
  }

  .portfolio-preview-main-logo-text .moreaboutapp {
    font-size: 16px
  }

  .portfolio-preview-main-logo img {
    width: 100px
  }

  .portfolio-preview-main-logo img.landscape {
    width: 140px
  }

  .portfolio-preview-thumb-main>img {
    opacity: 1
  }

  .portfolio-preview-thumb-sep,
  .portfolio-preview-thumb-sep-opt2 {
    display: none
  }

  .portfolio-preview-thumb-sep.one:hover {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    z-index: 1
  }

  .portfolio-preview-thumb-sep.one:hover+.two,
  .portfolio-preview-thumb-sep.one:hover+.two+.three {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }

  .portfolio-preview-thumb-sep-opt2.one:hover {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    z-index: 1
  }

  .portfolio-preview-thumb-sep-opt2.one:hover+.two,
  .portfolio-preview-thumb-sep-opt2.one:hover+.two+.three {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0)
  }

  .meet-the-team-content h2 {
    font-size: 22px
  }

  .about-us-review-section {
    padding: 0 0 10px
  }

  .about-us-review-section .counter-section li {
    padding: 0 5px
  }

  .about-leadership-image {
    margin: 0 0 50px;
    min-height: 330px
  }

  .about-leadership-title {
    font-size: 18px;
    margin-bottom: 15px
  }

  .about-leadership-content-wrap:before {
    top: -15px;
    bottom: 15px;
    left: 0;
    right: 0
  }

  .about-leadership-content-wrap:after {
    top: -50px;
    left: 50%;
    margin-left: -32px;
    margin-top: 0;
    transform: rotate(270deg)
  }

  .about-us-review-section .counter-image {
    width: 80px;
    height: 80px;
    line-height: 80px
  }

  .about-us-review-section .counter-section li img {
    width: 40px
  }

  .mission-n-vision-box h3 {
    font-size: 22px
  }

  .our-core-value-box {
    min-height: 310px
  }

  .our-history-detail-num {
    font-size: 30px
  }

  .our-history-detail-title {
    font-size: 18px
  }

  .our-history-detail-icon svg {
    width: 60px;
    height: 60px
  }

  .our-history-detail-box-title-wrap {
    padding-right: 70px
  }

  .our-history-progress-bottom {
    margin-top: 20px
  }

  .featured-in-section .row>div:nth-child(4n+0) .featured-in-image-box:before {
    display: block
  }

  .featured-in-section .row>div:nth-child(2n+0) .featured-in-image-box:before {
    display: none
  }

  .our-award-section .item {
    width: 50%;
    text-align: center
  }

  .our-history-detail-image {
    margin: 30px 10px 30px 40px
  }

  .mission-n-vision-box {
    min-height: inherit
  }

  .our-process-content h3 {
    padding-left: 0
  }

  .our-process-step-row {
    padding: 30px 0 70px 0
  }

  .our-process-content-box .number {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 10px
  }

  .our-process-step-row:nth-child(even) .our-process-content-box .number {
    left: 0;
    top: 0
  }

  .mvp-process-dev-box {
    min-height: inherit;
    padding: 20px 15px
  }

  .mvp-process-dev-icon {
    margin-bottom: 20px
  }

  .mvp-process-dev-icon svg {
    width: 60px;
    height: 60px
  }

  .mvp-why-choose-dev-section .col-right.mb-40 {
    margin-bottom: 0 !important
  }

  .game-service-offer-box {
    margin: 50px 0 30px;
    min-height: inherit;
    padding: 30px 15px
  }

  .game-service-offer-icon {
    margin: -86px 0 20px
  }

  .game-what-we-offer-box {
    min-height: inherit;
    padding: 30px 15px
  }

  .mt-b-0 {
    margin-top: 0 !important
  }

  .best-game-dev-company-box {
    min-height: 290px
  }

  .blog-list-image {
    height: auto;
    padding: 5px
  }

  .blog-list-desc h2 {
    font-size: 18px
  }

  #blog .pagination {
    display: block;
    text-align: center;
    margin-top: 50px
  }

  .pagination li {
    display: inline-block;
    vertical-align: top
  }

  .pagination li:first-child,
  .pagination li:last-child {
    display: block
  }

  .pagination li a {
    padding: 12px 15px;
    display: inline-block;
    vertical-align: top
  }

  .pagination li a[rel=next],
  .pagination li a[rel=prev] {
    padding: 12px 15px
  }

  .blog-detail-banner-box {
    display: block !important
  }

  .blog-detail-banner-box>div,
  .blog-detail-banner-box>span {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px
  }

  .blog-detail-banner-box .divider {
    margin-bottom: 10px
  }

  .blog-banner-profile {
    margin: 20px auto
  }

  .blog-detail-banner-box .author-name a,
  .blog-detail-banner-box .blog-category a,
  .blog-detail-banner-box .blog-date {
    font-size: 14px;
    padding: 0
  }

  .blog-detail-image {
    height: auto;
    margin-bottom: 30px
  }

  .blog-detail-content h2 {
    font-size: 18px
  }

  .blog-detail-content p {
    font-size: 15px
  }

  .blog-detail-content ol li,
  .blog-detail-content ul li {
    font-size: 15px
  }

  .blockquote,
  blockquote {
    padding-left: 30px;
    margin-bottom: 30px
  }

  .blockquote,
  .blockquote p,
  blockquote,
  blockquote p {
    font-size: 16px
  }

  .blog-social-box-wrap {
    display: block !important
  }

  .blog-social-box-wrap>div {
    margin-bottom: 10px;
    margin-top: 10px
  }

  .blog-social-share {
    margin-right: 20px
  }

  .blog-social-share li a {
    width: 30px;
    height: 30px;
    font-size: 14px
  }

  .blog-social-share span {
    margin-right: 10px
  }

  .blog-next-prev-btn span {
    font-size: 14px;
    width: calc(100% - 40px)
  }

  .blog-next-prev-btn .icon {
    width: 40px
  }

  .blog-next-prev-btn small {
    padding: 0 40px
  }

  .blog-next-prev-btn .icon svg {
    width: 22px;
    height: 22px
  }

  .blog-next-prev-section {
    display: block !important
  }

  .blog-next-prev-btn.prev-btn {
    margin-bottom: 30px
  }

  .blog-next-prev-btn.next-btn {
    margin: 0 0 0 auto
  }

  .subscribe-section {
    padding: 25px 15px
  }

  .about-blog-author-section {
    margin: 40px 0
  }

  .subscribe-icon svg {
    width: 50px;
    height: 50px
  }

  .subscribe-text span {
    font-size: 18px
  }

  .subscribe-form .form-control {
    font-size: 14px
  }

  .about-blog-author-section {
    padding: 25px 15px
  }

  .about-blog-author-image {
    width: 90px;
    height: 90px
  }

  .about-blog-author-info {
    width: calc(100% - 90px)
  }

  .rel-post-box {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    min-height: inherit
  }

  .hire_small_box_link {
    padding: 10px 15px 17px 15px !important
  }

  .hire_small_box_link span {
    font-size: 16px;
    text-align: center;
    width: 100%
  }

  .hire_small_box_link .hire_small_box_btn {
    float: none;
    display: inline-block
  }

  .banner_deveploment_main .center-item {
    padding-top: 0
  }

  .banner_deveploment_main .author_img_box {
    margin: 0 auto 30px;
    height: 230px;
    max-width: 230px;
    min-width: 230px
  }

  .banner_deveploment_main .author_text h1 {
    font-size: 24px
  }

  .hire_small_box_link3 a {
    font-size: 15px;
    line-height: 1.3
  }

  .blog-detail-cta-section {
    padding: 20px 20px
  }

  .blog-detail-cta-content {
    width: calc(100% - 140px)
  }

  .blog-detail-cta-img {
    width: 130px;
    height: 130px
  }

  .blog-detail-content iframe {
    max-width: 100%;
    height: 297px
  }

  .blog-detail-content .orangebox {
    padding: 25px 20px 30px
  }

  .blog-detail-content .orangebox p {
    font-size: 18px
  }

  .blog-detail-content .estimate_btn {
    font-size: 15px
  }

  .game-experties-inner-box {
    min-height: 330px;
    padding: 30px 15px
  }

  .our-expert-build-box {
    padding: 20px 15px
  }

  .game-why-us-inner-box:before {
    left: 36px
  }

  .game-why-us-inner-icon {
    width: 60px;
    height: 60px
  }

  .game-why-us-inner-icon svg {
    width: 30px;
    height: 30px
  }

  .game-why-us-inner-content {
    width: calc(100% - 70px);
    margin-left: 10px
  }

  .game-why-us-inner-content h3 {
    font-size: 18px
  }

  .bannerfixedimagewidth {
    display: none
  }

  .ins-msg-app-panels-content h3 {
    font-size: 20px
  }

  .ins-msg-content-wrap {
    padding: 0 0
  }

  .ins-msg-content-wrap .accordian_header {
    display: block
  }

  .ins-msg-content-wrap .contentrow {
    display: block !important;
    clear: both
  }

  .ins-msg-content-wrap .contentrow img {
    margin-left: 0;
    display: none
  }

  .ins-msg-content-wrap .contentrow.active img {
    display: none
  }

  .ins-msg-content-wrap .contentrow .tab_content img {
    display: block
  }

  .ins-msg-content-wrap .contentrow.active .tab_content img {
    display: block
  }

  .ins-msg-content-wrap .tab_content {
    margin: 0;
    padding: 20px 20px 20px
  }

  .ins-msg-content-wrap .contentrow .tab_content img {
    display: block;
    float: left;
    margin: 0 15px 20px 0
  }

  .ins-msg-content-wrap .accordian_header {
    margin: 0
  }

  .ins-msg-content-wrap .accordian_header:before {
    display: none
  }

  .ins-msg-content-wrap .accordian_header .arrow {
    float: right;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 2px;
    transform: rotate(-135deg);
    border-top: 3px solid #202122;
    border-left: 3px solid #202122;
    right: 20px;
    top: 50%;
    margin-top: -6px
  }

  .ins-msg-content-wrap .accordian_header.active {
    background-color: #f5851f;
    color: #fff
  }

  .ins-msg-content-wrap .accordian_header.active .arrow {
    transform: rotate(45deg);
    border-top: 3px solid #fff;
    border-left: 3px solid #fff
  }

  .ins-msg-content-wrap .tab_content_wrap {
    width: 100%
  }

  .ins-msg-content-wrap .accordian_header {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 45px 15px 25px;
    display: block;
    -webkit-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
    -moz-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
    box-shadow: 0 1px 5px 0 rgba(72, 73, 121, .15);
    border-radius: 5px;
    cursor: pointer
  }

  .ins-msg-content-wrap .tab_inner_content {
    padding: 100px 0 0
  }

  .similar-app-content h2 {
    font-size: 20px
  }

  .why-you-invest-box {
    min-height: 305px;
    padding: 25px 15px
  }

  .why-you-invest-box h5 {
    padding-left: 85px
  }

  .real-time-app-icon {
    width: 150px;
    margin: 0 auto 30px
  }

  .real-time-app-content-box {
    justify-content: center !important
  }

  .real-time-app-content .top {
    font-size: 16px
  }

  .real-time-app-content h4 {
    font-size: 20px
  }

  .real-time-app-content .bottom {
    font-size: 15px
  }

  .faq-list-title a {
    font-size: 14px
  }

  .faq-list-title span {
    width: 22px;
    height: 22px
  }

  .faq-list-wrap.option2 .faq-list-title span {
    right: 15px;
    margin-top: -11px
  }

  .faq-list-wrap.option2 .faq-list-title a {
    padding: 15px 45px 15px 15px
  }

  .faq-list-wrap.option2 .faq-list-content {
    padding: 0 20px;
    margin: 20px 0
  }

  .faq-list-wrap.option2 .faq-list-content:before {
    left: 10px
  }

  .car-wash-feature-tab {
    display: none !important
  }

  .car-wash-feature-tab-content {
    margin-top: 40px
  }

  .car-wash-feature-tab-content .service-we-offer-web-inner {
    display: none
  }

  .car-wash-feature-tab-content .service-we-offer-web-inner .mb-30 {
    float: left
  }

  .service-we-offer-web-inner .hide {
    display: block
  }

  .car-wash-feature-tab-content.tab-content>.tab-pane {
    display: block
  }

  .car-wash-feature-tab-content .fade:not(.show) {
    opacity: 1
  }

  .car-wash-feature-tab-content .show-all-button {
    margin-bottom: 50px;
    margin-top: 10px !important;
    display: none
  }

  .car-wash-feature-tab-content-box {
    display: block;
    position: relative;
    padding: 10px 40px 10px 15px;
    cursor: pointer
  }

  .car-wash-feature-tab-content-box:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 2px;
    transform: rotate(-135deg);
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    right: 20px;
    top: 50%;
    margin-top: -6px
  }

  .car-wash-feature-tab-content-box.active:before {
    transform: rotate(45deg)
  }

  .car-wash-process-box {
    margin: 0 0 40px 0
  }

  .car-wash-process-box .bt.arrow {
    top: 50%;
    margin-top: -10px;
    bottom: inherit
  }

  .car-wash-process-box-wrap .wow:nth-child(2) .car-wash-process-box .bb.arrow {
    top: calc(100% + 10px);
    right: 0;
    line-height: 1;
    left: 0;
    bottom: inherit;
    width: 40px;
    text-align: center;
    margin: 0 auto;
    transform: rotate(90deg)
  }

  .car-wash-process-box-wrap .wow:nth-child(3) .car-wash-process-box .bt.arrow {
    top: inherit;
    bottom: inherit;
    right: inherit;
    line-height: 1;
    left: -31px;
    width: 30px;
    text-align: center;
    margin: 0 auto;
    transform: rotate(180deg)
  }

  .car-wash-process-box-wrap .wow:nth-child(4) .car-wash-process-box .down.arrow {
    top: calc(100% + 10px);
    right: 0;
    line-height: 1;
    left: 0;
    bottom: inherit;
    width: 40px;
    text-align: center;
    margin: 0 auto;
    transform: rotate(90deg)
  }

  .car-wash-process-box-wrap .wow:nth-child(6) .car-wash-process-box .rotate.arrow {
    transform: rotate(180deg);
    left: -31px
  }

  .car-wash-process-box-wrap .wow:nth-child(7) .car-wash-process-box .rotate.arrow {
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    width: 40px
  }

  .car-wash-process-box-wrap .wow:last-child .car-wash-process-box .bb.arrow {
    left: 100%;
    right: inherit;
    top: 50%;
    margin-top: -10px;
    transform: inherit
  }

  .car-wash-advantage-main .m-height-130 .mhbox {
    min-height: inherit
  }

  .fitness-tab-panel:before {
    display: none
  }

  .fitness-app-overlay-content-box:nth-child(3),
  .fitness-app-overlay-content-box:nth-child(4) {
    border-bottom: 0
  }

  .fitness-app-overlay-content-box {
    padding: 15px 5px;
    width: 50%;
    float: left;
    display: block;
    border-bottom: 1px solid #ecedee
  }

  .fitness-app-overlay-content-box span {
    font-size: 14px
  }

  .fitness-app-overlay-content {
    position: relative;
    border-radius: 0;
    clear: both;
    display: inline-block
  }

  .ideal-business-box:nth-child(3n+0) {
    border-right: 1px solid #ecedee
  }

  .ideal-business-box:nth-child(2n+0) {
    border-right: 0
  }

  .ideal-business-box:nth-child(4) {
    border-bottom: 1px solid #ecedee
  }

  .why-erp-main .game-service-offer-box {
    min-height: inherit
  }

  .custom-erp-main .game-what-we-offer-box {
    min-height: inherit
  }

  .invest-erp-main .why-you-invest-box {
    min-height: inherit
  }

  .why-crm-main .game-service-offer-box {
    min-height: inherit
  }

  .technology-box li {
    min-height: 200px
  }

  .what-we-offer-main-listing .row.technology-box {
    padding-top: 50px;
    padding-bottom: 0
  }

  .uiux-service-icon {
    width: 70px;
    height: 70px;
    right: 20px;
    top: -35px
  }

  .uiux-service-content {
    margin: -25px 10px 0
  }

  .uiux-service-content h3 {
    padding-right: 80px
  }

  .uiux-design-process-content .number {
    font-size: 28px
  }

  .uiux-design-process-content h5 {
    font-size: 18px;
    margin-bottom: 10px
  }

  .tideway-box {
    padding: 20px 15px;
    min-height: inherit
  }

  .tideway-image {
    width: 110px;
    height: 110px
  }

  .video-inner-top-content {
    padding: 20px 0 30px
  }

  .video-inner-top-content span {
    margin-bottom: 20px
  }

  .schedule-meeting-content-description {
    min-height: inherit
  }

  .contact-info-box {
    margin: 0 auto 30px;
    max-width: 400px;
    width: 100%
  }

  .contact-follow-us-section {
    padding-top: 0
  }

  .contact-follow-us-section .header_social {
    padding: 20px 10px 10px
  }

  .contact-follow-us-section .header_social li {
    margin: 0 5px 10px
  }

  .contact-follow-us-section .header_social li a {
    width: 50px;
    height: 50px;
    font-size: 24px
  }

  .contact-map-main {
    display: block !important
  }

  .map-tabs-nav {
    width: 100%
  }

  .map-tabs-nav li {
    width: 33.33%;
    float: left
  }

  .map-tabs-nav li h4 {
    font-size: 16px;
    bottom: 15px
  }

  .map-tabs-nav li img {
    min-height: 120px;
    object-fit: cover
  }

  .map-tabs-iframe {
    width: 100%
  }

  .mapiframe {
    position: relative
  }

  .mapiframe iframe {
    min-height: 250px
  }

  .contact-info-main:after {
    height: 77px
  }

  .contact-form-box {
    padding: 25px 15px 10px
  }

  .similar-app-option3-main .content-logo {
    width: 90px
  }

  .similar-app-option3-main .content-logo-name {
    width: calc(100% - 110px);
    margin-left: 20px
  }

  .similar-app-option3-main .content-logo-name .mainname {
    font-size: 24px
  }

  .similar-app-option3-main .content-logo-name .subname {
    font-size: 16px
  }

  .similar-app-slider .slick-arrow {
    bottom: 22px
  }

  .similar-app-slider .slick-arrow.slick-next {
    right: 40%
  }

  .similar-app-slider .slick-arrow.slick-prev {
    left: 40%
  }

  .similar-app-slider .slick-dots {
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
    transform: inherit;
    left: 0;
    right: 0;
    text-align: center
  }

  .types-of-social-media-box {
    min-height: inherit
  }

  .types-of-social-media-platform {
    padding: 20px 15px 15px
  }

  .types-of-social-media-platform ul li img {
    width: 50px
  }

  .types-of-social-media-content {
    padding: 25px 15px
  }

  .detail-feature-tab-section {
    padding: 0 15px 30px
  }

  .detail-feature-tab #servicesTab {
    margin-bottom: 30px
  }

  .detail-feature-tab #servicesTab li {
    min-width: inherit
  }

  .detail-feature-tab #servicesTab li a {
    width: auto;
    font-size: 14px;
    padding: 10px 20px
  }

  .detail-feature-tab #servicesTab li a span>span {
    display: block
  }

  .detail-feature-tab #servicesTab li svg {
    width: 40px;
    display: none
  }

  .detail-feature-tab #servicesTab li a span.w-100 {
    margin: 0
  }

  .detail-feature-tab-content h3 {
    font-size: 20px
  }

  .detail-feature-tab-content .servicesTabContent_text ul li {
    padding: 0 0 0 25px
  }

  .head-call-back-sidebar {
    padding: 70px 20px
  }

  .head-call-back-box img {
    width: 80px;
    height: 80px
  }

  .head-call-back-content {
    width: calc(100% - 100px)
  }

  .advantage-of-real-estate-main .web-why-choose-us-inner-box {
    text-align: left;
    min-height: 350px
  }

  .real-estate-type-main .game-what-we-offer-box {
    min-height: 400px
  }

  .error-img {
    max-width: 400px;
    width: 100%
  }

  .error-service-list {
    flex-wrap: wrap
  }

  .error-service-list-item {
    width: calc(25% - 10px);
    margin-bottom: 20px
  }

  .error-service-list-item a {
    min-height: 125px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
  }

  .error-service-list-icon {
    width: 100%
  }

  .error-message {
    width: 100%;
    padding: 40px 0 20px
  }

  .error-message h2 {
    font-size: 30px
  }

  .error-service-list-wrap h3 {
    font-size: 18px
  }

  .error-service-list-wrap {
    margin-top: 30px
  }

  .thank-you-banner {
    min-height: inherit !important;
    padding: 80px 0 30px
  }

  .thank-you-msg-box {
    display: block !important
  }

  .thank-you-founder-img {
    margin: 0 auto;
    max-width: 180px
  }

  .thank-you-founder-img img {
    width: 180px;
    height: 180px
  }

  .thank-you-founder-text {
    width: 100%;
    text-align: center;
    padding-top: 40px
  }

  .thank-you-founder-text h3 {
    font-size: 20px
  }

  .thank-you-process-section {
    padding: 40px 0 0
  }

  .thank-you-process-section h2 {
    font-size: 20px
  }

  .thank-you-process-box {
    padding-bottom: 0;
    max-width: 450px;
    width: 100%;
    margin: 0 auto 30px
  }

  .thank-you-process-image {
    max-width: 100% !important
  }

  .thank-you-process-content {
    max-width: 100% !important;
    position: relative;
    margin-top: -15px;
    display: inline-block
  }

  .thank-you-process-step-section {
    padding: 40px 0 20px
  }

  .thank-you-process-steps {
    justify-content: center
  }

  .thank-you-process-step-box {
    width: 33.33%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap
  }

  .thank-you-process-step-box .num {
    flex: 0 0 100%;
    max-width: 100%;
    order: 0
  }

  .thank-you-process-step-box .step-arrow {
    display: none
  }

  .thank-you-process-step-box .step-name {
    min-height: inherit;
    font-size: 16px;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2
  }

  .thank-you-process-step-box:nth-child(even) {
    padding-top: 0
  }

  .thank-you-process-step-icon {
    margin: 15px auto;
    order: 1
  }

  .thank-you-process-step-box:nth-child(1) {
    order: 0
  }

  .thank-you-process-step-box:nth-child(2) {
    order: 1
  }

  .thank-you-process-step-box:nth-child(3) {
    order: 2
  }

  .thank-you-process-step-box:nth-child(4) {
    order: 5
  }

  .thank-you-process-step-box:nth-child(5) {
    order: 4
  }

  .thank-you-process-step-box:nth-child(6) {
    order: 3
  }

  .thank-you-process-step-box:nth-child(7) {
    order: 6
  }

  .thank-you-process-step-box .num {
    font-size: 20px !important
  }

  .thank-you-process-step-icon {
    width: 100px !important;
    height: 91px !important
  }

  .thank-you-process-step-icon span svg {
    width: 30px;
    height: 30px
  }

  .privacy-policy h2 {
    font-size: 20px
  }

  .privacy-policy h3 {
    font-size: 18px
  }

  .custom-cms-main .game-what-we-offer-box {
    min-height: inherit
  }

  .thank-you-v3 .content h2 {
    font-size: 30px
  }

  .thank-you-v3 .bglightorange {
    font-size: 16px
  }

  .thank-you-v3 .bglightorange span {
    font-size: 24px
  }

  .thank-you-v3 .content {
    margin-bottom: 30px
  }

  .chatbot-platform-box {
    min-height: inherit;
    padding: 25px 15px
  }

  .write-us-banner {
    padding: 60px 0
  }

  .write-us-banner h1 {
    font-size: 22px
  }

  .write-for-us-main h2 {
    font-size: 22px
  }

  .write-for-us-main p,
  .write-for-us-main ul li {
    font-size: 15px
  }

  .write-for-us-main ul li {
    margin-bottom: 5px
  }

  .write-for-us-cta h3 {
    font-size: 24px
  }

  .cta.fullwidth .btn-col:before,
  .cta.fullwidth:before {
    display: none
  }

  .cta.fullwidth .btn-col {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 0 15px 30px
  }

  .cta.fullwidth .cd-headline {
    text-align: center;
    padding: 30px 0
  }

  .cta.fullwidth .cd-headline.slide span {
    font-size: 18px
  }
}

@media (max-width:640px) {
  .our-process-step-listing .our-process-step-row:nth-child(odd) .our-process-image-box {
    margin-left: 25px;
    width: calc(100% - 25px)
  }

  .our-process-step-listing .our-process-step-row:nth-child(even) .our-process-image-box {
    margin-right: 25px;
    width: calc(100% - 25px)
  }

  .our-process-image-box:before {
    top: 28px
  }

  .thank-you-process-step-box {
    width: 50%
  }

  .thank-you-process-step-box:nth-child(1) {
    order: 0
  }

  .thank-you-process-step-box:nth-child(2) {
    order: 1
  }

  .thank-you-process-step-box:nth-child(3) {
    order: 4
  }

  .thank-you-process-step-box:nth-child(4) {
    order: 3
  }

  .thank-you-process-step-box:nth-child(5) {
    order: 5
  }

  .thank-you-process-step-box:nth-child(6) {
    order: 6
  }

  .thank-you-process-step-box:nth-child(7) {
    order: 7
  }
}

@media (max-width:600px) {
  .rel-post-box {
    min-height: inherit
  }
}

@media (max-width:575px) {
  .solutions-box {
    min-height: inherit
  }

  .blog-slider .item .blog-post_content {
    padding: 0 5px 18px 5px
  }

  .blog-slider .item .blog-post_content .blog-post_text,
  .blog-slider .item .blog-post_content .blog-post_title {
    padding: 0 10px
  }

  .blog-slider .item .blog-post_content .author_post a {
    font-size: 12px
  }

  .blog-slider .item .blog-post_content .meta-wrapper .date_post {
    font-size: 12px
  }

  .solutions-box {
    min-height: inherit
  }

  .m-height-380 .mhbox {
    min-height: inherit
  }

  .m-height-340 .mhbox {
    min-height: inherit
  }

  .m-height-320 .mhbox {
    min-height: inherit
  }

  .m-height-300 .mhbox {
    min-height: inherit
  }

  .m-height-280 .mhbox {
    min-height: inherit
  }

  .m-height-260 .mhbox {
    min-height: inherit
  }

  .m-height-240 .mhbox {
    min-height: inherit
  }

  .m-height-220 .mhbox {
    min-height: inherit
  }

  .innerbanner .submitbar .d-inline-flex:first-child {
    padding-right: 10px
  }

  .innerbanner .submitbar .d-inline-flex {
    margin: 10px 0 !important
  }

  .web-why-choose-main-box {
    min-height: inherit
  }

  .service-we-offer-web-inner .web-why-choose-main-box {
    padding: 20px 15px
  }

  .web-advtanges-box {
    padding: 20px 15px
  }

  .callouts-separate.webdevinner {
    margin: 40px auto 0
  }

  .option1 .web-why-choose-main-icon {
    margin: -70px auto 15px
  }

  .about-us-review-section .counter-section {
    align-items: flex-start
  }

  .about-us-review-section .counter-image {
    margin: 0 auto 15px
  }

  .about-us-review-section .counter-section li img {
    width: 40px
  }

  .about-us-review-section .counter_text {
    width: 100%;
    padding: 0;
    justify-content: center;
    text-align: center
  }

  .about-us-review-section .counter_text .counter {
    font-size: 24px
  }

  .our-core-value-box {
    min-height: inherit
  }

  .featured-in-image-box:before {
    display: none !important
  }

  .mvp-what-we-offer-box {
    min-height: inherit
  }

  .mvp-why-choose-dev-box {
    display: block;
    text-align: center;
    padding: 20px 25px
  }

  .mvp-why-choose-dev-icon {
    margin: 0 auto 15px
  }

  .mvp-why-choose-dev-content {
    width: 100%;
    margin: 0
  }

  .best-game-dev-company-box {
    min-height: inherit;
    padding: 30px 15px
  }

  .best-game-dev-company-icon {
    width: 70px;
    height: 70px
  }

  .best-game-dev-company-icon svg {
    width: 45px
  }

  .best-game-dev-company-box h5 {
    margin-bottom: 20px
  }

  .blog-list-info-box.d-flex {
    display: block !important
  }

  .blog-list-author-image {
    width: 60px;
    height: 60px
  }

  .blog-list-author-image-wrap,
  .blog-list-date {
    display: inline-flex !important
  }

  .blog-list-date+.divider {
    display: none
  }

  .blog-list-category {
    display: block;
    margin-top: 10px
  }

  .blog-detail-content iframe {
    max-width: 100%;
    height: 250px
  }

  .game-experties-inner-box {
    min-height: inherit
  }

  .footer_box_img {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 25px !important;
    text-align: center
  }

  .footer_box_add {
    max-width: 370px;
    width: 100%;
    display: block;
    float: none;
    padding: 0;
    text-align: left;
    margin: 0 auto
  }

  .footer_box h5 {
    font-size: 20px
  }

  .footer_box ul li {
    justify-content: flex-start
  }

  .footer-top {
    padding-top: 30px
  }

  .foot-center-col {
    padding: 0 15px 30px
  }

  .foot-center-col:nth-child(1) {
    padding: 0 15px 20px
  }

  .foot-exp-char {
    width: auto
  }

  .foot-exp-text-wrap {
    width: calc(100% - 120px)
  }

  .foot-exp-text-button .exp {
    font-size: 24px
  }

  .foot-exp-text-button .indus {
    font-size: 18px
  }

  .foot-social .header_social li {
    margin-bottom: 10px
  }

  .footer-center-market-list {
    display: block !important;
    text-align: center
  }

  .footer-center-market-list .item {
    width: 48%;
    margin: 0 0 30px;
    padding: 0 10px;
    float: none;
    text-align: center;
    display: inline-block;
    vertical-align: top
  }

  .footer-center-market-list .item:nth-child(2n+1) {
    clear: both
  }

  .footer-center-market-list .item img {
    height: 145px
  }

  .ins-msg-content-wrap .accordian_header {
    font-size: 16px
  }

  .ins-msg-content-wrap .contentrow .tab_content img {
    display: block;
    float: none;
    margin: 0 auto 20px
  }

  .ins-msg-content-wrap .tab_inner_content {
    padding: 0
  }

  .why-you-invest-box {
    min-height: inherit
  }

  .real-time-app-content-box {
    display: block !important
  }

  .real-time-app-content {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px
  }

  .real-time-app-button {
    text-align: center
  }

  .car-wash-process-box-wrap .wow .car-wash-process-box .arrow {
    top: calc(100% + 10px) !important;
    right: 0 !important;
    line-height: 1;
    left: 0 !important;
    bottom: inherit !important;
    width: 40px !important;
    text-align: center;
    margin: 0 auto !important;
    transform: rotate(90deg) !important
  }

  .key-features-box {
    padding: 30px 15px;
    min-height: inherit
  }

  .fitness-tab-content .service-we-offer-web-inner .web-why-choose-main-box {
    padding: 0 15px 20px
  }

  .ideal-business-box {
    border-right: 0 !important
  }

  .ideal-business-box:nth-child(5) {
    border-bottom: 1px solid #ecedee
  }

  .uiux-app-design-icon {
    width: 75px;
    height: 75px
  }

  .uiux-app-design-icon svg {
    width: 45px;
    height: 45px
  }

  .uiux-app-design-content {
    width: calc(100% - 95px)
  }

  .uiux-app-design-content h4 {
    font-size: 18px
  }

  .similar-app-option3-main .content-description ul li {
    width: 100%;
    float: none;
    padding-right: 0;
    display: block
  }

  .similar-app-slider .slick-arrow.slick-next {
    right: 35%
  }

  .similar-app-slider .slick-arrow.slick-prev {
    left: 35%
  }

  .detail-feature-tab-content ul li {
    width: 100%;
    float: none;
    padding-right: 0;
    display: block;
    padding: 0 0 0 25px
  }

  .portfolio-preview-thumb img.portrait {
    height: auto;
    width: 95%
  }

  .advantage-of-real-estate-main .web-why-choose-us-inner-box {
    text-align: center;
    min-height: inherit
  }

  .advantage-of-real-estate-main .web-why-choose-us-inner-box {
    min-height: inherit
  }

  .advantage-of-real-estate-main .web-why-choose-us-inner-box h5 {
    width: 100%
  }

  .advantage-of-real-estate-main .web-why-choose-inner-icon {
    float: none
  }

  .real-estate-type-main .game-what-we-offer-box {
    min-height: inherit
  }

  .error-service-list-item {
    width: calc(33.33% - 10px);
    margin-bottom: 20px
  }

  .chatbot-adv-box {
    min-height: inherit;
    padding: 0 15px 30px
  }
}

@media (max-width:480px) {
  .app-service-tab {
    padding: 0 20px !important
  }

  #rev_slider .tp-caption {
    max-width: 300px !important;
    width: 100%;
    min-width: 300px !important
  }

  .our-award-section .item {
    width: 100%;
    text-align: center
  }

  .our-award-section .item:last-child .mb-30 {
    margin-bottom: 0 !important
  }

  .our-award-section .item img {
    height: auto
  }

  .portfolio-listing-icon {
    padding: 5px 5px
  }

  .portfolio-listing-icon svg {
    width: 25px;
    height: 25px
  }

  .portfolio-listing-icon span {
    font-size: 12px
  }

  .blog-list-author-image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
  }

  .blog-list-author-image-wrap a {
    display: inline-block;
    vertical-align: middle
  }

  .blog-list-date {
    margin-top: 0
  }

  .blog-list-info-box .divider {
    margin: 0 5px
  }

  .blog-detail-cta-section {
    padding: 20px 20px
  }

  .blog-detail-cta-content {
    width: 100%;
    order: 2;
    margin-right: 0
  }

  .blog-detail-cta-img {
    width: 130px;
    height: 130px;
    order: 1;
    margin-bottom: 20px
  }

  .error-service-list-item {
    width: calc(50% - 10px);
    margin-bottom: 20px
  }
}

@media (max-width:414px) {
  .ar-services-list-box {
    padding: 30px 10px;
    min-height: auto
  }

  .ar-services-list-icon {
    margin-bottom: 10px
  }

  .ar-services-list-title {
    min-height: auto
  }

  .about-blog-author-section {
    display: block !important
  }

  .about-blog-author-image {
    margin: 0 auto 20px
  }

  .about-blog-author-info {
    width: 100%;
    text-align: center
  }

  .app_service_option1 .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .our-expert-build-box {
    display: block !important
  }

  .our-expert-build-icon {
    margin-right: 0;
    margin-bottom: 20px
  }

  .foot-center-col h4 {
    font-size: 20px
  }

  .foot-exp-char {
    width: 80px
  }

  .foot-exp-text-wrap {
    width: calc(100% - 90px);
    margin-left: 10px
  }

  .foot-exp-text-button .exp {
    font-size: 22px
  }

  .foot-exp-text-button .indus {
    font-size: 16px
  }

  .foot-exp-text-wrap .btn-custome.btn-lg {
    padding: 15px 20px
  }

  .footer-center-market-list .item {
    width: 100%;
    display: block;
    float: none
  }

  .footer-center-market-list .item img {
    height: auto
  }

  .thank-you-process-step-box {
    width: 100%
  }

  .thank-you-process-step-box:nth-child(1) {
    order: 0
  }

  .thank-you-process-step-box:nth-child(2) {
    order: 1
  }

  .thank-you-process-step-box:nth-child(3) {
    order: 2
  }

  .thank-you-process-step-box:nth-child(4) {
    order: 3
  }

  .thank-you-process-step-box:nth-child(5) {
    order: 4
  }

  .thank-you-process-step-box:nth-child(6) {
    order: 5
  }

  .thank-you-process-step-box:nth-child(7) {
    order: 6
  }
}

@media (max-width:400px) {
  .game-experties-main .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .game-experties-box {
    max-width: 220px;
    width: 100%;
    margin: 0 auto
  }
}

@media (max-width:360px) {
  .blog-list-author-date {
    display: block !important
  }

  .blog-list-info-box .divider {
    display: none
  }

  .blog-list-author-image-wrap,
  .blog-list-date {
    display: block !important
  }

  .blog-list-date {
    margin-top: 10px
  }
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 1);
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  border: 4px solid #ddd;
  border-radius: 50%;
  border-top: 4px solid #ec7323;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  /*Safari*/
  animation: spin 2s linear infinite;
  padding: 10px;
  background-color: #fff;
}

.LoginSection {
  position: relative;
  background: none !important;
}

.LoginSection:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-size: cover;
  z-index: -1;
}

.spinr2 {
  -webkit-animation: spin2 2s linear infinite;
  animation: spin2 2s linear infinite;
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}


/*****************************
Typography
*****************************/

body {
  
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #676c71;
  overflow-x: hidden;
}

a {
  outline: medium none !important;
  color: #ef3139;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:focus {
  color: #022d62;
  text-decoration: none !important;
}

a:hover {
  color: #022d62;
  text-decoration: none !important;
}

a.text-dark:focus {
  color: #ef3139 !important;
}

a.text-dark:hover {
  color: #ef3139 !important;
}

input {
  outline: medium none !important;
  color: #ef3139;
}

.fa,
.fab,
.fal,
.far,
.fas {
  line-height: 2 !important;
}

.col-lg-17 {
  flex: 0 0 auto;
  width: 65%;
  background: #767c831f;
  padding: 22px;
  padding-top: 35px;
}

.col-lg-27 {
  flex: 0 0 auto;
  width: 55%;
  text-align: right;
}

.col-lg-15 {
  flex: 0 0 auto;
  width: 45%;
}

.foot-vat-no p {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  
  font-weight: normal;
  color: #022d62;
  margin: 0px 0px 1rem;
  font-weight: bold;
  line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  
}

iframe {
  width: 100%;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 60px;
  font-style: normal;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: white;
}

p {
  line-height: 1.8;
  color: #0c0c0c;
  text-align: justify;
  
  font-size: 15px;
  font-weight: 500;
}

.section-title-2 h2 {
  font-size: 36px;
  line-height: 1.3;
  margin: 0;
  color: #022d62;
  
  text-align: center;
  padding-top: 40px;
}


.section-title-2 p {
  text-align: center;
}

.section-title h2 {
  font-size: 33px;
  line-height: 1.3;
  margin: 0;
  color: #022d62;
  
}

*::-moz-selection {
  background: #ef3139;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #ef3139;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #ef3139;
  color: #ffffff;
  text-shadow: none;
}

/* container-fluid */
.container-fluid.container-space {
  padding: 0 100px;
}


/*////////////// testimonial ///////////////*/

section#testimonial-area {
  margin-top: 50px;
}

.testi-wrap {
  position: relative;
  height: 725px;
  margin-top: -80px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  display: none;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  opacity: 0;
  visibility: hidden;
}

.client-single.position-1 {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}

.client-single.position-2 {
  left: -40px;
  top: 105px;
}

.client-single.position-3 {
  left: -60px;
  top: 240px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}

.client-single.position-4 {
  left: 55px;
  top: 380px;
}

.client-single.position-5 {
  top: 30px;
  right: 55px;
}

.client-single.position-6 {
  top: 225px;
  right: -40px;
}

.client-single.position-7 {
  top: 400px;
  right: 45px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}

.client-single.active {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 70%;
}

.client-single.active .client-comment,
.client-single.active .client-info {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.client-single:not(.active) {
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
  z-index: 99;
}

.client-single.active .client-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 24px;
  position: relative;
}

.client-single.active .client-img:before {
  border-radius: 100%;
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9d5bfe), to(#3890fe));
  background-image: linear-gradient(180deg, #9d5bfe 0%, #3890fe 100%);
  padding: 5px;
  width: 160px;
  height: 160px;
  top: -4px;
  left: 0px;
  position: absolute;
  z-index: -1;
}

.client-single .client-img img {
  width: 150px;
  border-radius: 50%;
  border: 8px solid #d1e9ff;
  cursor: pointer;
}

.client-single.active .client-img img {
  max-width: 160px;
  margin: 0 auto 24px;
  border: 0;
}

.client-comment {
  padding: 0 30px;
}

.client-comment h3 {
  font-size: 22px;
  line-height: 32px;
  color: #505b6d;
}

.client-comment span i {
  font-size: 60px;
  color: #0084ff;
  margin: 40px 0 24px;
  display: inline-block;
}

.client-info h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
}

.client-info p {
  color: #0084ff;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 100px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 580px;
  }

  #testimonial-area {
    padding: 100px 0 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-5,
  .client-single.position-7 {
    right: 0;
  }

  .client-single.position-4 {
    left: 0;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 630px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 600px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 550px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* border */
.border {
  border-color: #eeeeee !important;
}

.border-top {
  border-top-color: #eeeeee !important;
}

.border-left {
  border-left-color: #eeeeee !important;
}

.border-right {
  border-right-color: #eeeeee !important;
}

.border-bottom {
  border-bottom-color: #eeeeee !important;
}

.border-radius {
  border-radius: 5px !important;
}

.border-radius-0 {
  border-radius: 0px !important;
}

/* badge */
.badge {
  border-radius: 5px;
  padding: .25em .4em;
}

.badge+.badge {
  margin-left: 6px;
}

.badge-md {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal;
}

.badge-primary {
  background: #ef3139;
}

/* back-to-to */
.back-to-top {
  text-align: center;
  background: #ef3139;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  display: inline-block;
  border-radius: 50%;
}

.back-to-top:hover {
  color: #ffffff;
}

.back-to-top:focus {
  color: #ffffff;
}

/* pagination */
.pagination .page-item .page-link {
  padding: 12px 25px;
  color: #022d62;
  border-color: rgba(2, 45, 98, 0.1);
}

.pagination .page-item .page-link:hover {
  background: #022d62;
  color: #ffffff;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  background: #ef3139;
  border-color: #ef3139;
  color: #ffffff;
}

/* blockquote */
.blockquote {
  font-size: 16px;
  border-left: 10px solid #ef3139;
  padding-left: 30px;
  font-style: italic;
  display: block;
}

.blockquote-quote {
  position: relative;
  font-size: 18px;
  border-left: 0 solid #ef3139;
  padding-left: 30px;
  font-style: italic;
  display: block;
  z-index: 1;
}

.blockquote-quote p {
  position: relative;
}

.blockquote-quote i {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  font-size: 60px;
  line-height: 60px;
  color: #dfdfdf;
}

/* table */
.table-bordered td {
  border-color: #eeeeee;
}

.table-bordered th {
  border-color: #eeeeee;
}

.table thead th {
  border-bottom-color: #eeeeee;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #f6f6f6;
}

/*****************************
Helper Classes
*****************************/
/* color */
.text-primary {
  color: #ef3139 !important;
}

.text-light {
  color: #626262 !important;
}

.text-dark {
  color: #022d62 !important;
}

.bg-brush-primary {
  background: #ef3139;
  border-radius: 6% 33% 19% 39%;
  color: #ffffff;
  padding: 0 10px;
}

/* fill colors for svg */
.fill-dark {
  fill: #022d62;
}

.fill-primary {
  fill: #ef3139;
}

.fill-light {
  fill: #dfdfdf;
}

.fill-white {
  fill: #ffffff;
}

/* hr */
hr {
  border-top-color: #f6f6f6;
}

/* hr light bg */
hr.light-bg {
  border-top-color: #dfdfdf;
}

/* background */
.bg-primary {
  background-color: #ef3139 !important;
}

.bg-dark {
  background-color: #fff !important;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.bg-black {
  background-color: #000000 !important;
}

/* Page section margin padding */
.space-ptb {
  padding: 100px 0;
  padding-bottom: 60px;
}

.space-pt {
  padding: 100px 0 0;
}

.space-pb {
  padding: 0 0 100px;
}

.h-100vh {
  height: 100vh !important;
}

.h-800 {
  height: 800px;
}

.h-700 {
  height: 700px;
}

.h-600 {
  height: 600px;
}

.h-500 {
  height: 500px;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.me-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ms-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.me-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ms-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.me-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ms-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.me-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ms-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -7rem !important;
}

.me-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ms-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.p-6 {
  padding: 5rem !important;
}

.px-6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-6 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 5rem !important;
}

.pb-6 {
  padding-bottom: 5rem !important;
}

.pl-6 {
  padding-left: 5rem !important;
}

.pr-6 {
  padding-right: 5rem !important;
}

.m-n6 {
  margin: -7rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -7rem !important;
}

.me-n6,
.mx-n6 {
  margin-right: -7rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -7rem !important;
}

.ms-n6,
.mx-n6 {
  margin-left: -7rem !important;
}

.m-n7 {
  margin: -9rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -9rem !important;
}

.me-n7,
.mx-n7 {
  margin-right: -9rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -9rem !important;
}

.ms-n7,
.mx-n7 {
  margin-left: -9rem !important;
}

.mb-sm-5 {
  margin-bottom: 0rem !important;
}

@media (min-width: 576px) {
  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .me-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ms-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .me-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ms-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .me-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ms-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .me-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ms-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .me-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .m-sm-n6 {
    margin: -7rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -7rem !important;
  }

  .me-sm-n6,
  .mx-sm-n6 {
    margin-right: -7rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -7rem !important;
  }

  .ms-sm-n6,
  .mx-sm-n6 {
    margin-left: -7rem !important;
  }

  .m-sm-n7 {
    margin: -9rem !important;
  }

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -9rem !important;
  }

  .me-sm-n7,
  .mx-sm-n7 {
    margin-right: -9rem !important;
  }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -9rem !important;
  }

  .ms-sm-n7,
  .mx-sm-n7 {
    margin-left: -9rem !important;
  }

  .p-sm-6 {
    padding: 5rem !important;
  }

  .px-sm-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-sm-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }

  .pt-sm-6 {
    padding-top: 5rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-6 {
    padding-left: 5rem !important;
  }

  .pr-sm-6 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .me-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ms-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .me-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ms-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .me-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ms-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .me-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ms-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .me-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-n6 {
    margin: -7rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -7rem !important;
  }

  .me-md-n6,
  .mx-md-n6 {
    margin-right: -7rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -7rem !important;
  }

  .ms-md-n6,
  .mx-md-n6 {
    margin-left: -7rem !important;
  }

  .m-md-n7 {
    margin: -9rem !important;
  }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -9rem !important;
  }

  .me-md-n7,
  .mx-md-n7 {
    margin-right: -9rem !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -9rem !important;
  }

  .ms-md-n7,
  .mx-md-n7 {
    margin-left: -9rem !important;
  }

  .p-md-6 {
    padding: 5rem !important;
  }

  .px-md-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-md-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }

  .pt-md-6 {
    padding-top: 5rem !important;
  }

  .pb-md-6 {
    padding-bottom: 5rem !important;
  }

  .pl-md-6 {
    padding-left: 5rem !important;
  }

  .pr-md-6 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .me-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ms-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .me-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ms-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .me-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ms-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .me-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ms-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .me-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-n6 {
    margin: -7rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -7rem !important;
  }

  .me-lg-n6,
  .mx-lg-n6 {
    margin-right: -7rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -7rem !important;
  }

  .ms-lg-n6,
  .mx-lg-n6 {
    margin-left: -7rem !important;
  }

  .m-lg-n7 {
    margin: -9rem !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -9rem !important;
  }

  .me-lg-n7,
  .mx-lg-n7 {
    margin-right: -9rem !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -9rem !important;
  }

  .ms-lg-n7,
  .mx-lg-n7 {
    margin-left: -9rem !important;
  }

  .p-lg-6 {
    padding: 5rem !important;
  }

  .px-lg-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-lg-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }

  .pt-lg-6 {
    padding-top: 5rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-6 {
    padding-left: 5rem !important;
  }

  .pr-lg-6 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .me-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ms-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .me-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ms-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .me-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ms-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .me-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ms-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .me-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-n6 {
    margin: -7rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -7rem !important;
  }

  .me-xl-n6,
  .mx-xl-n6 {
    margin-right: -7rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -7rem !important;
  }

  .ms-xl-n6,
  .mx-xl-n6 {
    margin-left: -7rem !important;
  }

  .m-xl-n7 {
    margin: -9rem !important;
  }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -9rem !important;
  }

  .me-xl-n7,
  .mx-xl-n7 {
    margin-right: -9rem !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -9rem !important;
  }

  .ms-xl-n7,
  .mx-xl-n7 {
    margin-left: -9rem !important;
  }

  .p-xl-6 {
    padding: 5rem !important;
  }

  .px-xl-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .py-xl-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }

  .pt-xl-6 {
    padding-top: 5rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-6 {
    padding-left: 5rem !important;
  }

  .pr-xl-6 {
    padding-right: 5rem !important;
  }
}

.overview-hidden {
  overflow: hidden;
}

/* img holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

.dotted-overlay {
  position: relative;
  z-index: 1;
}

.dotted-overlay:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  background-image: radial-gradient(#626262 10%, transparent 10%);
  background-size: 5px 5px;
  z-index: 0;
}

/* Background overlay */
.bg-overlay-black-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-10:before {
  background: rgba(2, 45, 98, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-20:before {
  background: rgba(2, 45, 98, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-30:before {
  background: rgba(2, 45, 98, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-40:before {
  background: rgba(2, 45, 98, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-50:before {
  background: rgba(2, 45, 98, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-60:before {
  background: rgba(2, 45, 98, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-70:before {
  background: rgba(2, 45, 98, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-80:before {
  background: rgba(2, 45, 98, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-90:before {
  background: rgba(2, 45, 98, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-white {
  background-color: #fff0 !important;
}

.bg-overlay-white-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-20:before {
  background: rgba(239, 49, 57, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-50:before {
  background: rgba(239, 49, 57, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-70:before {
  background: rgba(239, 49, 57, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-90:before {
  background: rgba(239, 49, 57, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-gradient-x-bottom {
  position: relative;
}

.bg-overlay-gradient-x-bottom:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  top: auto;
  height: 75%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.bg-overlay-gradient-x-top {
  position: relative;
}

.bg-overlay-gradient-x-top:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  bottom: auto;
  height: 70%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.bg-overlay-gradient-x-light-bottom {
  position: relative;
}

.bg-overlay-gradient-x-light-bottom:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white)), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
  top: auto;
  height: 100%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.bg-overlay-gradient-x-dark-bottom {
  position: relative;
}

.bg-overlay-gradient-x-dark-bottom:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62)), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62));
  background: linear-gradient(to bottom, rgba(2, 45, 98, 0) 0, #022d62 100%), linear-gradient(to bottom, rgba(2, 45, 98, 0) 0, #022d62 100%);
  top: auto;
  height: 100%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.bg-overlay-gradient-x-light-bottom {
  position: relative;
}

.bg-overlay-gradient-x-light-bottom:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(246, 246, 246, 0)), to(#f6f6f6)), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(246, 246, 246, 0)), to(#f6f6f6));
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0, #f6f6f6 100%), linear-gradient(to bottom, rgba(246, 246, 246, 0) 0, #f6f6f6 100%);
  top: auto;
  height: 100%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.bg-overlay-gradient-y-left {
  position: relative;
}

.bg-overlay-gradient-y-left:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62)), -webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62));
  background: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%), linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%);
  top: auto;
  height: 100%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

/* border-radius-overlay */
.border-radius.bg-overlay-black-10:before,
.border-radius.bg-overlay-black-20:before,
.border-radius.bg-overlay-black-30:before,
.border-radius.bg-overlay-black-40:before,
.border-radius.bg-overlay-black-50:before,
.border-radius.bg-overlay-black-60:before,
.border-radius.bg-overlay-black-70:before,
.border-radius.bg-overlay-black-80:before,
.border-radius.bg-overlay-black-90:before,
.border-radius.bg-overlay-white-10:before,
.border-radius.bg-overlay-white-20:before,
.border-radius.bg-overlay-white-30:before,
.border-radius.bg-overlay-white-40:before,
.border-radius.bg-overlay-white-50:before,
.border-radius.bg-overlay-white-60:before,
.border-radius.bg-overlay-white-70:before,
.border-radius.bg-overlay-white-80:before,
.border-radius.bg-overlay-white-90:before,
.border-radius.bg-overlay-theme-10:before,
.border-radius.bg-overlay-theme-20:before,
.border-radius.bg-overlay-theme-30:before,
.border-radius.bg-overlay-theme-40:before,
.border-radius.bg-overlay-theme-50:before,
.border-radius.bg-overlay-theme-60:before,
.border-radius.bg-overlay-theme-70:before,
.border-radius.bg-overlay-theme-80:before,
.border-radius.bg-overlay-theme-90:before,
.border-radius.bg-overlay-gradient-x-bottom:before,
.border-radius.bg-overlay-gradient-x-top:before,
.border-radius.bg-overlay-gradient-x-light-bottom:before,
.border-radius.bg-overlay-gradient-y-left:before {
  border-radius: 5px;
}

/* 404 scg css */
.digit1,
.digit2 {
  fill-rule: evenodd;
}

.digit3 {
  font-size: 230px;
  font-weight: 600;
}

/* avatar */
.avatar {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.avatar.avatar-sm {
  width: 20px;
  height: 20px;
}

.avatar.avatar-md {
  width: 80px;
  height: 80px;
}

.avatar.avatar-lg {
  width: 145px;
  height: 145px;
}

/* font size */
.font-sm {
  font-size: 13px;
}

.font-md {
  font-size: 15px;
}

.font-lg {
  font-size: 17px;
}

.font-xl {
  font-size: 21px;
}

.font-xll {
  font-size: 30px;
}

.font-xlll {
  font-size: 40px;
  line-height: 40px;
}

/* border-radius */
.b-radius-none {
  border-radius: 0 !important;
}

.b-radius-left-none {
  border-radius: 0 3px 3px 0;
}

.b-radius-right-none {
  border-radius: 3px 0 0 3px;
}

.b-radius-100 {
  border-radius: 100%;
}

/* z index */
.z-index-1 {
  z-index: 1;
}

.z-index-9 {
  z-index: 9;
}

.z-index-99 {
  z-index: 99;
}

.z-index-999 {
  z-index: 999;
}

.w-space {
  white-space: nowrap;
}

.grayscale,
.img-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grayscale:hover {
  -webkit-filter: inherit;
  filter: inherit;
}


.our-clients .brand-logo .owl-carousel,
.our-clients .brand-logo .owl-item {
  padding: 0;
  margin: 0;
  height: 165px;
}

.col-xl-9 {
  width: 100%
}


/*************************
     Responsive
*************************/
@media (max-width: 767px) {
  .h-sm-600 {
    height: 600px;
  }

  .h-sm-500 {
    height: 500px;
  }

  .h-sm-400 {
    height: 400px;
  }

  .h-sm-300 {
    height: 300px;
  }

  .p-6 {
    padding: 3rem !important;
  }

  .pt-6 {
    padding-top: 3rem !important;
  }

  .pb-6 {
    padding-bottom: 3rem !important;
  }

  .pl-6 {
    padding-left: 3rem !important;
  }

  .pr-6 {
    padding-right: 3rem !important;
  }


  /* comming soon */
  .coming-soon {
    height: 100% !important;
    padding-bottom: 50px !important;
    padding-top: 100px !important;
  }
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5.5rem;
  }
}

/*****************************
Shortcodes
*****************************/
/*****************************
Accordion
*****************************/
.accordion .card {
  border: none;
}

.accordion .card:last-child .card-header {
  margin-bottom: 0;
}

.accordion .card-body {
  padding: 35px 45px 45px 62px;
}

.accordion .card-header {
  background: none;
  border-bottom: none;
  padding: 0;
}

.accordion>.card .card-header {
  margin-bottom: 10px;
}

.accordion .accordion-icon.card-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ef3139;
  font-size: 18px;
  color: #ffffff;
  padding: 32px 30px 32px 62px;
  width: 100%;
  text-align: left;
  border: none;
  font-weight: normal;
  position: relative;
  border-radius: 5px;
  font-weight: 500;
}

.accordion .accordion-icon.card-header .btn:after {
  content: "\f062";
  margin-left: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  
  font-weight: bold;
}

.accordion .accordion-icon.card-header button.collapsed {
  background: #022d62;
}

.accordion .accordion-icon.card-header button.collapsed:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*****************************
Feature Info
*****************************/
.feature-info .feature-info-icon {
  color: #ef3139;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 15px;
}

/* Style 01 */
.feature-info-style-01 {
  background: #ffffff;
  padding: 45px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-info-style-01:hover {
  background: #022d62;
}

.feature-info-style-01:hover .feature-info-icon {
  top: -90px;
}

.feature-info-style-01:hover .feature-info-content {
  margin-top: 0;
  margin-bottom: 80px;
}

.feature-info-style-01:hover .feature-info-content .feature-info-title {
  color: #ffffff;
}

.feature-info-style-01:hover .feature-info-content p {
  color: #ffffff;
}

.feature-info-style-01:hover .feature-info-content .icon-btn {
  bottom: 45px;
}

.feature-info-style-01 .feature-info-icon {
  margin-bottom: 25px;
  position: absolute;
  top: 45px;
}

.feature-info-style-01 .feature-info-content {
  margin-top: 80px;
}

.feature-info-style-01 .feature-info-content .icon-btn {
  position: absolute;
  bottom: -90px;
}

.feature-info,
.feature-info .feature-info-icon,
.feature-info .feature-info-content,
.feature-info .feature-info-content .feature-info-title,
.feature-info .feature-info-content p,
.feature-info-style-05 .feature-info-icon i,
.feature-info-style-05 .feature-info-icon i:after,
.feature-info-style-06 .feature-info-number,
.feature-info-style-06 .feature-info-number span,
.feature-info-style-08 .feature-info-item .feature-info-number span,
.feature-info-style-08 .feature-info-item .feature-info-number span:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Style 02 */
.feature-info-style-02 {
  background: #ffffff;
  padding: 35px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  border-radius: 5px;
  cursor: pointer;
}

.feature-info-style-02 .feature-info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  position: inherit;
  top: 0;
}

.feature-info-style-02 .feature-info-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feature-info-style-02 .feature-info-bg-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(2, 45, 98, 0.5);
  z-index: 9;
  width: 100%;
  height: 100%;
}

.feature-info-style-02:hover .feature-info-bg-img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.feature-info-style-02:hover .feature-info-content .icon-btn {
  opacity: 1;
}

.feature-info-style-02 .feature-info-content .icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Style 03 */
.feature-info-style-03 {
  padding: 45px;
  background: #f6f6f6;
  border-radius: 5px;
}

/* Style 04 */
.feature-info-style-04 {
  padding: 45px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.feature-info-style-04:hover {
  background: #022d62;
}

.feature-info-style-04:hover .feature-info-content .feature-info-title {
  position: absolute;
  top: -55px;
}

.feature-info-style-04:hover .feature-info-content p {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 50px;
}

.feature-info-style-04:hover .feature-info-content .btn {
  bottom: 35px;
}

.feature-info-style-04 .feature-info-content .feature-info-title {
  position: absolute;
  top: 45px;
}

.feature-info-style-04 .feature-info-content p {
  margin-top: 50px;
  margin-bottom: 0;
}

.feature-info-style-04 .feature-info-content .btn {
  position: absolute;
  bottom: -55px;
}

/* Style 05 */
.feature-info-style-05 .feature-info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
}

.feature-info-style-05 .feature-info-icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f6f6;
  color: #022d62;
  width: 144px;
  height: 144px;
  position: relative;
  border-radius: 50%;
}

.feature-info-style-05 .feature-info-icon i:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #f6f6f6;
  border-width: 9px;
  margin-left: -9px;
  margin-top: -1px;
}

.feature-info-style-05:before {
  content: "";
  border-top: 2px dotted #022d62;
  width: 52px;
  display: inline-block;
  position: absolute;
  right: -26px;
  top: 70px;
}

.feature-info-style-05:hover .feature-info-icon i {
  background: #ef3139;
  color: #ffffff;
}

.feature-info-style-05:hover .feature-info-icon i:after {
  border-top-color: #ef3139;
}

.row [class*=col]:last-child .feature-info-style-05:before {
  content: none;
}

/* Style 06 */
.feature-info-style-06 .feature-info-img {
  margin-bottom: 30px;
}

.feature-info-style-06 .feature-info-img img {
  border-radius: 5px;
}

.feature-info-style-06 .feature-info-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #eeeeee;
  position: relative;
}

.feature-info-style-06 .feature-info-number:after {
  content: "";
  height: 2px;
  background: #f6f6f6;
  width: 0%;
  position: absolute;
  bottom: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-info-style-06 .feature-info-number span {
  color: #022d62;
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  opacity: 0.1;
  position: relative;
}

.feature-info-style-06 .feature-info-number .feature-info-title {
  -ms-flex-item-align: center;
  align-self: center;
}

.feature-info-style-06:hover .feature-info-number:after {
  width: 100%;
  background: #022d62;
}

.feature-info-style-06:hover .feature-info-number span {
  color: #ef3139;
  opacity: 0.5;
}

.feature-info-style-06 .feature-info-content p {
  -ms-flex-item-align: center;
  align-self: center;
}

.dark-background .feature-info-style-06:hover .feature-info-number span {
  color: #ef3139;
  opacity: 0.5;
}

/* Dark Background */
.dark-background .feature-info-style-06 .feature-info-number {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.dark-background .feature-info-style-06 .feature-info-number span {
  color: #ffffff;
  opacity: 0.1;
}

.dark-background .feature-info-style-06 .feature-info-number .feature-info-title {
  color: #ffffff;
}

.dark-background .feature-info-style-06:hover .feature-info-number {
  border-bottom-color: #ffffff;
}

.dark-background .feature-info-style-06:hover .feature-info-number:after {
  background: #ffffff;
}

.dark-background .feature-info-style-06 .feature-info-content p {
  color: #ffffff;
}

/* Style 07 */
.feature-info-style-07 {
  position: relative;
}

.feature-info-style-07 .feature-info-img img {
  border-radius: 5px;
}

.feature-info-style-07 .feature-info-content {
  padding: 30px 0 10px;
  background: #ffffff;
  position: relative;
}

.feature-info-style-07 .feature-info-content .feature-info-title {
  margin-bottom: 25px;
}

.feature-info-style-07 .feature-info-content .icon-btn {
  position: absolute;
  bottom: -40px;
  left: 0;
  opacity: 0;
}

.feature-info-style-07:hover .feature-info-content {
  margin-top: -40px;
  padding-bottom: 50px;
}

.feature-info-style-07:hover .feature-info-content .icon-btn {
  bottom: 0px;
  opacity: 1;
}

/* Style 08 */
.feature-info-style-08 .feature-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px;
  position: relative;
}

.feature-info-style-08 .feature-info-item:before {
  position: absolute;
  top: 0;
  content: "";
  left: 38px;
  height: 100%;
  width: 2px;
  background: #ef3139;
}

.feature-info-style-08 .feature-info-item:last-child {
  padding-bottom: 0;
}

.feature-info-style-08 .feature-info-item:last-child:before {
  position: relative;
  content: none;
}

.feature-info-style-08 .feature-info-item:hover .feature-info-number span {
  background: #022d62 !important;
  color: #ffffff;
}

.feature-info-style-08 .feature-info-item:hover .feature-info-number span:after {
  border-left-color: #022d62 !important;
}

.feature-info-style-08 .feature-info-inner {
  position: relative;
}

.feature-info-style-08 .feature-info-number span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ef3139 !important;
  color: #fff !important;
  font-size: 24px;
  width: 74px;
  height: 74px;
  margin-right: 25px;
  font-weight: bold;
  border-radius: 50%;
  position: relative;
  background: #f6f6f6;
}

.feature-info-style-08 .feature-info-number span:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(246, 246, 246, 0);
  border-left-color: #ef3139 !important;
  border-width: 6px;
  margin-top: -6px;
  margin-left: -1px;
}

.feature-info-style-08 .feature-info-content {
  margin-top: 28px;
}

.dark-background .feature-info-style-08 .feature-info-inner:before {
  border-left-color: rgba(246, 246, 246, 0.1);
}

.dark-background .feature-info-style-08 .feature-info-content .feature-info-title {
  color: #ffffff;
}

.dark-background .feature-info-style-08 .feature-info-content p {
  color: #ffffff;
  opacity: 0.5;
}

@media (max-width: 1199px) {
  .feature-info-style-04 {
    padding: 45px 25px;
  }
}

@media (max-width: 991px) {
  .feature-info-style-03 {
    padding: 20px;
  }

  .feature-info-style-04 {
    padding: 45px 15px;
  }

  .feature-info-style-05 .feature-info-icon {
    margin-bottom: 35px;
  }

  .feature-info-style-08 .feature-info-item {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .feature-info-style-02 {
    padding: 20px;
  }

  .feature-info-style-05:before {
    content: none;
  }

  .feature-info-style-05 .feature-info-icon {
    margin-bottom: 25px;
  }

  .feature-info-style-05 .feature-info-content .feature-info-title {
    margin-bottom: 5px;
  }

  .feature-info-style-06 .feature-info-img {
    margin-bottom: 20px;
  }

  .feature-info-style-06 .feature-info-number {
    padding-bottom: 20px;
  }

  .feature-info-style-07 .feature-info-content .feature-info-title {
    margin-bottom: 15px;
  }

  .feature-info-style-08 .feature-info-number span {
    font-size: 16px;
    width: 54px;
    height: 54px;
    margin-right: 15px;
  }

  .feature-info-style-08 .feature-info-inner:before {
    left: 28px;
  }

  .feature-info-style-08 .feature-info-item {
    padding-bottom: 30px;
  }

  .feature-info-style-08 .feature-info-item:before {
    left: 28px;
  }

  .feature-info-style-08 .feature-info-content {
    margin-top: 18px;
  }
}

/*****************************
Team
*****************************/
.team {
  text-align: center;
  position: relative;
}

.team .team-img img {
  border-radius: 5px;
}

.team:hover .team-img {
  z-index: 9;
  position: relative;
}

.team:hover .team-info {
  z-index: 9;
  position: relative;
}

.team:hover .team-info ul {
  opacity: 1;
  bottom: -35px;
}

.team:hover .team-bg {
  opacity: 1;
  z-index: 5;
}

.team .team-info {
  padding: 20px 0px 0px;
}

.team .team-info .team-name {
  color: #022d62;
  font-size: 13px;
  font-weight: 600;
}

.team .team-info .team-name:hover {
  color: #ef3139;
}

.team .team-info p {
  font-size: 11px;
  margin-bottom: 20px;
}

.team .team-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team .team-info ul li {
  margin: 0 12px;
}

.team .team-info ul li a {
  color: #022d62;
}

.team .team-info ul li a:hover {
  color: #ef3139;
}

.team .team-bg {
  background: #ffffff;
  position: absolute;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 134%;
  z-index: 4;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
}

.apply-position .team-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #022d62;
  padding: 0;
  border-radius: 3px;
  font-size: 110px;
  min-height: 173px;
  color: rgba(255, 255, 255, 0.1);
}

.apply-position .btn {
  padding: 0;
  font-size: 13px;
}

.apply-position .btn:after {
  margin-left: 10px;
}

@media (max-width: 575px) {
  .team .team-img img {
    width: 100%;
  }
}

/*****************************
  Testimonial
*****************************/
.testimonial .owl-item {
  /*padding: 0 2%; */

}

.testimonial .testimonial-item .testimonial-avatar {
  margin-bottom: 40px;
  background: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px auto 40px;
}

.testimonial .testimonial-item .testimonial-content {
  margin-bottom: 30px;
}

.testimonial .testimonial-item .testimonial-content p {
  font-size: 21px;
  color: #022d62;
  line-height: 1.4;
  text-align: center;
  width: 800px;
  /*margin-left: -350px;*/
  margin: 0 auto;

}

.testimonial .testimonial-item .testimonial-author .testimonial-name h6 {
  font-size: 25px;
  line-height: 2.2;
  font-weight: 700;
  color: #ef3139;
  background: #e7e5e5;
  border-radius: 30px;
  width: 300px;
  /* margin-left: -90px; */
  /* margin-top: -21px; */
  margin: 0 auto;
}

.testimonial .testimonial-item .testimonial-author .testimonial-name h6:hover {
  color: #022d62;
}

.row-background .testimonial-item .testimonial-content p {
  color: #ffffff;
}

.row-background .testimonial-item .testimonial-author {
  color: #ffffff;
}

.row-background .testimonial-item .testimonial-author .testimonial-name h6 {
  color: #ef3139;
}

/* style 02 */
.testimonial-style-02 {
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  border-radius: 5px;
  /* testimonial-item-sm */
}

.testimonial-style-02 .testimonial-item {
  padding: 0 15%;
  margin-top: -70px;
  position: relative;
  z-index: 9;
}

.testimonial-style-02 .testimonial-item .testimonial-content p {
  font-size: 18px;
  color: #000000;
  font-style: italic;
}

.testimonial-style-02 .testimonial-item .testimonial-author {
  margin-bottom: 20px;
}

.testimonial-style-02 .testimonial-item .testimonial-avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.testimonial-style-02 .item .svg-item svg {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: auto;
}

.testimonial-style-02 .testimonial-item-sm {
  padding: 0 15%;
  margin-top: -50px;
  position: relative;
  z-index: 9;
}

.testimonial-style-02 .testimonial-item-sm .testimonial-content p {
  font-size: 18px;
  color: #000000;
  font-style: italic;
}

.testimonial-style-02 .testimonial-item-sm .testimonial-avatar-sm {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  background: white;
  padding-bottom: 30px;
  padding-top: 19px;
  height: 230px;
}

.testimonial-style-02.owl-carousel .owl-nav {
  width: auto;
  display: inline-block;
  position: relative;
  bottom: -20px;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  padding: 8px 10px;
  border-radius: 5px;
  background: #ffffff;
}

.testimonial-style-02.owl-carousel .owl-nav .owl-next {
  position: relative;
  top: 0;
  -webkit-transform: inherit;
  transform: inherit;
  right: 0;
}

.testimonial-style-02.owl-carousel .owl-nav .owl-prev {
  position: relative;
  top: 0;
  -webkit-transform: inherit;
  transform: inherit;
  left: 0;
}

.testimonial-style-02.owl-carousel .owl-nav i {
  font-size: 14px;
  padding: 0 10px;
}

.testimonial-style-02.owl-carousel .testimonial-img {
  position: relative;
}

.video-image {
  position: relative;
}

.video-image img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.popup-icon {
  display: block;
}

.popup-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px;
  border: 7px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
}

/*****************************
  testimonial-style-03
*****************************/
.testimonial-style-03 {
  position: relative;
}

.testimonial-style-03 .testimonial-content .quotes {
  position: absolute;
  font-size: 40px;
  z-index: 0;
  color: #ffffff;
  right: 20px;
  bottom: 20px;
}

.testimonial-style-03 .testimonial-content .testimonial-des {
  font-size: 18px;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .testimonial-item .testimonial-content p {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-item .testimonial-avatar {
    margin-bottom: 20px;
  }

  .testimonial-item .testimonial-content {
    margin-bottom: 20px;
  }

  .testimonial-item .testimonial-content p {
    font-size: 16px;
  }

  .testimonial-style-02 .testimonial-item {
    padding: 0 5%;
  }

  .testimonial-style-02 .item .svg-item {
    display: none;
  }

  .popup-icon i {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .testimonial-style-02 .testimonial-item {
    margin-top: 20px;
  }

  .testimonial-style-02 .testimonial-item .testimonial-avatar {
    width: 80px;
    height: 80px;
  }
}

/*****************************
Shortcodes
*****************************/
/*****************************
Accordion
*****************************/
.accordion .card {
  border: none;
}

.accordion .card:last-child .card-header {
  margin-bottom: 0;
}

.accordion .card-body {
  padding: 35px 45px 45px 62px;
}

.accordion .card-header {
  background: none;
  border-bottom: none;
  padding: 0;
}

.accordion>.card .card-header {
  margin-bottom: 10px;
}

.accordion .accordion-icon.card-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ef3139;
  font-size: 18px;
  color: #ffffff;
  padding: 32px 30px 32px 62px;
  width: 100%;
  text-align: left;
  border: none;
  font-weight: normal;
  position: relative;
  border-radius: 5px;
  font-weight: 500;
}

.accordion .accordion-icon.card-header .btn:after {
  content: "\f062";
  margin-left: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  
  font-weight: bold;
}

.accordion .accordion-icon.card-header button.collapsed {
  background: #022d62;
}

.accordion .accordion-icon.card-header button.collapsed:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*****************************
Newsletter
*****************************/
.newsletter {
  position: relative;
}

.newsletter .form-control {
  padding-right: 150px;
}

.newsletter .btn {
  position: absolute;
  right: 0;
  line-height: 20px;
  top: 0;
  padding: 14px 30px;
}

/*****************************
Counter
*****************************/
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
}

.counter .counter-icon i {
  color: #ef3139;
  margin-right: 25px;
  font-size: 70px;
  line-height: 70px;
}

.counter .counter-content {
  -ms-flex-item-align: center;
  align-self: center;
}

.counter .counter-content .timer {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}

.counter .counter-content label {
  display: block;
  color: #ffffff;
  margin-bottom: 0;
}

/* Counter 02 */
.counter.counter-02 .counter-content .timer {
  color: #022d62;
  float: left;

}

.counter.counter-02 .counter-content label {
  color: #626262;
}

.counter.counter-02 .counter-icon i {
  color: #ef3139e6;
}

mb-3 feature-info-title h5 {
  font-size: 22px;
  color: #ef3139;
}

/* Counter 03 */
.counter.counter-03 {
  background: #ef3139;
  padding: 23px;
  text-align: center;
  display: block;
  border-radius: 5px;
}

span.counter_plush {
  font-size: 36px;
  font-weight: bold;
  line-height: 27px;
  margin-left: 8px;
  color: #022d62;
}

label.counter_text_cont {
  width: 100%;
  display: flow-root !important;
}

/*****************************
Tabs
*****************************/
.nav-pills .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #022d62;
  font-size: 22px;
  line-height: 1;
  padding: 20px 0px;
  font-weight: 600;
  border-radius: 0;
  position: relative;
}

.nav-pills .nav-link:hover {
  color: #ef3139;
  background: transparent;
}

.nav-pills .nav-link:hover:after {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  right: 0;
}

.nav-pills .nav-link:hover .data-hover {
  -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

.nav-pills .nav-link:after {
  content: '\f061';
  
  font-weight: bold;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-pills .nav-link .data-hover {
  display: block;
  position: relative;
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  font-weight: 500;
}

.nav-pills .nav-link .data-hover span {
  margin-right: 20px;
}

.nav-pills .nav-link .data-hover:before {
  display: block;
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  font-weight: bold;
  width: 100%;
}

.nav-pills .nav-link.active {
  color: #ef3139;
  background: transparent;
}

.nav-pills .nav-link.active:after {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  right: 0;
}

.nav-pills .nav-link.active .data-hover {
  -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

.nav-pills .show>.nav- {
  color: #ef3139;
  background: transparent;
}

.nav-pills .show>.nav-link {
  color: #ef3139;
  background: transparent;
}

.nav-tabs.nav-tabs-02 {
  border: none;
}

.nav-tabs.nav-tabs-02 .nav-link {
  border: none;
  color: #022d62;
  font-weight: 700;
  background: #f6f6f6;
  border-radius: 50px;
  margin-right: 10px;
  padding: 12px 28px;
  margin-bottom: 10px;
}

.nav-tabs.nav-tabs-02 .nav-link.active {
  color: #ffffff;
  background: #ef3139;
}

.nav-tabs.nav-tabs-02 .nav-link:hover {
  color: #ffffff;
  background: #ef3139;
}

@media (max-width: 1199px) {
  .nav-pills .nav-link {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .nav-pills .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .accordion .accordion-icon.card-header button {
    padding: 22px 20px 22px 52px;
  }

  .accordion .card-body {
    padding: 25px 25px 35px 52px;
  }

  .nav-pills.flex-column {
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important;
  }

  .nav-pills .nav-link {
    padding: 0 25px 25px 0;
    font-size: 16px;
  }

  .nav-pills .nav-link.active:after {
    content: none;
  }
}

@media (max-width: 575px) {
  .accordion .accordion-icon.card-header button {
    font-size: 16px;
    padding: 20px;
    line-height: 22px;
  }

  .accordion .card-body {
    padding: 20px;
  }
}

/*****************************
Owl Carousel
*****************************/
.owl-carousel .owl-item img {
  width: auto;
  display: inherit;
}

.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
}

.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  right: 0px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
}

.owl-carousel .owl-nav i {
  font-size: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #022d62;
  opacity: 0.4;
}

.owl-carousel .owl-nav i:hover {
  color: #022d62;
  opacity: 1;
}

.row-background .owl-carousel .owl-nav i {
  color: #ffffff;
  opacity: 0.4;
}

.row-background .owl-carousel .owl-nav i:hover {
  color: #ffffff;
  opacity: 1;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  width: 9px;
  height: 9px;
  background: #022d62 !important;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.5;
}

.owl-carousel button.owl-dot.active {
  background: #ef3139 !important;
  opacity: 1;
}

@media (max-width: 991px) {
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}

/*****************************
Pricing Table
*****************************/
.pricing-tab {
  text-align: center;
}

.pricing-tab span {
  vertical-align: middle;
}

.pricing-tab .monthly-tab {
  font-weight: 700;
  font-size: 18px;
  color: #022d62;
}

.pricing-tab .yearly-tab {
  font-weight: 700;
  font-size: 18px;
  color: #022d62;
}

.pricing-tab .pricing-tab-switcher {
  height: 32px;
  width: 60px;
  background: #ffffff;
  display: inline-block;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 10px;
  border: 2px solid #ef3139;
}

.pricing-tab .pricing-tab-switcher:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  background: #ef3139;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pricing-tab .pricing-tab-switcher.active:before {
  left: calc(100% - 24px);
}

.pricing {
  padding: 30px 20px;
  text-align: center;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  border-radius: 5px;
}

.pricing .pricing-title {
  margin-bottom: 20px;
}

.pricing .pricing-price {
  display: inline-block;
  position: relative;
  color: #626262;
  font-weight: 600;
  margin-top: 30px;
}

.pricing .pricing-price sup {
  position: absolute;
  top: 15px;
  left: -20px;
  font-size: 24px;
  color: #022d62;
}

.pricing .pricing-price strong {
  color: #022d62;
  font-size: 70px;
  line-height: 70px;
  padding-right: 10px;
  font-weight: 500;
}

.pricing .yearly-price {
  display: none;
}

.pricing .change-pricing-price .yearly-price {
  display: block;
}

.pricing .change-pricing-price .monthly-price {
  display: none;
}

.pricing .pricing-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing .pricing-list li {
  padding: 6px 0;
  color: #626262;
  font-weight: 600;
}

.pricing .pricing-list li:last-child {
  padding-bottom: 0;
}

.pricing.active {
  background: #022d62;
  color: #ffffff;
}

.pricing.active .pricing-list li {
  color: #ffffff;
}

.pricing.active .pricing-title {
  color: #ffffff;
}

.pricing.active .pricing-price {
  color: #ffffff;
}

.pricing.active sup {
  color: #ffffff;
}

.pricing.active strong {
  color: #ef3139;
}

.pricing.active .btn-round {
  color: #ffffff;
}

.pricing.active .btn-round:hover {
  color: #ffffff;
}

.pricing.active .btn-light-round:before {
  background-color: #ef3139;
  opacity: 1;
}

.switch {
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0px 15px;
  position: relative;
}

.switch .switch-btn {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.switch .switch-btn span {
  font-size: 18px;
  color: #022d62;
  font-weight: 600;
}

.switch input {
  display: none;
}

/*****************************
Countdown
*****************************/
.countdown-wrapper {
  border-radius: 5px;
  overflow: hidden;
}

.countdown {
  padding: 20px;
  width: 140px;
  position: relative;
}

.countdown span {
  font-size: 54px;
  line-height: 60px;
  font-weight: 600;
  color: #ffffff;
}

.countdown p {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #022d62;
}

.countdown.countdown-last {
  position: absolute;
  bottom: 0;
  left: 140px;
}

.countdown-small span {
  font-size: 24px;
  line-height: 24px;
}

.countdown-small p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .countdown span {
    font-size: 34px;
    line-height: 40px;
  }

  .countdown p {
    font-size: 16px;
  }
}

/*****************************
Button
*****************************/
/* btn */
.btn {
  font-size: 14px;
  font-weight: bold;
  padding: 16px 34px;
  line-height: 1;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

button {
  outline: medium none !important;
  color: #ef3139;
}

.btn-link:after {
  margin-left: 12px;
}

.show>.btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.show>.btn-primary.dropdown-toggle {
  background: #ef3139;
  border-color: #ef3139;
}

.btn-primary {
  background: #ef3139;
  border-color: #ef3139;
}

.btn-primary:hover {
  background: #022d62;
  border-color: #022d62;
}

.btn-primary:hover:not(:disabled):not(.disabled).active {
  background: #ef3139;
  border-color: #ef3139;
}

.btn-primary:hover:not(:disabled):not(.disabled):active {
  background: #ef3139;
  border-color: #ef3139;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ef3139;
  border-color: #ef3139;
}

.btn-dark {
  background: #ef3139;
  border-color: #ef3139;
}

.btn-dark:hover {
  background: #ef3139;
  border-color: #ef3139;
}

.btn:not(:disabled):not(.disabled).active:focus {
  color: #ffffff;
}

.btn-link {
  color: #ef3139;
  padding: 0;
}

.btn-link:hover {
  color: #022d62;
  text-decoration: none;
  outline: none;
}

.btn-link:focus {
  color: #022d62;
  text-decoration: none;
  outline: none;
}

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #022d62;
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #022d62;
}

.btn-white:hover {
  background: #ef3139;
  border-color: #ef3139;
  color: #ffffff;
}

.btn-white:active {
  color: #ffffff;
}

.btn-white:focus {
  color: #ffffff;
}

.btn.btn-white:not(:disabled):not(.disabled):active:focus {
  color: #022d62;
}

.btn-light:active {
  color: #022d62;
}

.btn-light:focus {
  color: #022d62;
}

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
  color: #022d62;
}

.btn.btn-sm {
  padding: 12px 24px;
}

.btn.btn-md {
  padding: 8px 30px;
}

.btn.btn-lg {
  padding: 17px 64px;
  font-size: 18px;
}

.btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-app i {
  font-size: 40px;
}

/* Hi Soft Button Round */
.btn-round:before {
  content: '';
  /* width: 60px; */
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  opacity: 0.8;
}

.right-round:before {
  right: 0;
  left: auto;
}

.bg-dark .btn-primary-round:before {
  opacity: 1;
}

.btn-round:hover:before {
  width: 100%;
}

.btn-round,
.btn-round:hover {
  color: #022d62;
}

.btn-primary-round:before {
  background-color: #ef3139;
}

.btn-primary-round {
  background-color: #022d62;
  border: none;
}

/*.btn-light-round:before {*/
/*  background-color: #f6f6f6; }*/
.btn-light-round:before {
  background-color: #ef3139;
}

.btn-round.btn-dark-round,
.btn-round.btn-dark-round:hover,
.btn-round.btn-dark-round:focus,
.btn.btn-round.btn-dark-round:not(:disabled):not(.disabled):active:focus {
  color: #ef3139;
}

.btn-round.btn-dark-round:hover {
  color: #ffffff;
}

.btn-dark-round:before {
  background-color: #022d62;
  opacity: 1;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #ef3139 !important;
}

.btn-white-round:before {
  background-color: #ffffff;
}

.btn-round:focus,
.btn.btn-round:not(:disabled):not(.disabled):active:focus {
  color: #022d62;
}

.dark-background .btn-round:before {
  opacity: 1;
}

/* Button Outline */
.btn-outline-primary {
  color: #ef3139;
  border-color: #ef3139;
}

.btn.btn-outline-primary:focus {
  color: #ef3139;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  background-color: #ef3139;
  border-color: #ef3139;
}

.btn-outline-dark {
  color: #022d62;
  border-color: #022d62;
}

.btn-outline-dark:focus {
  color: #022d62;
}

.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  background-color: #022d62;
  border-color: #022d62;
}

.btn-primary-round.btn-round:hover {
  color: #fff;
}

.btn-primary-round.btn-round {
  color: #fff;
}

/* Group Button */
.btn-group .btn:after {
  content: none;
}

.icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #ef3139;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  padding-left: 2px;
}

.icon-btn {
  opacity: 1;
}

.icon-btn.btn-animation {
  opacity: 1;
}

.icon-btn-lg {
  width: 80px;
  height: 80px;
}

.icon-btn-md {
  width: 60px;
  height: 60px;
}

.icon-btn-sm {
  width: 40px;
  height: 40px;
}

.icon-btn-all-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-animation:before {
  content: "";
  position: absolute;
  z-index: -9;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #ef3139;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-animation.icon-btn-lg:before {
  width: 80px;
  height: 80px;
}

.btn-animation.icon-btn-md:before {
  width: 70px;
  height: 70px;
}

.video-btn.btn-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-btn-02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-btn-02 a span {
  font-weight: 600;
}

.video-btn-02 .btn-animation {
  position: inherit;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

/* keyframes */
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes sonarWave {
  from {
    opacity: 0.4;
  }

  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }

  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .btn:after {
    margin-left: 22px;
  }
}

/*****************************
Case Study
*****************************/
.case-study {
  position: relative;
  overflow: hidden;
  margin-bottom: 33px;
  margin-top: 30px;
}

.case-study .case-study-title {
  display: block;
  color: #022d62;
  font-size: 18px;
  font-weight: 600;
}

.case-study .case-study-title:hover {
  color: #ef3139;
}

.case-study .case-study-services {
  display: block;
  margin-bottom: 10px;
}

.case-study .case-study-services:hover {
  color: #ffffff;
}

.case-study .case-study-img {
  background-size: cover;
  min-height: 235px;
  border-radius: 5px;
  background-position: center center;
}

.case-study .case-study-img.case-study-lg {
  min-height: 530px;
}

.case-study .case-study-info {
  padding: 20px;
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: -90px;
  z-index: 2;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background: #ffffff;
}

.case-study .case-study-info p {
  max-height: 66px;
  overflow: auto;
}

.case-study:hover .case-study-info {
  opacity: 1;
  bottom: 20px;
}

.case-study .case-study-lg+.case-study-info p {
  max-height: 340px;
  overflow: auto;
}

/* style 02 */
.case-study-style-02 {
  position: relative;
}

.case-study-style-02:before {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  top: auto;
  background: rgba(2, 45, 98, 0.85);
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
}

.case-study-style-02:hover:before {
  bottom: 0;
  height: 100%;
}

.case-study-style-02 .case-study-title {
  color: #ffffff;
}

.case-study-style-02 .case-study-info {
  background: transparent;
}

.case-study-style-02 .case-study-info p {
  color: #ffffff;
}

.clients-detail {
  margin: 0;
}

.clients-detail li {
  padding-right: 150px;
  margin-top: 20px;
}

.clients-detail li:last-child {
  padding-right: 0px;
}

.case-study-style-03 {
  overflow: hidden;
}

.case-study-style-03 .case-study-img {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  overflow: hidden;
  border-radius: 0;
}

.case-study-style-03 .case-study-info {
  padding: inherit;
  width: inherit;
  position: relative;
  left: inherit;
  bottom: inherit;
  z-index: 2;
  opacity: inherit;
  border-radius: inherit;
  -webkit-transform: inherit;
  transform: inherit;
  background: #ffffff;
  padding-top: 20px;
}

.case-study-style-03:hover .case-study-info {
  bottom: inherit;
  height: 100%;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.case-study-style-03:hover .case-study-img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.case-study-style-03 .case-study-services:hover {
  color: #ef3139;
}

/* Responsive View */
@media (max-width: 1199px) {
  .clients-detail li {
    padding-right: 110px;
  }
}

@media (max-width: 991px) {
  .case-study .case-study-info {
    padding: 20px;
  }

  .clients-detail li {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .clients-detail li {
    padding-right: 50px;
    width: 50%;
    float: left;
  }
}

@media (max-width: 575px) {
  .clients-detail li {
    padding-right: 0px;
    width: 100;
    float: none;
  }
}

/*****************************
Category
*****************************/
/* Transition */
.category-grid-style-01 .category-item .category-icon,
.category-grid-style-01 .category-item:before,
.category-list-style-01 ul,
ul.category-list li a:after,
.category-box .category-icon,
.category-box:hover .category-icon i,
.category-box:hover .category-icon .category-title,
.category-box-style-02,
.category-box-style-02:before,
.category-box-style-02 ul.category-list {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Grid Style 01 */
.category-grid-style-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  border-radius: 5px;
}

.category-grid-style-01 .category-item {
  padding: 30px;
  text-align: center;
  width: 16.6666%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  cursor: pointer;
  background: radial-gradient(#ef313970, #9daabf47);
}

.category-grid-style-01 .category-item:nth-child(6n+0) {
  border-right: none;
}

.category-grid-style-01 .category-item:before {
  content: "";
  background: #ffffff;
  width: 110%;
  height: 110%;
  display: inline-block;
  position: absolute;
  left: -5%;
  top: -5%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}

.category-grid-style-01 .category-item:hover:before {
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.category-grid-style-01 .category-item:hover .category-icon {
  color: #ef3139;
}

.category-grid-style-01 .category-item:hover .category-title {
  color: #ef3139;
}

.category-grid-style-01 .category-item .category-icon {
  color: #012148;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.category-grid-style-01 .category-item .category-title {
  color: #022d62;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  font-size: 16px;
}

.category-grid-style-01 .show-more-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 28px 0 -68px 0;
  width: 100%;
  box-shadow: 5px 5px 15px 0px rgb(2 45 98 / 10%);
}

.category-grid-style-01 .show-more-cat a {
  color: #022d62;
  font-size: 15px;
  font-weight: bold;
}

.category-grid-style-01 .show-more-cat a:hover {
  color: #ef3139;
}

.category-grid-style-01 .show-more-cat i {
  margin: 5px auto 0 auto;
}

/* Grid Style 02 */
.category-grid-style-02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -15px 0px -15px;
}

.category-grid-style-02 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 45px;
}

.category-grid-style-02 ul li a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 18px;
  color: #022d62;
  padding-bottom: 35px;
  border-bottom: 1px solid #eeeeee;
}

.category-grid-style-02 ul li a:hover {
  color: #ef3139;
}

.category-grid-style-02 ul li:nth-last-child(-n+4) a {
  margin-bottom: 0;
}

/* List Style 01 */
.category-list-style-01 ul.category-list {
  margin-bottom: 0;
  padding: 0 0 15px;
  height: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.category-list-style-01 ul.category-list:hover {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

ul.category-list {
  padding-left: 0;
  margin-bottom: 0;
}

ul.category-list li {
  list-style: none;
  margin-bottom: 15px;
}

ul.category-list li a {
  display: inline-block;
  color: #626262;
}

ul.category-list li a:hover {
  color: #ef3139;
  font-weight: bold;
}

ul.category-list li a:hover:after {
  margin-left: 10px;
  opacity: 1;
}

ul.category-list li a:after {
  content: '\f061';
  
  font-size: 12px;
  font-weight: bold;
  margin-left: -10px;
  opacity: 0;
}

.dark-background ul.category-list li a {
  color: #ffffff;
}

.dark-background ul.category-list li a:hover {
  color: #ef3139;
}

/* Category Box Style 01 */
.category-box .category-icon {
  background: #ffffff;
  padding: 40px 30px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  border-radius: 5px;
}

.category-box .category-icon i {
  color: #ef3139;
  font-size: 80px;
  margin-bottom: 20px;
}

.category-box:hover .category-icon {
  background: #022d62;
}

.category-box:hover .category-icon i {
  color: #ffffff;
}

.category-box:hover .category-icon .category-title {
  color: #ffffff;
}

.category-box ul.category-list li {
  margin-bottom: 20px;
}

.category-box ul.category-list li:last-child {
  margin-bottom: 0;
}

.category-box p {
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}

/* Category Box Style 02 */
.category-box-style-02 {
  padding: 60px 5px;
  border-radius: 5px;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  height: 375px;
  overflow: hidden;

}

.category-box-style-02:hover {
  background: #022d62;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.category-box-style-02:hover .category-icon {
  background: transparent;
}

.category-box-style-02:hover ul.category-list {
  opacity: 1;
}

.category-box-style-02 .category-icon {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.category-box-style-02 ul.category-list {
  opacity: 0;
}

.category-box-style-02 ul.category-list li a {
  color: #ffffff;
}

.category-box-style-02 ul.category-list li a:hover {
  color: #ef3139;
}

.category-box-style-02 {
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.category-box-style-02.active {
  background: #022d62;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.category-box-style-02.active .category-icon {
  background: transparent;
}

.category-box-style-02.active .category-icon i {
  color: #ffffff;
}

.category-box-style-02.active .category-icon .category-title {
  color: #ffffff;
}

.category-box-style-02.active ul.category-list {
  opacity: 1;
}

/* category-style-03 */
.category-style-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-style-03 a.category-item {
  padding: 40px 30px 25px 30px;
}

/* Responsive View */
@media (max-width: 991px) {
  .category-grid-style-01 .category-item {
    width: 25%;
  }

  .category-grid-style-01 .category-item:nth-child(6n+0) {
    border-right: 1px solid #eeeeee;
  }

  .category-grid-style-01 .category-item:nth-child(4n+0) {
    border-right: none;
  }

  .category-box-style-02 {
    padding: 20px 5px;
  }

  .category-grid-style-02 ul li {
    width: 33.3333%;
    margin-bottom: 35px;
  }

  .category-grid-style-02 ul li a {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .category-grid-style-01 .category-item {
    width: 33.3333%;
  }

  .category-grid-style-01 .category-item:nth-child(4n+0) {
    border-right: 1px solid #eeeeee;
  }

  .category-grid-style-01 .category-item:nth-child(3n+0) {
    border-right: none;
  }

  .category-grid-style-01 .show-more-cat {
    margin-top: 40px;
  }

  .category-grid-style-02 ul li {
    width: 50%;
    margin-bottom: 25px;
  }

  .category-grid-style-02 ul li a {
    padding-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .category-grid-style-01 .category-item {
    width: 100%;
  }

  .category-grid-style-01 .category-item:nth-child(3n+0) {
    border-right: 1px solid #eeeeee;
  }

  .category-grid-style-01 .category-item:nth-child(2n+0) {
    border-right: none;
  }

  .category-grid-style-02 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*////////////// price_page ///////////////*/

.price_page {
  background: #0000001c;
  padding: 30px 0
}

.pricingTable {
  padding: 25px 10px 70px;
  margin: 0 15px;
  text-align: center;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}

.pricingTable:after,
.pricingTable:before {
  content: "";
  position: absolute;
  left: 0
}

.pricingTable .price-value .amount {
  display: inline-block;
  font-size: 50px;
  font-weight: 700
}

.pricingTable .price-value .month {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 10px;
  text-transform: uppercase
}

.pricingTable:before {
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0)
}

.pricingTable:after {
  width: 70px;
  height: 30px;
  background: #022D62;
  margin: 0 auto;
  top: 70px;
  right: 0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0)
}

.pricingTable .title {
  padding: 15px 0;
  margin: 0 -25px 30px;
  background: #022D62;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  width: auto;
}

.pricingTable .title:after,
.pricingTable .title:before {
  border-top: 15px solid #022d62a1;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -30px;
  content: ""
}

.pricingTable .title:before {
  border-left: 15px solid transparent;
  left: 0
}

.pricingTable .title:after {
  border-right: 15px solid transparent;
  right: 0
}

.pricingTable .price-value {
  margin-bottom: 25px;
  color: #022D62
}

.pricingTable .currency {
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
  margin-top: 8px
}

.price-value .amount {
  display: inline-block;
  font-size: 50px;
  font-weight: 700
}

.price-value .month {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 10px;
  text-transform: uppercase
}

.pricingTable .pricing-content {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f
}

.pricingTable .pricing-content li {
  font-size: 17px;
  color: #8f8f8f;
  line-height: 45px;
  display: block;
}

.pricingTable .pricingTable-signup {
  display: inline-block;
  padding: 10px 30px;
  background: #022D62;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  position: relative;
  transition: all .7s ease 0s;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 5px;
}

.pricingTable .pricingTable-signup:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all .6s ease-in-out 0s
}

.pricingTable .pricingTable-signup:hover:before {
  opacity: 1;
  transform: translate(0, -100%)
}

.pricingTable.blue .pricingTable-signup,
.pricingTable.blue .title,
.pricingTable.blue:after {
  background: #022D62
}

.pricingTable.blue .title:after,
.pricingTable.blue .title:before {
  border-top: 15px solid #022d62a1
}

.pricingTable.blue .price-value {
  color: #022D62
}

.pricingTable.pink .pricingTable-signup,
.pricingTable.pink .title,
.pricingTable.pink:after {
  background: #ef3139
}

.pricingTable.pink .price-value {
  color: #ef3139
}

.pricingTable.pink .title:after,
.pricingTable.pink .title:before {
  border-top: 15px solid #773667
}

@media only screen and (max-width:990px) {
  .pricingTable {
    margin-bottom: 30px
  }
}




/*****************************
Client
*****************************/
.our-clients {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-clients .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.our-clients .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  align-items: center;
}

.our-clients .client-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
}

.our-clients .client-title h5 {
  position: relative;
  z-index: 9;
  margin-bottom: 0;
}

.our-clients .svg-item {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.our-clients .brand-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
  overflow: hidden;
  padding-right: 30px;
  margin-top: -32px;
  margin-bottom: -24px;
}

.our-clients .client-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

/* style 02 */
.our-clients-style-02 {
  border-radius: 5px;
  padding: 40px 0;
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
}

.our-clients-style-02 .svg-item {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.our-clients-style-02 .svg-item:before {
  position: absolute;
  left: -49px;
  width: 200px;
  height: 200px;
  background: #ef3139;
  content: "";
  top: -30px;
  border-radius: 100%;
}

.our-clients-style-02 .svg-item:after {
  position: absolute;
  left: 80px;
  width: 70px;
  height: 70px;
  background: #ef3139;
  content: "";
  bottom: -40px;
  border-radius: 100%;
}

@media (max-width: 1199px) {
  .our-clients-style-02 {
    display: block;
    padding: 0;
  }

  .our-clients-style-02 .client-title {
    padding-left: 20px;
    padding: 20px;
    background: #ef3139;
  }

  .our-clients-style-02 .svg-item {
    display: none;
  }

  .our-clients-style-02 .brand-logo {
    margin: 40px 20px;
  }

  .our-clients-style-02 .client-btn {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

/*****************************
Form Control
*****************************/
/* form-control */
.form-control {
  border: 1px solid #eeeeee;
  border-radius: 0px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  background: #f6f6f6;
  color: #022d62;
  border-radius: 5px;
  background-clip: inherit !important;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ef3139;
}

input.form-control {
  height: 48px;
}

.form-control::-moz-placeholder {
  color: #3a4957;
}

.form-control::-ms-input-placeholder {
  color: #3a4957;
}

.form-control::-webkit-input-placeholder {
  color: #3a4957;
}

/* form-dark */
.form-dark .form-control {
  background-color: #022d62;
  color: #ffffff;
}

.form-dark .form-control:focus {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  border-color: #ef3139;
}

.form-white .form-control {
  background-color: #ffffff;
  color: #ffffff;
}

.form-white .form-control:focus {
  border-color: #ef3139;
}

.form-dark .form-control::-moz-placeholder {
  color: #ffffff;
}

.form-dark .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.form-dark .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

/* custom-file */
.custom-file {
  height: 50px;
}

.custom-file .custom-file-input {
  height: 50px;
  color: #022d62;
  border-radius: 5px;
  border-color: #eeeeee;
}

.custom-file .custom-file-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ef3139;
}

.custom-file .custom-file-label {
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #022d62;
  border-color: #eeeeee;
  padding: 15px 90px 15px 20px;
  border-radius: 5px;
}

.custom-file .custom-file-label:after {
  height: 48px;
  padding: 14px 25px;
}

.custom-file-input:focus~.custom-file-label {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ef3139;
}

/* input-group-prepend */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  background: transparent;
  border-color: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* checkbox */
.custom-control-input:checked~.custom-control-label:before {
  background: #ef3139;
  border-color: #ef3139;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  background: transparent;
  border-color: transparent;
}

.custom-control-input:focus~.custom-control-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #eeeeee;
}

.custom-control-label:before {
  top: 0px;
}

.custom-control-label:after {
  top: 0px;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 5px;
  border: 2px solid #dfdfdf;
}

/* contact form */
.contact-form-style-02 .inp {
  position: relative;
  margin: auto;
  width: 100%;
}

.contact-form-style-02 .inp .label {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-form-style-02 .inp .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ef3139 !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none !important;
}

.contact-form-style-02 .inp .form-control {
  -webkit-appearance: none;
  width: 100%;
  padding: 0;
  border: 0;
  
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  border-radius: 0;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-form-style-02 .inp .form-control:hover {
  background: rgba(2, 45, 98, 0.03);
}

.contact-form-style-02 .inp .form-control:not(:-moz-placeholder-shown)+span {
  color: rgba(2, 45, 98, 0.05);
  transform: translateY(-16px) scale(0.75);
  color: rgba(2, 45, 98, 0.05);
  transform: translateY(-16px) scale(0.75);
  display: none;
}

.contact-form-style-02 .inp .form-control:not(:-ms-input-placeholder)+span {
  color: rgba(2, 45, 98, 0.05);
  transform: translateY(-16px) scale(0.75);
  color: rgba(2, 45, 98, 0.05);
  transform: translateY(-16px) scale(0.75);
  display: none;
}

.contact-form-style-02 .inp .form-control:not(:placeholder-shown)+span {
  color: rgba(2, 45, 98, 0.05);
  -webkit-transform: translateY(-16px) scale(0.75);
  transform: translateY(-16px) scale(0.75);
  color: rgba(2, 45, 98, 0.05);
  transform: translateY(-16px) scale(0.75);
  display: none;
}

.contact-form-style-02 .inp .form-control:focus {
  background: none;
  outline: none;
}

.contact-form-style-02 .inp .form-control:focus+span {
  color: #ffffff;
  -webkit-transform: translateY(-16px) scale(0.75);
  transform: translateY(-16px) scale(0.75);
  opacity: 1;
}

.contact-form-style-02 .inp .form-control:focus+span+.border {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-color: #ef3139 !important;
}

/*************************
      Portfolio
*************************/
.portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio-item:before {
  position: absolute;
  content: "";
  background: #022d62;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.portfolio-item:hover .portfolio-overlay {
  background: #ffffff;
  opacity: 1;
}

.portfolio-item:hover .portfolio-info {
  bottom: 20px;
}

.portfolio-item:hover .portfolio-icon {
  top: 20px;
}

.portfolio-overlay {
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ffffff;
}

.portfolio-overlay .portfolio-title {
  color: #ef3139;
}

.portfolio-info {
  position: absolute;
  bottom: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  left: 0px;
  padding-left: 20px;
}

.portfolio-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 20px;
}

.portfolio-icon span {
  color: #000000;
  font-size: 18px;
}

.portfolio-icon i {
  color: #ef3139;
  font-size: 20px;
}

/*************************************
       Shuffle
*************************************/
.my-shuffle-container.columns-1 .grid-item {
  width: 100%;
  padding: 15px;
}

.my-shuffle-container.columns-2 .grid-item {
  width: 50%;
  padding: 15px;
}

.my-shuffle-container.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 15px;
}

.my-shuffle-container.columns-4 .grid-item {
  width: 25%;
  padding: 10px;
}

.my-shuffle-container.columns-5 .grid-item {
  width: 20%;
  padding: 15px;
}

.my-shuffle-container.columns-6 .grid-item {
  width: 16.666666%;
  padding: 0px;
}

.my-shuffle-container .portfolio-item {
  position: relative;
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.my-shuffle-container .portfolio-item:hover {
  -webkit-filter: contrast(1);
  filter: contrast(1);
}

@media (max-width: 1199px) {
  .my-shuffle-container.columns-6 .grid-item {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .my-shuffle-container.columns-6 .grid-item {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .my-shuffle-container.columns-3 .grid-item {
    width: 50%;
  }

  .my-shuffle-container.columns-4 .grid-item {
    width: 50%;
  }

  .my-shuffle-container.columns-5 .grid-item {
    width: 50%;
  }

  .my-shuffle-container.columns-6 .grid-item {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .my-shuffle-container.columns-2 .grid-item {
    width: 100%;
  }

  .my-shuffle-container.columns-3 .grid-item {
    width: 100%;
  }

  .my-shuffle-container.columns-4 .grid-item {
    width: 100%;
  }

  .my-shuffle-container.columns-5 .grid-item {
    width: 100%;
  }

  .my-shuffle-container.columns-6 .grid-item {
    width: 100%;
  }
}

/*****************************
  Timeline
*****************************/
.cd-horizontal-timeline {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline ul {
  margin-top: 0;
  margin-bottom: 0rem;
  list-style-type: none;
  padding: 0;
}

.cd-horizontal-timeline a {
  text-decoration: none;
}

.cd-horizontal-timeline::before {
  content: 'mobile';
  display: none;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 80px;
  overflow: hidden;
}

.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  padding-bottom: 15px;
  color: #022d62;
  font-weight: 600;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #ef3139;
  border-color: #ef3139;
}

.cd-horizontal-timeline .events a.older-event::after {
  background-color: #ef3139;
  border-color: #ef3139;
}

.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ef3139;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-horizontal-timeline.loaded {
  opacity: 1;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}

.events-content .year {
  font-size: 96px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 50px;
  right: -30px;
  margin-bottom: 0;
  opacity: 0.1;
  color: #ef3139;
}

.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #f6f6f6;
  border: 2px solid #f6f6f6;
  overflow: hidden;
  color: transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  left: 0;
}

.cd-timeline-navigation a:hover {
  border: 2px solid #ef3139;
  color: #ffffff;
  background: #ef3139;
}

.cd-timeline-navigation a:hover:before {
  color: #ffffff;
}

.cd-timeline-navigation a.prev::before {
  content: "\f060";
  
  color: #022d62;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.cd-timeline-navigation a.next {
  right: 0;
  left: auto;
}

.cd-timeline-navigation a.next::before {
  content: "\f061";
  
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #022d62;
  font-weight: bold;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  z-index: -9;
}

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li>* {
  max-width: 700px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li.enter-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
  animation-direction: reverse;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

@media only screen and (max-width: 767px) {
  .cd-horizontal-timeline .events-content {
    margin-top: 0;
  }

  .cd-horizontal-timeline .events-wrapper {
    margin: 0 40px;
  }

  .events-content .year {
    font-size: 66px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    top: 0;
    right: 0;
  }

  .cd-timeline-navigation a {
    width: 30px;
    height: 30px;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/*****************************
Progress Bar
*****************************/
.progress {
  position: relative;
  overflow: inherit;
  height: 10px;
  margin: 40px 0px 15px;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
}

.progress .progress-bar {
  height: 10px;
  border-radius: 5px;
}

.progress .progress-bar-title {
  position: absolute;
  left: 0;
  top: -30px;
  color: #022d62;
  font-size: 14px;
  font-weight: 600;
}

.progress .progress-bar-number {
  position: absolute;
  right: 0;
  color: #022d62;
  top: -30px;
  font-weight: 600;
}

/*****************************
List style
*****************************/
.list {
  margin: 0;
  padding: 0;
}

.list li {
  margin-bottom: 15px;
  color: #000000;
}

.list li:last-child {
  margin-bottom: 0px;
}

.list-number li span {
  background: rgba(239, 49, 57, 0.1);
  color: #ef3139;
  border-radius: 50%;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  line-height: 25px;
  font-size: 13px;
}

/*************************
     Header
*************************/
.header {
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 14px rgba(0, 0, 0, 30%);
}

.header .container-fluid {
  padding: 0 55px;
}

.header-transparent {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-transparent .navbar .navbar-brand {
  padding: 30px 0px;
}

.header-transparent .navbar .navbar-nav .nav-link {
  color: #ffffff;
}

.header-transparent .search .search-btn {
  color: #ffffff;
}

.header.header-transparent.sticky-top {
  background: #022d62;
}

/* topbar */
.header .topbar {
  padding: 8px 0;
  border-bottom: 1px solid rgba(2, 45, 98, 0.1);
  background: #022D62;
}

.header .topbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  color: #ffffff;
}

.header .topbar ul li {
  padding: 0 12px;
}

.header .topbar ul li:last-child {
  padding-right: 0;
}

.header .topbar a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.header .topbar a:hover {
  color: #ef3139;
}

/* navbar */

nav.navbar {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  position: static;
  padding: 0 0px;
  min-height: inherit;
  border: 0;
}

.navbar-nav {
  display: flex;
  padding-left: 225px;
  padding-left: 50px;
  margin-bottom: 0;
  list-style: none;
}

.pe-4 {
  padding-right: 0.5rem !important;
}

.navbar {
  padding: 0;
}

.navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 16px 10px;
  margin-right: 15px;
  color: #022d62;
  text-transform: capitalize;
}

.navbar .navbar-nav .nav-link:hover {
  color: #ef3139;
}

.navbar .navbar-nav .nav-item.active a.nav-link {
  color: #ef3139;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.dropdown-menu {
  z-index: 9999;
}

.navbar-collapse {
  position: relative;
}

.navbar-light {
  color: #ffffff;
  background-color: #f6f6f6;
  border-color: #eeeeee;
}

.navbar-light .navbar-nav>li>a {
  color: #ffffff;
}

.navbar-light .navbar-nav>.dropdown>a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-brand {
  padding: 20px 0px;
  margin-right: 0;
}

.navbar-brand img {
  height: 40px;
}

.navbar .navbar-brand {
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

.header .navbar-nav>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .navbar-nav li>a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #022d62;
  text-transform: capitalize;
  font-size: 16px;
}

.header .navbar-nav li>a:hover {
  color: #ef3139;
}
.header .navbar-nav>li a.active {
    font-weight: 600;
}
.header .navbar-nav li>a i {
  color: #ef3139;
  margin-left: 10px;
  font-size: 12px;
}

.header li>.dropdown-item:focus,
.header li>.dropdown-item:hover {
  color: #ef3139;
  background: none;
}

.header .dropdown-item.active,
.header .dropdown-item:active,
.header .dropdown-item:focus,
.header .dropdown-item:hover {
  background: none;
}

.header .dropdown-toggle::after {
  content: none;
}

.header .navbar-collapse {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.header .megamenu .dropdown-item {
  padding: 0px;
}

.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 200px;
}

.header .navbar .dropdown-menu {
  padding: 15px;
}

.header .navbar .dropdown-menu li a i {
  margin-left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ef3139;
}

.navbar .dropdown>.dropdown-menu li>a:hover i {
  opacity: 1;
  margin-left: 10px;
}

.navbar .dropdown>.dropdown-menu li.active>a i {
  opacity: 1;
  margin-left: 10px;
}

.navbar .dropdown>.dropdown-menu li>a {
  font-size: 14px;
  padding: 10px 20px 10px 0;
  border-radius: 3px;
  position: relative;
  margin-bottom: 3px;
}

.navbar .dropdown>.dropdown-menu li>a:hover {
  background: rgba(239, 49, 57, 0.1);
  color: #ef3139;
  padding-left: 15px;
}

.navbar .dropdown>.dropdown-menu li.active>a {
  background: rgba(239, 49, 57, 0.1);
  color: #ef3139;
  padding-left: 15px;
}

.search {
  vertical-align: middle;
  display: table;
  height: 100%;
  float: left;
}

.search .search-btn {
  display: block;
  height: 22px;
  line-height: 22px;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  color: #022d62;
  -webkit-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.search .search-btn:before {
  content: "\f002";
  
  font-size: 16px;
  font-weight: 900;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.search.search-open .search-btn:before {
  content: "\f00d";
}

.search-box {
  display: block;
  margin: 0;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  width: 327px;
  z-index: 888;
  border-radius: 3px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.search-box.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.search.search-open .search-box {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
}

.search .search-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.search .search-box .form-control {
  height: 58px;
}

.header.sticky-top {
  position: fixed;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 999;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.header.sticky-top .topbar {
  display: none;
}

.header.sticky-top .navbar-brand {
  padding: 15px 0px;
}

/* Header Style 02 */
.header-style-02 {
  background: #022d62;
}

.header-style-02 .topbar {
  padding: 0;
  border-color: rgba(255, 255, 255, 0.1);
}

.header-style-02.sticky-top .topbar {
  display: block;
}

.header-style-02 .topbar .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-02 .topbar .contact-info ul {
  padding: 0;
  margin: 0;
}

.header-style-02 .topbar .contact-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 40px;
}

.header-style-02 .topbar .contact-info li:last-child {
  border-right: 0;
  font-size: 12px;
}

.header-style-02 .topbar .contact-info li i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.header-style-02 .topbar .contact-info li label {
  margin-bottom: 0;
}

.header-style-02 .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.header-style-02 .navbar .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.header-style-02 .search .search-btn {
  color: #ffffff;
}

.header-style-02 .search-box {
  opacity: 1 !important;
  position: inherit;
  visibility: visible;
  -webkit-transform: inherit;
  transform: inherit;
  width: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
}

.header-style-02 .search-box .form-control {
  background: transparent;
  border: transparent;
  color: #ffffff;
  border-radius: 0;
  height: 60px;
  padding: 10px 18px;
}

.header-style-02 .search-box .search-button {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: transparent;
  color: #ffffff;
}

.header-style-02.sticky-top {
  background: #022d62;
}

.header-style-02.sticky-top .topbar .contact-info {
  display: none !important;
}

.header-style-02.sticky-top .navbar {
  position: absolute;
  right: 10px;
  top: -65px;
}

.header-style-02 .search-box .form-control::-webkit-input-placeholder {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}

.header-style-02 .search-box .form-control::-moz-placeholder {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}

.header-style-02 .search-box .form-control:-ms-input-placeholder {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}

.header-style-02 .search-box .form-control::-ms-input-placeholder {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}

.header-style-02 .search-box .form-control::placeholder {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}

/* Header Style 03 */
.header-style-03 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  background: transparent;
}

.header-style-03.sticky-top {
  background: #022d62;
}

.header-style-03 .topbar {
  background: #ffffff;
}

.header-style-03 .navbar .navbar-nav .nav-link {
  color: #ffffff;
}

.header-style-03 .search {
  position: relative;
}

.header-style-03 .search-box {
  right: 0;
  margin-top: 10px;
}

.header-style-03 .search .search-btn {
  color: #ffffff;
}

.header-style-03+.banner {
  margin-top: 60px;
}

/* Header Transparent */
.header-transparent .search {
  position: relative;
}

.header-transparent .search-box {
  right: 0;
  margin-top: 10px;
}

.header-transparent .search .search-btn {
  color: #ffffff;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu>div>li>ul {
  padding: 0;
  margin: 0;
}

.megamenu>div>li>ul>li {
  list-style: none;
}

.megamenu .card {
  outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
  outline: 1px solid #000000;
}

.megamenu>div>li>ul>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #022d62;
  white-space: normal;
}

.megamenu>div>li>ul>li>a:hover,
.megamenu>div>li>ul>li>a:focus {
  text-decoration: none;
  color: #022d62;
  background-color: #f6f6f6;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
  color: #f6f6f6;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #ef3139;
  font-size: 18px;
}

@media (min-width: 992px) {
  .search .search-btn:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.header .form-control {
  background: #ffffff;
  border: 1px solid #ffffff;
}

.form-check {
  padding-left: 15px;
}

.form-check-input {
  margin-left: 0;
}

.form-check-input:checked {
  background: #ef3139;
  border-color: #ef3139;
}

.form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Contact Number */
.contact-number a {
  font-size: 16px;
}

.contact-number i {
  font-size: 20px;
  vertical-align: middle;
}

/* New Arrow */
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:before,
.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
  content: "";
  top: 20px;
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #ef3139;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 3px;
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
  right: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:before {
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Header search */
.center-position {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 8px;
}

.header-search-inner {
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}

.header-search-inner::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -2px;
  width: 0;
  height: 3px;
  margin-top: -2px;
  background-color: #022d62;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  border-radius: 5px;
}

.header-search-inner::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 2px;
  width: 9px;
  height: 3px;
  margin-top: -2px;
  background-color: #022d62;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  border-radius: 5px;
}

.header-search-icon {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #022d62;
}

.header-search-inner:hover::before,
.header-search-inner:hover::after {
  width: 15px;
}

.header-search-inner:hover::before {
  top: 7px;
  right: 2px;
}

.header-search-inner:hover .header-search-icon {
  width: 0;
  height: 0;
  border-color: transparent;
}

.header-search-inner::before,
.header-search-inner::after,
.header-search-inner .header-search-icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-inner {
  z-index: 99;
}

.header-inner-nav {
  position: relative;
}

.header-inner .header-inner-nav.page-menu-top {
  position: fixed;
  width: 100%;
  background: #022d62;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  top: 70px;
  -webkit-animation: stickySlideDown 0.85s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.85s cubic-bezier(0.23, 1, 0.32, 1) both;
  padding: 5px 0;
}

.header-inner .header-inner-nav.page-menu-top .nav li a {
  color: #ffffff;
  padding: 10px 40px;
}

/*************************
     Responsive
*************************/
@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    left: 100%;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
    border-radius: 3px;
    top: 100%;
  }

  .header .navbar .dropdown-menu.megamenu {
    left: 50%;
  }

  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 540px;
  }

  .navbar-nav .mega-menu {
    position: static;
  }

  .header .navbar .dropdown:hover>.dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
  }

  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    -webkit-transform: translate3d(15px, 10px, 0);
    transform: translate3d(15px, 10px, 0);
  }

  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    -webkit-transform: translate3d(-15px, 10px, 0);
    transform: translate3d(-15px, 10px, 0);
  }

  .navbar-nav li:hover>ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .header-transparent .navbar-collapse,
  .header-style-03 .navbar-collapse {
    position: static;
  }

  .header.default .container,
  .header.default .container-fluid {
    position: relative;
  }

  .header.default .navbar-collapse {
    position: static;
  }

  .header.default .container-fluid .navbar-collapse {
    position: relative;
  }

  .header-style-02 .navbar .dropdown:hover>.dropdown-menu.megamenu {
    -webkit-transform: translate3d(-50%, -7px, 0);
    transform: translate3d(-50%, -7px, 0);
  }

  .header-style-03 .navbar .dropdown:hover>.dropdown-menu.megamenu {
    -webkit-transform: translate3d(-50%, -7px, 0);
    transform: translate3d(-50%, -7px, 0);
  }

  .header-transparent .navbar .dropdown:hover>.dropdown-menu.megamenu {
    -webkit-transform: translate3d(-50%, -26px, 0);
    transform: translate3d(-50%, -26px, 0);
  }

  .header.default .navbar .container .dropdown:hover>.dropdown-menu.megamenu {
    -webkit-transform: translate3d(-50%, -16px, 0);
    transform: translate3d(-50%, -16px, 0);
  }

  .header.default .container .dropdown:hover>.dropdown-menu.megamenu {
    -webkit-transform: translate3d(-50%, -16px, 0);
    transform: translate3d(-50%, -16px, 0);
  }
}

@media (max-width: 1366px) {
  .navbar .navbar-nav .nav-link {
    padding: 9px 12px;
  }
}

@media (max-width: 1199px) {
  .header .container-fluid {
    padding: 0px 15px;
  }

  .navbar .navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }

  .navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding: 10px 14px;
  }

  .search-box {
    right: 15px;
  }

  .contact-number a {
    font-size: 14px;
  }

  .header.default .navbar .navbar-nav .nav-link {
    padding: 10px 10px;
  }
}

@media (max-width: 991px) {
  .header .navbar .dropdown-menu {
    width: 100%;
  }

  .header.default .container {
    max-width: 100%;
  }

  .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 29px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #022d62;
    border-color: #022d62;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .header-style-02.sticky-top .navbar {
    position: relative;
    right: 0;
    top: 0px;
  }

  .header-style-03 .navbar-toggler {
    right: 0;
  }

  .header-style-03.sticky-top .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
  }

  .header-style-03.sticky-top .navbar-toggler i {
    color: #ffffff;
  }

  .navbar-collapse {
    position: absolute;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    left: 0;
    top: 80px;
    padding: 10px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  .header .navbar-nav>li {
    display: block;
  }

  .navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 16px;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    display: block;
    width: 100%;
  }

  .header-style-02 .navbar-toggler {
    position: absolute;
    right: 0;
    top: -40px;
    border-color: #ffffff;
    color: #ffffff;
  }

  .header-style-02.sticky-top .navbar-toggler {
    top: -35px;
  }

  .header-style-02 .navbar-collapse {
    top: 0;
  }

  .header-style-02 .navbar .navbar-nav .nav-item .nav-link {
    color: #022d62;
  }

  .header-style-02 .navbar .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 10px;
  }

  .header .navbar .dropdown-menu {
    max-height: 200px;
    overflow: scroll;
    margin-bottom: 15px;
  }

  .header-style-03 {
    position: relative;
    background: #022d62;
  }

  .header-style-03 .navbar-toggler {
    border-color: #ffffff;
    color: #ffffff;
  }

  .header-style-03 .search .search-btn {
    color: #ffffff;
  }

  .header-style-03 .navbar-brand {
    padding: 10px 0px;
  }

  .header-style-03 .navbar .navbar-nav .nav-link {
    color: #022d62;
  }

  .header-style-03+.banner {
    margin-top: 0;
  }

  .header-inner .header-inner-nav.page-menu-top .nav li a {
    padding: 10px 20px;
  }

  .header-style-03 .navbar-collapse {
    position: absolute;
    top: 60px;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    max-height: 400px;
    overflow: auto;
    left: 0;
    margin-left: 0px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  }

  .sticky-top .navbar-collapse {
    top: 70px;
  }

  .header-style-02.sticky-top .navbar-collapse {
    top: 0;
  }

  .header-transparent {
    position: relative;
    background: #022d62;
  }

  .header-transparent .navbar-toggler {
    border-color: #ffffff;
    color: #ffffff;
  }

  .header-transparent .search .search-btn {
    color: #ffffff;
  }

  .header-transparent .navbar .navbar-brand {
    padding: 14px 0px;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-transparent .navbar .navbar-nav .nav-link {
    color: #022d62;
  }

  .navbar .navbar-nav .dropdown.nav-item .nav-link:after {
    right: 20px;
  }

  .navbar .navbar-nav .dropdown.nav-item .nav-link:before {
    right: 15px;
  }

  .navbar .navbar-nav .dropdown.nav-item .nav-link:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navbar .navbar-nav .dropdown.nav-item .nav-link:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar .navbar-nav .dropdown.nav-item:hover .nav-link:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar .navbar-nav .dropdown.nav-item:hover .nav-link:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  header .nav-title {
    margin-bottom: 2px !important;
    margin-top: 10px;
  }

  .navbar .dropdown>.dropdown-menu li>a {
    padding: 6px 20px 6px 0;
  }

  .dropdown-menu.megamenu ul {
    margin-bottom: 11px;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
    padding: 10px 0;
  }

  .navbar-collapse {
    top: 60px;
  }

  .navbar-toggler {
    right: 15px;
  }

  .header.default .container .navbar-toggler {
    right: 15px;
  }
}

/* sticky header */
@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

********************************* .innerbanner .tenc-intro-main__wrapper a {
  font-size: 15px;
  box-shadow: none !important;
  text-transform: none;
  font-weight: 600;
  background: #ef3139 !important;



  /*****************************
banner
*****************************/

  .banner h1 {
    color: #f7f8fb;
    font-size: 50px;
    line-height: 80px;
    margin-bottom: 1px;
    
    margin-top: 40px;
  }

  .banner h6 {
    color: #ffffff;
    margin-bottom: 30px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    background-image: none;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .swiper-button-prev {
    left: 10%;
  }

  .swiper-button-next {
    right: 10%;
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 1;
  }

  .banner ul {
    padding: 0;
    margin: 30px 0 50px;
    list-style-type: none;
    text-align: center;
  }

  .banner ul li {
    display: inline-block;
  }

  .banner ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-right: 2px solid #ffffff;
    padding: 0 15px;
  }

  .banner ul li a:hover {
    color: #ef3139;
  }

  .banner ul li:last-child a {
    border-right: 0;
  }

  /* banner 02 */
  .slider-02 .font-large {
    font-size: 86px;
    line-height: 100px;
  }

  .text-stroke-white {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    display: block;
  }

  .text-stroke-primary {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ef3139;
    display: block;
  }

  .text-stroke-dark {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #022d62;
    display: block;
  }

  /* banner 03 */
  .banner-logo {
    padding: 10px 20px;
    background: #ef3139;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    border-radius: 7px;
    color: #ffffff;
    font-size: 70px;
    line-height: 60px;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 20px;
    text-align: center;
    display: inline-block;
  }

  .banner-logo:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 21px;
    left: -30px;
    border-top: 20px solid rgba(239, 49, 57, 0);
    border-right: 20px solid #ef3139;
    top: 15px;
  }

  .banner .swiper-button-big .icon-btn {
    font-size: 100px;
    background: transparent;
    font-weight: 500;
  }

  .category-box.category-box-style-02.text-center {
    box-shadow: rgb(255 0 0 / 30%) 0px 1px 2px 0px, rgb(255 5 5 / 15%) 0px 1px 3px 1px;
  }

  /*************************
     Responsive
*************************/
  @media (max-width: 991px) {
    .banner h1 {
      color: #f7f8fb;
      font-size: 50px;
      line-height: 80px;
      margin-bottom: 1px;
      
      margin-top: 40px;
    }

    .slider-02 .font-large {
      font-size: 66px;
      line-height: 76px;
    }

    .swiper-button-prev {
      left: 5%;
    }

    .swiper-button-next {
      right: 5%;
    }
  }

  @media (max-width: 767px) {
    .banner h1 {
      color: #f7f8fb;
      font-size: 50px;
      line-height: 80px;
      margin-bottom: 1px;
      
      margin-top: 40px;
    }

    .slider-02 .font-large {
      font-size: 52px;
      line-height: 60px;
    }

    .banner-logo {
      width: auto;
      font-size: 50px;
      line-height: 50px;
    }
  }

  /*****************************
Layout
*****************************/
  /*****************************
 Section Title
*****************************/
  .section-title {
    margin-bottom: 50px;
  }

  .section-title p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5;
    color: #000000;
  }

  /* Top Half Background */
  .bg-dark-half-lg,
  .bg-dark-half-md,
  .bg-dark-half-sm {
    position: relative;
  }

  .bg-dark-half-lg:before,
  .bg-dark-half-md:before,
  .bg-dark-half-sm:before {
    content: "";
    background: #022d62;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .bg-light-half-lg,
  .bg-light-half-md,
  .bg-light-half-sm {
    position: relative;
  }

  .bg-light-half-lg:before,
  .bg-light-half-md:before,
  .bg-light-half-sm:before {
    content: "";
    background: #f6f6f6;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .bg-dark-half-lg:before,
  .bg-light-half-lg:before {
    height: 470px;
  }

  .bg-dark-half-md:before,
  .bg-light-half-md:before {
    height: 370px;
  }

  .bg-dark-half-sm:before,
  .bg-light-half-sm:before {
    height: 250px;
  }

  /* Background Border Top */
  .background-border-top {
    background: #ef3139;
    height: 5px;
    width: 100%;
    border-radius: 5px;
  }

  /* Footer Address */
  .contact-address .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }

  .footer-top {
    background-color: #000 !important;
  }

  .contact-address .contact-item:last-child {
    margin-bottom: 0;
  }

  .contact-address .contact-item label {
    /*min-width: 100px;*/
    color: #fff;
    font-style: italic;
    margin-bottom: 0;
    text-align: right;
    padding-right: 20px;
    font-weight: 500;
  }

  .contact-address .contact-item p {
    margin-bottom: 0;
  }

  .contact-address-02 .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contact-address-02 .contact-item:last-child {
    margin-bottom: 0;
  }

  .contact-address-02 .contact-item label {
    min-width: 70px;
    color: #022d62;
    margin-bottom: 0;
    padding-right: 20px;
    font-weight: 600;
  }

  .contact-address-02 .contact-item p {
    margin-bottom: 0;
  }

  /* Sticky column */
  .is-sticky {
    position: sticky;
    top: 130px;
  }

  /* Back To Top */
  .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.1);
    box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.1);
    -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    z-index: 9;
  }

  .back-to-top:hover,
  .back-to-top.auto {
    color: rgba(255, 255, 255, 0);
    -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
  }

  .back-to-top:hover:before,
  .back-to-top.auto:before {
    -webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
    animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
  }

  .back-to-top:hover:after,
  .back-to-top.auto:after {
    -webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
    animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
  }

  .back-to-top:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #ffffff;
    width: 3px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -2px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  .back-to-top:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    color: #ffffff;
    border-top: 3px solid;
    border-left: 3px solid;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -8px;
    -webkit-transform: translateY(50px) rotateZ(45deg);
    transform: translateY(50px) rotateZ(45deg);
  }

  @-webkit-keyframes tipUp {
    0% {
      -webkit-transform: translateY(50px) rotateZ(45deg);
      transform: translateY(50px) rotateZ(45deg);
    }

    100% {
      -webkit-transform: translateY(-70px) rotateZ(45deg);
      transform: translateY(-70px) rotateZ(45deg);
    }
  }

  @keyframes tipUp {
    0% {
      -webkit-transform: translateY(50px) rotateZ(45deg);
      transform: translateY(50px) rotateZ(45deg);
    }

    100% {
      -webkit-transform: translateY(-70px) rotateZ(45deg);
      transform: translateY(-70px) rotateZ(45deg);
    }
  }

  @-webkit-keyframes lineUp {
    0% {
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
    }

    100% {
      -webkit-transform: translateY(-70px);
      transform: translateY(-70px);
    }
  }

  @keyframes lineUp {
    0% {
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
    }

    100% {
      -webkit-transform: translateY(-70px);
      transform: translateY(-70px);
    }
  }

  .imageblock-section {
    position: relative;
    display: block;
    width: 100%;
  }

  .imageblock-section-img {
    position: absolute;
    height: 100%;
    top: 0;
    padding: 0;
    float: left;
    left: 0;
    right: auto;
  }

  .background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    display: block;
    width: 100%;
  }

  /* Header Inner */
  .header-inner {
    padding: 130px 0px;
    background-size: cover;
    background-position: center center;
  }

  .header-inner .header-inner-title {
    font-size: 18px;
  }

  .header-inner-menu {
    padding-bottom: 0;
  }

  .header-inner-menu .header-inner-title {
    margin-bottom: 80px;
  }

  .header-inner .header-inner-nav {
    padding: 15px 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, black), color-stop(100%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, black 20%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
  }

  .header-inner .header-inner-nav .nav li a {
    color: #ffffff;
    padding: 14px 40px;
    font-weight: 600;
    border-radius: 5px;
  }

  .header-inner .header-inner-nav .nav li a.active {
    background: #ef3139;
  }

  .contact-bg-logo {
    position: absolute;
    top: 0;
    z-index: -9;
  }

  .contact-bg-logo i {
    font-size: 42rem;
    color: rgba(239, 49, 57, 0.06);
  }

  .badge-round {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: #ef3139;
    color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    padding-top: 26px;
  }

  .envelope-box {
    padding: 1em;
    border: 16px solid transparent;
    -o-border-image: 16 repeating-linear-gradient(-45deg, red 0, red 1em, transparent 0, transparent 2em, #58a 0, #58a 3em, transparent 0, transparent 4em);
    border-image: 16 repeating-linear-gradient(-45deg, red 0, red 1em, transparent 0, transparent 2em, #58a 0, #58a 3em, transparent 0, transparent 4em);
  }

  .cookie {
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 9;
  }

  @media (max-width: 1199px) {

    /* Header Inner */
    .header-inner {
      padding: 100px 0px;
    }

    .header-inner-menu {
      padding-bottom: 0;
    }

    .header-inner-menu .header-inner-title {
      margin-bottom: 60px;
    }

    .header-inner .header-inner-nav .nav li a {
      padding: 14px 38px;
    }
  }

  @media (max-width: 991px) {

    /* Header Inner */
    .header-inner {
      padding: 80px 0px;
    }

    .header-inner-menu {
      padding-bottom: 0;
    }

    .header-inner-menu .header-inner-title {
      margin-bottom: 40px;
    }

    .header-inner .header-inner-nav .nav li a {
      padding: 10px 20px;
    }
  }

  @media (max-width: 767px) {

    /* Header Inner */
    .header-inner {
      padding: 60px 0px;
    }

    .header-inner-menu {
      padding-bottom: 0;
    }

    .header-inner-menu .header-inner-title {
      margin-bottom: 20px;
    }

    .header-inner .header-inner-nav .nav li a {
      padding: 6px 14px;
    }

    .header-inner .header-inner-title {
      font-size: 16px;
    }

    /* section title */
    .section-title {
      margin-bottom: 30px;
    }

    .section-title p {
      font-size: 16px;
    }

    /* svg */
    .icon-bg-dar svg {
      width: 100%;
      height: 100%;
      left: 0;
    }

    .imageblock-section-img {
      position: relative;
      height: 400px;
    }

    .contact-bg-logo i {
      font-size: 30rem;
    }

    .imageblock-section-img {
      float: none;
    }
  }

  @media (max-width: 575px) {

    /* Header Inner */
    .header-inner {
      padding: 40px 0px;
    }

    .header-inner-menu {
      padding-bottom: 0;
    }

    .bg-dark-half-sm:before,
    .bg-light-half-sm:before {
      height: 150px;
    }

    .contact-bg-logo i {
      font-size: 18rem;
    }
  }

  /*************************
     Blog
*************************/
  .blog-post {
    position: relative;
  }

  .blog-post .blog-post-image {
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .blog-post .blog-post-image img {
    border-radius: 5px;
  }

  .blog-post .blog-post-content {
    padding: 20px 20px 0;
  }

  .blog-post .blog-post-content .blog-post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .blog-post .blog-post-content .blog-post-info .btn {
    padding: 5px 12px;
  }

  .blog-post .blog-post-content .blog-post-info .btn-round:before {
    width: 30px;
  }

  .blog-post .blog-post-content .blog-post-info .btn-round:hover:before {
    width: 100%;
  }

  .blog-post .blog-post-content .blog-post-date {
    padding-left: 15px;
  }

  .blog-post .blog-post-content .blog-post-date a {
    color: rgba(2, 45, 98, 0.5);
  }

  .blog-post .blog-post-content .blog-post-date a:hover {
    color: #ef3139;
  }

  .blog-post .blog-post-content .blog-post-details .blog-post-title a:hover {
    color: #ef3139;
  }

  .blog-post .blog-post-content .blog-post-details .blog-post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
  }

  .blog-post .blog-post-content .blog-post-details .blog-post-meta a {
    padding: 0 15px;
    border-right: 1px solid #f6f6f6;
    color: #626262;
    font-weight: 500;
  }

  .blog-post .blog-post-content .blog-post-details .blog-post-meta a:first-child {
    padding-left: 0;
  }

  .blog-post .blog-post-content .blog-post-details .blog-post-meta a:hover {
    color: #ef3139;
  }

  /* blog post sticky */
  .blog-post-sticky .blog-post-image {
    position: relative;
  }

  .blog-post-sticky .blog-post-image:before {
    content: "\f005";
    position: absolute;
    top: 7px;
    right: 5px;
    z-index: 2;
    
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    line-height: normal;
  }

  .blog-post-sticky .blog-post-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 45px 45px 0;
    border-color: transparent #ef3139 transparent transparent;
  }

  .post-navigation .nav-previous {
    display: inline-block;
  }

  .post-navigation .nav-previous span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 230px;
    display: inline-block;
  }

  .post-navigation .nav-next {
    display: inline-block;
    position: relative;
    float: right;
  }

  .post-navigation .nav-next span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 230px;
    display: inline-block;
  }

  .pagination {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .comments .media-body p:last-child {
    margin-bottom: 0;
  }

  /*************************
     Responsive
*************************/
  @media (max-width: 767px) {
    .post-navigation .nav-previous {
      display: block;
      text-align: center;
    }

    .post-navigation .nav-next {
      display: block;
      text-align: center;
      float: none;
    }
  }

  @media (max-width: 575px) {
    .blog-post-meta {
      display: block;
    }

    .blog-post-meta a {
      display: inline-block;
      margin-bottom: 5px;
    }

    .post-navigation .nav-previous span,
    .post-navigation .nav-next span {
      width: 150px;
    }
  }

  /*****************************
  Footer
*****************************/
  .footer {
    /* Social icon */
  }

  .footer .container-fluid {
    padding: 0 100px;
  }

  .footer .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer .footer-link ul {
    padding-right: 50px;
  }

  .footer .footer-link ul:last-child {
    padding-right: 0px;
  }

  .footer .footer-link ul li a {
    color: #fff;
    font-weight: 500;
    padding: 7px 0px;
    display: block;
  }

  .footer .footer-link ul li:hover a {
    color: #ef3139;
  }

  .footer .footer-link ul li:first-child a {
    padding-top: 0;
  }

  .footer .footer-link ul li:last-child a {
    padding-bottom: 0;
  }

  .footer .social-icon li {
    display: inline-block;
    margin-right: 50px;
  }

  .footer .social-icon li:last-child {
    margin-right: 0;
  }

  .footer .social-icon li a {
    font-size: 18px;
    color: #022d62;
  }

  .footer .social-icon li:hover a {
    color: #ef3139;
  }

  .footer .footer-contact-info p {
    color: #fff;
    font-weight: 500;
  }

  .footer .flag-svg {
    height: 30px;
  }

  .footer.bg-dark .footer-link ul li a {
    color: #ffffff;
  }

  .footer.bg-dark .footer-link ul li a:hover {
    color: #ef3139;
  }

  .footer.bg-dark .social-icon li {
    margin-right: 30px;
  }

  .footer.bg-dark .social-icon li a {
    color: #ffffff;
  }

  .footer.bg-dark .social-icon li a:hover {
    color: #ef3139;
  }

  /*************************
     Responsive
*************************/
  @media (max-width: 767px) {
    .social-icon-lg li i {
      font-size: 24px;
    }
  }

  @media (max-width: 575px) {
    .footer-link {
      display: block;
    }

    .footer-link ul li:first-child a {
      padding-top: 7px;
    }

    .footer-link ul li:last-child a {
      padding-bottom: 7px;
    }

    /* Social icon */
    .social-icon li {
      padding: 0 10px;
      margin-right: 8px;
    }

    .social-icon li i {
      font-size: 18px;
    }
  }

  /*************************
     Responsive
*************************/
  /*************************
     1700px
*************************/
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .footer .container-fluid {
      padding: 0 15px;
    }
  }

  @media (max-width: 991px) {
    .space-ptb {
      padding: 70px 0;
    }

    .space-pt {
      padding-top: 70px;
    }

    .space-pb {
      padding-bottom: 70px;
    }

    .footer .container-fluid {
      padding: 0 50px;
    }

    .swiper-button-prev,
    .swiper-button-next {
      display: none;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
      max-width: 96%;
    }

    .display-4 {
      font-size: 3rem;
    }
  }

  @media (max-width: 767px) {
    h1 {
      font-size: 32px;
    }

    h2 {
      font-size: 28px;
    }

    h3 {
      font-size: 24px;
    }

    h4 {
      font-size: 20px;
    }

    h5 {
      font-size: 18px;
    }

    h6 {
      font-size: 17px;
    }

    .space-ptb {
      padding: 50px 0;
    }

    .display-2 {
      font-size: 3rem !important;
    }

    .display-4 {
      font-size: 2rem;
    }

    .space-pt {
      padding-top: 50px;
    }

    .space-pb {
      padding-bottom: 50px;
    }

    .container {
      max-width: 100%;
    }

    .footer .container-fluid {
      padding: 0 30px;
    }

    .owl-carousel.testimonial .owl-nav i {
      display: none;
    }
  }

  @media (max-width: 575px) {
    h1 {
      font-size: 30px;
    }

    h2 {
      font-size: 24px;
    }

    h3 {
      font-size: 22px;
    }

    .testimonial .testimonial-item .testimonial-content p {
      font-size: 18px;
    }

    .footer.bg-dark .social-icon li {
      margin-bottom: 7px;
    }

    .footer .footer-link {
      display: block;
    }

    .pagination .page-item .page-link {
      padding: 10px 15px;
    }

    .footer .social-icon li {
      margin-right: 0;
    }

    .category-style-03 {
      display: block;
    }

    .category-style-03 a.category-item {
      display: inline-table;
    }
  }

  @media (max-width: 479px) {
    .footer .container-fluid {
      padding: 0 15px;
    }

    .font-xlll {
      font-size: 30px;
      line-height: 30px;
    }
  }

  /*# sourceMappingURL=../css/style.css.map */

  .feature-info-style-04 .feature-info-content p {
    margin-top: 50px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100.75px;
  }

  .owl-carousel.testimonial-center.owl-nav-bottom-center.owl-loaded.owl-drag img {
    height: 40px;
  }

  section.mt-n5.z-index-9.position-relative .our-clients.our-clients-style-02.bg-dark {
    background-color: #ffffff !important;
    border: 2px solid #022d62;
  }

  ection.mt-n5.z-index-9.position-relative .our-clients.our-clients-style-02.bg-dark a.btn.btn-primary-round.btn-round.text-white {
    background: #022d62;
  }

  section.mt-n5.z-index-9.position-relative .our-clients.our-clients-style-02.bg-dark a.btn.btn-primary-round.btn-round.text-white {
    background: #022d62;
  }



  header.header.default .navbar-collapse.collapse {
    justify-content: end;
    padding-right: 20px;
  }

  .pr0ject_inner_pages .carousel-item img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: contain;
    /*border:1px solid #022d6242;*/
    border-radius: 8px;
  }

  .portfolio_details button.carousel-control-next {
    right: 10px;
  }

  .portfolio_details button.carousel-control-prev {
    left: 10px;
  }

  .pr0ject_inner_pages .carousel-item {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

  .portfolio_details {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .portfolio_details .project_tittle h1 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 5px;
  }

  .portfolio_details .project_tittle h4 {
    font-size: 18px;
  }

  .proje_debutton ul li {
    display: inline-block;
    background: #022d62;
    padding: 2px 15px;
    border-radius: 15px;
    margin-right: 10px;
  }

  .proje_debutton ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
  }

  .proje_debutton ul {
    padding: 0;
    margin-top: 20px;
  }

  .proje_debutton span {
    display: flex;
  }

  .proje_debutton span a {
    margin-left: 20px;
    display: inline-block;
    background: #022d62;
    padding: 2px 20px;
    border-radius: 15px;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
  }

  .proje_debutton span p {
    margin: 0;
    color: #022d62;
    font-weight: bold;
  }

  .portfolio_details button.carousel-control-next,
  .portfolio_details button.carousel-control-prev {
    background: #022d62;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: 50%;
  }

  .portfolio_details span.carousel-control-next-icon,
  .portfolio_details span.carousel-control-prev-icon {
    width: 15px;
  }

  .portfolio_details .project_tittle {
    padding-left: 20px;
  }

  .portfolio_details .project_tittle {
    /* padding-left: 20px; */
    align-items: center;
    justify-content: center;
    display: grid;
  }

  .project_tittle p {
    margin: 0;
    color: #022d62;
    font-weight: 500;
    margin-bottom: 5px;
  }

  @media (max-width: 678px) {
    .demo-1 {
      position: relative;
      margin: 0px;
    }

    .col-md-12.port_demo_1 a {
      display: block !important;
      flex: 0 0 auto !important;
      width: 100% !important;
      float: none !important;
      height: auto !important;
      overflow: hidden !important;
      display: block !important;
      margin-bottom: 35px !important;
      border: 5px solid #022d62a8 !important;
      margin: 0 auto !important;
      padding: 0 !important;
      margin-bottom: 15px !important;
    }

  }

  section.space-ptb.reponsive_1 .col-12.d-md-flex.justify-content-center.align-items-center {
    position: relative;
    top: 50px;
  }



  /*********************************************************************/
  /*                    New all chenges*/
  /*********************************************************************/


  .video video {
    width: 100%;
    height: 700px;
    object-fit: cover;
  }

  .video {
    position: relative;
  }

  .vodeo_conter {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    background: rgba(2, 45, 98, 0.5);
  }

  .vodeo_conter p {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
  }

  .searivs_main_cint {
    font-size: 25px;
    font-weight: 800;
  }

  a.btn.btn-primary-round.btn-round.mx-0.mx-md-3.aos-init.aos-animate {
    border: 1px solid #ef3139;
  }

  .footer {
    background: #022D62;
    padding-top: 50px;
    position: relative;
  }

  section.space-ptb.testimonial-av .owl-item {
    padding: 0 120px;
  }

  footer.footer:after {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    height: 218px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100%, 100%;
    background-image: url(https://www.wxites.com/images/bg/wave3.svg);
  }

  .footer-bottom {
    position: relative;
  }

  section.space-ptb.testimonial-av {
    margin-bottom: 150px;
  }

  .footer-contact-info {
    padding-left: 40px;
  }

  .contact-address .contact-item a {
    color: #ffff !important;
  }

  .footer {
    margin-top: 130px !important;
  }

  .team_profile_1 .testimonial-author {
    display: none;
  }

}