body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Geometria';
    overflow-x:hidden;
}
.section-referanslar{
     padding:70px 0 110px 0;
 }
 .referanslar-head{
     text-align:center;
 }
 .referanslar-head h2{
     font-size:38px;
     padding:30px 0;
     text-align:center;
 }
  .swiper {
      width: 100%;
      height: 100%;
    }
      .swiper-slide {
        height: 130px;
        width:130px;
        line-height: 130px;
        text-align: center;
        cursor:grab;
        min-width:130px;
        padding:10px;
      }
      .swiper-slide::after{
        opacity: 1;
        transition: opacity 0.4s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        content: "";
        background-image: url("https://konturreklam.az/img/border.svg");
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
      }

      .swiper-slide img{
          width:100px;
          height:100px;
          object-fit:contain;
          /*filter:grayscale(100%);*/
      }
      .swiper-slide:hover img{
          
          filter:grayscale(0%);
      }
      .swiper-slide p{
          overflow-wrap:break-word;
          display:flex;
          align-items:center;
          justify-content:center;
          font-size:25px;
          height:130px;
          margin-bottom:0;
          line-height:24px;
      }

@media (min-width: 1200px) {
    .container.small {
       max-width: 716px;
   }
}

b, strong {
      font-family: 'Geometria-Bold';
}
 

/*-------Geometria font-family--------*/

@font-face {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('../fonts/Geometria.otf') format('woff');
}

@font-face {
	font-family: 'Geometria-Bold';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/Geometria-Bold.otf') format('woff');
}

@font-face {
	font-family: 'Geometria-ExtraBold';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/Geometria-ExtraBold.otf') format('woff');
}

@font-face {
	font-family: 'Geometria-ExtraLight';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/Geometria-ExtraLight.otf') format('woff');
}

@font-face {
	font-family: 'Geometria-Heavy';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/Geometria-Heavy.otf') format('woff');
}

@font-face {
	font-family: 'Geometria-Light';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/Geometria-Light.otf') format('woff');
}

@font-face {
	font-family: 'Geometria-Medium';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/Geometria-Medium.otf') format('woff');
}

@font-face {
	font-family: 'Geometria-Thin';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/Geometria-Thin.otf') format('woff');
}


    
 
 
   /*--------------Highslide--------------*/

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


/*-----------Header---------*/

#nav-menu {
    background: white;
    height: 100px;
    -webkit-box-shadow: 0px 8px 16px 6px rgba(18, 25, 38, 0.1);
    box-shadow: 0px 8px 16px 6px rgba(18, 25, 38, 0.1);
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

#nav-menu .header-bottom .navbar {
    width: 100%;
    float: left;
    padding-top: 4px;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}

#nav-menu .navbar {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
}
 
.navbar-brand img {
    width: 180px;
    padding: 2px 0;
}

#nav-menu .wrapBurger {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

#nav-menu .nav-link {
    color: #454749;
    font-weight: 500;
    position: relative;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    padding-left: 0;
    padding-right: 0;
}

#nav-menu .nav-link.underline:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}

#nav-menu .languages {
    position: relative;
}

#nav-menu .languages i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 8px;
    color: #111;
}

#nav-menu .languages i.active {
    transform: rotate(180deg);
}

#nav-menu .languages li .main {
    padding: 0 20px;
    height: 49.19px;
    display: inline-block;
    line-height: 49.19px;
    position: relative;
    text-decoration: none;
}

#nav-menu .languages li .main:hover {
    text-decoration: none;
}

#nav-menu .languages ul {
    position: absolute;
    top: 59px;
    right: -20px;
    width: 180px;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 999;
}

#nav-menu .languages ul.active {
    opacity: 1;
    visibility: visible;
}

#nav-menu .languages ul .languages-li {
    transition: all .3s ease;
}

#nav-menu .languages ul .languages-li:hover {
    background-color: #f8f8f8;
}

#nav-menu .languages ul li a {
    font-size: 14px;
    color: #111;
    text-decoration: none;
    padding: 0 20px;
}

#nav-menu .nav-item {
    line-height: 49.19px;
    margin-right: 40px;
}

#nav-menu .nav-item:last-child {
    margin-right: 0;
}

#nav-menu .submenu {
    position: relative;
}

#nav-menu .submenu .dropdown-ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 5;
    list-style-type: none;
    width: 220px;
    right: -138px;
    padding-left: 0px;
    width: 260px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 28px 52px 0px;
    width: 372px;
    top: 66px;
}

#nav-menu .submenu:hover .dropdown-ul {
    opacity: 1;
    visibility: visible;
  }

#nav-menu .submenu .dropdown-ul .dropdown-li {
    line-height: 50px;
    transition: all .3s ease;
    padding-left: 5px;
}

#nav-menu .submenu .dropdown-ul .dropdown-li:hover {
    background: rgb(245, 245, 245);;
}

#nav-menu .submenu .dropdown-ul .dropdown-li a {
    text-decoration: none;
    color: #454749;
    position: relative;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    line-height: 50px;
    display: block;
    margin-top: 0;
    margin-bottom :0;
}
 
#nav-menu .submenu .dropdown-ul a {
    height: auto;
    line-height: normal;
    margin: 10px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
 
#nav-menu .languages img {
    width: 23px;
    border-radius: 100%;
    height: 23px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 2px;
}

.header-btn {
    color: #454749;
}

.header-btn:focus {
    outline: none !important;
}

#nav-menu .navbar.top {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
}

#nav-menu .header-top {
    background: #fff;
    border-bottom: 2px solid #e6eaf0;
}

#nav-menu .header-bottom {
    background: #fff;
    border-bottom: 2px solid #e6eaf0;
    height: 70px;
}

