/**
* Template Name: DevFolio
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,300&display=swap');


@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Light"),
        url(../fonts/light/latest.woff2) format("woff2"),
        url(../fonts/light/latest.woff) format("woff"),
        url(../fonts/light/latest.ttf) format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semilight"),
        url(../fonts/semilight/latest.woff2) format("woff2"),
        url(../fonts/semilight/latest.woff) format("woff"),
        url(../fonts/semilight/latest.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI"),
        url(../fonts/normal/latest.woff2) format("woff2"),
        url(../fonts/normal/latest.woff) format("woff"),
        url(../fonts/normal/latest.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Bold"),
        url(../fonts/bold/latest.woff2) format("woff2"),
        url(../fonts/bold/latest.woff) format("woff"),
        url(../fonts/bold/latest.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semibold"),
        url(../fonts/semibold/latest.woff2) format("woff2"),
        url(../fonts/semibold/latest.woff) format("woff"),
        url(../fonts/semibold/latest.ttf) format("truetype");
    font-weight: 700;
}


body {
  background-color: #1c1b22;  color: #fff;     font-family: 'Noto Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}
div#hero div.centered-text span{text-transform:uppercase}
h3{font-size: 1.45rem;}
a {
  color: #ccc;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0c6161;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  text-decoration: none;
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  text-decoration: none;
  color: #4e4e4e;
}


.home {font-size: 1.11rem;}
.home p {font-size: 1.11rem;}

.box-shadow,
.card-blog,
.work-box,
.service-box,
.paralax-mf {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}
.round{border-radius:12px}
.border{border:1px solid red}

.box-shadow-a,
.button:hover {
  text-decoration: none;
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.lead{font-size:1.1rem}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

.overlay-mf {
  background-color: #22262b;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

.paralax-mf {
  position: relative;
  padding: 4rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/
.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/
.title-s {
  font-weight: 600;
  color: #fff;
  font-size: 1.1rem;
}

/*--/ Title A /--*/
.title-box {
  margin-bottom: 4rem;
}

.title-a {
text-decoration: none;
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient( 90deg, #f98c3c 0%, #c7905f 76% );
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

}

.subtitle-a {
  text-decoration: none;
  color: #fff;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #ee812c;
  margin: 0 auto;
}

/*--/ Title Left /--*/
.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative; font-weight:bolder;
}

.title-left:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #0c6161;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/
.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  /*background-color: #202020;*/
  margin-bottom: 3rem;
  z-index: 2;
/*  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);*/
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }
}

/*------/ Socials /------*/
.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.2rem;
  border-radius: 50%;
  line-height: 1.6;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #0c6161;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #0c6161;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/
.ul-resect,
.widget-tags ul,
.widget-sidebar .list-sidebar,
.box-comments .list-comments,
.blog-wrapper .post-meta ul,
.list-ico,
.socials ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #0c6161;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/
.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0c6161;
  display: block;
}

/*------/ Owl Carousel /------*/
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/
.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: 0.7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 53px;
  z-index: 996;
  background: #ca712b;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #b55729;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*------/ Prelaoder /------*/
