@import url(../fonts/stylesheet.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  background-color: #020613;
  overflow-x: hidden;
}

h2,
h4,
h3,
h5{
  font-family: 'Clash Display';
}

p {
  font-family: 'Nexa', sans-serif;
}

a,
button{
  text-decoration: none;
  font-family: 'Nexa', sans-serif;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.header {
  position: absolute;
  width: 100%;
  margin-top: 10px;
  z-index: 99;
}

.navbar-nav {
  border: 1px solid #0b2552;
  border-radius: 30px;
  background: -webkit-linear-gradient(#0b2552, #0a1429);
  padding: 5px 10px;
}


.nav-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Nexa', sans-serif;
  position:relative;
}

.nav-link:hover {
  /*background: -webkit-linear-gradient(#eee, #333);*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  color: #ffffff;
}

.header .nav-link::before {
    content: "";
    bottom: 0;
    width: 0%;
    background: #ffffff6e;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    height: 2px;
    margin: 0 auto;
    transition:0.7s;
}

.header .nav-link:hover::before{
    width: 36%;
}

.navbar-brand img {
  width: 209px;
}


.header1 a {
  border: 1px solid #0b2552;
  border-radius: 30px;
  background: -webkit-linear-gradient(#0a1429, #0b2552);
  padding: 15px 25px;
  color: #ffffff;
  font-size: 16px;
  white-space:nowrap;
}

.header1{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap: 0 8px;
}

.header1 button {
  border: 1px solid #0b2552;
  border-radius: 30px;
  background: -webkit-linear-gradient(#0a1429, #0b2552);
  padding: 15px 25px;
  color: #ffffff;
  font-size: 16px;
  white-space:nowrap;
  font-family: 'Nexa', sans-serif;
}


/*offcanvas*/

.offcanvas-main-header .offcanvas{
    background: -webkit-linear-gradient(#0a1429, #0b2552);
}

.offcanvas-main-header .navbar-nav{
    background:unset;
}

.offcanvas-main-header .btn-close{
        filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(13%) hue-rotate(81deg) brightness(106%) contrast(106%);
    /*right: 21px;*/
    /*position: absolute;*/
    /*top: 13px;*/
}

/* header css end  */

/*modal css start*/

.fancybox__carousel {
  margin-top: 75px;
}

.popupform {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
  cursor: grab;
  width: 100%;
  /* height: 100%; */
  justify-content: center;
  align-items: center;
  max-width: 850px;
}

.custom-pop {
  width: 100%;
}

.fancybox-close-small,
.popup-btn {
  text-align: center;
  cursor: pointer;
}


.popup-bann img {
  width: 49%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 50%;
  height: 560px;
  transform: translateY(-50%);
  border-radius: 7px 0px 0px 7px;
}


.popup-content h2 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}

.popup-content p {
  color: #313131;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  margin-top: 10px;
}

.frmicon-box input,
.frmicon-box textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  font-size: 14px;
  color: #313131;
  margin: 10px 0px;
}

.frmicon-box input::placeholder,
.frmicon-box textarea::placeholder {
  color: #999;
}

.popup-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background: -webkit-linear-gradient(#0b2552, #0a1429);
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  border: none;
  font-size: 14px;
}

.popup-btn:hover {
  background-position: 141% 129%;
}


/*modal css end*/

/* home css start */
.home1 {
  background-image: url(../images/pic1.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 220px 0px;
  position: relative;
}

.home1::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 2px solid #60606073;
}

.home2 {
  text-align: center;
  position: relative;
}

.home2 h4 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 200;
}

.home2 h2 {
  color: #ffffff;
  font-size: 68px;
  font-weight: 500;
  text-transform: capitalize;
}

.home2 p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  width: 75%;
  margin: 0 auto;
  margin-top: 15px;
}

.home3_new {
  background: -webkit-linear-gradient(#d0c8c8, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home3 {
  background: linear-gradient(180deg, rgba(255,255,255,1) 35%, rgba(7,3,34,0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home4 {
  margin-top: 90px;
}

.home4 a img {
  width: 85px;
}

.home5 {
  padding: 120px 0px 275px 0px;
  text-align: center;
  position: relative;
}

.home5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/pic11.webp);
  background-repeat: no-repeat;
  width: 400px;
  height: -webkit-fill-available;
  pointer-events: none;
}

.home5::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/pic12.webp);
  background-repeat: no-repeat;
  width: 400px;
  height: -webkit-fill-available;
}

.home6 a {
  border: 1px solid #0b2552;
  border-radius: 30px;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.3) 48%, rgba(10, 47, 112, 0.3) 78%, rgba(21, 87, 183, 0.3) 100%);
  padding: 15px 25px 12px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #ffffff17;
  font-family: 'Clash Display';
}

.home6 h2 {
  color: #ffffff;
  font-size: 60px;
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
}

.home7 {
  position: relative;
  border-radius: 60px;
  padding: 30px 60px;
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  z-index: 1;
}

.home7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  border: 2px solid #000;
  filter: brightness(0) saturate(100%) invert(8%) sepia(59%) saturate(2348%) hue-rotate(226deg) brightness(97%) contrast(60%);
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.home7 h6 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 200;
  line-height: 2;
}

.home7 p {
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
}

.home8 {
  background-image: url(../images/pic13.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding-top: 245px;
}

.home9 {
  background-image: url(../images/pic14.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  border: 1px solid #99999914;
  border-radius: 20px;
}

.home9 p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}

.home9 img {
  margin: -75px 10px 10px 10px;
  background-color: #0B3B87;
  padding: 13px 15px;
  width: 50px;
  border-radius: 25px;
}

.home10 {
  justify-content: space-evenly;
}

.home11 {
  margin-top: 60px;
  justify-content: center;
  gap: 80px;
}

.home12 {
  justify-content: center;
  margin-top: 50px;
}

.home13 {
  background-color: #091530;
  border-radius: 15px;
  margin-top: 50px;
}

.home14 h4 {
  padding: 30px;
  text-align: left;
  color: #FFF;
  border-right: 1px solid #fff;
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 200;
}

.home15 {
  padding: 30px;
  display: flex;
  gap: 10px;
}

.home15 img {
  width: 80px;
}

.home16 {
  padding: 60px 0 120px;
  position: relative;
}

.home16:before {
  content: "";
  background-image: url(../images/pic1.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 25px;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.7;
}

.home17 {
  position: relative;
}

.home17 h2 {
  color: #eee;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 0px;
}


.home17 p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
}

.home18 {
  padding: 26px 0 60px;
  background-image: url(../images/portfolio-back.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 50px;
}

.home19 .title {
  border: 1px solid #0b255229;
  border-radius: 30px;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.3) 48%, rgba(10, 47, 112, 0.3) 78%, rgba(21, 87, 183, 0.3) 100%);
  padding: 15px 25px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #ffffff17;
}

