:root {
  /*root:color*/
  --c-1: #fcfcfc;
  --c-2: #e9ecef;
  --c-dark: #0C244E;
  --c-light: #f7f7f6;
  --c-txt1: #212529;
}

.black-color {
  text-decoration: none;
  color: #212529;
}
.bg-c-dark {
  background-color: var(--c-dark);
}

.bg-c-light {
  background-color: var(--c-light);
}

.text-c-txt {
  color: var(--c-txt1);
}


body {
  background-color: var(--c-1) !important;
}


.hover-link a:hover {
  color: #10316B !important
}

.overlay-staff {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  filter: grayscale(1) opacity(0.8);
}

.header-box {
  position: absolute;
  bottom: 4rem;
  width: 100%;
  /* z-index: 999; */
}

.staff-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, #fcfcfc, transparent 85%);
}

.s-20 {
  width: 20px;
  height: 20px;
}

.s-25 {
  width: 25px;
  height: 25px;
}

.s-30 {
  width: 30;
  height: 30px;
}

.s-50 {
  width: 50px;
  height: 50px;
}

.s-45 {
  width: 45px;
  height: 45px;
  transform: scale(1.4);
}


.lang-s {
  color: #fcfcfc;
  font-size: 12px;
  padding: 0px 16px;
  border-radius: 7px;
  transition: 0.3s;
  border: 2px solid #ffc451;
  line-height: 30px;
}

.lang-s:hover,
.lang-s:focus:hover {
  color: #fcfcfc;
  background: #ffc451;
}

.scrollto:hover {
  color: #ffc451 !important
}

.service-item .icon {
  background: #ffc451;
  color: #312f2f;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.service-item:hover {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.logo-mobile-show {
  display: none;
  width: 132px;
  height: 40px;
  transform: scale(1.2);
  margin: 0 8px;
}

.logo-hidden img {
  transform: scale(1.3);
  height: 52px;
  width: 26px;
}

#header.header-scrolled .logo-text-hidden span,
#header.header-scrolled .logo-hidden img , #header.header-scrolled .topbar {
  display: none;
}

#header.header-scrolled .logo-mobile-show {
  display: block;
}

#header.header-scrolled {
  margin: 0 !important;
}

.service-item {
  background-color: #fcfcfc;
  text-align: center;
  border: 1px solid color-mix(in srgb, #444444, transparent 85%);
  padding: 50px 20px;
  height: 100%;
  transition: all ease-in-out 0.3s;
}

.overlay-banner-slide::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #000000;
  opacity: 0.5;
  top: 0;
  bottom: 0;
}

.main-slide-box .color-w:hover {
  color: #ffc451;
}

.hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 2px solid color-mix(in srgb, #fcfcfc, transparent 70%);
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero .icon-box:hover {
  border-color: #ffc451;
  ;
}

.swiper-pagination-bullet {
  background: #fcfcfc !important;
}

.services .icon-box:hover svg path {
  fill: #fcfcfc;
}

.color-w {
  color: #fcfcfc
}

.title-effect {
  position: relative;
}

.aos-animate .title-effect::before {
  content: "";
  width: 30px;
  height: 90px;
  background-color: #edf9ff;
  border-radius: 15px;
  position: absolute;
  transform: rotate(55deg);
  margin-top: -22px;
  margin-right: -55px;
  z-index: -1;
  animation-name: title-effect-animation;
  animation-delay: 1.2s;
  animation-duration: 1.2s;
}

.aos-animate .title-effect::after {
  content: "";
  width: 30px;
  height: 90px;
  background-color: #e7f0fd;
  border-radius: 15px;
  position: absolute;
  transform: rotate(55deg);
  margin-right: 40px;
  margin-top: -25px;
  z-index: -1;
  animation-name: title-effect-animation2;
  animation-delay: 1.2s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

.bx-chevrons-down img {
  animation-name: double_arrow_down;
  animation-delay: 1.2s;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}

@keyframes title-effect-animation {
  0% {
    transform: rotate(55deg) translateY(-65px);
  }

  100% {
    transform: rotate(55deg) translateY(0);
  }
}

@keyframes title-effect-animation2 {
  from {
    transform: rotate(55deg) translatey(65px);
  }

  to {
    transform: rotate(55deg) translate(0);
  }
}

@keyframes double_arrow_down {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(10px);
    opacity: 0;
  }
}

/* a {
  text-decoration: none;
  color: #212529;
}

a:hover {
  color: #10316B;
  text-decoration: none;
} */

#main {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .dropdown svg path {
    fill: #343a40
  }

  .service-item {
    padding: 20px;
  }

  .navbar-mobile .dropdown ul {
    padding: 10px 14px !important;
  }

  .navbar .dropdown .dropdown ul {
    visibility: visible !important;
  }
}

