.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -webkit-linear-gradient(top, white, black);
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
/*==================================================
  Author Name  : Oliver Stanković
  Authoor URL  : http://www.qwerty.ba;
  Descripation : MD-GAS dostava plina;
  Version      : V-13;
======================================================*/

/*============================
  ---------
  CSS INDEX
  ---------
    01. Google Fonts
    02. Reset CSS
    03. Preloder CSS
    04. Menu Stick CSS
    05. Header CSS
    07. Search Btn CSS
    06. Mainmenu Hover CSS
    08. Slider CSS
    09. About-Us CSS
    10. Single-Section-Title  CSS
    11. Service-Area CSS
    12. Our-Gallery-Area CSS
    13. Our-Pricing-Area CSS
    14. Testimonial-Area CSS
    15. Blog-Area CSS
    16. Our-Team-Area CSS
    17. CTA-Area CSS
    18. Footer-Area CSS
    19. Versions Effect 
        01. Particles css
        02. Ripple Css
        03. offcanvas css
    20. Scroll Top to Area CSS
==============================*/

/*========================
  01. Google Fonts
==========================*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600i,700,700i,800,800i,900,900i');
/*========================
  02. Reset CSS
=========================*/
a, a:hover,
 a:focus, 
 a:active, 
 input:focus, 
 textarea,
 button {
    text-decoration: none;
    outline: none;
    outline: 0 solid;
}
a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
img {
    max-width: 100%;
    height: auto;
}
html, 
body {
    height: 100%;
}
body {
    font-family: 'Raleway', sans-serif;
    line-height: 1.7;
    font-size: 16px;
    color: #333;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    color: #424242;
}
p { margin: 0 0 10px;}
.ptb-100 {
    padding: 100px 0;
}
.m-t-50 {
  margin-top: 50px;
}
.padding-top {
    padding-top: 100px;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.pb-70 {
  padding-bottom: 70px;
}
/*=========================
    03. Preloder CSS
===========================*/
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
 position: relative;
}
.haith-preloder {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #f37135;
    color: #fff;
}
.haith-preloder .spinner {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;  
}
.cube1, .cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}
@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/*================================
    04. Menu Stick CSS
/*==============================*/
#sticker.stick .logo {
    margin-top: 20px;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
}
.header-top {background: #fff;}
#sticker, #sticker-mobile {
  position: fixed;
  left: auto;
  margin: auto;
  width: 100%;
  z-index: 99;
  color: #fff;
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
}
#sticker-mobile {
    background: #fff;
}
#sticker.stick {
  background: #333;
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
}
.header-area .stick .mainmenu li a {
  padding: 25px 16px;
  color: #fff;
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
}

