/* import files */
@import url("../css/fonts.css");
@import url("../css/header_footer.css");
html {
  scroll-behavior: smooth;
}
body{
  line-height: 1.5;
  color: #545454;
  overflow-x: hidden;
  background: #F2F2F2;
  font-family: 'Satoshi-Medium';
}
a:hover{
  color: #000;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
main{
  padding: 0;
}
.custom-container{
  padding: 0 40px;
}
/* home page */
.wd-home-banner{
  background: url(../images/home-bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 914px;
  /* padding: 150px 0 0; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wd-home-dtls{
  position: relative;
}
.wd-home-dtls h1{
  font-size: 56px;
  font-family: 'ClashDisplay-Semibold';
  color: #000000;
  margin-bottom: 20px;
}
.wd-home-dtls h1 span{color: #002768;}
.wd-home-dtls p{
  font-family: 'Satoshi-Medium';
  font-size: 20px;
  line-height: 32px;
  color: #545454;
  margin-bottom: 20px;
}
.wd-connect-btn{
  background: #FE0000;
  border: 2px solid #FE0000;
  color: #FFF;
  font-size: 16px;
  font-family: 'Satoshi-Black';
  text-align: center;
  display: block;
  width: fit-content;
  padding: 12px 30px;
  border-radius: 90px;
}
.wd-connect-btn:hover{
  background: transparent;
  color: #FE0000;
}
.wd-homr-img{
  text-align: center;
}
.wd-homr-img img{
  height: 570px;
  object-fit: contain;
}
/* unlock ai */
.wd-unlock-ai{
  padding: 0 0;
}
.wd-unlock-bx{
  background: #FFF;
  border-radius: 40px;
  border: 2px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 100%);
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 90px;
  padding: 0 30px 45px;
  box-shadow: 0px 6px 20px 0px rgb(0 39 104 / 28%);
}
.wd-unlock-bx::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/unlock-bg.png) no-repeat;
  height: 420px;
}
.wd-unlock-img img{
  height: 405px;
  object-fit: contain;
}
.wd-main-title{
  font-family: 'ClashDisplay-Semibold';
  font-size: 46px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.wd-unlock-txt span{
  background: linear-gradient(90deg, #FE0000 0%, rgba(254, 0, 0, 0) 100%);
  height: 10px;
  width: 140px;
  display: block;
  border-radius: 90px;
  margin-bottom: 20px;
}
.wd-unlock-txt p{
  font-family: 'Satoshi-Medium';
  font-size: 20px;
  font-weight: 500;
  color: #666;
  margin-bottom: 0;
}
/* services */
.wd-service-blog{
  padding: 100px 0 0px;
  position: relative;
}
.wd-center-title{
  text-align: center;
  margin-bottom: 50px;
}
.wd-center-title span{
  background: linear-gradient(90deg, rgba(254, 0, 0, 0) 0%, #FE0000 50%, rgba(254, 0, 0, 0) 100%);
  height: 10px;
  width: 140px;
  display: block;
  text-align: center;
  margin: 0 auto 20px;
}
.wd-mt-150{
  margin-top: 150px;
}
.wd-mb-100{
  margin-bottom: 107px;
}
.wd-mr-50{
  margin: 50px auto 30px;
}
.wd-service-bx{
  background: #FFF;
  box-shadow: 0px 11px 54px 0px #0000001A;
  padding: 335px 34px 34px;
  position: relative;
  border-radius: 30px;
  margin: 0;
  height: 100%;
}
.wd-service-img {
  position: absolute;
  left: 35px;
  right: 35px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -4.8em;
}
.wd-service-img img{
  border-radius: 30px;
  height: 385px;
  object-fit: cover;
  width: 100%;
  box-shadow: 0px 6px 10px 0px rgb(0 39 104 / 34%);
}
.wd-srvc-txt h4{
  font-family: 'ClashDisplay-Semibold';
  font-size: 26px;
  color: #000;
  margin-bottom: 8px;
}
.wd-srvc-txt span{
  display: block;
  background: linear-gradient(90deg, #FE0000 0%, rgba(254, 0, 0, 0) 100%);
  width: 140px;
  height: 5px;
  margin-bottom: 20px;
}
.wd-srvc-txt p{
  font-size: 18px;
  font-family: 'Satoshi-Medium';
  color: #666;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 60px;
  line-height: 1.3;
}
.wd-srvc-txt p a{
  display: inline-block;
  color: #002768;
  font-family: 'Satoshi-Bold';
}
/* testimonail */
.wd-testimonail-blog{
  position: relative;
  padding: 0 0 120px;
}
.wd-review-bx{
  background:url(../images/testimonal-bg.png) no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 45px; 
  position: relative;
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%); */
}
.wd-review-bx::before{
  content: '';
  position: absolute;
  top: 0;
  background: url(../images/shade-.png) no-repeat;
  background-position: center;
  text-align: center;
  height: 24px;
  margin: -24px auto 0;
  width: 100%;
}
.wd-review-bx h3{
  font-family: 'ClashDisplay-Medium';
  font-size: 36px;
  text-align: center;
  color: #000;
  margin: 0 auto;
  width: 80%;
}
.wd-review-bx h3 span{
  font-family: 'ClashDisplay-Semibold';
  color: #FE0000;
}
.owl-review .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-review .owl-dots button.owl-dot{
  width: 6px;
  height: 6px;
  background: rgba(0, 38, 104, 0.30);
  display: inline-block;
  margin: 0 5px;
}
.owl-review .owl-dots button.owl-dot.active{
  background: #002768;
  width: 30px;
}

/* approach */
.wd-approach-blog{
  padding: 100px 0 40px;
  position: relative;
}
.wd-approach-blog::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/left-botm-corner.png) no-repeat;
  width: 60px;
  height: 60px;
  margin-top: 0px;
}
.wd-approach-blog::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/right-botm-corner.png) no-repeat;
  width: 60px;
  height: 60px;
  margin-top: 0px;
}
.wd-approach-box{
  box-shadow: 0px 8px 24px 0px #0000001A;
  border-radius: 30px;
  padding: 25px 20px;
  position: relative;
  height: 100%;
  background: #FFF;
}
.wd-aproch-title{
  text-align: center;
  margin-bottom: 0 0 30px;
}
.wd-aproch-title h4{
  font-family: 'ClashDisplay-Semibold';
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6px;
  color: #002768;
}
.wd-aproch-title span{
  display: block;
  background: linear-gradient(90deg, rgba(254, 0, 0, 0) 0%, #FE0000 50%, rgba(254, 0, 0, 0) 100%);
  width: 140px;
  height: 3px;
  margin: 0 auto 6px;
}
.wd-aproch-title p{
  font-family: 'Satoshi-Medium';
  text-align: center;
  color: #666666;
  font-size: 16px;
}
.wd-aproch-lst{
  padding: 0;
  margin: 0;
}
.wd-aproch-lst li{
  display: flex;
  gap: 10px;
  color: #000;
  margin-bottom: 10px;
}
.wd-aproch-lst li svg{
  max-width: 18px;
  width: 100%;
  height: 18px;
  margin-top: 3px;
}
.wd-aproch-lst li p{
  margin-bottom: 0;
  font-family: 'Satoshi-Medium';
  font-size: 16px;
  font-weight: 500;
}
/* faq */
.wd-faq-area{padding: 40px 0 0;}
.wd-faq-blog{
  background: url(../images/faq.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 120px;
  position: relative;
  width: 100%;
  border-radius: 50px;
}
.wd-faq-area .card{
  background: transparent;
  border: none;
  border-radius: 0;
  padding-bottom:25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #FFFFFF33 !important;
}
.wd-faq-area .card-header{
  cursor: pointer;
  border-bottom: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-faq-area .card-header .title {
  color: #FFF;
  font-size: 18px;
  font-family: 'ClashDisplay-Semibold';
  line-height: normal;
  display: flex;
  align-items: center;
}
.wd-faq-area .card-header .accicon {
  float: right;
  padding: 0 5px;
}
.wd-faq-area .card-header:not(.collapsed) .accicon svg {
  transform: rotate(90deg);
}
.wd-faq-area .card-header:not(.collapsed) .accicon svg path{
  stroke: #FFF;
}
.wd-faq-area .card:last-child{
  border-bottom: 0 !important;
  margin-bottom: 0;
}
.wd-faq-area .card-body{
  padding: 12px 0 0; 
}
.wd-faq-area .card-body p{
  margin: 0;
  color: #FFF;
  font-family: 'Satoshi-Regular';
  font-size: 18px;
}
.wd-faq-area .card-body p a{
  color: #FE0000;
}
.accicon svg{
  width: 8px;
  height: 16px;
}
/*  faqs [END] */
/* potential blog */
.wd-potential-blog{
  padding: 100px 0;
  position: relative;
}
.wd-potential-blog .wd-center-title{
  margin-bottom: 22px;
}
.wd-center-title h6{
  font-family: 'ClashDisplay-Semibold';
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 22px;
}
.wd-potential-dtls p{
  font-family: 'Satoshi-Regular';
  font-size: 20px;
  color: #000;
  margin-bottom: 22px;
}
.wd-potential-dtls .wd-connect-btn{
  margin: 0 auto;
}
/* about us */
.wd-about-blog{
  /* background: url(../images/about-bg.png) no-repeat; */
  /* background-size: cover;
  background-position: top center; */
  width: 100%;
  padding: 95px 0 95px;
  position: relative;
  background: linear-gradient(180deg, #01173A 0%, #020915 100%);
}
.wd-about-blog::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/right-top-corner.png) no-repeat;
  width: 60px;
  height: 60px;
  margin-top: -60px;
}

.wd-about-blog::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/left-top-corner.png) no-repeat;
  width: 60px;
  height: 60px;
  margin-top: -60px;
}
.about-side{position: relative; display: contents;}
.about-side::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/about-side.png) no-repeat;
  background-size: contain;
  background-position: top right;
  height: 720px;
  width: 100%;
  margin: 20px 0 0;
}
.wd-about-blog .wd-center-title{
    margin-bottom: 120px;
}
.wd-about-blog .wd-center-title h2, .wd-faq-area .wd-center-title h2{
  color: #FFF;
}
.wd-about-img{text-align: center; position: relative; z-index: 1;}
.wd-about-img img{
  height: 345px;
  object-fit: contain;
  border: 9px solid #0D2651;
  margin-bottom: 20px;
}
.wd-about-img h4{
  font-family: 'ClashDisplay-Semibold';
  font-size: 28px;
  text-align: center;
  color: #FFF;
  margin-bottom: 2px;
}
.wd-about-img span{
  font-family: 'ClashDisplay-Regular';
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}
.wd-about-dtls{
  width: 80%;
}
.wd-about-dtls h4{
  font-family: 'ClashDisplay-Semibold';
  font-size: 50px;
  color: #FFFFFF;
  margin-bottom: 22px;
}
.wd-about-dtls  span{
  background: linear-gradient(90deg, #FE0000 0%, rgba(254, 0, 0, 0) 100%);
  border-radius: 90px;
  width: 140px;
  height: 10px;
  display: block;
  margin-bottom: 22px;
}
.wd-about-dtls p{
  font-family: 'Satoshi-Medium';
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 22px;
}
.wd-cognute-img img{
  height: 162px;
  object-fit: contain;
}
/* modal */
.comn-modal{padding: 0 !important;}
.comn-modal .modal-content{
  box-shadow: 0px 14px 34px 0px #00000040;
  background: #FFFFFF;
  padding: 30px 40px;
  border-radius: 22px;
}
.comn-modal .modal-title{
  color: #545454;
  font-family: 'ClashDisplay-Semibold';
  font-size: 30px;
  text-align: center;
  margin: 0;
}
.comn-modal .modal-body{padding: 0;}
.comn-modal .close{
  position: absolute;
  top: 0;
  right: 0;
  margin: -20px -20px 0 0;
}
.wd-connect-form p{
  font-family: 'Satoshi-Medium';
  font-size: 18px;
  margin-bottom: 27px;
  text-align: center;
}
.wd-form-group{
  display: flex;
  align-items: center;
  gap: 10px;
}
.wd-connect-form .form-group{
  margin-bottom: 10px;
}
.wd-connect-form .form-control{
  border: 1px solid #0000001A;
  font-family: 'Satoshi-Medium';
  background: #F3F3F3;
  padding: 12px 15px;
  height: auto;
  border-radius: 90px;
}
.wd-connect-form .form-control::placeholder{
  color: #999999;
}
.wd-connect-form textarea.form-control{
  height: 150px;
  border-radius: 17px;
}
.wd-connect-form .form-control:focus{
  box-shadow: none;
  border: 1px solid #002768;
}
@media (min-width: 576px) {
  .comn-modal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.wd-submit-btn{
  font-size: 18px;
  color: #FFF;
  background: #FE0000;
  border: 2px solid #FE0000;
  padding: 10px 28px;
  text-align: center;
  border-radius: 90px;
  margin: 30px auto 0;
  font-family: 'Satoshi-Black';
}
.wd-submit-btn:hover{
  background: transparent;
  color: #FE0000;
}
/* form upload */
.form-upload{
  border: 1px solid #0000001A;
  background: #FFF;
  padding: 6px 15px 6px 6px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #F3F3F3;
}
.inputimage {
  display: none;
}
.form-upload label{
  margin: 0;
}
.choose-file-btn{
  font-family: 'Satoshi-Bold';
  color: #FFF;
  background: #002768;
  padding: 9px 18px;
  border: 1px solid #002768;
  border-radius: 90px;
  font-size: 12px;
  white-space: nowrap;
}
.filename{
  font-size: 14px;
}

/* side media links */
.quickmedia {
  z-index: 11;
  position: relative;
  cursor: pointer;
}
.quickmedia ul {
  position: fixed;
  top: 0;
  bottom: 30px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 20px;
  flex-direction: column;
}
.quickmedia li{
  position: relative;
  transition: all ease-in 0.5s;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quickmedia li svg{
  width: 36px;
  height: 36px;
}
.wd-whatsapp{
  background: linear-gradient(180deg, #07F12E -105.76%, #29BB41 100%);
}
.wd-whatsapp:hover{
  background: linear-gradient(180deg, #29BB41 -105.76%, #07F12E 100%);
}
.wd-mesnger{
  background: #1C71FF;
}
.wd-mesnger:hover, .wd-telegram:hover, .wd-chat:hover, .wd-linkedin:hover, .wd-twitter:hover{
  background: #FFF;
}
.wd-mesnger:hover svg path{
  fill: #1C71FF;
}
.wd-telegram{
  background: #002768;
}
.wd-telegram:hover svg path{
  fill: #002768;
}
.wd-chat{
  background: #FE0000;
}
.wd-chat:hover svg path{
  fill: #FE0000
}
.wd-linkedin{
  background: #0077B5;
}
.wd-linkedin:hover svg path{
  stroke: #0077B5;
}
.wd-insta{
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}
.wd-insta:hover{
  background: linear-gradient(115deg, #6228d7, #ee2a7b, #f9ce34);
}
.wd-twitter{
  background: #1DA1F2;
}
.wd-twitter:hover svg path{
  stroke: #1DA1F2;
}
/* for display none */
/* .wd-whatsapp, .wd-telegram, .wd-chat{
  display: none !important;
} */
.wd-mb-30{margin-bottom: 30px;}
/* For Cookies */
#acceptCookie {
  bottom: 0;
  right: 0;
  top: unset;
  margin: auto;
  height: auto;
}
#acceptCookie.show .modal-dialog{
  margin-right: 15px;
}
#acceptCookie .modal-content{padding: 20px;}
#acceptCookie .close{
  margin: -5px 0px 0 0;
}
.wd-cookie-brand img{
  height: 38px;
  object-fit: contain;
  margin-bottom: 15px;
}
.wd-cookies-area h4, #cookie-settings h4{
  font-size: 20px;
  color: #000;
  margin-bottom: 6px;
  font-family: 'ClashDisplay-Semibold';
}
.wd-cookies-area p{
  font-family: 'Satoshi-Medium';
  font-size: 16px;
  color: #545454;
  margin-bottom: 15px;
}
#acceptCookie .modal-footer{
  padding: 15px 0 0;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;   
  flex-wrap: nowrap;  
}
#acceptCookie .modal-footer button {
  display: inline-block;
  width: 100%;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  border-radius: 9px;
  border: 1px solid #FE0000;
}
.modal-btn-lft{
  color: #FE0000;
  background: #FFF;
}
.modal-btn-rght{
  background: #FE0000;
  color: #FFF;
}
.modal-btn-lft:hover{
  color: #FE0000;
}
.modal-btn-rght:hover{
  color: #FFF;
}
/* accept cookies */
#cookie-settings .form-group{
  display: block;
  position: relative;
  margin-bottom: 12px;
}
.wd-save-btn{
  display: inline-block;
  width: 100%;
  padding: 10px 24px;
  font-size: 14px;
  font-family: 'Satoshi-Medium';
  height: auto;
  border-radius: 9px;
  border: 1px solid #FE0000;
  background: #FE0000;
  color: #FFF;
  margin:20px auto 0;
}

#cookie-settings .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

#cookie-settings .form-group label {
  margin-bottom: 0;
  color: #545454;
  font-family: 'Satoshi-Medium';
  font-size: 14px;
}

#cookie-settings .form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
#cookie-settings .form-group input:checked + label:before{
  background: #FE0000;
  border-color: #FE0000;
}
#cookie-settings .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}