/*******DEFAULT*******/

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

html {
  scroll-behavior: auto;
}

html,
body {
  font-family: "Manrope", system-ui;
  margin: 0;
  padding: 0;
  font-size: 16.5px;
  font-weight: 400 !important;
  outline: none !important;
  overflow-x: hidden !important;
  list-style: none !important;
  display: block;
  scroll-behavior: smooth;
}

/*li {*/
/*  list-style: none !important;*/
/*}*/

* {
  box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  transition-duration: 0.3s !important;
}

*:focus {
  outline: none !important;
}

*::focus {
  outline: none !important;
}

textarea:focus,
input:focus,
.form-control:focus {
  outline: none !important;
}

.input-box {
  position: relative;
  border-radius: 30px !important;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  background-color: #fff;
}

textarea:focus,
input,
input:focus {
  outline: none !important;
}

section,
footer {
  position: relative;
}

*:focus {
  outline: none;
}

.container {
  max-width: 1266px;
}

.navbar .container {
  max-width: 1266px;
  padding-left: 0;
  padding-right: 0;
}

.input-box input {
  border: none;
  background-color: transparent;
  width: 160px;
  color: #ccc;
  padding-left: 15px;
  padding-right: 15px;
}

.input-box i {
  position: absolute;
  right: 13px;
  top: 9px;
  color: #007ac1;
}

/*******END*******/

input.custom-file-input:focus,
input:focus,
input.custom-file-input:active,
input:active {
  outline: none !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  box-shadow: none !important;
}
nav {
  z-index: 99999;
}

:focus {
  outline: 0;
}
.menu-spacer {
  width: 100%;
}
.menu-spacer-in {
  height: 65px;
}

.container-slider {
  max-width: var(--home-slider-max-width);
  margin-left: auto;
  margin-right: auto;
}

