* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
    overflow-x: hidden !important;
    overflow-y: visible !important;
    padding-right: 0 !important;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #fff;
  transition: all ease 0.2s;
}

a:hover {
  color: #fa9308;
}

.btn {
  background-color: #f25a07;
  color: #fff;
  padding: 12px 70px;
  border-radius: 144px;
  transition: all ease 0.2s;
  font-weight: 400;
  font-size: 20px;
}

.btn:hover {
  background-color: #fff;
  color: #000;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all ease .2s;
}

.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000;
  z-index: 999;
}

.header .row {
  align-items: center;
}

.header .logo img {
  width: 100%;
}

.header .nav {
  justify-content: center;
  padding: 20px 0px;
  background-color: #06131445;
  border-radius: 144px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #292a36;
  text-align: center;
}

.header .nav ul {
  width: 100%;
}

.header .nav ul li {
  display: inline-block;
  margin: 0 50px 0 0;
}

.header .nav ul li:last-child {
  margin: 0;
}

.header .nav ul li a {
  color: #fff;
  transition: all ease 0.2s;
}

.header .nav ul li a:hover {
  color: #fa9308;
}

.header .header-number .btn img {
  width: 25px;
}

.header .header-number .btn {
  color: #fff;
  padding: 20px 42px;
  border-radius: 144px;
  background-color: #f25a07;
  border: 1px solid #292a36;
  font-size: 1rem;
}

.header .header-number .btn:hover {
  background-color: #ffffff52;
  color: #fff;
}

.banner {
  /*background-image: url(../images/banner/banner-bg.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0 150px;
  background: linear-gradient(150deg, rgba(2,9,42,1) 14%, rgba(27,65,158,1) 58%, rgba(30,128,230,1) 100%);
}

.banner .content {
  padding-right: 100px;
}

.banner .content h1 {
  color: #fff;
  font-size: 70px;
  line-height: 1.1;
}

.banner .content p {
  color: #fff;
  margin: 20px 0;
}

.banner .content ul {
  margin-bottom: 20px;
}

.banner .content ul li {
  color: #fff;
  display: inline-block;
  margin: 0 20px 0 0;
}

.banner .content ul li i {
  color: #f25a07;
}

.banner .content span {
  display: block;
  margin: 20px 0;
}

.banner .image {
  position: relative;
}

.banner .image .main-img {
  width: 540px;
  margin: 0 auto;
  border-radius: 12px;
}

.banner .image .img1 {
  position: absolute;
  top: 32%;
  left: -12%;
  width: 220px;
}

.banner .image .img2 {
  position: absolute;
  top: 4%;
  right: 11%;
  width: 90px;
}

.banner .image .img3 {
  position: absolute;
  bottom: -5%;
  left: 12%;
  width: 120px;
}

.banner .image .img4 {
  position: absolute;
  bottom: 8%;
  right: -8%;
  width: 240px;
}

.banner .bg {
  width: 100%;
  margin: 100px 0 0;
}

.banner .banner-bottom-img {
  margin-top: 0px;
  margin-bottom: -410px;
}

.banner .banner-bottom-img .img {
  padding: 110px;
}

.banner .banner-bottom-img .img .img2 {
  position: absolute;
  width: 300px;
  box-shadow: none;
  bottom: 30%;
  right: 2%;
}

.banner .banner-bottom-img img {
  width: 100%;
  padding-bottom: 0;
  box-shadow: 0px 60px 70px -50px rgb(0 0 0 / 40%);
}

.video-testimonials {
  padding: 250px 0 60px;
}

.video-testimonials .row {
  justify-content: center;
}

.video-testimonials .title {
  text-align: center;
}

.video-testimonials .title h1 {
  color: #000000;
  font-weight: 600;
}

.video-testimonials .testi-item {
  margin: 15px 31px;
  background: linear-gradient(158deg, #17326d, #111d37);
  border-radius: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 360px;
  position: relative;
}

.video-testimonials .testi-item img {
  position: absolute;
  width: 100%;
  opacity: 0.1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-testimonials .testi-item .content {
  width: 73%;
}

.video-testimonials .testi-item .content p {
  font-size: 1.0em;
  color: #ffffff;
  line-height: 1.4em;
  margin-bottom: 20px;
  position: relative;
  /* padding-right: 30px; */
}

