@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

body {
  padding-top: 100px;
  background: #fff;
  font-family: "Roboto-regular", sans-serif;
  font-weight: 300;
  color: #454545;
  font-size: 15px;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Roboto-regular", sans-serif;
  color: #272727;
}

@font-face {
  font-family: "Roboto-regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-light";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Light.woff") format("woff"),
    url("../fonts/Roboto-Light.ttf") format("truetype"),
    url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-thin";
  src: url("../fonts/Roboto-Thin.eot");
  src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Thin.woff") format("woff"),
    url("../fonts/Roboto-Thin.ttf") format("truetype"),
    url("../fonts/Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-medium";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Medium.woff") format("woff"),
    url("../fonts/Roboto-Medium.ttf") format("truetype"),
    url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

.Light49 {
  font-family: "Roboto-thin";
  font-size: 49px;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 36px;
  color: #454545;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
  font-family: "Roboto-medium";
  font-weight: 500;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ca0000;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #ca0000;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #ca0000;
  border-color: #ca0000;
  border-radius: 25px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #e84a00;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@media (min-width: 767px) {
  .navbar {
    padding: 20px 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }

  .top-nav-collapse {
    /* padding: 20px; */
    background: white !important;
    padding: 3px;
  }
  nav#main-menu.top-nav-collapse .navbar-nav > li > a {
    color: black;
  }
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar-header {
  position: relative;
  z-index: 3333;
  background: white;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 22px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  /* padding: 22px 15px 15px; */
  padding: 0;
}
.navbar.navbar-default .navbar-brand img {
  width: 142px;
  margin-top: 5px;
}

.mobileBtnHamburger {
  position: absolute;
  right: 15px;
  width: 41px;
  height: 45px;
  cursor: pointer;
  top: 14px;
}

.mobileBtnHamburger .lineHamburger {
  list-style: none;
  position: absolute;
  right: 0%;
  width: 100%;
  height: 3px;
  transition: 0.5s;
  background: black;
  transform: translateY(-50%) rotate(0);
  opacity: 1;
}
.mobileBtnHamburger .lineHamburger:nth-child(1) {
  top: 20%;
}
.mobileBtnHamburger .lineHamburger:nth-child(2) {
  top: 50%;
}
.mobileBtnHamburger .lineHamburger:nth-child(3) {
  top: 80%;
}

.mobileBtnHamburger.active .lineHamburger:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.mobileBtnHamburger.active .lineHamburger:nth-child(2) {
  opacity: 0;
}
.mobileBtnHamburger.active .lineHamburger:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.navCollapseOpen {
  position: absolute;
  width: 100%;
  background-color: white;
  top: 74px;
}
.navCollapseClose {
  position: absolute;
  width: 100%;
  background-color: white;
  top: -215px;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .navCollapseClose {
    position: static;
    background-color: transparent;
    width: auto;
  }
  #main-menu.navbar-default {
    background: transparent;
  }

  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-family: "Roboto-regular";
    font-weight: normal;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    border-top: 0px solid #ff6c00;
    color: #ff5858;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}
#main-slider {
  overflow: hidden;
  margin-top: -102px;
}
#main-slider .opacityBackground {
  /* background-color: #00000094; */
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    #0000008e,
    #00000065,
    rgba(0, 0, 0, 0.503),
    #0000007c,
    #1d12129a
  );
  background-size: 600% 600%;
  animation: AnimationName 20s ease infinite;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#main-slider .owl-wrapper-outer .owl-item:nth-of-type(1) .item {
  background-position: 69% 74px;
  /* background-position: 51% 74px; */
}

#main-slider .owl-wrapper-outer .owl-item:nth-of-type(2) .item {
  background-position: 54% 38px;
}
#main-slider .owl-wrapper-outer .owl-item:nth-of-type(3) .item {
  background-position: 42% 55px;
}
#main-slider .item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 70% 76px;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 154px;
  font-size: 45px;
  line-height: 1;
  text-transform: uppercase;
  /* font-family:'Roboto-thin'; */
  color: #fff;
  text-align: center;
}
#main-slider .carousel-content {
  padding-top: 51px;
}
#main-slider .carousel-content .logoCarouselCfMoto{
  width:281px;
  top:100px;
  position:absolute;
  top:25%;
  left:50%;
  transform:translate(-50%,-50%);
}
#main-slider .slider-inner p {
  margin-top: 20px;
  font-size: 17px;
  line-height: 25px;
  /* text-transform: capitalize;  */
  font-family: "Roboto-regular";
  color: #fff;
  text-align: center;
}