#nav-menu .lang-wrapper {
    margin-left: 16px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

#nav-menu  .lang-wrapper span {
    cursor: pointer;
    -webkit-transition: color 0.06s;
    -moz-transition: color 0.06s;
    -o-transition: color 0.06s;
    transition: color 0.06s;
    color: #45474B;
    font-weight: 500;
}
 
#nav-menu  .lang-wrapper .other-langs {
    display: none;
    position: absolute;
    width: auto;
    z-index: 2;
    right: -20px;
    list-style-type: none;
    min-width: 110px;
    margin-top: 20px;
    padding: 18px 24px;
    background-color: #fff;
    border: 1px solid #d6e0ee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 20px -5px #24243b26;
    -moz-box-shadow: 0px 10px 20px -5px #24243b26;
    -o-box-shadow: 0px 10px 20px -5px #24243b26;
    box-shadow: 0px 10px 20px -5px #24243b26;
}

#nav-menu  .lang-wrapper .other-langs.active::after {
    border-bottom-color: #fff;
    top: -24px;
}

#nav-menu  .lang-wrapper .other-langs::before {
    content: '';
    position: absolute;
    right: 30px;
    top: -25px;
    border: 10px solid #fff;
    border-bottom: 15px solid #d6e0ee;
    -webkit-transform: scaleX(1.5);
    -moz-transform: scaleX(1.5);
    -o-transform: scaleX(1.5);
    transform: scaleX(1.5);
}

#nav-menu  .lang-wrapper .other-langs::after {
    content: '';
    position: absolute;
    right: 30px;
    border: 10px solid transparent;
    border-bottom: 15px solid #d6e0ee;
    -webkit-transform: scaleX(1.5);
    -moz-transform: scaleX(1.5);
    -o-transform: scaleX(1.5);
    transform: scaleX(1.5);
}

#nav-menu .lang-wrapper .other-langs.active {
    display: block;
}

#nav-menu  .lang-wrapper .other-langs a {
    color: #6c7c93;
    line-height: 2.2;
    font-size: 14px;
    transition: 0.3s;
}

#nav-menu  .lang-wrapper span svg {
    width: 10px;
    height: 7px;
    margin-left: 4px;
}

#nav-menu .lang-wrapper span svg .dropdown__icon {
    fill: none;
    stroke: #45474B;
    stroke-width: 1.5px;
}

#nav-menu  .lang-wrapper .other-langs a:hover {
    color: #45474B;
}


#nav-menu .header-bottom .container, 
#nav-menu .header-bottom .row,
#nav-menu .header-bottom .col-md-12 {
    height: 100%;
}

#nav-menu .header-bottom .line-hover {
    position: absolute;
    bottom: -1px;
    left: 24px;
    width: 0;
    border-bottom: 2px solid #266dc2;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}

 
 .menu-wrap {
    width: 36px;
    height: 36px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 300ms ease-out;
    -moz-transition: transform 300ms ease-out;
    -o-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
    padding: 5px 0;
 }
 
 .menu-wrap.open {
    -webkit-transform: rotate(-45deg);  
    transform: rotate(-45deg);  
}
 
   .menu-wrap .line-menu {
    background-color: #2f3573;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 100%;
    height: 2px;
}
 
  .menu-wrap .line-menu:nth-child(3) {
    width: 50%;
}

 .menu-wrap .line-menu:nth-child(1) {
    -webkit-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -moz-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -o-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

  .menu-wrap.open .line-menu:nth-child(1) {
    -webkit-transform: rotate(-90deg) translateX(-12px);
    transform: rotate(-90deg) translateX(-12px);
}

  .menu-wrap .line-menu:nth-child(3) {
    align-self: flex-end;
    -webkit-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -moz-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -o-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}
 
  .menu-wrap.open .line-menu:nth-child(3) {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}


/*------------------------------------*/


.header-btnn.first {
    outline: none;
    border: 1px solid rgba(0,0,0,0.14);
    padding: 0 22px;
    background: #fff;
    background-clip: padding-box;
    height: 42px;
    font-size: 13px;
    line-height:43px;
    min-width: 152px;
    border-radius: 21px;
    margin-right: 15px;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.header-btnn.first a {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.header-btnn.first:hover {
    color: #ff8c00 !important;
    border-color:  #ff8c00 !important;
}
 
.header-btnn.second {
    display: flex;
    align-items: center;
    border: 1px solid #498dde;
    color: #266dc2;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: background .3s;
    color: #266dc2;
    border-radius: 21px;
    background: #f5faff;
}

.header-btnn.second.menu {
    display: none;
}

.header-btnn.second:hover {
  background: transparent;
}
 
.flexbox{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.buttons-container {
    display: flex;
    align-items: center;
}

.ppp {
    padding: 0;
}

/*------------Home/Slider-----------*/

#slider .carousel-item.active .circle  {
    transform: scale(1);
}

#slider .slider-text-height {
    height: 250px;
}

#slider .circle {
    width: 282px;
    height: 282px;
    position: absolute;
    right: -36px;
    bottom: -66px;
    z-index: 1;
    border-radius: 50%;
    transform: scale(.6);
    transition: transform .8s;
}
 
@media only screen and  (max-width: 767px) {
 
.gizlet {
    display:none;
}
 
.slider-caption .description {
    margin-top: 0px;
    font-size: 15px;
}
 
#categories {
    padding-top: 50px !important;
    padding-bottom:0px !important;
}
#references {
    margin-bottom: 0px !important;
}
.ppp {
    text-align:center;
}

}

#slider {
      background: linear-gradient( 
252deg
 , rgb(38, 44, 64) 0%, rgb(52, 61, 87) 100%);
  height: 480px;
  margin-top: 145px;
}
 