.video-testimonials .testi-item .content h3 {
  color: #fa9308;
  font-size: 20px;
  font-weight: 800;
}

.video-testimonials .testi-item .content h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.video-testimonials .testi-item .video {
  width: 27%;
}

.video-testimonials .testi-item .video video {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 10px;
}

.video-testimonials .row.owl-carousel.owl-theme {
  --bs-gutter-x: 0;
  margin: 0;
  --bs-gutter-y: 0;
}

.pricing {
  /*background-image: url(../images/banner/banner-bg.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: linear-gradient(150deg, rgba(2,9,42,1) 14%, rgba(27,65,158,1) 58%, rgba(30,128,230,1) 100%);
}

.pricing .content-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}

.pricing .content-table thead tr {
  background-color: #fff;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

.pricing .content-table th,
.pricing .content-table td {
  padding: 22px 0px 20px 0px;
  border: 1px solid #b5b9be;
  /* width: 10%; */
  font-size: 20px;
  color: #000;
}

.pricing .content-table th:first-child {
  padding: 0 25px;
}

.pricing .content-table tbody tr {
  border-bottom: 1px solid #dddddd;
  background-color: #fff;
}

.pricing .content-table .active {
  font-weight: 400;
  color: #fff;
  background-color: #17326d;
  text-align: center;
}

.pricing .content-table th p {
  color: #000;
  font-weight: normal;
  font-size: 12px;
}

.pricing .content-table td {
  position: relative;
}

.pricing .content-table td img {
  width: 38px;
}

.pricing .content-table td:nth-child(1) {
  padding: 20px 20px;
  width: 50%;
}

.pricing .content-table td:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 71%;
  left: 17.6%;
  transform: translate(-50%, -50%);
  width: 29%;
  height: 2px;
  border-bottom: 5px dotted #fa9308;
}

.pricing .title {
  margin-bottom: 30px;
}

.pricing .title p {
  color: #fff;
}

.pricing .title h1 {
  color: #fff;
}

.pricing {
  padding: 60px 0;
}

.it-works {
  background-color: #deeeff;
  padding: 80px 0;
}

.it-works .content h1 {
  font-size: 60px;
}

.it-works .content p {
  font-size: 22px;
}

.it-works .content .row {
  margin-top: 40px;
  margin-bottom: 20px;
}

.it-works .content .row .item {
  border-top: 1px solid #000;
  padding: 20px 0;
}

.it-works .content .row h1 {
  font-size: 60px;
  font-weight: 600;
}

.it-works .content .row .item span {
  font-weight: 600;
  font-size: 20px;
}

.it-works .image img {
  width: 100%;
  height: auto;
  /*border-radius: 10px;*/
  /*border: 4px solid #91908f;*/
}

.portfolio {
  padding: 80px 0 30px;
}

.portfolio .container-fluid {
  padding: 0 110px;
}

.portfolio .title {
  width: 85%;
  margin: 0 auto;
}

.portfolio .title h1 {
  font-size: 60px;
}

.portfolio .title p {
  font-size: 22px;
  margin-bottom: 60px;
}

.portfolio .item:hover .image img {
  transform: translateY(-78%);
}

.portfolio .item {
  margin-bottom: 60px;
}

.portfolio .item h3 {
  font-size: 21px;
}

.portfolio .item .image {
  width: 100%;
  height: 375px;
  overflow-y: hidden;
  margin-bottom: 10px;
}

.portfolio .item .image a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.portfolio .item .image img {
  width: 100%;
  height: auto;
  transition: transform linear 10s;
}

.portfolio .item .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolio .item .btns .btn {
  background-color: transparent;
  padding: 10px 30px;
  font-size: 14px;
  border-bottom: 1px solid #000;
  cursor: pointer;
  color: #000000;
  flex: 0 0 48%;
  border-radius: 0;
}

