@charset "utf-8";
/* CSS Document */

:root {
  --blue: #0b0146;
  --white: #fff;
  --grey: #757575;
  --light-grey: #d9d9d9;

  --black: #000;
}

body {
  font-family: "SatoshiRegular";
  color: var(--grey);
  font-size: 20px;
  line-height: 30px;
  /* 150% */
}

figure {
  margin: 0;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  text-decoration: none;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

p a {
  text-decoration: none;
  color: inherit;
}

p a:hover {
  color: var(--blue);
}

ul li,
ol li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}

ul li a:hover,
ol li a:hover {
  color: var(--blue);
}

h1 {
  font-size: 80px;
  line-height: 90px;
  font-family: "TeachersMedium";
}

h2 {
  /* font-family: "TeachersMedium"; */
  font-size: 65px;
  line-height: 75px;
}

h3 {
  /* font-family: "TeachersMedium"; */
  font-size: 60px;
  line-height: 75px;
}

h4 {
  /* font-family: "TeachersMedium"; */
  font-size: 50px;
  line-height: 60px;
}

h5 {
  font-family: "SatoshiRegular";
  font-size: 45px;
  line-height: 90px;
}

h6 {
  font-family: "SatoshiRegular";
  font-size: 22px;
  line-height: 32px;
}
/* Common Style Start */
.large-service {
  font-family: "TeachersBold";
  font-size: 200px;
  line-height: 200px;
  /* 100% */
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(
    180deg,
    #0b0146 5.17%,
    rgba(11, 1, 70, 0) 123.83%
  );
  color: #f7f7f7;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 1px;
  opacity: 0.15;
}

.large-service * {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
font-family: inherit;
  color: inherit;
  margin: 0;
}

.main-title {
  color: var(--white);
  font-family: "TeachersMedium";
  font-size: 80px;
  line-height: 90px;
  /* 112.5% */
  text-transform: uppercase;
}

.main-title * {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
font-family: inherit;
  color: inherit;
  margin: 0;
}

.section-title {
  color: var(--blue);
  font-family: "TeachersMedium";
  font-size: 65px;
  line-height: 75px;
  /* 115.385% */
  text-transform: uppercase;
}

.section-title * {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
}

.block-title {
  font-family: "TeachersMedium";
  font-size: 50px;
  line-height: 60px;
  /* 120% */
}

.block-title * {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
}

.sub-title {
  color: var(--white);
  font-family: "SatoshiRegular";
  font-size: 22px;
  line-height: 32px;
  /* 145.455% */
}

.sub-title * {
  font-size: inherit;
  line-height: inherit;
font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
}

.news-details {
  font-family: "SatoshiBold";
  font-size: 20px;
  line-height: 30px;
  /* 150% */
}