#slider .carousel-control-prev, #slider .carousel-control-next {
    font-size: 36px;
    width: 5%;
    opacity: 1 !important;
}

#slider .carousel-indicators {
    margin-bottom: 10px !important;
    padding-bottom: 20px;
}

#slider .carousel-control-prev-icon,
#slider .carousel-control-next-icon {
    background-image: none;
}
 
#slider .carousel-control-prev-icon i,
#slider .carousel-control-next-icon i{
    color: #787878;
    transition: 0.3s;
}

#slider .carousel-control-prev i:hover,
#slider .carousel-control-next i:hover{
    color: #fff;
}

#slider .carousel-control-prev:hover, #slider .carousel-control-prev:focus, #slider .carousel-control-next:hover, #slider .carousel-control-next:focus {
    text-decoration: none;
    outline: 0;
}
 
.carousel-item {
    height: 480px;
}

.carousel-inner {
    margin-top: 77px;
}

.slider-caption {
    max-width: 700px;
    position: absolute;
    top: 80px;
    z-index:2;
}

.slider-caption h1 {
    font-weight: bold;
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    max-width: 444px;
}

.slider-caption .description {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 12px;
    font-size: 16px;
    color: #fff;
    width: 544px;
    /*height: 85px;*/
}

.slider-caption .description img {
     display: none;
}
 
button:focus {
    outline: none !important;
}

.slider-img {
    width: 500px;
    /* height: 480px; */
    right: -70px;
     transform: translate(8px,8px); 
    transition: transform 1s;
    z-index: 1;
    position: relative;
}
@media only screen and (max-width:992px){
    .slider-img{
        width:350px;
        right: -120px;
        bottom:-40px;
    }
}
.carousel-item:nth-child(3) .slider-img {
}

.btn-home {
    border: none;
    outline: none;
    display: block;
    font-size: 19px;
    font-weight: 700;
    /*margin-top: 135px;*/
    width: 240px;
    height: 55px;
    border-radius: 4px;
    padding: 0 32px;
    position: relative;
    transition: all .5s ease-in-out;
    overflow: hidden;
    z-index: 2;
    background: #fff;
    color: #45474B;
}

.btn-home:hover {
    background-color: #f4f8fc;
}

.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #39485b;
    border: none;
    opacity: 1;
    position: relative;
    border-radius: 50%;
    outline: none;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    margin: 0 15px;
    cursor: pointer;
}

.carousel-indicators li.active {
        background: #fff;
}

.carousel-indicators li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0;
}

.carousel-indicators li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    border: 1px solid #39485b;
    border-radius: 50%;
    opacity: 0;
}

.carousel-indicators li.active svg {
    -webkit-animation: fill-button 5s linear forwards;
    animation: fill-button 5s linear forwards;
}

.carousel-indicators li svg {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    fill: transparent;
    stroke: #fff;
    stroke-width: 3px;
    stroke-dasharray: 94;
    stroke-dashoffset: 94;
}

.carousel-indicators li.active:before {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

#slider .circle {
    background: hsla(0,0%,100%,.1);
    width: 520px;
    height: 520px;
    left: 73px;
    bottom: -120px;
    z-index: 1;
    border-radius: 50%;
    transform: scale(.6);
    transition: transform .8s;
    position: absolute;
}

.carousel-indicators li.active svg {
    -webkit-animation: fill-button 5s linear forwards;
    animation: fill-button 5s linear forwards;
}

@keyframes fill-button{
    0% {
        stroke-dashoffset: 94;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

/*--------------Products----------*/

#products {
    /*background-color: #FCFCFC;*/
    background-color: #f7f7f9;
    padding-top: 40px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

#products h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #454749;
    font-weight: 700;
}

.item {
    height: 320px;
    background-color: white;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: 200ms all ease-in-out;
    margin:9px 0px;
}

.item:hover {
 -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);
  box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.item a {
    text-decoration: none;
}

.item .pic img {
    display: block;
    width: 100%;
    height: 230px;
    padding: 2px;
    object-fit: cover ;
    border-radius: 6px;
}
 
.item .box1 .product-name {
    margin-top: 30px;
    text-align: center;
}

.item .box1 .product-name h4 {
    color: #454749;
    font-size: 21px;
    font-weight: 400;
}


     /*-----Product owl carousel slider control arrows-----*/

     #products .owl-nav button:first-child {
         left: -17px;
     }

     #products .owl-nav button:focus {
         outline: none !important;
     }

     #products .owl-nav button:last-child {
         right: -17px;
     }

     #products .owl-nav button:first-child::before,  #products .owl-nav button:last-child::before {
        position: absolute;
        content: '';
        top: -7px;
        width: 29px;
     }

     #products .owl-nav button:first-child::before {
        border-bottom-left-radius: 108px;
        border-top-left-radius: 108px;
        left: -7px;
        height: 54px;
        border-right-color: transparent;
        position: absolute;
        content: '';
        top: -7px;
        width: 29px;
     }

     #products .owl-nav button {
        height: auto;
        border-radius: 100%;
        border: 7px solid white;
        position: absolute;
        transition: all .3s ease;
        background: #e8e8e8;
        transition: all .3s ease;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: white;
        font-size: 70px;
        z-index: 1;
     }

     #products .owl-nav button span {
        padding: 0;
        display: flex;
        color: black;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        padding-bottom: 2px;
        width: 40px;
        height: 40px;
        color: white;
        opacity: 1;
    }

    .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
        display: flex !important;
    }
    
    .owl-carousel .owl-item {
        padding: 9px;
    }


/*------------Categories---------*/

#categories {
    padding-top: 80px;
    /*margin-top: 50px;*/
    padding-bottom: 80px;
    /*background-color: #f8f9fa;*/
}

