* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
}
a{
    color: #485268;
}
a:hover {
  text-decoration: none;
  color: #222;
}
body {
  font-family: 'Geometria', sans-serif;
  font-size: 16px;
  font-weight: 400;.right-part a
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;[data-uia-timeline-skin="3"] .uia-timeline__year
}
.d-none-image img{
    display:none;
}
.d-none-image p{
    min-height:42px;
}




.highslide-viewport-size {
    background-color: #000;
}
.highslide-loading{
    display:none !important;
    left: 0 !important;
}
.highslide-container {
    z-index: 9999999 !Important;
}
.highslide-controls {
width: 195px;
height: 40px;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 10px;
}
.highslide-controls ul {
position: relative;
left: 15px;
height: 40px;
list-style: none;
margin: 0;
padding: 0;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
float: left;
padding: 5px 0;
}
.highslide-controls a {
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
display: block;
float: left;
height: 30px;
width: 30px;
outline: none;
}
.highslide-controls a.disabled {
cursor: default;
}
.highslide-controls a span {
/* hide the text for these graphic buttons */
display: none;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
background-position: -120px 0;

}
.highslide-controls .highslide-move a:hover {
background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
background-position: -180px -30px;
}








.pictures br {
    display:none;
}
.pictures .highslide {
    padding: 3px 7px !important;
}
.pictures .highslide img {
    object-fit: cover !important;
}

/* Header top */
.header-top {
  height: 43px;
  height: 43px;
  display: flex;
  align-items: center;
}
.menu {
  height: 100%;
  display: flex;
   align-items: center; 
}
.menu li {
  margin-right: 10px;
    font-size: 14px;
    font-family: 'Geometria';
}
.menu li a {
  color: #272727;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 14px;
  color:#707070;
  font-family: 'Geometria';
  padding-left:13px;
}

.menu li a:hover {
  opacity: 0.6;
}
.right-part a {
  font-family: 'Geometria-Medium';
  /*color: #21c46b;*/
  color: #e25544;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s color;
  /*margin-left: 20px;*/
  white-space:nowrap;
}
.right-part a:first-child{
    margin-right:125px;
}
.header-bottom {
  background-color: transparent;
  width: 100%;
  right: 0;
  position: absolute;
  z-index: 11;
  padding: 27px 0;

}
.header-bottom .navbar {
  width: 100%;
}

.header-bottom .nav-link {
  transition: opacity 0.2s;
  color: #fff;
  font-size: 15px;
  padding:0 !important;
}
.header-bottom .nav-item:first-child {
    margin-left: 0px;
}
.header-bottom .nav-item{
    margin-left: 13px;
}

.logo{
   width:200px;
   margin:0 0 0 -3px;
}
.logo.bright{
    filter:brightness(100);
}
.header-bottom .nav-link:not(.nav-btn):hover {
  opacity: 0.5;
}

header .header-bottom.fixednav {
  margin-top: 0;
  position: fixed;
  transition: transform 0.35s cubic-bezier(0.3, 0.1, 0.3, 1) 0s, 
              background-color 0.35s cubic-bezier(0.3, 0.1, 0.3, 1) 0s;
  top: 0 !important;
  box-shadow: rgb(0 0 0 / 5%) 0px 20px 40px 0px;
  display: flex;
  align-items: center;
  padding: 3px 0;
  background-color: #fff;
}



.header-bottom.fixednav .nav-link {
  transition: opacity 0.2s;
  font-size: 15px;
  color:#485268;
}


.nav-btn{
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 10px 30px;
  font-family:'Geometria-Bold';
  font-size:14px;
  text-transform:uppercase;
  background-color: #e25544;
  border-radius: 16px;
display:inline-block;
z-index:2;
white-space:nowrap;
}

.nav-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #D63E28;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.nav-btn:hover {
  color: #fff;
  z-index: 2;
}
.nav-btn:hover span {
  width: 225%;
  height: 562.5px;
}
.last-item.hidden, .first-item.hidden{
display:none;
}


.navbar-toggler, .navbar-toggler2  {
    border: none;
    outline: none;
    background-color: transparent;
}
.navbar-toggler  .menu-icon, .navbar-toggler2 .menu-icon {
    height: 19px;
    width: 42px;
    position: relative;
    padding: 16px 0;
    box-sizing: content-box;
    cursor: pointer;
}
.navbar-toggler .menu-icon span, .navbar-toggler2 .menu-icon span {
    display: block;
    width: 40px;
    height: 2px;
    margin-top: 15px;
    background-color: #ffffff;
    position: absolute;
    top: 10px;
    right:0;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.navbar-toggler .menu-icon span::before,
.navbar-toggler .menu-icon span::after,
.navbar-toggler2 .menu-icon span::before,
.navbar-toggler2 .menu-icon span::after
{
    content: '';
    width: 40px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.navbar-toggler .menu-icon span.active::before, 
.navbar-toggler .menu-icon span.active::after, 
.navbar-toggler .menu-icon span.active{
     background-color: #000;
}

header .navbar-toggler .menu-icon span::after, .navbar-toggler2 .menu-icon span::after {
    bottom: -15px;
}
header .navbar-toggler .menu-icon span::before, .navbar-toggler2 .menu-icon span::before {
    top: -15px;
}
 .navbar-toggler .menu-icon.close span::before, .navbar-toggler2 .menu-icon.close span::before  {
    -web-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}

 .navbar-toggler .menu-icon.close span::after,  .navbar-toggler2 .menu-icon.close span::after {
    -web-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
}
.navbar-toggler .menu-icon.close span, .navbar-toggler2 .menu-icon.close span {
    background-color: transparent;
}

/*Drop down*/
.open{
    position:relative;
}
.dropdown{
    position:absolute;
    top:100%;
    left:0;
    background-color:#fff;
    width:240px;
    /*visibility:hidden;*/
    /*opacity:0;*/
      transform:scaleY(0);
      transform-origin:top;
      transition:.3s;
      border-radius:13px;
      overflow:hidden;
}
.dropdown li a{
    display:block;
    padding:10px 20px;
    color:#000;
    margin:10px;
    border-radius:8px;
    font-size:15px;
}
.dropdown li a:hover{
    background-color:#f5f5f5;
}
.open:hover .dropdown{
    /*visibility:visible;*/
    /*opacity:1;*/
    transform:scaleY(1);
}
/*Mobile menu*/

.small-screen-menu-nav nav {
position: fixed;
right: -100%;
background-color:#346a82;
/*background-image:url("/img/pattern3.png");*/
background-size:100px;
background-position:100px 95px;
height: 110vh;
width: 100%;
/*padding-left: 20px;*/
transition: all .3s ease;
/*padding: 35px;*/
padding-top: 20px;
/* overflow-y: scroll; */
top: 0;
bottom: 0;
text-align: left;
z-index:112;
}
/*.small-screen-menu-nav nav.top{*/
/*    top:104px;*/
/*}*/
.small-screen-menu-nav nav.active {

right: 0;
display: block;
}


.small-screen-menu-nav li > a, .mobile-open a{
display: inline-block;
    border-bottom: 1px solid #41748b;
    font-weight: 500;
    font-family: 'Geometria-Bold';
    width: 100%;
    position: relative;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0;
    padding: 14px 0px;
    text-transform: uppercase;
}
.small-screen-menu-nav .close-menu{
padding: 15px;
position: absolute;
right: 43px;
top: 40px;
font-size: 30px;
color: #fff;
}

.small-screen-menu-nav ul{
    margin-top:74px;
}

.mobile-dropdown{
    display:none;
    margin:0 !important;
    padding-left:20px;
}
.mobile-open div{
    display: flex;
    align-items:center;
    justify-content:space-between;
    color:#fff;
    width:100%;
    border-bottom: 1px solid  #41748b;
}
.mobile-dropdown li > a{

    font-size:18px;
}
.mobile-open div a{
    border-bottom:none;
    width:max-content;
}
/* Slider */

#slider {
  position: relative;
  /* margin-top: 95px; */
}

#slider .carousel-control-prev-icon, 
#slider .carousel-control-next-icon{
  position: absolute;
  height: 48px;
  width: 48px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  box-shadow: 0 0 0 0 #fff, 0 5px 20px 0 rgb(0 0 0 / 20%);
  opacity: 0;
  border-radius: 50%;
  text-align: center;
  outline: none;
  transition: opacity .3s, box-shadow .1s;
  font-weight: 900;
}
#slider:hover .carousel-control-prev-icon,
 #slider:hover .carousel-control-next-icon {
    opacity: 1;
    z-index: 200;
 }
 #slider .carousel-control-prev-icon, 
 #slider .carousel-control-next-icon{
   color: #000;
 } 

