@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.gp-bg-primary {
  background-color: #034ea2;
  color: #fff;
}

.gp-bg-dark {
  background-color: #004085 !important;
  color: #fff;
} 

.gp-bg-darker {
  background-color: #0e366e !important;
  color: #fff;
}
.card-body ul{
  list-style: none;
  /* padding: 0; */
}
.gp-btn-primary {
  color: #fff;
  background-color: #034ea2;
  border-color: #034ea2;
}
.gp-btn-primary:hover {
  color: #fff;
  background-color: #1969c3;
  border-color: #1969c3;
}

.gp-text-primary {
    color: #034ea2;
    font-family: "Rubik";
    font-weight: 400;
    font-size: small;
}

.list_style1 {
  /* background-color: red !important; */
  /* border: 1px solid #ccc; */
  border-bottom: 1px solid #ccc;
  padding: 14px;
}
.list_style1:last-child{
  border-bottom: 1px solid #ccc;
}

.package_style {
  display: flex;
  flex-direction: row;
  font-size: 10px;
  
}

.package_style i {
  margin: 7px 10px 0px 0px;
}

.list_style1:hover {
  cursor: pointer;
}

.section-title > .gp-text-primary {
    font-size: xx-large;
}

.gp-text-light-primary {
  color: #428ce0 !important;
}
.gp-outline-primary {
  color: #034ea2;
  background-color: transparent;
  background-image: none;
  border-color: #034ea2;
}

.owl-carousel .owl-item img {
    width: auto !important;
    margin: 0 auto;
}
.owl-carousel .owl-item h1,
.owl-carousel .owl-item h6 {
    text-shadow: 0 0 2px #fff;
}
.owl-item .item .caption {
    background: rgba(255, 255, 255, 0.6);
    border-radius: .4rem;
    padding: 1rem 4rem;
}

/*bootstrap color change*/

.btn {
  font-size: 13px;
  border-radius: 0.18rem;
}

.form-control,
.input-group-text {
    font-size: 0.8rem;
}

body {
  font-family: "Roboto", "sans-serif" !important;
  font-size: 14px;
  font-weight: 400;
  color: #484848;
}

a {
  color: #484848;
}

.owl-stage-outer { margin-top: 8px !important; }
/*slider*/
.owl-item .item {
  position: relative;
}
.owl-item .item .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*pages*/
.page-container {
  min-height: 500px;
}

/*subs*/
.sub .icon {
  width: 80px;
}
/*.sub::before{*/
/*    content: '';*/
/*    background-color: red;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.sub {
    padding: 1rem 0;
}

.sub .icon {
    transition:
        opacity .15s ease-in,
        transform .15s ease-in;
}
.sub a:focus {
    outline: 0;
}
.sub:hover .icon,
.sub a:focus .icon {
    /* opacity: .1; */
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 0 35px #ebebeb;
}
.sub h6 {
    transition: transform .25s ease-out .07s;
    padding: 1rem;
}
.sub:hover h6,
.sub a:focus h6 {
    transform: translateY(-18px) scale(1.1);
}
.sub > a {
    text-decoration: none;
    display: block;
}

a.menu {
  text-decoration: none;
}
a.menu :hover{
  text-decoration: underline;
}

/*header*/
.logo-top {
  width: 120px;
}

.search-input {
  border: 1px solid #034ea2;
}

.navbar-nav .active {
  border-bottom: 3px solid #fff;
}
.navbar-brand {
  font-size: 14px;
}

.navbar-nav > .nav-item > .nav-link {
    transition: color .15s ease-in;
    font-size: smaller;
}

/*footer*/

.logo-bottom {
  width: 137px;
}

/*login*/

.login-container {
  min-height: 900px;
  background-image: url("../image/login-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.dan-logo {
  height: 50px;
}

.full-width {
  width: 100%;
}

.gp-outline-primary:hover {
  background-color: #edf2f7;
}

/*  footer  */
html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}

.nav-link {
  border-right: solid 1px #edf2f7;
  padding: 0px;
  margin: 0.5rem 0.2rem;
  text-transform: uppercase;
}

/* help table */
.serviceDiv tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.serviceDiv table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 10px;
  width: 100%;
  margin-bottom: 20px;
  border-top: #034ea2 2px solid;
  border-left: #ccc 1px solid;
  color: #636363;
}
.serviceDiv .uk-text-left {
  text-align: left !important;
}
.serviceDiv tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.serviceDiv table td {
  padding: 16px 12px;
  vertical-align: top;
  display: table-cell;
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
}
.serviceH2 {
  color: blue;
  font-size: 1.255rem;
}

.serviceTitle {
  font-size: 1.725rem;
  color: #223035;
}
.serviceTitle::before {
  border-left: 5px solid #00aeef;
  content: "";
  display: inline-block;
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
}
/* help table end*/

/* service img */
.serviceImg {
  font-weight: 100%;
  height: 800px;
}
/* service img end */

/* home page -> хайх button */
.input-group-append {
  z-index: 0;
}
/* home page -> хайх button end */

/* Loading style ...................*/

.spinner-border {
  width: 1rem;
  height: 1rem;
}

/*  Loading style ................... end*/

