/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
@font-face{font-family:'montserratbold';src:url('../fonts/montserrat-bold_1-webfont.woff2')format('woff2'),url('../fonts/montserrat-bold_1-webfont.woff')format('woff');font-weight:normal;font-style:normal}
@font-face{font-family:'montserratlight';src:url('../fonts/montserrat-light_1-webfont.woff2')format('woff2'),url('../fonts/montserrat-light_1-webfont.woff')format('woff');font-weight:normal;font-style:normal}
@font-face{font-family:'montserratregular';src:url('../fonts/montserrat-regular_1-webfont.woff2')format('woff2'),url('../fonts/montserrat-regular_1-webfont.woff')format('woff');font-weight:normal;font-style:normal}
html,
body {
  font-family: 'montserratregular', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .btn, p, ul li {
  font-family: 'montserratregular', sans-serif;
  font-style: normal;
  font-weight: normal;
}
h1, .h1 {
  font-family: 'montserratlight';
  font-size: 32px;
  line-height: 35.2px;
  font-weight: 400;
  color: #010101;
}
h2, .h2 {
  font-size: 19px;
  line-height: 32px;
  font-weight: 500;
}
h3, .h3 {
  font-family:'montserratlight';
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  color: #010101;
}
h4, .h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
h5, .h5 {
  font-size: 16px;
  line-height: 18px;
}
h6, .h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}
a {
  font-size: 12px;
  line-height: 20px;
}
.text-justify {
  text-align: justify;
}
@media (min-width: 768px){
  h1, .h1 {
    font-size: 39px;
    line-height: 45px;
    font-weight: 400;
    color: #010101;
  }
  h2, .h2 {
    font-size: 27px;
    line-height: 35px;
    font-weight: 500;
  }
  h3, .h3 {
    font-size: 23px;
    line-height: 40px;
    font-weight: 400;
  }
  .custom-text {
    font-size: 41px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    color: #010101;
  }
  h2, .h2 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 500;
  }
  h3, .h3 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    color: #010101;
  }
  h4, .h4 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
  }
  h5, .h5 {
    font-size: 16px;
    line-height: 18px;
  }
  h6, .h6 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
  p {
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
  }
  a {
    font-size: 14px;
    line-height: 20px;
  }
  .custom-text {
    font-size: 28px;
  }
}
@media (min-width: 1400px){
    .custom-text {
    font-size: 50px;
  }
}
h2.double-underline:before {
  background-color: #0095da;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
}
h2.double-underline:after {
  background-color: #0095da;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 15px;
}
/* LOGO */
.logo-height {
  max-height: 70px;
}
.header .navbar
{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.header .navbar-nav .nav-item
{
  padding: 5px;
  position: relative;
}
.header .navbar-nav .nav-item .nav-link
{
  padding: 0 0 10px 14px !important;
  margin: 0 !important;
}
.header .navbar li .nav-link {
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  position: static;
  /* padding: 9px 5px 10px 14px !important; */
}
.navbar .navbar-nav .nav-item .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -3;
  width: 100%;
  height: 4px;
  background: transparent;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -moz-transition: all .4s ease-in;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in
}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:hover::before,
.navbar .navbar-nav .nav-item .nav-link.active::before {
  color: #010101;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}
  .affix-position {
    top: 0 !important;
    transition: all 0.5s ease-out 0s;
  }
  .custom-navbar-default {
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.5s ease 0s;
    z-index: 5;
  }
  .navbar-affixed-top.affix-top {
    transition: all 0.5s ease-out 0s;
  }
  .navbar-affixed-top.affix {
    background: rgba(255, 255, 255, .99);
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, .17);
    position: fixed;
    top: -104px;
    height: 104px;
    transition: all 0.5s ease-out 0s;
    width: 100%;
    z-index: 1000;
  }