.carousel-item {
  position: relative;
}

.carousel-btn {
  font-family: 'Geometria-ExtraBold';
   display: inline-block;
  font-size: 12px;
  padding: 0 50px;
  background-color: #e25544;
  color: #fff;
  border-radius: 16px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  cursor: pointer; 
  transition:.3 background-color;
}
.carousel-btn:hover {
  background-color: #D63E28;
  text-decoration: none;
  color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20% !important;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.slider-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 96vh;
  position: relative;
}
.slider-bg::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-caption h1{
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: 'Geometria-ExtraBold', sans-serif;
  margin-bottom: 10px;
  letter-spacing: -3px;
}
.carousel-caption p{
  font-size: 22px;
  margin-bottom: 80px;
  /* font-weight: 500; */
  /* line-height: 30px; */
}
#slider .carousel-caption p,
#slider .carousel-caption h1 {
  /*transform: skewY(20deg);*/
  /*-webkit-transform: skewY(-7deg);*/
  /*-moz-transform: skewY(-7deg);*/
  /*-o-transform: skewY(-7deg);*/
  /*-ms-transform: skewY(-7deg);*/
  transform: none !important;
  text-shadow: 0px 1px 6px rgb(116 116 116);
}


/* ABOUT */
.about{
  padding: 80px 0;
}
.about-img {
  height: 580px;
}
.about-img img {
  position: absolute;
  /*top: -2%;*/
  /*right: 0px;*/
  height: 725px;
  width: 580px;
  z-index: 2;
  object-fit:contain;
  transform:translate(-45px,-140px);
}

.about-img .circle {
  width: 430px;
  height: 430px;
  background-color: rgb(226, 85, 68);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate{
    transform:translateX(-50%) scale(1);
    left:50%;
}
.about-sign {
  margin-bottom: 20px;
}
.about-content h2 {
  color: rgb(51, 58, 74);
  line-height: 1.33em;
  font-size: 30px;
  font-family: 'Geometria-ExtraBold';
  margin: 32px 0;
}
.about-content p {
  font-size: 16px;
  line-height: 1.5rem;
  margin-bottom: 32px;
}
.about-subcontent {
  display: flex;
  align-items: center;
}
.about-subcontent img {
  border-radius: 50%;
  margin-right: 20px;
}
.about-subcontent h5 {
  font-weight: 700;
}
.about-subcontent span {
  font-size: 14px;
}

/* SERVICE */
.services{
padding: 10px 0 60px 0;
}
.service-box {
  /* position: relative; */
  text-align: center;
  border: 1px solid rgb(222, 226, 237);
  border-radius: 16px;
  padding: 24px;
  font-size: 14px;
  /* cursor: pointer; */
  position: relative;
  overflow: hidden;
  /* z-index: 1; */
  margin: 16px 0;
}
.service-box::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.service-bg{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  /*background-image: url("../img/hinal.jpeg");*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.service-box:hover .service-bg{
  opacity: 1;
}
.service-box:hover .service-head h2,
.service-box:hover .service-head p,
.service-box:hover .service-content {
  color: #fff;
}
.service-box:hover .more-btn {
  color: #fff;
}
.service-box:hover::after {
  opacity: 1;
}
.service-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-head h2 {
  color: rgb(51, 58, 74);
  font-size: 24px;
  line-height: 1.33em;
  font-weight: 700;
  max-width: 60%;
  text-align: left;
}
.service-head p {
  color: rgb(72, 82, 104);
  font-weight: 700;
  font-size: 14px;
}
.service-head span {
  min-width: 20px;
  display: inline-block;
}
.service-content {
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 16px;
  color: rgb(51, 58, 74);
}
.service-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.more-btn {
  border: none;
  background: none;
  padding: 0px;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: rgb(52 106 130);
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.35s cubic-bezier(0.3, 0.1, 0.3, 1) 0s;
  position: relative;
}
.more-btn:after, .more-btn::before {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 2px;
  width: 100%;
  transition-property: transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.more-btn:after {
  left: 0px;
  background-color: rgb(52 106 130);
  transform-origin: right;
  transform: scaleX(1);
}
.more-btn:before {
  right: 0px;
  background-color: #fff;
  transform-origin: left;
  transform: scaleX(0);
}
.more-btn:hover {
  color: rgb(52 106 130);
}
.service-box:hover .more-btn::after {
  transform: scaleX(0);
 
}
.service-box:hover .more-btn::before {
  transform: scaleX(1);

}

.service-btn {
  line-height: 80px;
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 45px;
  max-width: 165px;
  margin-left: 24px;
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 700;
  background-color: rgb(52 106 130);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  z-index: 3;
}
.service-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgb(36 74 90);
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.service-btn:hover {
  color: #fff;
  z-index: 2;
}
.service-btn:hover span {
  width: 225%;
  height: 562.5px;
}

/* PROJECT */
.project {
  margin-top: 40px;
  width: 100%;
  position: relative;
}
.project {
  background-image: url("../uploads/posts/2021-12/1639554019_master-plan-2.jpg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  /* z-index: 0;   */
}

.project .col-2_5 {
  width: 33.333333%;
}

.project-box {
  width: 100%;
  height: 500px;
  /* background-color: red; */
  position: relative;
  cursor: pointer;
  transition: all 0.7s ease;
  z-index: 2;
}

.project-box:hover{
  background-color: rgba(0, 0, 0, 0.4);
}

.project-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.project .project-detail, .project-cat .project-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  /* width: 100%; */
  flex-direction: column;
  padding:0 45px 50px;
}
.project-detail span {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.project-detail i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 15px;
  transform: translateX(-50px);
  transition: transform 0.3s ease;
}
.project-detail h2{
  font-family: 'Geometria-Bold';
  letter-spacing: normal;
    line-height: 1.06;
    margin-bottom: 38px;
    font-size: 26px;
    text-align: center;
}
.project-detail:hover i {
  transform: translateX(15px);
}
.project-detail:hover span {
  visibility: visible;
  opacity: 1;
  color: #e25544;
}
.project-bg {
  display: none;
}
.project .row div:not(:last-child) .project-box {
  border-right: 1px solid #fff;
}
/* CALL TO ACTION */
.call-to-action {
  position: relative;
  z-index: 1;
  padding: 40px 85px;
  background-image: url("../img/hinal.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow:hidden;
}
.call-to-action::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.call-to-action iframe{
    height:320px;
}

.form-wrapper, .modal-content {
  max-width: 475px;
  padding: 60px 60px 90px 60px;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
}
 .modal-content {
     max-width:100%;
 }
.form-wrapper h1 {
  font-size: 26px;
  font-family:'Geometria-Bold';
  text-transform: uppercase;
  text-align: center;
}
.form-wrapper p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #989898;
  text-align: center;
}

.form-wrapper .input-box {
  margin-bottom: 16px;
}
.form-wrapper input {
  display: block;
  width: 100%;
  padding: 16px 32px;
  font-size: 14px;
  color: #495057;
  background-color: #f2f2f2;
  background-clip: padding-box;
  border: none;
  outline: none;
  border-radius: 6px;
}

.form-wrapper input[type="submit"] {
  background: #44c373;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-wrapper .block {
  height: 280px;
}

/* REFERANCE */

.reference {
  padding: 80px 0;
}

.ref {
  line-height: 80px;
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 45px;
  max-width: 180px;
  height: 120px;
  /*margin-left: 24px;*/
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 700;
  background-color: #f5f6fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  z-index: 3;
  margin-bottom: 30px;
}
.ref img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
  transition: transform 0.35s cubic-bezier(0.3, 0.1, 0.3, 1) 0s;
  
}
.ref span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #cbcedb;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.ref:hover {
  color: #eee;
  z-index: 2;
}
.ref:hover span {
  width: 225%;
  height: 562.5px;
}
.ref:hover img{
  transform: scale(.9);
}