.container-mid {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-min {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.full-division {
  display: block;
  width: 100%;
  background-color: var(--section-background);
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.title1 {
  font-size: var(--title-size);
  text-transform: var(--title-text-char);
  text-align: var(--title-align);
  color: var(--title-color);
  margin-bottom: var(--title-dood-zai);
}

.title2 {
  font-size: var(--title2-size);
  text-transform: var(--title2-text-char);
  text-align: var(--title2-align);
  color: var(--title2-color);
  margin-bottom: var(--title2-dood-zai);
}

.desc-2 {
  text-align: var(--desc-2-align);
  color: var(--desc2-color);
  display: -webkit-box;
  -webkit-line-clamp: var(--desc2-mur);
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.default-btn {
  display: block;
  text-align: center;
  max-width: 200px;
  padding: 8px 20px;
  color: var(--default-btn-text-color);
  background-color: var(--default-btn-text-background);
  border: 1px solid var(--default-btn-text-border);
}

.default-btn:hover {
  color: var(--default-btn-text-hover-color);
  background-color: var(--default-btn-text-hover-background);
  border: 1px solid var(--default-btn-text-hover-border);
}

/*******END*******/

.nav-title {
  color: #283897;
  text-align: justify;
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.nav-sub-sub a {
  padding-left: 10px;
  line-height: 1.2;
}

.sliders {
  max-width: 100vw;
  overflow: hidden;
}

#hero {
  position: relative;
  display: block;
}

.layer {
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100vw / 1920 * 770);
}

.layer-1 {
  position: fixed;
  width: 100%;
  top: 67px;
}

.layer-1 img {
  top: 0;
  width: 100%;
}

.baisjin {
  width: 100%;
  top: 55px;
}

.mens {
  position: relative;
  width: 50.54%;
  left: 37%;
  top: 28%;
}

.bichig {
  position: relative;
  max-width: 70%;
  left: 15%;
  top: 60%;
}

.light {
  position: relative;
  width: 80%;
  left: 20%;
  top: 0;
}

/*******SCROLL ANIMATION*******/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

.slider-main {
  background: transparent;
}

.slider-main .owl-next {
  background: var(--all-slider-next);
  top: calc(50% - 30px);
}

.slider-main .owl-prev {
  background: var(--all-slider-prev);
  top: calc(50% - 30px);
}

.news-fp .owl-next {
  background: url(../img/next-main.svg);
  top: calc(50% - 30px);
}

.news-fp .owl-prev {
  background: url(../img/prev-main.svg);
  top: calc(50% - 30px);
}

.slider-main .owl-dots {
  position: relative;
}

.ajil-slider .owl-dots {
  bottom: -40px;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*******END*******/
.soclial {
  position: relative;
  display: block;
}
.search-box {
  position: absolute;
  top: 21px;
  width: 0;
  left: -30px;
  opacity: 0;
  transition-duration: 0.3s;
}

.search-box2 {
  position: absolute;
  width: 100%;
  display: block;
  padding: 10px 20px;
  background-color: #1c4386;
  height: 0;
  opacity: 0;
}
.search-box2 .form-group {
  margin-bottom: 0;
}

.search-box2 input {
  border-radius: 0;
  border: none;
}

#search-btn2 {
  position: absolute;
  width: 25px;
  padding: 0;
  border: none;
  background: transparent;
  right: 60px;
  top: 14px;
}

section {
  display: block;
  width: 100%;
  overflow: hidden;
}

.home-slider .item {
  width: 100%;
  /* height: calc(100vw / 16 * 6.5); */
  height: 500px;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-slider .owl-item:nth-child(1) .item {
  border-bottom: 5px solid #e31f2b;
}

.home-slider .owl-next {
  background: var(--home-slider-next);
  width: 20px;
  height: 20px;
  filter: invert(var(--home-slider-btns-color));
}

.home-slider .owl-prev {
  background: var(--home-slider-prev);
  width: 20px;
  height: 20px;
  filter: invert(var(--home-slider-btns-color));
  left: 0;
}

.ajil-slider .owl-prev {
  position: absolute;
  background: url(../img/prev-rounded.svg);
  width: 24px;
  height: 24px;
  filter: invert(var(--home-slider-btns-color));
  top: -50px;
  left: auto;
  right: 30px;
}

.ajil-slider .owl-next {
  background: url(../img/next-rounded.svg);
  width: 24px;
  height: 24px;
  filter: invert(var(--home-slider-btns-color));
  right: 0 !important;
  top: -50px;
}

.hero-background {
  /* background image */
  background: url(../../assets/images/bg.jpg) no-repeat center center;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 70vh;
}

.video-text {
  position: absolute;
  left: 40%;
  top: 40%;
  color: #fff;
}

.max-text {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.max-name {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.1;
}

.home-gallery {
  position: absolute;
  width: 100%;
  top: 0;
}

.hg-bc,
.hg-img {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 1920px) {
  .hp-slider {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
  }
  .uria {
    border-radius: 10px;
    overflow: hidden;
    margin: 40px 10px 10px;
  }
}

#over_video {
  width: 100%;
  height: auto;
}

.dropdown-menu {
  border-radius: 0;
  max-width: 90vw;
  min-width: 300px;
}

.dropdown-item {
  display: block !important;
  white-space: normal;
}

.home-service {
  position: relative;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  z-index: 999;
  margin-top: -250px;
  z-index: 0;
}

.home-ser-cats {
  width: 70%;
  max-width: 850px;
  float: right;
}

.slider-desc {
  position: absolute;
  top: 38%;
  max-width: 500px;
  z-index: 1;
}

.slider-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.1 @;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.slider-text {
  color: #fff;
  font-style: italic;
  font-size: 16px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.slider-desc a {
  display: block;
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  text-align: center;
  max-width: 200px;
  border-radius: 5px;
  margin-top: 20px;
}

.slider-desc a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.container-slider {
  max-width: var(--home-slider-max-width);
  margin-left: auto;
  margin-right: auto;
}

.home-slider {
  position: relative;
  display: block;
}

.home-slider .item {
  width: 100%;
  /* height: calc(100vw / 16 * 6); */
  height: 500px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.home-slider .owl-next {
  background: var(--home-slider-next);
  width: 24px;
  height: 24px;
  filter: invert(var(--home-slider-btns-color));
}

.home-slider .owl-prev {
  background: var(--home-slider-prev);
  width: 24px;
  height: 24px;
  filter: invert(var(--home-slider-btns-color));
}

.slider-content {
  position: absolute;
  display: block;
  max-width: 600px;
  width: 50%;
  bottom: 25%;
}

.slider-content-bc {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: var(--home-slider-text-background);
  opacity: var(--home-slider-text-alpha);
}

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

.home-slider .slider-content {
  color: var(--home-slider-text-color) !important;
}

.slider-content a {
  margin-top: 10px;
  display: block;
  text-align: center;
  max-width: 200px;
  padding: 8px 20px;
  color: var(--home-slider-btn-text-color);
  background-color: var(--home-slider-btn-background);
  border: 1px solid var(--home-slider-btn-border);
}

.slider-content a:hover {
  color: var(--home-slider-btn-text-hover-color);
  background-color: var(--home-slider-btn-hover-background);
  border: 1px solid var(--home-slider-btn-hover-border);
}

.slider-content p {
  margin-bottom: 5px;
}

.slider-title {
  text-transform: uppercase;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
}

.slider-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.s-right {
  left: 50%;
  width: calc(50% - 40px);
}

.s-center {
  display: block;
  left: 50%;
  margin-left: -25%;
  text-align: center;
}

.s-center a {
  margin-left: auto;
  margin-right: auto;
}

.s-left {
  right: 50%;
  width: calc(50% - 40px);
}

@media only screen and (min-width: 1921px) {
  .home-slider {
    border-radius: 4px;
    overflow: hidden;
  }
  .home-slider .item {
    max-height: 720px;
  }
}

@media only screen and (min-width: 1220px) {
  .s-center {
    display: block;
    left: 50%;
    margin-left: -300px;
    text-align: center;
  }
}

@media only screen and (max-width: 1366px) {
  .home-slider .item {
    height: calc(100vw / 1.8);
  }
  .slider-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .slider-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .slider-title {
    font-size: 15px;
  }

  .slider-desc {
    font-size: 14px;
  }
  .slider-content a {
    padding: 5px 8px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .slider-content {
    bottom: 20%;
  }
  .slider-content a {
    padding: 5px 8px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .home-slider .item {
    height: calc(100vw / 1.2);
  }

  .home-slider .owl-nav {
    display: none;
  }

  .s-center {
    display: block;
    left: 20px;
    margin-left: 0;
    text-align: center;
  }

  .slider-texts {
    padding: 10px;
  }
  .slider-content {
    text-align: center;
    left: 0;
    bottom: 25px;
    padding-bottom: 10px;
    left: 20px;
    width: calc(100% - 40px);
  }

  .slider-content a {
    margin-left: auto;
    margin-right: auto;
    padding: 4px 8px;
    font-size: 13px;
  }

  .slider-title {
    font-size: 13px;
  }

  .slider-desc {
    font-size: 13px;
  }
}

.ser-icon {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.ser-icon svg {
  fill: #fff;
}

.ser-icon-in {
  fill: #1c4386 !important;
}

.r-title1 {
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 60px;
}

.r-title-center {
  position: relative;
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
  /* max-width: 490px; */
  margin-left: auto;
  margin-right: auto;
  color: #0047be;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.r-title2 {
  position: relative;
  display: block;
  font-size: 22px;
  margin-bottom: 30px;
  max-width: 300px;
  background: #0047be;
  background: linear-gradient(to right, #0047be 23%, #8228ce 59%, #0047be 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}

.service-cat {
  position: relative;
  display: block;
  background-color: #000;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 5px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.service-cat img {
  width: 100%;
}

.service-cat .l1 {
  transition-duration: 1s;
}

.service-cat .l2,
.service-cat .l3 {
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 1s;
}

.ser-img-in {
  transform: scale(1.05);
}

.ser-img-in2 {
  margin-top: -5px;
}

.ser-img-in3 {
  transform: scale(1.2);
}

.ser-name {
  position: absolute;
  width: 100%;
  font-size: 15px;
  color: #fff;
  bottom: 0px;
  font-weight: 500;
  padding: 40px 20px 20px;
  transition-duration: 1s;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.ser-name-in {
  bottom: 0px;
}

.home-service .row {
  margin-left: -3px;
  margin-right: -3px;
}

.home-service .col-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.right-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -15px;
}

.home-service .col-sm-6 {
  margin-bottom: 6px;
}

.home-about {
  position: relative;
  background-color: #fff;
}

.home-about-img {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.home-about-text {
  text-align: justify;
  color: #333;
}

.home-about-text img {
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 2px;
}

.home-about-text li:before {
  content: url(../img/tseg.svg);
  display: inline-block;
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  margin-right: 15px;
}

.home-about-text li {
  display: block;
  border-top: 1px solid #d4d4d4;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.t-list li:last-child {
  margin-bottom: 30px;
}

.home-about-text li p {
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 0;
}

.book {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transform-origin: center;
  rotate: 5deg;
  margin-top: 20px;
}

.book img {
  width: 100%;
}

.book-cover {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left center;
  border-radius: 3px;
  overflow: hidden;
  transform: perspective(1200px) rotateY(0deg);
  transition-duration: 1s;
}

.book-cover-in {
  transform: perspective(1200px) rotateY(-70deg);
}

.book-ar {
  border-radius: 3px;
  overflow: hidden;
  filter: brightness(0.98);
  box-shadow: 2px 2px 0 #d4d4d4;
}

.about-btn {
  padding: 10px;
  background-color: #f1f1f1;
  display: inline-block;
  border-radius: 4px;
  color: #213e9a;
}

.about-btn a {
  margin-left: 5px;
}
.about-btn a:hover {
  filter: brightness(1.1);
}

.title-min {
  font-weight: 500;
  font-size: 22px;
  color: #22357e;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.home-about-text li:last-child {
  border-bottom: 1px solid #d4d4d4;
}

.main-btn {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.main-btn span {
  -webkit-backface-visibility: hidden;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: 1rem;
  position: relative;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  vertical-align: middle;
  z-index: 1;
}

.main-btn i {
  position: relative;
  z-index: 2;
  transition-duration: 0.3s;
}

.main-btn:before {
  -webkit-backface-visibility: hidden;
  background: #ed6a1b;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: skew(-20deg, 0);
}

.main-btn:after {
  -webkit-backface-visibility: hidden;
  border: 1px solid #ed6a1b;
  bottom: -0.5rem;
  content: "";
  display: block;
  left: 0.5rem;
  position: absolute;
  right: -0.5rem;
  top: 0.5rem;
  transform: skew(-20deg, 0);
  transition: all 0.3s ease-in-out;
}

.main-btn2 {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #ed1b24;
  border: 1px solid #ed1b24;
  color: #fff;
  padding: 10px 30px;
  max-width: 300px;
  border-radius: 5px;
  margin-top: 20px;
  transition-duration: 0.3s;
}

.main-btn2:hover {
  color: #fcaf17;
  border: 1px solid #fcaf17;
}

.go {
  position: absolute;
  margin-top: -60px;
}

.go-page {
  position: absolute;
  margin-top: -180px;
}

.home-project {
  background: #1e4384;
  color: #fff;
}
.about-tas-content {
  text-align: justify;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.home-about,
.home-project {
  padding: 60px 0;
}

.home-ajil {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
}

.p-head {
  margin-bottom: 30px;
}

.project-single {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  color: #fff;
  overflow: hidden;
}

.p-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition-duration: 0.9s;
}

.p-img-in {
  transform: scale(1.1);
}

.p-text {
  position: relative;
  text-align: right;
  max-width: 80%;
  float: right;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3px;
  padding: 20px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition-duration: 1s;
}

.p-in {
  opacity: 1;
}

.p-title {
  position: absolute;
  display: block;
  max-width: 70%;
  font-size: 18px;
  padding: 20px;
  bottom: 0;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}

.p-ar {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(42, 98, 193, 0);
  transition-duration: 1s;
}

.p-ar-in {
  background-color: rgba(42, 98, 193, 0.9);
}

.projects .row {
  margin-left: -2px;
  margin-right: -2px;
}
.projects .col-xl-4 {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.home-ajil {
  position: relative;
  display: block;
  background-image: url(../content/bc2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: 100vw 100vh;
  color: #fff;
}

.modal-body img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}

.ajil-left {
  padding: 0 20px;
}

.ajil-slider {
  background-color: transparent;
  background: none;
  border-bottom: 1px solid #ffc20e;
}

.on {
  display: inline-block;
  padding: 5px 40px;
  width: auto;
  text-align: center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-bottom: 20px;
  background: rgb(255, 194, 14);
  background: linear-gradient(
    52deg,
    rgba(255, 194, 14, 1) 0%,
    rgba(96, 187, 70, 1) 100%
  );
  color: #000;
  font-weight: 500;
}

.ajil-single {
  position: relative;
  display: block;
  border-left: 1px solid #ffc20e;
  height: 100%;
  min-height: 400px;
}

.tusluud {
  padding: 70px 0;
  background-image: url(../content/bc2.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.tusluud .ajil-content {
  padding: 20px;
}

.tusluud .on {
  margin-bottom: 5px;
}

.tusluud .col-md-3 {
  margin-bottom: 10px;
}

.tusluud .row {
  margin-left: -5px;
  margin-right: -5px;
}

.tusluud .col-md-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.tusluud .tusul-single {
  height: 100%;
  padding: 20px 0;
  border-radius: 4px;
  text-align: justify;
  min-height: 350px;
  color: #fff;
  border: 1px solid #ffc20e;
}
.tusluud .r-title-center {
  color: #fff;
}

.ajil-content {
  padding: 20px 15px 20px 25px;
}

.a-title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0px;
}

.cola1 {
  position: relative;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}

.cola2 {
  position: relative;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding-right: 20px;
}

.tasag-single {
  position: relative;
  display: block;
  padding: 40px 20px;
  background: url(../content/tbc1.jpg);
  background-size: cover;
  background-position: center bottom;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  font-weight: 600;
  transition-duration: 0.3s;
  height: 100%;
  color: #333;
}

.tasag-single:hover {
  background: url(../content/tbc2.jpg);
  background-size: cover;
  background-position: center bottom;
  color: #fff;
}

footer {
  padding: 40px 0 40px;
  background: #0047be !important;
  font-size: 16px;
  line-height: 28px;
  border-top: 1px solid #d4d4d4;
  color: #fff;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}

footer a {
  color: #d9e1ff;
}

footer a:hover {
  color: #00a8ff;
}

footer p {
  color: #d9e1ff;
  margin-bottom: 10px;
  line-height: 24px;
}

.footer-btn {
  position: relative;
  display: block;
  padding: 8px 15px;
  border: 1px solid #fff;
  text-align: center;
  max-width: 200px;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 15px;
}

.footer-btn:hover {
  border: 1px solid #00a8ff;
  color: #00a8ff;
}

.f-social {
  position: static;
  display: block;
  margin-top: 25px;
}

.s-icon {
  padding-right: 10px;
  float: left;
}

.s-icon img {
  width: 100%;
  max-width: 40px;
  margin-bottom: 20px;
}

.f-social a:hover {
  opacity: 0.8;
}

.set-logo {
  width: 100%;
  max-width: 240px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.f1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.f2 {
  padding-top: 20px;
  font-size: 16px;
}

.f-right {
  text-align: right;
}

.header {
  position: relative;
  display: block;
  padding: 50px 0;
  /* background-color: #0047be; */
  /* background-image: url(../content/header.jpg); */
  background-size: cover;
  background-position: center;
}

.header-big {
  position: relative;
  display: block;
  padding: 50px 0;
  background-color: #1c4386;
  min-height: 350px;
  padding: 200px 0 50px;
  background-size: cover;
  background-position: center;
}

.breadcrumb {
  font-size: 15px;
  background: transparent;
  color: #333;
  padding: 0;
  margin-bottom: 10px;
}

.breadcrumb-item a {
  color: #333 !important;
}

.title-page {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  color: #333;
  /* max-width: 700px; */
  margin-bottom: 10px;
}

.head-img iframe {
  width: 100%;
  height: calc(100vw / 16 * 9);
  max-height: 523px;
  border-radius: 5px;
  overflow: hidden;
}

.head-img img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  margin-bottom: 30px;
}

.about-layout {
  padding: 80px 0;
  background-color: #fff;
}

.about-team {
  padding: 80px 0;
  background-color: #d4d4d4;
}

.hun-single {
  position: relative;
  display: block;
}

.hun-single img {
  width: 100%;
}

.hun-name {
  background: rgba(34, 53, 126, 0.8);
  color: #fff;
  padding: 20px 30px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.hun-title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
}

.hun-job {
  color: #62bb46;
}

.about-layout img {
  max-width: 100%;
  height: auto;
}

#footer {
  position: absolute;
  margin-top: -77px;
}

.team-slider {
  background: transparent;
}

.team-title {
  padding: 20px;
  background-color: #1c4386;
  color: #fff;
  min-height: 112px;
}

.h-name {
  text-transform: uppercase;
  font-weight: 700;
}

.team-slider .owl-prev {
  background: url(../img/prev.svg);
  width: 38px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -100px;
  left: 0px;
  top: auto;
  bottom: -50px !important;
  z-index: 9;
  display: block !important;
}

.team-slider .owl-next {
  background: url(../img/next.svg);
  width: 38px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -100px;
  left: 50px;
  top: auto;
  bottom: -50px !important;
  z-index: 9;
  display: block !important;
}

.team-slider .owl-prev.disabled {
  opacity: 0.3;
}

.team-slider .owl-next.disabled {
  opacity: 0.3;
}

.h-naad {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: rgba(27, 67, 134, 0.9);
  color: #fff;
  padding: 40px 20px;
  opacity: 0;
  transition-duration: 0.3s;
}

.h-naad-in {
  opacity: 1;
}

.h-naad li {
  margin-bottom: 20px;
}

.hun-single {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.news-single-page {
  padding-bottom: 70px;
  color: #555;
}

.news-list {
  padding: 70px 0;
  background-color: #fff;
}

.news-list .news-single {
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
}

.news-list .row {
  margin-left: -10px;
  margin-right: -10px;
}

.news-list .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.news-home {
  /* padding: 30px 0; */
  padding-top: 30px;
  background: #fff;
  width: 100%;
  overflow-x: hidden;
}

.news-home .row {
  margin-left: -7px;
  margin-right: -7px;
}

.news-home .col-md-5,
.news-home .col-md-8 {
  padding-left: 7px;
  padding-right: 7px;
}

.search-area {
  position: fixed;
  display: block;
  width: 100%;
  top: -85px;
  padding: 10px;
  background: rgba(15, 38, 109, 0.8);
  z-index: 99999;
  transition-duration: 0.3s;
}

.search-area-in {
  top: 0px;
}

.search-area .input-group {
  border-radius: 50px;
  overflow: hidden;
}

.form-control-underlined {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0;
}

.form-control::placeholder {
  font-size: 15px;
  color: #aaa;
  font-style: italic;
}

.news-single {
  position: relative;
  display: block;
  overflow: hidden;
  /* border-bottom: 3px solid #0047be; */
  margin-bottom: 10px;
  transition-duration: 1s;
}

.salbaruud .search-tasag {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.news-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
}

.news-img-in {
  transform: scale(1.05);
}

.news-cat {
  font-size: 12.5px;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 10px;
}

.news-img img {
  transition-duration: 0.5s;
}

.news-img-in {
  transform: scale(var(--news-img-zoom));
}

.news-descs {
  padding: 10px 0;
  /* background-color: var(--news-single-background); */
  line-height: 1.2;
}

.news-desc {
  position: relative;
  display: block;
  min-height: 64px;
}

.news-title {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3px;
}

.news-short {
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 3px;
  margin-bottom: 10px;
}

.news-btn a {
  margin-top: 20px;
  display: block;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid #e41e2c;
  color: #e41e2c;
  text-align: center;
}

.news-btn a:hover {
  color: #fcaf17;
  border: 1px solid #fcaf17;
}

.news-date {
  font-size: 13px;
  font-weight: 500;
  color: #999;
  margin-bottom: 5px;
}

.news-main .owl-next {
  background: url(../img/next-rounded.svg);
}

.news-main .owl-prev {
  background: url(../img/prev-rounded.svg);
}

.news-main .owl-item a {
  border: 1px solid #f1f1f1;
}

.news-nav a {
  display: block;
  padding: 10px 20px;
  background-color: var(--news-nav-background);
  color: var(--news-nav-color);
  text-align: center;
  margin-bottom: 7px;
}

.news-nav a:hover {
  opacity: 0.8;
}

.news-ontsloh {
  background: transparent;
  /* margin-bottom: 15px; */
}

.news-ontsloh .item {
  position: relative;
  display: block;
  height: 380px;
  border-radius: 4px;
}

.news-ontsloh .item .col-md-7 {
  height: 380px;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: top !important;
}

.news-ontsloh .news-desc {
  min-height: 0;
  color: #fff;
}
.news-ontsloh .news-short {
  -webkit-line-clamp: 6;
}
.news-ontsloh .news-cat {
  color: #fff;
  background-color: #000;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 4px;
  font-size: 11px;
}

.news-ontsloh .news-title {
  color: #0047be;
  font-weight: 500;
  font-size: 22px;
  -webkit-line-clamp: 5;
}

.news-ontsloh .news-date {
  margin-top: 10px;
  color: #00aeff;
}

.news-ontsloh .news-descs {
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 23%,
    rgba(0, 0, 0, 0) 100%
  );
  padding: 10px;
  bottom: 0;
}

.page-link {
  color: var(--pagination-color);
}

.page-link:hover {
  color: var(--pagination-color);
}
.pagin {
  margin-top: 20px;
}

.news-single-title {
  font-size: var(--news-single-title-size);
  color: var(--news-single-title-color);
  text-align: left;
}

.editor {
  text-align: justify;
}

.editor img {
  margin-top: 10px;
  margin-bottom: 15px;
  max-width: 100%;
}

.editor iframe {
  width: 100%;
  max-width: 1280px;
  height: calc((100vw - 20px) / 16 * 9);
  max-height: 518px;
  min-height: 218px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.human-resource {
  padding: 70px 0;
  color: #555;
  text-align: justify;
}

.human-resource img {
  border-radius: 4px;
}

.mission {
  padding: 60px 0 40px;
  background: #f1f1f1;
}

.mission .row {
  margin-left: -10px;
  margin-right: -10px;
}

.mission .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.mission-single {
  position: relative;
  display: block;
  border-radius: 3px;
  width: 100%;
  color: #fff;
  text-align: left;
  background-position: right center;
  background-size: cover;
  margin-bottom: 20px;
  background-color: #333;
  border-radius: 10px;
  overflow: hidden;
}

.mission-single img {
  position: relative;
  width: 110%;
  margin-left: -10%;
}

.m-content {
  position: absolute;
  top: 10%;
  width: 100%;
  max-width: 250px;
  padding: 20px;
}

.m-content p {
  line-height: 1.2;
}

.m-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.m-cat {
  font-size: 14px;
  font-style: italic;
}

.m1 {
  background-image: url(../content/m1.jpg);
}
.m2 {
  background-image: url(../content/m2.jpg);
}
.m3 {
  background-image: url(../content/m3.jpg);
}

.m4 {
  background-image: url(../content/m4.jpg);
}

.m5 {
  background-image: url(../content/m5.jpg);
}

.m6 {
  background-image: url(../content/m6.jpg);
}

.home-bannar {
  padding: 60px 0;
  background-image: url(../content/header.jpg);
  background-size: cover;
  background-position: center bottom;
}

.home-bannar .row {
  margin-left: -5px;
  margin-right: -5px;
}

.home-bannar .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.home-bannar .r-title-center {
  color: #fff;
}

.home-bannar .col-md-4 {
  margin-bottom: 10px;
}

.b-single {
  display: block;
  background: #fff;
  padding: 30px 20px 20px;
  border: 1px solid #f1f1f1;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  height: 100%;
  color: #333;
}

.b-single:hover {
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.8);
}

.b-single p {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.b-single img {
  width: 100px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.uria {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 200px 0;
  background: url(../content/mission.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-bottom: 40px;
}

.uria-text {
  font-style: italic;
  font-size: 18px;
  text-shadow: 0 1px 2px #000;
}

.uria-text span {
  font-weight: 700;
}

.uria-text p {
  margin-bottom: 5px;
}
.nh-all .container {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}

.zamnal {
  padding: 70px 0;
  background-image: url(../content/line.jpg);
  background-position: top center;
  background-repeat: repeat-y;
}

.zamnal .row:nth-child(even) .col-xl-8 {
  order: 2;
}
.zamnal .row:nth-child(6n) .col-xl-8 .zamnal-single {
  border: 1px solid #499c3d;
}

.zamnal .row:nth-child(6n-1) .col-xl-8 .zamnal-single {
  border: 1px solid #c1172d;
}

.zamnal .row:nth-child(6n-2) .col-xl-8 .zamnal-single {
  border: 1px solid #ff3a20;
}

.zamnal .row:nth-child(6n-3) .col-xl-8 .zamnal-single {
  border: 1px solid #24bee2;
}

.zamnal .row:nth-child(6n-4) .col-xl-8 .zamnal-single {
  border: 1px solid #fcc50c;
}

.zamnal .row:nth-child(6n-5) .col-xl-8 .zamnal-single {
  border: 1px solid #a21a40;
}

.zamnal-single {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  text-align: justify;
  color: #333;
  margin-bottom: 30px;
  overflow: hidden;
}

.zamnal-img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}

.zamnal-text {
  padding: 20px;
  min-height: 150px;
}

.zamnal-single .row {
  margin: 0;
}

.zamnal-single .col-md-3,
.zamnal-single .col-md-9 {
  padding: 0;
}

.zamnal-title {
  display: block;
  background: rgb(0, 183, 227);
  background: linear-gradient(
    132deg,
    rgba(0, 183, 227, 1) 0%,
    rgba(13, 127, 183, 1) 72%,
    rgba(21, 107, 174, 1) 72%,
    rgba(41, 56, 151, 1) 100%
  );
  max-width: 150px;
  border-radius: 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: ;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 20px;
}

.contact {
  padding: 60px 0;
}

.contact .col-md-6,
.contact .col-md-8,
.contact .col-md-4 {
  margin-bottom: 30px;
}

.videonews {
  background: linear-gradient(
    45deg,
    rgba(70, 75, 252, 1) 0%,
    rgba(0, 31, 96, 1) 20%,
    rgba(1, 32, 99, 1) 86%,
    rgba(70, 75, 252, 1) 100%
  );
  color: #fff;
  overflow: hidden;
}

.contact-item {
  background: linear-gradient(
    45deg,
    rgba(70, 75, 252, 1) 0%,
    rgba(0, 31, 96, 1) 30%,
    rgba(1, 32, 99, 1) 66%,
    rgba(70, 75, 252, 1) 100%
  );
  height: 100%;
  border-radius: 10px;
  color: #fff;
  overflow: hidden;
}

.c-img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.contact .r-title-center {
  margin-bottom: 30px;
}

.contact-text {
  padding: 20px;
  font-size: 15px;
}

.contact-text a {
  color: #333;
}

.contact-text a:hover {
  filter: brightness(1.4);
}

.contact-text span img {
  position: relative;
  margin-top: -3px;
}

.contact-text .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 5px;
}

.col-n4 {
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  padding-left: 5px;
  padding-right: 5px;
}

.col-n8 {
  -ms-flex: 0 0 calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
  padding-left: 5px;
  padding-right: 5px;
}

.contact-title {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
  color: #22357e;
}

.contact-item input {
  margin-bottom: 10px;
}

.contact .col-md-6,
.contact .col-12 {
  margin-bottom: 20px;
}

.sanal {
  padding: 30px;
  border-radius: 10px;
}

.f-iso {
  max-width: 320px;
}

.f-iso img {
  width: 100%;
  margin-bottom: 10px;
}

.logo-single {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  margin-bottom: 2px;
}

.logo-single:hover {
  z-index: 999;
  box-shadow: 0 0 14px #d4d4d4;
}

.logo-single img {
  width: 100%;
}
.brand {
  /* text-align: center; */
  background-color: #f1f1f1;
}

.brands .row {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.brands .col-6 {
  padding-left: 1px;
  padding-right: 1px;
}

.brand-text {
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brand-slider {
  background: transparent;
}

.brand-slider .item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.brand-slider .item a img {
  border-radius: 5px;
  overflow: hidden;
  width: 80px;
  margin: 5px auto;
}

.brand-slider .owl-dots {
  position: relative;
}

.brand {
  padding: 30px 0;
  background-color: #f1f1f1;
}

.g-slider {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.home-nh {
  display: block;
  padding: 20px 3px;

  background: #fff;
  padding-left: 2px;
  padding-right: 2px;
}

.nh-all .row {
  margin-left: -2px;
  margin-right: -2px;
}
.nh-all .col-xl-24 {
  padding-left: 2px;
  padding-right: 2px;
}

.container-mid .title-page {
  font-size: 20px;
}

.nh-title1 {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-bottom: 5px;
}

.nh-title2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  background: #0047be;
  background: linear-gradient(to right, #0047be 23%, #8228ce 59%, #0047be 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.nh-text {
  text-align: justify;
  color: #333;
  margin-bottom: 30px;
}

.nh-single {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  transition-duration: 1s;
  transform-origin: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  margin-bottom: 5px;
}

.nh-single .nh-img img {
  width: 100%;
}
.nh-img1 {
  transition-duration: 1s;
}
.nh-img2,
.nh-img3 {
  position: absolute;
  left: 0;
  top: 0;
  transition-duration: 1s;
}

.zoom1 {
  transform: scale(1.04);
}

.zoom2 {
  transform: scale(1.08);
}

.zoom3 {
  transform: scale(1.12);
}

.nh-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  transition-duration: 0.8s;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.nh-title-in {
  bottom: 5%;
}

.nh-title img {
  width: 100px;
  margin-bottom: 10px;
}

.nh-title p {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  color: #3757a3;
  text-shadow: 0 1px 0 #fff;
}

.nt-name {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 1px 0 #000;
}

.sub-nav {
  width: 100%;
  background: #f8fdff;
  padding: 15px 0;
}

.sub-navs {
  overflow-x: scroll;
}

.sub-navs::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sub-navs {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.sub-fixed {
  position: fixed !important;
  top: 0px;
  z-index: 9;
}

.sub-spacer {
  width: 100%;
  height: 0;
}

.sub-spacer-in {
  height: 72px;
}

.sub-navs a {
  display: inline-block;
  background: #fff;
  padding: 8px 15px;
  border: 1px solid #d4d4d4;
  border-radius: 50px;
  color: #0047be;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sub-navs a:nth-child(1) {
  margin-left: 5px;
}

.sub-navs a:last-child {
  margin-right: 5px;
}

.sub-navs a:hover {
  background-color: #e8f4ff;
  color: #0047be;
}

.udirdlaga {
  padding: 70px 0;
}

.udirdlaga .row {
  margin-left: -5px;
  margin-right: -5px;
}

.udirdlaga .col-lg-24 {
  padding-left: 5px;
  padding-right: 5px;
}

.u-big .container {
  max-width: 900px;
}

.u-sec {
  margin-bottom: 50px;
}

.udirlaga-single {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}

.udirlaga-single img {
  width: 100%;
}

.udirdlaga .r-title-center {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.u-content {
  position: absolute;
  width: 100%;
  padding: 12px 8px;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  text-align: center;
  min-height: 99px;
}

.u-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.col-lg-24 .u-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.u-text {
  line-height: 1.2;
  font-size: 14px;
}

.card-header span {
  float: right;
  transition-duration: 0.3s;
}

.card-header {
  padding: 5px;
  background: transparent;
}

.card-header a {
  color: #333;
}

.card-header .collapsed span {
  transform: rotate(45deg);
}

.card {
  border: 1px solid #f1f1f1;
}

.card-body {
  padding: 20px;
  color: #555;
}

.card-body p {
  margin-bottom: 5px;
}

.hr-content {
  text-align: justify;
}

.hr-sec {
  padding: 60px 0;
}

.hr-sec .r-title-center {
  margin-bottom: 40px;
}

.hr-main {
  position: relative;
  display: block;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 190px 0 30px;
  margin-bottom: 30px;
}

.hr-main-text {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 17px;
}

.hr-img img {
  width: 100%;
  border-radius: 10px;
}

.hr1 {
  transform: rotate(-3deg);
  transform-origin: center;
}

.hr-dadlaga {
  text-align: justify;
  margin-bottom: 20px;
}

.hr-dadlaga img {
  width: 100%;
  margin-bottom: 20px;
}

.d-head {
  position: relative;
  display: block;
}

.d-title {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  bottom: 30px;
  text-shadow: 0 2px 2px #000;
}

.hr-dadlaga a {
  display: block;
  text-align: center;
  padding: 10px 40px;
  border-radius: 7px;
}

.dadlaga .col-lg-4:nth-child(1) .hr-dadlaga a {
  border: 1px solid #499c3d;
  color: #499c3d;
}

.dadlaga .col-lg-4:nth-child(2) .hr-dadlaga a {
  border: 1px solid #c1172d;
  color: #c1172d;
}

.dadlaga .col-lg-4:nth-child(3) .hr-dadlaga a {
  border: 1px solid #fcc50c;
  color: #fcc50c;
}

.hr-dadlaga a:hover {
  filter: brightness(0.7);
}

.d-text {
  margin-bottom: 30px;
}

.liveofmax .news-main {
  margin-bottom: 30px;
}

.liveofmax .news-img {
  border-radius: 10px;
}

.liveofmax .news-ontsloh .item {
  border-radius: 10px;
}

.live-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 25px;
}
.job .row {
  margin-left: -5px;
  margin-right: -5px;
}

.job .col-lg-24 {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
}

.job-single {
  text-align: center;
  padding: 70px 20px 50px;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #d4d4d4;
  height: 100%;
  color: #fff;
}

.job-single div {
  min-height: 49.5px;
}

.job .col-lg-24:nth-child(1) .job-single {
  background-color: #499c3d;
}
.job .col-lg-24:nth-child(2) .job-single {
  background-color: #c1172d;
}
.job .col-lg-24:nth-child(3) .job-single {
  background-color: #24bee2;
}
.job .col-lg-24:nth-child(4) .job-single {
  background-color: #fcc50c;
}
.job .col-lg-24:nth-child(5) .job-single {
  background-color: #a21a40;
}

.job a {
  display: block;
  max-width: 340px;
  text-align: center;
  padding: 10px 40px;
  border-radius: 7px;
  border: 1px solid #c1172d;
  color: #c1172d;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.job a:hover {
  filter: brightness(0.7);
}

.anket {
  background-color: #c1172d;
  color: #fff !important;
  border: 1px solid #c1172d !important;
}

.anket:hover {
  color: #c1172d !important;
}

.editor img {
  max-width: 100%;
  border-radius: 10px;
}

.gallery-slider {
  background-color: transparent;
}

.gallery-slider .owl-dots {
  position: relative;
}

.gallery-slider .owl-next {
  background: url(../img/next-main.svg);
  top: calc(50% - 30px);
}

.gallery-slider .owl-prev {
  background: url(../img/prev-main.svg);
  top: calc(50% - 30px);
}

#counter {
  position: relative;
  top: -70px;
  left: 10px;
  z-index: 1;
  color: #fff;
}

.card-header .row {
  margin-left: 0;
  margin-right: 0;
}

.colh1 {
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  max-width: 42px;
  padding-left: 5px;
  padding-right: 5px;
}

.colh2 {
  -ms-flex: 0 0 calc(100% - 42px);
  flex: 0 0 calc(100% - 42px);
  max-width: calc(100% - 42px);
  padding-left: 5px;
  padding-right: 5px;
}

.salbaruud {
  padding: 60px 0;
}

.company-single {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px #d9d9d9;
}

.c-img {
  position: relative;
  overflow: hidden;
}

.company-single img {
  width: 100%;
  transition-duration: 1s;
}

.c-logo {
  position: relative;
  display: block;
  margin-top: -65px;
  width: 130px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 2px 4px #d4d4d4;
  background-color: #fff;
}

.c-logo img {
  transform: scale(1.03);
  transition-duration: 1s;
}

.c-logo-in {
  transform: scale(1) !important;
}

.c-name {
  position: relative;
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  margin: 30px auto;
}

.company-single .c-name img {
  filter: invert(90%);
}

.salbaruud .row {
  margin-left: -5px;
  margin-right: -5px;
}

.salbaruud .col-md-3 {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.company {
  max-width: 1940px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 100px;
}

.company-gallery {
  border-radius: 10px;
  overflow: hidden;
}

.company-gallery .item {
  width: 100%;
  min-height: 350px;
  height: calc(100vw / 1600 * 550);
  max-height: 531px;
  background-size: cover !important;
  background-position: center !important;
}

.company-gallery .owl-dots {
  position: absolute;
  bottom: 5px;
  text-align: left;
  padding-left: 20px;
}
.c2-logo img {
  width: 100%;
}
.c2-logo {
  width: 180px;
  max-width: 40%;
  border-radius: 100px;
  position: relative;
  margin-top: -90px;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 2px 4px #d4d4d4;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.com-head {
  padding-left: 10px;
  padding-right: 10px;
}

.company-about {
  text-align: justify;
  margin-bottom: 30px;
  font-size: 18px;
}

.company-contact .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px;
}

.company-contact a {
  display: block;
  color: #333;
}

.company-contact a:hover {
  color: #2972c4;
}

.bannars {
  padding: 30px 0 20px;
  background: #d4d4d4;
}

.bannar-slider {
  background: transparent;
}

.bannar-slider .item {
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.bannar-slider .item img {
  height: 400px;
  width: auto;
}

.tas-sec {
  padding: 60px 0;
}

.mob {
  position: absolute;
  top: 15px;
  right: 60px;
  width: 30px;
}

/*DEFAULT RESPONSIVE*/

@media only screen and (min-width: 1120px) {
  .video-responsive .video {
    margin-top: -12%;
  }
}

@media only screen and (max-width: 1320px) and (min-width: 992px) {
  .video-responsive,
  .canvas,
  .video,
  .home-gallery,
  .hg-bc,
  .hg-img {
    width: auto;
    min-height: 600px;
    min-width: 100%;
  }
  .ser-name {
    font-size: 1.1vw;
  }

  .slider-desc {
    top: 30%;
    max-width: 400px;
    padding-left: 20px;
  }

  .slider-title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .desk {
    display: none;
  }
  .home-service {
    margin-top: 0;
  }

  .home-service {
    background-color: #0047be;
    padding: 15px;
  }

  .home-service .container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-ser-cats {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .slider-desc {
    top: 30%;
    max-width: 400px;
  }

  .slider-title {
    font-size: 22px;
  }

  .ser-name {
    font-size: 1.5vw;
  }
}

.video-responsive,
.canvas,
.video,
.home-gallery,
.hg-bc,
.hg-img {
  width: 100%;
  /*height: calc(100vw / 1920 * 850);*/
  /*max-height: 850px;*/
}

@media only screen and (min-width: 992px) {
  .mob {
    display: none;
  }
}

@media only screen and (min-width: 1380px) {
  .company-single {
    min-height: 390px;
  }
}

@media only screen and (max-width: 991px) {
  .search-box-in2 {
    position: relative !important;
    opacity: 1;
    height: auto;
    transition-duration: 0.3s;
  }
  .right-menu {
    padding-left: 20px !important;
  }

  .search-box-in {
    width: 25vw;
    left: -25vw;
    opacity: 1;
    transition-duration: 0.3s;
    z-index: 2;
  }
  .navbar .navbar-brand img {
    margin-right: 0 !important;
  }

  .mr-auto {
    padding: 20px;
  }
  .navbar-toggler {
    padding-right: 10px !important;
  }

  .layer-1 {
    top: 65px;
    width: 150vw;
    left: -25vw;
  }

  .js-flag-canvas,
  canvas {
    width: 100vw !important;
    height: 59vw !important;
  }
  .js-flag-canvas {
    left: 0vw !important;
    transform: perspective(2000px) rotatey(-22deg) rotatex(53deg) rotatez(0deg) !important;
  }

  .bichig {
    width: 60%;
    left: 31%;
    top: 80%;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 990px) {
  .social-link span {
    display: none;
  }
  .search-box-in {
    width: 20vw;
    left: -20vw;
    opacity: 1;
    transition-duration: 0.3s;
    z-index: 2;
  }
}

@media only screen and (max-width: 768px) {
  .video-text {
    left: 25%;
  }
  .max-text {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .max-name {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .default-btn {
    padding: 7px 8px;
    font-size: 15px;
  }
  .home-ti .col-md-6,
  .home-ti .col-md-8,
  .home-ti .col-md-5 {
    margin-bottom: 30px;
  }

  .coln1 {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
  }

  .coln2 {
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
  }

  .home-about-img {
    margin-bottom: 20px;
  }
  .news-main a {
    width: 300px !important;
  }

  .home-service {
    background-color: #0047be;
    padding: 5px;
  }

  .slider-text {
    display: none;
  }

  .slider-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .container-mid .title-page {
    font-size: 16px;
  }

  .salbaruud .row {
    margin-left: -2px;
    margin-right: -2px;
  }

  .salbaruud .col-lg-4 {
    margin-bottom: 6px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .salbaruud .container {
    padding-left: 2px;
    padding-right: 2px;
  }
  .c-logo {
    max-width: 80px;
    margin-top: -40px;
  }
  .c-name {
    margin: 15px auto;
  }

  .container .title-page {
    font-size: 19px;
  }
  .news-cat {
    font-size: 12px;
  }
  .news-title {
    font-size: 13px;
  }
  .news-short {
    font-size: 14px;
  }
  .news-desc {
    min-height: 100px;
  }
  .home-slider .item {
    height: calc(80vw);
  }
  .default-btn {
    padding: 6px 8px;
    font-size: 14px;
  }
  .f-right {
    text-align: left;
  }
  .coln1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .coln2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .down-arrow,
  .down-arrow img {
    width: 40px !important;
  }

  .news-list .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .news-list .col-lg-3 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .nt-name {
    font-size: 16px;
  }

  .nh-title p {
    display: none;
  }

  .news-main .owl-stage-outer {
    overflow: visible;
  }
  .layer-1 {
    top: 65px;
    width: 200vw;
    left: -60vw;
  }

  .js-flag-canvas,
  canvas {
    width: 150vw !important;
    height: 79vw !important;
  }
  .js-flag-canvas {
    left: 0vw !important;
    transform: perspective(2000px) rotatey(-22deg) rotatex(22deg) rotatez(0deg) !important;
  }

  .bichig {
    width: 45%;
    left: 33%;
    top: 100%;
  }

  .s-icon {
    width: 40px;
    padding-right: 5px;
    float: left;
  }

  .ser-name {
    font-size: 2vw;
    padding: 4px;
  }

  .home-service .row {
    margin-left: -1px;
    margin-right: -1px;
  }

  .home-service .col-3 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .slider-desc {
    top: 60%;
  }

  .slider-desc a {
    padding: 5px 10px;
    max-width: 150px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
  }

  .service-cat {
    border-radius: 3px;
  }

  .video-responsive,
  .canvas,
  .video,
  .home-gallery,
  .hg-bc,
  .hg-img {
    width: 100%;
    /*height: calc(100vw / 1920 * 850);*/
    /*max-height: 850px;*/
  }
  .news-ontsloh .item {
    height: auto;
  }

  .news-ontsloh .item .col-md-8 {
    height: 280px;
  }
  .zamnal-img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    margin: 20px auto 0;
  }
  .zamnal-text {
    min-height: 0;
  }

  .udirdlaga .row {
    margin-left: -2px;
    margin-right: -2px;
  }

  .udirdlaga .col-lg-24,
  .udirdlaga .col-md-6 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .udirlaga-single {
    margin-bottom: 5px;
  }

  .udirdlaga .container {
    padding-left: 3px;
    padding-right: 3px;
  }
  .col-lg-24 .u-title {
    font-size: 13px;
  }
}
/*******END*******/

footer ul.menu {
  margin-left: 0px;
  padding-left: 0px;
}

footer ul.menu li {
  margin-bottom: 6px;
}

ul.pagination {
  justify-content: center !important;
}

.home-intro .btn3,
.home-intro .btn2,
.home-intro .btn1 {
  margin-bottom: 10px;
}
.home-intro {
  padding: 30px;
}

.canvas,
.video {
  /*position: fixed;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*min-width: 100%;*/
  /*min-height: 100%;*/
  /*background: #000;*/
}
#over_video {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100vw / 1920 * 900);
}

.logo-intro {
  text-align: center;
  margin-bottom: 30px;
}

.logo-intro img {
  max-width: 400px;
  width: 100%;
}

.pattern {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 150, 1);
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 150, 0.5) 40%,
    rgba(0, 0, 150, 1) 90%
  );
}

@media only screen and (max-width: 920px) {
  .pattern {
    background: rgb(15, 38, 109);
  }
}

.btn-name {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 30px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  transition-duration: 1s;
}

.btn-name-in {
  bottom: 40px;
  transition-duration: 1s;
}

.home-intro .btn3,
.home-intro .btn2,
.home-intro .btn1 {
  margin-bottom: 10px;
}
.home-intro {
  padding: 30px;
}

.btn1 {
  position: relative;
  display: block;
  height: 200px;
  background: rgb(226, 73, 0);
  background: linear-gradient(
    45deg,
    rgba(226, 73, 0, 1) 0%,
    rgba(147, 0, 0, 1) 100%
  );
  border-radius: 15px;
  overflow: hidden;
}

.btn2 {
  position: relative;
  display: block;
  height: 200px;
  background: url(../img/teeverhr.jpg);
  background-position: center;
  background-size: 100% auto;
  border-radius: 15px;
  overflow: hidden;
  transition-duration: 0.7s;
}

.btn3 {
  position: relative;
  display: block;
  height: 200px;
  background: url(../img/undsen.jpg);
  background-position: center;
  background-size: 100% auto;
  border-radius: 15px;
  overflow: hidden;
  transition-duration: 0.7s;
}

.btn2-in {
  background-position: center;
  background-size: 110% auto;
  transition-duration: 0.7s;
}

.home-links {
  background: url(../img/buttonsbc.jpg);
  background-size: cover;
  background-position: center bottom;
  padding: 50px 0;
}

.btn-img1 {
  position: absolute;
  right: 0;
  transition-duration: 0.7s;
}

.btn1-in {
  position: absolute;
  right: 30px;
  transition-duration: 0.7s;
}

.btn-name {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 30px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  transition-duration: 1s;
}

.btn-name-in {
  bottom: 40px;
  transition-duration: 1s;
}

.client img {
  border-radius: 6px;
  border: 1px solid #fff;
}

.homebtn {
  /* background:  rgb(0, 0, 79,.5); */
  background-color: transparent;
  text-align: center;
  color: #fff;
  padding: 40px 5px;
  border: none;
  border-radius: 30px;
  width: 200px;
  height: 200px;
  transition: width 1s;
  transition: height 1s;
  transition: all 0.2s ease-in-out;
}

.box-base-overlay {
  background: rgba(0, 0, 0, 0.25);
  width: 200px;
  height: 200px;
  border-radius: 30px;
  margin: 0px auto;
}

.homebtn i {
  font-size: 40px;
  margin-bottom: 10px;
}

.homebtn:hover {
  /* background: #ffd900; */
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transform: translateX(0%) scale(0.8, 0.8);
}

.news-single-page li {
  list-style: outside !important;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active,
.dropdown-menu.show,
.tab-content > .active {
  display: block !important;
}

@media only screen and (min-width: 1000px) {
  .navbar-custom {
    height: 100px !important; /* Set your desired height */
    padding: 0; /* Adjust padding if needed */
  }
  .navbar-custom .navbar-brand,
  .navbar-custom .nav-link {
    line-height: 72px !important; /* Center content vertically */
  }
}

.bg-primary {
  background-color: #0047be !important;
  color: #fff;
}

.top-menu .social-link {
  font-size: 14px;
  padding: 0px 5px;
}
@media only screen and (max-width: 600px) {
  .top-menu .social-link {
    font-size: 10px;
  }
}

.breadcrumb-item.active,
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label,
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #333;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #333;
}

.play-btn {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
}