@media (min-width: 768px) {
  .dropdown .dropdown-menu {
    display: none;
    min-width: 200px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2) !important;
    background: #fff;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    z-index: 1;
  }
}
@media (min-width: 991px)
{
  .header .navbar-nav .nav-item .nav-link
  {
    padding: 0 7px 10px 7px !important;
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .nav-link
{
  padding: 0 0 10px 14px !important;
  margin: 0 !important;
}
  .header .navbar-nav .nav-item
  {
    padding: 14px 15px;
    position: relative;
  }
  .header .navbar-nav .nav-item .nav-link
  {
    padding: 0 0 18px 0 !important;
    margin: 5px 5px 5px 0 !important;  
  }
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-left: 0.125em;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: transparent !important;
  color: #0095da;
}
.dropdown-item:hover {
  color: #0095da!important;
}
.dropdown-item {
  color: #fff;
}
@media (min-width: 768px) {
    .dropdown:hover > .dropdown-menu {
      background-color: #fff !important;
   }
  .dropdown-item {
     color: #000;
  }
  .offcanvas {
    background: transparent !important;
  }
  .header .navbar li .nav-link {
    color: #010101 !important;
    font-size: 10px;
  }
  .navbar .navbar-nav .nav-item .nav-link:before {
    background: #0095da;
  }
  .header .navbar li .nav-link {
    position: relative;
    font-family: 'montserratregular';
  }
}
@media (min-width: 1200px) {
  .logo-height {
    max-height: none;
  }
   .navbar-toggler {
    position: absolute;
    top: 12px;
    right: 0;
  }
  .offcanvas {
    background: transparent !important;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto!important;
    height: auto!important;
    visibility: visible!important;
    background-color: transparent!important;
    border: 0!important;
    transform: none!important;
    transition: none;
  }
  .header .navbar li .nav-link {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
# HAMBURGER TOGGLE MENU
--------------------------------------------------------------*/
.navbar-toggler {
  border: 0;
  padding: 10px;
}
.navbar-toggler .icon-bar {
  background-color: gray;
}
.navbar-toggler {
  padding: 0;
}
.navbar-toggler .icon-bar {
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 23px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
  transition: ease all .2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-47deg) translate(5px, -6px);
  transition: ease all .2s;
}
.offcanvas {
  background: linear-gradient(to bottom,rgba(128,215,255,.95) 1%,rgba(51,190,255,.97) 39%,rgba(0,149,218,1) 100%);
  width: 100%;
  height: 100vh;
}
.navbar-toggler{
  color: transparent;
}
.dropdown-menu.show {
    display: none !important;
}
/* FOOTER */
.footer {
  background: #141414;
  color: #fff;
}
.footer a {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.color-blue {
    color: #0095da;
    font-weight: 700;
}
/* .footer p {
    line-height: 25px;
    font-weight: 500;
} */
 .footer-desc { font-size: 14px;}
.footer .fa {
  font-size: 20px;
  padding-right: 12px;
}
.footer a:hover {
  color: #0095da;
}
.lh-20 {
  line-height: 20px !important;
}
/* BANNER */
.banner .carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #515A5F;
  opacity: inherit;
  &.active{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #0095da;
  }
}
.banner .carousel-item,
.about-banner .carousel-item,
.web-dev-banner .carousel-item,
.app-dev-banner .carousel-item,
.digital-market-banner .carousel-item,
.blockchain-banner .carousel-item,
.product-banner .carousel-item,
.career-banner .carousel-item,
.contact-banner .carousel-item,
.blog-banner .carousel-item,
.cookie-banner .carousel-item  {
  height: 100vh;
}
.btn-blue {
  font-family: 'montserratbold';
  color: #FFF;
  padding: 10px 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  box-shadow: inset 0 0 0 0 #515a5f;
  transition: all 1s ease;
  background: #0095da;
  border-radius: 0;
}
.btn-blue:hover {
  box-shadow: inset 400px 0 0 0 #515a5f;
  background: #515a5f;
  transition: all 2s ease;
}
.animate-box {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animate-box-delay {
  visibility: visible;
  animation-delay: 0.8s;
}
.gridborder-box {
  border: 2px solid #0095da;
}
.gridborder-box img {
  bottom: -15px;
  right: -15px;
  background: #fff;
}
.gridborder-box h3 {
  font-size: 17px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .gridborder-box h3 {
    font-size: 24px;
    font-weight: 400;
  }
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label~.form-control-feedback {
    top: 25px
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle
}
.form-control-feedback {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  text-align: center;
  pointer-events: none;
}
#contact-form .form-control-feedback {
  top: 10px;
}
.form-group {
  position: relative;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%
}
.embed-responsive-4by3 {
  padding-bottom: 75%
}
/* Contact us */
.contact-banner {
    background: url(../img/contact-banner.jpg) center no-repeat;
    background-size: cover;
}
.get-in-touch .fa-phone-square, .fa-envelope {
    color: #8cd0f0;
    font-size: 23px;
}
.get-in-touch .contact-link {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}
.get-in-touch li a {
  font-size: 16px;
  padding: 8px;
  color: #8cd0f0;
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  display: inline-block;
  box-shadow: inset 0 0 0 0 #515a5f;
  transition: all 1s ease;
  background: #fff;
}
.get-in-touch li a:hover {
  box-shadow: inset 400px 0 0 0 #515a5f;
  transition: all 2s ease;
  color: #fff;
}
.our-services h4 {
    color: #515a5f;
    word-spacing: 5px;
    font-size: 25px;
    margin: 32px 0;
    text-transform: uppercase;
    line-height: 32px;
}
.our-services .card:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #0095da;
  transition: width 0.4s ease 0s, left 0.4s ease 0s;
  width: 0;
}
.our-services .card:hover:after {
  width: 100%;
  left: 0;
}
.owl-nav {
  position: relative;
  font-size: 96px;
  top: -120px;
}
.owl-carousel {
  text-align: center;
}
.owl-carousel .item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0; /* -35px */
  color: #515A5F;
  opacity: 0.5;
}
.owl-carousel .owl-nav button.owl-prev {
  opacity: 0.5;
  position: absolute;
  left: -0; /* -35px */
}
@media (min-width:768px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 15px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 25px;
  }
}
@media (min-width:992px) {
  .owl-carousel .owl-nav button.owl-next {
    right: -35px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: -35px;
  }
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  color: #515A5F;
  opacity: 1;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.coming-together blockquote {
  border-left: 5px solid #0095da;
}
.client .owl-dots {
  display: none;
}
#carouselExampleIndicators {
  padding: 0 10px 30px 10px;
  margin-top: 60px;
}
#carouselExampleIndicators .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
#carouselExampleIndicators .carousel-indicators {
  height: 150px;
}
#carouselExampleIndicators .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  transition: all .4s ease-in;
  vertical-align: middle;
}
#carouselExampleIndicators .carousel-indicators .active {
  width: 80px;
  height: 80px;
  opacity: 1;
  transition: all .2s;
}
.satisfied-clients .fa-quote-left {
  font-size: 35px;
}
.satisfied-clients .position-center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.satisfied-clients p{
  font-size: 18px;
}
@media (min-width: 768px) {
  .satisfied-clients p{
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .satisfied-clients p{
    font-size: 19px;
  }
}
.bg-img {
  position: relative;
  background: url(../img/bg-grid.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover!important;
  background-attachment: fixed;
  color: #000;
}
.bg-img::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255,255,255,.95);
}
/* Services */
.design-features,
.market-service {
  background: url(../img/design-features-banner.jpg) center no-repeat;
  background-size: cover;
}
.request-quote {
  background-color: #93a1ad;
}
.responsive-web-slider, .responsive-mob-slider {
  background: url(../img/business-transform-banner.jpg) center no-repeat;
  background-size: cover;
}
.responsive-web-slider .carousel-indicators.left, .responsive-mob-slider .carousel-indicators.left
{
  left: 50%;
}
.responsive-web-slider .carousel-indicators.right, .responsive-mob-slider .carousel-indicators.right
{
  left: 50%;
}
@media (min-width: 768px) {
  .offcanvas.offcanvas-end
{
  padding-left: 15px;
  padding-right: 15px;
}
.responsive-web-slider .carousel-indicators.left, .responsive-mob-slider .carousel-indicators.left
  {
    left: 25%;
  }
  .responsive-web-slider .carousel-indicators.right, .responsive-mob-slider .carousel-indicators.right
  {
    left: 75%;
  }
}
@media (max-width: 991px)
{
  .responsive-web-slider .carousel-indicators.left, .responsive-mob-slider .carousel-indicators.left
  {
    left: 50%;
  }
  .responsive-web-slider .carousel-indicators.right, .responsive-mob-slider .carousel-indicators.right
  {
    left: 50%;
  }
}
@media (min-width: 1200px)
{
  .responsive-web-slider .carousel-indicators.left, .responsive-mob-slider .carousel-indicators.left
  {
    left: 25%;
  }
  .responsive-web-slider .carousel-indicators.right, .responsive-mob-slider .carousel-indicators.right
  {
    left: 75%;
  }
}
.banner-fixed {
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    height: 100vh;
}
.banner-fixed:before {
    height: 230px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 75%, rgba(0, 0, 0, .1) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
@media only screen and (max-width: 991px) {
    .banner-fixed {
        background-position: calc(131% - 80%) 0;
    }
}
@media only screen and (max-width: 767px) {
    .banner-fixed {
        background-position: -webkit-calc(100% - 80%) 0;
        background-position: -moz-calc(100% - 80%) 0;
        background-position: calc(100% - 80%) 0;
    }
}
@media only screen and (max-width: 479px) {
    .banner-fixed {
        background-position: -webkit-calc(135% - 80%) 0;
        background-position: -moz-calc(135% - 80%) 0;
        background-position: calc(135% - 80%) 0;
    }
}
.slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-banner h1, .web-dev-banner h1, .app-dev-banner h1, .digital-market-banner h1, .blockchain-banner h1, .product-banner h1, .blog-banner h1, .career-banner h1, .contact-banner h1  {
  font-size: 23px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
.blog-banner h1, .career-banner h1, .contact-banner h1 {
  font-size: 32px;
}
.about-banner h3, .web-dev-banner h3, .app-dev-banner h3, .digital-market-banner h3, .blockchain-banner h3, .product-banner h3, .blog-banner h3, .career-banner h3, .contact-banner h3 {
  font-size: 20px;
  line-height: 23px;
}
.md-vertical-50 {
  margin: 14px 0;
}
@media (min-width: 768px) {
  .about-banner h1, .web-dev-banner h1, .app-dev-banner h1, .digital-market-banner h1, .blockchain-banner h1, .product-banner h1, .blog-banner h1, .career-banner h1, .contact-banner h1 {
    font-size: 41px;
    line-height: 45px;
  }
  .about-banner h3, .web-dev-banner h3, .app-dev-banner h3, .digital-market-banner h3, .blockchain-banner h3, .product-banner h3, .blog-banner h3, .career-banner h3, .contact-banner h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .md-vertical-50 {
    margin: 23px 0;
  }
}
@media (min-width: 1200px) {
  .about-banner h1, .web-dev-banner h1, .app-dev-banner h1, .digital-market-banner h1, .blockchain-banner h1, .product-banner h1, .blog-banner h1, .career-banner h1, .contact-banner h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .about-banner h3, .web-dev-banner h3, .app-dev-banner h3, .digital-market-banner h3, .blockchain-banner h3, .product-banner h3, .blog-banner h3, .career-banner h3, .contact-banner h3 {
    font-size: 25px;
  }
  .md-vertical-50 {
    margin: 50px 0;
  }
}
.responsive-web-slider .carousel-indicators [data-bs-target],
.responsive-mob-slider .carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #515A5F;
  opacity: inherit;
  &.active{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #0095da;
  }
}
.responsive-web-slider .carousel-indicators {
  right: 30%;
  bottom: -10%;
  /* justify-content: flex-end; */
}
@media (min-width: 1200px) {
  .responsive-web-slider .carousel-indicators {
    right: 8%;
  }
  #carouselExampleIndicators .carousel-indicators .active {
    width: 128px;
    height: 128px;
  }
}
.responsive-mob-slider .carousel-indicators {
  right: 30%;
  bottom: -10%;
  /* justify-content: flex-end; */
}
@media (min-width: 1200px) {
  .responsive-mob-slider .carousel-indicators {
    right: 54%;
  }
  .btn-lg-blue {
    padding: 6px 80px !important;
  }
}
.fa-refresh {
  font-size:22px;
  vertical-align: middle;
  color: red;
}
.input-group-addon {
    font-size: 22px;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.btn-lg-blue {
    background-color: #0094DA;
    color: white;
    border-radius: 5px;
    padding: 6px 55px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.btn-lg-blue:hover {
  background-color: #0094DA;
}
/* career */
.accordion-button {
  color: #00c9fd;
  font-size: 18px;
}
.accordion-button:focus {
  border-color: #fff;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #00c9fd;
}
.accordion-button::after {
  background-image: none;
  content: "\f13a";
  font-family: 'FontAwesome';
  font-size: 18px;
  border-radius: 100px;
  color: #00c9fd;
  position: absolute;
  right: 15px;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
}
.inner-list li span:before {
  position: absolute;
  content: '\f101';
  font-family: 'FontAwesome';
  font-size: 23px;
  line-height: 35px;
  color: #0095da;
  left: 0;
  top: 0;
}
.inner-list li span {
  position: relative;
  padding: 10px 0 5px 23px;
  font-size: 16px;
}
#event-slider button.close {
  z-index: 1;
  font-size: 25px;
  position: absolute;
  top: -11px;
  right: -8px;
  border: none;
  background: transparent;
}
#careers-accordion button {
    font-family: 'montserratlight';
    display: block;
    font-size: 18px;
    padding: 18px 20px;
    line-height: 17px;
    color: #0095da;
} 
#careers-accordion i {
    background-image: none;
    content: "\f13a";
    font-family: 'FontAwesome';
    font-size: 18px;
    border-radius: 100px;
    color: #00c9fd;
    float: right;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#careers-accordion button.collapsed i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.form-control {
  padding: 5px 30px 7px 15px;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel] {
    padding-right: 30px;
    padding-left: 52px;
    margin-left: 0;
}
/* bootstrap 3 code */
.pad-vertical-77 {
    padding: 77px 0;
}
.md-pb-77 {
  padding-bottom: 77px;
}
.lh-25 {
  line-height: 25px;
}
@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}
@media(min-width:1400px) {
    .container {
        max-width: 1170px;
    }
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row>* {
    padding-right: 15px;
    padding-left: 15px;
}
p {
    margin: 0 0 10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
   .navbar img {
        width: 153px !important;
        padding: 7px;
    }
}
.navbar li {
    padding: 13px 14px;
}
.navbar li.dropdown ul li {
  padding: 1px 1px !important;
}
.lh-27 {
  line-height: 27px;
}
.product-banner {
    background: url(../img/products-banner.jpg) center no-repeat;
    background-size: cover;
}
.about-banner {
    background: url(../img/about-banner.jpg) center no-repeat;
    background-size: cover;
}
.text-bold {
    font-family: 'montserratbold';
}
.lh-32 {
  line-height: 32px;
}
.lh-30 {
  line-height: 30px;
}
.lh-50 {
  line-height: 50px;
}
/* .content-gridbox-right {
  padding: 32px 68px 32px 32px;
} */
.web-dev-banner {
    background: url(../img/web-dev-banner.jpg) center no-repeat;
    background-size: cover;
}
::-webkit-input-placeholder {
    color: #c7c3c3 !important;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}
textarea.form-control {
    height: auto;
}
.app-dev-banner {
    background: url(../img/app-dev-banner.jpg) center no-repeat;
    background-size: cover;
}
.digital-market-banner {
    background: url(../img/digital-market-banner.jpg) center no-repeat;
    background-size: cover;
}
.blockchain-banner {
    background: url(../img/blockchain-banner.jpg) center no-repeat;
    background-size: cover;
}
.ff-light {
    font-family: 'montserratlight' !important;
}
.ml-32 {
  margin-left: 32px;
}
.fs-14 {
  font-size: 14px !important;
}
.career-banner {
    background: url(../img/career-banner.jpg) center no-repeat;
    background-size: cover;
}
.careers-form input, .careers-form select {
    height: 50px;
}
.blog-banner {
    background: url(../img/blog-banner.jpg) center no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 991px) {
    .navbar li {
        padding: 0 7px;
    }
}
@media only screen and (max-width: 991px) {
    .pad-vertical-77 {
        padding: 32px 0;
    }
}
/* @media only screen and (max-width: 1199px) {
    .content-gridbox-right {
        padding: 23px 77px 23px 32px;
    }
} */
@media (min-width: 768px) {
  .second-text {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .second-text {
    font-size: 32px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
    .navbar .navbar-toggler {
        display: block;
        margin-right: -14px;
        padding: 17px 10px;
        background: transparent !important;
        border-color: transparent !important;
    }
}
.hidden {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    #navbar-close .fa {
        color: #0095da;
        font-size: 41px;
        margin-top: -6px;
    }
}
.fa-times-thin:before {
        content: '\00d7'
}
/* Customize for bs5 */
.navbar-nav .nav-link {
  position: relative;
  padding-bottom: 5px;
  color: #000; /* default color */
  transition: color 0.3s ease;
}
/* Optional: active color */
.navbar-nav .nav-link.active {
  color: #007bff;
}
/* End */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#frmdemoaccount .form-group {
  margin-bottom: 28.04px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-24 {
  font-size: 24px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  background-color: #3562af;
}
.btn-line {
  color: #337ab7;
}
.btn-line:hover {
  color: #23527c;
  text-decoration: underline;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #c4d3ed;
}
.form-group-lg .form-control, .form-select {
  height: 46px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 6px;
  color: #555;
}
.form-control {
  font-size: 14px;
}
.form-group-lg textarea.form-control {
  height: auto;
}
.container {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto;
  margin-left: auto;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
p {
  margin: 0 0 10px;
}
.small, small {
  font-size: 85% !important;
}
.btn {
  line-height: 1.33;
}