/* ADVANTAGE */
.advantage {
  padding: 80px 0;
}
.adv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 40px; */
  color: #fff;
  text-align:center;
}

.adv:not(.adv-last) {
  border-right: 1px solid #485268;
}
.adv span {
  display: inline-block;
  margin-bottom: 12px;
  color: #38c976;
}
.adv p {
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
}

.footer {
  background-color: #33394a;
}
.footer-brand img{
    filter:brightness(10);
}
.footer-nav {
  padding: 24px 80px;
  border-top: 1px solid #485268;
}
.footer-menu {
  display: flex;
justify-content:center;
margin-bottom:0;
}

.footer-menu li {
  margin-right: 32px;
}
.footer-menu li a,
.copyright p {
  font-family: 'Geometria-Bold';
  font-size: 10px;
  color: #8b93a6;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  white-space:nowrap;
  transition: color 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  margin: 10px 0 0 0;
}
.copyright p a{
    opacity:.2;
}

.footer-menu li a:hover,
.social-media li a:hover,
.copyright a:hover {
  color: #e25544;
}

.social-media {
  display: flex;
  justify-content: flex-end;
  margin-bottom:0;
}

.social-media li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #485268;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-left: 10px;
  transition: color 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
.fa-facebook-f{
  font-size: 15px;
}

.copyright a {
  color: #fff;
  transition: color 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}


/* CLOUD ANIMATION */
.clouds{
  position: absolute;
  /* background-size: cover; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
    overflow:hidden;
}
.clouds img:nth-child(1), .clouds img:nth-child(2){
  position: absolute;
  bottom: 0;
  max-width: 100%;
  animation: cloud1   calc(10s * var(--i)) linear infinite;
}
@keyframes cloud1 {
0% {
transform: translateX(0);
}
100% {
  transform: translateX(100%);
}
}

/*bread crumbs */

/*.bread-crumb {*/
/*		list-style: none;*/
/*		display: inline-table;*/
    
/*}*/
/*.bread-crumb 	li {*/
/*display: inline;*/
/*}*/

/*.bread-crumb 	li 	a {*/
/*display: block;*/
/*float: left;*/
/*height: 40px;*/
/*background: #F3F5FA;*/

/*text-align: center;*/
/*padding: 10px 20px 0 60px;*/
/*position: relative;*/
/*margin: 0 10px 0 0; */

/*font-size: 16px;*/
/*text-decoration: none;*/
/*color: #8093A7;*/
/*}*/

/*.bread-crumb 	li  a:after {*/
/*content: "";  */
/*border-top: 20px solid transparent;*/
/* border-bottom: 20px solid transparent;*/
/*  border-left: 20px solid #F3F5FA;*/
/*position: absolute; */
/*right: -20px;*/
/*top: 0;*/
/*z-index: 1;*/
/*}*/
/*	.bread-crumb 	li  a:before {*/
/*content: "";  */
/*border-top: 20px solid transparent;*/
/*  border-bottom: 20px solid transparent;*/
/*  border-left: 20px solid #222;*/
/*position: absolute; */
/*left: 0; */
/*top: 0;*/
/*}*/
		
		

/*.bread-crumb ul li:first-child a {*/
/*	border-top-left-radius: 10px; border-bottom-left-radius: 10px;*/
/*}*/
/*	.bread-crumb ul li:first-child a:before {*/
/*	display: none; */
/*}*/

/*	.bread-crumb ul li:last-child a {*/
/*	padding-right: 40px;*/
/*	border-top-right-radius: 10px; border-bottom-right-radius: 10px;*/
/*}*/
/*	.bread-crumb ul li:last-child a:after {*/
/*	display: none; */
/*}*/

/*	.bread-crumb ul li a:hover {*/
/*background: #357DFD;*/
/*color:#fff;*/
/*}*/
/*	.bread-crumb ul li a:hover:after {*/
/*	border-left-color: #357DFD;*/
/*color:#fff;*/
/*}*/
.head{
    color:#fff;
}
.bread-crumb{
    display:flex;
}
.bread-crumb a{
    color:#fff;
}



.head .top  h1 {
    font-size: 42px;
    font-weight: 600;
    color: white;
    margin: 0;
}

.head .bottom{
       padding: 25px 0px 50px;
    bottom: 0;
    display: flex;
    align-items: center;
} 





.cs-breadcrumb{
height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
       background-image: url(/img/wallpaper.png);
}
.cs-breadcrumb::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .9;
    background: #346a82;
}
.cs-breadcrumb.about-b {
    background-image: url('/img/pic.jpg') !important;
}
.cs-breadcrumb .top {
    padding: 30px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    bottom: 115px;
       position: absolute;
    width: 100%;
    color:#fff;
}
.cs-breadcrumb .bottom{
        padding: 25px 0px 50px;
    bottom: 0;
    display: flex;
    align-items: center;
     position: absolute;
    width: 100%;
}

