
@font-face {
  font-family: "Gilroy-Regular";
  src: url(../font/Gilroy-Regular.ttf);
}
@font-face {
  font-family: "Gilroy-SemiBold";
  src: url(../font/Gilroy-SemiBold.ttf);
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url(../font/Gilroy-Medium.ttf);
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url(../font/Gilroy-Bold.ttf);
}
body {
  margin: 0;
  color: rgba(10, 29, 48, 0.5);
  position: relative;
  z-index: 0;
  font-family: "Gilroy-Regular";
  font-size: 14px;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy-SemiBold";
}

/* total width */
::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 4px solid #f4f4f4;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
  display: none;
}
a {
  transition: all 0.5s ease;
  text-decoration: none;
  color: #2e2e2e;
}
a:hover,
a:focus,
a:active {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
p {
  margin-bottom: 0 !important;
}
.font-bold{
  font-family: "Gilroy-Bold" !important;
}
/* Start Animated input CSS */

.input-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.input-wrapper label {
  color: rgba(10, 29, 48, 0.5);
  font-size: 13px;
  text-transform: capitalize;
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 15px;
  padding: 0 2px;
  pointer-events: none;
  background: #fff;
  -webkit-transition: -webkit-transform 100ms ease;
  -moz-transition: -moz-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  -ms-transition: -ms-transform 100ms ease;
  transition: transform 100ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.input-wrapper input {
  font-size: 13px;
  outline: none;
  border: 1px solid rgba(112, 112, 112, 0.5);
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  color: rgba(10, 29, 48, 0.5);
  height: 50px;
}
.input-wrapper input:invalid + label {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.input-wrapper input:focus,
.input-wrapper input:active,
.input-wrapper input:valid{
  border-color:  #3570ff;
}
.input-wrapper input:focus + label, 
.input-wrapper input:active + label,
.input-wrapper input:valid + label{ 
  color: #3570ff;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-25px);
}
.input-wrapper input#message {
  height: 140px;
}
.btn.btn-primary.btn-theme.btn-theme-2 {
  background: rgba(17, 36, 55, 0.5) !important;
}
.divider {
  opacity: 0.4;
  background-color: #112437;
  width: 120px;
  height: 1px;
  margin: 0 auto;
}
/* End Animated input CSS */
/* Start Footer */
.bg-blue{
background-color: #112437;
}
.pt-50 {
padding-top: 50px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.font-medium{
font-family: "Gilroy-Medium" !important;
}
.social-icons>li>a {
width: 36px;
height: 36px;
border: 1px solid rgba(255,255,255,.5);
color: rgba(255,255,255,.5);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
position: relative;
}
.social-icons>li>a::before{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 100%;
background: rgba(0,0,0,0.1);
z-index: -1;
}
.social-icons>li>a::after{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
vertical-align: middle;
width: 100%;
height: 100%;
transform: scale(0);
border-radius: 100%;
z-index: -1;
}
.social-icons>li>a:hover::after{
animation-name: bubble;
animation-duration: 0.5s;
animation-fill-mode: forwards;
}
.social-icons>li>a:hover{
animation-name: bubble;
animation-duration: 0.5s;
animation-fill-mode: forwards;
color: #fff;
}
.facebook::after{
background: #3b5998;
}
.twitter::after{
background: #00acee;
}
.google::after{
background: #db4a39;
}
.instagram::after{
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
@-moz-keyframes bubble {
100% {
  transform: scale(1);
}
}
@-webkit-keyframes bubble {
100% {
  transform: scale(1);
}
}
@-o-keyframes bubble {
100% {
  transform: scale(1);
}
}
@keyframes bubble {
100% {
  transform: scale(1);
}
}
@-moz-keyframes bubble2 {
100% {
  color: #fff;
}
}
@-webkit-keyframes bubble2 {
100% {
  color: #fff;
}
}
@-o-keyframes bubble2 {
100% {
  color: #fff;
}
}
@keyframes bubble2 {
100% {
  color: #fff;
}
}
.primary-color{
color: rgba(10, 29, 48, 0.5) !important;
}
.anchor-style{position: relative;z-index: 0;}
.anchor-style::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0a1d30;
  bottom: -5px;
  transition: all 0.5s ease;
  right: 0;
  margin: 0 auto;
}
.anchor-style:hover::before {
  width: 100%;
}
.anchor-style:hover {
  color: #0a1d30 !important;
  opacity: 1;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
/* End Footer */
/* Start Main Content */
.slick-dots {
    bottom: -30px;
}
.banner-sec .img-box {position: absolute;top: 0;right: -410px;height: 790px;}

.banner-sec .img-box img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-dots li button:before {font-size: 0;}

.slick-dots li button {
    background: #d6e2ff;
    width: 20px;
    height: 3px;
    padding: 0;
    border-radius: 10px;
}
.slick-dots li.slick-active button {
  width: 35px;
  background: #3570ff;
  height: 3px;
}

.slick-dots li:not(:last-child) {
  margin-right: 15px;
}
.font-36{
  font-size: 36px !important;
}
.text-dark{
  color: #0a1d30 !important;
}
.btn.btn-primary.btn-theme {
  border-radius: 38px;
  padding: 10px 30px;
  font-family: "Gilroy-SemiBold";
  position: relative;
  display: inline-flex;
  z-index: 0;
  overflow: hidden;
  border: 0;
  background-color: #3570ff;
}
.btn.btn-primary.btn-theme::before,
.btn.btn-primary.btn-theme::after{
  background: rgb(255,255,0);
  background: linear-gradient(180deg, rgba(255,255,0,1) 0%, rgba(255,99,40,1) 0%, rgba(255,138,43,1) 95%);
  content: '';
  position: absolute;
  z-index: -1;
}
.btn.btn-primary.btn-theme::after{
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.btn.btn-primary.btn-theme:hover::after{
  height: 100%;
  width: 135%;
}
.bg-download{
  background-image: url('../img/download-sec.png');
  padding: 100px 40px;
  background-size: contain !important;
}
.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-blue{
  color: #3570ff;
}
.subscription-box {
  background-color: #f6f8fa;
  border-radius: 38px;
  padding: 40px 20px;
  position: relative;
  z-index: 0;
  margin: 0 10px;
}
.subscription-box::before {
  content: "";
  position: absolute;
  border-radius: 38px;
  z-index: -1;
  height: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(255,255,0);
  background: linear-gradient(180deg, rgba(255,255,0,1) 0%, rgba(255,99,40,1) 0%, rgba(255,138,43,1) 95%);
  /* box-shadow: 0 1px 2px rgba(0,0,0,0.15); */
  transition: all 0.5s ease;
}
.subscription-box:hover::before {
  height: 100%;
}
.subscription-box:hover {
  color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.subscription-box:hover .divider {
  background-color: #fff;
  opacity: 1;
}
.subscription-box:hover img {
  filter: invert(1);
}
.btn.btn-primary.btn-theme.btn-theme-2::before,.btn.btn-primary.btn-theme.btn-theme-2::after {
  background: #fff !important;
}
.subscription-box:hover .btn.btn-primary.btn-theme.btn-theme-2::after {
  height: 100%;
  width: 135%;
}
.subscription-box:hover .btn.btn-primary.btn-theme.btn-theme-2 {
  color: #0a1d30;
}
.fieldscope-subscription-item  .subscription-box::before {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(74,157,255,1) 0%, rgba(75,114,255,1) 0%, rgba(70,167,253,1) 100%, rgba(0,0,0,1) 96%);
}
.subscription-box {
  padding: 30px 10px;
}
.bg-service{
  background-image: url('../img/service-bg.jpg');
}
.service-post {
  border-radius: 30px;
  backdrop-filter: blur(30px);
  background-color: #2e4161;
  min-height: 251px;
}

.service-post .icon-box {
  width: 60px;
  height: 60px;
  background: #43526b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}

.service-post .icon-box img {
  width: 30px;
  height: 30px;
}
.service-slider-item {
  margin: 0 10px;
}
.services-slider .slick-dots {
  bottom: -60px;
}
.bg-grey {
  border-radius: 38px;
  background-color: #efefef;
}
.navbar-nav a {
  color: #0a1d30;
  opacity: 0.5;
  font-family: "Gilroy-Medium" !important;
}
.banner-sec{
  background-image: url('../img/service-bg.jpg');
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  
}
.circle {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2e3f5d;
}
.circle img {
  width: 15px;
}
.fontsemi-bold{
  font-family: "Gilroy-SemiBold";
}
.subscription-box ul>li>img {
  width: 24px;
}
/* End Main Content */
/* Start Responsive */
@media (max-width: 1599px){
    .subscription-sec.pt-100.pb-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
  .banner-sec .img-box {
    right: 0;
    width: 50%;
    height: auto;
  }
  
  .banner-sec .img-box img.img-fluid {
    object-fit: contain;
  }
  .banner-sec {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-bottom: 0;
  }
  .font-xl-12{
    font-size: 12px !important;
  }
}
@media (max-width: 1399px){
  .banner-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
  .input-wrapper label {
    font-size: 11px;
  }
}
@media (max-width: 1199px){
  .banner-sec p>br {
    display: none;
  }
  .banner-sec .img-box {
    top: 50%;
    transform: translateY(-50%);
  }
  .banner-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .slick-dots li.slick-active button {
    width: 20px;
  }
  .input-wrapper label {
    font-size: 9px;
  }
  .input-wrapper {
    margin-bottom: 15px;
  }
  .input-wrapper input {
    height: 40px;
  }
  .input-wrapper input:focus + label {
    transform: translateY(-21px);
  }
  .font-36 {
    font-size: 24px !important;
  }
  .pt-100{
    padding-top: 50px  !important;
  }
  .pb-100{
    padding-bottom: 50px  !important;
  }
}
@media (max-width: 991px){
  .our-platform .bg-grey {
    padding-left: 10px !important;
    padding-right: 10px !important;
   }
  .bg-download {
    padding: 15px;
  }
  .social-icons>li>a {
    width: 30px;
    height: 30px;
  }
  header .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  header a.navbar-brand {
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .navbar-toggler {
    margin-right: 15px;
  }
  nav.navbar {
    padding-bottom: 0;
  }
  .navbar-nav {
    background-color: #f5f5f5;
  }
  .navbar-nav .anchor-style {
    margin-right: 0 !important;
    padding: 10px;
  }
  .navbar-nav .anchor-style.me-2:not(:last-child) {
    border-bottom: 1px dashed #081832;
  }
  .anchor-style::before {
    content: none;
  }
  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }
  .our-platform .bg-grey .img-box {
    width: 25%;
    margin: 0 auto;

  }
}
@media (max-width: 767px){
  .subscription-sec.pt-100.pb-100 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .banner-sec {
    background: #081832;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .slick-dots li:not(:last-child) {
    margin-right: 8px;
  }
  .fs-5 {
    font-size: 16px !important;
  }
  .bg-download {
    background-color: #112437;
    background-image: unset;
    border-radius: 30px;
  }
  .pb-50{
    padding-bottom: 30px !important;
  }
  .pt-50{
    padding-top: 30px !important;
  }
}
@media (max-width: 575px){
  .bg-download {
    padding: 45px 20px;
  }
}
/* End Responsive */
