body {
  font-family: "Quicksand" !important;
  font-weight: 700 !important;
}
.bg-light {
  background: #fff !important;
  box-shadow: 0px 0px 10px 0px #333;
}
.navbar a {
  color: #0f3063 !important;
  font-size: 18px !important;
}
header {
  text-align: center;
  color: #fff;
  background: #0f3063;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 12px 0;
}

.content-wrapper {
  background-color: white;
  top: 87%;
  min-height: 12%;
  position: absolute;
  z-index: 2;
  width: 100%;
}

section {
  padding-top: 2%;
  width: 100%;
}

section h2 {
  margin: 0;
  font-size: 3em;
}
hr.star-light,
hr.star-primary {
  margin: 25px auto 30px;
  padding: 0;
  max-width: 250px;
  border: 0;
  border-top: solid 5px;
  text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  display: inline-block;
  position: relative;
  top: -0.8em;
  padding: 0 0.25em;
  font-family: FontAwesome;
  font-size: 2em;
}

hr.star-light {
  border-color: #fff;
}

hr.star-light:after {
  color: #fff;
  background-color: #18bc9c;
}

hr.star-primary {
  border-color: #2c3e50;
}

hr.star-primary:after {
  color: #2c3e50;
  background-color: #fff;
}

section.primary h2 {
  color: #2c3e50;
}

section.success {
  background-color: #18bc9c;
  color: #fff;
}

.topbarl {
  font-size: 18px;
}

.topbarl:first-child {
  margin-right: 5%;
  padding-right: 5%;
  border-right: 1px solid #fff;
}

.topbarl i {
  margin-right: 5px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
} 
.topbarsc {
  background: #fff;
  color: #0f3063;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  border-radius: 10px;
  font-size: 18px;
}
.diller {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #ddd;
  padding: 2px 4px;
  border-radius: 10px;
}
.diller span {
  width: 39px;
  height: 39px;
  margin-right: 15%;
}

.diller img {
  object-fit: cover;
  width: 39px;
  height: 39px;
}

.diller .en {
  width: 39px;
  height: 39px;
  padding-left: 15%;
  border-left: 2px solid rgba(15, 48, 99, 0.4);
}

.navbar-nav {
  margin: initial !important;
  margin-left: auto !important;
  padding-right: 10%;
}

.nopad {
  padding: 0 !important;
}

.carousel-item img {
  height: 550px;
  object-fit: cover !important;
}

.carousel-caption {
  position: absolute !important;
  left: 8% !important;
  bottom: 50px !important;
  z-index: 10 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  color: #fff !important;
  text-align: center !important;
  max-width: 440px !important;
}
.carousel-caption h5 {
  background: #f3a11a;
  padding: 12px;
  border-radius: 10px;
}
.carousel-caption p {
  background: #fff;
  color: #0f3063;
  padding: 12px;
  width: 96%;
  margin-left: 2%;
  margin-top: -10px;
  z-index: -6 !important;
  border-radius: 10px;
}

.carousel-indicators {
  position: absolute;
  width: fit-content;
  bottom: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.47);
  border-radius: 50px;
  min-width: 4%;
  padding: 0 !important;
  height: 17px;
  bottom: 3%;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.solbts {
  width: 40px;
  height: 60px;
  background: rgba(255, 255, 255, 0.4);
  margin: auto;
  margin-left: 2%;
  border-radius: 10px;
}

.sagbts {
  width: 40px;
  height: 60px;
  background: rgba(255, 255, 255, 0.4);
  margin: auto;
  margin-right: 2%;
  border-radius: 10px;
}
.uruncard {
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: -webkit-fill-available;
  min-width: -webkit-fill-available;
}
.uruncard img {
  width: 105%;
  height: 230px;
  margin-left: -7px;
  border-radius: 10px;
  object-fit: contain;
}
.uruncard h5 {
  color: #0f3063;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.uruncard .card-body {
  padding: 10px;
}
.section .title h2 {
  font-size: 30px;
  padding-bottom: 5px;
  border-bottom: 4px solid #f3a11a;
  margin-bottom: 2%;
  font-weight: bold;
  border-radius: 3px;
}

.bg-primaryred {
  background: #f3a11a !important;
}
.bg-primary {
  background: #0f3063 !important;
}
.bizkimizp {
  font-size: 18px;
}
.bizkimizimg {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 25px;
}
.noborder {
  border: none !important;
  margin-bottom: 0 !important;
}
.text-primary {
  color: #0f3063 !important;
}

.nedenbcard {
  border-radius: 25px;
  transition:250ms all;
}
.nedenbcard:hover{
  border-radius: 15px;
  transform:scale(1.1);
  box-shadow: 0px 0px 6px 1px #862424;
}

.nedenbcard span {
  background: rgba(255, 255, 255, 0.5);
  width: 120px;
  height: 120px;
  font-size: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 20px !important;
}

.nedenbcard h5 {
  font-weight: bolder !important;
}
.markacard {
  max-width: 220px;
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.markacard img {
  width: auto;
  height: 85px;
  object-fit: contain;
}
.footertitle {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 6px;
  border-radius: 2px;
}

.bizkimizpcl p {
  color: white !important;

  font-size: 18px;
}

footer {
  padding-bottom: 0 !important;
}
.copy {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}

@media only screen and (max-width: 768px) {
  .containerv {
    padding: 0 5px!important;
}
.topbarsc:last-child{
  margin-right: 5%;
}
  .topbarl {
    font-size: 10px;
  }
  .carousel-caption {
    position: absolute !important;
    left: 10% !important;
    bottom: 0 !important;
    z-index: 10 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #fff !important;
    text-align: center !important;
    max-width: 440px !important;
}
.markacard {
  max-width: fit-content;
}
.tlpsff{
  position: absolute;
    transform: scale(0.6);
    right: 0;
    width: auto;
    top: -32%;
}
.page-breadcrumb .page-title{
  margin-top: 10px;
}
}


.service-sidebar-area {
  background: #f3a11a !important;
  margin-top: -6%;
  padding: 9px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px -2px #aaa;
  color: white !important;
}

.service-details-title{
  background: rgba(255,255,255,0.1);
    padding: 11px;
    border-radius: 10px;
}

.containerv {
  padding: 0 80px;
  width: 100%;
}