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

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight: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&display=swap');

html {
  scroll-behavior: auto;
}

html,
body {
  font-family: 'Inter Tight', sans-serif;
  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: 1366px;
}

.navbar .container {
  max-width: 1920px;
  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;
}

.right-btns {
  position: fixed;
  z-index: 999;
  right: 0;
  top: calc(50vh - 70px);
}

/**zassan**/

.right-btns a {
  position: relative;
  display: block;
  right: -10px;
  display: block;
  width: 80px;
  height: 67px;
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  transition-duration: 0.3s;
}

.right-btns a:hover {
  right: 0px;
}

.rbtn1 {
  background-image: url(../nimg/rbtn1.svg);
}

.rbtn1:hover {
  background-image: url(../nimg/rbtn1-1.svg);
}

.rbtn2 {
  background-image: url(../nimg/rbtn2.svg);
}

.rbtn2:hover {
  background-image: url(../nimg/rbtn2-1.svg);
}

/**zassan**/

.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;
  font-size: 15px;
  text-align: justify;
  margin-left: 25px;
  margin-top: 5px;
  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;
}

.olon-niit {
  padding: 60px 0 0;
}

.on-single {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

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

@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);
  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;
}

.hp-slider {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1920px;
  max-height: 850px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.max-text {
  display: inline-block;
  font-size: 22px;

  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

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

.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;
  font-size: 15px;
}

.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: 550px;
  z-index: 1;
}

.slider-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.1 @;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 600;
  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);
}

.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: 22px;
  margin-bottom: 30px;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  background: #293897;
  background: linear-gradient(to right, #293897 23%, #8228ce 59%, #293897 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  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: #293897;
  background: linear-gradient(to right, #293897 23%, #8228ce 59%, #293897 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;
}

.bodlogo .book {
  rotate: 0deg;
}

.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;
  color: #ed1b24;
  padding: 10px 30px;
  border: 1px solid #ed1b24;
  max-width: 300px;
  border-radius: 5px;
  margin-top: 30px;
  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;
}

.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;
}

.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;
}

footer {
  padding: 40px 0 40px;
  background: rgb(12, 148, 224);
  background: linear-gradient(
    137deg,
    rgba(12, 148, 224, 1) 0%,
    rgba(0, 114, 196, 1) 33%,
    rgba(33, 82, 171, 1) 61%,
    rgba(41, 56, 151, 1) 100%
  );
  font-size: 17px;
  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: 1.2;
}

.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 #6a9ddc;
}

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

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

.header {
  position: relative;
  display: block;
  padding: 50px 0;
  background-color: #1c4386;
  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;
}

.line {
  height: 3px;
  width: 100%;
  padding: 0;
  margin: 0;
  background: rgb(254, 196, 18);
  background: linear-gradient(
    90deg,
    rgba(254, 196, 18, 1) 0%,
    rgba(254, 196, 18, 1) 19%,
    rgba(72, 158, 69, 1) 19%,
    rgba(72, 158, 69, 1) 39%,
    rgba(192, 32, 45, 1) 39%,
    rgba(192, 32, 45, 1) 63%,
    rgba(36, 191, 226, 1) 63%,
    rgba(36, 191, 226, 1) 82%,
    rgba(239, 62, 44, 1) 82%,
    rgba(239, 62, 44, 1) 100%
  );
}

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

.breadcrumb-item a {
  color: #008aff;
}

.title-page {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  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;
}

.page-item {
}

.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: 70px 0;
  color: #555;
}

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

.news-list .news-single {
  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: 60px 0;
  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-7 {
  padding-left: 7px;
  padding-right: 7px;
}

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

.news-single:hover {
  border-bottom: 3px solid #00a8ff !important;
}

.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: 15px 0;
  background-color: var(--news-single-background);
  line-height: 1.2;
}

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

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

.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-top: 35px;
}

.news-main .owl-next {
  right: -5px;
  background: url(../img/next-rounded.svg);
  top: -60px;
}

.news-main .owl-prev {
  background: url(../img/prev-rounded.svg);
  left: auto;
  right: 25px;
  top: -60px;
}

.news-main .owl-item:nth-child(8n-1) a {
  border-bottom: 3px solid #dc1264;
}

.news-main .owl-item:nth-child(8n-2) a {
  border-bottom: 3px solid #fec30d;
}