/*========================
  05. Header CSS
=========================*/
.logo {
    margin: 26px 0;
}
.mainmenu ul {
  margin-right: 30px;
}
.mainmenu li {
  display: inline-block;
}
.mainmenu li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 28px 14px;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}
/*============================
    06. Mainmenu Hover CSS
/*=============================*/
.mainmenu li a:before, 
.mainmenu li a:after {
    position: absolute;
    height: 3px;
    width: 0;
    background: #f37135;
    content: "";
    opacity: 0;
    visibility: hidden;
}
.mainmenu li a:before{
    top: 0;
    left: 0%;
}
 .mainmenu li a::after{
    bottom: 0;
    right: 0%;
}
.mainmenu li a:before, 
.mainmenu li a::after, 
.mainmenu li a:hover::before {-webkit-transition: .9s;-o-transition: .9s;transition: .9s;}  
.mainmenu li a:hover::before, .mainmenu li a:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.header-top.stick .mainmenu li.active a {color: #f37135}
.header-area .stick .mainmenu li a:hover, 
.header-area .stick .mainmenu li.current a {
    color: #f37135; -webkit-transition: .9s; -o-transition: .9s; transition: .9s;
}

/*================================
    07. Search Btn CSS
=================================*/
.search-form {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  height: 100vh;
  left: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.2, 0.2);
      -ms-transform: scale(0.2, 0.2);
          transform: scale(0.2, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
}
.search-form.haith-search{
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  visibility: visible;
}
.search-go-button input[type="text"]  {
  width: 480px;
  margin: 0;
  border-radius: 0 0 0 50px;
  padding-left: 40px;
}
.search-btn {
    background: #f37135 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    padding-bottom: 18px;
    margin-left: -4px;
    padding-top: 21px;
    width: 100px;
    border-radius: 0 0 50px 0px;
    display: inline-block;
}
.search-go-button {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
span.search-close {
  border: 1px solid #fff;
  border-radius: 0px 0px 50px 0px;
  color: #fff;
  right: 50px;
  height: 40px;
  line-height: 26px;
  top: 50px;
  text-align: center;
  width: 40px;
  cursor: pointer;
  position: absolute;
  padding-right: 6px;
}
.search {
    float: right;
    margin-top: -55px;
}
.search-toggle i {
  color: #333;
}
.header-area button.search-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.stick .mainmenu ul li a, 
.stick button.search-toggle{
  color:#111;
}
.header-area .stick .search i {
  color: #fff;
  margin-top: 10px;
}
.bg-light-gray, 
.bg-hover-light-gray:hover {
  background: #f7f7f7;
}

/*========================
  08. Slider CSS
==========================*/
.slider-bg-1 {background-image: url(../img/slajder/slajder-bg-1.jpg)}
.slider-bg-2 {background-image: url(../img/slajder/slajder-bg-2.jpg)}
.slider-bg-3 {background-image: url(../img/slajder/slajder-bg-3.jpg)}
.single-slide-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.single-slide-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #333;
  content: "";
  opacity: .4;
  z-index: -1;
}
.single-slide-item {
  display: table;
  width: 100%;
  height: 111%;
}
.single-slider-item-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.single-slider-item-wrapper h1, 
#typed {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 700;
    color: #fff;
    max-width: 27px 0 0;
}
.single-slider-item-wrapper span {
  color: #f37135;
}
.typed-text .single-slider-item-wrapper span {
  color: #fff;
}
span.typed-cursor {
  font-weight: 300; 
  font-size: 70px;
}
.single-slider-item-wrapper p {
  font-size: 22px;
  line-height: 1.7;
  margin: 0 0 50px;
    font-weight: 300;
}
.boxed-btn {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 8px 25px;
  display: inline-block;
}
.boxed-btn.active {
    background: #f37135;
    border: 2px solid #f37135;
}
.boxed-btn:hover {
  background: #ed3237;
  border: 2px solid #ed3237;
  color: #fff;
}
.boxed-btn.hover {
  margin-right: 32px;
}
.slider-active .owl-nav div {
  position: absolute;
  top: 50%;
  left: 0;
  background: #666666;
  color: #fff;
  height: 150px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 150px;
  margin-top: -40px;
  font-size: 35px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.slider-active .owl-nav div:hover {
  background: #f37135;
}
.slider-active .owl-nav div.owl-next {
  right: 0;
  left: auto;
}
.slider-active .owl-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slider-active .owl-dots div {
  height: 15px;
  width: 15px;
  background: #fff;
  display: inline-block;
  margin: 0 4px;
  border-radius: 50px;
}
.slider-active .owl-dots div.active {background: #f37135;}

/*=======================
  09. About-Us CSS
========================*/
.about-us-area, 
.our-pricing-area, 
.our-client-area, 
.our-blog-area, 
.header-area {
  background: #FFF;
}
.about-info h2 {
  font-weight: 700;
  margin: 0 0 20px;
}
.about-info {
  margin-left: 10px;
  min-height: 388px;
  max-height: 388px;
  overflow: hidden;
}
.boxed-btn.about-us-btn {
  padding: 6px 38px;
  margin: 37px 0px 0;
  font-weight: 400;
  font-size: 14px;
}

/*==================================
  10. Single-Section-Title  CSS
====================================*/
.single-section-title h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
    line-height: 30px;
}
.section-border {
  margin: 6px 0 55px;
}
.section-border span {
  background: #f37135;
  width: 60px;
  height: 4px;
  display: inline-block;
  margin: 0 5px;
}
.section-border 
.brand-color-border {
  height: 8px;
  width: 8px;
  position: absolute;
  border-radius: 50%;
  top: 49px;
  left: 50%;
  margin-left: -4px;
}

/*===========================
  11. Service-Area CSS
===========================*/
.service-area {
  position: relative;
  z-index: 1;
}
.service-area:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #e7e7e7;
  content: "";
  z-index: -1;
}
.single-service-area {
  background: #fff;
  margin: 0 0 30px;
  padding: 30px;
  border-radius: 60px 0 60px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  max-height: 308px;
  overflow: hidden;
  min-height: 308px;
}
.service-content h3 {
  font-size: 18px;
  font-weight: 700;
}
.service-icon {
  height: 40px;
  width: 40px;
  border: 1px solid#666;
  text-align: center;
  line-height: 39px;
  margin: 0 auto 14px;
  border-radius: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.single-service-area:hover 
.service-icon {
  background: #ed3237;
  color: #fff;
  border-color: #f37135;
}
.service-gallery-icon {
  height: 40px;
  width: 40px;
  border: 1px solid #666;
  border-radius: 50px;
  line-height: 38px;
  margin: 0 auto 15px;
  color: #666;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.service-btn {
  font-size: 14px;
  color: #333;
  padding: 5px 14px;
  border: 1px solid #333;
  margin: 12px 0 0;
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.single-service-area:hover {
  border-radius: 0 60px 0 60px;
  cursor: pointer;
}
.single-service-area:hover 
.service-gallery-icon {
  border-color: ##f37135;
  color: #fff;
  background: #f37135;
}
.service-btn:hover {
  background: #f37135;
  color: #fff;
  border-color: #f37135;
}

/*===============================
    12. Our-Gallery-Area CSS
===============================*/
.our-gallery-area {
    padding: 100px 0;
    background: #fffff;
    overflow: hidden;
}
.single-gallery-item {
  position: relative;
  z-index: 3;
  cursor: pointer;
  overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px -10px;
}
.row.gallery-margin {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-img {
  position: relative;
  z-index: 9999;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; 
    z-index: 9;
}
.gallery-caption {
  position: absolute;
  bottom: 10px;
  z-index: 999999;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  left: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.caption-info h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.gallery-img::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
  background: #f37135;
  content: "";
  opacity: 0;
  visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-gallery-item:hover 
.gallery-img::before {
  opacity: .7;
  visibility: visible;
  height: 100%;
  bottom: 0;
}
.single-gallery-item:hover 
.gallery-img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.single-gallery-item:hover 
.gallery-icon, 
.single-gallery-item:hover 
.gallery-caption  {
  opacity: 1;
  visibility: visible;
}
.single-gallery-item:hover 
.gallery-borders {
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery-borders {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.gallery-borders .y, 
.gallery-borders .x {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 0 0;
}
span {
  display: inline-block;
}
.single-gallery-item:hover .y::after, 
.single-gallery-item:hover .y::before {
  left: 20%;
  right: 20%;
}
.gallery-borders .y::before {
  bottom: 20%;
}
.gallery-borders .y::after, 
.gallery-borders .y::before {
  content: '';
  height: 1px;
  position: absolute;
  left: 50%;
  right: 50%;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.gallery-borders .y::after {
  top: 20%;
}
.single-gallery-item:hover .x::after, 
.single-gallery-item:hover .x::before {
  top: 20%;
  bottom: 20%;
}
.gallery-borders .x::before {
  left: 20%;
}
.gallery-borders .x::after, 
.gallery-borders .x::before {
  content: '';
  width: 1px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.gallery-borders .x::after {
  right: 20%;
}
.gallery-menu button {
  background: 0;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 16px;
  position: relative;
    padding: 0;
    margin: 0 20px;
    padding-bottom: 5px;
}
.gallery-menu {
  margin: -5px 0 30px;
}
.gallery-menu button.active {
  border-bottom: 2px solid #f37135;
  color: #f37135;
}

/*===========================
  13. Our-Pricing-Area CSS
=============================*/
.our-pricing-area {
    margin-top: -5px;
}
.single-pricing-box {
  padding: 20px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px #c1c1c1;
          box-shadow: 0 0 10px #c1c1c1;
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
  min-height: 472px;
  max-height: 472px;
  overflow: hidden;
}
.pricing-amount {
  text-align: center;
  background: #f37135;
  color: #fff;
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
}
.pricing-amount h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
}
.amount {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  height: 90px;
  width: 90px;
  margin: 0 auto;
  border: 2px solid #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
}
.amount span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: -35px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pricing-offer {
  text-align: left;
  position: relative;
  margin: 25px 0 0;
  cursor: pointer;
}
.pricing-offer li {
  line-height: 40px;
  padding-left: 42px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.pricing-offer li::before {
  position: absolute;
  content: "\f00c";
  font-family: fontawesome;
  left: 10px;
  color: #f37135;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.pricing-offer li:hover, 
.pricing-offer li:hover:before{
    margin-left: 10px;
}
.pricing-offer li.cross-offer::before {
  content:"\f00d";
    color: #fa3939;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.pricing-btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 20px;
  border: 1px solid #333;
  color: #333;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: 25px 0 0;
  display: inline-block;
}
.pricing-btn:hover {
  background: #f37135;
  border-color: #f37135;
  color: #fff;
}
.single-pricing-box:hover {
  background: #f37135;
}
.single-pricing-box:hover 
.pricing-amount {
  background: #fff;
}
.single-pricing-box:hover .pricing-amount h3, 
.single-pricing-box:hover .amount {
  color: #f37135;
  border-color: #f37135;
}
.single-pricing-box:hover .pricing-offer, 
.single-pricing-box:hover .pricing-offer li:before {
  color: #fff;
}
.single-pricing-box:hover .pricing-offer li.cross-offer:before {
    color: #fa3939;
}
.single-pricing-box:hover .pricing-btn {
  border-color: #fff;
  color: #fff;
  background: #fff;
  color: #f37135;
}

/*============================
  14. Testimonial-Area CSS
=============================*/
.testimonial-area {
  background: #e4e4e4;
}
.single-testimonial-item {
  background: #fff;
  padding: 30px;
  min-height: 335px;
  max-height: 335px;
  overflow: hidden;
  font-weight: 100;
}
.author-img img {
  border-radius: 50%;
  border: 2px solid #f37135;
  margin-top: 20px;
}
.author-info h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin: 17px 0 0;
}
.author-info h4 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0;
}
.testimonial-item-carousel.owl-carousel .owl-item img {
  width: inherit;
  margin: 20px auto 0;
}
.testimonial-item-carousel .owl-dots div, 
.active-single-team-item .owl-dots div {
  height: 10px;
  width: 10px;
  background: #9c9a9a;
  display: inline-block;
  margin: 0 3px;
}
.testimonial-item-carousel .owl-dots div.active, 
.active-single-team-item .owl-dots div.active {
  background: #f37135;
}
.testimonial-item-carousel .owl-dots {
  margin-top: 54px;
  line-height: 0;
  text-align: center;
}

/*==========================
  15. Blog-Area CSS
============================*/
.single-blog-item {
  min-height: 375px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ddd;
}
.blog-bg-1 {background-image: url(../img/blog/blog-bg-1.jpg);}
.blog-bg-2 {background-image: url(../img/blog/blog-bg-2.jpg);}
.single-blog-item-content {
  padding: 0 30px 30px 30px;
  min-height: 361px;
  max-height: 361px;
    overflow: hidden;
}
.single-blog-item-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #666;
}
.single-blog-item-content li {
  margin-right: 15px;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
}
.single-blog-item-content li i.fa {
  margin-right: 15px;
  color: #f37135;
  font-style: 16px;
}
.single-blog-item-content li a {
  color: #333;
}
.single-blog-item-content p {
    margin: 12px 0 0;
}
.boxed-btn.blog-btn {
  border: 1px solid #333;
  color: #333;
  padding: 7px 24px;
  margin: 30px 0 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: 500;
  font-size: 14px;
}
.boxed-btn.blog-btn:hover {
  border: 1px solid #f37135;
  color: #fff;
  background: #ed3237;
}
.our-blog-page {
    position: relative;
    height: 300px;
    z-index: 1;
}
.blog-page-bg {background-image: url(../img/blog/blog-bg.jpg);}
.our-blog-page:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #333;
  content: "";
  opacity: .7;
  z-index: -1;
}
.blog-title-wrap {
  margin-top: 128px;
  text-align: center;
}
.blog-title-wrap h2 {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-title-wrap p, .blog-title-wrap p a {
  margin: 0;
  color: #fff;
  font-size: 24px;
}
.blog-page .header-top {
  background: #333;
}
.blog-details-right a {
  display: block;
  text-transform: capitalize;
  color: #333;
  margin: 0 0 10px;
  border-bottom: 1px dashed #333;
  padding-bottom: 10px;
}
.recent-blog-info a {
  border: 0;
  margin: 0;
  padding: 0px 0px 6px;
}
.blog-details-right span {
  float: right;
}
.blog-details-right h4 {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.recent-p-img img {
  border: 2px solid #ddd;
}
.comments-author i {
  color: #333;
}
.recent-blog-details {
  position: relative;
    margin: 20px 0 30px;
}
.recent-blog-info {
  position: absolute;
  right: 30px;
  top: 0px;
  max-width: 200px;
}
.mb-80 {
  margin-top: 98px;
}
.recent-blog-info h5 {
  margin: 0 0 5px;
}
.recent-blog-info h5 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 16px;
}
.recent-blog-info p {
  font-size: 14px;
  margin: -4px 0 0;
}
.blog-details {
  padding: 100px 0;
}
.blog-details-content {
  border: 1px solid #ddd;
  padding: 15px;
}
.blog-details-content h3 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 700;
  color: #666;
}
.blog-details-content {
  margin-left: 30px;
}
.hightlight-p {
  position: relative;
  padding-left: 30px;
  margin: 20px 0px;
  font-weight: 600;
}
.hightlight-p::after {
  position: absolute;
  top: 0px;
  left: 9px;
  background: #666;
  height: 50px;
  width: 5px;
  content: "";
  margin-top: 6px;
}
.blog-details-content i {
  margin-right: 15px;
  color: #32B4B6;
  margin-bottom: 15px;
}
.blog-details-content i span {
  margin-left: 10px;
  color: #333;
  font-weight: 700;
  font-family: raleway;
    font-size: 14px;
}
.comments-author img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  border: 2px solid #ddd;
  max-width: 10%;
  min-width: 10%;
}
.right-side.comments-author img {
  min-width: 12%;
}
.comment-author-info h5 {
  margin-bottom: 0;
  display: inline-block;
  font-weight: 700;
}
.comments-author p:nth-child(2) {
  margin: 0;
}
.comments-author p {
  margin: 35px 0 10px;
}
p.time {
  font-size: 14px;
  line-height: 15px;
}
.reply-form h5 {
  font-size: 20px;
  margin: 80px 0px 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.comments-author {
  margin-top: 30px;
  border: 1px solid #ddd;
  padding: 40px 30px;
  margin-right: 12px;
}
.comments-author.right-side {
  margin-left: 120px;
}
.comments-author.right-side a {
  color: #666;
  margin-top: 14px;
  display: block;
  line-height: 0;
}
.commets-form-area input[type="email"], 
input[type="text"] {
  border: 1px solid #ddd;
  color: #333;
  width: 98.5%;
  padding-left: 16px;
}
.commets-form-area input[type="text"] {
  border: 1px solid #ddd;
  width: 98.5%;
  padding-left: 16px;
}
.commets-form-area {
  margin: 80px 0 0;
}
.commets-form-area textarea {
  width: 98.5%;
  border: 1px solid #ddd;
  height: 200px;
  padding: 20px;
}
.commets-form-area h4 {
  font-size: 20px;
  margin: 0 0 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.commets-form-area input[type="submit"] {
  width: auto;
  padding: 16px 31px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
    color: #32b4b6;
    margin: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/*==========================
  16. Our-Team-Area CSS
============================*/
.our-team-area {
  background: #e4e4e4;
}
.single-team-item {
  position: relative;
  z-index: 9;
  background: #fff;
  border-bottom: 3px solid #6dc8c9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.single-team-wrap {
  position: relative;
  z-index: 6;
}
.team-social {
  position: absolute;
  top: 0%;
  left: 50%;
  margin-top: -40px;
  margin-left: -98px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.team-social ul li i {
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  height: 30px;
  width: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.team-social li {
  display: inline-block;
  margin-right: 6px;
}
.team-social li:last-child {
  margin-right: 0;
}
.p-links{
  text-align: center;
  display: block;
  color: #fff;
  font-size: 20px;
  margin:  0 0 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.team-social ul li:hover:nth-child(1) i{
  background: #3B5998;
  border: 1px solid #3B5998;
}
.team-social ul li:hover:nth-child(2) i {
  background: #1DA1F2;
  border: 1px solid #1DA1F2;
}
.team-social ul li:hover:nth-child(3) i {
  background: #0077B5;
  border: 1px solid #0077B5;
}
.team-social ul li:hover:nth-child(4) i {
  background: #E84A87;
  border: 1px solid #E84A87;
}
.team-social ul li:hover:nth-child(5) i {
  background: #333;
  border: 1px solid #333;
}
.single-team-item h3 {
    font-weight: 700;
    margin: 0;
    padding: 13px 13px 12px 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.single-team-item h3 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.single-team-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #32b4b6;
  content: "";
  opacity: 0;
  visibility: hidden;
}
.single-team-item:hover {
  background: #32b4b6;
  border-bottom: 3px solid #fff;
    cursor: pointer;
}
.single-team-item:hover 
.single-team-wrap:after {
  opacity: .5;
  visibility: visible;
}
.single-team-item:hover 
.team-social {
  opacity: 1;
  visibility: visible;
    top: 50%;
}
.single-team-item:hover h3, 
.single-team-item:hover h3 span {
  color: #fff;
}
.active-single-team-item .owl-dots div {border-radius: 50%;}
.active-single-team-item .owl-dots {
  margin: 40px auto 0;
  text-align: center;
  line-height: 0;
}

/*======================
  17. CTA-Area CSS
=======================*/
.cta-bg {background-image: url(../img/info/info-bg.jpg);}
.cta-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ddd;
  position: relative;
  z-index: 1;
}
.cta-area:after {
  background: #f37135;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  opacity: .8;
  z-index: -1;
}
.cta-header h2 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 18px;
  line-height: 30px;
}
.cta-header p {
  font-weight: 300;
  color: #fff;
  margin: 0;
  font-size: 20px;
}
.cta-purchase-btn a {
  background: #fff;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #f37135;
  padding: 18px 45px;
  margin-top: 10px;
  margin-right: 70px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cta-purchase-btn a:hover {
    background: #ed3237;
    color: #fff;
}

/*=========================
  18. Footer-Area CSS
===========================*/
.footer-bg {background-image: url(../img/footer/footer-bg.jpg);}
.footer-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ddd;
    position: relative;
    z-index: 1;
}
.footer-area:after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #333;
  content: "";
  z-index: -1;
  opacity: .7;
}
.get-in-touch-form {
  background: #fff;
  text-align: center;
    min-height: 646px;
    max-height: 646px;
    overflow: hidden;
}
.footer-title {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: #f37135;
  margin: 0 0 40px;
  padding: 32px 0 0;
  line-height: 40px;
}
.get-in-touch-form i {
  color: #f37135;
  font-size: 30px;
}
.contact-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0 0;
}
.address {
  background: #f0f0f0;
  display: inline-block;
  padding: 16px 66.5px;
  margin: 0 0 30px;
}
.contact {
  background: #f0f0f0;
  display: inline-block;
  padding: 15px 87px;
  margin: 0 0 30px;
}
.email {
  background: #f0f0f0;
  display: inline-block;
  padding: 15px 48px;
  margin: 0 0 40px;
}
.get-in-touch-form p {
  font-size: 18px;
  margin: 10px 0 0;
}
.get-message-form {
  background: #fff;
  padding: 0 30px 30px 30px;
  min-height: 646px;
  max-height: 646px;
  overflow: hidden;
}
input[type="text"], 
input[type="url"], 
input[type="email"], 
input[type="tel"], 
input[type="submit"], 
button[type="submit"], 
textarea {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  font-size: 18px;
  width: 100%;
  padding: 17px;
  color: #333;
  margin: 0 0 30px;
}
.get-message-form input[type="submit"] {
  width: auto;
  text-transform: uppercase;
  font-weight: 700;
  color: #f37135;
  margin: 0 0 14px;
  padding: 15.5px 31px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.get-message-form input[type="submit"]:hover, 
.commets-form-area input[type="submit"]:hover  {
  background: #ed3237;
  color: #fff;
}
.get-message-form p {
  margin: 0;
}
.get-message-form textarea {
  height: 230px;
}
.footer-social li {
  display: inline-block;
}
.footer-bottom-area {
  background: #f37135;
  padding: 25px 0;
}
.footer-social li i {
  color: #fff;
  font-size: 13px;
  margin-right: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.footer-social li:hover:nth-child(1) i {
  color: #ed3237;
}
.footer-social li:hover:nth-child(2) i {
  color: #1DA1F2;
}
.footer-social li:hover:nth-child(3) i {
  color: #0077B5;
}
.footer-social li:hover:nth-child(4) i {
  color: #E84A87;
}
.footer-social li:hover:nth-child(5) i {
  color: #333;
}
.footer-bottom-area p {
  margin: 0;
  font-weight: 500;
  color: #fff;
}
/*=========================
  19. Versions Effect 
===========================*/
/*===========================
    01. particles effect
===========================*/
#particles-js {
  width: 100hw;
  height: 100vh;
  background-size: cover;
  background-image: url(../img/slider/particles-bg.jpeg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.particles_v1 .single-slide-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.single-slide-bg2 {
    padding-top: 35vh;
}
.home-page-slider-area.particles_v1 {
  position: relative;
  z-index: 1;
}
.home-page-slider-area.particles_v1:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  content: "";
  opacity: .4;
}
/*=========================
    02. ripple effect
===========================*/
.ripple-effect-bg {
  background-image: url(../img/slider/ripple-bg.jpeg);
  background-size: cover;
  background-attachment: fixed;
}
/*=========================
    03. Offcanvas Menu
===========================*/
.menu-trigger {
    float: right;
    color: #333;
    font-size: 22px;
    margin-top: 23px;
    cursor: pointer;
}
#sticker.stick .menu-trigger {
  color: #fff
}
.off-canvas-menu .mainmenu li {
    display: block;
    text-align: left;
}
.off-canvas-menu .mainmenu li a:before, 
.off-canvas-menu .mainmenu li a:after {
    display: none;
}
.off-canvas-menu {
    position: fixed;
    background: #333;
    height: 100%;
    width: 300px;
    z-index: 999;
    right: -300px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.off-canvas-menu.show-off-canvas-menu {
  opacity: 1; 
  visibility: visible; 
  right: 0;
}
.off-canvas-menu .mainmenu li a {
    padding: 10px 10px;
    text-align: right;
    color: #fff;
}
.off-canvas-logo img {
    width: 40%;
    margin-left: 90px;
    margin-top: 30px;
    margin-bottom: 24px;
}
.menu-close {
    font-size: 30px;
    color: #f37135;
    cursor: pointer;
}
.off-canvas-overlay {
  background: #f37135 ;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: fixed;
  z-index: 998;
  transition: .3s;
}
.off-canvas-overlay.active {
  opacity: .7;
  visibility: visible;
}
.off-canvas-menu .footer-social {
    text-align: center;
    margin: 52px 0 0;
}
.search.off-canvas {
    margin: 22px 0 0;
    float: none;
}
#sticker.stick .search.off-canvas {
    margin: 15px 0 0;
}
/*=========================
  20. scroll  Up

#scrollUp {
    border-radius: 5px;
    bottom: 20px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 40px;
}
#scrollUp {
    background-color: #ed3237;
}
#scrollUp:hover {
  height: 50px;
}
===========================*/
/*=======================
21. Dugme za poziv
=======================*/
.phonelink{
    z-index: 125;
    position: fixed; /* Lock location always on the scree */
    bottom: 0; /* Set to the bottom */
    right: 0; /* Set to the right */
    margin: 50x; /* Add space around background */
}
.phoneicon{
    z-index: 125;
    width: 40px; /* Set width of icon */
    height: 40px; /* Set height of icon */
}
@media screen and (max-width: 480px){
    .lgscreenphone{
        display: none;  /* On small screens make phone icon disappear */
    }
    .mbscreenphone{
        display: block; /* On small screens make phone icon appear */
    }
}
@media screen and (min-width: 481px){
    .mbscreenphone{
        display: none; /* On large screens make phone icon disappear */
    }
    .lgscreenphone{
        display: block; /* On large screens make phone icon appear */
    }
}