/*preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1c1b22;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #0078ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}*/

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*------/ Button /------*/
.button {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: 0.3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  text-decoration: none;
  background-color: #0078ff;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: 0.9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0; background:rgb(28, 27, 34);border-bottom:1px solid #5f2e10; 
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

#header.header-scrolled {
  background: #232022;
  padding: 12px 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 30px;
}
.navbar > ul > li:nth-child(1) a:before {background: none;}
.navbar > ul > li:nth-child(1) a svg{position: relative; top:2px}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  padding: 0;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
  letter-spacing:0;
  /*text-transform: uppercase;*/
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 10px;
  width: 0;
  background-color: #ee812c;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 80%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
   background: linear-gradient( 86deg, #cb601f 0%, #d78e8e 66% );
  /* iseci pozadinu po slovima */
  -webkit-background-clip: text;
  background-clip: text;
  /* sakrij boju samog teksta, prikazuj samo pozadinu */
  -webkit-text-fill-color: transparent;
  color: transparent;
  
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #efedec;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s; border-radius: 8px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 6px 18px;
  font-size: 15px;
  text-transform: initial;
  color: #000; font-weight:500;
}
.navbar .dropdown ul a.active{
color: #a65907;}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #0c6161;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
nav#navbar.navbar a.nav-link.scrollto.mobile{display:none}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
@media(max-width:1548px){
.navbar > ul > li {padding: 10px 0 10px 20px;}
}

@media(max-width:1399px){
.navbar > ul > li {padding: 10px 0 10px 12px;}
.navbar a, .navbar a:focus{font-size: 15px;}
.navbar .dropdown ul a{font-size: 15px;}
}

@media(max-width:1291px){
.navbar a, .navbar a:focus{font-size: 14px;}
.navbar .dropdown ul a{font-size: 14px;}
}

@media(max-width:1199px){
.navbar a, .navbar a:focus{font-size: 12px;}
.navbar .dropdown ul a{font-size: 12px;}
}

@media(max-width:1059px){.navbar > ul > li {padding: 10px 0 10px 8px;}}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
nav#navbar.navbar a.nav-link.scrollto.mobile{display:inline-block; margin-left:20px;position: initial;}

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(78, 78, 78, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #232022;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
padding: 6px 20px;
  font-size: 24px;
  color: #fff;
  font-weight: 800;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0c6161;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px; font-size: 15px;
  
  
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #b17427;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  /*height: 100vh;*/
  position: relative;
  color: #fff;
}

.hero .hero-content {
  text-align: center;
  position: absolute;
}

.hero .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}

.hero .hero-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .hero .hero-title {
    font-size: 4.5rem;
  }
}

.hero .hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .hero .hero-subtitle {
    font-size: 2.5rem;
  }
}

.hero .text-slider-items {
  display: none;
}

.hero-single {
  height: 350px;
}

.hero-single .hero-content {
  margin-top: 30px;
}

.hero-single .hero-title {
  text-transform: uppercase;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .hero-single .hero-title {
    font-size: 3.5rem;
  }
}

.hero-single .breadcrumb {
  background-color: transparent;
  color: #0078ff;
}