.category-box {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-right: 10px;
    height: 174.16px;
    border-radius: 6px;
    position: relative;
    box-shadow: -5px 5px 15px transparent;
    -webkit-box-shadow: -5px 5px 15px transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
 
.category-box.chemical .subtitle i {
    position: absolute;
    right: 41px;
    top: 19px;
}

.category-box.last {
   background: #484343;
   display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 15px;
    align-items: center;
}

.category-box.last .subtitle {
    position: unset !important;
    line-height: 18px;
    z-index: 1;
    color: white;
    text-align: center;    
    line-height: 18px;
}

 a:hover {
    text-decoration: none;
}

.category-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(49 49 49 / 56%);
  border-radius: 6px;
  -webkit-transition: all .2s ease;
  transition: all .2s linear;
}

.category-box::before {
  background-image: linear-gradient(to top, #000000bf, transparent);
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s linear;
  border-radius: 6px;
}

.category-box:hover .overlay {
    opacity: 0;
}
 
.category-box:hover::before {
    opacity: 1;
}

.category-box:hover {
    -webkit-box-shadow: 0 3px 14px 0 rgb(0 0 0 / 55%);
    box-shadow: 0 3px 14px 0 rgb(0 0 0 / 55%);
}

.category-box .subtitle i {
     display: none;
}

.category-box:last-child {
    margin-right: 0;
}

.category-box:hover .subtitle i {
    display: block;
 }
  
 .category-main-title {
    color: #454749;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}

 .category-main-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background: #ff8c00;
}

#categories .category-box .subtitle {
    position: absolute;
    bottom: 8px;
    left: 20px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    pointer-events: none;
    font-weight: 500;
    font-size: 15px;
    display: flex;
}

.category-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.category-description {
    font-size: 17px;
    font-weight: 400;
    /*margin-top: 50px;*/
    margin-bottom: 40px;
    color: #454749;
}

.all-cat {
    color: #d62f4c;
    display: flex;
    align-items: center;
}

.all-cat i {
    padding-left: 6px;
    color: #d62f4c;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.all-cat:hover {
    text-decoration: none;
    color: #d62f4c;
}

.all-cat:hover i {
    transform: translate(6px, 1px);
}
 
/*---------------Footer-----------*/

footer {
    line-height: 1.2;
    padding-top: 65px;
    color: #fff;
    background: #252b33;
}

.footer-contact a {
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    transition: 500ms all ease;
}

.footer-contact a:hover {
    color: #A4A7AB;
}

.footer-top {
    position: relative;
    padding-bottom: 50px;
}

.footer-list {
    margin-bottom: 0; 
}

.footer-list-item {
    line-height: 1;
    margin-bottom: 7px;
}

.footer-list-item:last-child {
    margin-bottom: 0;
}

.footer-list-item .colored {
    line-height: 1.35;
    border-bottom: 1px solid transparent;
    color: white;
    text-decoration: none;
    transition: 500ms all ease;
    font-size: 13px;
    font-weight: 700;
}

.footer-list {
    list-style-type: none;
    padding: 0;
}

.footer-sublist {
    padding: 0;
    /*margin-top: 7px;*/
    list-style-type: none;
}

.footer-sublist-item {
    margin-bottom: 29px;
}

.footer-sublist-item:last-child {
    margin-bottom: 0;
}
 
.footer-sublist-item a {
    text-decoration: none;
    color: #fff;
    line-height: 1.35;
    border: 1px solid transparent;
    transition: 500ms all ease;
    font-weight: 400;
    font-size: 11px;
    font-family: 'Geometria';
    text-transform: uppercase;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

.social.social-footer .social-item {
    margin-right: 15px;
}

.social.social-footer .social-item a i {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.social.social-footer .social-item:first-child a i:hover {
    color: #3b5998;
}

.social.social-footer .social-item:nth-child(2) a i:hover {
    color: #007ab9;
}

.social.social-footer .social-item:nth-child(3) a i:hover {
    color: #55acee;
}

.social.social-footer .social-item:last-child a i:hover {
    color: #e31e24;
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    background: #1f242b;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-bottom p a {
    color: #fff;
    font-size: 12px;
}

.footer-bottom .logo-site-text a img {
    transition: 500ms all ease;
    filter: grayscale(0%);
}

.footer-bottom .logo-site-text a img:hover {
    filter: grayscale(100%);
}

.footer-list-item p {
    color: white;
    font-size: 13px;
    font-weight: 700;
}

.footer-center {
    position: relative;
    padding: 36px 0 60px;
    display: none;
}

.footer-bottom p {
    color: white;
    font-size: 12px;
    line-height: 2.3;
    font-weight: 400;
    margin: 0;
    opacity: 0.5;
}
 
.footer-sublist-item a:hover {
    color: #a7a7a7;
    text-decoration: none;
}

 .footer-list-item .colored:hover {
    color: #fff;
    border-bottom: 1px solid #d62f4c;
    text-decoration: none;
 }
 
 .social-ul {
     list-style-type: none;
     padding: 0;
     margin: 0;
     display: flex;
     margin-top: 20px;
 }
 
.social-ul .social-li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 15px;
}
 
 .social-ul .social-li:last-child {
     margin-right: 0;
 }
 
.social-ul .social-li a svg {
    position: absolute;
    top: -webkit-calc(50% - 9.5px);
    top: calc(50% - 9.5px);
    left: -webkit-calc(50% - 10.5px);
    left: calc(50% - 10.5px);
    width: 21px;
    height: 19px;
    fill: #fff;
    -webkit-transition: fill 0.25s ease-in-out;
    transition: fill 0.25s ease-in-out;
}
 
.social-ul .social-li:first-child a:hover {
    background-color: #3D5A98;
    border-color: #3D5A98;
}
 
.social-ul .social-li:nth-child(2) a:hover {
    background-color: #55acee;
}
 
.social-ul .social-li:nth-child(3) a:hover {
    background-color: #c4302b;
}

.social-ul .social-li:last-child a:hover {
    background-color: #e4405f;
}
 
 .footer-bottom-content {
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
 }
 
 .footer-bottom i {
     margin-left: 5px;
 }
 
 /*--------------------Azərbaycandan dünyaya (Geography)------------------*/
 
 .geography {
    background-color: #f2f2f2;
    padding: 66px 0 61px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1024px) {
    .geography {
        height: 864px;
        padding-top: 61px;
        min-height: 794px;
}
}
 @media only screen and (max-width:768px){
     .main-content img{
         height:inherit !important;
     }
      .services-content #dle-content {
     width: 100%;
    display: flex;
    flex-wrap: wrap;
 }
 }
 @media (min-width: 768px) {
     .geography {
        padding-bottom: 0;
        padding-top: 105px;
}

 }