#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(3, 4, 61, 0.8);
}
  /* pa: 1rem 1rem 0; */

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: #0C244E;
  /* background: rgba(55, 142, 181, 0.9); #378eb5*/
  /* padding: 0px 12px; */
  /* border-bottom: 4px solid rgba(255, 215, 0, 0.6); */
}

#header .logo h2 {
  font-size: 22px;
  margin: 0;
  line-height: 1;
}

#header .logo h2 a,
#header .logo h2 a:hover {
  color: #fcfcfc;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
  margin-left: 10px;
  margin-right: 8px;
}

@media (min-width: 1281px) and (max-width: 1366px) {
  #header .logo-text-hidden{
    display: none !important;
  }

  #header.header-scrolled .logo-hidden img {
    display: inline-block;
  }
  
}
@media (min-width: 1279px) and (max-width: 1444px) {
  .navbar-college a, .navbar-college a:focus {
    font-size: 0.7rem !important;
  }
  
}

@media (max-width: 768px) {
    #header.header-scrolled {
      padding: 0.5px 0;
    }

    a strong {
      font-family: fbold !important;
      font-size: 115%;
    }
}

.navbar {
  padding: 0;
  position: static;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.dropdown a {
  font-family: fmedium !important
}

.dropdown strong {
  font-family: fbold !important
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 11px;
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 0;
}

.navbar a:hover,
.navbar .active:focus,
.navbar li:hover>a {
  background: rgba(255, 255, 255, 0.23);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;

}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  right: auto;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, .99);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  /*   max-width:1280px; */
  padding: 0 1.2rem;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 0px 20px;
  font-size: 15px;
  text-transform: none;
  color: #101267;
  margin: 0;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #64aedc;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin: 0;
  /*   padding: 10px; */
  display: block;
  position: absolute;
  top: 130%;
  left: 80px;
  right: 80px;
  visibility: hidden;
  opacity: 0;
  display: flex;
  transition: 0.3s;
  z-index: 99;
  align-items: flex-start;
}

.navbar .megamenu ul li {
  flex: 1;
}

.navbar .megamenu ul li strong {
  padding: 10px 0 10px 20px;
  display: block;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
  color: rgba(var(--color-white-rgb), 0.5);
  background: none;
  padding: 0;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: #64aedc;
}

.navbar .megamenu:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  right: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  right: 200px;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.bi-list .close {
  display: none;
}

.bi-x .close {
  display: block;
}

.bi-x .open {
  display: none;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #10316bee;
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 2px 18px;
  font-size: 15px;
  color: #101267;
  font-family: fbold;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #64aedc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 7px 9px;
  padding: 7px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 26px rgba(127, 137, 161, 0.5);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 0px 5px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #64aedc;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.navbar-mobile .megamenu ul li a,
.navbar-mobile .megamenu ul li:hover>a {
  color: rgba(var(--color-white-rgb), 0.5);
  background: none;
}

.navbar-mobile .megamenu ul li a:hover,
.navbar-mobile .megamenu ul li .active,
.navbar-mobile .megamenu ul li .active:hover {
  color: #64aedc;
}

#hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  /* margin-bottom: -90px; */
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px 0 2px #101267;
}

#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: -1px 0 2px #03043D;
}

