@charset "UTF-8";
@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proxima_nova_alt_bold-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_alt_bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proxima_nova_extrabold-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_extrabold-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "indie_flowerregular";
  src: url("../fonts/indieflower-webfont.woff2") format("woff2"), url("../fonts/indieflower-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.btn-danger {
  background: #fc5546 !important;
  border-color: #fc5546 !important;
}
.btn-danger.active:focus {
  box-shadow: none;
}
.btn-danger:active:focus {
  box-shadow: none;
}
.btn-danger:hover {
  background: #0e2b5c !important;
  border-color: #0e2b5c !important;
}

button:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
button:active {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
.btn:active {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

input:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
input:active {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.relative {
  position: relative;
}

div::-webkit-scrollbar {
  display: none;
}

ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
ul::-webkit-scrollbar {
  display: none;
}

.nft-img {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  display: block;
}

.btn-check:active + .btn-danger:focus {
  box-shadow: none;
}
.btn-check:checked + .btn-danger:focus {
  box-shadow: none;
}

.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.subheading {
  color: #627792;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.mainheading {
  font-size: 36px;
  color: #fff;
  margin: 0px;
  font-weight: 900;
  text-transform: capitalize;
}

body {
  font-family: "proxima_nova";
}

.mailhr {
  color: #fc5546;
  font-weight: 600;
  margin-left: 8px;
  font-size: 18px;
}

a {
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:hover {
  color: #fc5546;
}
a:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
a:active {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.classnow {
  background: #fc5546 !important;
  border: 1px solid #fc5546;
  border-radius: 5px;
  font-size: 17px;
  padding: 6px 11px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.classnow svg {
  padding: 0px 3px;
}

.our-culture .grid-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.our-culture .img-item {
  flex: 1 1 auto;
  height: 20vh;
  overflow: hidden;
}
.our-culture .img-item:hover img {
  transform: scale(1.3);
}
.our-culture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.our-culture .card-about img {
  width: 82px;
  height: 70px;
  width: auto;
  margin-right: 40px;
}
.our-culture .card-about h4 {
  font-size: 20px;
  margin: 0px;
}
.our-culture .card-item {
  box-shadow: 0 0 2px rgba(3, 0, 44, 0.2392156863);
  padding: 25px 30px;
  margin-bottom: 40px;
}
.our-culture .icon {
  width: 90px;
}

.home_header {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
}
.home_header.inner_header .top_nav {
  border-top: 1px solid #d0d0d0;
  background: #fff;
}
.home_header.inner_header .social_ul li a {
  color: #3c3c3c !important;
  border-color: #d0d0d0;
}
.home_header.inner_header .social_ul li a:hover {
  color: #fff !important;
}
.home_header.inner_header .navbar {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.home_header.inner_header .phone {
  color: #3c3c3c;
}
.home_header.inner_header .header_in::before {
  background: #ffffff;
  filter: blur(0px);
  opacity: 1;
}
.home_header.inner_header .navbar-nav .nav-link {
  color: #3c3c3c !important;
}
.home_header.inner_header .navbar-nav .nav-link:hover {
  color: #fc5546 !important;
}
.home_header.inner_header .white-logo {
  display: none;
}
.home_header.inner_header .color-logo {
  display: block;
}
.home_header.inner_header.fixed-tops .top_nav {
  border-top: 1px solid #d0d0d0;
  background: #fff;
}
.home_header.inner_header.fixed-tops .social_ul li a {
  color: #3c3c3c !important;
  border-color: #d0d0d0;
}
.home_header.inner_header.fixed-tops .social_ul li a:hover {
  color: #fff !important;
}
.home_header.inner_header.fixed-tops .header_in::before {
  background: #ffffff !important;
  filter: blur(0px) !important;
  opacity: 1 !important;
}
.home_header.inner_header.fixed-tops .navbar {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.home_header.inner_header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.home_header .navbar-toggler-icon {
  background-image: url("../img/icon/toggle.svg") !important;
}
.home_header .navbar-toggler {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3098039216);
  padding: 0;
}
.home_header .navbar-toggler:focus {
  box-shadow: none;
}
.home_header.fixed-tops {
  background: #fff;
}
.home_header.fixed-tops .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.home_header.fixed-tops .header_in::before {
  background: none;
}
.home_header.fixed-tops .navbar-nav .nav-link {
  color: #000 !important;
}
.home_header.fixed-tops .navbar-nav .nav-link:hover {
  color: #fc5546 !important;
}
.home_header.fixed-tops .navbar {
  border: 1px solid #eceff3;
  padding: 0;
}
.home_header.fixed-tops .white-logo {
  display: none;
}
.home_header.fixed-tops .color-logo {
  display: block;
}
.home_header.fixed-tops .navbar-brand {
  max-width: 160px;
}
.home_header.fixed-tops .top_nav {
  background: #073162;
}
.home_header .color-logo {
  display: none;
}
.home_header .header_in {
  position: relative;
}
.home_header .header_in::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8117647059);
  filter: blur(9px);
  -o-filter: blur(9px);
  -ms-filter: blur(9px);
  -moz-filter: blur(9px);
  -webkit-filter: blur(9px);
  opacity: 0.4;
}
.home_header .breadcrumbs {
  padding: 180px 0px 100px;
  text-align: center;
  background: #eef9f5;
  position: relative;
  border-radius: 0 0 150px 150px;
  overflow: hidden;
}
.home_header .breadcrumbs .col-lg-8 {
  position: relative;
  z-index: 1;
}
.home_header .top_nav {
  height: 40px;
  overflow: hidden;
  position: relative;
}
.home_header .top_col {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.home_header .social_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px;
}
.home_header .social_ul li a {
  font-size: 14px;
  color: #fff !important;
  padding: 10px 11px;
  width: 40px;
  display: block;
  border-color: #414d63;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.home_header .social_ul li a:hover {
  background: #fc5546;
  color: #fff !important;
}
.home_header .social_ul li:nth-child(1) a {
  border-width: 0px 0px 0px 1px;
}
.home_header .social_ul li:nth-child(2) a {
  border-width: 0px 0px 0px 1px;
}
.home_header .social_ul li:nth-child(3) a {
  border-width: 0px 0px 0px 1px;
}
.home_header .social_ul li:nth-child(4) a {
  border-width: 0px 0px 0px 1px;
}
.home_header .get_quote {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px;
}
.home_header .get_quote li:first-child {
  margin-right: 25px;
}
.home_header .get_quote .btn-danger {
  border-radius: 2px;
  font-size: 12px;
  padding: 4px 22px;
}
.home_header .phone {
  color: #fff;
  font-size: 12px;
}
.home_header .phone:hover {
  color: #fc5546;
}
.home_header .phone i {
  margin-right: 10px;
}
.home_header .navbar-brand {
  display: inline-block;
  width: 100%;
  position: relative;
  max-width: 201px;
  white-space: nowrap;
}
.home_header .navbar {
  padding: 0;
  border: 1px solid #414d63;
  border-left: 0;
  border-right: 0;
}
.home_header .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}
.home_header .navbar-nav .main-ul a {
  color: #0e2b5c;
}
.home_header .navbar-nav .main-ul a:hover {
  color: #fc5546!important;
}
.home_header .navbar-nav .main-ul a i {
  color: #f65546;
  width: 24px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 5px;
}
.home_header .navbar-nav .main-ul h4 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.home_header .navbar-nav .main-ul h4 span {
  border-bottom: 2px solid #f65546;
}
.home_header .navbar-nav .main-ul > li {
    margin-bottom: 10px;
    list-style: outside;
    font-weight: 600;
    font-size: 14px;
}
.home_header .navbar-nav .main-ul .sub_ul {
  padding-left: 55px !important;
  list-style: disc;
  margin-top: 20px;
}
.home_header .navbar-nav .main-ul .sub_ul li {
  margin-bottom: 10px;
}
.home_header .navbar-nav .nav-link {
  color: #fff !important;
  font-size: 16px;
  display: block;
}
.home_header .navbar-nav .nav-link:hover {
  color: #fc5546 !important;
}
.home_header .navbar-nav .small-menu-drop .main-ul > li {
  margin-bottom: 20px;
}
.home_header .floting_btn {
  position: fixed;
  top: 192px;
  z-index: 12;
  right: 0;
  border-radius: 10px 0px 0px 10px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  font-size: 30px;
  color: #0e2b5c;
  background: #46fc9b !important;
  border-color: #46fc9b !important;
}
.home_header .floting_btn:hover {
  background: #fc5546 !important;
  border-color: #fc5546 !important;
}
.home_header .floting_btn:hover > svg {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}
.home_header .floting_btn:hover > svg path {
  stroke: #fff;
}
.home_header .floting_btn svg {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}
.home_header .floting-menu {
  position: relative;
}
.home_header .floting-menu .menu-flote {
  border: 1px solid #eceff3;
  visibility: hidden;
  width: 0;
  display: block;
  opacity: 0;
  background-color: #fff;
  padding: 10px 8px;
  position: fixed;
  top: 262px;
  right: -100%;
  transition: 0.5s ease;
  overflow: hidden;
  border-radius: 3px 0px 0px 3px;
}
.home_header .floting-menu .menu-flote.open {
  visibility: visible;
  width: 230px;
  height: auto;
  opacity: 1;
  right: 0;
}
.home_header .floting-menu .menu-flote h5 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  padding: 0px 5px;
  margin-bottom: 6px;
}
.home_header .floting-menu .menu-flote li a {
  padding: 5px;
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.home_header .floting-menu .menu-flote li i {
  color: #fc5546;
  width: 15px;
}
.home_header .floting-menu .menu-flote li span {
  color: #0e2b5c;
}
.home_header .floting-menu .menu-heads {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_header .floting-menu .btn_close {
  outline: 0;
  border: 0;
  background: none;
  color: #fc5546;
  padding: 0;
  padding-right: 5px;
  line-height: 16px;
  font-size: 18px;
}

.menu3rd {
    margin: 5px 0 0 15px;
    font-size: 14px;
}
.menu3rd li a{color:#000!important;}
.menu3rd li{list-style: circle; padding:0 0 5px 0; font-weight: normal;}

.NavHead span {
    border-bottom: 2px solid #333;
    color: #fc5546;
}

.NavHead {
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 20px 0;
}
.main-ul{margin:0 0 0 15px;}



.scroll-top {
  bottom: 50px;
  right: 15px;
  padding: 0px;
  font-size: 16px;
  width: 35px;
  height: 35px;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  border: 0px;
  outline: none;
  background-color: #0e2b5c;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 30px;
  font-size: 21px;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  transition: 0.3s all ease-in-out;
}
.scroll-top:hover {
  background: #fc5546;
}
.scroll-top.active {
  display: flex;
  background: #fc5546;
}

@-webkit-keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
.crypto-banner {
  background: linear-gradient(135deg, #150140 10%, #1c106b 50%, #120337 90%);
  padding-top: 230px;
  padding-bottom: 100px;
  overflow: hidden;
}

.crypto-about-sec {
  padding: 100px 0px;
  background: #eceff3;
}

.inner_common_sec .fantacy-sport-sec {
  background: #0e2b5c;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

.customized-salesforce .content {
  padding: 65px 0px 0px 20px;
}

.home_header.fixed-tops .navbar-nav .nav-link {
  padding: 30px 18px;
}

.bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fc5546;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  z-index: 99;
  will-change: transform;
  transform: translateZ(0);
  box-shadow: 0 1px 15px 1px rgba(1, 117, 90, 0.2117647059);
  transition: all 0.3s ease-in-out;
}

.crypto-banner:before {
  content: "";
  background: url("../img/banner-pattern.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0.04;
  background-attachment: fixed;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.crypto-banner .container {
  position: relative;
  z-index: 3;
}
.crypto-banner .mainheading {
  font-size: 36px;
  color: #ffffff;
  margin: 0px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.crypto-banner p {
  color: #fff;
  font-size: 21px;
  margin: 30px 0px;
}
.crypto-banner .btn-danger {
  border-radius: 50px;
  font-size: 18px;
  padding: 12px 32px;
  box-shadow: 0 0 0 0 rgba(239, 88, 125, 0.4);
  -webkit-animation: power1 1.5s infinite;
}
.crypto-banner .banner-img {
  -webkit-animation: MoveUpDown 2s linear infinite;
  animation: MoveUpDown 2s linear infinite;
}

.list-nft {
  margin-top: 30px;
}

.extra-nft {
  margin-top: -30px;
}

.list-nft ul li {
  list-style: disc;
  font-size: 17px;
  color: #828282;
  text-transform: uppercase;
}

.nft-p {
  padding-bottom: 0px !important;
}

.work-content {
  margin-top: 100px;
}

@-webkit-keyframes MoveUpDown {
  0% {
    position: relative;
    top: 0;
  }
  50% {
    position: relative;
    top: 10px;
  }
  100% {
    position: relative;
    top: 0;
  }
}

@keyframes MoveUpDown {
  0% {
    position: relative;
    top: 0;
  }
  50% {
    position: relative;
    top: 10px;
  }
  100% {
    position: relative;
    top: 0;
  }
}
.crypto-about-sec .heading p {
  color: #828282;
  padding: 19px 0px 23px;
}
.crypto-about-sec .section-sub {
  max-width: 412px;
  padding-bottom: 0px;
  color: #3c3c3c;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 30px;
}
.crypto-about-sec .work-box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.crypto-about-sec .work-box:last-child {
  padding-bottom: 0px;
}
.crypto-about-sec .work-box:last-child:before {
  display: none;
}
.crypto-about-sec .work-img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.crypto-about-sec .work-img img {
  position: relative;
  z-index: 3;
}
.crypto-about-sec .work-text {
  width: calc(100% - 45px);
  padding-left: 20px;
  padding-top: 9px;
}
.crypto-about-sec .work-text p:last-child {
  margin-bottom: 0;
  color: #828282;
}
.crypto-about-sec .work-text .work-title {
  padding-bottom: 8px;
  margin-bottom: 0px;
  color: #333333;
}

.crypto-ds-sec {
  padding: 100px 0px;
}
.crypto-ds-sec .heading p {
  color: #828282;
  padding: 19px 0px 23px;
}
.crypto-ds-sec .col-md-4 {
  margin-bottom: 20px;
}
.crypto-ds-sec .card-main {
  box-shadow: 0px 3px 6px rgba(20, 20, 42, 0.1215686275);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20px 20px;
  height: 100%;
}
.crypto-ds-sec .card-main img {
  height: 50px;
}
.crypto-ds-sec .card-head {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.crypto-ds-sec .card-head > div {
  display: table-cell;
  vertical-align: middle;
}
.crypto-ds-sec .card-title {
  padding-left: 15px;
}
.crypto-ds-sec .card-img {
  width: 50px;
}
.crypto-ds-sec h4 {
  font-size: 21px;
  font-weight: 700;
  color: #0e2b5c;
  margin: 0;
}
.crypto-ds-sec p {
  color: #333333;
}

.how-to-crate-crypto {
  padding-bottom: 100px;
}
.how-to-crate-crypto .heading p {
  color: #828282;
  padding: 19px 0px 23px;
}
.how-to-crate-crypto .timeline {
  width: 50%;
  margin: 0 0 20px 5px;
  float: right;
  position: relative;
}
.how-to-crate-crypto .timeline:nth-child(even) {
  margin: 0 5px 20px 0;
  float: left;
}
.how-to-crate-crypto .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  height: 100%;
  width: 2px;
  background: #f2f2f2;
}
.how-to-crate-crypto .timeline-content {
  color: #fff;
  background: linear-gradient(#1280f1, #0e2b5c);
  padding: 15px 15px 35px 135px;
  border-radius: 50px 0;
  border: 20px solid #e7e7e7;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.how-to-crate-crypto .timeline-content:before {
  content: "";
  background-color: #fff;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  position: absolute;
  left: -180px;
  bottom: -125px;
  z-index: -1;
}
.how-to-crate-crypto .timeline-icon {
  font-size: 60px;
  position: absolute;
  left: 20px;
  bottom: 15px;
  color: #1068c7;
}
.how-to-crate-crypto .title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 5px;
  font-weight: 600;
}
.how-to-crate-crypto .description {
  font-size: 14px;
  margin: 0;
}

.technology-stack-sec {
  background: #f6f6f6;
  padding: 100px 0px;
}
.technology-stack-sec img {
  margin: 0px auto;
}
.technology-stack-sec .heading p {
  color: #828282;
  padding: 19px 0px 23px;
}

.cyipto-faq-sec {
  padding: 100px 0px;
}
.cyipto-faq-sec .heading p {
  color: #828282;
  padding: 19px 0px 23px;
}
.cyipto-faq-sec .accordion-button {
  background: #f6f6f6;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  padding: 15px 15px;
  transition: all 400ms ease;
  position: relative;
  box-shadow: none;
  color: #111111;
}
.cyipto-faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fc5546'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
.cyipto-faq-sec .accordion-item {
  margin-bottom: 20px;
  border: 0px !important;
}
.cyipto-faq-sec .accordion-body {
  padding: 1rem 1.25rem;
  background: #f6f6f6;
}
.cyipto-faq-sec .faq-content .nav {
  border-bottom: unset;
  padding-bottom: 35px !important;
}
.cyipto-faq-sec .faq-content .nav li {
  line-height: 0;
  padding: 0px 10px;
}
.cyipto-faq-sec .faq-content .nav li:first-child {
  padding-left: 0;
}
.cyipto-faq-sec .faq-content .nav li:last-child {
  padding-right: 0;
}
.cyipto-faq-sec .nav-tabs .nav-link {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: 0;
  font-size: 14px;
  background: #f6f6f6;
  color: #0e2b5c;
}
.cyipto-faq-sec .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 400ms ease;
  opacity: 0;
  background: #fc5546;
}
.cyipto-faq-sec .nav-tabs .nav-link:hover {
  color: #fff;
}
.cyipto-faq-sec .nav-tabs .nav-link:hover:before {
  opacity: 1;
}
.cyipto-faq-sec .nav-tabs .nav-link.active {
  color: #fff;
}
.cyipto-faq-sec .nav-tabs .nav-link.active:before {
  opacity: 1;
}
.cyipto-faq-sec .faq-box {
  border-radius: 8px;
  margin-bottom: 20px;
  background: #f6f6f6;
}
.cyipto-faq-sec .faq-title {
  font-size: 18px;
  cursor: pointer;
  padding: 15px 15px;
  transition: all 400ms ease;
  position: relative;
  padding-right: 35px;
  color: #111111;
}
.cyipto-faq-sec .faq-title:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 400ms ease;
}
.cyipto-faq-sec .faq-title.active:before {
  transform: translateY(-50%) rotate(-180deg);
}
.cyipto-faq-sec .faq-panel {
  display: none;
  padding: 15px 15px;
  padding-top: 0;
  color: #828282;
}
.cyipto-faq-sec .faq .patter {
  opacity: 0.03;
  position: absolute;
  top: -30px;
  left: -130px;
}
.cyipto-faq-sec .faq .patter-2 {
  top: unset;
  left: unset;
  bottom: -30px;
  right: -130px;
}

.hero-sec {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 155px;
}
.hero-sec::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.35) 0%, #172b4b 100%, #404040 10101%);
  z-index: 1;
}
.hero-sec video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
  height: 100%;
}
.hero-sec .hero_content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero-sec h5 {
  font-size: 24px;
  color: #fff;
  margin: 0;
}
.hero-sec h1 {
    font-size: 48px;
    font-weight: 700;
    font-family: poppinsbold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: rgba(0, 0, 0, 0.1019607843);
    /* line-height: 95px; */
    margin: 0;
    padding-bottom: 15px;
}
.hero-sec h2 {
  font-family: poppinsbold;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin: 0;
  margin-bottom: 35px;
}
.hero-sec .btn-outline-secondary {
  border: 1px solid #fff;
  border-radius: 82px;
  padding: 9px 32px 9px 12px;
  color: #fff;
}
.hero-sec .btn-outline-secondary:hover {
  background: #fc5546;
  border-color: #fc5546;
}
.hero-sec .btn-outline-secondary:hover .btn_icon {
  background: #fff;
  color: #fc5546;
}
.hero-sec .btn-outline-secondary .btn_icon {
  background: #fc5546;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  padding: 14px 0px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-right: 31px;
}
.hero-sec .wave_img {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}

.about-career .col-md-6:nth-child(1) .friedny-card {
  margin-top: 30px;
}
.about-career .col-md-6:nth-child(3) .friedny-card {
  margin-top: 30px;
}
.about-career .friedny-card {
  background: #fff;
  text-align: center;
  padding: 35px 74px;
  box-shadow: 1px 4px 15px 8px rgba(0, 0, 0, 0.0509803922);
  border-radius: 5px;
}
.about-career .friedny-card h5 {
  font-size: 20px;
  color: #333;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
}
.about-career .friedny-card .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  background: #f6f6f6;
  margin: 0px auto;
  font-size: 30px;
  color: #fc5546;
}

.career-page-sec {
  background: #f6f6f6;
  padding: 100px 0px;
}
.career-page-sec .accordion-button {
  padding: 20px 32px;
}
.career-page-sec .accordion-button:not(.collapsed) {
  background-color: #fc5546;
}
.career-page-sec .accordion-button:not(.collapsed) .tab-contents h3 {
  color: #fff;
}
.career-page-sec .accordion-button:not(.collapsed) .tab-contents p {
  color: #fff;
}
.career-page-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.career-page-sec .tab-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  border-radius: 5px;
  font-size: 45px;
  color: #fc5546;
  margin-right: 25px;
}
.career-page-sec .tab-icon img {
  width: 100%;
  max-width: 40px;
}
.career-page-sec .tab-icon svg {
  width: 40px;
  fill: #fc5546;
}
.career-page-sec .tab-contents {
  width: 100%;
  max-width: 476px;
}
.career-page-sec .tab-contents h3 {
  font-size: 26px;
  color: #3c3c3c;
  margin: 0;
  font-weight: 700;
}
.career-page-sec .tab-contents p {
  color: #828282;
}
.career-page-sec .accordion-body p {
  color: #828282;
}
.career-page-sec .accordion-item {
  margin-bottom: 30px;
  border-radius: calc(0.25rem - 1px);
}
.career-page-sec .btn.btn-danger {
  border-radius: 2px;
  font-weight: 500;
  padding: 0.6rem 2rem;
  text-transform: capitalize;
  font-weight: 500;
}
.career-page-sec .btn.btn-danger .fa-chevron-right {
  vertical-align: middle;
  margin-left: 6px;
}

.breadcrumbs.our-work {
  margin-top: 170px;
}

.get-qutote-modal .hide-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  right: 0;
  height: 100%;
}
.get-qutote-modal .form-selects {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.get-qutote-modal .modal-header {
  padding-top: 0;
  padding-bottom: 0;
}
.get-qutote-modal .textsinput {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0px, -50%);
  color: #627792;
  font-size: 14px;
  text-transform: capitalize;
}
.get-qutote-modal .textsinput img {
  width: 45px;
  margin-right: 10px;
}
.get-qutote-modal .created_captcha {
  font-family: "indie_flowerregular";
  font-size: 27px;
  display: flex;
  align-items: center;
  line-height: 27px;
  font-weight: 600;
  color: #fc5546 !important;
}
.get-qutote-modal .captcha-btn {
  background: #797979 !important;
  border-color: #797979 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 55px;
}
.get-qutote-modal .captcha-btn:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}
.get-qutote-modal .captcha-btn:active {
  outline: 0;
  box-shadow: none;
  border: 0;
}
.get-qutote-modal .navbar-brand {
  max-width: 350px;
}
.get-qutote-modal .files {
  position: relative;
}
.get-qutote-modal .form-group {
  margin-bottom: 1rem;
}
.get-qutote-modal .form-control {
  min-height: 55px;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.0117647059);
  color: #3c3c3c;
  margin-bottom: 15px;
  border-radius: 5px;
}
.get-qutote-modal .filedrop {
  border: 1px dashed #fc5546;
  min-height: 84px;
}
.get-qutote-modal .heading {
  margin-bottom: 30px;
}
.get-qutote-modal .heading p {
  color: #fff;
}
.get-qutote-modal .modal-body {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #3f36b9;
    background: -moz-linear-gradient(left,#1261a0 0,#072f60 100%);
    background: -webkit-linear-gradient(left,#1261a0 0,#072f60 100%);
    background: linear-gradient(to right,#1261a0 0,#072f60 100%);
}
.get-qutote-modal .form-select {
  background-color: #797979 !important;
  width: 100%;
  max-width: 180px;
  color: #fff;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.get-qutote-modal .form-select option {
  background: #fff;
  color: #000;
}
.get-qutote-modal .form-select option:hover {
  background-color: #0e2b5c !important;
  color: #fff;
}
.get-qutote-modal .form-select option:checked {
  background-color: #0e2b5c !important;
  color: #fff;
}
.get-qutote-modal .btn-danger {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  font-size: 22px;
  margin-top: 20px;
}
.get-qutote-modal .footer-txt p {
  margin: 0;
  font-size: 18px;
  max-width: 100%;
  color: #fff;
}
.get-qutote-modal .footer-txt p a {
  color: #fc5546;
  font-weight: 600;
}
.get-qutote-modal .color-logo {
  width: 100%;
  max-width: 180px;
}
.get-qutote-modal .work-heading {
  text-align: center;
  margin-bottom: 50px;
}
.get-qutote-modal .work-heading ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.get-qutote-modal .work-heading li {
  padding: 0.6rem 1.5rem;
  border-radius: 5px;
  font-weight: 600;
  color: #ffffff;
  background: #fc5546;
  margin-right: 15px;
  margin-bottom: 8px;
  position: relative;
}
.get-qutote-modal .work-heading li i {
  margin-left: 5px;
}
.get-qutote-modal .work-heading .mainheading {
  margin-top: 20px;
}
.get-qutote-modal .brand-logo .img-fluid {
  max-width: 290px;
}
.get-qutote-modal p {
  color: #828282;
  margin: 0;
}
.get-qutote-modal #description {
  margin: 0 auto 30px;
}
.get-qutote-modal .overview ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.get-qutote-modal .overview li {
  flex: 0 0 auto;
  width: 20%;
  border-right: 1px solid #dee2e6;
}
.get-qutote-modal .overview li:nth-child(2) {
  border-right: 0px;
}
.get-qutote-modal .overview img {
  max-width: 80px;
}
.get-qutote-modal .fa-telegram-plane {
  color: #28a3d8;
  font-size: 80px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.get-qutote-modal .fixed-nav {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.get-qutote-modal .fixed-nav a {
  background: #fc5546;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0px 5px 5px 0px;
  flex-direction: column;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.get-qutote-modal .fixed-nav a:hover {
  opacity: 1;
}
.get-qutote-modal .fixed-nav .right-btn a {
  border-radius: 5px 0px 0px 5px;
}

.achievement-sec {
  background: #eceff3;
  padding: 65px 0px 63px;
}
.achievement-sec .content {
  display: table;
  width: 100%;
}
.achievement-sec .content .icon_main {
  width: 97px;
}
.achievement-sec .content > div {
  display: table-cell;
  vertical-align: middle;
}
.achievement-sec .content .icon {
  background: #fff;
  height: 97px;
  width: 97px;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(20, 20, 42, 0.1215686275);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.achievement-sec .content .icon:hover {
  transform: scale(1.09, 1.09);
}
.achievement-sec .content .achive-content {
  padding-left: 19px;
}
.achievement-sec .content h3 {
  font-size: 27px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}
.achievement-sec .content h6 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin: 0;
  text-transform: uppercase;
}
.achievement-sec .find-pera {
  margin: 49px 0px 0px;
  color: #627792;
  font-size: 18px;
}
.achievement-sec .find-pera a {
  color: #382c70;
  font-weight: 700;
  text-decoration: underline;
}

.about_us_sec {
  padding: 50px 0px 50px;
}
.about_us_sec h4 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0e2b5c;
}
.about_us_sec h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  font-family: poppinsbold;
}
.about_us_sec .about-pera {
  padding-left: 32px;
}
.about_us_sec p {
  margin: 0;
}
.about_us_sec p a {
  font-weight: 800;
  font-size: 14px;
  text-decoration: underline;
  color: #0e2b5c;
}

.dqot-border {
  position: relative;
}
.dqot-border::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #cbd2db;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 0;
  transform: translate(0px, -50%);
}
.dqot-border h2 {
  font-size: 104px;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #cbd2db;
  color: #fff;
  font-family: poppinsbold;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  background: #fff;
  background: #fff;
  display: inline-block;
}

.our_services_sec {
    padding: 52px 0px 60px;
    background: #eff0f7;
}
.our_services_sec .heading {
  margin-bottom: 52px;
}
.our_services_sec .our_card {
  border: 1px solid #e9ecf0;
  border-radius: 4px;
  padding: 47px 41px 36px;
  display: table;
  width: 100%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  min-height: 212px;
  cursor: pointer;
}
.our_services_sec .our_card:hover {
  transform: scale(1.04, 1.04);
}
.our_services_sec .our_card > div {
  display: table-cell;
  vertical-align: top;
}
.our_services_sec .our_content {
  padding-left: 0px;
}
.our_services_sec h4 {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 9px;
}
.our_services_sec p {
  color: #fff;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.our_services_sec a {
  font-size: 14px;
  font-weight: 700;
  color: #fc5546;
  border-bottom: 1px solid #fc5546;
}
.our_services_sec .our_icon {
  width: 100px;
}

.cat-col {
  background: #0e2b5c;
  border-radius: 5px;
  padding: 33px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.cat-col h4 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}
.cat-col .btn-danger {
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  padding: 15px 10px;
  width: 100%;
  max-width: 167px;
}
.cat-col .btn-danger:hover {
  border-color: #fc5546 !important;
}
.cat-col .icon {
  border: 1px solid #eceff3;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #006cd8;
  background: #fff;
  font-size: 40px;
  position: absolute;
  left: -40px;
  top: -40px;
}
.cat-col .icon img {
  width: 40px;
  height: 40px;
}

.portfolio_sec {
  padding-top: 30px;
}
.portfolio_sec .mainheading-home {
  font-size: 54px;
  font-weight: 700;
  background: -webkit-linear-gradient(80deg, #002b60, #0026aa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
.portfolio_sec .content {
  padding-left: 93px;
  padding-right: 76px;
}
.portfolio_sec .content p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 50px;
}
.portfolio_sec .heading .homesubtitle {
  color: #444444;
  font-size: 25px;
}
.portfolio_sec .logo {
  margin-bottom: 40px;
  max-width: 150px;
}
.portfolio_sec .btn-danger {
  background: transparent !important;
  border-color: transparent !important;
  color: #0e2b5c;
  position: relative;
  padding: 28px 38px;
}
.portfolio_sec .btn-danger:hover {
  color: #fff;
}
.portfolio_sec .btn-danger:hover::after {
  left: 0;
  width: 100%;
  background: #ff0000;
}
.portfolio_sec .btn-danger:hover span {
  color: #fff;
  background: -webkit-linear-gradient(80deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.portfolio_sec .btn-danger:hover svg {
  fill: #fff;
}
.portfolio_sec .btn-danger:hover line {
  stroke: #fff;
}
.portfolio_sec .btn-danger::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  height: 70px;
  width: 70px;
  background: #fff;
  border-radius: 50px;
  transform: translate(0px, -50%);
  z-index: 0;
  border: 1px solid #dce2eb;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.portfolio_sec .btn-danger .icon-arrow {
  width: 100%;
  max-width: 64px;
}
.portfolio_sec .btn-danger span {
  text-transform: uppercase;
  font-weight: 600;
  background: -webkit-linear-gradient(80deg, #002b60, #0026aa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  position: relative;
}
.portfolio_sec .btn-danger svg {
  width: 100%;
  max-width: 64px;
  fill: #0e2b5c;
  stroke: transparent;
  margin-left: 13px;
}
.portfolio_sec .btn-danger line {
  stroke: #0e2b5c;
}
.portfolio_sec .swiper-pagination {
  left: 2% !important;
  top: 50%;
  transform: translate(0px, -50%) !important;
  height: 75%;
  width: 1px !important;
  background: #d4d4d4;
  overflow: visible;
}
.portfolio_sec .swiper-pagination-bullet {
  display: block;
  margin: 0 !important;
  padding: 0;
  height: 34%;
  left: 0px !important;
  border-radius: 0px;
  background: transparent;
  width: 2px;
}
.portfolio_sec .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  background: #0e2b5c;
}
.portfolio_sec .swipe_nav {
  position: absolute;
  top: 16%;
  width: 70px;
}
.portfolio_sec .swiper-button-prev {
  left: 0px;
  width: 22px;
}
.portfolio_sec .swiper-button-prev:after {
  font-size: 30px;
  color: #0e2b5c;
}
.portfolio_sec .swiper-button-next {
  right: -7px;
  width: 22px;
}
.portfolio_sec .swiper-button-next:after {
  font-size: 30px;
  color: #0e2b5c;
}

.how_we_work_cta {
  margin-top: 50px;
}

.our_development_sec {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f6f6f6;
}
.our_development_sec .heading {
  margin-bottom: 65px;
  margin-bottom: 65px;
}
.our_development_sec .spacing_col {
  height: 102px;
}
.our_development_sec .process_card {
  text-align: center;
  position: relative;
}
.our_development_sec .arrowAnim {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 36%;
  transform: translate(0px, -50%);
}
.our_development_sec .arrow {
  width: 5px;
  height: 5px;
  border: 6px solid;
  border-color: #fc5546 transparent transparent #fc5546;
  transform: rotate(135deg);
}
.our_development_sec .arrowSliding {
  position: absolute;
  -webkit-animation: slide 6s linear infinite;
  animation: slide 6s linear infinite;
}
.our_development_sec .anim2 .arrowSliding {
  -webkit-animation: slidesmall 4s linear infinite;
          animation: slidesmall 4s linear infinite;
}
.our_development_sec .anim2 .delay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.our_development_sec .anim2 .delay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.our_development_sec .delay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.our_development_sec .delay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.our_development_sec .delay3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
@-webkit-keyframes slide {
  100% {
    opacity: 0;
    transform: translateX(30vw);
  }
  80% {
    opacity: 1;
    transform: translateX(24vw);
  }
  20% {
    opacity: 1;
    transform: translateX(-24vw);
  }
  0% {
    opacity: 0;
    transform: translateX(-30vw);
  }
}
@keyframes slide {
  100% {
    opacity: 0;
    transform: translateX(30vw);
  }
  80% {
    opacity: 1;
    transform: translateX(24vw);
  }
  20% {
    opacity: 1;
    transform: translateX(-24vw);
  }
  0% {
    opacity: 0;
    transform: translateX(-30vw);
  }
}
@-webkit-keyframes slidesmall {
  100% {
    opacity: 0;
    transform: translateX(15vw);
  }
  80% {
    opacity: 1;
    transform: translateX(12vw);
  }
  20% {
    opacity: 1;
    transform: translateX(-12vw);
  }
  0% {
    opacity: 0;
    transform: translateX(-15vw);
  }
}
@keyframes slidesmall {
  100% {
    opacity: 0;
    transform: translateX(15vw);
  }
  80% {
    opacity: 1;
    transform: translateX(12vw);
  }
  20% {
    opacity: 1;
    transform: translateX(-12vw);
  }
  0% {
    opacity: 0;
    transform: translateX(-15vw);
  }
}
.our_development_sec .processcol {
  position: relative;
}
.our_development_sec .processcol.processcol_2::before {
  width: 50%;
}
.our_development_sec .processcol::before {
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 1px;
  width: 75%;
  content: "";
  border: 1px dashed #dbdfe7;
  z-index: 0;
}
.our_development_sec .icon {
  width: 85px;
  height: 85px;
  display: inline-block;
  border: 1px solid #dbdfe7;
  border-radius: 50px;
  text-align: center;
  position: relative;
  padding: 25px;
  margin-bottom: 14px;
  background: #fff;
}
.our_development_sec .icon span {
  font-size: 11px;
  font-weight: 700;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  position: absolute;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0px);
  background: #0e2b5c;
  background: linear-gradient(190deg, #0e2b5c 0%, #17489b 100%, #404040 10101%);
}
.our_development_sec h4 {
  font-size: 18px;
  color: #0e2b5c;
  font-weight: 700;
  margin: 0;
}

.blog-sec {
  padding-bottom: 60px;
  padding-top: 100px;
  background: #f6f6f6;
  background: linear-gradient(180deg, #f6f6f6 65%, rgba(42, 2, 52, 0) 65%);
}
.blog-sec .heading {
  margin-bottom: 50px;
}
.blog-sec .blog-card {
  box-shadow: rgba(0, 0, 0, 0.0705882353) 0px 0px 5px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.blog-sec .blog-head {
  text-align: center;
  background: #edf1f7;
  padding: 30px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.blog-sec .blog-head img {
  width: 100%;
  height: 169px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2117647059) 0px 0px 15px;
}
.blog-sec .content {
  padding: 34px 32px;
  border-bottom: 1px solid #dbdfe7;
  padding: 34px 32px;
  border-bottom: 1px solid #dbdfe7;
}
.blog-sec h5 {
  color: #fc5546;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}
.blog-sec h4 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blog-sec p {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
}
.blog-sec .blog_footer {
  padding: 20px 32px;
  text-align: center;
}
.blog-sec .blog_footer a {
  font-size: 1.2rem;
  color: #0080dd;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-sec .blog_footer a i {
  vertical-align: middle;
}
.blog-sec .blogSwiper {
  padding-bottom: 70px;
}
.blog-sec .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.footer {
  background: #3f36b9;
  background: -moz-linear-gradient(left,#1261a0 0,#072f60 100%);
  background: -webkit-linear-gradient(left,#1261a0 0,#072f60 100%);
  background: linear-gradient(to right,#1261a0 0,#072f60 100%);
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: url("../img/footer_vector.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 401px;
  opacity: 0.2;
}
.footer .contact_us_sec {
  position: relative;
  padding-bottom: 65px;
}
.footer .contact_us_sec .main_title {
  font-weight: 700;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 27px;
}
.footer .contact_us_sec .form-part {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 18px;
  border: 1px solid #444c8e;
}
.footer .contact_us_sec .form-group {
  margin-bottom: 17px;
}
.footer .contact_us_sec .form-control {
  min-height: 43px;
  border-radius: 4px;
  border: 0px;
}
.footer .contact_us_sec .form-control:-ms-input-placeholder {
  color: #627792;
  font-size: 14px;
  text-transform: capitalize;
}
.footer .contact_us_sec .form-control::-moz-placeholder {
  color: #627792;
  font-size: 14px;
  text-transform: capitalize;
}
.footer .contact_us_sec .form-control::placeholder {
  color: #627792;
  font-size: 14px;
  text-transform: capitalize;
}
.footer .contact_us_sec .input-group-text {
  background-color: #fff;
  border: 0px;
}
.footer .contact_us_sec .form-select {
  background-color: #eceff3;
  width: 100%;
  border-radius: 4px;
  max-width: 113px;
  color: #627792;
  font-size: 14px;
}
.footer .contact_us_sec .btn-primary {
  background: #fc5546;
  border-color: #fc5546;
  min-height: 43px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 29px;
  border-radius: 4px;
  box-shadow: 0px 0px 17px rgba(252, 85, 70, 0.2509803922);
}
.footer .contact_us_sec .btn-primary:hover {
  background: #0e2b5c;
  border-color: #0e2b5c;
  box-shadow: 0px 0px 17px rgba(14, 43, 92, 0.2509803922);
}
.footer .contact_us_sec .testiamonial {
  padding-left: 51px;
  position: relative;
}
.footer .contact_us_sec .testiamonial p {
  margin: 30px 0px 20px;
  color: #fff;
  font-size: 20px;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "‐";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.footer .contact_us_sec .test_footer {
  display: table;
}
.footer .contact_us_sec .test_footer > div {
  display: table-cell;
  vertical-align: middle;
}
.footer .contact_us_sec .test_user {
  width: 57px;
  height: 57px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .contact_us_sec .test-content {
  padding-left: 0;
}
.footer .contact_us_sec .test-content h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}
.footer .contact_us_sec .test-content small {
  font-size: 14px;
  color: #8f92ad;
  font-weight: 600;
}
.footer .contact_us_sec .swiper_nav {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: flex;
  align-items: center;
  bottom: 8px;
}
.footer .contact_us_sec .swiper_nav > div {
  width: 42px;
  height: 42px;
  background: #252b6b;
  border-radius: 50px;
  border: 1px solid #444a81;
  margin: 0px 2px;
}
.footer .contact_us_sec .swiper-button-next {
  position: static;
}
.footer .contact_us_sec .swiper-button-next::after {
  display: none !important;
}
.footer .contact_us_sec .swiper-button-prev {
  position: static;
}
.footer .contact_us_sec .swiper-button-prev::after {
  display: none !important;
}
.footer .contact_us_sec .rating {
  text-align: center;
  margin-top: 65px;
  padding-top: 33px;
  border-top: 1px solid #363c6b;
  margin-bottom: 42px;
}
.footer .contact_us_sec .rating h6 {
  font-size: 16px;
  color: #fff;
  margin: 0px;
}
.footer .contact_us_sec .rating img {
  vertical-align: middle;
  margin-right: 11px;
  display: inline-block;
}
.footer .contact_us_sec .dqot-conect {
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 5px;
  border: 1px solid #444c8e;
}
.footer .contact_us_sec .dqot-conect li:last-child a {
  margin: 0;
}
.footer .contact_us_sec .dqot-conect a {
  display: table;
  width: 100%;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
}
.footer .contact_us_sec .dqot-conect a > span {
  display: table-cell;
  vertical-align: middle;
}
.footer .contact_us_sec .dqot-conect .text {
  padding-left: 10px;
}
.footer .contact_us_sec .dqot-conect .icon {
  width: 32px;
}
.footer .contact_us_sec .heading_loc h4 {
  font-weight: 700;
  margin-bottom: 29px;
  color: #fff;
}
.footer .contact_us_sec .location_card {
  display: table;
  width: 100%;
}
.footer .contact_us_sec .location_card > div {
  display: table-cell;
  vertical-align: middle;
}
.footer .contact_us_sec .location_card h6 {
  margin: 0;
}
.footer .contact_us_sec .location_card .icon {
  width: 68px;
}
.footer .contact_us_sec .location_card .contents {
  padding-left: 15px;
  color: #fff;
}
.footer .footer_menu {
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 47px 0px 41px;
}
.footer .footer_col.ft_margin {
  margin-bottom: 27px;
}
.footer .footer_col h5 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
}
.footer .footer_col h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 29px;
  background: #fc5546;
  height: 4px;
}
.footer .footer_col ul li {
  display: inline-block;
  position: relative;
  padding-right: 11px;
  margin-right: 5px;
}
.footer .footer_col ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #fff;
  right: 0px;
  top: 6px;
}
.footer .footer_col ul li:last-child::after {
  display: none !important;
}
.footer .footer_col ul a {
  color: #fff;
  font-size: 14px;
}
.footer .footer_col ul a:hover {
  color: #fc5546;
}
.footer .footer_bar {
  background: #15151f;
  padding: 10px 0px;
}
.footer .footer_bar p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}
.footer .footer_bar_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer_bar_col ul li {
  display: inline-block;
  padding: 0px 4px;
}
.footer .footer_bar_col ul li:last-child {
  padding-right: 0px;
}
.footer .footer_bar_col ul li a {
  color: #fff;
  font-size: 18px;
}

.inner_common_sec {
    padding-top: 104px;
    min-height: 469px;
}
.inner_common_sec .mainheading {
  color: #ffffff;
  margin-bottom: 15px;
}
.inner_common_sec p {
  color: #fff;
  font-size: 21px;
}
.inner_common_sec .common_inner {
  min-height: 469px;
}
.inner_common_sec .about_sec {
  background: linear-gradient(rgba(13, 42, 91, 0.8), rgba(13, 42, 91, 0.8)), url("../img/about_bg.jpg") no-repeat center;
  background-size: cover;
}
.inner_common_sec .about_sec .heading {
  padding: 119px 0px 70px;
}
.inner_common_sec .about_sec p {
  max-width: 925px;
  margin: 0px auto;
}
.inner_common_sec .about_sec .about_feature {
  border-top: 1px solid #4a6384;
  padding-bottom: 18px;
  border-top: 1px solid #4a6384;
}
.inner_common_sec .about_sec .feature-card {
  text-align: center;
  margin-top: -10px;
}
.inner_common_sec .about_sec .feature-card h3 {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  margin: 19px 0px 1px;
}
.inner_common_sec .about_sec .feature-card h6 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.inner_common_sec .about_sec .dqot {
  display: inline-block;
  background: #fc5546;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  border: 1px solid #0e2b5c;
  outline: 1px solid #fc5546;
  position: relative;
}
.inner_common_sec .contact_us_sec {
  background: #0e2b5c;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.inner_common_sec .contact_us_sec .contact_img {
  margin-bottom: -131px;
  height: 100%;
}
.inner_common_sec .contact_us_sec .btn-danger {
  background: transparent !important;
  border-color: transparent !important;
  color: #fff !important;
  position: relative;
  padding: 9px 32px;
  text-transform: uppercase;
  padding-left: 0;
}
.inner_common_sec .contact_us_sec .btn-danger span {
  position: relative;
  z-index: 1;
}
.inner_common_sec .contact_us_sec .btn-danger:hover {
  background: transparent !important;
  border-color: transparent !important;
}
.inner_common_sec .contact_us_sec .btn-danger:hover::after {
  right: 18px;
  background: #fc5546;
}
.inner_common_sec .contact_us_sec .btn-danger:hover i {
  color: #fff;
}
.inner_common_sec .contact_us_sec .btn-danger i {
  color: #fc5546;
  vertical-align: middle;
  margin-left: 14px;
  position: relative;
  z-index: 1;
  font-size: 20px;
}
.inner_common_sec .contact_us_sec .btn-danger::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  height: 43px;
  width: 43px;
  background: transparent;
  border-radius: 50px;
  transform: translate(0px, -50%);
  border: 1px solid #41355a;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.inner_common_sec .web_dovelopment_sec {
  background: linear-gradient(rgb(0 53 177 / 65%), rgb(0 62 139 / 78%)), url(../img/overview.jpg) no-repeat center;
  background-size: cover;
  padding: 124px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.inner_common_sec .why-us {
  background: linear-gradient(rgb(0 53 177 / 65%), rgb(0 62 139 / 78%)), url(../img/why-us.jpg) no-repeat center;
  background-size: cover;
  padding: 124px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.inner_common_sec .team {
  background: linear-gradient(rgb(0 53 177 / 65%), rgb(0 62 139 / 78%)), url(../img/team.jpg) no-repeat center;
  background-size: cover;
  padding: 124px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}



.inner_common_sec .web_dovelopment_sec .btn-danger {
  background: #fc5546;
  background: linear-gradient(94deg, #fc5546 0%, #f03423 100%);
  border-radius: 50px;
  width: 100%;
  max-width: 227px;
  padding: 15px 10px;
  margin-top: 15px;
  box-shadow: 0 0 0 0 rgba(239, 88, 125, 0.4);
  -webkit-animation: power1 1.5s infinite;
}
.inner_common_sec .web_dovelopment_sec .btn-danger:hover {
  border-color: #fff !important;
}
.inner_common_sec .fantacy-sport-sec::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/fantasy-hero-shape.png);
}
.inner_common_sec .fantacy-sport-sec .btn-danger {
  background: transparent !important;
  border-color: transparent !important;
  color: #fff !important;
  position: relative;
  padding: 9px 32px;
  text-transform: uppercase;
}
.inner_common_sec .fantacy-sport-sec .btn-danger span {
  position: relative;
  z-index: 1;
}
.inner_common_sec .fantacy-sport-sec .btn-danger:hover::after {
  left: 0;
  width: 100%;
  background: #fc5546;
}
.inner_common_sec .fantacy-sport-sec .btn-danger:hover i {
  color: #fff;
}
.inner_common_sec .fantacy-sport-sec .btn-danger i {
  color: #fc5546;
  vertical-align: middle;
  margin-left: 14px;
  position: relative;
  z-index: 1;
  font-size: 20px;
}
.inner_common_sec .fantacy-sport-sec .btn-danger::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  height: 43px;
  width: 43px;
  background: transparent;
  border-radius: 50px;
  transform: translate(0px, -50%);
  border: 1px solid #41355a;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.inner_common_sec .fantacy-sport-sec h3 {
  color: #f65546;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}
.inner_common_sec .fantacy-sport-sec h4 {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}
.inner_common_sec .fantacy-sport-sec p {
  color: #ffffff;
  font-size: 18px;
}
.inner_common_sec .fantacy-sport-sec .mainheading {
  margin-bottom: 0;
}
.inner_common_sec .fantacy-sport-sec .heading {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
.inner_common_sec .fantacy-sport-sec .fantacy-sport {
  text-align: center;
}
.inner_common_sec .work-hero {
  background: #0e2b5c;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.inner_common_sec .work-hero .contact_img {
  text-align: center;
  padding: 40px 0px;
}
.inner_common_sec .work-hero .btn-danger {
  background: transparent !important;
  border-color: transparent !important;
  color: #fff !important;
  position: relative;
  padding: 9px 32px;
  text-transform: uppercase;
  padding-left: 0;
}
.inner_common_sec .work-hero .btn-danger span {
  position: relative;
  z-index: 1;
}
.inner_common_sec .work-hero .btn-danger:hover::after {
  right: 18px;
  background: #fc5546;
}
.inner_common_sec .work-hero .btn-danger:hover i {
  color: #fff;
}
.inner_common_sec .work-hero .btn-danger i {
  color: #fc5546;
  vertical-align: middle;
  margin-left: 14px;
  position: relative;
  z-index: 1;
  font-size: 20px;
}
.inner_common_sec .work-hero .btn-danger::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  height: 43px;
  width: 43px;
  background: transparent;
  border-radius: 50px;
  transform: translate(0px, -50%);
  border: 1px solid #41355a;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.mostpopuler {
  padding: 101px 0px;
}
.mostpopuler .mainheading {
  color: #3c3c3c;
}
.mostpopuler .heading p {
  color: #828282;
  padding: 19px 0px 23px;
}
.mostpopuler ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mostpopuler li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 145px;
  height: 145px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1607843137);
  border-radius: 14px;
  margin: 0 15px;
  background: #fff;
}
.mostpopuler li img {
  max-width: 75px;
  margin: 0 auto 15px;
}
.mostpopuler li span {
  color: #0e2b5c;
  font-weight: 600;
}

.fantasymobileweb {
  padding-bottom: 100px;
}
.fantasymobileweb p {
  color: #828282;
  margin: 0;
  padding: 19px 0px 0px;
}

.about_business_sec {
  padding-top: 88px;
  padding-bottom: 70px;
  background: white;
  background: linear-gradient(180deg, white 70%, #f0f3f5 100%, #404040 10101%);
}
.about_business_sec .about_card {
  box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1019607843);
  background: #ffffff;
  border-radius: 5px;
  padding: 50px 30px 15px;
  text-align: center;
}
.about_business_sec .about_card img {
  width: 100%;
  max-width: 90px;
}
.about_business_sec .heading {
  margin-bottom: 30px;
}
.about_business_sec .mainheading {
  color: #3c3c3c;
}
.about_business_sec h5 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0e2b5c;
}
.about_business_sec p {
  color: #658198;
  margin: 35px 0px 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.about_business_sec .btn-danger {
  color: #fc5546;
  background: transparent !important;
  border-color: transparent !important;
  border-radius: 50px;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 18px;
}
.about_business_sec .btn-danger:hover {
  background: #fc5546 !important;
  border-color: #fc5546 !important;
  color: #fff;
}
.about_business_sec .btn-danger i {
  vertical-align: middle;
  margin-left: 4px;
}

.productive_business_sec {
  padding-top: 88px;
  padding-bottom: 80px;
}
.productive_business_sec .heading p {
  color: #828282;
  padding: 19px 0px 23px;
  margin-bottom: 0;
}
.productive_business_sec .btn-danger {
  background: #ffdbd8 !important;
  color: #0e2b5c;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  width: 100%;
  max-width: 235px;
  padding: 11px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
}
.productive_business_sec .btn-danger:hover {
  background: #f65546 !important;
  border-color: #f65546 !important;
  color: #fff !important;
}
.productive_business_sec .btn-danger:hover i:nth-child(2) {
  color: #fff;
}
.productive_business_sec .btn-danger i {
  vertical-align: middle;
}
.productive_business_sec .btn-danger i:nth-child(1) {
  font-size: 14px;
  margin-right: -4px;
}
.productive_business_sec .btn-danger i:nth-child(2) {
  color: #978fa3;
  font-size: 9px;
}
.productive_business_sec .next_project {
  margin-top: 60px;
  margin-bottom: 44px;
}
.productive_business_sec .next_project h3 {
  color: #0e2b5c;
  font-weight: 700;
  font-size: 27px;
  border-left: 6px solid #fc5546;
  padding-left: 18px;
  margin-bottom: 13px;
}
.productive_business_sec .next_project p {
  color: #828282;
  font-size: 16px;
}
.productive_business_sec .next_card {
  background: #e6e8eb;
  border: 1px solid #a8b1c1;
  border-radius: 6px;
  padding: 19px 21px;
}
.productive_business_sec .next_card img {
  margin-bottom: 18px;
}
.productive_business_sec .next_card h5 {
  font-size: 18px;
  color: #3c3c3c;
  font-weight: 700;
  margin-bottom: 12px;
}
.productive_business_sec .next_card p {
  color: #828282;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.project_with_us_sec .mainheading {
  color: #3c3c3c;
  margin-bottom: 87px;
}
.project_with_us_sec .project_top {
  padding-top: 101px;
}
.project_with_us_sec .project_top .custom_row .col-lg-5:nth-child(1) .contact_card {
  padding-bottom: 50px;
}
.project_with_us_sec .project_top .custom_row .col-lg-5:nth-child(2) .contact_card {
  padding-bottom: 50px;
}
.project_with_us_sec .project_top .custom_row .col-lg-5:nth-child(3) .contact_card {
  padding-top: 50px;
}
.project_with_us_sec .project_top .custom_row .col-lg-5:nth-child(4) .contact_card {
  padding-top: 50px;
}
.project_with_us_sec .project_top .custom_row_two .col-lg-5:nth-child(1) .contact_card {
  padding-top: 50px;
  padding-bottom: 0px;
}
.project_with_us_sec .project_top .custom_row_two .col-lg-5:nth-child(2) .contact_card {
  padding-top: 50px;
  padding-bottom: 0px;
}
.project_with_us_sec .contact_card {
  display: table;
  width: 100%;
}
.project_with_us_sec .contact_card > div {
  display: table-cell;
  vertical-align: middle;
}
.project_with_us_sec .contact_card .contact_text {
  padding-left: 35px;
}
.project_with_us_sec .contact_card .icon {
  width: 78px;
}
.project_with_us_sec .contact_card h6 {
  color: #828282;
  font-size: 21px;
  margin-bottom: 14px;
}
.project_with_us_sec .contact_card h5 {
  font-weight: 700;
  font-size: 32px;
  margin: 0;
}
.project_with_us_sec .contact_card h5 a {
  color: #0e2b5c;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.project_with_us_sec .contact_card h5 a:hover {
  color: #fc5546;
}
.project_with_us_sec .contact_card .fa-chevron-right {
  vertical-align: 5px;
  font-size: 16px;
}
.project_with_us_sec .border-row {
  margin-bottom: 140px;
  position: relative;
}
.project_with_us_sec .border-row:before {
  content: "";
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background: white;
  background: linear-gradient(0deg, white 0%, #b7b7b7 10%, #b7b7b7 50%, #b7b7b7 90%, #f0f3f5 100%, #404040 10101%);
}
.project_with_us_sec .border-row:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: white;
  background: linear-gradient(90deg, white 0%, #b7b7b7 25%, #b7b7b7 50%, #b7b7b7 75%, #f0f3f5 100%, #404040 10101%);
}
.project_with_us_sec .custom_row {
  justify-content: space-between;
}
.project_with_us_sec .location-card {
  width: 100%;
  display: table;
  margin-bottom: 15px;
  padding: 10px;
  background: rgba(236, 239, 243, 0.4509803922);
  border-radius: 9px;
}
.project_with_us_sec .location-card > div {
  display: table-cell;
  vertical-align: middle;
}
.project_with_us_sec .location-card .image {
  width: 127px;
}
.project_with_us_sec .location-card .location_content {
  padding-left: 20px;
}
.project_with_us_sec .location-card h5 {
  color: #fc5546;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.project_with_us_sec .location-card p {
  color: #3c3c3c;
  font-size: 14px;
  margin: 0;
}
.project_with_us_sec .location-card:last-child {
  margin: 0;
}
.project_with_us_sec .input-group-text {
  width: 40px;
}
.project_with_us_sec .form_col .main_title {
  font-weight: 700;
  color: #3c3c3c;
  font-size: 30px;
  margin-bottom: 18px;
  font-family: poppinsbold;
}
.project_with_us_sec .form_col .form-control {
  min-height: 50px;
  border-radius: 5px;
  padding-left: 20px;
  background: #f6f8fa;
  border-color: #b3bdcb;
}
.project_with_us_sec .form_col .form-control:-ms-input-placeholder {
  color: #3c3c3c;
  font-size: 14px;
}
.project_with_us_sec .form_col .form-control::-moz-placeholder {
  color: #3c3c3c;
  font-size: 14px;
}
.project_with_us_sec .form_col .form-control::placeholder {
  color: #3c3c3c;
  font-size: 14px;
}
.project_with_us_sec .form_col .form-control:focus {
  box-shadow: none;
  border-color: #b3bdcb !important;
}
.project_with_us_sec .form_col .form-control:active {
  box-shadow: none;
  border-color: #b3bdcb !important;
}
.project_with_us_sec .form_col .form-group {
  margin-bottom: 30px;
}
.project_with_us_sec .form_col .form-select {
  width: 100%;
  max-width: 106px;
  background-position: right 0.25rem center;
  padding-left: 20px;
  color: #3c3c3c;
  font-size: 14px;
  padding-right: 20px;
  border-color: #b3bdcb;
}
.project_with_us_sec .form_col .form-select:focus {
  box-shadow: none;
}
.project_with_us_sec .form_col .text_area {
  padding-top: 15px;
}
.project_with_us_sec .form_col .btn-primary {
  background: #fc5546;
  border-color: #fc5546;
  min-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 35px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
}
.project_with_us_sec .form_col .btn-primary:hover {
  background: #0e2b5c;
  border-color: #0e2b5c;
}

.let-start-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.why_we_are_sec {
  padding-top: 114px;
  padding-bottom: 71px;
}
.why_we_are_sec .mainheading {
  color: #3c3c3c;
}
.why_we_are_sec .btn-danger {
  background: transparent !important;
  color: #fc5546;
  border-radius: 50px;
  display: flex;
  max-width: 176px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 18px;
}
.why_we_are_sec .btn-danger:hover {
  background: #fc5546 !important;
  color: #fff;
  border-color: #fc5546 !important;
}
.why_we_are_sec p {
  color: #828282;
  font-size: 21px;
  margin: 17px 0px 31px;
}
.why_we_are_sec .offset_col {
  margin-right: 8.33333333%;
}
.why_we_are_sec .why_row {
  display: table;
  width: 100%;
}
.why_we_are_sec .why_features {
  position: relative;
}
.why_we_are_sec .why_features::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background: white;
  background: linear-gradient(0deg, white 0%, #b7b7b7 10%, #b7b7b7 50%, #b7b7b7 90%, #f0f3f5 100%, #404040 10101%);
}
.why_we_are_sec .why_features::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: white;
  background: linear-gradient(90deg, white 0%, #b7b7b7 25%, #b7b7b7 50%, #b7b7b7 75%, #f0f3f5 100%, #404040 10101%);
}
.why_we_are_sec .why_col {
  display: table-cell;
  width: 50%;
  margin: 0;
}
.why_we_are_sec .why_col.why-col-2 {
  padding-left: 40px;
}
.why_we_are_sec .why_col.pb {
  padding-bottom: 71px;
}
.why_we_are_sec .why_col h6 {
  color: #828282;
  font-size: 21px;
  margin-bottom: 11px;
}
.why_we_are_sec .why_col h3 {
  color: #0e2b5c;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 1px;
}
.why_we_are_sec .why_col h4 {
  color: #3c3c3c;
  font-size: 18px;
}
.why_we_are_sec .why_margin {
  margin-top: 136px;
}
.why_we_are_sec .bio-metric-content {
  padding-left: 15px;
}

.web_service_sec {
  padding-bottom: 71px;
}
.web_service_sec .heading {
  margin-bottom: 73px;
}
.web_service_sec .heading .mainheading {
  color: #3c3c3d;
  margin-bottom: 17px;
}
.web_service_sec .heading p {
  color: #828282;
  font-size: 21px;
}
.web_service_sec .our_content {
  display: table;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eceff3;
  margin-bottom: 30px;
}
.web_service_sec .our_content > div {
  display: table-cell;
  vertical-align: middle;
}
.web_service_sec .icon_main {
  width: 146px;
  text-align: center;
  border-radius: 10px;
  border-color: #eceff3;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
}
.web_service_sec .icon_content {
  padding: 27px 21px;
}
.web_service_sec h4 {
  color: #0e2b5c;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 8px;
}
.web_service_sec p {
  color: #828282;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.industry_sec .mainheading {
  color: #20173a;
  margin-bottom: 15px;
}
.industry_sec .heading {
  margin-bottom: 30px;
}
.industry_sec .heading p {
  color: #241639;
  font-size: 18px;
}
.industry_sec .industry_card {
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    padding: 33px 23px;
    margin-bottom: 28px;
    transition: box-shadow 0.3s;
    text-align: center;
}
.industry_sec .industry_card:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.industry_sec .industry_card img {
    width: 100%;
    max-width: 80px;
    margin-bottom: 20px;
}
.industry_sec .industry_card h5 {
  color: #3d243d;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.appsolutions {
  background: #0e2b5c;
  padding-bottom: 100px;
  padding-top: 100px;
}
.appsolutions .mainheading {
  color: #ffffff;
}
.appsolutions .heading p {
  color: #cecece;
  padding: 20px 0px 30px;
  margin: 0;
}
.appsolutions .expertise_card {
  display: table;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #eceff3;
  min-height: 140px;
  margin-bottom: 30px;
  background: #fff;
}
.appsolutions .expertise_card > div {
  vertical-align: middle;
  display: table-cell;
}
.appsolutions .expertise_icon {
  width: 146px;
  vertical-align: middle;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #eceff3;
}
.appsolutions .content {
  padding: 27px 21px;
}
.appsolutions .content p {
  color: #828282;
  margin: 0;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.appsolutions h4 {
  font-weight: 700;
  font-size: 21px;
  color: #0e2b5c;
  margin-bottom: 8px;
}

.featuresweoffer {
  padding: 100px 0px;
  background: rgba(14, 43, 92, 0.0196078431);
}
.featuresweoffer .innerbox {
  padding: 20px 15px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(14, 43, 92, 0.0196078431);
  cursor: pointer;
  transition: 0.3s all;
}
.featuresweoffer .innerbox:hover {
  background: #fff;
}
.featuresweoffer .innerbox img {
  max-width: 60px;
}
.featuresweoffer .innerbox h5 {
  font-weight: 700;
  font-size: 16px;
  color: #3c3c3c;
  margin: 15px 0 10px 0;
}
.featuresweoffer .tab-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0px 20px;
}
.featuresweoffer .nav-tabs {
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.1490196078), 0 6px 12px 0 rgba(24, 94, 224, 0.1490196078);
  padding: 0.7rem !important;
  border-radius: 99px;
}
.featuresweoffer .nav-tabs .nav-link {
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.15s ease-in;
  border: 0px;
  border-radius: 99px;
  display: block;
  color: #0e2b5c;
}
.featuresweoffer .nav-tabs .nav-link.active {
  background: #fc5546;
  color: #ffffff;
}
.featuresweoffer .nav-tabs .nav-item {
  flex: 1 1 auto;
}

.fantacy-portfolio {
  padding: 100px 0px;
}
.fantacy-portfolio .port4 {
  background-color: #fec722;
}
.fantacy-portfolio .port {
  height: 600px;
  width: 100%;
  border-radius: 25px;
  display: flex;
}
.fantacy-portfolio .leftcontent {
  padding-left: 50px;
}
.fantacy-portfolio h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
}
.fantacy-portfolio p {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}
.fantacy-portfolio .swiper {
  margin-top: 30px;
  padding-bottom: 40px;
}
.fantacy-portfolio .port3 {
  background-color: #b41210;
}
.fantacy-portfolio .swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  border-radius: 10px;
}
.fantacy-portfolio .swiper-pagination-bullet-active {
  background: #0e2b5c;
}

.technology-sec {
  padding: 100px 0px;
  background: rgba(14, 43, 92, 0.0196078431);
}
.technology-sec .tab-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0px 50px;
}
.technology-sec .nav-tabs {
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.1490196078), 0 6px 12px 0 rgba(24, 94, 224, 0.1490196078);
  padding: 0.7rem !important;
  border-radius: 99px;
}
.technology-sec .nav-tabs .nav-item {
  flex: 1 1 auto;
}
.technology-sec .nav-tabs .nav-link {
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.15s ease-in;
  border: 0px;
  border-radius: 99px;
  color: #0e2b5c;
}
.technology-sec .nav-tabs .nav-link.active {
  background: #fc5546;
  color: #ffffff;
}
.technology-sec .tab-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.technology-sec .tab-content li {
  flex: 0 0 auto;
  width: 15%;
  text-align: center;
  padding: 0px 10px;
  margin-bottom: 30px;
}
.technology-sec .tab-content li .icons {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  align-self: center;
  border-radius: 10px;
  padding: 18px;
  background-color: #fff;
  box-shadow: inset 0 2px 6.72px 0.28px rgba(0, 0, 0, 0.3490196078);
}
.technology-sec .tab-content li span:nth-child(2) {
  margin-top: 8px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.ourWorkSec {
  padding: 100px 0px 0px;
}
.ourWorkSec .tab-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px 0px 30px;
}
.ourWorkSec .nav-tabs {
  background-color: #fff;
  box-shadow: 0 -1px 1px 0 rgba(24, 94, 224, 0.1490196078), 0 6px 12px 0 rgba(24, 94, 224, 0.1490196078);
  padding: 0.7rem !important;
  border-radius: 99px;
}
.ourWorkSec .nav-tabs .nav-link {
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.15s ease-in;
  border: 0px;
  border-radius: 99px;
  width: 200px;
  color: #0e2b5c;
}
.ourWorkSec .nav-tabs .nav-link.active {
  background: #fc5546;
  color: #ffffff;
}
.ourWorkSec .portbox {
  position: relative;
  display: block;
  border-radius: 2.4rem;
  overflow: hidden;
  margin-bottom: 30px;
}
.ourWorkSec .porttop {
  padding: 4rem 0 0 3.2rem;
}
.ourWorkSec .porttext {
  position: absolute;
  top: 50px;
  text-align: left;
  color: #ffffff;
}
.ourWorkSec p {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.ourWorkSec h4 {
  font-weight: 900;
  font-size: 30px;
}
.ourWorkSec .btn-danger {
  border-radius: 2px;
  font-size: 18px;
  padding: 6px 20px;
  text-transform: capitalize;
}
.ourWorkSec .button-load {
  text-align: center;
}

.development-solution {
  padding: 100px 0px;
}
.development-solution .mainheading {
  color: #3c3c3c;
}
.development-solution .heading p {
  color: #828282;
  padding: 19px 0px 23px;
  margin: 0;
}
.development-solution .list {
  margin-bottom: 30px;
}
.development-solution .list li {
  position: relative;
  padding: 6px 0 9px 28px;
  font-weight: 600;
  color: #3c3c3c;
}
.development-solution .list li:before {
  content: "\f00c";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
  color: #fc5546;
}
.development-solution .btn.btn-danger {
  border-radius: 2px;
  font-weight: 500;
  padding: 0.6rem 2rem;
  text-transform: capitalize;
  font-weight: 500;
}
.development-solution .btn.btn-danger .fa-chevron-right {
  vertical-align: middle;
  margin-left: 6px;
}

.team-up-sec {
  background: #f6f6f6;
  padding: 100px 0px;
}
.team-up-sec .heading {
  margin-bottom: 30px;
}
.team-up-sec .icon {
  display: flex;
  align-items: center;
}
.team-up-sec .expertise_card {
  border-radius: 10px;
  border: 1px solid #eceff3;
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 15px 20px 15px;
}
.team-up-sec .expertise_icon {
  width: 50px;
  text-align: center;
  border-radius: 10px;
}
.team-up-sec .icon img {
  width: 50px;
}
.team-up-sec h4 {
  font-weight: 600;
  font-size: 21px;
  color: #0e2b5c;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.team-up-sec p {
  color: #828282;
  margin: 0;
  line-height: 26px;
  margin: 10px 0px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.Benefits-sec {
  padding: 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 8px 8px white inset;
}
.Benefits-sec .accordion-item {
  margin-bottom: 20px;
}
.Benefits-sec .accordion {
  margin-top: 30px;
}
.Benefits-sec .accordion-button {
  background: #0e2b5c;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.Benefits-sec .accordion-button::after {
  content: "\f078";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  color: #fc5546;
  background-image: inherit;
}

.web-php {
  background: #c5dcfd;
  padding: 40px 0px !important;
}

.bg-2224 {
  background: #f6f6f6;
}

.web_Technologies_sec {
  padding-top: 10px;
}
.web_Technologies_sec .heading {
  margin-bottom: 49px;
}
.web_Technologies_sec .heading .btn-danger {
  background: #f2f4f7;
  background: linear-gradient(to bottom, #f2f4f7 50%, #eaecef 50%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f4f7", endColorstr="#eaecef", GradientType=0);
  border-color: #eaecef !important;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #0e2b5c;
  padding: 11px 26px;
  width: 100%;
  max-width: 578px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.web_Technologies_sec .heading .btn-danger span i:nth-child(2) {
  font-size: 14px;
  margin-left: -5px;
  color: #8b99b0;
}
.web_Technologies_sec .heading .btn-danger:hover {
  background: #0e2b5c !important;
  color: #fff;
}

.web-developmet-secc {
  background: #f6f6f6;
}

.user-flow-sec {
  padding: 100px 0px;
}
.user-flow-sec .heading {
  margin-bottom: 30px;
}
.user-flow-sec .user-flow {
  text-align: center;
  padding: 30px 0px;
}
.user-flow-sec h5 {
  padding: 10px 0px;
  margin: 0;
  color: #3c3c3c;
  font-weight: 600;
  font-size: 18px;
}
.user-flow-sec p {
  color: #828282;
  margin: 0;
  font-size: 15px;
}
.user-flow-sec .col-md-3 {
  border-right: 0.5px solid #d6d5d5;
  border-bottom: 0.5px solid #d6d5d5;
}
.user-flow-sec .col-md-3:nth-child(4) {
  border-right: 0;
}
.user-flow-sec .col-md-3:nth-child(5) {
  border-bottom: 0;
}
.user-flow-sec .col-md-3:nth-child(6) {
  border-bottom: 0;
}
.user-flow-sec .col-md-3:nth-child(7) {
  border-bottom: 0;
}
.user-flow-sec .col-md-3:nth-child(8) {
  border-right: 0;
  border-bottom: 0;
}

.how_we_work_cta .how_we_work_card {
  background: linear-gradient(rgba(0, 0, 0, 0.6392156863), rgba(0, 0, 0, 0.6392156863)), url("../img/how-we-work.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 80px 170px;
  border-radius: 15px;
}
.how_we_work_cta h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 32px;
  margin: 0;
}
.how_we_work_cta .btn-danger {
  border-color: #fc5546 !important;
  font-weight: 600;
  font-size: 18px;
  padding: 11px 29px;
}
.how_we_work_cta .btn-danger:hover {
  background: #0e2b5c !important;
  border-color: #0e2b5c !important;
}

.web_blog_sec {
  padding: 100px 0px;
}
.web_blog_sec .heading {
  margin-bottom: 50px;
}
.web_blog_sec .heading h2 {
  margin-bottom: 20px;
}
.web_blog_sec .heading p {
  color: #828282;
  margin: 0;
}
.web_blog_sec .web_blog_card {
  border-bottom: 3px solid #fc5546;
}
.web_blog_sec .web_blog_card img {
  border-radius: 10px 10px 0px 0px;
  height: 212px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.web_blog_sec .web_blog_card a {
  display: block;
  border: 1px solid #eceff3;
  border-radius: 10px;
}
.web_blog_sec .web_blog_text {
  padding: 22px;
  text-align: center;
}
.web_blog_sec .web_blog_text h5 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 9px;
  color: #0e2b5c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.web_blog_sec .web_blog_text p {
  color: #828282;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.inner_mobile_app_sec .mobile_app_develop {
  background: url(../img/app_development.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.inner_mobile_app_sec .mobile_app_develop.common_app {
  height: 791px;
  padding-top: 239px;
}
.inner_mobile_app_sec .mobile_app_develop.common_app::before {
  content: "";
  background-color: rgba(14, 43, 92, 0.7803921569);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.inner_mobile_app_sec .mobile_app_develop .mainheading {
  color: #fff;
  margin-bottom: 21px;
}
.inner_mobile_app_sec .mobile_app_develop .btn-danger {
  background: #fc5546;
  background: linear-gradient(94deg, #fc5546 0%, #f03423 100%);
  border-radius: 50px;
  width: 100%;
  max-width: 227px;
  padding: 15px 10px;
  margin-top: 15px;
  box-shadow: 0 0 0 0 rgba(239, 88, 125, 0.4);
  -webkit-animation: power1 1.5s infinite;
}
.inner_mobile_app_sec .mobile_app_develop .btn-danger:hover {
  border-color: #fff !important;
}
.inner_mobile_app_sec .mobile_center {
  margin-top: 33px;
}
.inner_mobile_app_sec .mobile_add_slide {
  margin-top: -20%;
}
.inner_mobile_app_sec .sales-hero {
  background: url("../img/sales-force.jpg");
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  height: 791px;
  padding-top: 239px;
  padding-bottom: 120px;
}
.inner_mobile_app_sec .sales-hero p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
}
.inner_mobile_app_sec .sales-hero .contact_img {
  text-align: right;
}
.inner_mobile_app_sec .sales-hero .mainheading {
  color: #fff;
  margin-bottom: 14px;
  font-size: 40px;
}
.inner_mobile_app_sec .sales-hero .btn-danger {
  background: #fc5546;
  background: linear-gradient(94deg, #fc5546 0%, #f03423 100%);
  border-radius: 50px;
  width: 100%;
  max-width: 227px;
  padding: 6px 6px 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 0 0 rgba(239, 88, 125, 0.4);
  -webkit-animation: power1 1.5s infinite;
}
.inner_mobile_app_sec .sales-hero .btn-danger:hover {
  border-color: #fff !important;
}
.inner_mobile_app_sec .sales-hero .btn-danger .btn_icon {
  background: #fff;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  padding: 14px 0px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  color: #0e2b5c;
}

@-webkit-keyframes power1 {
  70% {
    box-shadow: 0 0 0 30px rgba(239, 88, 125, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(239, 88, 125, 0);
  }
}
.customized-salesforce {
  background: #eceff3;
  padding: 90px 0px 95px;
}
.customized-salesforce .customized-img {
  position: relative;
}
.customized-salesforce .customized-img a:hover {
  background: #fc5546;
  color: #fff;
}
.customized-salesforce .content .mainheading {
  color: #3c3c3c;
  font-weight: 500;
}
.customized-salesforce .content .mainheading .border {
  display: block;
  width: 80px;
  height: 3px;
  border-radius: 3px;
  background: #efd5d6;
  margin-top: 8px;
  position: relative;
  margin-bottom: 27px;
}
.customized-salesforce .content .mainheading .border .blank {
  position: absolute;
  background: #fc5546;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  left: 0;
  top: 0;
}
.customized-salesforce .content p {
  color: #3c3c3c;
  font-size: 14px;
  margin-bottom: 18px;
}
.customized-salesforce .trend-column {
  background: #0e2b5c;
  border-radius: 27px;
  margin-top: 88px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.customized-salesforce .trend-column .trend-content {
  padding: 55px 0px 55px 45px;
  flex: 0 0 auto;
  width: 60%;
}
.customized-salesforce .trend-column h5 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 17px;
}
.customized-salesforce .trend-column p {
  color: #fff;
  margin: 0;
}
.customized-salesforce .trend-column .btn-danger {
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background: #fff !important;
  border-color: #fff !important;
  width: 315px;
  padding: 0;
  height: 83px;
  position: relative;
  z-index: 1;
}
.customized-salesforce .trend-column .btn-danger:hover {
  background: #fc5546 !important;
  border-color: #fc5546 !important;
}
.customized-salesforce .trend-column .btn-danger:hover .lets-conect {
  color: #fff;
}
.customized-salesforce .trend-column .btn-danger:hover .small-text {
  color: #fff;
}
.customized-salesforce .trend-column .lets-conect {
  font-size: 27px;
  font-weight: 700;
  color: #3c3c3c;
  padding: 13px 26px;
}
.customized-salesforce .trend-column .start-let {
  padding-right: 20px;
  flex: 0 0 auto;
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
.customized-salesforce .trend-column .lest-start {
  padding: 28px 36px;
  margin-right: 0px;
  position: relative;
  z-index: 0;
}
.customized-salesforce .trend-column .lest-start::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  background: url("../img/icon/dots.svg") no-repeat center;
  background-size: cover;
}
.customized-salesforce .trend-column .lest-start::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75px;
  height: 75px;
  background: url("../img/icon/dots.svg") no-repeat center;
  background-size: cover;
}
.customized-salesforce .trend-column .icon {
  background: #fc5546;
  display: block;
  height: 83px;
  width: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  border-radius: 0px 15px 15px 0px;
  margin-right: -1px;
}
.customized-salesforce .trend-column .small-text {
  display: block;
  color: #3c3c3c;
  font-size: 16px;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .customized-salesforce .customized-img a {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 22px;
    left: 22px;
    right: 22px;
    border-radius: 12px;
    padding: 13px 19px;
    color: #000000;
    font-weight: 700;
    font-size: 21px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    transition: 0.3s all ease-in-out;
  }
  .customized-salesforce .customized-img a:hover {
    background: #fc5546;
    color: #fff;
  }
}
.top_mobile_app_sec {
  background: #181817;
  padding: 150px 0px 84px;
  position: relative;
}
.top_mobile_app_sec .videio-anim {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.top_mobile_app_sec .mainheading {
  color: #ffffff;
  margin-bottom: 25px;
}
.top_mobile_app_sec p {
  font-size: 18px;
  color: #80807f;
  line-height: 33px;
  margin-bottom: 46px;
}
.top_mobile_app_sec .mobile_card {
  display: table;
  width: 100%;
}
.top_mobile_app_sec .mobile_card > div {
  display: table-cell;
  vertical-align: middle;
}
.top_mobile_app_sec .mob_icon {
  width: 97px;
}
.top_mobile_app_sec .icon_design {
  width: 100%;
  max-width: 97px;
}
.top_mobile_app_sec .mob_content {
  padding-left: 19px;
}
.top_mobile_app_sec h5 {
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.top_mobile_app_sec h6 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.sales_force-img {
  margin-bottom: -32px;
  position: relative;
  z-index: 0;
}

.comprehensive-sec {
  border-radius: 24px 24px 0px 0px;
  padding: 64px 0px 93px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 80%, rgb(236, 239, 243) 100%);
  position: relative;
}
.comprehensive-sec .heading {
  text-align: center;
}
.comprehensive-sec .heading p {
  color: #3c3c3c;
  font-size: 18px;
}
.comprehensive-sec .mainheading {
  color: #3c3c3c;
  margin-bottom: 19px;
}
.comprehensive-sec .card-content {
  margin-top: 60px;
}
.comprehensive-sec .card-content h5 {
  border-left: 7px solid #fc5546;
  padding-left: 14px;
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 19px;
  line-height: 32px;
}
.comprehensive-sec .card-content p {
  color: #888888;
  margin: 0px;
  font-size: 18px;
}

.sales-container {
  background: #f7f9fa;
}

.salesforce-mobile {
  padding-bottom: 90px;
  padding-top: 76px;
  position: relative;
}
.salesforce-mobile .container {
  position: relative;
}
.salesforce-mobile::before {
  content: "";
  position: absolute;
  background: #0e2b5c;
  height: 456px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.salesforce-mobile .heading {
  padding-bottom: 50px;
}
.salesforce-mobile .mainheading {
  color: #fff;
}
.salesforce-mobile .sales-img {
  position: relative;
  left: -40px;
}
.salesforce-mobile .saleforce-logo {
  position: absolute;
  right: -87px;
  top: 0;
  z-index: 2;
  max-width: 240px;
}
.salesforce-mobile .content-sales {
  background: #fff;
  box-shadow: 1px 10px 18px rgba(0, 0, 0, 0.1019607843);
  border-radius: 0px 0px 10px 10px;
  padding: 30px 26px;
}
.salesforce-mobile .content-sales li {
  color: #3c3c3c;
  font-size: 18px;
  margin-bottom: 19px;
  position: relative;
  padding-left: 32px;
}
.salesforce-mobile .content-sales li::before {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #fc5546;
  position: absolute;
  left: 0px;
  top: 8px;
  content: "";
}
.salesforce-mobile .content-sales p {
  color: #828282;
}

.salesforce-lightning {
  padding: 90px 0px;
  position: relative;
}
.salesforce-lightning::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  background-image: url("../img/lightning.svg");
  width: 416px;
  height: 416px;
}
.salesforce-lightning .mainheading {
  color: #3c3c3c;
}
.salesforce-lightning .heading {
  padding-bottom: 54px;
}
.salesforce-lightning .heading p {
  color: #828282;
  max-width: 1048px;
  margin: 30px auto 0px;
}
.salesforce-lightning .border {
  display: block;
  width: 80px;
  height: 3px;
  border-radius: 3px;
  background: #efd5d6;
  margin-top: 8px;
  position: relative;
  margin: 20px auto 30px;
}
.salesforce-lightning .blank {
  position: absolute;
  background: #fc5546;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  left: 50%;
  top: -1px;
  transform: translate(-50%, 0px);
}
.salesforce-lightning .buttom-content {
  background: #eaeef2;
  border: 1px solid #dce2e8;
  border-radius: 10px;
  padding: 20px 15px;
  text-align: center;
  margin-bottom: 30px;
}
.salesforce-lightning .buttom-content h4 {
  color: #0e2b5c;
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}
.salesforce-lightning .connect-with {
  background-image: url("../img/lets-connect-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 67px 15px 53px;
  border-radius: 22px;
  margin-top: 70px;
}
.salesforce-lightning .connect-with h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.salesforce-lightning .connect-with p {
  color: #fff;
  max-width: 851px;
  margin: 13px auto 28px;
}
.salesforce-lightning .connect-with .btn-danger {
  font-size: 14px;
  border-radius: 50px;
  width: 176px;
}
.salesforce-lightning .connect-with .btn-danger span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom_app_sec {
  padding: 109px 0px;
}
.custom_app_sec .mainheading {
  margin-bottom: 61px;
}
.custom_app_sec .custim_img {
  text-align: center;
  padding-left: 50px;
}
.custom_app_sec .service_card {
  margin-bottom: 61px;
}
.custom_app_sec .service_card h4 {
  font-size: 18px;
  margin-bottom: 19px;
  font-weight: 600;
  color: #3c3c3c;
  border-left: 7px solid #fc5546;
  padding-left: 14px;
}
.custom_app_sec .service_card p {
  color: #888888;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 32px;
  -webkit-box-orient: vertical;
  min-height: 96px;
}

.why-sales-force {
  background: #f6f6f6;
  padding: 70px 0px 60px;
}
.why-sales-force .border {
  display: block;
  width: 80px;
  height: 3px;
  border-radius: 3px;
  background: #efd5d6;
  margin-top: 8px;
  position: relative;
  margin: 12px auto 18px;
}
.why-sales-force .blank {
  position: absolute;
  background: #fc5546;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  left: 50%;
  top: -1px;
  transform: translate(-50%, 0px);
}
.why-sales-force .heading {
  margin-bottom: 50px;
}
.why-sales-force .heading p {
  color: #828282;
  margin: 0;
}
.why-sales-force .content {
  background: #ffffff;
  display: table;
  border: 1px solid #eceff3;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
  padding: 25px 25px;
  text-align: left;
  position: relative;
}
.why-sales-force .content:before {
  width: 4px;
  height: 59px;
  content: "";
  position: absolute;
  background: #fc5546;
  border-radius: 10px;
  top: calc(50% - 30px);
  left: -2px;
}
.why-sales-force .content > div {
  display: table-cell;
  vertical-align: middle;
}
.why-sales-force .content .icon {
  width: 56px;
  height: 56px;
}
.why-sales-force h5 {
  color: #0e2b5c;
  font-weight: 700;
  font-size: 16px;
  margin-left: 17px;
  margin-bottom: 0px;
}

.faq-section {
  padding: 90px 0px 54px;
  background: #fff;
}
.faq-section .mainheading {
  color: #3c3c3c;
  margin-bottom: 22px;
}
.faq-section .accordion-button {
  font-weight: 600;
  color: #3a3a3a;
  background-color: #fff;
}
.faq-section .accordion-button::after {
  display: none;
}
.faq-section .accordion-button:not(.collapsed) {
  color: #3a3a3a;
  background-color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.faq-section p {
  color: #828282;
  margin-bottom: 0px;
}

.we_serve_container {
  background: #0e2b5c;
  border-radius: 20px;
  padding-top: 48px;
  padding-left: 15px;
  padding-right: 15px;
}
.we_serve_container .heading p {
  color: #fff;
  margin-bottom: 0;
}
.we_serve_container .mainheading {
  margin-bottom: 20px;
  color: #fff;
}
.we_serve_container .serve_card {
  background: #fc5546;
  border-radius: 15px;
  text-align: center;
  position: relative;
}
.we_serve_container .serve_content {
  background: #fff;
  border-radius: 0px 0px 15px 15px;
  padding: 15px;
}
.we_serve_container .serve_icon {
  padding: 20px;
}
.we_serve_container .serve_icon img {
  width: 100%;
  max-width: 86px;
}
.we_serve_container h6 {
  color: #3c3c3c;
  margin: 0;
  font-weight: 600;
}
.we_serve_container h3 {
  font-weight: 700;
  font-size: 27px;
  text-transform: uppercase;
  margin: 0;
}
.we_serve_container .content {
  padding: 20px 42px;
  margin: 14px 0px 35px;
  position: relative;
}
.we_serve_container .content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 84px;
  height: 84px;
  background: url("../img/icon/dots.svg") no-repeat center;
  background-size: cover;
}
.we_serve_container .content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 84px;
  height: 84px;
  background: url("../img/icon/dots.svg") no-repeat center;
  background-size: cover;
}

.we_serve_sec {
  padding-bottom: 100px;
}

.expertise_sec {
  padding-top: 76px;
  background: #f6f6f6;
}
.expertise_sec .heading {
  margin-bottom: 49px;
}
.expertise_sec .expertise_card {
  display: table;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #eceff3;
  border-collapse: collapse;
  margin-bottom: 30px;
  background: #fff;
}
.expertise_sec .expertise_card > div {
  vertical-align: middle;
  display: table-cell;
}
.expertise_sec .expertise_icon {
  width: 146px;
  vertical-align: middle;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #eceff3;
}
.expertise_sec .content {
  padding: 27px 21px;
}
.expertise_sec h4 {
  font-weight: 700;
  font-size: 21px;
  color: #0e2b5c;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.expertise_sec p {
  color: #828282;
  margin: 0;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.our_work_sec {
  padding-top: 70px;
}
.our_work_sec .heading {
  margin-bottom: 67px;
}
.our_work_sec .work_image img {
  max-width: 526px;
}
.our_work_sec h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #3c3c3d;
}
.our_work_sec p {
  color: #888888;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
}
.our_work_sec .btn-danger {
  font-size: 18px;
  padding: 11px 34px;
  background: #0e2b5c !important;
  border-color: #0e2b5c !important;
}
.our_work_sec .btn-danger:hover {
  background: transparent !important;
  border-color: #0e2b5c !important;
  color: #0e2b5c;
}
.our_work_sec .swiper-pagination-bullet {
  background: #ccc;
  width: 18px;
  height: 5px;
  border-radius: 0px;
  margin: 0px 5px;
  opacity: 1;
  transform: scale(1) !important;
}
.our_work_sec .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 34px;
  background: #fc5546;
}
.our_work_sec .ourWork {
  padding-bottom: 60px;
  padding-left: 36px;
  padding-right: 36px;
}
.our_work_sec .swiper-button-prev {
  color: #3c3c3d;
}
.our_work_sec .swiper-button-next {
  color: #3c3c3d;
}
.our_work_sec .swiper-rtl .swiper-button-next {
  color: #3c3c3d;
}

.thankyou-sec .sales-hero {
  height: 100%;
  min-height: 866px;
  background-repeat: no-repeat;
  background-size: cover;
  background: url("../img/thankyou.jpg");
}
.thankyou-sec .sales-hero .btn-danger {
  margin: 40px auto 0px;
  font-size: 20px;
}
.thankyou-sec .sales-hero .mainheading {
  font-size: 4em;
  font-weight: 900;
  margin: 30px 0px;
}
.thankyou-sec .sales-hero p {
  font-size: 1.3em;
  margin: 0;
  letter-spacing: 1px;
  line-height: 1.5;
  max-width: 100%;
}
.thankyou-sec #svg-envelope-animate {
  width: 280px;
  height: auto;
}
.thankyou-sec #svg-envelope-animate #paper {
  transform: translateY(10px) translateX(3px);
  transition: transform 0.5s;
  transition-timing-function: ease-out;
}
.thankyou-sec #svg-envelope-animate:hover #paper {
  transform: translateY(3px) translateX(3px);
}
.thankyou-sec #svg-envelope-animate .svg-envolope-color {
  fill: #fc5546;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 24px 18px;
  }
  .navbar-expand-lg .navbar-nav .nav-item.dropdown {
    position: static;
  }
  .navbar-expand-lg .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fade-in 1s;
    animation: fade-in 1s;
    transition: opacity 1s ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 100%;
    border-radius: 0px;
    border: 0px;
    left: -1px;
    right: -1px;
    margin-top: 0px;
    border-top: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1294117647);
    display: none;
    top: 100%;
    border-radius: 0px 0px 5px 5px;
    border-top: 2px solid #fc5546;
  }
  .navbar-expand-lg .navbar-nav .small-menu-drop {
    min-width: 300px;
  }
  .navbar-expand-lg .navbar-nav .small-menu-drop .mega_menu_col {
    padding: 20px 0px 0px;
  }
  .navbar-expand-lg .navbar-nav .drop-small {
    position: relative !important;
  }
  .navbar-expand-lg .navbar-nav .mega_menu_col {
    padding: 50px 0px 20px;
  }
  @-webkit-keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .home_header.fixed-tops .navbar-nav .nav-link {
    padding: 30px 18px;
  }
  .portfolio_sec .swiper-pagination {
    left: 2% !important;
    top: 50%;
    transform: translate(0px, -50%) !important;
    height: 75%;
    width: 1px !important;
    background: #d4d4d4;
    overflow: visible;
  }
  .portfolio_sec .swiper-pagination-bullet {
    display: block;
    margin: 0 !important;
    padding: 0;
    height: 34%;
    left: 0px !important;
    border-radius: 0px;
    background: transparent;
    width: 2px;
  }
  .portfolio_sec .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
    background: #0e2b5c;
  }
  .portfolio_sec .swipe_nav {
    position: absolute;
    top: 16%;
    width: 70px;
  }
  .portfolio_sec .swiper-button-prev {
    left: 0px;
    width: 22px;
  }
  .portfolio_sec .swiper-button-prev:after {
    font-size: 30px;
    color: #0e2b5c;
  }
  .portfolio_sec .swiper-button-next {
    right: -7px;
    width: 22px;
  }
  .portfolio_sec .swiper-button-next:after {
    font-size: 30px;
    color: #0e2b5c;
  }
}
.navbar-expand-lg .navbar-nav .nav-item.dropdown {
  position: static;
}
.navbar-expand-lg .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-animation: fade-in 1s;
  animation: fade-in 1s;
  transition: opacity 1s ease-in-out;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  min-width: 100%;
  border-radius: 0px;
  border: 0px;
  left: -1px;
  right: -1px;
  margin-top: 0px;
  border-top: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1294117647);
  display: none;
  top: 100%;
  border-radius: 0px 0px 5px 5px;
  border-top: 2px solid #fc5546;
}
.navbar-expand-lg .navbar-nav .small-menu-drop {
  min-width: 300px;
}
.navbar-expand-lg .navbar-nav .small-menu-drop .mega_menu_col {
  padding: 20px 0px 0px;
}
.navbar-expand-lg .navbar-nav .drop-small {
  position: relative !important;
}
.navbar-expand-lg .navbar-nav .mega_menu_col {
  padding: 15px 0px 20px;
}