#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 20px;
  background: transparent;
  border: 3px solid #f26522;
  border-radius: 30px;
}
#main-slider .slider-inner .btn.btn-primary {
  padding: 10px 46px;
  font-size: 22px;
}
#main-slider .slider-inner .btn.btn-primary:hover {
  background: #f26522;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

/********BTN CALLS**********/
.btnsCalls {
  position: relative;
  display: flex;
  margin-top: 46px;
  justify-content: center;
}

.btnsCalls a {
  text-decoration: none !important;
}
.btnsCalls .floating_btn:nth-of-type(1) .contact_icon {
  background-color: #7360f2;
  box-shadow: 0 0 0 0 #7360f2;
}

.btnsCalls .floating_btn:nth-of-type(3) .contact_icon {
  background-color: #e91e63;
  box-shadow: 0 0 0 0 #e91e63;
  /* animation-delay:.6s; */
}
.floating_btn {
  /* position: fixed;
      bottom: 30px; */
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.text_icon {
  margin-top: 1px;
  color: #c3c3c3;
  font-size: 13px;
}
/********END BTN CALLS**********/
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #ff5858;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#features {
  padding: 100px 0;
}
#features .media.service-box:first-child {
  margin-top: 80px;
}
#services {
  padding: 26px 0 87px;
}
.media.service-box {
  margin: 25px 0;
  text-align: center;
}

.media.service-box .pull-left {
  width: 100%;
  padding-bottom: 25px;
}
/* .media.service-box .pull-left img{
  width:193px;
}
.features .wow:nth-of-type(1) .media .pull-left img{
margin-top:-41px;
}
.features .wow:nth-of-type(3) .media .pull-left img{
  width:122px;
  margin-top:-6px;
  }
  .features .wow:nth-of-type(4) .media .pull-left img{
    width:143px;
  
    }
    .features .wow:nth-of-type(5) .media .pull-left img{
      width:143px;
      margin-top:13px;
      }
      .features .wow:nth-of-type(6) .media .pull-left img{
        width:143px;
        margin-top:21px;
        } */
.media.service-box .pull-left > i {
  font-size: 42px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #4c4c4c;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
}

.media-body h4 {
  margin-bottom: 15px;
  font-family: "Roboto-light";
  font-size: 22px;
  color: #454545;
}
.media-body p {
  line-height: 20px;
}
.media.service-box:hover .pull-left > i {
  /*  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
*/
  color: #000;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
#portfolio {
  padding: 87px 0 128px 0;
  background: #f5f5f5;
}

/*
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;font-family: 'Roboto-regular';
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #CA0000;
  color: #fff;

}

#portfolio .portfolio-filter > li:first-child a {
  border-radius: 0px 0 0 0px;
}
#portfolio .portfolio-filter > li:last-child a {

}
#portfolio .portfolio-items {
  margin: -15px;
}

#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
} */
#testimonial {
  background-size: cover;
  padding: 87px 0 80px 0;
}
#testimonial .section-header p a {
  color: #ca0000;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}

#testimonial .col-sm-6 {
  padding-bottom: 20px;
}
#testimonial .col-sm-6:nth-child(2n + 0) {
  border-right: 0px solid #f4f4f4;
}
#testimonial .col-sm-6:nth-child(3),
#testimonial .col-sm-6:nth-child(4) {
  border-bottom: 0px solid #06f;
}
#testimonial .panel-one {
  padding-bottom: 20px;
  padding-top: 20px;
  float: left;
  overflow: hidden;
}
#testimonial .user-img {
  width: 25%;
  margin-right: 15px;
  float: left;
}
#testimonial .user-img img {
  border-radius: 50%;
  border: 4px solid #e5e5e5;
  width: 100%;
}