@media only screen and (max-width:805px){
    .owl-dots{
    display:none !important;
}
} 
 @media (min-width: 1024px) {
     .geography .container {
        width: 100%;
        display: flex;
}
.slider-caption .description {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 12px;
    font-size: 16px;
    color: #fff;
    width: 564px;
    /*height: 85px;*/
}
 }
 @media only screen and (max-width:350px){
     .slider-caption .description {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 12px;
    font-size: 13px;
    color: #fff;
    width: 100%;
    /*height: 85px;*/
}
 }
 
 @media (min-width: 1024px) {
     .geography__delivery-map, .geography__delivery-map svg {
    width: 1781.85px;
    height: 878.85px;
    position: absolute;
    right: -12%;
}

.geography__body {
    padding: 56px 0 0;
}

.geography__delivery-map {
    width: 1697px;
    height: 837px;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-35%);
    transform: translate(-50%,-35%);
    left: 45%;
 
}
 }
 
 @media (min-width: 768px) {
     .geography__delivery-map {
    width: 1340px;
    height: 605px;
    left: 54%;
    top: 20%;
    /*-ms-transform: translate(-50%,-14%);*/
    /*transform: translate(-50%,-14%);*/
}
 
 }
 
 .geography__body {
    position: relative;
    z-index: 1;
}
 
 .geography__title {
    font-family: Geometria;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.33;
    text-align: left;
    color: #202020;
}
 
 @media (min-width: 768px) {
     .geography__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.33;
}
 }
 
 @media (min-width: 1024px) {

 }
 
 
 @media (min-width: 1024px) {
     .geography__text {
        margin-bottom: 350px;
        max-width: 400px;
}
 }
 
 @media (min-width: 768px) {
     .geography__text {
    margin-bottom: 560px;
    max-width: 300px;
}
 }
 
 @media (min-width: 768px) {
     .geography__delivery-title, .geography__delivery-title p, .geography__text, .geography__text p {
    font-size: 16px;
    line-height: 1.5;
}
 
 }
 
 .geography__text p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #0e0e0e;
}
 
 @media (min-width: 768px) {
    .geography__delivery-title, .geography__delivery-title p, .geography__text, .geography__text p {
    font-size: 16px;
    line-height: 1.5;
} 
 }
 
 @media (min-width: 1440px) {
     .geography__delivery-methods {
    margin-left: 674px;
}
 }

 @media (min-width: 768px) {
     .geography__delivery-title {
    margin-bottom: 33px;
}

.geography__delivery-title, .geography__delivery-title p, .geography__text, .geography__text p {
    font-size: 16px;
    line-height: 1.5;
}
 
 }
 
 
 @media (min-width: 768px) {
     .geography-delivery-method, .geography-delivery-methods {
    display: -ms-flexbox;
    display: flex;
}
 }
 
 @media (min-width: 768px) {
     .geography-delivery-method {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.geography-delivery-method, .geography-delivery-methods {
    display: -ms-flexbox;
    display: flex;
}

.geography-delivery-method {
    display: inline-block;
    max-width: 110px;
}
 }
 
 
 @media (min-width: 768px) {
     .geography-delivery-method__ico--train, .geography-delivery-method__ico--train svg {
    height: 27px;
    width: 51px;
}

.geography-delivery-method__ico {
    float: none;
}
.geography-delivery-method__ico {
    float: left;
}
 }
 
 @media (min-width: 768px) {
     .geography-delivery-method__ico--train, .geography-delivery-method__ico--train svg {
    height: 27px;
    width: 51px;
}
 }
 
 @media (min-width: 768px) {
     .geography-delivery-method__name {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: .7px;
    margin-top: 13px;
}

.geography-delivery-method__name {
    font-family: Geometria,sans-serif;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: .7px;
    text-align: left;
    color: #121415;
    text-transform: uppercase;
}
 }
 .geography-delivery-method:after {
    display: block;
    content: "";
    clear: both;
}
 
 @media (min-width: 768px) {
     .geography-delivery-method+.geography-delivery-method {
    margin-left: 71px;
}

.geography-delivery-method {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.geography-delivery-method, .geography-delivery-methods {
    display: -ms-flexbox;
    display: flex;
}

.geography-delivery-method {
    max-width: 110px;
}

 }
 
 @media (min-width: 1024px) {
     .geography__text {
    margin-bottom: 350px;
}

.geography__delivery-methods {
    margin-left: 700px;
}
 }
 

 /*---------------Static pages----------------*/
 
 #static .img-container {
    margin-top: 146px;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 360px;
 }
 
 #static .overlay {
    background: linear-gradient( 90deg, rgb(3 1 22 / 85%) 2%, rgb(9 9 9 / 21%) 51%, rgb(0 0 0 / 13%) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
 }
 
 #static .img-container img {
     width: 100%;
 }
 
  #static .img-container .static-content {
      position: absolute;
      top: 70px;
      padding-left: 23px;
  }
  
  
