* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Metrophobic&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Varela+Round&family=Zen+Dots&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');


@font-face {
  font-family: 'Zen Dots';
  src: url('../font/ZenDots-Regular.woff2') format('woff2'),
    url('../font/ZenDots-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-color: #1f80ac;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3 {
}


a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  max-width: 100%;
  transition: ease-in-out .3s;
}

.img:hover img {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}


p {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
}



.head_icon a {
  color: #fff;
  padding: 0px 5px;
  border-radius: 50%;
}


#myHeader.sticky {
  position: fixed;
  background-color: #000;
  width: 100%;
  top: 0;
  z-index: 999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.head_banner .slick-slide.slick-current.slick-active .head_text {
  animation: 2s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .head_pera {
  animation: 3s linear 0s alternate headerline;
  transition-delay: .2s;
}

.head_banner .slick-slide.slick-current.slick-active img {
  animation: 3s linear 0s alternate headerline;
  transition-delay: .2s;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateY(-10%);
    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 1%;
  z-index: 99;
  padding: 10px;
  color: #000;
  cursor: pointer;
  padding: 8px 12px;
  /* border: 1px solid #000; */
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 1%;
  z-index: 99;
  padding: 8px 12px;
  color: #000;
  cursor: pointer;
  /* border: 1px solid #000; */
}

.slick-nav.next-arrow.slick-arrow:hover,
.slick-nav.prev-arrow.slick-arrow:hover {
  background-color: #000;
  color: #fff;
}

.head_item img {
  object-fit: cover;
}

.head_item {
  position: relative;
}



.arrow_menu {
  display: none;
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.navigation {
  display: flex;
  margin-bottom: 0;
  gap: 9px;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 208px;
  position: relative;
  z-index: 99;
}

.navigation li {
  padding: 25px 20px;
  position: relative;
  border-radius: 10px;
}

.nav_bar_nab {
  position: relative;
  background-color: #000;
}

.brochure {
  position: fixed;
  top: 38%;
  right: -60px;
  display: flex;
  background-color: #000;
  transform: rotate(270deg);
  gap: 30px;
  z-index: 99;
}
.brochure a {
  background: #F92245;
  color: #fff;
  padding: 12px 20px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
}
.hrad_btn a {
  font-size: 17px;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  padding: 12px 22px;
  border-radius: 4px;
  position: relative;
  z-index: 9;
}


.hrad_btn i {
  font-size: 17px;
  padding: 5px;
  border-radius: 4px;
}

.navigation li a {
  color: #fff;
}

.toggle {
  display: none;
}

.inner_header {
  position: relative;
  background: linear-gradient(128deg, rgba(0, 0, 0, 1) 53%, var(--bg-color) 100%);
}


.inner_text {
  padding: 10% 0;
}

.inner_hrad {
  font-size: 40px;
  color: #fff;
  font-weight: bolder;
  font-family: sans-serif;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: #fff;
}

.brade_crom span {
  color: #fff;
}

.inner_header img {
  height: 400px;
  object-fit: cover;
}

.clk_btn {
  position: absolute;
  right: 7px;
  top: 30%;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 7px 15px;
  display: block;
}

.droupdown li a:hover {
  background: var(--bg-color);
  color: #fff;
}

.droupdown {
  position: absolute;
  background-color: #000;
  left: 0;
  top: 100%;
  width: 250px;
  display: none;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.droupdown .droupdown{
    left:100%;
    top:0;
}

nav {
  width: 100%;
  z-index: 99;
  background-color: #000;
}

.head_contant {
  position: absolute;
  left: 5%;
  top: 30%;
  z-index: 9;
}

/* new header */
.compney_name {
  display: block;
  text-align: center;
  background: #000000;
  font-size: 20vh;
  /* font-family: "Bebas Neue", sans-serif; */
  font-weight: 900;
  /* line-height: 170px; */
  background: radial-gradient(circle farthest-corner at center center, #1f80ac 0%, #FFFFFF 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.compney_name samp {
  font-size: 20px;
  letter-spacing: normal;
  color: var(--bg-color);
  -webkit-text-fill-color: var(--bg-color);
}

.head_line {
  font-size: 40px;
  display: block;
  color: var(--bg-color);
  color: #fff;
  margin-bottom: 30px;

}

.head_text {
  position: relative;
  z-index: 99;
}


header {
  background-color: #000;
  background: linear-gradient(128deg, rgba(0, 0, 0, 1) 5%, var(--bg-color) 100%);
  /*background: var(--bg-color);*/
  padding: 30px 0 80px;
  position: relative;
}

.head_pera {
  background-color: #2b2b2bb5;
  padding: 20px 25px;
  border-radius: 20px;
  position: relative;
  margin-top: 80px;
  z-index: 99;
}

.head_pera::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 100%;
  top: 40%;
  background-color: #2b2b2bb5;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);

}

.head_pera p {
  color: #bebebe;
  font-size: 14px;
  margin-bottom: 0;
}

.head_banner {
  position: relative;
  z-index: 99;
}

.light_1 {
  position: absolute;
  bottom: 0%;
  z-index: 1;
}


.policy_inner {
  display: flex;
  align-items: center;
}

.service-ico {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  float: left;
}

.service-info {
  width: calc(100% - 95px);
}

.fast_head {
  display: block;
  font-size: 23px;
  font-weight: 600;
  color: var(--bg-color);
}

.policy_inner:hover .service-ico img {
  transform: translateY(-10px);
}

.head_item {
  width: 60%;
  margin: auto;
}

.small_head {
  display: block;
  font-size: 20px;
  color: var(--bg-color);
  font-weight: 600;
}

.big_head {
  display: block;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 10px;
}

.margin {
  margin: 60px 0;
}

.counter {
  background: radial-gradient(circle, var(--bg-color) 0%, rgba(0, 0, 0, 1) 100%);
  padding: 25px 0;
  color: #fff;
}

.count_item {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.ab_img {
  width: 50%;
  float: left;
}

.ab_text li {
    list-style: disc;
    margin: 10px 0;
}

.count_number {
  font-size: 50px;
  font-weight: 900;
}

.count_box p {
  font-size: 18px;
  font-weight: 600;
}


.pro_item {
  background-color: #f5f5f5;
  background:linear-gradient(327deg, rgb(0 0 0) 0%, rgb(30 124 167) 33%, rgb(28 116 156) 82%);
  padding: 20px;
  border-radius: 5px;
  margin: 8px;
}

.pro_head {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.why_choose {
  background-color: #000;
  padding: 60px 0 30px;
  color: #fff;
  position: relative;
  background: linear-gradient(128deg, var(--bg-color) 53%, var(--bg-color) 100%);
}

.item_head {
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.why_item {
  padding-left: 20px;
  border-left: 1px solid #7e7e7e;
  margin: 30px 0;
  position: relative;
  z-index: 9;
}

.why_item p {
  font-size: 14px;
  color: #bcbcbc;
}

.why_img {
  text-align: center;
  position: relative;
  z-index: 9;
}

.why_light {
  position: absolute;
  bottom: 0;
  left: 0;
}

.video_item {
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: ease-in-out .5s;
}

.video_item:first-child {
  background-color: #f5f5f5;
}

.video_head {
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  transition: ease-in-out .5s;
}

.video_item p {
  font-size: 14px;
  margin-bottom: 0;
  transition: ease-in-out .5s;
}

.video_item:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: var(--bg-color);

}

.video_item:hover .video_head,
.video_item:hover p {
  color: #fff;
}

.video_sec iframe {
  border-radius: 8px;
}

.contact_us {
  padding: 100px 0;
  background-position: center;
  color: #fff;
  background-color: #000;
  background-size: cover;
}

.contact_us form input,
select,
textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  color: #fff;
  padding: 13px;
  margin: 12px 0;
  outline: none;
  font-size: 14px;
}

.contact_us form select option {
  color: #000;
}

.contact_us label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

.contact_us form ::placeholder {
  color: #fff;
}

.form_contact li a {
  color: #fff;
}

.form_contact li {
  color: #fff;
  margin: 17px 0;
  font-size: 16px;
}

.form_contact li i {
  margin-right: 5px;
}

.head_icon {
  display: flex;
  gap: 10px;
}

.head_icon a {
  color: #fff;
  padding: 0px 5px;
  border-radius: 50%;
  font-size: 20px;
}

.all_btn {
  font-size: 17px;
  font-weight: 600;
  background-color: var(--bg-color);
  background: linear-gradient(327deg,var(--bg-color) 0%, rgba(0, 0, 0, 1) 33%, rgba(0, 0, 0, 1) 82%);
  color: #fff;
  padding: 12px 22px;
  border-radius: 4px;
  position: relative;
  z-index: 9;
  border: none;
}
.all_btn:hover{
  background: linear-gradient(327deg, rgba(0, 0, 0, 1) 0%, var(--bg-color) 33%, var(--bg-color) 82%);
  color: #fff;
}
.test_item img {
  width: 100%;
  height: 170px;
 
}

.testmonial {
  background-color: #000;
  background: linear-gradient(128deg, rgba(0, 0, 0, 1) 5%, var(--bg-color) 100%);
  padding: 80px 0;
  color: #fff;
  position: relative;
}

.test_slider {
  margin: 30px 0;
}

.test_slider .slick-slide {
  background-color: #2c2e2fac;
  color: #FFF;
}

.test_slider .slick-slide,
.test_slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}


.test_slider .slick-current.slick-active {
  transform: scale(1.1);
  border: 1px solid #7b7b7b;
}

.test_item {
  padding: 20px;
  border-radius: 30px;
  margin: 50px 0 !important;
  text-align: left;
}

.test_slider .slick-nav.next-arrow.slick-arrow,
.test_slider .slick-nav.prev-arrow.slick-arrow {
  color: #fff;
}

.test_slider .slick-track {
  display: flex;
}

.immediate {
  background-color: #000;
  color: #fff;
  background: linear-gradient(-128deg, rgba(0, 0, 0, 1) 53%, var(--bg-color) 100%);
  padding: 40px 0 30px;
}

.immediate p {
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
}

.immediate a {
  font-size: 35px;
  color: #fff;
  font-weight: 900;
}

footer {
  background-color: #000;
  background: linear-gradient(-128deg, rgba(0, 0, 0, 1) 80%, var(--bg-color) 100%);
  padding-top: 80px;
  color: #fff;
}

.foot_logo img {
  width: 200px;
  margin-bottom: 20px;
}

.foot_logo p {
  font-size: 14px;
}

.foot_head {
  font-size: 25px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.foot_nav ul li a {
  color: #fff;
  display: block;
  padding: 7px 0;
  font-size: 14px;
}

.foot_nav {
  padding-left: 80px;
}

.foot_contact .form_contact li {
  font-size: 14px;
}

footer .head_icon {
  gap: 15px;
  margin-top: 50px;
}

footer .head_icon a {
  font-size: 15px;
  border: 1px solid #7c7c7c;
  border-radius: 6px;
  padding: 7px 12px;
}

footer .head_icon a:hover {
  background-color: var(--bg-color);
  border: 1px solid var(--bg-color);
}

.copyright {
  margin-top: 30px;
  text-align: center;
  background-color: #22222250;
}

.copyright p {
  margin-bottom: 0;
  padding: 10px;
  color: #fff;
  font-size: 14px;
}

.copyright p a {
  color: #fff;
  text-decoration: underline !important;
}


footer .compney_name {
  background: radial-gradient(circle farthest-corner at center center, #fff 0%, #4d4d4d 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

  .client_item img {
    padding: 26px;
}

table {
  border-collapse: collapse;
  width: 100%;
}
th{
      background-color: #1f80ac;
      color:#fff;
}
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 15px 10px;
}
tr:first-child {
   background-color: #F92245;
      color:#fff;
}

tr:nth-child(even) {
  background-color: #dddddd;
}







.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 40px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.marcket-plase a {
  display: block;
  margin-bottom: 20px;
}

.social-share ul li button {
  border: none;
  background-color: var(--bg-color);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}

.social-share ul {
  display: flex;
  gap: 5px;
}

.share-btn-box {
  margin-top: 15px;
}

.in_about {
  width: 45%;
  float: left;
  padding-right: 30px;
}



.slide-btn {
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  cursor: pointer;
}





.magnific-img img {
    width: 100%;
    height: auto;
}

.mfp-bottom-bar,
* {
    font-family: 'Abel', sans-serif;
}


a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
.gallery{
      columns: 4;
}
.gallery_item{
    
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
* Remove all paddings around the image on small screen
*/
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}



     #modalOverlay {
            position: fixed;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 99999;
            height: 100%;
            width: 100%;
        }

        .modalPopup {
            position: absolute;
            top: 45%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            width: 50%;
            -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
            -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
            box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
        }

        .modalContent {
            padding: 29px 35px;
        }

        .headerBar {
            width: 100%;
            margin: 0;
            text-align: center;
        }

      
      

        .buttonStyle {
            position: absolute;
            top: 0;
            right: 0;
            background: #000;
            color: #fff;
            padding: 8px 12px;
            cursor: pointer;
        }

        .returnToProfile {
            text-align: center;
            margin: 3em;
        }

        .returnToProfile a,
        .returnToProfile a:visited {
            color: #ddd;
        }

        .returnToProfile a:hover {
            color: #fff;
        }
        /*.pop_form{*/
        /*    display: flex;*/
        /*}*/
        .headerBar{
            width: 40%;
        }
        .headerBar img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .modalContent{
            width: 60%;
            text-align: center;
        }
        .modalContent input{
            width: 100%;
            padding: 10px;
            border: 1px solid #000;
            outline: none;
        }
        .modalContent button{
            margin-top: 10px;
            background: #000;
            border: none;
            color: #fff;
            padding: 9px 22px;
            cursor: pointer;
        }
        .modalPopup form {
            padding: 38px;
            background: #002b44;
        }
.pop_form input, select, textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  color: #fff;
  padding: 13px;
  margin: 12px 0;
  outline: none;
  font-size: 14px;
}





@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}



@media only screen and (max-width: 991px) {
  .hrad_btn {
    display: none;
  }

  .compney_name {
    font-size: 15vh;
  }
}



@media only screen and (max-width: 850px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .arrow_menu {
    display: block;
    order: 3;

  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #fff;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 65px;
    left: 0;
    background-color: #000;
    z-index: 999;
    display: none;
  }



  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid var(--bg-color);
  }

  .navigation li a {
    color: #fff;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    background: #000;
    text-align: center;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #fff;
  }

  .nav_bar {
    align-items: center;
  }

  .hrad_btn {
    display: none;
  }

}


@media only screen and (max-width: 767px) {
  .head_pera {
    margin-top: 30px;
  }

  .ab_img {
    width: 100%;
    margin-bottom: 10px;
  }

  .head_item {
    width: 80%;
  }

  .foot_nav {
    padding-left: 0px;
  }

  .contact_us {
    padding: 40px 0;
  }
  .in_about {
    width: 100%;
    padding-right: 0;
  }
}



@media only screen and (max-width: 650px) {
  .compney_name {
    font-size: 10vh;
  }

  .head_line {
    font-size: 30px;
  }

  .big_head {
    font-size: 25px;
  }

  .small_head {
    font-size: 17px;
  }

  .head_item {
    width: 100%;
  }
  nav{
    padding: 8px 0;
  }
}

@media only screen and (max-width: 600px) {
  .immediate p {
    font-size: 18px;
  }

  .immediate a {
    font-size: 30px;
  }
  .count_number{
    font-size: 30px;
  }
  .count_box p{
    font-size: 16px;
  }
  .count_item img{
    width: 50px;
  }
  .margin {
    margin: 30px 0;
}
.inner_hrad{
  font-size: 26px;
}
}

@media only screen and (max-width: 500px) {
  .compney_name {
    font-size: 6vh;
  }

  .head_line {
    font-size: 26px;
    margin-bottom: 10px;
  }
}


/*div#google_translate_element_desktop {*/
/*    height: 42px;*/
/*}*/
a.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none;
}
.goog-te-combo option{
    color:#000;
}







.right_hight {
    font-size: 23px;
    margin-bottom: 8px;
}
.blog_right ul li a{
    font-size: 15px;
    color: #fff;
    display: block;
    padding: 8px 13px;
    background: #2d2f8f;
    margin-bottom: 3px;
    transition: .3s;
}
.blog_right ul li a:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.head_pera_blog{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog_text{
    text-align: left;
        padding: 17px;
            background: #fff;
}
.blog_item{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin:10px;
        background: #165d7d;
}
.blog_head {
      font-size: 19px;
    margin-bottom: 6px;
    color: #000000;
    font-weight: 600;
    display: block;
}
.blog_text a {
    font-size: 18px;
    display: block;
    color: #2d2f8f;
    font-weight: 600;
    margin-top: 9px;
}

.booking{
    font-size:20px;
    color:#fff;
}


button.course-accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

button.course-accordion.active:after {
  content: "\2212";
}

.course-panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 96%;
  font-family: "Raleway";
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: .4px;
  font-style: normal;
  color: rgba(0, 0, 0, .88);
  text-align: left;
}

.course-accordion {
  width: 100%;
  text-align: left;
  padding: 10px;
  margin: 3px 0;
  background-color: #1f80ac;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  border: none;
}