#testimonial .testi-info {
  width: 66%;
  float: left;
}
#testimonial .testi-info h4 {
  font-size: 18px;
  color: #454545;
  margin: 0px;
  padding-top: 15px;
}
#testimonial .testi-info h5 {
  font-size: 14px;
  color: #ffc309;
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 5px;
  font-weight: normal;
}
#testimonial .testi-info p {
  font-size: 15px;
  color: #454545;
  line-height: 20px;
}

.logoMarqueeSection #motoSignsLogos {
  overflow-x: hidden;
}
.logoMarqueeSection #motoSignsLogos .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.logoMarqueeSection #motoSignsLogos img {
  width: 100px !important;
  margin: 0 8px;
}
.logoMarqueeSection .container {
  position: relative;
}
.logoMarqueeSection .logoShadow {
  position: absolute;
  width: 20px;
  height: 100px;

  background-color: white;
}
.logoMarqueeSection .logoShadow:nth-of-type(1) {
  z-index: 2;
  left: -5px;
  top: 0;
}
.logoMarqueeSection .logoShadow:nth-of-type(2) {
  z-index: 2;
  right: 2px;
  top: 0;
}
#meet-team {
  padding: 87px 0 29px 0;
}
#meet-team .sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

#meet-team .sec-title h2 {
  position: relative;
  display: block;
  font-size: 27px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
}
#meet-team .sec-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}
#meet-team .sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}
#meet-team .sec-title.light h2 {
  color: #ffffff;
}
#meet-team .sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

#meet-team .list-style-one {
  position: relative;
}
#meet-team .list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}
#meet-team .list-style-one li:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/checked.png);
  background-size: cover;
  top: 3px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

#meet-team .list-style-one li a:hover {
  color: #44bce2;
}
#meet-team .btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #ca0000;
  transition: all 0.3s;
}
#meet-team .btn-style-one:hover {
  background-color: #e02222;
  transition: all 0.3s;
}
#meet-team .sec-title {
  margin-bottom: 45px;
}

#meet-team .content-column {
  position: relative;
}

#meet-team .content-column .inner-column {
  position: relative;
  padding-left: 30px;
}

#meet-team .text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

#meet-team .list-style-one {
  margin-bottom: 45px;
}

#meet-team .btn-box {
  position: relative;
}

#meet-team .btn-box a {
  padding: 15px 50px;
}

#meet-team .image-column {
  position: relative;
}
#meet-team .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

#meet-team .image-column .inner-column {
  position: relative;
  padding-left: 120px;
  /* padding-bottom: 125px; */
}

#meet-team .image-column .inner-column:before {
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  /* width: 520px; */
  background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
  content: "";
}

#meet-team .image-column .image-1 {
  position: relative;
}

#meet-team .image-column .image-2 {
  position: absolute;
  left: 208px;
  top: 17px;
  display: block;
  width: 100px;

}

#meet-team .image-column .image-2 img,
#meet-team .image-column .image-1 img {
  /* box-shadow: 0 30px 50px rgba(8,13,62,.15); */
  width: 100%;
}
#meet-team .image-column .image-1 img {
  width: 288px;
  margin-left: -127px;
  margin-top: 20px;
}
#meet-team .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}
#meet-team ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#meet-team .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(
    180deg,
    #ffffff 0%,
    #e3e3e3 49%,
    #ffffff 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    #ffffff 0%,
    #e3e3e3 49%,
    #ffffff 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    #ffffff 0%,
    #e3e3e3 49%,
    #ffffff 100%
  );
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  background: url(../images/animatedNumberMobile.webp) no-repeat;
  /* background: url(../images/animatedNumberMobile.jpg) no-repeat 59% 78px; */
  background-size: cover;
  background-attachment: fixed;
}
#animated-number .animatedNumberBckgrOpacity {
  background-color: rgb(24 24 8 / 52%);
  color: #fff;
  padding: 84px 0;
}
#animated-number .row {
  margin: 0;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}

#animated-number strong {
  display: block;
  margin-bottom: 30px;
  font-size: 19px;
  font-family: "Roboto-light";
  text-transform: capitalize;
}
.animated-number {
  display: inline-block;
  font-family: "Roboto-medium";
  width: 180px;
  height: 180px;
  font-size: 29px;
  line-height: 180px;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

#get-in-touch {
  padding: 60px 0 50px;
  color: #454545;
  background: #f1f1f1;
}