#hero .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .lang-s {
    margin: 12px auto;
    padding: 2px 25px !important;
    max-width: 64px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

section {
  overflow: hidden;
}

.section-bg {
  background-color: #f4f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 30px;
  color: #0c244e;
  z-index: 2;
}


.section-title p {
  margin-bottom: 0;
}


.about {
  background: url("/s/about-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 15px 0;
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(252, 252, 252, 0.7);
  z-index: 9;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 30px 30px 30px 0;
}

.about .content h3 {
  font-size: 34px;
  color: #212529;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  display: inline-block;
  background: #0C244E;
  padding: 4px 20px 4px 20px;
  color: #Fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
  font-size: 15px;
}

.about .content .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .about-btn:hover {
  background: #10316B;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #03043D;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
  line-height: 2;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #0c244e;
  top: 0;
  border-radius: 0px;
}

.services .icon3 {
  margin-bottom: 15px;
}

.services .icon3 i {
  font-size: 48px;
  line-height: 1;
  color: #03043D;
  transition: all 0.3s ease-in-out;
}

.services .title {
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #212529;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon3 i {
  color: #fff;
}

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

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #101267;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #64aedc;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  text-align: center;
  transition: 0.3s;
}



.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

@media (max-width: 425px) {
  .header-box {
    position: relative !important;
    bottom: 0;
    padding-top: 20px;
  }

  #hero {
    height: 100%;
  }
}

/* mhkh@2024-07-29 11:21:08 */
#header.header-scrolled {
  top: 0px !important;
}

.header-title-link,
.header-title-link:hover {
  color: #ffc451 !important;
}

.portfolio .portfolio-wrap {
  width: 100%;
  height: 20rem;
}

#portfolio .container,
#portfolio .container-fluid,
#portfolio .container-xxl,
#portfolio .container-xl,
#portfolio .container-lg,
#portfolio .container-md,
#portfolio .container-sm,
#portfolio .container-xs {
  padding-right: 0px;
  padding-left: 0px;
}

/*  */

.logo_img img {
  width: 75px;
}

.slider-link-hover {
  stroke: #000000;
  transform: rotate(180deg);
}

.slider-button:hover .slider-link-hover {
  stroke: #fcfcfc
}

.s-25 {
  width: 25px;
  height: 25px;
}

.s-20 {
  width: 20px;
  height: 20px;
}



.slider-area {
  margin-top: 5rem;
}

@media screen and (min-width: 1281px) {
  .slider-area {
    margin-top: 10rem;
  }
}

.slider-content-2 h4 {
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;


  animation: 0.8s 0.8s fadeInUp both;
  border-top: 1px solid #e29f5b;
  display: inline-block;
  margin-bottom: 9px;
  padding-top: 9px;
}

.slider-content-2 h3 {

  color: #fff;
  animation: 1s 1.6s fadeInUp both;
}

.slider-content-2 p {
  color: #fff;
  margin: 10px 0 14px;
  font-size: 16px;
  animation: 1s 2s fadeInUp both;

}

.slider-button a {
  background: #0c244e;
  padding: 5px 10px;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  border: 1px solid #0c244e;
  margin-top: 24px;
  transition: .5s;

  z-index: 2;
  animation: 1s 2s fadeInUp both;
  position: relative;
}

.slider-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transform: scale(0);
  transition: .5s;
}

.slider-button i {
  display: inline-block;
  font-size: 15px;
  margin-right: 7px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  transition: .3s;
}

a.slider-button3 {
  background: transparent;
  border: 1px solid #fff;
  margin-left: 16px;
  position: relative;
  z-index: 1;
}

a.slider-button3:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0c244e;
  transform: scale(0);
}

.slider-button a:hover:before {
  transform: scale(1);
}

.slider-button a:hover {
  color: #0c244e;
  border: 1px solid #fff;
}

.slider-button a:hover i {
  background: #0c244e;
  color: #fff;
}

a.slider-button3:hover:before {
  transform: scale(1);
}

a.slider-button3:hover {
  color: #fff;
  border: 1px solid #0c244e;
}