#static .img-container .static-content .static-title {
      color: #fff;
      font-size: 42px;
      margin-top: 30px;
}

.breadcrump {
    margin-top: 30px;
    opacity: 0.6;
}

.back i {
    margin-right: 5px;
    color: white;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.back:hover a {
    opacity: 1;
    text-decoration: none;
}

.back:hover i {
    transform: translateX(-10px);
}

.back a {
    vertical-align: middle;
    font-size: .875rem;
    line-height: 1.5rem;
    opacity: .5;
    color: white;
    z-index: 200;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.breadcrump a, .breadcrump span {
    color: #fff;
    font-size: 16px;
}

.breadcrump a {
    transition: all .3s ease;
    border-bottom: 1px solid #777982;
}

 .breadcrump a:hover {
    text-decoration: none;
    border-color: transparent;
}

.static-shadow {
    height: 64px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 4rem rgb(0 0 0 / 16%);
}
  
 .main-content {
    margin-top: 40px;
    margin-bottom: 80px;
 } 
  
 .about-info {
    font-size: 16px;
    background: #fff;
    padding: 50px;
  }

 .about-static .main-content {
     padding: 20px 50px;
 }

.about-static .main-content img {
    width: 70%;
    border-radius: 8px;
    object-fit: cover;
    /*height: 430px;*/
}

.header-btn.second.menu {
    display: none;
}

/*----------Contact---------*/

.form-container {
    margin-top: 40px;
    margin-bottom: 60px;
}

.contact-info {
    background-color: #00aae7 !important;
    padding: 70px 0px;
    color: #fff;
}

.contact-info .phone-numbers a {
    color: #fff !important;
    text-decoration: none;
}

 .headTit .headTitInside p:nth-child(1) {
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
}

.headTit .headTitInside p:nth-child(2) {
    font-size: 32px;
    line-height: 1.3125;
    text-align: left;
    color: #fff;
}

.headTit .headTitInside p:nth-child(3) {
    margin-top: 41px;
    opacity: .7;
    font-size: 13px;
    line-height: 2.1;
    margin-bottom: 10px;
}

.addressfirst {
    opacity: .7;
    font-size: 13px;
    line-height: 2.1;
    margin-bottom: 10px;
}

.addressSecond {
    font-size: 16px;
    line-height: 1.7647;
}

.address div span {
    opacity: .7;
    line-height: 1.2;
    font-size: 14px;
    margin-bottom: 8px;
}

.address div p {
    font-size: 16px;
    line-height: 1.7647;
    color: #fff;
}

.sosialNavContact {
    display: block;
    display: flex;
    justify-content: left;
    align-items: center;
    color: white;
    text-align: left;
    padding: 0;
}
.address div {
    margin-top: 40px;
}

.sosialNavContact li:hover {
    opacity: 0.8;
}

.sosialNavContact li {
    background: #000;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 13px;
}

.sosialNavContact li:last-child {
    margin-right: 0;
}

.sosialNavContact li a {
    color: white;
}

.input-box {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}

input.text {
    height: 50px !important;
}

input.text, textarea {
    transition: all .3s ease;
    width: 100%;
    border: 2px solid #eaeaea !important;
    padding: 12px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    outline: none;
    position: relative;
    -webkit-appearance: none;
}

input.text, textarea, select {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #fcfcfc !important;
    padding: 16px 0px 20px 32px;
    border: none;
    border-radius: 4px;
    font-size: .875rem;
    min-height: 44px;
    overflow: hidden;
    -webkit-transition: background-color .3s ease,-webkit-box-shadow .3s ease;
    transition: background-color .3s ease,-webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease,background-color .3s ease;
    transition: box-shadow .3s ease,background-color .3s ease;
    transition: box-shadow .3s ease,background-color .3s ease,-webkit-box-shadow .3s ease;
}

textarea {
    height: 140px;
}

.loading {
    float: right;
    height: 28px;
    width: 28px;
    display: none;
}

.submit-button .btn-submit {
    float: right;
    margin-top: 20px;
    height: 44px;
    width: 194px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background-color: #00aae7 !important;
    border: 2px solid #00aae7 !important;
}

input:focus, textarea:focus {
    border-color: #3d8c7c40 !important;
}
 

/*---------Map--------------*/

.map-container #map {
    width: 100%;
    height: 500px;
}

.map-contaiiner #map .gm-style-mtc {
    display: none;
}

.map-container #map .gm-svpc {
    display: none;
}

/*-----------Gallery--------------*/

#gallery .gallery-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
    padding-left: 53px;
}

#gallery .row {
    width: 100%
}

#gallery .gallery-container .highslide {
    flex-basis: 32.33333%;
    height: 220px;
}

#gallery .gallery-container .highslide img {
    width: 100%;
    margin: 0;
    padding: 5px;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
}


/*-------------Header Modal------------*/
 
#headerModal .modal-title {
    font-weight: 400;
}
 
.form.mobile {
    display: none;
}

.modal-content.qiymet {
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 10px;
}

.modal.show .modal-dialog {
}

/*--------------Products Main Category----------*/
 

.products-category .category-in img {
    width: 100%;
    height: 165px;
    object-fit: contain;
}

.products-category.new-width {
    width: 100%;
}

.products-category {
    width: 200px;
    /*display: flex;*/
    display: none;
}

.products-category.new-width .category-box2 {
    box-sizing: border-box;
    padding: 25px;
}