.news-main .owl-item:nth-child(8n-3) a {
  border-bottom: 3px solid #4c9d36;
}

.news-main .owl-item:nth-child(8n-4) a {
  border-bottom: 3px solid #a21a40;
}

.news-main .owl-item:nth-child(8n-5) a {
  border-bottom: 3px solid #24bee2;
}

.news-main .owl-item:nth-child(8n-6) a {
  border-bottom: 3px solid #ff3a20;
}

.news-main .owl-item:nth-child(8n-7) a {
  border-bottom: 3px solid #c1182d;
}

.news-main .owl-item:nth-child(8n) a {
  border-bottom: 3px solid #fe6927;
}

.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;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center !important;
}

.news-ontsloh .news-desc {
  min-height: 0;
  color: #fff;
}

.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: #fff;
  font-weight: 500;
}

.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%;
  height: auto;
}

.editor iframe {
  width: 100%;
  max-width: 1280px;
  height: calc((100vw - 20px) / 16 * 9);
  max-height: 605px;
  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: #ecf8ff;
}

.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%;
  padding: 50px 25px;
  color: #fff;
  text-align: left;
  background-position: right center;
  background-size: cover;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.m-content {
  position: relative;
}

.mission .mission-single {
  text-align: center;
}

.mission .col-lg-4 {
  margin-bottom: 20px;
}

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

.m-img {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.m-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  display: inline-block;
}

.zarchim .m-title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

.zarchim {
  padding: 60px 0;
  background-color: #ecf8ff;
}

.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);
}

.news-list .col-lg-3:nth-child(8n) a {
  border-bottom: 3px solid #dc1264;
}

.news-list .col-lg-3:nth-child(8n-1) a {
  border-bottom: 3px solid #fec30d;
}

.news-list .col-lg-3:nth-child(8n-2) a {
  border-bottom: 3px solid #4c9d36;
}

.news-list .col-lg-3:nth-child(8n-3) a {
  border-bottom: 3px solid #a21a40;
}

.news-list .col-lg-3:nth-child(8n-4) a {
  border-bottom: 3px solid #24bee2;
}

.news-list .col-lg-3:nth-child(8n-5) a {
  border-bottom: 3px solid #ff3a20;
}

.news-list .col-lg-3:nth-child(8n)-6 a {
  border-bottom: 3px solid #c1182d;
}

.news-list .col-lg-3:nth-child(8n-7) a {
  border-bottom: 3px solid #fe6927;
}

.uria {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  color: #333;
  margin-bottom: 40px;
}

.uria-text {
  font-style: italic;
  font-size: 18px;
}

.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;
}

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

.zamnal-slider {
  background: transparent;
}

.zamnal-slider .item {
  margin-bottom: 40px;
  transition-duration: 0.3s;
}

.zamnal-slider .item:hover {
  filter: grayscale(0);
}

.zamnal-img {
  width: 65%;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 5px;
  overflow: hidden;
  filter: brightness(95%);
}

.zamnal-text {
  color: #666;
  padding-right: 20px;
}

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

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

.zamnal-title {
  display: block;
  position: relative;
  color: #1b287b;
  font-weight: 800;
  font-size: 22px;
  padding: 10px 0;
}

.zanmal-circle {
  margin-bottom: 30px;
  width: 120% !important;
}
.zamnal-slider .owl-next {
  right: -5px;
  background: url(../img/next-rounded.svg);
  top: -8px;
}

.zamnal-slider .owl-next:hover {
  opacity: 1 !important;
  filter: brightness(1.3);
}

.zamnal-slider .owl-prev {
  background: url(../img/prev-rounded.svg);
  left: auto;
  right: 25px;
  top: -8px;
}

.zamnal-slider .owl-prev:hover {
  opacity: 1 !important;
  filter: brightness(1.3);
}

.contact {
  padding: 60px 0;
}

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

.contact-item {
  background-color: #f4fcff;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 3px #d4d4d4;
  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: 20px;
  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;
}

.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 .owl-dots {
  position: relative;
}

.brand {
  padding: 60px 0;
  background-color: #fff;
}

.home-nh {
  display: block;
  padding: 60px 0;
  background: rgb(254, 255, 241);
  background: linear-gradient(
    0deg,
    rgba(254, 255, 241, 1) 0%,
    rgba(241, 255, 228, 1) 100%
  );
  padding-left: 2px;
  padding-right: 2px;
}

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