to {
  opacity: 1;
  opacity: 1;
}

.bottom-nav a {
  text-align: center;
  text-align: center;
  flex: 0 0 auto;
  width: 33.33%;
  padding: 6px 3px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  border-right: 1px solid rgba(23, 29, 85, 0.1215686275);
  transition: 0.3s all;
}
.bottom-nav a:hover {
  background: #0e2b5c;
}
.bottom-nav a:last-child {
  border-right: 0px;
}
.bottom-nav a span {
  font-size: 14px;
  line-height: 14px;
  display: block;
  margin-top: 3px;
}
.bottom-nav i {
  display: block;
}

.type-solution .securty {
  margin-left: 20px;
}
.type-solution .net-bg {
  background-color: #f3e5e0 !important;
}
.type-solution .quality-bg {
  background-color: #bbdef2 !important;
}
.type-solution .hard {
  border-radius: 5px;
  background: #edf1f7;
  width: 157px;
  text-align: center;
  align-items: center;
  margin-bottom: 17px;
}
.type-solution svg {
  margin: 10px 0;
}
.type-solution h5 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

.net-img {
  text-align: right;
}

.heading .serv {
  color: #3c3c3c !important;
}



.services {
  padding-bottom: 100px;
}

.p-hard {
  color: #828282;
}