.category-box2 {
    width: 200px;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    height: 242px;
    box-sizing: border-box;
    margin-bottom: -1px;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.category-box2:hover {
     background: white;
}

.category-box2 h4 {
    margin-top: 33px;
    color: #454749;
    font-size: 18px;
}

.products-category.new-width .category-box2 h4 {
    margin-top: 12px;
}


/*-----------Posts---------*/

 .posts-container .col-md-3 {
     position: relative;
 }
 
 .posts-container #dle-content {
     display: -ms-flexbox;
     display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
    justify-content: center;
 }
 
  .posts-container #dle-content a {
        border-bottom: 1px solid #e4e4e4;
        display: block;
    }
 
 .posts-container .post-box img {
    width: 165px;
    height: 165px;
    object-fit: contain;
 }
 
 .posts-container h4 {
     font-size: 16px;
     margin-top: 15px;
     color: #454749;
 }
 
 .post-box {
    width: 200px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    height: 242px;
    margin-bottom: -1px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
 }
 
 .post-box:first-child {
     border-left: 1px solid #e4e4e4;
 }
 
 .post-box:hover {
     background: #fff;
 }
 

 /*----------------Posts Full-story----------*/
 
 #full-story-posts {
    padding-top: 145px;
    padding-bottom: 100px;
    background-color: #F5F5F5;
 }
 
 #full-story-posts .container .row .col-md-12 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
 
 
  #full-story-posts img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    height: 500px;
  }
  
   #full-story-posts .row .highslide {
       margin-top: 10px;
   }
 
   #full-story-posts p {
        float: right;
        width: 71%;
        background: white;
        border-radius: 8px;
        margin-top: 15px;
        margin-bottom: 7px;
        margin-left: 20px;
        box-sizing: border-box;
        padding: 20px;
        line-height: 30px;
   }
  
   #full-story-posts .page-title {
       font-weight: 700;
       color: #454749;
       margin-bottom: 15px;
   }
   
   #full-story-posts .page-title:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: 50px;
        height: 4px;
        background: #ff8c00;
   }
 
 /*--------------Whatsapp mobile----------*/
 
.fixed-nums {
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: none;
    background-color: #0DC143;
    background-attachment: fixed;
}

.fixed-nums .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wp {
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 18px 5px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.wp a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
}
 
 
 /*----------------Full story------------*/
 
 .full-story-container {
     padding: 70px 140px;
     background-color: #fff;
     width: 100%;
 }
 
 @media (min-width: 992px) {
    #categories .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 13.666667%;
         padding-right: 0;
}
 }
 
  #call-to-action .header-btn,
  #nav-menu .header-btn {
      border: none;
      background: transparent;
  }
  
  .full-story-container .container.small .full-story-content img {
      width: 100%;
      border-radius: 6px;
      height: 360px;
      object-fit: cover;
  }
  
   .full-story-container .container.small .full-story-content {
       font-size: 16px;
   }
   
   .red-dot-wrapper {
        top: 57.5%;
        position: absolute;
        left: 57.5%;
   }
   
   .red-dot-wrapper .red-pin {
        background-color: red;
        width: 15px;
        height: 15px;
        border-radius: 100%;
   }
   
   .geography {
       position: relative;
   }
   
   @keyframes pulsate {
	0% {
	    -webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
	    -webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
	}
}
   
   .red-dot-wrapper .shadow1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 0;
}

 .red-dot-wrapper .shadow2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
	z-index: 0;
}

 .red-dot-wrapper .shadow3 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
	z-index: 0;
}
 
  .red-dot-wrapper .shadow1::after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px #ff47338f;
    -moz-box-shadow: 0 0 0 1px #ff47338f;
    box-shadow: 0 0 0 1px #ff47338f;
}

  .red-dot-wrapper .shadow2::after {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	webkit-animation: pulsate 2s ease-out infinite; 
    -moz-animation: pulsate 2s ease-out infinite;
	animation: pulsate 2s ease-out infinite;
	opacity: 0;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px #ff47338f;
	-moz-box-shadow: 0 0 0 1px #ff47338f;
	box-shadow: 0 0 0 1px #ff47338f;
}
 
   .red-dot-wrapper .shadow3::after {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	webkit-animation: pulsate 2s ease-out infinite; 
    -moz-animation: pulsate 2s ease-out infinite;
	animation: pulsate 2s ease-out infinite;
	opacity: 0;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px #ff47338f;
	-moz-box-shadow: 0 0 0 1px #ff47338f;
	box-shadow: 0 0 0 1px #ff47338f;
}


 /*------------Services--------*/
 
 #services {
     margin-top: 80px;
     margin-bottom: 100px;
 }
 
 .services-content #dle-content {
     width: 100%;
    display: flex;
    flex-wrap: no-wrap;
 }
 
 #services .container-fluid {
     padding-left: 50px !important;
     padding-right: 50px !important;
 }
 
 #services .services-content {
    margin-top: 50px;
    display:flex;
 }
 
 #services .title-container {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }
 
  #services .title-container h2 {
      font-size: 38px;
  }
  
  .headTitInside.text-left a {
      color: #fff !important;
      text-decoration: none !important;
  }
                        
 
  #services .title-container .more,
  #projects .more {
    color: #777982;
    border-bottom: 1px solid #777982;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 15px;
    padding-bottom: 4px;
  }
  
  #projects .owl-carousel.owl-drag .owl-item {
      padding: 0;
  }
  
  #projects img {
      width: 100%;
      height: 100%;
  }
  
  #services .title-container .more:hover,
  #projects .more:hover {
     border-bottom: 1px solid transparent;
  }
 
 
  #services .services-group{
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
}
 
 #services .service-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-top: 30px;
}
 
 .service-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

 .service-img picture {
    display: block;
    width: 100%;
    height: 100%;
}
 
  .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.services-name p {
    color: #fff;
    text-decoration: none;
    max-width: 185px;
    font-size: 16px;
    margin: 0;
    line-height: 22px;
    font-family: 'Geometria-Medium';
}