.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: #293897;
  background: linear-gradient(to right, #293897 23%, #8228ce 59%, #293897 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%;
  height: 500px;
  max-height: 70vh;
  border-radius: 4px;
  transition-duration: 1s;
  transform-origin: center;
  text-align: center;
  color: #fff !important;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.nh-img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  transition-duration: 1s;
}

.nh-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  transition-duration: 1s;
  transform: scale(2);
  opacity: 0;
  transition-duration: 1s;
}

.nh-over-in {
  transform: scale(1);
  opacity: 1;
}

.nh-hover {
  transform: scale(1.1);
}

.nh1 {
  background-image: url(../img/nh1.jpg);
}

.nh2 {
  background-image: url(../img/nh2.jpg);
}

.nh3 {
  background-image: url(../img/nh3.jpg);
}

.nh4 {
  background-image: url(../img/nh4.jpg);
}

.nh5 {
  background-image: url(../img/nh5.jpg);
}

.nh-title {
  position: absolute;
  width: 100%;
  bottom: 5%;
  transition-duration: 0.8s;
}
.nh-title-in {
  bottom: 20%;
}

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

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

.nt-name {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
  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: 67px;
  z-index: 9;
}

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

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

.sub-navs a {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #293897;
  border-radius: 5px;
  color: #293897;
}

.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: #293897;
}

.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;
  overflow: hidden;
  margin-bottom: 10px;
}

.udirlaga-single img {
  width: 100%;
  border-radius: 8px;
}

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

.u-content {
  position: relative;
  width: 100%;
  padding: 12px 8px;
  background: transparent;
  bottom: 0;
  color: #293897;
  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: 15px;
  color: #333;
}

.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: 10px;
}

.job-single {
  text-align: center;
  padding: 40px 20px 30px;
  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-icon {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.job-icon img {
  border-radius: 50px;
}

.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: 70px 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-lg-4 {
  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;
}

.c3-logo img {
  width: 100%;
}
.c3-logo {
  background-color: #fff;
  width: 140px;
  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: 10px;
}

.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;
}

.r-banners {
  padding: 0 0 70px 0;
}

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

.r-banners .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.r-ban-single {
  border-radius: 10px;
  padding: 15vw 20px;
  height: 100%;
  background: #000;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #000;
  background-size: cover;
  background-position: center;
}

.r-ban-single:hover {
  color: #fff;
  filter: brightness(1.4);
}

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

.ha-sin1 {
  padding: 20px;
  background-color: #ecf8ff;
  box-shadow: 0 2px 5px #d4d4d4;
  border-radius: 10px;
  height: 100%;
}

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

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

.ha-text2 {
  padding: 30px 20px;
  box-shadow: 0 2px 5px #d4d4d4;
  border-radius: 10px;
  height: 100%;
}

.ha2 .col-lg-5,
.ha2 .col-lg-7 {
  margin-bottom: 20px;
}

input[type='file'].custom {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.hr-content form {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px #d4d4d4;
}

.hr-content form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.hr-content form .col-6,
.hr-content form .col-12 {
  padding-left: 5px;
  padding-right: 5px;
}

.hr-content form label {
  font-size: 15px;
  text-align: left;
}

.hr-content form .form-group {
  margin-bottom: 8px;
}

.hr-content form label {
  margin-bottom: 3px;
}

.tailbr {
  font-size: 15px;
  font-style: italic;
  color: #3570b3;
  margin-top: 10px;
}

.reg-btn {
  margin-top: 10px;
  display: block;
  padding: 10px 20px;
  background-color: #3570b3;
  color: #fff;
  max-width: 200px;
  text-align: center;
  border-radius: 10px;
}

.reg-btn:hover {
  color: #fff;
  background-color: #1076e9;
}

.ha-tender-single {
  display: block;
  padding: 20px;
  background: #f1f1f1;
  border-radius: 10px;
  color: #333 !important;
}

.ha-com {
  font-size: 15px;
  margin-bottom: 20px;
}

.ha-tender {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 60px;
  color: #194c9f;
}

.ha-tuluv {
  font-style: italic;
  margin-bottom: 10px;
}

.open {
  color: #32c60a;
}

.closed {
  color: #ff4e00;
}

.ha-on {
  font-weight: 300;
  font-size: 14px;
}

.news-fp .owl-stage-outer {
}

.news-fp .owl-stage-outer .owl-item:nth-child(even) .ha-tender-single {
  background: #e3e3e3;
}

.modal-header {
  font-weight: 400;
  font-size: 18px;
  font-weight: 500;
}

.modal-header .close {
  font-weight: 300;
}

.tender-slider .owl-next {
  right: -18px;
}

.tender-slider .owl-prev {
  left: -18px;
}

.tender-bold {
  font-weight: 600;
}

.tender-head {
  font-size: 15px;
  color: #555;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.tender .editor {
  color: #444;
}

.tender-btns {
  padding: 30px 0 20px;
  text-align: center;
  font-size: 18px;
}

.tender-close-btn {
  color: #000;
}

.tender-btns a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}

.yes-btn {
  background-color: #399f19;
}

.yes-btn:hover {
  background-color: #277c0d;
}

.no-btn {
  background-color: #c51d06;
}

.no-btn:hover {
  background-color: #8b1404;
}

.tender-btns .row {
  margin-left: -5px;
  margin-right: -5px;
}
.tender-btns .col-6,
.tender-btns .col-sm-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.tender-form {
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px #999;
}

.ha-orol {
  text-transform: uppercase;
  color: #194c9f;
}

.ha-sin2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  background-color: #ecf8ff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: 100%;
  color: #555;
}