.hero-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.hero-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.hero-single .breadcrumb a {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

.skill-mf span {
  color: #ccc;
}

.skill-mf .progress {
  background-color: #cde1f8;
  margin: 0.5rem 0 1.2rem 0;
  border-radius: 0;
  height: 0.7rem;
}

.skill-mf .progress .progress-bar {
  height: 0.7rem;
  background-color: #0c6161;
}
.radius{border-radius:12px}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-box {
  background-color: #202020;
  padding: 2.5rem 1.3rem;
  border-radius: 0;
  margin-bottom: 3rem;
  text-align: center;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #0c6161;
  box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #fff;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-box .ico-circle i {
  line-height: 0;
  font-size: 40px;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 0;
}

.service-box .s-description {
  color: #fff;
}

/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
.counter-box {
  color: #fff;
  text-align: center;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.5;
  box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #212529;
  padding: 7px;
}

.work-box:hover img {
  transform: scale(1.1);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 2s;
}

.work-content {
  padding: 1rem 6% 1rem 5%;
}

.work-content .w-more {
  color: #ecb205;
  font-size: 1.1rem;
}

.work-content .w-more .w-ctegory {
  color: #cecece;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0c6161;
}

.work-content .w-like .num-like {
  font-size: 0.7rem;
}

.w-title {
  font-size: 1.4rem;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0078ff;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0078ff;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(78, 78, 78, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #0078ff;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .testimonial-box .description {
    padding: 0 5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

.swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

@media (min-width: 767px) {
  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: #0c6161;
}

.php-email-form input {
  padding: 10px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
  margin-bottom: 0;
}

.php-email-form button[type=submit] {
  background: #0c6161;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.php-email-form button[type=submit]:hover {
  background: #3393ff;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
@media (min-width: 767px) {
  .card-blog {
    margin-bottom: 3rem;
    background: rgba(0,0,0,.9);
    /*! color: #fff; */
  }
}

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0c6161;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: 0.6rem;
}

.card-blog .card-description {
  color: #ccc;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #0078ff;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #0078ff;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/
.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #0078ff;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/
.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #0078ff;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #0078ff;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #0078ff;
  border-color: #0078ff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #0078ff;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}
img.blackbg{background:#000}
#about ul li { font-size: 1.20rem;
  font-weight: 400;
  list-style: square;
  color: #f7c17d;}
h3.uokviren{padding: 6px 6px;
  background: #4f3c59;}
  
.box{background: #212529;
  border-radius: 4px;
  padding: 17px;
margin-bottom: 50px;}  


.box .image{
  background: #000;
  display: flex;
  align-items: center;
justify-content: center;padding-bottom: 21px;
}


@media(max-width:767px){.box .image {margin-bottom:15px} .readmore{width:100% !important}}
#about h2{  font-weight: bolder;margin-bottom: 40px;}
#about img {margin:40px 0}

#about p.lead a {font-weight:bold; padding:0 2px}
#about p.lead a:hover {padding:0 2px}
#about p.lead {  font-size: 1.14rem;}
#about p.lead strong {color: #f9a63c;font-weight: 600;}
#about p a{color: #fff;  text-decoration: none;  transition: all 0.5s ease-in-out;  padding: 0 6px;  display: inline-block;  height: 100%;  width: fit-content;word-break: break-all;}
#about p a:hover{color:#ffbc2a;transition: all 0.5s ease-in-out;  background: #0d0c09;  padding: 0 0px;}
#about p a::after{ content: "";  width: 100%;  height: 3px;  background-color:#ca712b;  left: 0;  position: unset;  display: block;} 
#about .title{font-size: 22px;font-weight: 600;padding: 0 0px;}
#about hr {margin:4rem 0; color:#8e8e8e}
#about p.lead span {font-weight:bold}
#about ul.default {}
#about ul.default li{color: #fff;  font-weight: 400;  font-size: 18px;  line-height: 28px;}

#about ul.orange li {  list-style: square;  color: #fff;font-weight: 600;}  
#about ul.orange li a {  list-style: square;  color: #f7c17d;}  
#about ul.orange li a:hover {  color: #fff;}  

#about ol.orange li {list-style: square;  color: #e8d9c7;}  
#about ol.orange li a {list-style: square;  color: #f7c17d;}  
#about ol.orange li a:hover {  color: #fff;}  
#about ol li { font-size: 1.35rem;  font-weight: 400;   color: #f7c17d;list-style: inherit !important}
#about h2[data-heading-number]::before {content: attr(data-heading-number) ". ";}
#myImg {cursor: pointer;transition: 0.3s;display: block;}
#myImg:hover {opacity: 0.7;}
.myImg {cursor: pointer;transition: 0.3s !important;display: block;}
.myImg:hover {opacity: 0.7 !important;}
.fade-in {  opacity: 0;  transition: opacity 4s ease-in-out;}
.fade-in.loaded {  opacity: 1;}


#about .related{padding: 10px 0;  background: #0d0c09;  margin: 40px 0;}
#about .related h3{font-size: 2rem;}
#about .related img {margin:0}
#about .related .readmore {padding: 7px 10px;
  background: padding: 7px 10px;
  background: #282828;
    background-position-x: 0%;
    background-position-y: 0%;
  width: 189px;
  font-size: 17px;
  color: #f4a23b;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; cursor:pointer;
  height: 46px;}
  
#about .related .readmore svg {fill:#f4a23b;position: relative; top: 0px;
  left: 4px;}
#about .readmore{/*padding: 16px 10px;*/  background: #ecb205;  width: 259px;  font-size: 17px;  color: #0d0c09;  font-weight: 600;  text-align: center; color: #0d0c09;
  transition: all 0.3s;background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
  background-image: linear-gradient(30deg, #e8962d 50%, transparent 50%);
  background-size: 651px;
  background-repeat: no-repeat;
  background-position: 0%;font-weight: 800; height:57px}
  
  
  .readmore a{padding: 16px 10px;
  text-align: center; text-decoration: none; color: inherit;
  transition: all 0.3s;
  background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
  background-image: linear-gradient(30deg, #e8962d 50%, transparent 50%);
  background-size: 651px;
  background-repeat: no-repeat;
  background-position: 0%;
  height: 57px;
  width: 100%;
  display: inline-block;}
  
#about .readmore:hover, #about .readmore a:hover{transition: all 0.3s;background-position: 111%; font-size: 18px;cursor:pointer;}
#about .js--lazyload{min-height: calc(100%); width:100%;margin: 40px 0; transition: all 2s; background:rgba(255, 253, 253, 0.31);}
#about  .readmore svg{top: -1px;position: relative;cursor:pointer;}
#about h1{color: #e8c67c;font-weight: 800;}
#about h3{font-size: 1.40rem;font-weight: 900;}
#about h4{font-size: 1.35rem;font-weight: 900;}
nav#navbar.navbar ul li.dropdown ul li a:hover, nav#navbar.navbar ul li.dropdown ul li a.active {
  color: #ad1c06;
  background: none;
  -webkit-text-fill-color: initial;
}
.centered-text {position: absolute;top: 55%;left: 50%;transform: translate(-50%, -50%);text-align: center; }
.centered-text h1 {font-size: 2.7rem;font-family: Noto Sans;font-weight: 900;text-transform: uppercase;color:#efedec}
.centered-text h1 span {
 color:#cf9447}
img.header-img{width:100%}
@media(max-width:1300px){.centered-text h1 {font-size: 3vw;} .centered-text {top: 60%;width: 100%;}}
@media(max-width:991px){
	img.header-img{object-fit: cover;height: 240px;width:100%;object-position: 25%;}
	.centered-text h1 {font-size: 4vw;text-shadow: -15px 2px 24px #3e3e3e;}
}
@media(max-width:630px){
	img.header-img{object-fit: cover;height: 210px;width:100%;}
	.centered-text h1 {font-size: 5vw;}
}

@media(max-width:480px){
	img.header-img{object-fit: cover;height: 180px;width:100%}
	.centered-text h1 {font-size: 5vw;}
}
@media (max-width: 375px){
img.header-img {
    object-fit: cover;
    height: 160px;
    width: 100%;
 }.centered-text {top: 64%;width: 100%;}  .centered-text h1 {
    font-size: 5.8vw;
  }
}

.sticky {position: sticky; margin-bottom: 50px;top: 90px;  /*background: #000;*/  padding: 20px 10px 10px 10px;  
border-radius: 4px;overflow-x: scroll;scrollbar-width: none;  height: 830px;}
.sticky h2 {font-size: 19px;  margin-bottom: 28px !important;}
.sticky a {font-size: 1.018rem;;color:#8a8a8a}
.sticky ol li {font-size: 0.9rem !important;color: #616060 !important;}
.sticky ol li a:hover {color: #ee9245;}
.sticky ol li.active {   /*background-color: rgb(232, 150, 45);padding: 1px 4px; */transition: 0.5s all; }

.sticky ol li.active:before{content: "  "; width:20px; height:10px; background: #1c1b22; position: relative; left: -24px;  color: #fff;transition: 0.5s all;}

main#main section#about div.sticky ol li.active{list-style: none !important;}
main#main div.sticky ol li{list-style: none !important;}
main#main section#about div.sticky ol li.active::before { 

content: "";
  border-color: transparent #fff;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.5em;
  position: relative;
  margin-bottom: -10px;
}

.sticky ol{padding-left:11px !important; border-left: 1px solid #f9a63c;}
.sticky ol li.active a {color: #fff;left: 0px;  position: relative;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  text-align: center;
  color: #fff;
  padding: 25px 0;
  background: #232022;
}

footer .copyright {
  margin-bottom: 0.3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}