.cs-breadcrumb .bottom .right-side{
        padding-left: 32px
}
.cs-breadcrumb .left-side{
    transform: translateY(12px);
}

.cs-breadcrumb .right-side{
    transform: translateY(16px);
}

.cs-breadcrumb .left-side {
    padding-right: 41px;
    position: relative;
}
.cs-breadcrumb .left-side a{
    color: #ffffff7a;
    transition: all .3s ease;
    display: block;
}
.cs-breadcrumb .right-side a{
    color: #ffffff7a;
    transition: all .3s ease;

}
.cs-breadcrumb .right-side .breadcrumb-p {
    text-align: center;
    color: white;
    font-size: 14px;
    margin: 0;
}

.cs-breadcrumb .left-side i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #ffffff7a;
    transform: translateY(2px);
    margin-right: 18px;
    transition: all .3s ease;}
    
    .cs-breadcrumb .left-side::after {
    content: "";
    display: block;
    width: 2px;
    height: 62px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 55%;
    right: 0px;
    transform: translateY(-50%);
}
.cs-breadcrumb .left-side a:hover {
    opacity: 0.8;
}
.cs-breadcrumb .left-side a:hover i {
    transform: translateX(-10px) translateY(2px);
}

.cs-breadcrumb .right-side .breadcrumb-p {
    text-align: center;
    color: white;
    font-size: 14px;
    margin: 0;
}
.page-heading {
    background-color: rgb(250, 250, 250);
    padding: 40px 108px;
    width: 100%;
    /*margin-bottom: 60px;*/
}

.page-heading h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.page-heading p {
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}
.cs-breadcrumb .left-side a:first-child{
    display:inline;
    white-space:nowrap;
}
.cs-breadcrumb .left-side a:last-child{
    display:none;
}

/*About page*/

.head{
    position: relative;
    padding-top: 250px;
    background-color: #222;
    background-position: center;
    background-image: url(/img/wallpaper.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.static-overlay{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    background-color:#000000a8;
}

 .static-content, .full-content {
    padding:30px 0;
}
.static-text{
    /*background-color:#ebebeb;*/
    padding:20px;
    border-radius:10px;
align-items:center;
}
.about-page .static-text .quote{
   flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
.about-page .static-text .quote:last-child{
    position:relative;
}
.about-page .static-text .quote:last-child img{
    height: 600px;
    width: 600px;
    object-fit:contain;
    margin:0;
}
.about-page .static-text .quote:last-child:before{
    width: 450px;
    height: 450px;
    background-color: rgb(226, 85, 68);
    border-radius: 50%;
    position: absolute;
    z-index: -1;  
 content:"";
 left:20%;
 top:20%
}
.quote b, .full-content b{
    font-family:'Geometria-Bold';
}

.static-text li, .full-content li{
    padding-left:10px;
    font-size:18px;
    margin-left:50px;
}
.static-text li::marker, .full-content li::marker{
    content:"\26AC";
    color:#e25544;
    font-weight:900;
  
}
.clouds img:nth-child(3), .clouds img:nth-child(4){
  position: absolute;
  bottom: 0;
  max-width: 100%;
  animation: cloud2   calc(10s * var(--i)) linear infinite;
}

.service-cat .more-btn{
    display:none;
}


.temsilcilik-page  .static-text .quote{
    width:25%;
    flex:0 0 25%;
    padding:15px;
    text-align:center;
    
}
.temsilcilik-page  .static-text .quote img{
    width:100%;
    margin:0;
 margin:auto;
}

.temsilcilik-page  .static-text .quote a{
   color: #485268;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid rgb(222, 226, 237);
    height: 235px;
    border-radius: 16px;
}
.temsilcilik-page  .static-text .quote h5{
    font-size:14px;
}

/*full content*/



.full-content ul{
    margin-bottom:0!important;
      padding:10px 0;
}

.full-content .highslide{
    display:inline-block;
    width:33%;
    height:300px;
}
.full-content .highslide img{
    object-fit:contain;
    width:100%;
    height:100%;
}
/*.full-content .highslide  >img{*/
/*    width:100%;*/
/*    height: 300px;*/
/*    object-fit: contain;*/
/*    margin:0;*/

/*}*/
/*.full-content .container > img{*/
/*    width:33%;*/
/*     height: 300px;*/
/*    object-fit: contain;*/
/*    margin:0;*/
/*}*/




/*Project*/

.project-cat .project-box{
        position:relative;
    width:100%;
}
.project-cat .project-bg{
    display:block;

}
.project-cat .project-box:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000080;
}

.project-cat .col-2_5{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding:15px;
}


.service-full-page img{
    width:100%;
    border-radius:16px;
    height:300px;
    object-fit:cover;
}

@keyframes  cloud2 {
0% {
transform: translateX(-100%);
}
100% {
  transform: translateX(100%);
}

}

.mobile-okmedia{
    display:none;
}


/*Contact*/
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  height:200px;

}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
   background: #f1f1f1;
    padding: 30px 0px;
    height: 100%;
    border-radius: 35px;
}

.contact-page-sec .contact-page-form h2 {
  color: #000;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}

.contact-info-icon i {
  font-size: 48px;
  color: #e25544;
}

.contact-info-text p {
    margin-bottom:0px;
    
}
.contact-info-text h2 {
  color: #000;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span, .contact-info-text  a {
  color: #999999;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.contact-page-map {
  margin-top: 36px;

}
.contact-page-form form {
    padding: 20px 15px 0;
}

:placeholder{
    color:#999;
    
}

#map{
    border-radius:35px;
    overflow:hidden;
    height:400px;
}

.ymaps-2-1-79-map{
    width:100%;
}

@media  screen and (max-width: 991.98px){
    .contact-info-icon i{
        font-size:36px;
    }
    
    .contact-info-text h2{
        font-size:18px;
    }
    
    .contact-info-text span, .contact-info-text a{
        font-size:12px;
    }
    .contact-info{
        height:190px;
    }
}

@media  screen and (max-width: 767.98px){
    
    .button{
        margin: 5px 0 20px 0;
    }
    

    .form-part .row .col-md-4:nth-child(2){
        margin:20px 0;
    }
    
}

@media screen and (max-width:1200px){
    .footer-menu li a, .copyright p {
        font-size:9px;
    }
    .footer-menu li{
        margin-right:25px;
    }
}