.home19 .nav {
  justify-content: center;
  gap: 20px;
  /* position: relative; */
  padding-top: 26px;
}

.home19 .nav-link.active {
  color: #fff;
  /* background: -webkit-linear-gradient(#0a1429, #0b2552); */
  background-color: #0a1429;
}

.home19 .nav-link {
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 40px 6px;
}

.home19 .nav-link:hover {
  color: #ffffff;
}

.home19 {
  /*background-image: url(../images/pic24.webp);*/
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  text-align: center;
}


.btn-port button {
  border: 1px solid #0b2552;
  border-radius: 30px;
  background: -webkit-linear-gradient(#0a1429, #0b2552);
  padding: 15px 60px 10px;
  color: #ffffff;
  font-size: 16px;
}

.home19 h4 {
  color: #ffffff;
  font-size: 25px;
  margin-top: 58px;
}

.home19 h2 {
  color: #ffffff;
  font-size: 50px;
}

.home20 {
  margin-top: 50px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 10px;
  background: -webkit-linear-gradient(#0a1429, #0b2552);
  box-shadow: 0px 0px 33px #1557B7;
  border: none;
}

.home20 img {
  width: 100%;
  border-radius: 20px;
}

.home20 p {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0px;
}

.home21 {
  background-image: url(../images/pic52.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.home21::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(10, 41, 97);
  background: linear-gradient(351deg, rgba(1, 11, 37, 0.8323704481792717) 11%, rgba(2, 6, 19, 0.76234243697479) 100%);
  width: 100%;
  height: max-content;
  opacity: 0.9;
  z-index: -1;
}

.home22 h2 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 500;
}

.home22 h4 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 300;
}

.home23 {
     margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

/*.trustpilot-widget iframe{*/
/*    height:unset;*/
/*    width:unset;*/
/*}*/

.trustpilot-widget{
    margin-right: 127px;
}


.home23 a {
  border: 1px solid #0b2552;
  border-radius: 30px;
  background: -webkit-linear-gradient(#0a1429, #0b2552);
  padding: 15px 25px;
  color: #ffffff;
  font-size: 16px;
  margin-top: 50px;
}

.home24 {
  position: relative;
  border-radius: 20px;
  padding: 30px 60px;
  margin: 0 auto;
  margin-top: 30px;
  background: rgb(16, 23, 44);
  background: linear-gradient(180deg, rgba(16, 23, 44, 1) 35%, rgba(11, 42, 99, 1) 100%);
}

.home24::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  border: 2px solid #000;
  filter: brightness(0) saturate(100%) invert(8%) sepia(59%) saturate(2348%) hue-rotate(226deg) brightness(97%) contrast(60%);
  pointer-events: none;
  z-index: 1;
}

.home24 h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 300;
  line-height: 2;
}

.home24 p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}

.home24 img {
  width: 150px;
  margin: 0 auto;
  margin-top: 20px;
}

.home21 .owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
  margin: 5px 7px;
  background: #d6d6d685;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  margin-top: 50px;
}

.home21 .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots span {
  background: #ffffff;
  width: 90px;
}

.home25 {
  padding: 60px 0 0;
  position: relative;
  z-index: 1;
}

.home26 h2 {
  width: 40%;
  margin: 0 auto;
  font-size: 65px;
  font-weight: 500;
  text-align: center;
}

.home27 {
  justify-content: space-evenly;
  /* align-items: center; */
  margin-top: 50px;
  /* background-color: #09295f29; */
  border-radius: 20px;
  padding: 60px;
  /* backdrop-filter: blur(10px); */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
}

.home27::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  top: 0;
  left: 0;
  background-color: rgb(14 43 105 / 20%);
  z-index: -1;
  filter: blur(4px);
  /* opacity: 0.5; */
  border-radius: 17px;
}

.home28 {
  display: flex;
  gap: 20px;
}

.home29 label {
  color: #eee;
  font-size: 15px;
}

.home29 input {
  background-color: transparent;
  border: 1px solid #1351ad;
  border-radius: 20px;
  font-size: 12px;
  padding: 10px 15px;
  /* width: 230px; */
  color:#fff;
}

.home29 input:focus,
.home29 textarea:focus,
.footer8 input:focus{
    background: transparent;
    color:#fff;
}

.home29 textarea::placeholder,
.home29 input::placeholder{
    color:#fff;
}

.home29 textarea {
  background-color: transparent;
  border: 1px solid #1351ad;
  border-radius: 20px;
  font-size: 12px;
  padding: 10px 15px;
}

.form-check label {
  color: #ffffff;
  font-size: 15px;
}

.form-check label a {
  font-size: 15px;
  text-decoration: underline;
}

.button2 button {
  border: 1px solid #0b2552;
  border-radius: 30px;
  background: -webkit-linear-gradient(#0a1429, #0b2552);
  padding: 12px 0 5px;
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
  width: 100%;
}

.button2 button:hover {
  color: #ffffff;
}

.button3 {
  display: flex;
  justify-content: space-between;
}

.button4 button {
  border: 1px solid #0b2552;
  border-radius: 30px;
  background: -webkit-linear-gradient(#0a1429, #0b2552);
  padding: 12px 30px;
  color: #ffffff;
  font-size: 14px;
  margin-top: 20px;
}

.button4 button:hover {
  color: #ffffff;
}

.home30 h2 {
  font-size: 40px;
  font-weight: 400;
}

.home31 label {
  color: #eee;
  font-size: 15px;
}

.home31 input {
  background-color: transparent;
  border: 1px solid #1351ad;
  border-radius: 20px;
  font-size: 12px;
  padding: 10px 15px;
  /* width: 230px; */
}

.button5 button {
  color: #ffffff;
}

.button5 button:hover {
  color: #ffffff;
}

.home25::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/pic35.webp);
  background-repeat: no-repeat;
  width: 400px;
  height: 100%;
  z-index: -1;
}

.home25::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/pic36.webp);
  background-repeat: no-repeat;
  width: 400px;
  height: 100%;
  z-index: -1;
}

