/**
  Fonts
  Body
  Any Question
*/


/* Fonts */
@font-face {
  font-family: "Poppins Thin";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/poppins/Poppins-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Extra Light";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/poppins/Poppins-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/poppins/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/poppins/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Semi Bold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/poppins/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Regular";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Regular";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/poppins/Poppins-Black.ttf") format("truetype");
}

/* Body */

.navbar-brand{
  display: flex;
  align-items: center;
}
body {
  font-family: "Poppins Regular";
}
h3,
h5 {
  /* font-family: "Poppins Semi Bold"; */
}
.btn {
  padding: 18px 32px;
  line-height: 0;
  border-radius: 0;
  font-size: 0.875rem;
  position: relative;
  font-family: "Poppins Medium";
  border: 0;
}
.btn:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.btn:hover::after {
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
.btnDark:after {
  background: #1e2c5f;
}
.btnLight:after {
  background: #1e2c5f;
}
.btn a {
  color: #fff;
}
a:hover {
  /*color: #1e2c5f !important;*/
  /*border: 2px solid #d0d0d0 !important;*/
   /* border-bottom: 2px solid #d0d0d0; */
}

/*** Service ***/
.vendor{
  background-color: #e9ecefc4;
}
.service-item {
  position: relative;
  overflow: hidden;
  height: 95%;
}
.service-item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -80px;
  right: -80px;
  border: 80px solid;
  transform: rotate(45deg);
  opacity: 1;
  transition: .5s;
}
.vendor h1{
  margin-top: -75px;
  margin-bottom: 30px;
}
.vendor img{
  width: 60px;
}
.service-item.bg-white::after {
  border-color: transparent transparent #e9ecefc4 transparent;
}
.service-item.bg-light::after {
  border-color: transparent transparent #FFFFFF transparent;
}
.service-item:hover::after {
  opacity: 0;
}
.service-item .roadmap-point {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 50%;
  margin-left: -15px;
  background: #FFFFFF;
  border: 2px solid var(--primary);
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-item .roadmap-point span {
  display: block;
  width: 18px;
  height: 18px;
  background: var(--primary);
}


/*** Brand ***/
/* .brand-section{
  margin-bottom:20px;
}
.brand-section .brand-carousel .item{
  line-height:92px;
}
.brand-section .owl-stage{
  transform: translate3d(-2181.66px, 0px, 0px);
  transition: all 0.25s ease 0s; width: 3569.99px;
}
.brand-section .owl-item{
  width: 178.333px;
  margin-right: 20px;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage-outer{
  position:realtive;
  overflow:hidden;
}
.owl-carousel .owl-stage{
  position:relative;
}
.owl-carousel .owl-item{
  position:relative;
  min-height:relative;
  float:left;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 */



/* Any Question */
.anyQuestion {
  padding: 40px 0;
}
.anyQuestion::after {
  position: absolute;
  content: "";
  background: #ddd;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -2;
}

@media (min-width: 150px) and (max-width: 375px) {
  .navbar-brand {
    font-size: 16px;
  }
  .navbar-brand span#logo_title{
    display: none;
  }
}
@media (min-width: 150px) and (max-width: 460px) {
    .navbar-brand span{
        font-size:15px;
    }
}