@media screen and (max-width:1024px){
    .about-img img {
    /*right: 20px;*/
   width:100%;
}

.about-img .circle {
  width: 370px;
  height: 370px;
    
}
.about-content h2{
font-size:20px;
    
}
.project-box {
    height: 300px;
    
}
.project .col-2_5{
    width:50%;
}

.project .col-2_5:last-child{
    width:100%;
}

.project .row>div:not(:last-child) .project-box {
    border-bottom: 1px solid #ebeef4;
}
    .footer-menu, .footer-menu-2, .social-media {
  display: flex;
  justify-content: center;
}
.footer-menu li {
  margin:0 16px;
}
.copyright {
    text-align:center;
}
.social-media{
    justify-content:center;
}
.footer-left, .footer-center, .footer-right{
    flex: 0 0 100%;
    max-width: 100%;
}
    .footer-center ul{
    margin:15px 0;
}
.footer-right ul{
    margin-bottom:15px;
}
.temsilcilik-page .static-text .quote a{
    height:220px;
}
}
@media screen and (min-width:992px){
    .toggle-menu{
        display:none;
    }
}
@media screen and (max-width:991.98px){
    .project-cat .col-2_5{
    max-width:50%;
    flex:0 0 50%;
}
/*    .about-img .circle {*/
/*  width: 300px;*/
/*  height: 300px;*/
    
/*}*/
.navbar-nav{
    display:none;
}

.carousel-caption h1{
    font-size:60px;
    letter-spacing:-3px
}
.form-wrapper{
    margin:auto;
}
.right-part a:first-child{
    margin-right:83px;
}
.advantage .col-lg-3:nth-child(odd) .adv{
    border-right: 1px solid #485268;
}
.advantage .col-lg-3:nth-child(even) .adv{
    border-right: none;
}
.advantage .col-lg-3:first-child .adv, .advantage .col-lg-3:nth-child(2) .adv{
    border-bottom: 1px solid #485268;
}
.adv{
padding:20px 0;

}
.about-page .static-text .quote{
    max-width:100%;
    flex:0 0 100%;
}


.about-page .static-text .quote:last-child img{
    width:100%;
    height:650px;
}

.temsilcilik-page .static-text .quote {
width:33.33%;
flex:0  0 33.33%;
}
.full-content .row  .col-lg-6:first-child{
    padding-bottom:30px;
}

}
@media only screen and (max-width:768px){
    
    .col-md-4{
        margin-bottom: 20px;
    }
    
    .pictures .highslide {
    padding: 0 !important;
    width: 100% !important;
}


    li.nav-item {
    padding: 0 25px;
}
    .contact-info-text span, .contact-info-text a {
    font-size: 17px !important;
}

    .footer-menu li a, .copyright p {
    line-height: 35px;
    font-size: 13px;
}
    .footer-nav {
        padding: 24px 0px;
    }
    .carousel-caption h1 {
        line-height: 40px;
    }
    .about-img {
        height: 380px;
    }
   .navbar-brand img{
    width: 120px;
}
.navbar-toggler .menu-icon span, .navbar-toggler2 .menu-icon span, .navbar-toggler .menu-icon span::before, .navbar-toggler .menu-icon span::after, .navbar-toggler2 .menu-icon span::before, .navbar-toggler2 .menu-icon span::after{
    width:35px;
}
header .navbar-toggler .menu-icon span::before, .navbar-toggler2 .menu-icon span::before{
    top:-10px;
}
header .navbar-toggler .menu-icon span::after, .navbar-toggler2 .menu-icon span::after{
    bottom:-10px;
}
    header .header-bottom {
    height: auto;
}
    
    header .menu li a{
        font-size:11px;
        padding-left:11px;
    }
    header .menu li{
        font-size:11px;
        margin-right:6px;
    }
    
 


header .header-top .right-part a {
    font-size: 11px;
}


.right-part a:first-child {

    margin-right:30px;
}
.carousel-btn{
    padding:0 30px;
    line-height:40px;
    height:40px;
    font-size:10px;
}

    #slider .carousel-item .slider-bg {
    height: 550px;
}
#slider .carousel-caption h1{
    font-size:32px;
}
#slider .carousel-caption p{
    font-size:16px;
}
.about{
    padding:40px 0;
}
.page-heading{
    padding:50px 10px;
}
.about-page .static-text .quote:last-child:before{
    left:50%;
    width:60%;
    height:408px;
    transform: translateX(-50%);
}
.about-page .static-text .quote:last-child img{
    width:100%;
    height:470px;
}

.cs-breadcrumb h1{
    font-size:30px;
}
.static-text li, .full-content li{
    margin-left:30px;
}


}
@media only screen and (max-width:767.98px){
    .about-page .static-text .quote:last-child:before{
    left:50%;
    width:65%;
    height:325px;
    transform: translateX(-50%);
}
.about-page .static-text .quote:last-child img{
    width:100%;
    height:470px;
}
.temsilcilik-page .static-text .quote {
width:50%;
flex:0  0 50%;
}
}
@media only screen and (max-width:575.98px){
    .form-wrapper, .modal-content{
        padding:30px;
        padding-bottom: 70px;
    }
    .form-wrapper h1{
        font-size:20px;
    }
    .call-to-action{
        padding:20px;
    }
    .footer-menu{
        flex-direction:column;
        align-items:center;
    }
    .footer-left{
        text-align:center;
    }
    .advantage  .adv{
    border:none;
}
.advantage .col-lg-3:first-child .adv, .advantage .col-lg-3:nth-child(2) .adv{
    border-bottom: none;
}
.call-to-action iframe {
/*height:385px;*/
height: 310px;
    
}
.header-top .row{
    justify-content:flex-end;
}
.left-part{
    display:none;
}
.web-okmedia{
    display:none;
}
.mobile-okmedia{
    display:inline;
}
.about-page .static-text .quote:last-child img{
    height:430px;
}
.about-page .static-text .quote:last-child:before{
    width:320px;
    height:320px;
}
.cs-breadcrumb .left-side i{
    width:30px;
    height:30px;
    line-height:30px;
    font-size:15px;
    margin-right:16px;
}
.cs-breadcrumb .left-side a, .cs-breadcrumb .right-side .breadcrumb-p{
    font-size:12px;
}
.cs-breadcrumb .left-side{
    padding-right:20px;
    transform:translateY(12px);
}
    
    .cs-breadcrumb .bottom .right-side{
        padding-left:14px;
    }
    .cs-breadcrumb .left-side::after{
        height:50px;
    }
    .more-btn {
        font-size:11px;
}
.service-btn{
    max-width:150px;
}

.cs-breadcrumb .left-side a:first-child{
    display:none;
}
.cs-breadcrumb .left-side a:last-child{
    display:inline;
}
.advantage{
    padding:50px 0;
}
.about-img img{
    height:500px;
    /*right:-10px;*/
    /*top:9%;*/
}
.about-img .circle{
 width:300px;
 height:300px;
}

.cs-breadcrumb h1{
    font-size:22px;
}

.project-cat .col-2_5{
    max-width:100%;
    flex:0 0 100%;
    
}

.project-detail h2{
    font-size:22px;
    text-align: center;
}
}
@media only screen and (max-width:425px){
  .temsilcilik-page .static-text .quote {
width:100%;
flex:0  0 100%;
}
.temsilcilik-page .static-text .quote a{
    height:300px;
}
}
@media only screen and (max-width:375px){
    .cs-breadcrumb .left-side{
        padding-right:15px;
    }
    .about-page .static-text .quote:last-child:before{
        width:200px;
        height:200px;
    }
}