.home32 {
  margin: 50px 0px;
  position: relative;
  z-index: 99;
}

.home32 h4 {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  width: 40%;
  margin: 0 auto;
  margin-bottom: 45px;
}

.home25 .accordion-item {
  border: none;
  margin-bottom: 15px;
  color: #ffffff;
  background: #001842;
  background: linear-gradient(180deg, #001842 35%, rgba(11, 42, 99, 1) 100%);
  border-radius: 20px;
  padding: 25px 15px;
}

.home25 .accordion-button {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}


.home25 .accordion-item h2 button {
  font-size: 25px;
  font-weight: 200;
  text-transform: capitalize;
}

.home33 {
  text-align: center;
}

.home33 h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  text-transform: capitalize;
}

.home21 .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -55px;
  right: 5%;
}

.home21 .owl-carousel .owl-nav button.owl-next {
  background-color: #111933;
  color: #ffffff;
  padding: 10px 15px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.home21 .owl-carousel .owl-nav button.owl-prev {
  background-color: #111933;
  color: #ffffff;
  padding: 10px 15px;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* home css end */


/* swiper css start  */
#perspective {
  margin: 0 auto;
  margin-top: 80px;
  width: 40%;
  height: 400px;
  position: relative;
  perspective: 2386px;
}

#carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 15%;
  transform-style: preserve-3d;
  transform: rotateY(0deg) translateZ(-288px);
}

#carousel figure,
li figure {
  display: block;
  position: absolute;
  background: #0A2F70;
  width: 100%;
  height: 100%;
  /* opacity: 0.6; */
  /* margin: 5px; */
  padding: 25px;
  border: 1px solid #23437c;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  transition: opacity 1s, transform 1s;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}


.controls {
  text-align: center;
  margin-top: 20px;
}


.prev {
  position: absolute;
  top: 60%;
  left: 5%;
  background-color: #111933;
  padding: 6px 10px;
  border-radius: 25px;
  color: #fff;
}

.next {
  position: absolute;
  top: 60%;
  right: 5%;
  background-color: #111933;
  padding: 7px 8px;
  border-radius: 25px;
  color: #fff;
}

.controls button {
  padding: 15px 20px;
  /* margin: 10px; */
  font-size: 16px;
  cursor: pointer;
  background-color: #111933;
  color: #fff;
  border: none;
  border-radius: 30px;
}

.controls button:hover {
  background-color: #111933;
}

.carousel1::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/pic33.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 250px;
}

.carousel1 h2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 2;
}

.carousel1 p {
  font-size: 18px;
  font-weight: 400;
  width: 75%;
}

.carousel2 {
  margin-top: 30px;
}

.carousel2 a {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 11px 28px 8px;
  font-size: 13px;
  color: #ffffff;
  background: -webkit-linear-gradient(#0a1429, #0b2552);
}

/* swiper css end  */


/* marquee css start  */
.marquee-container {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  height: 44px;
  /* background-color: rgb(var(--light-n-0)); */
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 30s linear infinite;
}

.marquee-content {
  display: inline-block;
}

.nav-ticker {
  box-sizing: border-box;
  padding: 10px 20px;
  font-weight: bold;
  white-space: nowrap;
  color: #FFF;
  box-sizing: border-box;
  display: inline-block;
  background-color: rgb(var(--light-n-0));
}

.nav-ticker img {
  width: 130px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}


@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* marquee css end  */

/* about css star  */
.about1 {
  padding: 150px 0px;
  background-image: url(../images/pic55.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* box-shadow: #0B2E6E 0px 5px 15px; */
}

.about1 h2 {
  font-size: 55px;
  font-weight: 600;
}

.about1 p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  width: 74%;
  margin: 0 auto;
  margin-top: 20px;
}

.about2 {
  padding: 0px 0px 220px 0px;
  text-align: center;
  position: relative;
}

.about2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/pic11.webp);
  background-repeat: no-repeat;
  width: 400px;
  height: -webkit-fill-available;
  z-index: 1;
  pointer-events: none;
}

.about2 .about-new::before {
  content: "";
  background-image: url(../images/pic23.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.7;
  background-position: bottom;
  z-index: 0;
  pointer-events: none;
}

.about2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/pic12.webp);
  background-repeat: no-repeat;
  width: 400px;
  height: -webkit-fill-available;
  z-index: 1;
  pointer-events: none;
}

.about4 {
  background-image: url(../images/pic1.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 220px 0px 150px 0px;
  position: relative;
}

.about4::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 2px solid #60606073;
}

.about5 {
  text-align: center;
  margin-top: 50px;
}

.about6 {
  padding: 80px 0px;
  text-align: center;
}