/* backend user dan logo*/
.dan-logo-icon{
  width: 40px;
}
/* backend user dan logo end .......*/


/* backend user govorg menu*/

a.active .list-group-item{
  color: white;
  background-color: #1e5696;

}
/* backend user govorg menu end .......*/


/**
 * Table style
 */
.table th.vertical > span {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
}

/* scroll */
/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #484848; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #034ea2;
}

.llc-dan-container {
  min-height: 65vh;
  width: 80%;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
}

.llc-dan-choice {
  height: 40%;
  padding: 50px 100px 30px 100px;
  text-align: center;
  margin: 7px;
  float:left;
  color: blue;
}

.llc-dan-choice:hover {
  background-color: #edf2f7;
}
.flaticon-big58{
  margin: 0px 30px;
}

.sidebar { top: 140px !important; height: 75% !important; }

@media only screen and (max-width: 767px){
  .gp-text-primary22 .flaticon-big58{
    font-size: 15px;
  }
  .gp-text-primary22 i{
    /* font-size: 16px !important; */
    margin: 0px 10px 0px 0px !important;
  }
  .page-header_6  .page-header__top{
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .heading__title {
    font-size: 23px !important;
  }
  .heading__title  i.gp-text-primary22{
    font-size: 8px !important;
  }
  [class*=" flaticon-"]:before {
    font-size: 23px !important;
    margin-right: 0px;
  }
  .icon-item__img--big2 img {
    max-height: 130px !important;
  }
  h6.icon-item__title{
    font-size: 13px;
  }
  .btm-30{
    margin-top: -35px !important;
  }
  .standTitle {
    font-size: 11px !important;
  }

  /* ------------- logo brand -------------  */
  .logo-top {
    width: 100px;
    display: none;
  }
  .logo-top-mobile{
    visibility: visible
  }
  /* ------------- logo brand -------------  */
/*
  .col-xs-12{
    padding: 0 !important;
  }
  .col-xl-12 ul .login{
    display: block !important;
    padding: 5px 10px;
    font-size: 10px;
    margin-right: 5px;
  } */


  .col-xl-12 a{
    padding-left: 0 !important;
  }
  .col-xl-12 .navbar-brand{
    font-size: 10px !important;
    /* padding-left: 0 !important; */
    margin-left: 30px;
    text-align: center !important;

  }
  .navbar-brand span {
    display: none !important;
  }.bottom span{
    font-size: 12px;
  }
  .sidebar-tabs > ul + ul{
    bottom: 30px !important;
  }

  .ol-control{
    background: none !important;
  }

  .ol-scale-line {
    margin-left: 10px !important;
  }

  .main-menu__sub-list{
    padding: 10px 35px 15px 40px !important;
    left: -20px !important;
  }
  .main-menu__item .main-menu__link {
    padding: 5px 0 10px 0 !important;
  }
  .main-menu__sub-list li:not(:last-of-type) {
    margin-bottom: 0px !important;
  }

  h1.text-center{
    font-size: 25px;
  }
  h4.text-info{
    font-size: 20px;
  }
  h6.text-mute{
    font-size: 16px;
  }
}

.coordinate-copy-control {
  margin-top: 7.5rem !important;
}

.ol-overlaycontainer-stopevent .ol-rotate {
  top: 20.1rem !important; right: 1rem !important;
}

@media only screen and (min-width: 1600px) {
  .page-header_6 { max-width: 100% !important; }
}
@media only screen and (min-width: 1200px) {
  .page-header_6 { width: 100% !important; }
}



/* --------------------------- utasnii alert -------------------------------- */

.toast-header {
  background-color: #004085 !important;
}
.toast-header strong {
  color: #edf2f7;
  padding-right: 10px;
}
.toast-header .close {
  color: white !important;
}
.toast-header .close:hover {
  color: white !important;
}

.mobile_btn {
  padding: 3px 10px !important;
  color:#edf2f7 !important;
  border: 1px solid white;
}

.toast {
  display: none !important;
}
/* android */
@media only screen and (pointer: coarse){
  .toast {
    display: block !important;
  }
  #mobile_ios {
    display: none;
  }

}
/* ios */
@supports (-webkit-touch-callout: none) {
  .toast {
    display: block !important;
  }
  #mobile_ios {
    display: block !important;
  }
  #mobile_ply {
    display: none;
  }
}

/* select invalid style` */
select.form-control.is-valid {
  background-position: right calc(0.375em + 0.7rem) center!important;
}

@media only screen and (min-width: 1200px) {
  .promo--f6 .promo-slider__title {
    font-size: 91px !important;
  }
  .page-footer__logo img {
    margin-left: 211px !important;
  }
}

.promo--f6 .promo-slider__title {
  font-size: 90px !important;
}

@media (max-width: 992px) {
  .promo--f6 .promo-slider__title {
    font-size: 44px !important;
  }
}

.section.custom {
  padding: 15px 0 !important;
}

.certificate__img {
  margin-bottom: 15px !important;
}

.top-50 {
  margin-bottom: 28px !important;
  margin-top: 38px !important;
}

.promo--f6 .align-container {
  height: 700px !important;
}

.offset-50 {
  margin-bottom: -92px !important;
}

.testimonials__img{
  max-width: 56% !important;
}