.solution {
  margin-top: 30px;
}
.solution img {
  border-radius: 10px 10px 0px 0px;
}
.solution .solution-content {
  padding: 17px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #eceff3;
  display: flex;
  justify-content: center;
}
.solution .solution-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #3d243d;
  align-items: center;
  display: flex;
}

.netwo {
  display: block;
}

@media (max-width: 1500px) {
  .portfolio_sec .swiper-button-next {
    right: 0px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1362px;
  }
}
@media (max-width: 1400px) {
  .portfolio_sec .swipe_nav {
    width: 60px !important;
  }
  .portfolio_sec .swiper-button-next {
    right: 8px;
  }
}
@media (max-width: 1366px) {
  .type-solution svg {
    width: 40px;
  }
  .type-solution h5 {
    font-size: 15px;
  }
  .portfolio_sec .swipe_nav {
    width: 55px;
  }
  .portfolio_sec .swiper-button-next {
    right: 0px;
  }
  .portfolio_sec .logo {
    margin-bottom: 50px;
  }
  .project_with_us_sec .contact_card h6 {
    font-size: 16px;
  }
  .project_with_us_sec .contact_card h5 {
    font-size: 25px;
  }
  .project_with_us_sec .contact_card .contact_text {
    padding-left: 15px;
  }
  .project_with_us_sec .icon_img {
    width: 60px;
  }
}
@media (max-width: 1200px) {
  .portfolio_sec .swipe_nav {
    width: 50px;
  }
  .portfolio_sec .swiper-button-next {
    right: 12px;
  }
  .customized-salesforce .trend-column .trend-content {
    padding: 55px 20px 55px 20px;
  }
  .customized-salesforce .trend-column .lets-conect {
    font-size: 20px;
    padding: 10px 15px;
  }
  .customized-salesforce .trend-column h5 {
    font-size: 26px;
  }
  .customized-salesforce .trend-column .btn-danger {
    width: 288px;
    height: 72px;
  }
  .customized-salesforce .trend-column .icon {
    height: 73px;
    width: 71px;
    font-size: 35px;
    margin-right: -1px;
  }
}
@media (max-width: 1199px) {
  .solution .solution-content h4 {
    font-size: 20px;
  }
  .our-culture .card-item {
    padding: 25px 20px;
  }
  .created_captcha {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 45px 10px;
  }
  .home_header .navbar-brand {
    max-width: 140px;
  }
  .home_header .navbar-nav .nav-link {
    padding: 30px 9px;
  }
}
@media (max-width: 1100px) {
  .portfolio_sec .swipe_nav {
    width: 46px;
  }
}
@media (max-width: 991px) {
  .crypto-banner {
    padding-top: 190px;
    padding-bottom: 65px;
  }
  .crypto-banner .banner-img {
    margin-top: 30px;
  }
  .cyipto-faq-sec {
    padding: 65px 0px;
  }
  .cyipto-faq-sec .faq-img {
    margin-bottom: 30px;
  }
  .crypto-ds-sec {
    padding: 65px 0px;
  }
  .crypto-ds-sec h4 {
    font-size: 16px;
  }
  .crypto-ds-sec .crypto-ds-sec p {
    font-size: 15px;
  }
  .crypto-ds-sec .card-main img {
    height: 40px;
  }
  .crypto-ds-sec .card-main .card-img {
    width: 40px;
  }
  .technology-stack-sec {
    padding: 65px 0px;
  }
  .how-to-crate-crypto {
    padding-bottom: 65px;
  }
  .how-to-crate-crypto .timeline {
    width: 70%;
  }
  .crypto-about-sec {
    padding: 65px 0px;
  }
  .crypto-about-sec .woked-img {
    margin-top: 30px;
  }
  .home_header .navbar {
    padding: 6px 0px 6px;
  }
  .home_header .navbar-brand {
    max-width: 150px !important;
  }
  .home_header .offcanvas-body {
    padding: 0rem 0rem 1rem;
  }
  .home_header .btn-close {
    background: url("../img/icon/btn-close.svg") center/1em auto no-repeat !important;
  }
  .home_header .navbar-nav .mega_menu_col {
    padding: 0px 0px 15px;
  }
  .home_header .navbar-nav .nav-link {
    color: #3c3c3c !important;
    font-size: 16px;
    background: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    border-bottom: 1px solid #eeeeee;
  }
  .home_header .navbar-nav .dropdown-menu {
    border-radius: 0px;
    border: 0px;
    margin-top: 0;
    box-shadow: none !important;
  }
  .home_header .navbar-nav .main-ul > li {
    margin-bottom: 15px;
  }
  .home_header .navbar-nav .main-ul a {
    font-size: 14px;
  }
  .home_header .navbar-nav .main-ul a i {
    margin-right: 6px;
  }
  .home_header .navbar-nav .main-ul h4 {
    font-size: 16px;
    margin-top: 10px;
  }
  .home_header .mega_menu_col .col-md-3 {
    width: 100%;
  }
  .home_header .mega_menu_col .col-md-4 {
    width: 100%;
  }
  .home_header .floting-menu .menu-flote {
    top: 245px;
  }
  .home_header.fixed-tops .offcanvas-header .white-logo {
    display: block;
  }
  .home_header.fixed-tops .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
  }
  .home_header.inner_header .offcanvas-header .white-logo {
    display: block;
  }
  .home_header.inner_header .navbar-nav .nav-link {
    color: #3c3c3c !important;
  }
  .customized-salesforce {
    padding: 65px 0px 65px;
  }
  .customized-salesforce .trend-column .trend-content {
    width: 100%;
    text-align: center;
    padding: 25px 20px 25px 20px;
  }
  .customized-salesforce .trend-column .start-let {
    padding-right: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    justify-content: center;
  }
  .customized-salesforce .trend-column .lest-start {
    padding: 28px 36px;
    margin-right: 0px;
    display: inline-block;
  }
  .customized-salesforce .trend-column .lest-start::before {
    width: 55px;
    height: 55px;
  }
  .customized-salesforce .trend-column .lest-start::after {
    width: 55px;
    height: 55px;
  }
  .customized-salesforce .content {
    padding: 20px 0px 0px 0px;
  }
  .customized-salesforce .content .mainheading {
    font-size: 26px;
  }
  .customized-salesforce .customized-img a {
    width: 94%;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 10px 10px;
    font-size: 18px;
  }
  .customized-salesforce .customized-img a .img-fluid {
    width: 35px;
  }
  .hero-sec {
    min-height: 600px;
    padding-top: 123px;
  }
  .hero-sec h1 {
    font-size: 50px;
    line-height: 70px;
  }
  .hero-sec h2 {
    font-size: 40px;
    margin-bottom: 26px;
  }
  .hero-sec .btn-outline-secondary .btn_icon {
    width: 40px;
    height: 40px;
    padding: 10px 0px;
    font-size: 15px;
  }
  .hero-sec .wave_img {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 514px;
  }
  .achievement-sec .content {
    margin-bottom: 20px;
  }
  .about_us_sec {
    padding: 65px 0px 59px;
  }
  .about_us_sec h2 {
    font-size: 26px;
  }
  .about_us_sec .about-pera {
    padding-left: 0px;
  }
  .our_services_sec .our_card {
    padding: 30px 20px 30px;
  }
  .our_services_sec .our_content {
    padding-left: 0px;
  }
  .our_services_sec .our_icon {
    width: 70px;
    text-align: center;
  }
  .our_services_sec h4 {
    font-size: 18px;
  }
  .our_services_sec p {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .cat-col h4 {
    font-size: 19px;
  }
  .cat-col .btn-danger {
    font-size: 16px;
    padding: 10px 32px;
  }
  .portfolio_sec {
    padding-top: 65px;
  }
  .portfolio_sec .content {
    padding-left: 0px;
    padding-right: 15px;
  }
  .portfolio_sec .content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .portfolio_sec .heading h6 {
    font-size: 20px;
  }
  .portfolio_sec .swipe_nav {
    display: none;
  }
  .portfolio_sec .logo {
    margin-bottom: 15px;
    max-width: 90px;
  }
  .our_development_sec {
    padding-top: 65px;
  }
  .our_development_sec h4 {
    font-size: 16px;
  }
  .blog-sec {
    padding-bottom: 65px;
  }
  .blog-sec .blog-head {
    padding: 20px;
  }
  .blog-sec .blog-head img {
    height: 120px;
  }
  .blog-sec .content {
    padding: 15px 15px;
  }
  .blog-sec h4 {
    font-size: 16px;
  }
  .blog-sec h5 {
    font-size: 15px;
  }
  .blog-sec p {
    font-size: 14px;
  }
  .blog-sec .blog_footer {
    padding: 10px 15px;
  }
  .blog-sec .blog_footer a {
    font-size: 15px;
  }
  .blog-sec .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
  .blog-sec .heading {
    margin-bottom: 30px;
  }
  .container,
.container-md,
.container-sm {
    max-width: 850px;
  }
  .footer {
    padding-top: 65px;
  }
  .footer .contact_us_sec .main_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .footer .contact_us_sec .testiamonial {
    padding-left: 20px;
  }
  .footer .contact_us_sec .testiamonial p {
    margin: 30px 0px 34px;
    font-size: 18px;
  }
  .footer .contact_us_sec .heading_loc {
    text-align: center;
    margin-top: 20px;
  }
  .footer .contact_us_sec .location_card .icon {
    width: 50px;
  }
  .footer .contact_us_sec .location_card h6 {
    font-size: 14px;
  }
  .footer .footer_bar {
    padding: 15px 0px;
  }
  .inner_common_sec {
    padding-top: 93px;
  }
  .inner_common_sec p {
    font-size: 16px;
  }
  .inner_common_sec .mainheading {
    font-size: 26px;
  }
  .inner_common_sec .about_us_sec .heading {
    padding: 65px 0px 65px;
  }
  .inner_common_sec .fantacy-sport-sec h4 {
    font-size: 18px;
  }
  .inner_common_sec .fantacy-sport-sec p {
    color: #ffffff;
    font-size: 16px;
  }
  .inner_common_sec .fantacy-sport-sec .heading {
    margin-top: 65px;
  }
  .about_business_sec {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .about_business_sec .about_card {
    padding: 20px 15px 20px;
  }
  .about_business_sec .about_card img {
    max-width: 60px;
  }
  .about_business_sec h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .about_business_sec p {
    margin: 20px 0px 15px;
    font-size: 15px;
  }
  .about_business_sec .btn-danger {
    font-size: 16px;
    padding: 8px 12px;
  }
  .productive_business_sec {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .productive_business_sec .next_card {
    padding: 20px 15px;
  }
  .productive_business_sec .next_card h5 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .productive_business_sec .next_card img {
    margin-bottom: 14px;
  }
  .project_with_us_sec .project_top {
    padding-top: 65px;
  }
  .project_with_us_sec .border-row {
    margin-bottom: 65px;
  }
  .project_with_us_sec .border-row:before {
    left: 44%;
  }
  .project_with_us_sec .mainheading {
    margin-bottom: 40px;
  }
  .project_with_us_sec .contact_card .icon {
    width: 60px;
  }
  .project_with_us_sec .contact_card h5 {
    font-size: 22px;
  }
  .project_with_us_sec .contact_card h6 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .project_with_us_sec .contact_card .contact_text {
    padding-left: 20px;
  }
  .project_with_us_sec .location-card .image {
    width: 80px;
  }
  .project_with_us_sec .location-card h5 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .project_with_us_sec .location-card .location_content {
    padding-left: 10px;
  }
  .project_with_us_sec .form_col .main_title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .project_with_us_sec .form_col .form-control {
    min-height: 40px;
  }
  .project_with_us_sec .form_col .form-group {
    margin-bottom: 15px;
  }
  .project_with_us_sec .form_col .btn-primary {
    min-height: 40px;
    line-height: 25px;
    font-size: 16px;
  }
  .why_we_are_sec {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .why_we_are_sec p {
    font-size: 16px;
    margin: 10px 0px 20px;
  }
  .web_service_sec {
    padding-bottom: 65px;
  }
  .web_service_sec .heading {
    margin-bottom: 30px;
  }
  .web_service_sec .icon_main {
    width: 60px;
  }
  .web_service_sec .icon_content {
    padding: 15px 10px;
  }
  .web_service_sec h4 {
    font-size: 18px;
  }
  .web_service_sec p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
  }
  .industry_sec .heading {
    margin-bottom: 30px;
  }
  .industry_sec .heading p {
    font-size: 16px;
  }
  .industry_sec .industry_card {
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    padding: 15px 10px 25px;
    margin-bottom: 28px;
  }
  .industry_sec .industry_card img {
    max-width: 50px;
    margin-bottom: 35px;
  }
  .industry_sec .industry_card h5 {
    font-size: 16px;
  }
  .how_we_work_cta .how_we_work_card {
    padding: 40px 30px;
  }
  .how_we_work_cta h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .how_we_work_cta .btn-danger {
    font-size: 16px;
  }
  .web_blog_sec {
    padding: 65px 0px 65px;
  }
  .web_blog_sec .web_blog_card {
    margin-bottom: 20px;
    border: 0;
  }
  .web_blog_sec .web_blog_card img {
    height: 170px;
  }
  .web_blog_sec .web_blog_text {
    padding: 10px;
  }
  .web_blog_sec .web_blog_text p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .web_blog_sec .web_blog_text h5 {
    font-size: 18px;
  }
  .inner_mobile_app_sec .mobile_app_develop.common_app {
    height: 620px;
  }
  .inner_mobile_app_sec .sales-hero .mainheading {
    font-size: 26px;
  }
  .top_mobile_app_sec {
    padding: 65px 0px 65px;
  }
  .top_mobile_app_sec p {
    font-size: 16px;
    line-height: normal;
  }
  .top_mobile_app_sec .icon_design {
    max-width: 70px;
  }
  .top_mobile_app_sec .mob_content {
    padding-left: 0px;
  }
  .top_mobile_app_sec h5 {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .top_mobile_app_sec h6 {
    font-size: 15px;
  }
  .custom_app_sec {
    padding: 65px 0px;
  }
  .custom_app_sec .mainheading {
    margin-bottom: 35px;
  }
  .custom_app_sec .service_card {
    margin-bottom: 30px;
  }
  .custom_app_sec .service_card h4 {
    margin-bottom: 12px;
    padding-left: 10px;
  }
  .custom_app_sec .service_card p {
    font-size: 16px;
    min-height: 57px;
  }
  .we_serve_sec {
    padding-bottom: 65px;
  }
  .get-qutote-modal .form-control {
    padding-left: 15px;
  }
  .get-qutote-modal .textsinput {
    position: absolute;
    left: 15px;
  }
  .get-qutote-modal .textsinput img {
    width: 30px;
    margin-right: 0px;
  }
  .expertise_sec {
    padding-top: 65px;
  }
  .expertise_sec p {
    line-height: normal;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .expertise_sec .expertise_icon {
    width: 100px;
  }
  .expertise_sec h4 {
    font-size: 18px;
  }
  .our_work_sec .work_image img {
    max-width: 290px;
  }
  .our_work_sec h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .our_work_sec p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .our_work_sec .btn-danger {
    font-size: 16px;
    padding: 9px 26px;
  }
  .our_work_sec .swiper-button-prev:after {
    font-size: 30px;
  }
  .our_work_sec .swiper-rtl .swiper-button-next:after {
    font-size: 30px;
  }
  .our_work_sec .swiper-rtl .swiper-button-prev:after {
    font-size: 30px;
  }
  .our_work_sec .swiper-button-next:after {
    font-size: 30px;
  }
  .get-qutote-modal .modal-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .get-qutote-modal .filedrop {
    background-size: 35px 35px;
  }
  .get-qutote-modal .files:before {
    font-size: 14px;
  }
  .ourWorkSec {
    padding: 65px 0px 0px;
  }
  .ourWorkSec .porttop {
    padding: 4rem 1rem 0 1rem;
  }
  .ourWorkSec h4 {
    font-size: 20px;
  }
  .ourWorkSec p {
    margin-bottom: 2px;
    font-size: 15px;
  }
  .ourWorkSec .portbox {
    border-radius: 2rem;
    margin-bottom: 30px;
  }
  .bottom-nav {
    display: flex;
  }
  .offcanvas-header {
    padding-bottom: 0;
    padding-top: 5px;
    background: #0e2b5c;
  }
  .development-solution {
    padding: 65px 0px;
  }
  .Benefits-sec {
    padding: 65px 0px;
    background: none;
  }
  .Benefits-sec .accordion-item {
    margin-bottom: 10px;
  }
  .team-up-sec {
    padding: 65px 0px;
  }
  .team-up-sec h4 {
    font-size: 18px;
    margin-left: 6px;
  }
  .team-up-sec p {
    font-size: 15px;
  }
  .team-up-sec .expertise_card {
    margin-bottom: 20px;
  }
  .user-flow-sec {
    padding: 65px 0px;
  }
  .user-flow-sec .user-flow {
    padding: 20px 0px;
  }
  .user-flow-sec .user-flow img {
    max-width: 50px;
  }
  .technology-sec {
    padding: 65px 0px;
  }
  .technology-sec .tab-head {
    margin: 20px 0px 30px;
  }
  .technology-sec .tab-content li {
    width: 25%;
    margin-bottom: 20px;
  }
  .mostpopuler {
    padding: 65px 0px;
  }
  .mostpopuler li {
    flex: 0 0 auto;
    width: 29.33%;
    margin: 0 15px 15px;
  }
  .mostpopuler ul {
    flex-wrap: wrap;
  }
  .fantasymobileweb {
    padding-bottom: 65px;
  }
  .appsolutions {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .appsolutions .expertise_card {
    min-height: auto;
    margin-bottom: 20px;
  }
  .appsolutions .expertise_card img {
    max-width: 50px;
  }
  .appsolutions .expertise_icon {
    width: 70px;
  }
  .appsolutions .content {
    padding: 15px 10px;
  }
  .appsolutions .content p {
    font-size: 15px;
  }
  .appsolutions h4 {
    font-size: 18px;
  }
  .featuresweoffer {
    padding: 65px 0px;
  }
  .featuresweoffer .innerbox h5 {
    font-size: 15px;
  }
  .fantacy-portfolio {
    padding: 65px 0px;
  }
  .fantacy-portfolio .port {
    height: auto;
  }
  .fantacy-portfolio .leftcontent {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .fantacy-portfolio p {
    min-height: 48px;
  }
  .fantacy-portfolio .project-img {
    text-align: center;
  }
  .comprehensive-sec {
    padding: 64px 0px 64px;
  }
  .comprehensive-sec .mainheading {
    font-size: 26px;
  }
  .comprehensive-sec .card-content {
    margin-top: 26px;
  }
  .comprehensive-sec .card-content h5 {
    padding-left: 12px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .comprehensive-sec .card-content p {
    font-size: 15px;
  }
  .comprehensive-sec .heading p {
    font-size: 16px;
  }
  .salesforce-mobile {
    padding-top: 65px;
    padding-bottom: 80px;
  }
  .salesforce-mobile .saleforce-logo {
    max-width: 100px;
    right: 0px;
  }
  .salesforce-mobile .mainheading {
    font-size: 26px;
  }
  .salesforce-mobile .heading {
    padding-bottom: 30px;
  }
  .salesforce-mobile .content-sales {
    padding: 20px 15px;
  }
  .salesforce-mobile .content-sales li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 22px;
  }
  .salesforce-lightning {
    padding: 65px 0px;
  }
  .salesforce-lightning .mainheading {
    font-size: 26px;
  }
  .salesforce-lightning .heading {
    padding-bottom: 40px;
  }
  .salesforce-lightning .heading p {
    margin: 20px auto 0px;
  }
  .salesforce-lightning .buttom-content {
    padding: 10px 10px;
    margin-bottom: 20px;
  }
  .salesforce-lightning .buttom-content h4 {
    font-size: 18px;
  }
  .salesforce-lightning .connect-with {
    padding: 30px 15px 30px;
    margin-top: 65px;
  }
  .salesforce-lightning .connect-with h3 {
    font-size: 26px;
  }
  .why-sales-force {
    padding: 65px 0px 60px;
  }
  .why-sales-force .mainheading {
    font-size: 26px;
  }
  .why-sales-force .crm-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .faq-section {
    padding: 65px 0px 65px;
  }
  .faq-section .mainheading {
    font-size: 26px;
  }
  .our-culture .card-about h4 {
    font-size: 18px;
  }
  .our-culture .card-about img {
    height: 50px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .padMob20{padding-top:20px!important;}
  .pad0{padding-left:0!important;}
  .services {
    padding-bottom: 45px;
  }
  
  .funfct img {width: 55px!important;}
  .funfct .services-cuntr {font-size: 14px!important;line-height: 20px;}
  .funfct { min-height: 210px;}
  .bg-shape:after, .bg-shape:before {
    display:none;
}
.team {padding: 40px 0!important;}
  
.whyListhaed{margin:10px 0 10px 0!important;}
.whyListhaed2{margin:10px 0 10px 0!important;}
  
  .net-img img {
    vertical-align: middle;
    width: 100%;
    margin: 20px 0px;
  }
  .solution {
    text-align: center;
  }
  .solution .solution-content {
    margin: 0 auto;
  }
  .netwo {
    display: inline !important;
  }
  .our_services_sec .our_card {
    min-height: auto;
    cursor: pointer;
  }
  .career-page-sec {
    padding: 50px 0px;
  }
  .customized-salesforce .trend-column h5 {
    font-size: 20px;
  }
  .home_header .get_quote .btn-danger {
    padding: 4px 12px;
  }
  .cyipto-faq-sec .faq-content .nav {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: start;
  }
  .thankyou-sec #svg-envelope-animate {
    width: 140px;
  }
  .thankyou-sec .thankyou-sec .sales-hero {
    height: 100%;
    min-height: auto;
  }
  .about-career .friedny-card {
    margin-top: 30px !important;
  }
  .portfolio_sec .swiper-pagination {
    display: none;
  }
  .arrowAnim {
    display: none !important;
  }
  .scroll-top {
    font-size: 15px;
    width: 40px;
    height: 40px;
    bottom: 43px;
    right: 15px;
  }
  .career-page-sec .tab-contents {
    max-width: 320px;
  }
  .career-page-sec .tab-contents h3 {
    font-size: 18px;
  }
  .career-page-sec .tab-contents p {
    color: #828282;
    font-size: 14px;
  }
  .career-page-sec .tab-icon {
    display: none;
  }
  .career-page-sec .accordion-button {
    padding: 15px 10px;
  }
  .salesforce-lightning {
    padding: 50px 0px;
  }
  .salesforce-lightning::before {
    width: 320px;
    height: 320px;
  }
  .cyipto-faq-sec {
    padding: 45px 0px;
  }
  .technology-stack-sec {
    padding: 45px 0px;
  }
  .how-to-crate-crypto {
    padding-bottom: 45px;
  }
  .how-to-crate-crypto .timeline {
    width: 100%;
  }
  .how-to-crate-crypto .main-timeline .timeline-icon {
    font-size: 40px;
    transform: translateX(-50%);
    left: 50%;
    top: 10px;
  }
  .how-to-crate-crypto .main-timeline .timeline-content {
    text-align: center;
    padding: 100px 15px 15px;
    border: 15px solid #e7e7e7;
  }
  .how-to-crate-crypto .main-timeline .timeline-content:before {
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    bottom: auto;
    top: -215px;
  }
  .how-to-crate-crypto .main-timeline .timeline:nth-child(even) .timeline-icon {
    font-size: 40px;
    transform: translateX(-50%);
    left: 50%;
    top: 10px;
  }
  .how-to-crate-crypto .main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: center;
    padding: 100px 15px 15px;
  }
  .how-to-crate-crypto .main-timeline .timeline:nth-child(even) .timeline-content:before {
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    bottom: auto;
    top: -215px;
  }
  .how-to-crate-crypto .title {
    font-size: 16px;
  }
  .how-to-crate-crypto .timeline-icon {
    font-size: 45px;
    left: 30px;
    bottom: 9px;
  }
  .crypto-ds-sec {
    padding: 45px 0px;
  }
  .crypto-about-sec {
    padding: 45px 0px;
  }
  .crypto-about-sec .woked-img {
    margin-top: 30px;
  }
  .crypto-about-sec .section-sub {
    font-size: 20px;
  }
  .crypto-about-sec .work-text .work-title {
    font-size: 18px;
  }
  .customized-salesforce {
    padding: 50px 0px 50px;
  }
  .customized-salesforce .trend-column {
    margin-top: 40px;
  }
  .customized-salesforce .trend-column .lest-start {
    padding: 10px 15px;
  }
  .customized-salesforce .trend-column .lest-start::before {
    width: 30px;
    height: 30px;
  }
  .customized-salesforce .trend-column .lest-start::after {
    width: 30px;
    height: 30px;
  }
  .blog-sec {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .faq-section {
    padding: 50px 0px 50px;
  }
  .why-sales-force {
    padding: 50px 0px 50px;
  }
  .why-sales-force .content {
    margin-bottom: 20px;
    padding: 15px 25px;
  }
  .home_header .floting_btn {
    width: 45px;
    height: 45px;
  }
  .home_header .floting_btn svg {
    width: 22px;
  }
  .salesforce-mobile {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .salesforce-mobile::before {
    content: "";
    height: 100%;
  }
  .salesforce-mobile .sales-img {
    margin-top: 40px;
    left: 0px;
  }
  .salesforce-mobile .saleforce-logo {
    max-width: 220px;
    right: 100px;
  }
  .comprehensive-sec {
    padding: 50px 0px 50px;
  }
  .inner_mobile_app_sec .sales-hero {
    height: auto;
    padding-top: 165px;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .inner_mobile_app_sec .sales-hero .contact_img {
    text-align: center;
    margin-top: 30px;
  }
  .inner_mobile_app_sec .mobile_app_develop.common_app {
    height: 600px;
    padding-top: 170px;
  }
  .inner_mobile_app_sec .mobile_add_slide {
    margin-top: -33%;
  }
  .inner_common_sec .fantacy-sport-sec .heading {
    margin-top: 50px;
  }
  .inner_common_sec .fantacy-sport-sec .heading p {
    padding: 19px 0px 0px;
  }
  .inner_common_sec .fantacy-sport-sec h3 {
    font-size: 20px;
  }
  .inner_common_sec .fantacy-sport-sec p {
    font-size: 15px;
  }
  .inner_common_sec .about_sec .about_feature {
    position: relative;
  }
  .inner_common_sec .about_sec .about_feature:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #4a6384;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
  }
  .inner_common_sec .about_sec .about_feature .col-md-3:nth-child(3) .dqot {
    margin-top: 20px;
  }
  .inner_common_sec .about_sec .about_feature .col-md-3:nth-child(4) .dqot {
    margin-top: 20px;
  }
  .inner_common_sec .about_sec .feature-card {
    margin-bottom: 20px;
  }
  .inner_common_sec .about_sec .feature-card h6 {
    font-size: 16px;
  }
  .inner_common_sec .about_sec .feature-card h3 {
    font-size: 26px;
  }
  .inner_common_sec .contact_us_sec .contact_img {
    margin-bottom: 0;
    height: 100%;
    margin-top: 20px;
  }
  .inner_common_sec .web_dovelopment_sec {
    padding: 80px 0px;
  }
  .fantasymobileweb {
    padding-bottom: 50px;
  }
  .appsolutions {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .appsolutions h4 {
    font-size: 16px;
  }
  .mostpopuler {
    padding: 50px 0px;
  }
  .mostpopuler li {
    height: 105px;
    margin: 0 5px 15px;
    width: 30.33%;
  }
  .mostpopuler li img {
    max-width: 50px;
    margin: 0 auto 10px;
  }
  .featuresweoffer {
    padding: 50px 0px;
  }
  .featuresweoffer .nav-tabs {
    padding: 0.5rem !important;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .featuresweoffer .nav-tabs .nav-link {
    font-size: 1rem;
  }
  .fantacy-portfolio {
    padding: 50px 0px;
  }
  .fantacy-portfolio h3 {
    font-size: 22px;
  }
  .fantacy-portfolio p {
    min-height: auto;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .fantacy-portfolio .leftcontent {
    padding-bottom: 30px;
  }
  .development-solution {
    padding: 50px 0px;
  }
  .Benefits-sec {
    padding: 0px 0px 50px;
  }
  .Benefits-sec .accordion-button {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .user-flow-sec {
    padding: 50px 0px;
  }
  .user-flow-sec .col-md-3 {
    border-right: 0px !important;
  }
  .technology-sec {
    padding: 50px 0px;
  }
  .technology-sec .nav-tabs {
    padding: 0.5rem !important;
    border-radius: 99px;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .technology-sec .nav-tabs .nav-link {
    font-size: 1rem;
  }
  .technology-sec .tab-content li {
    width: 33.33%;
  }
  .technology-sec .tab-content li span:nth-child(2) {
    font-size: 15px;
  }
  .our_work_sec {
    padding-top: 50px;
  }
  .our_work_sec .work_image {
    margin-bottom: 20px;
  }
  .our_work_sec .work_image img {
    width: 100%;
    max-width: 360px;
  }
  .our_work_sec .swipe_nav {
    display: none;
  }
  .our_work_sec .heading {
    margin-bottom: 30px;
  }
  .hero-sec {
    min-height: 550px;
  }
  .hero-sec h1 {
    line-height: normal;
    margin: 20px 0px;
    font-size: 36px;
  }
  .hero-sec h2 {
    font-size: 35px;
  }
  .hero-sec h5 {
    font-size: 20px;
  }
  .hero-sec .wave_img {
    width: 460px;
  }
  .about_us_sec h2 {
    margin-bottom: 20px;
  }
  .dqot-border h2 {
    font-size: 70px;
  }
  .mainheading {
    font-size: 26px;
  }
  .our_services_sec .heading {
    margin-bottom: 30px;
  }
  .portfolio_sec h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .portfolio_sec .heading {
    margin-bottom: 30px;
  }
  .portfolio_sec .content {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
  .portfolio_sec .logo {
    margin-bottom: 20px;
    max-width: 90px;
  }
  .portfolio_sec .swiper {
    padding-bottom: 25px;
  }
  .portfolio_sec .swiper-button-next {
    display: none;
  }
  .portfolio_sec .swiper-button-prev {
    display: none;
  }
  .our_development_sec {
    padding-bottom: 50px;
  }
  .our_development_sec .process_card {
    margin-bottom: 30px;
  }
  .our_development_sec .spacing_col {
    display: none;
  }
  .our_development_sec .processcol::before {
    display: none;
  }
  .footer .contact_us_sec .testiamonial {
    padding-top: 20px;
    padding-left: 0px;
  }
  .footer .contact_us_sec .testiamonial .qutto {
    display: block;
    width: 40px;
  }
  .footer .contact_us_sec .testiamonial p {
    margin: 20px 0px 20px;
    font-size: 16px;
  }
  .footer .contact_us_sec .rating {
    margin-top: 40px;
  }
  .footer .contact_us_sec .location_card {
    margin-bottom: 20px;
  }
  .footer .footer_col {
    margin-bottom: 20px;
  }
  .about_business_sec {
    padding: 45px 0px;
  }
  .about_business_sec .about_card {
    margin-bottom: 20px;
  }
  .productive_business_sec {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .productive_business_sec .next_card {
    padding: 15px 10px;
    margin-bottom: 20px;
  }
  .productive_business_sec .heading p {
    padding: 19px 0px 10px;
  }
  .productive_business_sec .btn-danger {
    font-size: 16px;
    width: 100%;
    max-width: 203px;
    padding: 11px 20px;
  }
  .productive_business_sec .next_project {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .productive_business_sec .next_project h3 {
    font-size: 20px;
    padding-left: 14px;
  }
  .project_with_us_sec .project_top {
    padding-top: 45px;
  }
  .project_with_us_sec .project_top .custom_row .col-lg-5:nth-child(1) .contact_card {
    padding-bottom: 30px;
  }
  .project_with_us_sec .project_top .custom_row .col-lg-5:nth-child(2) .contact_card {
    padding-bottom: 30px;
  }
  .project_with_us_sec .border-row {
    margin-bottom: 45px;
  }
  .project_with_us_sec .border-row:before {
    left: 44%;
  }
  .project_with_us_sec .border-row:after {
    top: 45%;
  }
  .project_with_us_sec .contact_card .icon {
    width: 45px;
  }
  .project_with_us_sec .contact_card .fa-chevron-right {
    vertical-align: 1px;
  }
  .project_with_us_sec .contact_card h6 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .project_with_us_sec .contact_card .contact_text {
    padding-left: 20px;
  }
  .project_with_us_sec .form_col {
    margin-top: 20px;
  }
  .why_we_are_sec {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .why_we_are_sec .why_col.pb {
    padding-bottom: 40px;
  }
  .why_we_are_sec .why_col.pb.why-col-2 {
    padding-left: 20px;
  }
  .why_we_are_sec .why_col.pb h3 {
    font-size: 30px;
  }
  .why_we_are_sec .why_col.pb h4 {
    font-size: 16px;
  }
  .why_we_are_sec .content {
    margin-bottom: 20px;
  }
  .why_we_are_sec .why_margin {
    margin-top: 65px;
  }
  .web_service_sec {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .web_service_sec .heading p {
    font-size: 18px;
  }
  .web_Technologies_sec {
    padding-top: 10px;
  }
  .web_Technologies_sec .col {
    flex: 0 0 auto;
    width: 33.33%;
  }
  .web_Technologies_sec .web_icon {
    text-align: center;
    margin-bottom: 15px;
  }
  .web_Technologies_sec .heading .btn-danger {
    font-size: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .how_we_work_cta .how_we_work_card {
    flex-direction: column;
    text-align: center;
  }
  .how_we_work_cta .btn-danger {
    margin-top: 15px;
  }
  .web_blog_sec {
    padding: 45px 0px 45px;
  }
  .web_blog_sec .web_blog_text h5 {
    font-size: 16px;
  }
  .top_mobile_app_sec {
    padding: 45px 0px 45px;
  }
  .top_mobile_app_sec .icon_design {
    max-width: 60px;
  }
  .top_mobile_app_sec .mob_icon {
    width: 73px;
  }
  .custom_app_sec {
    padding: 45px 0px;
  }
  .we_serve_container .serve_card {
    margin-bottom: 20px;
  }
  .we_serve_container h3 {
    font-size: 22px;
  }
  .we_serve_container .content::before {
    content: "";
    left: 15px;
    width: 50px;
    height: 50px;
  }
  .we_serve_container .content::after {
    content: "";
    right: 15px;
    width: 50px;
    height: 50px;
  }
  .we_serve_sec {
    padding-bottom: 45px;
  }
  .expertise_sec {
    padding-top: 45px;
  }
  .expertise_sec .content {
    padding: 15px 15px;
  }
  .expertise_icon {
    width: 80px;
  }
  .get-qutote-modal .color-logo {
    max-width: 110px;
  }
  .get-qutote-modal .form-control {
    min-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .get-qutote-modal .textsinput {
    left: 15px;
    font-size: 12px;
  }
  .get-qutote-modal .textsinput img {
    width: 25px;
    margin-right: 5px;
  }
  .get-qutote-modal .form-select {
    max-width: 122px;
  }
  .get-qutote-modal .files:before {
    bottom: 2px;
    left: 3px;
    width: 98%;
    background: #fff;
    padding-bottom: 4px;
  }
  .get-qutote-modal .btn-danger {
    font-size: 16px;
  }
  .get-qutote-modal p {
    font-size: 15px;
  }
  .get-qutote-modal .footer-txt p {
    font-size: 15px;
  }
  .get-qutote-modal .work-heading li {
    margin-right: 8px;
    padding: 0.3rem 1rem;
    font-size: 15px;
  }
  .get-qutote-modal .overview img {
    max-width: 50px;
  }
  .get-qutote-modal .fa-telegram-plane {
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .get-qutote-modal .fixed-nav a {
    padding: 5px;
    font-size: 18px;
    min-height: 45px;
  }
  .work-hero {
    padding-top: 50px;
  }
  .ourWorkSec {
    padding: 50px 0px 0px;
  }
  .ourWorkSec .porttop {
    padding: 3rem 1rem 0 1rem;
  }
  .ourWorkSec .work-heading li {
    padding: 0.6rem 1.5rem;
    border-radius: 5px;
    font-weight: 600;
    color: #ffffff;
    background: #fc5546;
    margin-right: 15px;
    margin-bottom: 8px;
    position: relative;
    margin-right: 8px;
    padding: 0.3rem 1rem;
    font-size: 15px;
  }
  .ourWorkSec .nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .ourWorkSec .nav-tabs .nav-link {
    font-size: 1rem;
    width: 133px;
  }
  .cta-sales {
    margin-top: 50px;
  }
  .crypto-banner {
    padding-top: 160px;
    padding-bottom: 50px;
  }
  .crypto-banner .mainheading {
    font-size: 26px;
  }
  .crypto-banner p {
    font-size: 16px;
    margin: 20px 0px;
  }
}
@media (max-width: 575px) {
  .breadcrumbs.our-work {
    margin-top: 130px;
  }
  .footer .footer_bar_col {
    flex-direction: column;
    justify-content: center;
  }
  .crypto-banner .mainheading {
    font-size: 22px;
  }
  .our-culture .img-item {
    height: 15vh;
  }
  .home_header .navbar-brand {
    max-width: 110px !important;
  }

  .salesforce-mobile .saleforce-logo {
    max-width: 110px;
    right: 0px;
  }
  .hero-sec {
    padding-top: 168px;
    padding-bottom: 45px;
  }
  .hero-sec .wave_img {
    display: none;
  }
  .hero-sec .hero_img {
    margin-top: 30px;
  }
  .offcanvas-start {
    width: 300px;
  }
  .achievement-sec {
    padding: 45px 0px 45px;
  }
  .achievement-sec .content .icon_main {
    width: 50px;
  }
  .achievement-sec .content .icon {
    height: 50px;
    width: 50px;
  }
  .achievement-sec .content .icon img {
    width: 100%;
    max-width: 35px;
  }
  .achievement-sec .content h3 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .achievement-sec .content h6 {
    font-size: 14px;
  }
  .achievement-sec .content .achive-content {
    padding-left: 6px;
  }
  .achievement-sec .find-pera {
    margin: 25px 0px 0px;
    font-size: 16px;
  }
  .achievement-sec .find-pera a {
    display: block;
  }
  .about_us_sec {
    padding: 45px 0px 45px;
  }
  .about_us_sec h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .about_us_sec h2 {
    font-size: 22px;
  }
  .about_us_sec p {
    font-size: 14px;
  }
  .dqot-border h2 {
    font-size: 60px;
  }
  .our_services_sec {
    padding: 45px 0px 45px;
  }
  .our_services_sec .our_content {
    padding-left: 20px;
  }
  .mainheading {
    font-size: 22px;
  }
  .cat-col {
    padding: 26px 15px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .cat-col h4 {
    font-size: 17px;
    width: 100%;
  }
  .cat-col .btn-danger {
    font-size: 15px;
    padding: 9px 19px;
    margin-top: 15px;
  }
  .cat-col .icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
    left: -22px;
    top: -22px;
  }
  .cat-col .icon img {
    width: 26px;
    height: 26px;
  }
  .portfolio_sec {
    padding-top: 45px;
  }
  .portfolio_sec h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .portfolio_sec .heading h6 {
    font-size: 16px;
  }
  .portfolio_sec .btn-danger {
    padding: 20px 30px;
  }
  .portfolio_sec .btn-danger::after {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
  }
  .our_development_sec {
    padding-bottom: 45px;
  }
  .blog-sec {
    padding-bottom: 45px;
  }
  .blog-sec .blog-head img {
    max-width: 516px;
    height: 190px;
  }
  .footer {
    padding-top: 45px;
  }
  .footer .contact_us_sec {
    padding-bottom: 25px;
  }
  .footer .contact_us_sec .main_title {
    font-size: 22px;
  }
  .footer .contact_us_sec .heading_loc {
    text-align: left;
  }
  .footer .contact_us_sec .swiper_nav {
    display: none;
  }
  .footer .contact_us_sec .form-select {
    max-width: 106px;
  }
  .footer .contact_us_sec .rating img {
    display: block;
    width: 100px;
    margin-bottom: 6px;
  }
  .footer .contact_us_sec .rating h6 {
    text-align: left;
  }
  .footer .footer_menu {
    padding: 45px 0px 25px;
  }
  .footer .footer_bar {
    padding: 10px 0px;
  }
  .inner_common_sec {
    padding-top: 98px;
  }
  .inner_common_sec .about_sec .heading {
    padding: 45px 0px 45px;
  }
  .inner_common_sec .contact_us_sec .contact_img {
    margin-bottom: -27px;
  }
  .project_with_us_sec .mainheading {
    margin-bottom: 30px;
  }
  .project_with_us_sec .project_top .custom_row .col-lg-5:nth-child(2) .contact_card {
    padding-bottom: 20px;
  }
  .project_with_us_sec .project_top .custom_row .col-lg-5:nth-child(1) .contact_card {
    padding-bottom: 20px;
  }
  .project_with_us_sec .project_top .custom_row_two .col-lg-5:nth-child(2) .contact_card {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .project_with_us_sec .project_top .custom_row_two .col-lg-5:nth-child(1) .contact_card {
    padding-bottom: 20px;
    padding-top: 0px;
  }
  .project_with_us_sec .border-row:before {
    display: none;
  }
  .project_with_us_sec .border-row:after {
    display: none;
  }
  .web_blog_sec .web_blog_card img {
    height: 210px;
  }
  .inner_mobile_app_sec .mobile_add_slide {
    margin-top: -53%;
  }
  .inner_mobile_app_sec .mobile_app_develop .btn-danger {
    max-width: 205px;
    padding: 10px 7px;
  }
  .top_mobile_app_sec .mobile_card {
    margin-bottom: 20px;
  }
  .our_work_sec .ourWork {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.net-img img {
  vertical-align: middle;
  width: 100%;
  margin: 20px 0px;
}

.solution {
  text-align: center;
}

.solution .solution-content {
  margin: 0 auto;
}

.netwo {
  display: inline !important;
}

@media (max-width: 420px) {
  .inner_common_sec .contact_us_sec .contact_img {
    margin-bottom: -90px;
  }
  .inner_mobile_app_sec .mobile_app_develop.common_app {
    height: 510px;
    padding-top: 150px;
  }
}
/*# sourceMappingURL=style.css.map *//*# sourceMappingURL=style.css.map */

/*--service-css-start--*/

.bg-gradient12 {
    background: #3f36b9;
    background: -moz-linear-gradient(left,#1261a0 0,#072f60 100%);
    background: -webkit-linear-gradient(left,#1261a0 0,#072f60 100%);
    background: linear-gradient(to right,#1261a0 0,#072f60 100%);
}

.hero-card-web {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: center;
    display: flex;
}
.shape-bg3:before {
    height: 100%;
    width: 100%;
    opacity: .03;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    right: 0;
}
.shape-bg3:before {
    content: "";
    background: url(../img/shape-12.svg);
    position: absolute;
}

/*--service-css-end--*/

/*--whyChooseUS-css-end--*/
.why-choos-lg {
    position: relative;
	z-index: 1;
}
.cta-card h3{font-family: poppinsbold;}

.pad-tb {
    padding-top: 70px;
    padding-bottom: 50px;
}

.why-choos-lg:before {
    content: "";
    background: url(../img/icon/dot_bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.text-l {
    text-align: left!important;
}
.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}
.common-heading>span {
    line-height: 26px;
}
.common-heading>span {
    color: #fc5546;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px;
    display: block;
}
.common-heading h2 {
    margin-bottom: 30px;
	font-family: poppinsbold;
	line-height: 42px;
}
.text-second {
    color: #fc5546;
}
.common-heading.text-l>p {
    margin-top: 10px;
}


.media {
    display: flex;
}
.itm-media-object .media .img-ab- {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itm-media-object .media .img-ab- {
    background: #f5f5f5;
    border-radius: 8px;
    width: 65px;
    padding: 10px;
}
.media div:first-child {
    flex-shrink: 0;
}
.itm-media-object .media img {
    width: 100%;
}

.itm-media-object .media-body {
    margin-left: 30px;
}
.itm-media-object h4 {
    margin-bottom: 10px;
}
.itm-media-object h4 {
    text-align: left;
	font-family: poppinsbold;
}
.itm-media-object p {
    font-size: 17px;
    line-height: 28px;
}

.bg-shape-dez::before {
    bottom: -10px;
    left: -10px;
    border-radius: 0 0 0 8px;
}
.bg-shape-dez img{
    position: relative;
	transition: all 0.3s ease-in-out;
}

.bg-shape-dez img:hover {
    transform: scale(1.04, 1.04);
}


.bg-shape-dez::after, .bg-shape-dez::before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 50%;
    height: 50%;
    background: #02d9de;
    background: -webkit-linear-gradient(left,#007bff 0,#02d9de 100%);
	background: linear-gradient(to right,#007bff 0,#02d9de 100%);
}



.single-image img {
    position: relative;
    z-index: 5;
    border-radius: 8px;
}
.bg-shape-dez::after {
    top: -10px;
    right: -10px;
    border-radius: 0 8px 0 0;
}

.tilt-3d .base {
    transform-style: preserve-3d;
    transform: perspective(1000px);
}

.mb20 {
    margin-bottom: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt60 {
    margin-top: 60px;
}

.niwax-btn1 {
    padding: 2px;
    display: inline-block;
    outline: 0;
    color: #fff;
    background: -webkit-linear-gradient(left,#ffd523 0,#ff7f00 16%,#ff271a 32%,#a139ff 48%,#0081ff 64%,#60b5ff 80%,#00e953 100%);
    background: linear-gradient(to right,#ffd523 0,#ff7f00 16%,#ff271a 32%,#a139ff 48%,#0081ff 64%,#60b5ff 80%,#00e953 100%);
    border-radius: 30px;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}

.niwax-btn1>span {
    display: block;
    padding: 0 32px;
    line-height: 56px;
    font-size: 16px;
    background: #fff;
    border-radius: 30px;
    color: #050748;
}
/*--whyChooseUS-css-end--*/

.heading_loc h4{color: #fff;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
}
.heading_loc h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 29px;
    background: #fc5546;
    height: 4px;
}

.contents1{padding-left:10px;}
.contents1 h3{font-size:20px; color:#fff; padding-top: 10px;}
.contents1 h5{font-size:16px; color:#fff;}
.contents1 h5 span{color:#fc5546;}
.contents1 h5 a{color:#fff;}

.weProvid{
	color: #fff;
    padding: 20px 0 0 0;
    margin: 0;
	font-size: 20px;
}

.MenuPadding{padding:0 50px;}

.listNone{list-style:none!important;}


.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 10;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 20px;
	left: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


.overviewBG{background: #e2f3ff;
    background: -moz-linear-gradient(top,#e2f3ff 0,#fffbef 100%);
    background: -webkit-linear-gradient(top,#e2f3ff 0,#fffbef 100%);
    background: linear-gradient(to bottom,#e2f3ff 0,#fffbef 100%);
	padding: 50px 0;
	}



.srcl1 {
    background: #f3f5ff;
    border-bottom: 4px solid #b0bdff;
}
.srcl2 {
    background: #fff3e6;
    border-bottom: 4px solid #ffc093;
}
.srcl3 {
    background: #fbeefd;
    border-bottom: 4px solid #f6bcff;
}
.srcl4 {
    background: #effdff;
    border-bottom: 4px solid #9ff3ff;
}
.srcl5 {
    background: #fbfff1;
    border-bottom: 4px solid #ffdaa2;
}

.srcl6 {
    background: #fff3f3;
    border-bottom: 4px solid #ffb0b0;
}
.srcl7 {
    background: #fef3ff;
    border-bottom: 4px solid #f9b0ff;
}

.funfct {
    line-height: 26px;
    padding: 30px;
    border-radius: 8px 8px 8px 40px;
    margin-top: 30px;
	text-align:center;
}
.funfct p {
    font-weight: 600;
    color: #6a6a8e;
}
.funfct img {
    width: 95px;
    margin: 0 auto 0px;
    display: block;
}
.funfct .services-cuntr {
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    color: #050748;
    padding: 15px 0;
}

.text-animation {
    font-weight: 700;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: hue 6s infinite linear;
}

.text-animation, .text-effect-1, .text-effect-2, .text-effect-3 {
    -webkit-text-fill-color: transparent;
}

.bg-b {
    background-image: linear-gradient(to right, #673AB7 0, #E91E63 36%, #E91E63 65%, #673AB7 100%);
}
@keyframes slideIn {
    100% {
    transform: translateY(0);
    opacity: 1;
}
0% {
    transform: translateY(1rem);
    opacity: 0;
}
}@-webkit-keyframes slideIn {
    0% {
    -webkit-transform: transform;
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
}
}@keyframes hue {
    from {
    background-position: 0 0;
}
to {
    background-position: 2000px 0;
}
}@keyframes arrowanim {
    0%, 100% {
    transform: translate(0, 0);
}
50% {
    transform: translate(8px, 0);
}
}@-webkit-keyframes arrowanim {
    0%, 100% {
    transform: translate(0, 0);
}
50% {
    transform: translate(8px, 0);
}
}@keyframes updonanim {
    0%, 100% {
    transform: translate(0, 0);
}
50% {
    transform: translate(0, 8px);
}
}@-webkit-keyframes updonanim {
    0%, 100% {
    transform: translate(0, 0);
}
50% {
    transform: translate(0, 8px);
}
}@keyframes border-transform {
    0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%}
14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%}
28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%}
42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%}
70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%}
84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%}
}.custom-nav .menu-dorpdown, .custom-nav .menu-dorpdown .sub-menu-section {
    border-radius: 0 0 20px 20px;
}


.about-agencys{background: #f7fcff; padding: 10px 0 50px 0;}

.whyListhaed{margin:92px 0 10px 0; font-weight: 600;}
.whyList{margin:0 0 0 22px;}
.whyList li{list-style:circle; padding-bottom:10px;}

.whyListhaed2{margin:40px 0 10px 0; font-weight: 600;}

.pad-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pad-tb2 {
    padding-top: 50px;
    padding-bottom: 0;
}
.pad-tb {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-shape:before {
    background: url(../img/shape-2.svg) no-repeat;
    background-size: auto;
    right: -55px;
    bottom: -55px;
}
.bg-shape:after, .bg-shape:before {
    content: '';
    position: absolute;
    height: 150px;
    width: 150px;
    z-index: -1;
}
.image-div {
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.bg-shape:after {
    background: url(../img/shape-1.svg) no-repeat;
    background-size: auto;
    left: -55px;
    top: -55px;
}
.about-image, .hero-main-rp, .image-block, .img-block {
    position: relative;
    z-index: 10;
}

.image-div img {
    width: 100%;
}
.teamIMG {
    -webkit-box-shadow: -10px 20px 10px #dcdcdc, 20px -20px 35px #fff;
    box-shadow: -10px 20px 10px #dcdcdc, 20px -20px 35px #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.info-text-block {
    padding: 20px 0 0;
}
.info-text-block h4 {
    margin: 0 0 10px;
	font-size: 22px;
    line-height: 32px;
}
.otherinfo, .social-media-profile {
    margin: 15px 0 0;
}
.team {position:relative;}

.BGGrew{background:#f7fcff;}

.contact2dv {
    background: #e7fbff;
    padding: 30px;
}
.info-wrapr .dbox {
    grid-gap: 20px;
}
.info-wrapr .dbox {
    width: 100%;
    color: #6a6a8e;
    margin-bottom:5px;
}
.info-wrapr .dbox p span {
    color: #6a6a8e;
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    font-weight: 700;
}

.icon-pading{padding-top: 6px;}

.ModalBody{background:#4ddcd8; background: linear-gradient(to right,#007bff 0,#02d9de 100%);  color: #fff;}

.ModalClose {
    position: absolute;
    right: -12px;
    top: -11px;
    background: #fff;
    color: #f00!important;
    opacity: 9!important;
    line-height: 20px;
    border-radius: 50px;
}
.ModalHead {
    color: #fff;
    font-size: 27px;
    line-height: 32px;
}

.ModalBody p {
    font-size: 16px;
    text-align: center;
    padding-top: 12px;
}
.ThankYouIcon{width:100%; text-align:center;}
.ThankYouIcon img{width:150px;}




.bg-gradient-error {
  background: #c7ecff;
  background: -moz-linear-gradient(top,#c7ecff 0,#f9efff 100%);
  background: -webkit-linear-gradient(top,#c7ecff 0,#f9efff 100%);
  background: linear-gradient(to bottom,#c7ecff 0,#f9efff 100%);
}
.error {
  height: 100vh;
}

.margin-tb{margin:50px auto;}
.error-block, .layer-div {
  position: relative;
height: 80vh;
}

.layer-div:before {
  background: url(../img/404.svg) center center no-repeat;
  background-size: 70%;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  right: 0;
  left: 0;
  z-index: 0;
}
.error-block {
  padding-top: 100px;
  z-index: 5;
}

.error .btn-danger {
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 10px;
  width: 100%;
  max-width: 167px;
}
.error-block h1{font-size:36px}
.error-block p{font-size:20px}