.main-form{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.about-page__img{
}
.about-page__img img{
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.about__info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -20px;
}
.about__info-col{
    width: 33.333%;
    padding: 0 20px;
}
.about__info-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    border: 1px solid #efefef;
    border-radius: 8px;
    transition: 0.3s;
    cursor: pointer;
}
.about__info-item:hover{
    background-color: rgb(52 106 130);
}
.about__info-item:hover .about__info-icon{
    border: 2px solid #fff;
}
.about__info-item:hover .about__info-icon, .about__info-item:hover .about__info-label, .about__info-item:hover .about__info-text{
    color: #fff;
    transition: 0.3s;
}
.about__info-icon{
    width: 30px;
    height: 30px;
    border: 2px solid rgb(52 106 130);
    color: rgb(52 106 130);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about__info-label{
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    color: rgb(52 106 130);
    
}
.about__info-text{
    font-size: 16px;
    text-align: center;
}
.p-30{
    padding: 30px 0;
}
.features__img img{
    width: 100%;
    object-fit: cover;
}
.advantage {
}
.advantage__title {
}
.advantage__wrapper {
}
.advantage__row {
    margin: 0 -20px;
}
.advantage__col {
    width: 100%;
    padding: 0 20px;
}
.item-left{
    padding-right: 50px;
}
.item-right{
    margin-left: auto;
    padding-left: 50px;
}
.advantage__item {
    width: 50%;
}
.advantage__label {
    color: rgb(51, 58, 74);
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}
.advantage__text {
}
.advantage__row {
  position: relative;
}

.advantage__col {
  position: relative;
}

.advantage__col::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: rgb(52 106 130);
  transform: translateX(-50%);
  z-index: 1;
}

.advantage__col::after {
  content: '';
  position: absolute;
  width: 20px; 
  height: 20px; 
  background-color: rgb(52 106 130);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 600px) {
    .advantage__item {
    width: 100%;
}
    .advantage__col::before, .advantage__col::after{
        display: none;
    }
    .item-right{
    margin-left: auto;
    padding-left: 0px;
    margin-top: 20px;
}
.item-left{
    padding-right: 0px;
}
}

.project-card {
    border: 1px solid #efefef;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
.product-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
}
.project-card__img{
    overflow: hidden;
}
.project-card__img img {
    width: 100%;
    object-fit: cover;
    min-height: 300px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: transform 0.3s ease;
}

.project-card__img img:hover {
    transform: scale(1.1);
}

.project-card__details {
    padding: 20px 20px 4px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.project-card__label{
    height: 72px;
    overflow: hidden;
    color: #485268;
    transition: transform 0.3s ease;
}
.project-card__label:hover{
    color: rgb(52 106 130);
}
.project-card__btn{
    font-size: 16px;
    display: inline-block;
    background: rgb(52 106 130);
    width: 100%;
    padding: 20px;
    text-align: center;
    color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.project-card__btn i{
    margin-left: 4px;
}
.project-card__btn {
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
}

.project-card__btn i {
    transition: transform 0.3s ease;
}

.project-card__btn:hover i {
    transform: translateX(5px);
}

.project-card__btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 106, 130, 0.2);
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: -1;
}

.project-card__btn:hover::before {
    opacity: 1;
}

.project-card__btn:hover {
    color: white;
}
.faq{
    padding-bottom: 50px;
}

.accordion-button {
  background-color: #fff;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 8px;
  width: 100%;
  text-align: left;
  transition: background-color 0.3s ease;
  font-size: 16px;
  padding: 15px;
}

.accordion-button:hover {
  background-color: #e9ecef;
}

.accordion-button:not(.collapsed) {
  background-color: #e9ecef;
}
.accordion-header{
    margin: 0;
    border-radius: 8px;
}
.accordion-body {
  border: 1px solid #ced4da;
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 1rem;
  border-top: none;
}

.accordion-body p {
  margin-bottom: 0;
}

.accordion-body a {
  color: #007bff;
}

.accordion-body a:hover {
  text-decoration: underline;
}
.accordion-button:not(.collapsed) {
    background-color: rgb(52 106 130);
    color: #fff;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,.125)
}
.accordion-item {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 8px;
}
.accordion-item:last-of-type{
    margin-bottom: 0px;
}
  .accordion-button {
    outline: none !important;
    border: none !important;
  }
.accordion-button:focus {
  outline: none !important;
  border: none !important;
}

.accordion-button:active {
  outline: none !important;
  border: none !important;
}

.certificates {
}
.certificates__wrapper {
}
.certificates__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -20px;
}
.certificates__col {
    width: 33.333%;
    padding: 0 20px;
}
.certificates__item {
    padding: 30px;
    border-radius: 1rem;
    border: 1px solid rgba(62, 73, 83, 0.2);
    height: 31rem;
    margin-bottom: 3rem;
}
.certificates__img{
    display: block;
    height: 20rem;
    margin-bottom: 20px;
}