.news-details * {
  font-size: inherit;
  line-height: inherit;
font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.common-detail * {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-family: "SatoshiMedium";
  font-size: 20px;
  line-height: 30px;
  /*150%*/
  padding: 9px 26px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  position: relative;
}

.btn::after {
  content: "";
  position: absolute;
  width: 41px;
  height: 1px;
  bottom: -10px;
  left: 0;
  background: var(--white);
  transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -ms-transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.btn-white {
  background: var(--white);
  color: var(--blue);
  border: none;
  border: 1px solid transparent;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background-color: transparent !important;
  border-color: var(--white) !important;
  color: var(--white) !important;
}

.btn:hover::after {
  width: 100%;
}

.btn-blue {
  background: var(--blue);
  color: var(--white);
  border: none;
  border: 1px solid transparent;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background-color: transparent !important;
  border-color: var(--blue) !important;
  color: var(--blue) !important;
}

.btn.btn-blue::after {
  background: var(--blue);
}

.btn.btn-white:hover::after {
  width: 100%;
  background: var(--white);
}

/* Common Style End */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
  z-index: 99;
  position: relative;
  padding: 14px 100px 10px 120px;
  /* background: var(--blue); */
}

.header .navbar {
  padding: 0;
}

.header .navbar-brand {
  padding: 0;
  margin: 0;
  max-width: 127px;
  width: 100%;
}

.header .navbar-nav .nav-item {
  padding: 0 15px;
}

.header .navbar-nav .nav-item:first-child {
  padding-left: 0;
}

.header .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.header .navbar-nav .nav-item .nav-link {
  color: var(--grey);
  font-family: "SatoshiRegular";
  font-size: 20px;
  line-height: 30px;
  /* 150% */
  padding: 0;
}

.header .navbar-nav .nav-item .nav-link:hover,
.header .navbar-nav .nav-item .nav-link.active {
  color: var(--blue);
}

.header .navbar-nav .nav-item .nav-link.active {
  font-family: "SatoshiBold";
}



/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Home Page Start ==========*/
/*==================================================================*/

.banner-wrp {
  padding: 0 100px 0 0;
  position: relative;
  z-index: 9;
}

.banner-main {
  padding: 272px 0 156px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.banner-main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #0a013e 0%, rgba(0, 0, 0, 0) 68.05%);
  z-index: -1;
}

.banner-main::before {
  content: "";
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.blank-space {
  background: var(--blue);
  position: absolute;
  top: -100px;
  right: 0;
  bottom: 100px;
  width: 400px;
  z-index: -1;
}

.blank-space * {
  margin: 0;
}

.blank-space .detail {
  rotate: 90deg;
  display: flex;
  width: 100%;
  margin: 570px 0 0 154px;
  font-family: "SatoshiRegular";
  color: var(--white);
}

.blank-space .detail a {
  font-family: "SatoshiBold";
}

.blank-space .detail a:hover {
  color: var(--grey);
}

.banner-content {
  max-width: 730px;
  padding: 0 0 0 53px;
  margin: 0 0 0 98px;
  /* border-left: 1px solid rgba(255, 255, 255, 0.2); */
  position: relative;
}

.banner-content::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 1000px;
}

.banner-content .sub-title {
  margin: 0 0 20px;
}

.banner-content .detail {
  color: var(--white);
  max-width: 611px;
  margin: 30px 0;
}

.fusion-text {
  position: absolute;
  right: -36px;
  top: 0;
  bottom: 0;
}

.banner-bubbles {
  position: absolute;
  left: 0;
  top: 103px;
}

.banner-section {
  position: relative;
  z-index: 9;
}

.about-img {
  margin: 0 -26px 0 -5px;
  position: relative;
}

.about-img::after {
  content: "";
  background-color: var(--blue);
  position: absolute;
  left: -8px;
  right: 11px;
  top: 6px;
  bottom: -8px;
  z-index: -1;
}

.about-img img {
  width: 100%;
  object-fit: cover;
}

.about-right {
  max-width: 564px;
  padding: 0 0 0 20px;
  width: 100%;
  margin-left: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-left: 1px solid var(--light-grey);
}

.about-right .common-detail {
  padding: 0 0 40px 20px;
  margin: 0 0 30px -20px;
  border-bottom: 1px solid var(--light-grey);
}

.about-title {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.about-title .sub-title {
  margin: 0 0 15px;
}

.about-wrp {
  padding: 150px 0 158px;
  position: relative;
}

.about-fusion-vector {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: -1;
}

.about-main {
  padding: 0 0 0 100px;
}

.common-bg {
  margin-right: 100px;
  position: relative;
}

.common-bg::after {
  content: "";
  background-color: #f7f7f7;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  right: auto;
  width: 100px;
}

.services-wrp {
  background-color: #f7f7f7;
  margin: 0 100px 0 0;
  padding: 76px 0 70px;
  position: relative;
}

.security-service-vector {
  position: absolute;
  right: -14px;
  bottom: 0;
}

.services-main {
  padding: 0 0 0 100px;
}

.services-title .sub-title {
  margin: 0 0 15px;
}

.services-title {
  text-align: center;
  margin: 0 0 50px;
  position: relative;
  z-index: 9;
}

.services-title .large-service {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  text-align: center;
  z-index: -1;
}

.services-icon {
  margin: 0 0 30px;
}

.services-item-top .sub-title {
  font-family: "SatoshiBold";
  color: var(--blue);
  margin: 0 0 5px;
}

.services-item-top {
  padding: 30px 0 15px 20px;
  position: relative;
}

.services-item-top .common-detail {
    display: -webkit-box;
    -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.services-item-top::after {
  content: "";
  background-color: var(--light-grey);
  width: 308px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.services-btn {
  padding: 15px 0 0 20px;
}

.services-btn .btn {
  padding: 0;
}
.services-btn .btn.read-more::after{
    display: none;
}

.services-item {
  margin: 0 10px;
}

.services-item-wrp {
  border-left: 1px solid var(--light-grey);

}

.services-item:nth-child(even) .services-item-wrp{
  margin-top: 40px;
}

.services-slider {
  margin: 0 -10px 30px;
  opacity: 0;
}

.services-slider.slick-initialized {
  opacity: 1;
}

.service-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-dots .slick-dots {
  order: 2;
  margin: 0 10px;
}

.service-dots .slick-next {
  order: 3;
}

.slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  padding: 0 4px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  border: none;
  background-color: var(--light-grey);
  width: 41px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.slick-dots li.slick-active button {
  background-color: #0b0146;
}

.news-title-left .sub-title {
  margin: 0 0 15px;
}

.news-wrp {
  padding: 150px 0;
  position: relative;
}

.news-vector {
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-img {
  display: block;
}

.news-img img {
  width: 100%;
}

.news-item {
  padding: 0 20px;
}

.news-slider {
  margin: 0 -20px;
  opacity: 0;
}

.news-slider.slick-initialized {
  opacity: 1;
}

.news-content {
  display: flex;
  color: var(--blue);
  padding: 30px 0 0;
}

.news-content-right .news-details {
  margin: 0 0 18px;
}

.news-content-right .news-details a:hover {
  color: rgba(0, 0, 0, 0.6);
}

.news-content-right {
  padding: 0 0 0 20px;
  border-left: 1px solid var(--light-grey);
  display: flex;
  flex-direction: column;
}

.news-content-date {
  padding: 0 15px 0 0;
  text-align: right;
}

.news-content-date .common-detail {
  padding: 0 7px 0 0;
      font-family: "SatoshiMedium";
}

.news-content-right .common-detail {
  color: var(--grey);
  margin: 0 0 18px;
}

.news-content-right .common-detail * {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-content-wrp {
  display: flex;
  margin: auto 0 0 0;
  height: 100%;
}

.slick-arrow {
  display: flex;
  padding: 0;
  background-color: transparent;
  border: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.slick-arrow svg path {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.slick-arrow:hover svg path {
  fill: rgba(0, 0, 0, 0.6);
}

.blue-arrow {
  width: 47px;
  height: 47px;
  background-color: var(--blue);
  border: 1px solid var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.blue-arrow:hover {
  background-color: var(--white);
}

.blue-arrow svg path {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.slick-prev.blue-arrow svg {
  margin: 0 0 0 -4px;
}

.slick-next.blue-arrow svg {
  margin: 0 -4px 0 0;
}

.blue-arrow:hover svg path {
  fill: var(--blue);
}

.news-dots {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.news-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 50px;
}

.news-dots .slick-prev {
  margin: 0 17px 0 0;
}

.news-main {
  max-width: 1403px;
  width: 100%;
  margin-left: auto;
  margin-right: 19px;
}

.news-read-more {
  display: flex;
  max-width: max-content;
  color: var(--blue);
  margin: auto 0 0 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}


.news-read-more:hover  {
 transform: translateX(5px); 
  -webkit-transform: translateX(5px);
   -ms-transform: translateX(5px);
}
.news-read-more span {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 14px 0 0;
}

.news-slider .slick-track {
  display: flex !important;
}

.news-slider .slick-slide {
  height: inherit !important;
}

.news-item-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-item-wrap .news-img * {
  height: 301px;
  object-fit: cover;
}

/*==================================================================*/
/*========== Home Page End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== About Page Start ==========*/
/*==================================================================*/
.inner-bnr-wrp .banner-main {
  padding: 197px 0 148px;
}

.inner-bnr-wrp .banner-bubbles {
  max-width: 450px;
  top: 39px;
  left: 9px;
}

.breadcrumb-wrp .breadcrumb {
  margin: 0;
}

.breadcrumb-wrp .breadcrumb-item {
  font-size: 22px;
  line-height: 32px;
  color: var(--white);
}

.breadcrumb-wrp .breadcrumb-item a:hover {
  color: var(--white);
  opacity: 0.8;
}

.breadcrumb-wrp .breadcrumb-item.active {
  font-family: "SatoshiMedium";
  padding-left: 5px;
}

.breadcrumb-wrp .breadcrumb-item + .breadcrumb-item::before {
  font-family: "SatoshiRegular";
  content: "//";
  color: var(--white);
  padding-right: 5px;
}

.breadcrumb-wrp {
  margin: 0 0 20px;
}

.inner-bnr-wrp .banner-content {
  max-width: 100%;
  width: auto;
  padding: 32px 0 0 53px;
}

.inner-bnr-wrp .banner-main::before {
  bottom: 62px;
}

.inner-bnr-wrp {
  padding: 0 100px 0 0;
  position: relative;
  z-index: 9;
}

.inner-bnr-wrp .blank-space {
  bottom: 119px;
}

.inner-bnr-wrp .blank-space .detail {
  margin: 310px 0 0 154px;
}

.our-story-title .sub-title {
  margin: 0 0 15px;
}

.our-story-title {
  margin: 0 0 20px;
}

.our-story-details {
  padding: 30px 0 0 30px;
  border-left: 1px solid var(--light-grey);
}

.our-story-details .common-detail {
  padding: 0 0 30px;
  border-bottom: 1px solid var(--light-grey);
}

.our-story-details .common-detail p {
  padding: 0 0 20px;
}

.our-story-details .common-detail p:last-child {
  padding-bottom: 0;
}

.our-story-left {
  margin: 19px 0 0;
}

.our-story-right img {
  object-fit: cover;
}

.our-story-right {
  margin: 0 0 0 -4px;
  position: relative;
}

.common-img {
  position: relative;
  z-index: 1;
}

.common-img::after {
  content: "";
  background-color: var(--blue);
  position: absolute;
  left: -10px;
  right: 10px;
  top: 10px;
  bottom: -10px;
  z-index: -1;
}

.common-img img {
  width: 100%;
  object-fit: cover;
}

.our-story-bottom .block-title {
  color: var(--blue);
  margin: 0 0 20px;
}

.our-story-bottom .common-detail p {
  margin: 0 0 20px;
}

.our-story-bottom .common-detail ul {
  padding: 0 0 0 50px;
}

.our-story-bottom .common-detail li {
  padding: 0 0 20px;
}

.our-story-bottom .common-detail li:last-child {
  padding-bottom: 0;
}

.our-story-bottom .common-detail li::marker {
  font-size: 15px;
}

.our-story-wrp {
  padding: 150px 0;
}

.our-story-bottom {
  padding: 28px 0 30px 30px;
  border-left: 1px solid var(--light-grey);
  margin: -28px 0 0;
}

.our-story-main {
  padding: 0 0 0 100px;
}

.our-story-wrp .about-fusion-vector {
  max-width: 476px;
  left: -40px;
  bottom: 8px;
}

/*==================================================================*/
/*========== About Page End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Drone Service Page Start ==========*/
/*==================================================================*/
.drone-service-wrp {
  padding: 150px 0 80px;
}

.drone-service-wrp .about-img {
  margin: 0 11px 0 15px;
  border: none;
}

.drone-service-wrp .about-img::after {
  left: -10px;
  right: 10px;
  top: 10px;
  bottom: -10px;
}

.common-list ul {
  padding: 0;
  margin: 0;
}

.common-list ul li {
  font-size: 20px;
  line-height: 30px;
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0 0 0 31px;
  position: relative;
}

.common-list ul li:last-child {
  margin-bottom: 0;
}

.common-list ul li::before {
  content: "";
  background-image: url("../images/blue-check.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 21px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 6px;
}

.common-list ul li strong {
  font-family: "SatoshiMedium";
  font-weight: normal;
  color: var(--blue);
}

.drone-service-right {
  max-width: 586px;
  width: 100%;
  margin-left: auto;
  padding: 0 0 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.drone-service-right::before {
  content: "";
  background-color: var(--light-grey);
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 440px;
  margin: auto;
}

.uav-services-img {
  max-width: 591px;
  width: 100%;
  margin: 0 0 0 10px;
  height: 100%;
}

.uav-services-img figure,
.uav-services-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.uav-services-right {
  margin: 0 0 0 -12px;
  border-left: 1px solid var(--light-grey);
}

.uav-services-right .our-story-title {
  margin: 0;
  padding: 30px 0 30px 30px;
  border-bottom: 1px solid var(--light-grey);
}

.uav-services-details {
  padding: 30px 0 0 30px;
  text-align: justify;
}

.uav-services-details .common-detail p {
  margin: 0 0 20px;
}

.uav-services-details .common-detail p a {
  font-family: "SatoshiMedium";
  color: var(--blue);
}

.uav-services-details .common-detail p a:hover {
  opacity: 0.6;
}

.uav-services-wrp {
  padding: 80px 0 160px;
}

.uav-services-main {
  padding: 0 0 0 100px;
}

.uav-services-wrp .about-fusion-vector {
  left: -33px;
}

.uav-small-img {
  height: 100%;
}

.uav-small-img figure,
.uav-small-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.uav-services-bottom .uav-services-details {
  padding-top: 0;
}

.uav-services-bottom .uav-services-details .common-detail p:last-child {
  margin-bottom: 0;
}

.uav-services-bottom {
  margin: -9px 0 0;
}

/*==================================================================*/
/*========== Drone Service Page End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Security Service Page Start ==========*/
/*==================================================================*/
.security-wrp {
  padding: 150px 0 110px;
  position: relative;
}

.security-vector {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.security-main {
  padding: 0 0 0 100px;
}

.security-section .our-story-title {
  text-align: center;
  margin: 0 0 46px;
}

.security-content-icon {
  width: 49px;
  height: 49px;
  background-color: rgba(11, 1, 70, 0.05);
  border: 1px solid rgba(11, 1, 70, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 0 15px 0 0;
  flex: 0 0 auto;
}

.security-content-top .sub-title {
  font-family: "SatoshiMedium";
  color: var(--blue);
}

.security-content-top {
  display: flex;
  align-items: center;
  padding: 30px 0 15px 30px;
  border-bottom: 1px solid var(--light-grey);
}

.security-details {
  padding: 20px 0 30px 30px;
}

.security-content {
  max-width: 863px;
  width: 100%;
  border-left: 1px solid var(--light-grey);
}

.security-details .common-detail p {
  margin: 0 0 20px;
}

.security-details .common-detail p:last-child {
  margin-bottom: 0;
}

.security-img {
  max-width: 589px;
  width: 100%;
  margin-left: auto;
}

.security-row:nth-child(even) .row {
  flex-direction: row-reverse;
}

.security-row:nth-child(even) .security-img {
  margin-left: 10px;
}

.security-row:nth-child(even) .security-content {
  margin-left: auto;
}

.security-row {
  margin: 0 0 50px;
}

.cctv-monitoring-top > .sub-title {
  font-family: "SatoshiMedium";
  color: var(--blue);
  margin: 0 0 30px;
  text-align: center;
}

.monitoring-details-wrp .row {
  margin: 0 -68px;
}

.monitoring-details-wrp .row > * {
  padding: 0 68px;
}

.monitoring-details-block {
  text-align: justify;
  position: relative;
}

.monitoring-details-block::after {
  content: "";
  background-color: var(--light-grey);
  width: 1px;
  position: absolute;
  right: -68px;
  top: 0;
  bottom: 0;
}

.monitoring-details-wrp .row > *:last-child .monitoring-details-block::after {
  display: none;
}

.monitoring-details-wrp {
  margin: 0 0 30px;
}

.features-details .news-details {
  font-family: "SatoshiMedium";
  color: var(--blue);
  margin: 0 0 15px;
}

.features-details .common-detail a {
  color: var(--blue);
  border-bottom: 1px solid var(--blue);
}

.features-details .common-detail a:hover {
  color: rgba(11, 1, 70, 0.5);
  border-bottom: 1px solid rgba(11, 1, 70, 0.5);
}

.features-details {
  padding: 25px 0;
  border-bottom: 1px solid var(--light-grey);
}

.features-details:last-child {
  border-bottom: none;
}

.monitoring-features-block {
  max-width: 465px;
  width: 100%;
}

.monitoring-features-wrp .row > *:last-child .monitoring-features-block {
  margin-left: -7px;
}

.monitoring-features-img {
  max-width: 458px;
  width: 100%;
  margin: 0 0 0 6px;
}

.monitoring-features-img img {
  width: 100%;
}

.cctv-monitoring-wrp {
  padding: 70px 0;
  margin: 0 100px 0 0;
}

.cctv-monitoring-main {
  padding: 0 0 0 100px;
}

.cctv-monitoring-top {
  margin: 0 0 71px;
}

.cctv-benefits-wrp > .sub-title {
  font-family: "SatoshiMedium";
  color: var(--blue);
  margin: 0 0 30px;
}

.benefits-block-top {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

.benefits-block-top .sub-title {
  font-family: "SatoshiMedium";
  color: var(--blue);
}

.cctv-benefits-block {
  padding: 20px;
  background-color: var(--white);
  border: 1px solid rgba(11, 1, 70, 0.2);
  margin: 0 0 20px;
  height: calc(100% - 20px);
}

.cctv-benefits-main .row {
  margin: 0 -10px;
}

.cctv-benefits-main .row > * {
  padding: 0 10px;
}

.cctv-benefits-wrp {
  margin: 0 0 40px;
}

.common-use-wrp .sub-title {
  font-family: "SatoshiMedium";
  color: var(--blue);
  text-align: center;
  margin: 0 0 30px;
}

.common-use-block ul {
  padding: 0;
  margin: 0;
}

.common-use-block ul li {
  list-style-type: none;
  margin: 0 0 20px;
  text-align: justify;
  position: relative;
}

.common-use-block ul li:last-child {
  margin-bottom: 0;
}

.cctv-monitoring-section .common-use-block ul li::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 25px;
}

.cctv-monitoring-section .common-use-block ul li {
  padding: 0 0 0 20px;
}

.common-use-main .row {
  margin: 0 -64px;
}

.common-use-main .row > * {
  padding: 0 64px;
}

.common-use-block {
  position: relative;
}

.common-use-block::after {
  content: "";
  background-color: var(--light-grey);
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -64px;
}

.common-use-main .row > *:last-child .common-use-block::after {
  display: none;
}

.other-services-row:nth-child(even) .row {
  flex-direction: row-reverse;
}

.other-services-row {
  margin: 0 0 60px;
}

.other-services-img {
  max-width: 589px;
  width: 100%;
  margin-left: 10px;
}

.other-services-row:nth-child(even) .other-services-img {
  margin-left: auto;
}

.other-services-wrp {
  padding: 150px 0 100px;
  position: relative;
}

.other-services-main {
  padding: 0 0 0 100px;
}

.other-services-wrp .about-fusion-vector {
  max-width: 497px;
  margin: 0 0 10px -40px;
}

.cctv-modal .modal-dialog {
  max-width: 1061px;
}

.cctv-modal .modal-header {
  padding: 0;
  border: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.cctv-modal .modal-content {
  background-color: #f3f2f6;
  border: 1px solid rgba(11, 1, 70, 0.5);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.cctv-modal .news-details {
  font-family: "SatoshiMedium";
  color: var(--blue);
  margin: 0 10px 20px 0;
}

.cctv-modal .modal-body {
  padding: 40px 105px 40px 40px;
}

.cctv-modal .modal-body .common-detail p {
  margin: 0 0 20px;
}

.cctv-modal .modal-body .common-detail p:last-child {
  margin-bottom: 0;
}

.cctv-modal .modal-header .btn-close {
  box-shadow: none;
  background-image: url("../images/close-icon.svg");
  opacity: 1;
  padding: 0;
  margin: 0;
  width: 48px;
  height: 48px;
  border: 1px solid var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.cctv-modal .modal-header .btn-close:hover {
  background-color: var(--blue);
  background-image: url("../images/close-icon-white.svg");
}
/*==================================================================*/
/*========== Security Service Page End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== News Page Start ==========*/
/*==================================================================*/
.news-section .news-item {
  padding: 0;
  margin: 0 0 100px;
  height: Calc(100% - 100px);
}
/* 
.news-section .row > *:nth-last-child(-n + 3) .news-item {
  margin-bottom: 0;
      height: calc(100% - 0px);
}
.news-section .row > *:nth-last-child(-n + 2) .news-item {
    margin-bottom: 0 ;
    height: calc(100% - 0px);
}

.news-section .row > *:nth-last-child(-n + 1) .news-item {
    margin-bottom: 0 ;
    height: calc(100% - 0px);
} */

.news-section .row {
  margin: 0 -20px;
}

.news-section .row > * {
  padding: 0 20px;
}

.pagination-wrp .pagination {
  margin: -50px 0 0 0;
  border: none;
  justify-content: center;
}
/* 
.pagination-wrp .page-item {
  padding: 0 7px 0 0;
}

.pagination-wrp .page-item:first-child {
  padding-right: 6px;
}

.pagination-wrp .page-item:last-child {
  margin-left: -1px;
} */

.pagination-wrp .page-item.dots {
  padding: 0 12px 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-wrp .page-item.dots figure {
  display: flex;
}

.pagination-wrp .page-numbers:last-child {
  padding-right: 0;
}

.pagination-wrp .page-numbers {
  font-size: 20px;
  line-height: 30px;
  width: 40px;
  height: 40px;
  color: var(--blue);
  background-color: rgba(11, 1, 70, 0.1);
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0 7px 0 0;
}

.page-numbers.current,
.pagination-wrp .page-numbers:hover {
  background-color: var(--blue);
  color: var(--white);
}

.pagination-wrp .page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-wrp .page-link[aria-label="Previous"],
.pagination-wrp .page-link[aria-label="Next"] {
  background-color: transparent;
}

.pagination-wrp .next.page-numbers,
.pagination-wrp .prev.page-numbers {
  background: transparent;
}

.pagination-wrp .next.page-numbers:hover,
.pagination-wrp .prev.page-numbers:hover {
  background: rgba(11, 1, 70, 0.1);
}

.pagination-wrp .next.page-numbers .page-link,
.pagination-wrp .prev.page-numbers .page-link {
  background: transparent !important;
  border: 0px;
  padding: 0;
}
.pagination-wrp .page-numbers  .page-link i {
  color:var(--blue);
  height:16px;
  width:8px;
}

.pagination-wrp .next.page-numbers {
  margin-right: 0;
}

.news-page-wrp .news-main {
  margin-right: 9px;
}

/*==================================================================*/
/*========== News Page End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== News Details Page End ==========*/
/*==================================================================*/
.news-details-wrp {
  padding: 150px 0 130px;
}

.news-details-main {
  padding: 0 0 0 100px;
}

.news-details-right {
  background-color: rgba(11, 1, 70, 0.1);
  padding: 25px;
  margin: 0 0 0 -20px;
}

.news-details-right .sub-title {
  font-family: "SatoshiMedium";
  color: #002a44;
  margin: 0 0 15px;
}

.news-details-right ul {
  padding: 0;
  margin: 0;
}

.news-details-right ul li {
  list-style-type: none;
  color: #002a44;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid rgba(11, 1, 70, 0.2);
}

.news-details-right ul li span {
  display: block;
}

.news-details-right ul li span:first-child {
  padding-right: 10px;
}

.news-details-right ul li:last-child {
  padding-bottom: 0;
}

.news-details-left .news-details-top ul {
  padding: 0;
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news-details-left .news-details-top ul li {
  font-family: "SatoshiMedium";
  font-size: 30px;
  line-height: 40px;
  color: var(--blue);
  list-style-type: none;
  padding: 0 20px;
  position: relative;
}

.news-details-left .news-details-top ul li::before {
  content: "";
  background-color: var(--light-grey);
  width: 1px;
  height: 19px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.news-details-top ul li:last-child::before {
  display: none;
}

.news-details-top {
  margin: 0 0 20px;
}

.news-details-block .block-title {
  font-family: "SatoshiMedium";
  color: var(--blue);
  margin: 0 0 20px;
  max-width: 910px;
  width: 100%;
}

.news-details-block .common-detail ul li {
  margin-bottom: 14px;
} 
.news-details-block .common-detail ul > *:last-child {
  margin-bottom: 0;
}
.news-details-block .common-detail h4 {
  margin: 50px 0 20px 0;
}

.news-details-block .common-detail p {
  margin: 0 0 20px;
}

.news-details-block .common-detail p:last-child {
  margin-bottom: 0;
}

.news-details-left {
  max-width: 1095px;
  width: 100%;
}

.news-details-block {
  margin: 0 0 50px;
}

.news-details-left h4 {
  font-family: "SatoshiMedium";
  font-size: 30px;
  line-height: 40px;
  color: var(--blue);
  margin: 0 0 12px;
}

.news-details-left ul {
  padding: 0;
  margin: 0;
}

.news-details-left ul li {
  list-style-type: none;
  padding: 0 0 0 21px;
  position: relative;
}

.news-details-left ol li {
  margin: 0 0 20px;
}

.news-details-left ul li strong,
.news-details-left ol li strong {
  font-family: "SatoshiMedium";
  font-weight: normal;
  color: var(--blue);
}

.news-details-left ul li ul {
  margin-top: 10px;
}

.news-details-left ul li::before {
  content: "";
  background-image: url("../images/blue-check2.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 0;
}

.news-details-inner ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 50px;
}

.news-details-inner ul li {
  max-width: 50%;
  width: 100%;
  flex: 0 0 auto;
  margin: 0 0 20px;
}

.news-details-inner ul li:last-child {
  margin-bottom: 0;
}

.news-details-left p {
  margin: 0 0 20px;
}

.news-details-inner {
  margin: 0 0 50px;
}

.news-details-inner:last-child {
  margin-bottom: 0;
}

.news-details-inner ol {
  padding-top: 8px;
}

.news-details-left ol li::marker {
  font-family: "SatoshiMedium";
  color: var(--blue);
}

.news-details-left ol li ul {
  display: block;
  padding: 18px 0 0 50px;
}

.news-details-left ol li ul li {
  max-width: 100%;
  width: auto;
  margin: 0 0 15px;
}

.news-details-left ol li ul li:last-child {
  margin-bottom: 0;
}

.news-details-inner .detail-list li {
  max-width: 100%;
  width: auto;
}

.news-details-inner .detail-list li::before {
  background-image: none;
  background-color: var(--blue);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.news-details-inner .detail-list ul {
  display: block;
  padding: 0;
}

.news-details-inner .detail-list ul li::before {
  display: none;
}

.news-details-inner .detail-list ul li {
  padding: 0;
  margin: 0 0 10px;
}

.news-details-inner ul li p:last-child {
  margin-bottom: 0;
}

.news-details-inner .detail-list strong {
  display: block;
  margin: 0 0 10px;
}

.news-details-wrp .about-fusion-vector {
  left: -40px;
  bottom: 56px;
}

/*==================================================================*/
/*========== News Details Page End ==========*/
/*==================================================================*/

.banner-content .detail {
  color: var(--white);
  max-width: 611px;
  margin: 30px 0;
}

/*footer*/
.footer {
  position: relative;
  margin: 0 100px 0 0;
}

.footer-wrp {
  display: flex;
  padding-left: 195px;
}

.footer-left {
  max-width: 251px;
  padding: 93px 0 0 0;
}

.footer-left .footer-logo {
  max-width: 156px;
  width: 100%;
  display: block;
}

.footer-left .detail {
  color: var(--white);
  margin: 30px 0 22px 0;
}

.footer-left .detail * {
  margin: 0;
}

.footer-left ul {
  display: flex;
  padding-left: 0;
  margin: 0;
}

.footer-left ul li {
  list-style-type: none;
  margin-right: 26px;
}

.footer-left ul li a {
  color: var(--white);
  display: flex;
}

.footer-left ul li a:hover {
  opacity: 0.6;
}

.footer-right {
  width: 100%;
  margin-left: 53px;
}

.footer-right ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  padding: 89px 0 79px 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-right ul li {
  list-style-type: none;
  margin-right: 50px;
}

.footer-right ul li a {
  color: var(--white);
  font-family: "SatoshiMedium";
  font-size: 20px;
  line-height: 30px;
}

.footer-right ul li a:hover,
.footer-right ul li a.active {
  color: rgba(255, 255, 255, 0.5);
}

.footer-right ul li.current-menu-item a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-right .contact-wrp {
  display: flex;
  justify-content: space-between;
  padding: 35px 0 35px 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-right .contact-wrp .contact-block {
  display: flex;
}

.footer-right .contact-wrp .contact-block .contact-icn {
  height: 58px;
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.4;
}

.footer-right .contact-wrp .contact-block .contact-detail {
  margin-left: 14px;
}

.footer-right .contact-wrp .contact-block .contact-detail .sub-title {
  color: rgba(255, 255, 255, 0.5);
  font-family: "SatoshiMedium";
}

.footer-right .contact-wrp .contact-block .contact-detail a {
  color: var(--white);
  font-family: "SatoshiMedium";
}

.footer-right .contact-wrp .contact-block .contact-detail .detail {
  color: var(--white);
  font-family: "SatoshiMedium";
}

.footer-right .contact-wrp .contact-block .contact-detail a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer-right .contact-wrp > *:last-child .contact-detail {
  max-width: 267px;
}

.footer-right .contact-wrp > *:last-child {
  margin-right: 104px;
}

.footer-right .contact-wrp > *:last-child .detail * {
  margin: 0;
}

.footer-right .copyright-wrp {
  padding: 30px 0 43px 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-right .copyright-wrp .detail {
  color: var(--white);
}

.footer-right .copyright-wrp .detail a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer-right .copyright-wrp .detail * {
  margin: 0;
}

.footer .footer-vector {
  max-width: 730px;
  margin-left: 95px;
}

.footer .footer-vector * {
  height: 100%;
  width: 100%;
}

.footer .footer-btn {
  border: 1px solid var(--white);
  background: var(--blue);
  height: 52px;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -77px;
  bottom: 20px;
}

.footer .footer-btn svg {
  color: var(--white);
  height: 28px;
}

.footer .footer-btn:hover {
  opacity: 0.8;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.footer .footer-btn:hover svg {
  animation: bounce 0.5s infinite ease-in-out;
  -webkit-animation: bounce 0.5s infinite ease-in-out;
}

/* footer */

/*footer*/

.requirement-wrap {
  padding: 150px 0 120px 0;
  position: relative;
}
.requirement-main {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 0 0 120px;
}

.requirement-form {
  width: 100%;
  max-width: 1034px;
}
.requirement-main .form-group {
  position: relative;
  margin: 0 0 30px 0;
}

.requirement-main .form-group .form-control {
  padding: 10px 66px 10px 15px;
  color: var(--grey);
  font-family: "SatoshiRegular";
  font-size: 20px;
  line-height: 30px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.form-control:focus {
  box-shadow: unset !important;
  border-color: var(--blue);
}
.requirement-main form .form-icn {
  position: absolute;
  right: 17px;
  top: 9px;
}
.requirement-main .placeholder {
  position: absolute;
  top: 10px;
  left: 15px;
  color: var(--grey);
  display: none;
  background: transparent;
  opacity: 1;
}
.requirement-main label {
  color: var(--grey);
  font-family: "SatoshiRegular";
  font-size: 20px;
  line-height: 30px;
  z-index: 1;
  position: relative;
}

#ui-datepicker-div {
  z-index: 99;
}

.star {
  color: #f00;
  z-index: 1;
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
}

.placeholder.expiry-date {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
  transition: 0.2s ease-in-out;
  pointer-events: none;
}

/* Hide label when input has text */
input:not(:placeholder-shown) ~ .placeholder.expiry-date,
input:focus ~ .placeholder.expiry-date {
  display: none;
}

/* Remove default datepicker icon */
input[type="text"]::-webkit-calendar-picker-indicator {
  display: none;
}

.expiry-date input[type="text"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.ui-datepicker th {
  color: var(--blue) !important;
  font-family: "SatoshiRegular";
  font-size: 20px;
  line-height: 30px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  color: var(--white) !important;
  background: var(--blue) !important;
  border: 1px solid var(--blue) !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: var(--blue) !important;
  color: var(--white) !important;
  border: 1px solid var(--blue) !important;
}
.ui-datepicker .ui-datepicker-header {
  background: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: var(--grey);
  font-family: "SatoshiRegular";
  font-size: 17px;
  line-height: 30px;
}

.ui-widget input,
.ui-widget select option,
.ui-widget textarea,
.ui-widget button {
  font-family: "SatoshiRegular" !important;
  font-size: 18px !important;
  line-height: 30px !important;
  color: var(--blue) !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.ui-widget.ui-widget-content {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-family: "SatoshiRegular" !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: transparent;
  color: var(--white);
}
.ui-datepicker .ui-datepicker-prev span {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"><path d="M7.96315 1.18025C8.20034 0.939917 8.58491 0.939917 8.8221 1.18025C9.0593 1.42057 9.0593 1.81021 8.8221 2.05053L7.96315 1.18025ZM1.96311 8.12972L2.39264 8.5648L1.96311 8.12972ZM1.96311 9.87028L2.39264 9.4352L1.96311 9.87028ZM8.8221 15.9494C9.0593 16.1898 9.0593 16.5794 8.8221 16.8198C8.58491 17.0601 8.20034 17.0601 7.96315 16.8198L8.8221 15.9494ZM8.8221 2.05053L2.39264 8.5648L1.5337 7.69452L7.96315 1.18025L8.8221 2.05053ZM2.39264 9.4352L8.8221 15.9494L7.96315 16.8198L1.5337 10.3055L2.39264 9.4352ZM2.39264 8.5648C2.1554 8.80517 2.1554 9.19483 2.39264 9.4352L1.5337 10.3055C0.822102 9.58449 0.822102 8.41551 1.5337 7.69452L2.39264 8.5648Z" fill="%230B0146" stroke="%230B0146"/></svg>') !important;
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  background: transparent;
  background-repeat: no-repeat;
  margin-left: -5px !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 4px !important;
  background: transparent !important;
}
.ui-datepicker .ui-datepicker-next span {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"><path d="M2.03685 1.18025C1.79966 0.939917 1.41509 0.939917 1.1779 1.18025C0.940699 1.42057 0.940699 1.81021 1.1779 2.05053L2.03685 1.18025ZM8.03689 8.12972L7.60736 8.5648L8.03689 8.12972ZM8.03689 9.87028L7.60736 9.4352L8.03689 9.87028ZM1.1779 15.9494C0.940699 16.1898 0.940699 16.5794 1.1779 16.8198C1.41509 17.0601 1.79966 17.0601 2.03685 16.8198L1.1779 15.9494ZM1.1779 2.05053L7.60736 8.5648L8.4663 7.69452L2.03685 1.18025L1.1779 2.05053ZM7.60736 9.4352L1.1779 15.9494L2.03685 16.8198L8.4663 10.3055L7.60736 9.4352ZM7.60736 8.5648C7.8446 8.80517 7.8446 9.19483 7.60736 9.4352L8.4663 10.3055C9.1779 9.58449 9.1779 8.41551 8.4663 7.69452L7.60736 8.5648Z" fill="%230B0146" stroke="%230B0146"/></svg>') !important;
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  background: transparent;
  background-repeat: no-repeat;
  margin-left: -5px !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: rgba(11, 1, 70, 0.1);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.form-radio {
  display: flex;
}
.form-radio .form-check-input {
  border: 0px;
}

.form-radio
  .wpcf7-form-control-wrap
  .form-check-input
  .wpcf7-list-item
  label
  input {
  border: 1px solid var(--grey) !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
.form-check-input .wpcf7-list-item {
  margin-left: 20px;
}

.form-radio .wpcf7-radio input[type="radio"] {
  border: 1px solid var(--grey) !important;
  border-radius: 10px;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-right: 10px;
}

.wpcf7-list-item input[type="radio"]:checked {
  border: 1px solid var(--grey) !important;
  padding: 5px;
  background-color: #fff;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><circle cx="10" cy="10" r="5" fill="%230B0146"/></svg>') !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

input[type="radio"]:checked .wpcf7-list-item-label {
color:var(--black)
}

.wpcf7-list-item input:checked + span {
color:var(--black);
}
 

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.form-check-input .wpcf7-list-item label input:focus {
  box-shadow: none !important;
}

.form-radio:focus-visible {
  border: 0px;
  outline: 0px;
}

.form-group .form-radio .wpcf7-list-item {
  margin-top: 10px;
}

.wpcf7-form-control-wrap:focus-visible {
  border: 0px;
  outline: 0px;
}
.form-group .form-radio .form-check {
  margin-right: 23px;
  margin-top: 10px;
}

.wpcf7-form-control:focus {
  box-shadow: unset;
  outline: 0px;
  background: transparent;
}

.wpcf7-form-control.form-check-input:active {
  filter: none;
}

.requirement-vector {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: -1;
}

.contact-main {
  max-width: 1540px;
  margin: 0 -70px 0 48px;
  padding-left: 34px;
}
.contact-wrap {
  padding: 150px 0;
}

.contact-inner {
  margin-top: 50px;
  max-width: 1450px;
}

.contact-left {
  border: 1px solid rgba(11, 1, 70, 0.3);
  background: rgba(11, 1, 70, 0.05);
  height: 100%;
}

.contact-left .sub-title {
  color: var(--blue);
  font-family: "SatoshiMedium";
  font-size: 30px;
  font-style: normal;
  line-height: 40px;
  padding: 25px 0 50px 40px;
}
.contact-left-flx-wrp {
  border-left: 1px solid rgba(35, 31, 32, 0.2);
  margin-left: 40px;
      height: Calc(100% - 115px);
}

.contact-left-flx {
  padding: 0 0 26px 30px;
  margin: 0 56px 30px 0;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(35, 31, 32, 0.2);
}
.contact-left-flx .detail {
  color: var(--blue);
  margin: 0 0 18px 0;
}

.contact-left-inner {
  display: flex;
}
.contact-left-inner .detail {
  max-width: 323px;
  margin-left: 16px;
  color: rgba(11, 1, 70, 0.6);
  margin-bottom: 0;
}
.contact-left-inner a:hover {
  color: var(--blue);
}
.contact-left-inner .detail * {
  margin: 0;
}

.contact-left-flx-wrp > *:last-child {
  border-bottom: 0px;
  margin-bottom: 0;
  padding-bottom: 61px;
}

.contact-left-flx-wrp > *:first-child {
  padding-top: 80px;
}

.contact-right {
  padding: 25px 30px 50px 30px;
  border: 1px solid rgba(11, 1, 70, 0.3);
  height: 100%;
}
.contact-right .form-control {
  color: var(--blue);
  font-family: "SatoshiRegular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  padding: 14px 46px 14px 20px;

  border-radius: 10px;
  border: 1px solid #d9d9d9;
}

.contact-right .form-icn {
  position: absolute;
  z-index: 99;
  right: 19px;
  top: 14px;
}

.contact-right .form-group {
  position: relative;
  margin: 0 0 30px 0;
}

.contact-right .sub-title {
  margin-bottom: 20px;
  color: var(--blue);
  font-family: "SatoshiMedium";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.contact-right-wrp form > *:last-child .form-group {
  margin-bottom: 35px;
}

textarea {
  resize: none;
}

.contact-vector {
  position: absolute;
  left: -26px;
  bottom: 0;
}

.form-control::-webkit-datetime-edit {
  font-size: 0;
}

.inner-btn::after {
  content: "";
  position: absolute;
  width: 41px;
  height: 1px;
  bottom: -10px;
  left: 0;
  background: var(--blue);
  transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -ms-transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.wpcf7-spinner {
    position: absolute;
        top: 50%;
    -webkit-transform: translateY(-50%);    -ms-transform: translateY(-50%);    transform: translateY(-50%);

}

.form-btn {
  position: relative;
  display: flex;
  position: relative;
  justify-content: flex-start;
  
}

.form-btn .btn-blue:after {
  display: none;
}

.inner-btn:hover::after {
  width: 154px;
  background: var(--blue);
}

/*error => form*/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: 0px;
  border: 0px;
  color: #dc3232;
  padding: 0;
  margin: 30px 0 0 0;
}

.wpcf7-not-valid-tip {
    font-size: 16px;
    margin: 2px 0 0 0;
}


 .wpcf7 form.sent .wpcf7-response-output {
    color: #1c7857 !important;
    border: 0px;
    padding: 0;
    margin: 10px 0;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output ,
.wpcf7 form.failed .wpcf7-response-output {
  border: 0px !important;
  color:     #dc3232;
  margin: 10px 0 !important;
  padding: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
  text-align: left;
margin: 10px 0 !important;
        color: #1c7857 !important;
}


/*error => form*/

/*404 page*/
.description-404 {
  padding: 100px 0;
}

.section-404 .blank-space {
  height: 600px;
  width: 306px;
}
.section-404 .blank-space .detail {
  margin: 452px 0 0 154px;
}

/*404 page*/

/*Typography*/
.typography-section .blank-space {
  height: 200px;
  width: 306px;
}

.typography-banner {
  background: var(--blue);
  padding: 100px 0;
  margin-bottom: 50px;
}

.typography-section {
  padding: 0 0 100px;
}

.typography-section .alignleft {
    float: left;
    margin: 25px 25px 25px 0;
}

.typography-section .alignright {
    float: right;
    margin: 25px 0 25px 25px;
}

.typography-section .aligncenter {
    display: block;
    float: none;
    margin: 25px auto;
}

.typography-section blockquote {
    padding-left: 19px;
    border-left: 8px solid var(--blue);
    margin: 0;
    margin-bottom: 11px;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
/*Typography*/