.about7 {
  background-image: url(../images/pic54.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding-top: 245px;
  position: relative;
}

/* about css end  */

/* services css start  */

.ser1 {
  background-image: url(../images/pic45.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 300px 60px 150px 60px;
  position: relative;
  z-index: 1;
}

.ser1::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 2px solid #60606073;
  z-index: -1;
}

.ser2 {
  padding: 60px 0;
  position: relative;
}

.ser3 {
  padding: 50px 0px;
  /* background: -webkit-linear-gradient(#0e2b69, #0f357b); */
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ser3::before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 0;
  background-image: url(../images/pic48.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 352px;
  height: 307px;
  z-index: 0;
}

.ser3::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  top: 0;
  left: 0;
  background-color: #0E2B69;
  z-index: -1;
  filter: blur(4px);
  opacity: 0.5;
}

.ser4 img {
  border-radius: 20px;
  box-shadow: #1557B7 0px 5px 15px;
  height: 100%;
  /* max-height: 400px; */
  object-fit: cover;
  width: 100%;
}

.ser5 {
  margin-left: 15px;
}

.ser5 h2 {
  font-size: 65px;
  font-weight: 500;
  position: relative;
  margin-bottom: 40px;
  background: linear-gradient(180deg, rgba(255,255,255,1) 35%, rgba(7,3,34,0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ser5 h2::before {
  content: "";
  position: absolute;
  bottom: -17px;
  background-image: url(../images/pic47.webp);
  background-repeat: no-repeat;
  width: 320px;
  height: 10px;
}

.text12 {
  text-align: right;
}



.ser5 p {
  margin-top: 20px;
  color: #ffffff;
  font-size: 20px;
  padding-bottom: 0px;
}

.ser6 {
  margin-top: 30px;
}

.ser6 a {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 15px 25px 10px;
  font-size: 20px;
  color: #ffffff;
  background: -webkit-linear-gradient(#0a1429, #0b2552);
  display: block;
  width: fit-content;
}


.ser8 .ser6 {
  display: flex;
  justify-content: end;
  align-items: center;
}

.ser7 h2 {
  font-size: 65px;
  font-weight: 500;
  position: relative;
  margin-bottom: 40px;
}

.ser7 h2::before {
  content: "";
  position: absolute;
  bottom: -17px;
  right: 0;
  background-image: url(../images/pic49.webp);
  background-repeat: no-repeat;
  width: 320px;
  height: 10px;
}

.ser7 p {
  margin-top: 20px;
  color: #ffffff;
  font-size: 20px;
}


.back {
  background-image: url(../images/pic50.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ser8 {
  padding: 50px 30px;
  /* background: -webkit-linear-gradient(#0e2b69, #0f357b); */
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ser8::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  background-image: url(../images/pic53.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 352px;
  height: 307px;
  z-index: 0;
  pointer-events: none;
}

.ser8::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  top: 0;
  left: 0;
  background-color: #0E2B69;
  z-index: -1;
  filter: blur(4px);
  opacity: 0.5;
}

/* services css end  */

.btn-port {
  position: relative;
  z-index: 0;
  padding-top: 30px;
}

.btn-port::before {
  content: "";
  position: absolute;
  top: -101px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(10, 41, 97);
  background: linear-gradient(180deg, rgba(2, 6, 19, 0.13769257703081228) 0%, rgba(2, 6, 19, 0.742734593837535) 41%);
  z-index: -1;
  width: 100%;
  height: 200px;
  /* opacity: 0.4; */
  border-radius: 10px;
  filter: fl;
}

/* footer css start  */
.footer1 {
  /* background-image: url(../images/Footer.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px 30px 0px;
  position: relative;
  z-index: 1;
}

.footer1::before {
  content: "";
  /*background: linear-gradient(180deg, rgba(2,6,19,1) 0%, rgba(0,24,66,1) 100%);*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -4;
}

.footer1::after {
  content: "";
  background-image: url(../images/foooter-img.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -11px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}


.footer2 a img {
  width: 300px;
}

.footer2 p {
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
}

.footer3 h2 {
  color: #ffffff;
  font-size: 20px;
}

.footer4 {
  justify-content: space-between;
}

.footer5 li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}

.footer6 h2 {
  color: #ffffff;
  font-size: 20px;
}

.footer7 {
  margin-top: 129px;
}

.footer7 p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  width: 45%;
  margin: 0 auto;
  text-align: center;
}

.footer7 p a{
   color: #ffffff;
   text-decoration: underline;
}

.footer8 {
  display: flex;
  margin-top: 30px;
}

.footer8 input {
  background-color: transparent;
  border: 1px solid #1351ad;
  border-radius: 20px;
  font-size: 13px;
  padding: 10px 15px;
  width: 220px;
}

.footer8 ::placeholder {
  color: #ffffff;
}

.footer8 button {
  margin-left: -65px;
  border: 1px solid #1351ad;
  border-radius: 20px;
  background: -webkit-linear-gradient(#0a1429, #0b2552);
  color: #ffffff;
  font-size: 14px;
  padding: 10px 40px;
}

.footer8 button:hover {
  color: #ffffff;
}

.footer9 {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.footer9 i {
  background-color: #abb2be;
  padding: 10px;
  border-radius: 20px;
  font-size: 16px;
  width: 35px;
  display: flex;
  justify-content: center;
}

/* footer css end  */


/* ===== Scrollbar CSS ===== */

/* Chrome, Edge, and Safari */
/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  background-color: #BEBACF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #0b2552;
}

/* ===== Scrollbar CSS ===== */

/* scroll to top css start */
#button_top.show {
  /* opacity: 1; */
  visibility: visible;
  right: 27px;
  border: 1px solid #ccc;
  border-radius: 25px;
}

#button_top i {
  line-height: 40px;
  color: #000000;
  font-size: 16px;
}

#button_top {
  background-color: #ffffff;
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 9px;
  position: fixed;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 1;
  visibility: hidden;
  z-index: 1016;
  bottom: 17px;
  right: -59px;
  cursor: pointer;
  animation: 2s beat linear infinite;
  transition: all 0.4s ease-in-out;
  animation: bounce 6s ease-in-out infinite normal;
}

/* scroll to top css end */

/*a#dropdownMenuLink:hover {*/
/*    color: #064877*/
/*}*/

/*a#dropdownMenuLink.active {*/
/*    color: #064877*/
/*}*/

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0129ae
}

.dropdown {
    /*padding-top: 30px;*/
    position: relative
}

.dropdown:hover .dropdown-menu {
    display: block
}

li.li-1 a:hover {
    color: #051b6d
}

li.li-1 a {
    color: #888;
    cursor: pointer
}

a#dropdownMenuLink {
    /*background: 0 0;*/
    /*border: 0;*/
    /*color: #ffdfc1;*/
    font-weight: 600;
    font-size: 15px;
    /* padding: 0 7px; */
    margin: 0;
    /* padding-bottom: 15px; */
    font-size: 14px;
    font-weight: 500;
    font-family: 'Nexa', sans-serif;
    /* padding-bottom: 0; */
    /* margin-bottom: 0; */
}

.dropdown-menu.show {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 27px 6px rgba(0, 0, 0, .2);
    border-radius: 4px
}

/*a#dropdownMenuLink:focus {*/
/*    border: 0;*/
/*    box-shadow: 0 0*/
/*}*/

.dropdown-menu.show {
    border-radius: 0;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    background-color: transparent;
    color: #064877
}

i.fas.fa-book-open {
    border: 1px solid;
    border-radius: 60%;
    width: 30px;
    height: 30px;
    display: none !important;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-right: 8px;
    justify-content: center;
    display: inline-flex;
    opacity: .3;
    transition: all .5s ease-in-out
}

.dropdown-item:hover i {
    background: #051b6d;
    color: #fff;
    opacity: 1
}

.dropdown-item {
    padding: 5px 8px;
}

/*.dropdown-menu a span:after {*/
/*    content: "\f178";*/
/*    position: absolute;*/
/*    opacity: 0;*/
/*    font-size: 20px !important;*/
/*    color: #064877;*/
/*    top: 4px;*/
/*    right: -20px !important;*/
/*    transition: .5s;*/
/*    font: normal normal normal 14px/1 FontAwesome*/
/*}*/

.dropdown-menu a:hover span {
    padding-right: 25px
}
.form-box img {
    position: absolute;
    width: 30% !important;
    right: 7px;
    top: 0px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(0%) hue-rotate(257deg) brightness(101%) contrast(105%);
}
.dropdown-menu a span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s;
    font-size: 14px;
    font-weight: 500;
    color: #f0f8f9;
    transition: .5s;
    font-family: 'Nexa', sans-serif;
}
.form-group input {
    height: 40px;
    border: 1px solid #0000005e;
    padding: 0 12px;
    width: 100%;
    border-radius: 10px;
}
.dropdown-menu a:hover span:after {
    opacity: 1;
    right: 0
}

a.dropdown-item.bdr-rem {
    border: 0
}

.dropdown-menu {
    width: 230px;
    padding: 0px 4px;
    border-top: 5px solid #6c6c6c;
    outline: 0;
    margin-top: 0;
    box-shadow: 0 0 20px 12px rgba(0, 0, 0, .09);
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: -webkit-linear-gradient(#0b2552, #0a1429);
}

.dropdown-item {
    border-bottom: 1px solid #dbdee3;
    transition: 0.7s;
}

.dropdown-menu:before {
    content: "\f0d8";
    font: normal normal normal 14px/1 FontAwesome;
    top: -25px;
    position: absolute;
    left: 10%;
    font-size: 30px;
    color: #ffffff;
    opacity: 0;
}

.carousel__button.is-close{
    background: -webkit-linear-gradient(#0b2552, #0a1429);
    top: -17px !important;
    right: -15px !important;
}

/*.sticky-slider a {*/
/*    display: none;*/
/*    width: 100%;*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*    font-weight: 600 !important;*/
/*    border: 0px;*/
/*    cursor: pointer;*/
/*    color: #fff !important;*/
/*    padding: 15px 0px 15px 0px;*/
/*    font-size: 20px;*/
/*    margin: 0 0 0 19px;*/
/*    border-radius: 0;*/
/*    -webkit-transition: all .1s linear;*/
/*    -moz-transition: all .1s linear;*/
/*    -o-transition: all .1s linear;*/
/*    -ms-transition: all .1s linear;*/
/*    transition: all .1s linear;*/
/*    background: #0c267a;*/
/*    float: none;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    animation: blinkingText 1.2s infinite;*/
/*    z-index: 1000;*/
/*}*/

/*@keyframes blinkingText {*/
/*    0% {*/
/*        background: #da0d0b;*/
/*        color: #fff;*/
/*    }*/

/*    100%, 49% {*/
/*        background: #092338;*/
/*        color: #fff;*/
/*    }*/

/*    60% {*/
/*        background: #da0c0a;*/
/*        color: #fff;*/
/*    }*/

/*    99% {*/
/*        background: #092338;*/
/*    }*/

/*}*/

/*MODREN CSS end*/
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1400px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ser5 h2 {
        font-size: 48px !important;
    }
    .ser7 h2 {
        font-size: 48px !important;
    }
    .ser5 {
        margin-left: 0;
    }
    .home19 h2 {
        font-size: 46px !important;
    }
    .home26 h2 {
        width: 45%;
    }
    .home2 h2 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home26 h2 {
        width: 70%;
    }
    .ser5 p {
        font-size: 17px;
    }
    .ser5 h2 {
        font-size: 37px !important;
    }
    .ser7 h2 {
        font-size: 37px !important;
    }
    .ser5 {
        margin-left: 0;
    }
    .home19 h2 {
        font-size: 37px !important;
    }
    .header1 button,
    .header1 a{
        font-size: 14px;
    }
    .about1 h2 {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggler-icon {
    color: #ffffff;
    margin-top: 5px;
  }

  .navbar-nav {
    border: 1px solid #0b2552;
    border-radius: 5px;
    background: -webkit-linear-gradient(#0b2552, #0a1429);
    padding: 10px 20px;
  }

  .home1 {
    background-image: url(../images/pic1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 135px 0px 142px 0px;
    position: relative;
  }

  .home2 h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
  }

  .home2 h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
  }

  .home2 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .home4 {
    margin-top: 30px;
  }

  .home4 a img {
    width: 70px;
  }

  .home6 h2 {
    color: #ffffff;
    font-size: 35px;
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .home5 {
    padding: 80px 0px 275px 0px;
    text-align: center;
    position: relative;
  }

  .home7 {
    position: relative;
    border-radius: 60px;
    padding: 30px 60px;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 1;
  }

  .home7 h6 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 200;
    line-height: 2;
  }

  .home7 p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
  }

  .home8 {
    background-image: url(../images/pic13.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 380px;
    padding-top: 180px;
  }

  .home9 {
    background-image: url(../images/pic14.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 15px;
    border: 1px solid #99999914;
    border-radius: 20px;
  }

  .home9 p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .home9 img {
    margin: -55px 10px 10px 10px;
    background-color: #0B3B87;
    padding: 13px;
    width: 45px;
    border-radius: 25px;
  }

  .home13 {
    background-color: #091530;
    border-radius: 15px;
    margin-top: 10px;
  }

  .home14 h4 {
    padding: 20px;
    text-align: left;
    color: #FFF;
    border-right: 1px solid #fff;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
  }

  .home15 {
    padding: 20px;
    display: flex;
    gap: 10px;
  }

  .home15 img {
    width: 45px;
  }

  .home17 h2 {
    color: #eee;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 0px;
  }

  .home17 p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
  }

  .slider {
    height: 300px;
    width: 300px;
    margin: 200px auto 0;
    transform-style: preserve-3d;
  }

  .jas-control {
    position: absolute;
    top: 140px;
    width: 255%;
    left: -75%;
  }
  
  .jas-control a i{
      color:#fff;
  }

  .home22 h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
  }

  .home24 {
    position: relative;
    border-radius: 20px;
    padding: 30px;
    margin: 0 auto;
    margin-top: 30px;
    background: rgb(16, 23, 44);
    background: linear-gradient(180deg, rgba(16, 23, 44, 1) 35%, rgba(11, 42, 99, 1) 100%);
  }

  .home24 h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    line-height: 2;
  }

  .home24 p {
    color: #ffffff;
    font-size: 11px;
    font-weight: 300;
  }

  .home24 img {
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
  }

  .home26 h2 {
    width: 60%;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
  }

  .home33 h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
  }

  .home33 img {
    width: 230px;
  }

  .home27 {
    justify-content: space-evenly;
    /* align-items: center; */
    margin-top: 50px;
    /* background-color: #09295f29; */
    border-radius: 20px;
    padding: 35px 15px;
    /* backdrop-filter: blur(10px); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
  }

  .home30 .row.mt-5 {
    margin-top: 5px !important;
  }

  .home29 input {
    background-color: transparent;
    border: 1px solid #1351ad;
    border-radius: 20px;
    font-size: 10px;
    padding: 8px 15px;
    /* width: 230px; */
  }

  .home29 label {
    color: #eee;
    font-size: 12px;
  }

  .home32 h4 {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .home25 .accordion-item h2 button {
    font-size: 16px;
    font-weight: 300;
  }

  .footer1 {
    background-image: url(../images/Footer.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 60px 30px 60px;
    position: relative;
    z-index: 1;
  }

  .footer2 p {
    margin-top: 10px;
    color: #ffffff;
    font-size: 9px;
  }

  .footer4 .col-12.col-sm-12.col-md-2.col-lg-2.col-xl-2.col-xxl-2.ms-auto {
    margin-left: 0px !important;
  }

  .footer3 h2 {
    color: #ffffff;
    font-size: 14px;
  }

  .footer6 h2 {
    color: #ffffff;
    font-size: 14px;
  }

  .footer8 {
    display: flex;
    margin-top: 15px;
  }

  .footer8 button {
    margin-left: -35px;
    border: 1px solid #1351ad;
    border-radius: 20px;
    background: -webkit-linear-gradient(#0a1429, #0b2552);
    color: #ffffff;
    font-size: 10px;
    padding: 3px 30px;
  }

  .footer8 input {
    background-color: transparent;
    border: 1px solid #1351ad;
    border-radius: 20px;
    font-size: 9px;
    padding: 0px 20px;
    width: 149px;
  }

  .footer7 p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }

  .footer9 {
    display: flex;
    gap: 15px;
    margin-top: 20px;
  }

  .footer9 i {
    background-color: #abb2be;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    width: 30px;
    display: flex;
    justify-content: center;
  }

  .about4 {
    background-image: url(../images/pic1.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 150px 0px 55px 0px;
    position: relative;
  }


  .about6 {
    padding: 20px 0px;
    text-align: center;
  }

  .about1 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    width: 74%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .about1 h2 {
    font-size: 40px;
    font-weight: 600;
  }

  .about1 img {
    width: 210px;
  }

  .about7 {
    background-image: url(../images/pic54.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 400px;
    padding-top: 180px;
    position: relative;
  }

  .ser1 {
    background-image: url(../images/pic45.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 190px 60px 50px 60px;
    position: relative;
  }

  .ser5 h2 {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
  }

  .ser5 p {
    margin-top: 20px;
    color: #ffffff;
    font-size: 10px;
    padding-bottom: 0px;
  }

  .ser5 h2::before {
    content: "";
    position: absolute;
    bottom: -17px;
    background-image: url(../images/pic47.webp);
    background-repeat: no-repeat;
    width: 150px;
    height: 10px;
  }

  .ser6 {
    margin-top: 15px;
  }

  .ser6 a {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 7px 20px;
    font-size: 12px;
    color: #ffffff;
    background: -webkit-linear-gradient(#0a1429, #0b2552);
    display: block;
    width: fit-content;
  }

  .ser3::before {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 0;
    background-image: url(../images/pic48.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: 250px;
    z-index: 0;
  }

  .ser7 h2 {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
  }

  .ser7 p {
    margin-top: 20px;
    color: #ffffff;
    font-size: 10px;
    padding-bottom: 0px;
  }

  .ser8::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    background-image: url(../images/pic53.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: 250px;
    z-index: 0;
  }

  .ser7 h2::before {
    content: "";
    position: absolute;
    bottom: -17px;
    right: 0;
    background-image: url(../images/pic49.webp);
    background-repeat: no-repeat;
    width: 115px;
    height: 10px;
  }


}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .navbar-toggler-icon {
    color: #ffffff;
    margin-top: 5px;
  }
  
  .offcanvas-main-header .navbar-nav{
      padding: 10px 0;
  }
  
  .dropdown-menu{
      width: 100%;
  }

  .navbar-nav {
    border: 1px solid #0b2552;
    border-radius: 5px;
    background: -webkit-linear-gradient(#0b2552, #0a1429);
    padding: 10px 20px;
  }

  .nav-link {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }

  .home2 h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
  }

  .home2 h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
  }

  .home2 p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
  }

  .home4 {
    margin-top: 15px;
  }

  .home4 a img {
    width: 55px;
  }

  .home1 {
    background-image: url(../images/pic1.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 0px;
    position: relative;
  }

  .home2 img {
    width: 150px;
  }

  .navbar-brand img {
    width: 100px;
  }

  .home1::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 2px solid #60606073;
  }

  .home5 {
    padding: 75px 0px 75px 0px;
    text-align: center;
    position: relative;
  }

  .home6 h2 {
    color: #ffffff;
    font-size: 18px;
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .home7 {
    position: relative;
    border-radius: 60px;
    padding: 20px 30px;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    z-index: 1;
  }

  .home7 h6 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 200;
    line-height: 2;
  }

  .home7 p {
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
  }

  .home8 {
    /* background-image: url(../images/pic13.webp); */
    /* background-repeat: no-repeat; */
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding-top: 110px;
    background-image: none;
  }

  .home9 {
    background-image: url(../images/pic14.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    border: 1px solid #99999914;
    border-radius: 20px;
    margin-bottom: 45px;
  }

  .home16:before {
    display: none;
  }

  .home11 {
    margin-top: 0px;
    justify-content: center;
    gap: 0px;
  }

  .home12 {
    justify-content: center;
    margin-top: 0px;
  }

  .home13 {
    background-color: #091530;
    border-radius: 15px;
    margin-top: 20px;
  }

  .home14 h4 {
    padding: 30px;
    text-align: left;
    color: #FFF;
    /* border-right: 1px solid #fff; */
    border: none;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }

  .home15 img {
    width: 80px;
    margin-bottom: 20px;
  }

  .home15 {
    padding: 10px;
    display: block;
    margin: 0px;
  }

  .home16 {
    padding: 10px 0 30px;
    position: relative;
  }

  .home17 h2 {
    color: #eee;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
  }

  .home17 p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
  }

  .slider {
    height: 400px;
    width: 347px;
    margin: 60px auto 0;
    transform-style: preserve-3d;
  }

  .jas-control {
    position: absolute;
    top: -54px;
    width: 92%;
    left: 5%;
  }

  /* .jas-carousel .jas-item {
    opacity: 0;
  } */

  .jas-carousel .jas-item.active {
    opacity: 1;
  }

  section {
    overflow: hidden;
  }

  .marquee-container {
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    height: 44px;
    /* background-color: rgb(var(--light-n-0)); */
  }
  
  .footer5{
      text-align:center;
  }

  .home26 h2 {
    width: 75%;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
  }

  .home25 {
    padding: 20px;
    position: relative;
    z-index: 1;
  }

  .home22 h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
  }

  .home22 h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
  }

  .home23 {
        margin-top: 85px;
        height: 15px;
    }

  .home21 .owl-theme .owl-nav {
    margin-top: 25px;
    position: absolute;
    top: -55px;
    right: 5%;
  }

  .home24 {
    position: relative;
    border-radius: 20px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 30px;
    background: rgb(16, 23, 44);
    background: linear-gradient(180deg, rgba(16, 23, 44, 1) 35%, rgba(11, 42, 99, 1) 100%);
  }

  .home27 {
    justify-content: space-evenly;
    /* align-items: center; */
    margin-top: 30px;
    /* background-color: #09295f29; */
    border-radius: 20px;
    padding: 25px;
    /* backdrop-filter: blur(10px); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
  }

  .home33 h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
  }

  .home29 label {
    color: #eee;
    font-size: 15px;
    text-align: center;
    display: block;
  }

  .home32 h4 {
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .btn-port.text-center {
    margin-top: 15px;
  }

  .home25 .accordion-item {
    border: none;
    margin-bottom: 15px;
    color: #ffffff;
    background: #001842;
    background: linear-gradient(180deg, #001842 35%, rgba(11, 42, 99, 1) 100%);
    border-radius: 20px;
    padding: 15px 0px;
  }

  .home25 .accordion-item h2 button {
    font-size: 14px;
    font-weight: 300;
  }

  .footer1 {
    /* background-image: url(../images/Footer.webp); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    padding: 30px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 51px;
  }

  .footer2 {
    text-align: center;
  }

  .footer3 {
    text-align: center;
  }

  .footer6 h2 {
    color: #ffffff;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
  }

  .footer9 {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    justify-content: center;
  }

  .footer7 {
    margin-top: 40px;
  }

  .footer7 p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .footer2 a img {
    width: 90px;
    margin-bottom: 60px;
  }

  .about4 {
    background-image: url(../images/pic1.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 125px 0px 25px 0px;
    position: relative;
  }

  .about6 {
    padding: 0px;
    text-align: center;
  }

  .about1 {
    padding: 60px 10px;
    background-image: url(../images/pic55.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* box-shadow: #0B2E6E 0px 5px 15px; */
  }

  .about1 h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .about1 p {
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .about1 img {
    width: 180px;
  }

  .about7 {
    width: 100%;
    height: 650px;
    padding-top: 95px;
    position: relative;
    background-image: none;
  }

  .ser1 {
    background-image: url(../images/pic45.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 125px 60px 20px 60px;
    position: relative;
  }

  .home6 a {
    border: 1px solid #0b2552;
    border-radius: 30px;
    background: linear-gradient(150deg, rgba(0, 0, 0, 0.3) 48%, rgba(10, 47, 112, 0.3) 78%, rgba(21, 87, 183, 0.3) 100%);
    padding: 10px 15px;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #ffffff17;
  }

  .ser1 .home6.text-center.mt-5 {
    margin-top: 30px !important;
  }

  .back {
    background-image: url(../images/pic50.webp);
    background-repeat: no-repeat;
    background-size: contain;
    /* padding: 10px; */
  }

  .ser3 {
    padding: 20px;
    /* background: -webkit-linear-gradient(#0e2b69, #0f357b); */
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .ser5 {
    margin-left: 0px;
  }

  .ser5 h2 {
    font-size: 40px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .ser5 p {
    margin-top: 20px;
    color: #ffffff;
    font-size: 12px;
    padding-bottom: 0px;
  }

  .ser3::before {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 0;
    background-image: url(../images/pic48.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 200px;
    z-index: 0;
  }

  .ser6 a {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 12px;
    color: #ffffff;
    background: -webkit-linear-gradient(#0a1429, #0b2552);
    display: block;
    width: fit-content;
  }

  .ser2 {
    padding: 25px 0;
    position: relative;
  }

  .ser7 h2 {
    font-size: 40px;
    font-weight: 500;
    position: relative;
  }

  .ser7 p {
    margin-top: 20px;
    color: #ffffff;
    font-size: 12px;
  }

  .ser4 {
    margin-top: 10px;
  }

  .ser8::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    background-image: url(../images/pic53.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 180px;
    z-index: 0;
    pointer-events: none;
  }
  /*.sticky-slider a {*/
  /*      display: block;*/
  /*  }*/
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  .navbar-toggler-icon {
    color: #ffffff;
    margin-top: 5px;
  }
  
  .footer1::after {
    background-size: 155% 103%;
    top: 274px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  
  .offcanvas-main-header .navbar-nav{
      padding: 10px 0;
  }
  
  .dropdown-menu{
      width: 100%;
  }

  .navbar-nav {
    border: 1px solid #0b2552;
    border-radius: 5px;
    background: -webkit-linear-gradient(#0b2552, #0a1429);
    padding: 10px 20px;
  }

  .nav-link {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }

  .home2 h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
  }

  .home2 h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
  }

  .home2 p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
  }

  .home4 {
    margin-top: 15px;
  }
  
  .footer5{
      text-align:center;
  }

  .home4 a img {
    width: 55px;
  }

  .home1 {
    background-image: url(../images/pic1.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 0px;
    position: relative;
  }

  .home2 img {
    width: 150px;
  }

  .navbar-brand img {
    width: 100px;
  }

  .home1::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 2px solid #60606073;
  }

  .home5 {
    padding: 75px 0px 75px 0px;
    text-align: center;
    position: relative;
  }

  .home6 h2 {
    color: #ffffff;
    font-size: 18px;
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .home7 {
    position: relative;
    border-radius: 60px;
    padding: 20px 30px;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    z-index: 1;
  }

  .home7 h6 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 200;
    line-height: 2;
  }

  .home7 p {
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
  }

  .home8 {
    /* background-image: url(../images/pic13.webp); */
    /* background-repeat: no-repeat; */
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding-top: 110px;
    background-image: none;
  }

  .home9 {
    background-image: url(../images/pic14.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    border: 1px solid #99999914;
    border-radius: 20px;
    margin-bottom: 45px;
  }

  .home16:before {
    display: none;
  }

  .home11 {
    margin-top: 0px;
    justify-content: center;
    gap: 0px;
  }

  .home12 {
    justify-content: center;
    margin-top: 0px;
  }

  .home13 {
    background-color: #091530;
    border-radius: 15px;
    margin-top: 20px;
  }

  .home14 h4 {
    padding: 30px;
    text-align: left;
    color: #FFF;
    /* border-right: 1px solid #fff; */
    border: none;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }

  .home15 img {
    width: 80px;
    margin-bottom: 20px;
  }

  .home15 {
    padding: 10px;
    display: block;
    margin: 0px;
  }

  .home16 {
    padding: 10px 0 30px;
    position: relative;
  }

  .home17 h2 {
    color: #eee;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
  }

  .home17 p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
  }

  .slider {
    height: 400px;
    width: 347px;
    margin: 60px auto 0;
    transform-style: preserve-3d;
  }

  .jas-control {
    position: absolute;
    top: -54px;
    width: 92%;
    left: 5%;
  }

  /* .jas-carousel .jas-item {
    opacity: 0;
  } */

  .jas-carousel .jas-item.active {
    opacity: 1;
  }

  section {
    overflow: hidden;
  }

  .marquee-container {
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    height: 44px;
    /* background-color: rgb(var(--light-n-0)); */
  }

  .home26 h2 {
    width: 75%;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
  }

  .home25 {
    padding: 20px;
    position: relative;
    z-index: 1;
  }

  .home22 h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
  }

  .home22 h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
  }

  .home23 {
    margin-top: 85px;
    height: 15px;
  }

  .home21 .owl-theme .owl-nav {
    margin-top: 25px;
    position: absolute;
    top: -55px;
    right: 5%;
  }

  .home24 {
    position: relative;
    border-radius: 20px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 30px;
    background: rgb(16, 23, 44);
    background: linear-gradient(180deg, rgba(16, 23, 44, 1) 35%, rgba(11, 42, 99, 1) 100%);
  }

  .home27 {
    justify-content: space-evenly;
    /* align-items: center; */
    margin-top: 30px;
    /* background-color: #09295f29; */
    border-radius: 20px;
    padding: 25px;
    /* backdrop-filter: blur(10px); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
  }

  .home33 h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
  }

  .home29 label {
    color: #eee;
    font-size: 15px;
    text-align: start;
    display: block;
  }

  .home32 h4 {
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .btn-port.text-center {
    margin-top: 15px;
  }

  .home25 .accordion-item {
    border: none;
    margin-bottom: 15px;
    color: #ffffff;
    background: #001842;
    background: linear-gradient(180deg, #001842 35%, rgba(11, 42, 99, 1) 100%);
    border-radius: 20px;
    padding: 15px 0px;
  }

  .home25 .accordion-item h2 button {
    font-size: 14px;
    font-weight: 300;
  }

  .footer1 {
    /* background-image: url(../images/Footer.webp); */
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 0 15px;
    position: relative;
    z-index: 1;
  }

  .footer2 {
    text-align: center;
  }

  .footer3 {
    text-align: center;
  }

  .footer6 h2 {
    color: #ffffff;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
  }

  .footer9 {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    justify-content: center;
  }

  .footer7 {
    margin-top: 40px;
  }

  .footer7 p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .footer2 a img {
    width: 154px;
    margin-bottom: 20px;
  }

  .about4 {
    background-image: url(../images/pic1.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 125px 0px 25px 0px;
    position: relative;
  }

  .about6 {
    padding: 0px;
    text-align: center;
  }

  .about1 {
    padding: 60px 10px;
    background-image: url(../images/pic55.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* box-shadow: #0B2E6E 0px 5px 15px; */
  }

  .about1 h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .about1 p {
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .about1 img {
    width: 180px;
  }

  .about7 {
    width: 100%;
    height: 650px;
    padding-top: 95px;
    position: relative;
    background-image: none;
  }

  .ser1 {
    background-image: url(../images/pic45.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 125px 60px 20px 60px;
    position: relative;
  }

  .home6 a {
    border: 1px solid #0b2552;
    border-radius: 30px;
    background: linear-gradient(150deg, rgba(0, 0, 0, 0.3) 48%, rgba(10, 47, 112, 0.3) 78%, rgba(21, 87, 183, 0.3) 100%);
    padding: 10px 15px;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #ffffff17;
  }

  .ser1 .home6.text-center.mt-5 {
    margin-top: 30px !important;
  }

  .back {
    background-image: url(../images/pic50.webp);
    background-repeat: no-repeat;
    background-size: contain;
    /* padding: 10px; */
  }

  .ser3 {
    padding: 20px;
    /* background: -webkit-linear-gradient(#0e2b69, #0f357b); */
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .ser5 {
    margin-left: 0px;
  }

  .ser5 h2 {
    font-size: 40px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .ser5 p {
    margin-top: 20px;
    color: #ffffff;
    font-size: 12px;
    padding-bottom: 0px;
  }

  .ser3::before {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 0;
    background-image: url(../images/pic48.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 200px;
    z-index: 0;
  }

  .ser6 a {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 12px;
    color: #ffffff;
    background: -webkit-linear-gradient(#0a1429, #0b2552);
    display: block;
    width: fit-content;
  }

  .ser2 {
    padding: 25px 0;
    position: relative;
  }

  .ser7 h2 {
    font-size: 40px;
    font-weight: 500;
    position: relative;
  }

  .ser7 p {
    margin-top: 20px;
    color: #ffffff;
    font-size: 12px;
  }

  .ser4 {
    margin-top: 10px;
  }

  .ser8::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    background-image: url(../images/pic53.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 180px;
    z-index: 0;
    pointer-events: none;
  }
  .popup-bann{
      display:none;
  }
      .fancybox__carousel {
        margin-top: 0;
    }
    
    .fancybox__content{
       padding: 15px 20px !important; 
    }
    /*.sticky-slider a {*/
    /*    display: block;*/
    /*}*/
    .footer5.new{
        text-align:center;
    }

}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 38px;
    }
}



.dropdown-menu a:hover{
    background-color: #0b2147;
    color: #fff !important;
}