.certificates__img img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.certificates__label{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.faq__wrapper{
    background-color: rgba(62, 73, 83, 0.05);
}
.faq__item{
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.faq__label{
    margin-bottom: 20px;
}
.faq__item {
  margin-bottom: 20px;
}

.faq__label {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}


/*
=====
UIA-TIMELINE
=====
*/

.uia-timeline__container{
  display: var(--uia-timeline-display, grid);
}

.uia-timeline__groups{
  display: var(--uia-timeline-groups-display, grid);;
  gap: var(--uia-timeline-groups-gap, 1rem);
}

/*
SKIN 3
*/

[data-uia-timeline-skin="3"]{
  --_uia-timeline-line-color_default: #222;
  --_uia-timeline-space: var(--uia-timeline-space, 1rem);
  --_uia-timeline-line-thickness: var(--uia-timeline-line-thickness, 2px);
  --_uia-timeline-point-line-position: var(--uia-timeline-point-line-position, 1rem);
}

[data-uia-timeline-skin="3"] .uia-timeline__container{
  position: relative;
  gap: var(--uia-timeline-annual-sections-gap, 2.5rem);
}

[data-uia-timeline-skin="3"] .uia-timeline__line{
  inline-size: var(--_uia-timeline-line-thickness);
  block-size: 100%;
  background-color: var(--uia-timeline-line-color, var(--_uia-timeline-line-color_default));

  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

[data-uia-timeline-skin="3"] .uia-timeline__annual-sections{
  display: grid;
  gap: 2rem;
}

[data-uia-timeline-skin="3"] .uia-timeline__groups{
  padding-inline-start: var(--_uia-timeline-space);
}

[data-uia-timeline-skin="3"] .uia-timeline__group{
  position: relative;
  isolation: isolate;
}

[data-uia-timeline-skin="3"] .uia-timeline__point{
  background-color: var(--uia-timeline-point-background-color, #fff);
}

[data-uia-timeline-skin="3"] .uia-timeline__point::before{
  content: "";
  inline-size: 100%;
  block-size: var(--_uia-timeline-line-thickness);
  background-color: var(--uia-timeline-line-color, var(--_uia-timeline-line-color_default));

  position: absolute;
  inset-block-start: var(--_uia-timeline-point-line-position);
  inset-inline-start: calc(-1 * var(--_uia-timeline-space));
  z-index: -1;
}

[data-uia-timeline-skin="3"] .uia-timeline__year{
  inline-size: fit-content;
  padding: var(--uia-timeline-year-padding, .25rem .75rem);
  background-color: var(--uia-timeline-year-background-color, var(--_uia-timeline-line-color_default));
  color: var(--uia-timeline-year-color, #f0f0f0);
}

[data-uia-timeline-adapter-skin-3="uia-card-skin-#1"]{
  --uia-card-padding: var(--uia-timeline-point-padding, 1.5rem 1.5rem 1.25rem);
  --uia-card-border-thickness:  var(--uia-timeline-point-border-thickness, 3px);
	--uia-card-border-color: var(--uia-timeline-point-border-color, var(--_uia-timeline-line-color_default));		
  --uia-card-background-color: var(--uia-timeline-point-background-color);  
}


/*
=====
UIA-CARD
=====
*/

.uia-card__time-divider::before{
  content: "—";
  margin-inline: var(--uia-card-time-divider-margin-inline, .15rem);
}

[data-uia-card-skin="1"] .uia-card__container{
  display: grid;
  gap: var(--uia-card-content-gap, .5rem);
  padding: var(--uia-card-padding, 1rem 1.75rem);

  background-color: var(--uia-card-background-color);
  border-radius: var(--uia-card-border-radius, 2px);
}

[data-uia-card-skin="1"] .uia-card__intro{
  display: grid;
  gap: var(--uia-card-intro-gap, 1rem);
}

[data-uia-card-skin="1"] .uia-card__time{
  grid-row: 1 / 1;
  inline-size: fit-content;
  padding: var(--uia-card-time-padding, .25rem 1.25rem .25rem);
  background-color: var(--uia-card-time-background-color, #f0f0f0);

  font-weight: var(--uia-card-time-font-weight, 700);
  font-size: var(--uia-card-time-font-size, .75rem);
  text-transform: var(--uia-card-time-text-transform, uppercase);
  color: var(--uia-card-time-color, currentColor);
}

[data-uia-card-skin="1"][data-uia-card-mod="1"] .uia-card__container{
	border-inline-start:	var(--uia-card-border-thickness, 2px) var(--uia-card-border-style, solid) var(--uia-card-border-color, currentColor);
	box-shadow: var(--uia-card-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24));
}

/*
=====
DEMO
=====
*/

:root{
  --uia-timeline-line-color: rgb(52 106 130);
  --uia-timeline-dot-color: rgb(52 106 130);
  --uia-timeline-arrow-color: rgb(52 106 130);
  --uia-timeline-line-thickness: 3px;
  --uia-timeline-point-border-color: rgb(52 106 130);
  --uia-timeline-group-padding: 1.5rem 1.5rem 1.25rem;
}

[data-uia-timeline-skin="3"]{
	--uia-timeline-year-background-color: rgb(52 106 130);
}


.page{
  max-inline-size: 80ch;
  padding: 1rem 2rem 3rem;
  margin-inline: auto;
}

.linktr{
  --uia-control-background-color: rgb(209, 246, 255);
  --uia-control-border-radius: 2rem;
  --uia-control-padding: .75rem 1.5rem;
  
  display: flex;
  justify-content: flex-end;
  padding: 2rem;
  text-align: center;
}

.linktr__goal{ 
  color: rgb(8, 49, 112);
  box-shadow: rgb(8 49 112 / 24%) 0 2px 8px 0;  
}
.pt-48{
    padding-top: 48px;
}
.form__wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-wrap{
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
    width: 70%;
}
.contact-form{
    background-color: rgb(52 106 130);
    color: rgba(255, 255, 255, 0.5);
    padding: 40px;
}
.contact-form h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}
.contact-form ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.5);
}
.contact-form ul li .wrap-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}
.contact-form ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.5);
}
.wp-button{
    cursor: pointer;
    font-family: 'Geometria-Medium';
    background-color: #44c373;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    float: right;
    font-size: 15px;
    font-weight: 500;
    border:none;
    border-radius:4px;
}
.w-100{
    width: 100%;
}
.wp{
    margin-top: 0 !important;
}
.wp-button:hover{
    color:#fff;
    background-color: #3aa762;
}
.wp-block {
    background-image: url("../img/wp.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 40vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.wp-block::before{
    content: "";
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.wp__wrapper {
    /*position: relative;*/
    z-index: 2;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 800px) {
    .wp-block {
        background-attachment: scroll; 
    }
}
.wp__title {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 500;
}
.wp__label {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
}
.wp__img {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
}
.wp__img img{
    width: 120px;
    height: 120px;
    
}
.button__wp {
}
@media  screen and (max-width: 1200px){
    .wp__img{
        right: 0%;
    }
}
@media  screen and (max-width: 1080px){
    .wp__img{
        right: -5%;
    }
}
@media  screen and (max-width: 970px){
    .wp__img{
        right: -10%;
    }
}
@media  screen and (max-width: 900px){
    .wp__img{
        display: none;
    }
}
@media  screen and (max-width: 768px) {
    .wp__title {
    font-size: 30px;
}
.wp__label {
    font-size: 18px;
    display: none;
}
.workshoop-main{
    padding-bottom: 60px;
}
}
@media  screen and (max-width: 470px) {
    .wp__title {
    font-size: 20px;
    line-height: 1.2;
}
.wp__label {
    font-size: 18px;
}
}

.workshop-features {
}
.workshop-features__wrapper {
}
.workshop-features__item {
    padding: 30px;
    background: rgb(52 106 130);
    border: 1px solid rgb(52 106 130);
    border-radius: 12px;
    color: #fff;
    text-align: center;
}
.workshop-features__icon {
}
.workshop-features__label {
}



.workshop-features ul {
  width: min(60rem, 90%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  justify-content: center;
  gap: 2rem;
  list-style: none;
}

.workshop-features ul li {
  max-width: 12rem;
  justify-self: center;
  display: grid;
  grid-template:
    "icon"
    "line"
    "dot"
    "title"
    "descr" 1fr;
  justify-items: center;
  align-items: flex-start;
  text-align: center;
}

.workshop-features ul li .icon {
  grid-area: icon;
  width: 6rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: white;
  font-size: 2.5rem;
  border: 0.4rem solid rgba(245, 245, 245);
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45),
    inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
}

.workshop-features ul li::before {
  content: "";
  grid-area: line;
  height: 2rem;
  border-right: 2px dotted currentColor;
}

.workshop-features ul li::after {
  content: "";
  grid-area: dot;
  width: 1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--accent-color);
  justify-self: center;
  margin-bottom: 0.5rem;
}

.workshop-features ul li .title {
  grid-area: title;
  margin-block: 0.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.workshop-contact{
    padding-bottom: 30px;
}
.footer__arrow {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: rgb(52 106 130);
  border-radius: 50%;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 5%;
  right: 3%;
  z-index: 9999;
}
.footer__arrow i {
  color: white;
}
.modal-inv {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content-inv {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-img {
  overflow: hidden;
}

.modal-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.close-inv {
  color: #aaa;
  position: absolute;
  top: -5px;
  right: 5px;
  font-size: 28px;
  font-weight: bold;
}

.close-inv:hover,
.close-inv:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Стили для блокировки скролла страницы */
.modal-open {
  overflow: hidden;
}

:root {
  --surface-color: linear-gradient(
    180deg,
    rgba(0, 212, 255, 0) 0%,
    rgba(52, 106, 130, 0.3) 35%,
    rgba(2, 0, 36, 1) 100%
  );
  --curve: 40;
}
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 4rem 5vw;
  padding: 0;
  list-style-type: none;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 4rem 5vw;
  padding: 0;
  list-style-type: none;
}

.card {
  display: block;
  height: 100%;
  border-radius: calc(var(--curve) * 1px);
  overflow: hidden;
  text-decoration: none;
  /*max-width: 21.875rem;*/
  height: 28.125rem;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.card__image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 2em;
  border-radius: calc(var(--curve) * 1px) 0 0 0;
  background-color: var(--surface-color);
  transform: translateY(-100%);
  transition: 0.2s ease-in-out;
}

.card__title {
  font-size: 1em;
  margin: 0 0 0.3em;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.card__content {
  width: 100%;
  --flow-space: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  padding: 4% 1.25rem 1.875rem;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 0) 0%,
    hsla(0, 0%, 0%, 0.3) 10%,
    hsl(0, 0%, 0%) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 212, 255, 0) 0%,
    rgba(52, 106, 130, 0.3) 35%,
    rgba(2, 0, 36, 1) 100%
  );
}

.card__title {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 18px;
  color: #000;
  opacity: 0.7;
  height: 44px;
  overflow: hidden;
}

.card__description{
    font-size: 14px;
    color: #000;
    opacity: 0.7;
}

.card__description::after {
  content: "";
  position: absolute;
  height: 0.3125rem;
  width: calc(100% + 1.25rem);
  bottom: calc((1.25rem - 0.5rem) * -1);
  left: -1.25rem;
  background-color: hsl(46, 100%, 50%);
}

.card__button {
  padding: 0.75em 1.6em;
  width: fit-content;
  width: -moz-fit-content;
  font-variant: small-caps;
  font-weight: bold;
  border-radius: 0.45em;
  border: none;
  background-color: hsl(46, 100%, 50%);
  font-size: 1.125rem;
  color: #000;
  opacity: 0.7;
}

.details-product__img{
    max-height: 600px;
}
.details-product__img img{
    /*height: 400px;*/
    height: auto;
}

.flow > * + * {
  margin-top: var(--flow-space, 1em);
}

.product-card {
  display: grid;
  place-items: center;
  /*width: 80vw;*/
  /*max-width: 21.875rem;*/
  height: 28.125rem;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.product-card > * {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.product-card__background {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.product-card__content {
    width: 100%;
  --flow-space: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 65%;
  padding: 12% 1.25rem 1.875rem;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 0) 0%,
    hsla(0, 0%, 0%, 0.3) 10%,
    hsl(0, 0%, 0%) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 212, 255, 0) 0%,
    rgba(52, 106, 130, 0.3) 35%,
    rgba(2, 0, 36, 1) 100%
  );
}

.product-card__content--container {
  --flow-space: 1.25rem;
}

.product-card__title {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 18px;
  color: #000;
  opacity: 0.7;
}

.product-card__description {
    font-size: 16px;
  color: #000;
  opacity: 0.7;
}

.product-card__title::after {
  content: "";
  position: absolute;
  height: 0.3125rem;
  width: calc(100% + 1.25rem);
  bottom: calc((1.25rem - 0.5rem) * -1);
  left: -1.25rem;
  background-color: hsl(46, 100%, 50%);
}

.product-card__button {
  padding: 0.75em 1.6em;
  width: fit-content;
  width: -moz-fit-content;
  font-variant: small-caps;
  font-weight: bold;
  border-radius: 0.45em;
  border: none;
  background-color: hsl(46, 100%, 50%);
  font-size: 1.125rem;
  color: #000;
  opacity: 0.7;
}

.product-card__button:focus {
  outline: 2px solid black;
  outline-offset: -5px;
}

@media (any-hover: hover) and (any-pointer: fine) {
  .product-card__content {
    transform: translateY(62%);
    transition: transform 500ms ease-out;
    transition-delay: 500ms;
  }

  .product-card__title::after {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 1000ms ease-in, transform 500ms ease-out;
    transition-delay: 500ms;
    transform-origin: right;
  }

  .product-card__background {
    transition: transform 500ms ease-in;
  }

  .product-card__content--container > :not(.product-card__title),
  .product-card__button {
    opacity: 0;
    transition: transform 500ms ease-out, opacity 500ms ease-out;
  }

  .product-card:hover,
  .product-card:focus-within {
    transform: scale(1.05);
    transition: transform 500ms ease-in;
  }

  .product-card:hover .product-card__content,
  .product-card:focus-within .product-card__content {
    transform: translateY(0);
    transition: transform 500ms ease-in;
  }

  .product-card:focus-within .product-card__content {
    transition-duration: 0ms;
  }

  .product-card:hover .product-card__background,
  .product-card:focus-within .product-card__background {
    transform: scale(1.3);
  }

  .product-card:hover .product-card__content--container > :not(.product-card__title),
  .product-card:hover .product-card__button,
  .product-card:focus-within .product-card__content--container > :not(.product-card__title),
  .product-card:focus-within .product-card__button {
    opacity: 1;
    transition: opacity 500ms ease-in;
    transition-delay: 1000ms;
  }

  .product-card:hover .product-card__title::after,
  .product-card:focus-within .product-card__title::after {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
    transition: opacity 500ms ease-in, transform 500ms ease-in;
    transition-delay: 500ms;
  }
}

.m-b-20{
    margin-bottom: 20px;
}

/* Основные стили таблицы */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
    border: 2px solid #333;
}