.ha-sin2 h5 {
  margin-bottom: 20px;
}

.ha-sins .col-sm-6,
.ha-sins .col-sm-12 {
  margin-bottom: 20px;
}

.bodlogo {
  padding: 70px 0;
}

.bodlogo-text {
  text-align: justify;
  margin-bottom: 50px;
}

.bodlogo-text2 {
  text-align: center;
  margin-bottom: 50px;
}

.c2-title {
  position: relative;
  display: block;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  z-index: 9;
  margin-top: 20px;
  background: rgb(18, 227, 0);
  background: linear-gradient(
    132deg,
    rgba(18, 227, 0, 1) 0%,
    rgba(13, 127, 183, 1) 72%,
    rgba(21, 107, 174, 1) 72%,
    rgba(41, 56, 151, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c2-text-min {
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
}

.c3-text {
  position: relative;
  display: block;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 27px;
  z-index: 9;
  margin-top: 50px;
  background: rgb(227, 0, 142);
  background: linear-gradient(
    132deg,
    rgba(227, 0, 142, 1) 0%,
    rgba(13, 127, 183, 1) 72%,
    rgba(21, 107, 174, 1) 72%,
    rgba(41, 56, 151, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bodlogo-icon img {
  width: 100%;
  border-radius: 15px;
}

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

.bodlogo-icons .col-sm-6 {
  padding: 5px;
}

/*DEFAULT RESPONSIVE*/

@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) {
  .home-service {
    margin-top: 0;
  }

  .home-service {
    background-color: #293897;
    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: 120vw;
    height: calc(120vw / 1920 * 850);
    left: -10vw;
  }
}

@media only screen and (max-width: 1199px) {
  .nh-single {
    height: 300px;
    margin-bottom: 2px;
  }
}

@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 (min-width: 769px) {
  .mob {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .zamnal-slider .item {
    width: 290px;
  }

  .zamnal .owl-carousel .owl-stage-outer {
    overflow: visible;
  }

  .zamnal-slider {
    padding-left: 20px;
  }

  .desk {
    display: none;
  }
  .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-7,
  .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: #293897;
    padding: 5px;
  }

  .slider-text {
    display: none;
  }

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

@media only screen and (max-width: 576px) {
  .j-arrow {
    rotate: 90deg;
  }

  .hr-content form,
  .ha-text2 {
    padding: 0;
    box-shadow: none;
  }
  .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;
  }
  .nh-single {
    height: 250px;
    margin-bottom: 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: 160vw;
    height: calc(160vw / 1920 * 850);
    left: -10vw;
  }
  .news-ontsloh .item {
    height: 280px;
  }

  .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 .menu {
  padding-left: 0px !important;
}

.dropdown-menu .dropdown-menu {
  display: block;
  position: relative !important;
  padding: 0px;
  border: none;
  padding-left: 30px;
}

.ha-text2 ul li {
  list-style: disc !important;
  margin-left: 25px;
}