#get-in-touch h1,
#get-in-touch h2 {
  color: #454545;
}
#get-in-touch .address {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  z-index: 3;
}
#get-in-touch .address:nth-of-type(4) p {
  margin-top: 8px;
}
#get-in-touch .address:nth-of-type(4) p a {
  font-size: 21px;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 4px;
  border: solid 1px #f1f1f1;
}
#get-in-touch .address:nth-of-type(4) p a:nth-of-type(1) {
  background-color: #4867aa;
  color: white;
}
#get-in-touch .address:nth-of-type(4) p a:nth-of-type(2) {
  margin-left: 15px;
  color: white;
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );

}
#get-in-touch .address:nth-of-type(4) p a:hover {
  transition: all 0.3s;
}
#get-in-touch .address:nth-of-type(4) p a:nth-of-type(1):hover {
  background-color: white;
  color: #4867aa;
  border: solid 1px #4867aa;
}
#get-in-touch .address:nth-of-type(4) p a:nth-of-type(2):hover {
  background: -webkit-linear-gradient(white 0%, white 25%,white 50%,white 100%);
  background: -moz-linear-gradient(white 0%, white 25%,white 50%,white 100%);
  background: linear-gradient(white 0%, white 25%,white 50%,white 100%);
  color: #bc1888;
  border: solid 1px #bc1888;

}

#get-in-touch .address h4 {
  font-size: 16px;
  color: #454545;
  margin: 0px;
  padding-bottom: 5px;
}
#get-in-touch .address p {
  font-size: 16px;
  color: #454545;
  margin: 0px;
  padding-bottom: 5px;
}
#get-in-touch .address a {
  color: #454545;
}

#get-in-touch .form-control {
  height: 40px;
  font-family: "Roboto-regular";
  color: #323232;
}
#get-in-touch textarea.form-control {
  height: 135px;
  color: #323232;
}

#get-in-touch .btn.btn-primary {
  font-family: "Roboto-medium";
  font-size: 22px;
  padding: 8px 40px;
}

#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#get-in-touch .btnsCalls {
  position: relative;
  display: flex;
  margin-top: 0px;
  justify-content: flex-start;
  margin-top: 11px;
}
#get-in-touch .floating_btn {
  width: auto;
  height: auto;
}

#get-in-touch .floating_btn:nth-of-type(1) {
  margin-right: 20px;
}

#get-in-touch .contact_icon {
  width: 36px;
  height: 36px;
  font-size: 21px;
  animation: pulsing1 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@keyframes pulsing1 {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
#footer .container img {
  margin: 0 10px;
  width: 77px;
}

#footer .container {
  /* display: flex;
  align-items: center; */
}
#footer .container a {
  background-color: #1a6ed8;
  padding: 5px 7px;
  border-radius: 3px;
}
#footer .container a:hover {
  color: white;
  background-color: #1056ac;
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media only screen and (min-width: 768px) {
  #footer .row .coll:nth-of-type(2) {
    margin-top: 5px;
  }
}
#main-menu.navbar-default .navbar-nav > li > a {
  color: black;
  font-size: 17px;
}
@media (min-width: 768px) and (max-width: 999px) {
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
  }
  #meet-team .team-member {
    margin-bottom: 25px;
  }
  #meet-team .team-member .team-img,
  #meet-team .team-member .team-info h3 {
    text-align: center;
  }
  #meet-team .team-member .team-info span {
    text-align: center;
    display: block;
  }
}