.services-name {
    position: absolute;
    left:10%;
}

.service-img::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
180deg
,transparent,rgba(0,0,0,.8));
    content: "";
}
 
 .service-item {
    display: block;
    height: 330px;
    margin-bottom: .26rem;
    background-color: #f2f3f5;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
 }
 
 @media (min-width: 640px) {
     .service-item.is-large {
       height: 664px;
}
 }
 
 .service-item:hover {
     background: #e1e3e5;
 }
 
 #services-mobile {
     display: none;
 }
 
 /*-----------About------------*/
 
 #about {
    margin-bottom: 100px;
    margin-top: 100px;
 }
 
#about .about-head {
    margin-bottom: 20px;
}
 
#about .about-content {
    z-index: 1;
    padding: 50px 0;
    position: relative;
}
 
#about .content-box {
    display: inline-block;
    max-width: 800px;
    padding: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f6f6f6;
}
 
#about .about-image{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 330px;
    right: 0px;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url(/img/about-back.jpg);
    background-size: cover;
    background-position: 50%;
}
 
 #about .about-head-inner {
     display: flex;
     align-items: center;
 }
 
 #about #svg-symbol--decor-arrow {
     height: 50px;
     width: 50px;
     margin-right: 40px;
 }
 
 #about h2 {
     margin-bottom: 0;
     font-size: 38px;
 }
 
 #about #svg-symbol--dropdown {
    height: 9px;
    right: -22px;
    bottom: 4px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    margin-left: 10px;
 }
 
 #about .read-more {
     text-decoration: none;
     color: #454749;
     font-family: 'Geometria-Bold';
     transition: .3s;
     background: #fff;
     font-size: 16px;
     padding: 11px 40px 13px 30px;
     border-radius: 50px;
 }
 
 #about .read-more span {
     transition: all .3s;
     margin-left: 10px;
     border-bottom: 1px solid #454749;
 }
 
 #about .read-more:hover {
    background: transparent;
}

 #about .read-more:hover span {
   border-bottom: 1px solid transparent;
 }
 
 #about .about-description {
     margin-bottom: 30px;
     line-height: 28px;
 }
 
 
 /*----------------Gallery Carousel---------*/
 
 #projects {
    padding-bottom: 60px;
}
 
 #projects .owl-carousel .owl-item img {
    object-fit: cover;
    height: 550px;
}
 
 #projects .container-fluid {
     margin-top: 30px;
 }
 
#projects .owl-nav button {
    width: 12%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    font-size: 70px;
    z-index: 1;
    height: 100%;
}

#projects .owl-carousel.owl-drag .owl-item {
    padding-top: 0;
    padding-bottom: 0;
}
 
 #projects .owl-nav button::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: opacity .1s linear;
    opacity: 0;
}
 
 #projects .owl-nav button span {
    padding: 0 20px;
    transition: all .2s ease;
    opacity: 0.4;
    font-size: 60px;
 }
 
 #projects .owl-nav button:last-child {
     right: 0;
 }
 
 #projects .owl-nav button span:hover {
     color: #000;
     opacity: 1;
 }
 
 #projects .owl-dots {
    position: absolute;
    width: 100%;
    padding-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
 
 #projects  .owl-dots button {
    margin: 7px !important;
}
 
 #projects  .owl-dots button span {
    width: 10px;
    height: 10px;
    background-color: #ededed;
    display: inline-block;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
 
 #projects  .owl-dots button.active span {
    background: linear-gradient(270deg, #5F7DE8 0%, #1DBABA 100%), #1DBABA !important;
}

#projects .owl-nav button:last-child::before {
    background-image: linear-gradient(to left, #00000067, transparent);
}

#projects  .owl-dots button span:hover {
    background-color: #1dbaba !important;
}

#projects .owl-nav button::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: opacity .1s linear;
    opacity: 0;
}

#projects .owl-nav button:first-child::before {
    background-image: linear-gradient(to right, #00000067, transparent);
}

#projects .owl-nav button:hover::before {
    opacity: 1;
}

 /*---------------Call to action------*/
 
  
 #call-to-action {
    background-attachment: fixed;
    position: relative;
    padding: 60px 0;
 }
 
#call-to-action::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #00aae7;
}

#call-to-action  h2, #call-to-action  p {
    color: #fff;
}
 
#call-to-action  h2 {
    font-size: 36px;
    font-family: "Geometria-Bold";
}
 
#call-to-action  p {
    font-size: 18px;
    margin: 0;
}
 
#call-to-action  a {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1.8px;
    padding: 16px 30px 14px;
    line-height: 1.33333333;
    border: 1px solid transparent;
    position: relative;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: color .3s,background .3s,border-color .3s;
    transition: color .3s,background .3s,border-color .3s;
    border-color: #fff;
    color: #000;
    background: #fff;
    font-family: 'Geometria-Bold';
}
 
#call-to-action  a:hover {
    text-decoration: none;
}
 
 #call-to-action #svg-symbol--dropdown {
    opacity: 0;
    position: absolute;
    width: 15px;
    height: 10px;
    top: 0;
    right: 13px;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
 }
 
  #call-to-action a:hover #svg-symbol--dropdown {
      opacity: 1;
  }
 
 /*-----Short story container--------*/
 
 #short-story-container {
     margin-top: 40px;
     margin-bottom: 80px;
 }
 
 
 #about-mobile {
     display: none;
 }
 .colored{
     filter:grayscale(0) !important;
     color:crimson;
 }
 
 
 
 
 
 
 