a.slider-button3:hover i {
  background: #fff;
  color: #18326d;
}

.dreamit-slider-thumb {
  margin-top: 45px;
}

.slider-socail-icon {
  position: absolute;
  right: -50px;
  top: 55px;
  width: 52px;
}

.slider-socail-icon a {
  width: 30px;
  height: 30px;
  display: block;
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  margin: 11px 0;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: .3s;
}

.slider-socail-icon span {
  font-size: 18px;

  color: #fff;
  writing-mode: vertical-rl;

  margin-top: 60px;
}

.dreamit-slider-thumb-1 {
  position: relative;
  animation: 0.8s 0.8s fadeInUp both;
  border: 5px solid #fcfcfc;
}

.dreamit-slider-thumb-1 img{
  height: 18rem;
}

span.follow-us {
  position: relative;
  z-index: 1;
  left: 12px;
}

span.follow-us:before {
  position: absolute;
  content: "";
  z-index: 1;
  background: #e29f5b;
  width: 2px;
  height: 49px;
  top: -58px;
  left: 14px;
}

.slider-socail-icon a:hover {
  background: #e29f5b;
  color: #fff;
  border: 1px solid #e29f5b;
}

/* responsive */

/* @media (min-width: 1200px) and (max-width: 1499px) {
  .dreamit-slider-thumb-1 img {
    width: 100%;
  }

  .dreamit-slider-thumb-1 {
    margin-left: -150px;
  }
} */

@media (min-width: 992px) and (max-width: 1199px) {
  .logo2 img {
    width: 75%;
  }

  .slider-content-2 {
    padding-left: 25px;
  }

  .slider-socail-icon {
    left: 5px;
  }

  /* .dreamit-slider-thumb-1 {
    right: -148px;
    top: -126px;
  }

  .dreamit-slider-thumb-1 img {
    width: 82%;
  } */

  .slider-button a {
    padding: 14px 25px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 h3 {
    line-height: 35px;
  }

  .slider-socail-icon {
    left: 4px;
    bottom: 284px;
  }

  /* .dreamit-slider-thumb-1 img {
    width: 100%;
  } */

  .slider-button a {
    padding: 12px 30px;
  }

  .slider-button i {
    margin-left: 5px;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }

  a.slider-button3 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* .dreamit-slider-thumb-1 img {
    width: 45%;
  }

  .dreamit-slider-thumb-1 img {
    width: 100%;
  } */

  .slider-socail-icon {
    left: 22px;
    bottom: 285px;
  }

  /* .dreamit-slider-thumb-1 {
    right: -108px;
    top: 345px;
  } */
}

@media only screen and (min-width: 320px) and (max-width: 599px) {


  /* .dreamit-slider-thumb-1 {
    position: inherit;
    right: 0;
    top: 0;
  }

  .dreamit-slider-thumb-1 img {
    width: 75%;
  } */

  .techno_nav_manu {
    display: none;
  }
  .slider-button a {
    margin-top: 0;
  }

  .slider-socail-icon {
    display: none;
  }

  .slider-content-2.text-right {
    text-align: right !important;
  }
}
@media screen and (max-width: 1025px) {
  .header-box-item {
    width: auto !important;
    flex: fit-content !important;
  }
}
@media screen and (max-width: 768px) {
  .header-box {
    left: 0;
    bottom: 10px;
    /* display: none; */
  }

  .header-box-display {
    justify-content: start !important;
  }

  .header-box-item {
    width: auto !important;
    flex: fit-content !important;
  }

  .header-box-item-txt {
    display: none;
  }

  .hero .icon-box {
    padding: 5px !important;
  }
}

.mySwiper_new .swiper-pagination{
  bottom: 0 !important;
}

.mySwiper_new{
  min-height: 20rem;
}

html[dir="ltr"] .navbar .dropdown ul a i {
  transform: rotateY(180deg) !important;
}

html[dir="ltr"] .navbar .dropdown .dropdown:hover > ul {
  left: 200px !important;
  right: auto !important;
}