@media (max-width: 767px) {
  #meet-team .team-member {
    margin-bottom: 25px;
  }
  #meet-team .team-member .team-img,
  #meet-team .team-member .team-info h3 {
    text-align: center;
  }
  #meet-team .team-member .team-info span {
    text-align: center;
    display: block;
  }
  #blog .blog-post {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  #blog .blog-post.blog-large .entry-thumbnail img,
  .team-img img {
    width: 100%;
  }
  .animated-number {
    height: 130px;
    width: 130px;
    line-height: 130px;
    font-size: 22px;
  }
  #animated-number strong {
    font-size: 13px;
  }
  #blog .blog-post.blog-large .entry-thumbnail {
    padding-top: 0px;
  }
}
.lb-data .lb-number {
  display: none !important;
}
.imgslick {
  width: 100%;
  height: 100%;
}
.imgslick img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
/* .slick-slide {
  margin: 0 3px;
}
.slick-list {
  margin: 0 -3px;
} */
.slick-prev,
.slick-next {
  background-color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.slick-prev {
  left: -11px;
}
.slick-next {
  right: -11px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: rgb(22, 22, 22);
}
.slick-prev:before,
.slick-next:before {
  color: white;
  font-size: 20px;
}
.galeryLogo {
  width: 100%;
  position: relative;
}

.galeryLogo img {
  position: absolute;
  width: 300px;
  top:333px;
  left: 50%;
  transform: translate(-50%, -0);
}
.galeryLogo1{
  position: relative;
}
.galeryLogo1 img{
  width:300px;
  position:absolute;
  transform: translate(-50%, -0);
  left:50%;
  top:-53px;
}
#google-map {
  display: none;
  margin-top: 30px;
}
#google-map iframe {
  width: 100%;
}
#google-mapMobile {
  margin-top: 40px;
}
#google-mapMobile iframe {
  height: 300px;
  width: 100%;
}

/* PRELOADER */
#preloader {
  z-index: 9999999;
  background-color: #222;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ba55d3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ff00ff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#preloader .load_cf_img{
width:240px;
position:absolute;
left:50%;
top:73%;
transform:translate(-50%,-73%);
}
#preloader .load_cf_img img{
width:100%;
}
/**********************************NEW MEDIA QUERY****************************/
@media screen and (min-width: 420px){
#preloader .load_cf_img{
width:300px;
}
}
@media screen and (min-width: 768px) {
  .mobileBtnHamburger {
    display: none;
  }
  .navbar-header {
    background-color: transparent;
  }
  #main-slider .item {
    background-position: 70% -7px;
  }
  #main-slider .owl-wrapper-outer .owl-item:nth-of-type(1) .item {
    background-position: 81% -4px;
  }

  .navbar.navbar-default .navbar-brand img {
    margin-top: -1px;
  }
  .slick-prev {
    left: -25px;
  }
  .slick-next {
    right: -25px;
  }
  #main-slider .owl-wrapper-outer .owl-item:nth-of-type(2) .item {
    background-position: 55% 0px;
  }
  #meet-team {
    padding: 87px 0 74px 0;
  }

  #meet-team .image-column .image-1 img {
    width: auto;
  }
  #meet-team .btn-box {
    z-index: 2;
  }
  #meet-team .image-column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -282px;
    /* margin-left: 89px; */
  }
  #meet-team .image-column .image-2 {
    left:350px;
    top:54px;
  }
  #meet-team .image-column .inner-column:before {
    width: 520px;
    display: none;
  }
  #google-map {
    display: block;
  }
  #google-mapMobile {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #main-slider .item {
    background-position: 50% 0;
  }
  #main-slider .owl-wrapper-outer .owl-item:nth-of-type(1) .item {
    background-position: 81% 1px;
  }
  #main-slider .slider-inner h2 {
    margin-top: 247px;
    font-size: 53px;
  }
  #main-slider .slider-inner p {
    margin-top: 20px;
    font-size: 20px;
  }
  #portfolio {
    padding: 87px 0;
  }
  .galeryLogo img {
    left: -51px;
    top: -200px;
    transform: none;
  }
  .galeryLogo1 img{
  

    transform: translate(0, -0);
    right:0;
    top:-159px;
    left:auto;
  }
  #meet-team .text {
    position: relative;
    z-index: 2;
  }
  #meet-team .image-column .inner-column:before {
    display: block;
  }
  #meet-team .image-column .inner-column:before {
    top: -50px;
  }
  #meet-team .image-column .image-2 {
    right: -42px;
    bottom: -57px;
  }
}
@media screen and (min-width: 768px) {
  #main-menu.navbar-default .navbar-nav > li > a {
    color: white;
  }
  #services .row {
    margin: 0;
  }
  .slick-slide {
    margin: 0 10px;
  }
  .slick-list {
    margin: 0 -10px;
  }
  #meet-team .image-column .image-2 {
    display: block;
  }
  #testimonial .col-sm-6 {
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
  }
  #testimonial .panel-one {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #main-slider .owl-wrapper-outer .owl-item:nth-of-type(3) .item {
    background-position: 70% 0px;
  }
}
@media screen and (min-width: 992px) {
  #services .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  #animated-number {
    background: url(../images/zanimljiveCinjeniceBackground.jpg) no-repeat 0
      -48px;
    background-size: cover;
    background-attachment: fixed;
  }
  #animated-number .animatedNumberBckgrOpacity {
    background-color: rgb(0 0 0 / 64%);
  }
}