.portfolio .item .btns .btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.testimonial {
  background: linear-gradient(158deg, #17326d, #111d37);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  margin-bottom: 0;
  padding: 60px 0 0;
}

.testimonial .owl-carousel .owl-stage-outer {
  overflow-y: visible;
  overflow-x: clip;
}

.testimonial .elipses {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: black;
  text-overflow: ellipsis;
}

.testimonial .testi-mains {
  padding: 60px;
}

.testimonial .testi-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.testimonial .testi-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: white;
  text-align: center;
}

.testimonial .owl-carousel .owl-item img {
  display: block;
  position: absolute;
  width: 120px;
  object-fit: scale-down;
  height: 120px;
  opacity: 1;
}

.testimonial .testi-content {
  background-color: white;
  color: black;
  border-radius: 0.5rem;
  padding: 1.5rem;
  height: 300px;
  position: relative;
}

.testimonial .profile-img {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 0.25rem solid #142854;
}

.testimonial .testi-text {
  margin-top: 5rem;
}

.testimonial .testimonial-paragraph {
  color: #4b5563;
  margin-bottom: 1rem;
}

.testimonial .testimonial-name {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0;
}

.testimonial .testimonial-position {
  color: #6b7280;
  margin: 0;
}

.testimonial .testimonial-stars {
  margin-top: 0.5rem;
}

.testimonial .star {
  color: #f25a07;
  font-size: 1.25rem;
}

.testimonial .testimonial-link {
  margin-top: 1.5rem;
}

.testimonial .testimonial-link a {
  color: white;
  text-decoration: none;
}

.testimonial .testimonial-link a:hover {
  text-decoration: underline;
}

.testimonial .testi-mains .col-12 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.testimonial .testinames a {
  color: #000;
}

a.btn.reviewsbtn {
  height: 50px;
  background: white;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  color: #12203f;
  font-weight: 700;
  border: 0px;
  z-index: 9;
}

.testimonial .testi-heading {
  text-align: center;
}

.testimonial .testi-heading h5 {
  color: #fff;
}

.testimonial .testi-heading h4 {
  color: #fff;
  font-size: 45px;
}

.testimonial .testi-heading p {
  color: #fff;
}

.menu-open {
  display: none;
}

.footer {
  padding: 20px 0 0;
}

.footer .container-fluid {
  padding: 0 60px;
}

.footer .row {
  align-items: baseline;
}

.footer .footer-logo {
  width: 70%;
}

.footer .footer-logo img {
  width: 220px;
  /* filter: drop-shadow(2px 4px 6px black); */
  margin-bottom: 20px;
}

.footer .footer-links h3 {
  color: #000;
  margin-bottom: 30px;
}

.footer .footer-links ul li a {
  color: #000;
}

.footer .footer-links ul li {
  margin-bottom: 15px;
}

.footer .copyright-row {
  border-top: 1px solid #00000023;
  margin-top: 20px;
}

.footer .copyright-row .copyright {
  margin: 0;
  padding: 14px 0;
}

.menu-close {
  display: none;
}

.modal .modal-dialog {
  top: 10%;
  max-width: 830px;
}

.modal .modal-body {
  padding: 0;
  flex: none;
}

.modal .modal-body .row {
  padding: 0;
  margin: 0;
  align-items: center;
}

.modal .modal-body .row .col-lg-6 {
  padding: 0;
}

.modal .modal-body .image img {
  width: 100%;
}

.modal .form {
  padding: 10px 20px;
}

.modal .form h3 {
  font-size: 24px;
  margin: 0;
}

.modal .form h3 span {
  color: #fa9308;
}

.modal .form p {
  margin-bottom: 15px;
}

.modal .form .row .col-lg-12 {
  padding: 0;
}

.modal .form .modal-input {
  width: 100%;
  padding: 12px 10px;
  background-color: #f5f5f5;
  margin-bottom: 12px;
  border: none;
}

.modal .form .btn {
  /* background-color: transparent; */
  /* color: #000; */
  /* font-weight: 600; */
  /* border: 1px solid #fa9308; */
  /* width: 100%; */
  font-size: 16px;
}

.modal .form .cross {
  position: absolute;
  top: -3%;
  right: -2%;
  cursor: pointer;
}

.modal .form .cross img {
  width: 30px;
}

/* Popup Modal Styling */
.popup-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
}

.popup-content {
  position: relative;
  margin: auto;
  width: 90%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 60px;
}