/* Стили для заголовков таблицы */
table thead tr {
    background-color: #4CAF50;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

table thead th {
    padding: 10px 15px;
    border: 2px solid #333;
}

/* Стили для строк таблицы */
table tbody tr {
    border: 2px solid #333;
}

table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

table tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

table tbody tr:last-of-type {
    border-bottom: 2px solid #333;
}

/* Стили для ячеек таблицы */
table tbody td {
    padding: 10px 15px;
    border: 2px solid #333;
}

/* Стили для при наведении на строку */
table tbody tr:hover {
    background-color: #f1f1f1;
}
 .attachment__btn i{
     margin-right: 10px;
 }
 
 .related-news-carousel .item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.related-news-carousel .item:hover {
    transform: scale(1.05);
}

.related-news-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.related-news-image img {
    width: 100%;
    height: auto;
    display: block;
}

.related-news-content {
    padding: 15px;
    background-color: #fff;
    text-align: center;
}

.related-news-title {
    font-size: 18px;
    margin: 0;
    color: #333;
}

.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.owl-carousel .owl-dots {
    text-align: center;
    padding-top: 10px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #333;
}
@media (min-width: 992px){
   .col-20 {
flex: 0 0 20%;
max-width: 20%;
} 
}
.pagination {
    display: inline-block;
    padding: 0;
    margin: 20px 0;
}

.pagination a,
.pagination span {
    color: #333;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active,
.pagination span.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination [prev-link] {
    float: left;
}

.pagination [next-link] {
    float: right;
}

.pagination span {
    cursor: default;
    color: #999;
}