@media screen and (min-width: 1200px) {
  #main-slider .owl-wrapper-outer .owl-item:nth-of-type(2) .item {
    background-position: 79% 0px;
  }

  #meet-team .image-column {
    display: block;
  }
  #meet-team .text {
    padding-right: 57px;
  }
  #meet-team .image-column {
    margin-top: 100px;
  }
  #meet-team .image-column .inner-column:before {
    top: -38px;
  }
}
@media screen and (min-width: 1400px) {
  #main-slider .owl-wrapper-outer .owl-item:nth-of-type(2) .item {
    background-position: 79% 0px;
  }
  #animated-number {
    background: url(../images/zanimljiveCinjeniceBackground.jpg) no-repeat 0 -56px;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media screen and (min-width: 1440px) {
  #animated-number {
    background: url(../images/zanimljiveCinjeniceBackground.jpg) no-repeat 0
      20px;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media screen and (min-width: 1600px) {
  #main-slider .owl-wrapper-outer .owl-item:nth-of-type(2) .item {
    background-position: 79% 0px;
  }
  #animated-number {
    background: url(../images/zanimljiveCinjeniceBackground.jpg) no-repeat 0 -161px;
    background-size: cover;
    background-attachment: fixed;
  }
}
/***EDIT may 08***/
.mailTo{

background-color: transparent!important;

}
#social-platforms-mobile {
  text-align:center;
  margin:10px 0;
}
#main-menu .navbar-collapse .address{
display: none;
}
.btn1 {
  clear:both;
  white-space:nowrap;
  font-size:.8em;
  display:inline-block;
  border-radius:5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  margin:2px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  overflow:hidden
}

.btn1:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.45);
}

.btn1:focus {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}

.btn1 > span,.btn-icon > i {
  float:left;
  padding:10px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  line-height:1em
}

.btn1 > span {
  padding:14px 18px 15px;
  white-space:nowrap;
  color:#FFF;
  background:#b8b8b8
}

.btn1:focus > span {
  background:#9a9a9a
}

.btn-icon > i {
  border-radius:5px 0 0 5px;
  position:relative;
  width:38px;
  text-align:center;
  font-size:21px;
  color:#fff;
  background:#212121
}

.btn-icon > i:after {
  content:"";
  border:8px solid;
  border-color:transparent transparent transparent #222;
  position:absolute;
  top:13px;
  right:-15px
}

.btn-icon:hover > i,.btn-icon:focus > i {
  color:#FFF
}

.btn-icon > span {
  border-radius:0 5px 5px 0
}

/*Facebook*/
.btn-facebook:hover > i,.btn-facebook:focus > i {
  color:#3b5998
}

.btn-facebook > span {
  background:#3b5998
}
.btn-instagram > span {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

@media screen and (min-width:768px){
  #main-slider .carousel-content .logoCarouselCfMoto{
    width:400px;
    top:29%;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  display: flex;
  align-items: center;
}
#main-menu .navbar-collapse .address{
  display: block;
  }
.navbar-right .address>p{
  margin:0 5px;
  font-size: 21px;

}
.navbar-right .address>p a{
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 4px;
  margin:0 5px;
}
.navbar-right .address>p a:nth-of-type(1){
  background-color: #4867aa;
  color:white;
}
.navbar-right .address>p a:nth-of-type(1):hover{
  background-color: #7c99d9;
}
.navbar-right .address>p a:nth-of-type(2){
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color:white;
}
.navbar-right .address>p a:nth-of-type(2):hover{
  background: linear-gradient(45deg, #e89844 0%, #af4a25 25%, #9f2a3c 50%, #8b3658 75%, #702a5a 100%);

}
#main-slider .carousel-content .logoCarouselCfMoto{
  top:44%;
}
#social-platforms-mobile{
  display: none;
}
}