.close-btn {
  position: absolute;
  top: 4%;
  right: 40px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  border-radius: 100%;
  box-shadow: rgb(40, 40, 40) 0px 3px 5px;
}

#popup-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.pulse {
  animation: shadow-pulse 1.5s infinite;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px #fdf1d96e;
  }
  100% {
    box-shadow: 0 0 7px 25px #f2590700;
  }
}

.right_conatct_social_icon {
  background: linear-gradient(to top right, #2d2d2d -5%, #f25a07 100%);
}

.contact_us {
  background-color: #deeeff47;
  padding: 120px 0px;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px #cccc;
  border-radius: 25px;
}

.contact_field {
  padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 1.375rem .75rem;
}

.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #f25a07;
}

.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: #2d2d2d;
  right: 1px;
  top: 18%;
  height: 340px;
  width: 340px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
  color: #fff;
}

.info_single {
  margin: 10px 0px;
}

.info_single i {
  margin-right: 15px;
  color: #fff;
}

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}

/*button.contact_form_submit {*/
/*  background: #f25a07;*/
/*  border: none;*/
/*  color: #fff;*/
/*  padding: 14px 15px;*/
/*  width: 28%;*/
/*  margin-top: 5px;*/
/*  border-radius: 35px;*/
/*  cursor: pointer;*/
/*  font-size: 13px;*/
/*  letter-spacing: 1px;*/
/*  font-weight: 600;*/
/*}*/

.socil_item_inner li {
  list-style: none;
}

.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}

.socil_item_inner {
  padding-bottom: 10px;
}

.main-cta {
  background-color: #0a245d;
  height: 73px;
  display: flex;
  align-items: center;
  position: relative;
}

.main-cta:before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: #f25a07;
  width: 32%;
  height: 62px;
  right: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.cta-text h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  margin-bottom: 0;
  padding-top: 5px;
}

.cta-text h3 span {
  font-size: 16px;
}

.cta-contact ul li i {
  padding-right: 15px;
  color: #e8ab2c;
  font-size: 15px;
  font-weight: 600;
}

.cta-contact ul li {
  padding-right: 13px;
  padding-left: 13px;
  display: inline-block;
  border-right: 1px solid #ffffff45;
}

.cta-contact ul li:first-child {
  padding-left: 0;
}

.cta-contact ul li:last-child {
  padding-right: 0;
  border-right: none;
}

.cta-contact ul li a {
  display: inline-block;
}

.cta-contact ul li a p {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.cta-contact ul li a span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  transition: 0.3s;
}

.cta-contact ul li a span:hover {
  color: #f25a07;
}

.cta-btn a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: Poppins, sans-serif;
  transition: 0.3s;
  align-items: center;
  display: flex;
}

.cta-btn a:hover {
  color: #0a245d;
}

.cta-btn {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

.cta-btn i {
  margin-left: 18px;
  display: inline-block;
}

.footer-links .images img {
  margin: 0 10px 10px;
}

.footer-links .images .img1 {
  width: 100px;
}

.footer-links .socail li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.footer-links .socail li a {
  border: 1px solid #000;
  width: 32px;
  border-radius: 100%;
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
}

.contact_us {
  position: relative;
}

.contact_us .img-1 {
  position: absolute;
  width: 12vw;
  top: 0;
  left: 0;
}

.contact_us .img-2 {
  position: absolute;
  width: 12vw;
  bottom: 0;
  left: 0;
}

.contact_us .side-text {
  position: absolute;
  top: 44%;
  right: -58%;
  transform: rotate(-90deg);
  color: #fff;
  text-wrap: nowrap;
  font-size: 50px;
  text-transform: uppercase;
}

.contact_us .side-text span {
  color: #ffa200;
}

img.lazy {
  opacity: 0;
  transition: opacity 0.7s;
}

img.lazy.loaded {
  opacity: 1;
}

.video-testimonials .btn, .pricing .btn {
    padding: 12px 30px;
    margin-top: 1rem;
}

.g-recaptcha {
    margin-bottom: 16px;
}

.banner .content h1 span {
    color: #f25a07;
    margin: 0;
}

.logos-row .col-md-3{
    flex: 0 0 20%;
}