/*******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,
body {
  font-family: 'Inter Tight', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400 !important;
  outline: none !important;
  overflow-x: hidden !important;
  list-style: none !important;
  scroll-behavior: smooth;
}

li {
  list-style: none !important;
}

* {
  box-sizing: border-box;
}

.footer-nav {
  padding-left: 0px !important;
}

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

*:focus {
  outline: none;
}

.container {
  max-width: 1300px;
}

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

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

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

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

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

/*******THEME GENERAL*******/
html {
  background-color: var(--html-color);
}

body {
  background-color: var(--body-color);
  max-width: var(--body-max-width);
  margin-left: auto;
  margin-right: auto;
}

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: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.container-mid {
  max-width: 1200px;
  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*******/

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

/*******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;
}

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

.home-slider .owl-stage-outer {
  overflow: visible;
}

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

.hs-text {
  position: absolute;
  max-width: 450px;
  color: #fff;
  padding-top: 12%;
}

.hs-title {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.hs-desc {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.s-btn {
  display: block;
  padding: 10px 20px;
  border: 1px solid #00b7ff;
  max-width: 160px;
  text-align: center;
  border-radius: 15px;
  color: #00b7ff;
}

.s-btn:hover {
  border: 1px solid #fff;
  color: #fff;
}

.line1 {
  width: 10px !important;
  margin-left: 50px;
}

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

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

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

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

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

.video-responsive,
.canvas,
.video {
  width: 100%;
  height: calc(100vw / 1920 * 836);
}
#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;
}
.main-slider {
  position: relative;
  display: block;
  background-color: #182472;
}

.home-service {
  background-size: cover;
  background-position: center;
  min-height: calc(100vw / 16 * 7);
  background-color: #fff;
}

.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 {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 500;
  color: #22357e;
  text-align: center;
  text-transform: uppercase;
}

.r-title2 {
  font-size: 23px;
  margin-bottom: 40px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1c4386;
}

.service-cat {
  position: relative;
  display: block;
  background-color: #000;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 2px;
  overflow: hidden;
}

.service-cat img {
  opacity: 1;
  transform-origin: center;
  transition-duration: 1s;
}

.ser-img-in {
  opacity: 0.5 !important;
  transform: scale(1.1);
}

.ser-name {
  position: absolute;
  width: 100%;
  font-size: 1vw;
  bottom: -20px;
  padding: 40px 20px 60px;
  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, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

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

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

.home-service .col-lg-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 {
  background-color: #f1f1f1;
}

.home-book {
  position: relative;
  display: block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-5deg);
  margin-top: 30px;
}

.ar {
  position: absolute;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  left: 2px;
  top: 2px;
  box-shadow: 2px 2px 5px #d4d4d4;
}

.nuur {
  position: relative;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transform-origin: left center;
  transition-duration: 0.5s;
}

.nuur-in {
  transform-origin: left center;
  transform: perspective(1800px) rotateY(-80deg) translateZ(0px) translateX(0px)
    translateY(0px);
  transition-duration: 0.5s;
}

.home-about-text {
  text-align: justify;
}

.home-about-text .t-list {
  text-align: justify;
  color: #555;
}

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

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

.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-family: Moderat, Helvetica, Arial, sans-serif;
  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: #1e2d8e;
  padding: 10px 30px;
  border: 1px solid #1e2d8e;
  max-width: 300px;
  border-radius: 15px;
  margin-top: 30px;
  transition-duration: 0.3s;
}

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

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

.home-project {
  background: #1e4384;
  color: #fff;
}

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

.home-ajil {
  padding: 70px 0;
}

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

.ha {
  background: #fff;
  padding: 70px 0;
}

.ha-slider .owl-stage-outer {
  overflow: visible !important;
}

.ha-slider .item a {
  position: relative;
  display: block;
  background-color: #182472;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
  transition-duration: 0.3s;
  max-width: 80vw;
}

.ha-slider .owl-dots {
  margin-top: 20px;
}
.ha-slider .item a:hover {
  transform: scale(1.02);
}

.ha-text {
  padding: 20px;
  font-size: 14px;
}

.ha-title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  height: 63px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ha-text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 84px;
}

.ha-main-title {
  text-transform: uppercase;
  text-align: left;
  max-width: 70%;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #182472;
}

.tz-main-title {
  text-transform: uppercase;
  text-align: left;
  max-width: 70%;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #fff;
}

.ns-main-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #182472;
}

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

.zamnal-slider {
  background-color: transparent;
  background: none;
}

.on {
  display: inline-block;
  padding: 5px 40px;
  width: auto;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 30px;
  background: #44b2e5;
  color: #fff;
  font-weight: 500;
}

.ajil-single {
  position: relative;
  display: block;
  height: 100%;
  min-height: 300px;
}

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

.ajil-content div {
  padding: 0 20px;
}

.line3 {
  width: 7px !important;
  float: left;
  margin-right: 20px;
}

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

.photo-gallery-all {
  padding: 60px 0;
  background-color: #fff;
}

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

.mend {
  padding: 60px 0;
}

.mend-content {
  padding: 30px;
  background-color: #fff;
  min-height: 100%;
  border-radius: 15px;
  text-align: justify;
}

.mend-img img {
  border-radius: 15px;
}

.butets {
  padding: 60px 0;
}

.ab {
  padding: 60px 0;
}

footer {
  padding: 70px 0 20px;
  background-color: #1b2472;
  font-size: 15px;
  border-top: 1px solid #d4d4d4;
  color: #fff;
}

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

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

.ab-content .col-sm-6,
.ab-content .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.ab-content .form-control {
  margin-bottom: 40px;
}

.ab-content label {
  color: #444;
  font-size: 14px;
}
.ab-content .main-btn2 {
  margin-top: 0;
}

.custom-select {
  color: #777;
}

footer a {
  color: #d9e1ff;
}

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

footer p {
  color: #d9e1ff;
  margin-bottom: 8px;
  text-align: justify;
}

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

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

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

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

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

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

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

.f1 {
  padding-bottom: 40px;
  border-bottom: 1px solid #4d5981;
}

.f2 {
  padding-top: 30px;
  font-size: 15px;
}

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

.header {
  padding: 80px 0 30px;
  background-color: #1c4386;
  background-image: url(../content/bc2.svg);
  background-size: cover;
  background-position: center;
}

.line {
  height: 3px;
  width: 100%;
  padding: 0;
  margin: 0;
  background: rgb(227, 31, 43);
  background: linear-gradient(
    90deg,
    rgba(227, 31, 43, 1) 0%,
    rgba(227, 31, 43, 1) 32%,
    rgba(96, 187, 70, 1) 32%,
    rgba(96, 187, 70, 1) 66%,
    rgba(255, 194, 14, 1) 66%,
    rgba(255, 194, 14, 1) 100%
  );
}

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

.breadcrumb-item a {
  color: #00b7ff;
}

.title-page {
  text-transform: uppercase;
  font-size: 19px;
  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;
}

.hun-single {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

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

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

.news-list .news-single {
  margin-bottom: 20px;
}

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

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

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

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

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

.news-single {
  position: relative;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  background-color: #fff;
}

.news-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  background-color: #000;
}

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

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

.news-descs {
  padding: 15px;
  line-height: 1.2;
}

.news-desc {
  position: relative;
  display: block;
  height: 100%;
}

.news-title {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 20px;
}

.news-short {
  color: #444;
  font-size: 15px;
  min-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 3px;
  margin-bottom: 10px;
}

.news-btn {
  max-width: 200px;
}

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

.news-btn a:hover {
  background-color: #00b7ff;
  color: #fff;
  border: 1px solid #00b7ff;
}

.news-date {
  font-size: 13px;
  font-weight: 500;
  color: #00b7ff;
}

.news-main .owl-next {
  filter: brightness(0);
  right: -25px;
  background: url(../img/next-main.svg);
}

.news-main .owl-prev {
  filter: brightness(0);
  left: -25px;
  background: url(../img/prev-main.svg);
}

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

.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%;
  border-radius: 15px;
}

.editor iframe {
  width: 100%;
  max-width: 1280px;
  height: calc((100vw - 20px) / 16 * 9);
  max-height: 660px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 15px;
  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 60px;
  background: #f1f1f1;
}

.mission-single {
  position: relative;
  display: block;
  border-radius: 15px;
  padding: 20px;
  background-color: #fff;
  height: 100%;
}

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

.m-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
}

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

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

.contact {
  padding: 60px 0;
}

.contact-item {
  background-color: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

.logo-single {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

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

.brand-slider .owl-next {
  background: url(../img/next-main.svg);
  filter: invert(100%);
  right: -25px;
}

.brand-slider .owl-prev {
  background: url(../img/prev-main.svg);
  filter: invert(100%);
  left: -25px;
}

.brand {
  padding: 60px 0;
}

@media only screen and (max-width: 576px) {
  .news-main .owl-next {
    position: relative;
    right: 0;
  }

  .news-main .owl-prev {
    position: relative;
    left: 0;
  }
}

/*DEFAULT RESPONSIVE*/

@media only screen and (max-width: 1320px) {
  .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: 8px 8px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .ser-name {
    font-size: 1.5vw;
  }
  .service-cat {
    max-height: 400px;
  }
}

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

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

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

  .service-cat {
    max-height: 450px;
  }

  .navbar-collapse {
    margin-top: 20px;
  }
  .home-ajil {
    position: relative;
    display: block;
    background-image: url(../content/bc2.svg);
    background-attachment: inherit;
    background-position: center;
    background-size: cover;
    color: #fff;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 992px) {
  .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: 992px) {
  .home-slider {
    padding-top: 150px;
  }
  .hs-text {
    padding-top: 0;
    margin-top: -30px;
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .home-slider {
    padding-top: 160px;
  }
  .hs-text {
    padding-top: 0;
    margin-top: -30px;
    width: 50%;
  }

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

@media only screen and (max-width: 576px) {
  .home-slider {
    padding-top: 250px;
  }
  .hs-text {
    padding-top: 0;
    margin-top: -130px;
    width: 90%;
  }
  .home-slider .item {
    height: calc(70vw);
  }
  .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;
  }
  .ser-name {
    font-size: 5vw;
  }

  .service-cat {
    max-height: 400px;
  }

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

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