/*
@font-face {
  font-family: 'Georgia';
  src: url('https://fonts.gstatic.com/l/font?kit=-zkl91Ksy8U47WnsfmS8wQ&skey=ca45512e77838097&v=v9') format('woff2'),
      url('https://fonts.gstatic.com/l/font?kit=-zkl91Ksy8U47Wnsfmm8wQ&skey=ca45512e77838097&v=v9') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  padding-bottom: 3rem;
  color: #666;
  /* background: rgb(253,253,253); */
 
}

.col {
  padding-bottom: 30px;
}
.bg-gr{
  background: rgb(253,253,253);
  background: linear-gradient(245deg, rgba(253,253,253,1) 0%, rgba(250,250,250,1) 0%, rgba(235,235,235,1) 100%);
}
.mt-slider{
  padding-top: 85px;
}
.first-slide{
  width: 346px;
  height: 252px;
}
.mt-50{
  margin-top: 50px;
}
.disable{
  display: none;
}
.list{
  list-style: none;
  padding: 0;
}
.list h5{
text-decoration: underline;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
}
.full-screen-slider{
  max-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#equip p{
  font-size:14px;
  margin-top: 20px;
  font-weight: 200;
}
#equip .row .col{
  text-align: center;
  padding : 0;
}
.row > .col-lg-4 > h2 {
  color: #c1272d;
  font-size: 1.3rem;
  margin: 20px;
}

.row > .col-lg-3 > h2 {
  color: #c1272d;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 20px;
  height: 38px;
}

.color-gray{
  color:#4d4d4d;
}
.color-orange, .color-orange:hover{
  color:#f7931e;
  text-decoration: none;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 40rem;
  color: #777;
  /* background-color: #777; */
}
.ciworks {
  height: 16rem;
  color: #777;
  /* background-color: #777; */
}
.carousel-item > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 346px;
  height: 204px;
}
.ciworks > img {
  position: absolute;
  /* top: 0;
  right: 0; */
  height: auto;
}
.carousel-caption {
  right: 0 !important;
  left: 0 !important;
}
.carousel-caption img{
  margin-bottom: 40px;
}
.nav-item{
  text-align: center;

width: auto;
}
.foot-nav-item{
  text-align:center;
  width:120px;
  }

  .foot-nav-item a{
    font-size: 0.9rem;
    }
.nav-link{
  font-weight: 500;
  color:#999999 !important;
}

.navbar-inverse .navbar-nav .active>.nav-link{
  color:#4d4d4d !important;
  font-weight: 600;
}

.navbar-brand{
  display: inline-block;
  top:50px;
  width: 100px;
}
.navbar-brand-footer{
  padding: 30px 0 0 50px;
  width: 150px;
}
#brands .row{
  margin-bottom: 20px;
}
#brands .row h2{
  color: #c1272d;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 20px;
  height: 38px;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing .col-lg-3 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing .col-lg-3 p {
  margin-top:1rem;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.icon{
  max-width: 5rem;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3.1rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

#map{
  background-image: url("images/map.png");
}
#projects{
  text-align: center;
}
.row h2{
  color: #c1272d;
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 20px;
  height: 38px;
}

.row h3{
  color: #545454;
  font-size: 1.0rem;
  font-weight: 500;
  margin-left: 10px;
  height: 38px;
}

.works-text{
  padding : 100px 0 0 0 ;
  text-align: center;
}
.pt-slider{
  padding-top:100px;
  margin:0;
}
.works-text{
  padding : 20px 0 0 0 ;
  text-align: center;
}
.m-b-20{
margin-bottom: 20px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .overflow{
    overflow: hidden;
  }
  .mt-slider{
    padding-top: 0px;
  }
  .works-text{
    padding : 100px 0 0 0 ;
    text-align: center;
  }
  .vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(+25%);
  }
  .p-0{
    padding:0 !important;
  }
  .m-0{
    margin:0px !important;
  }
  .p-20{
    padding: 30px 4 0px;
  }
  .pt-slider{
    padding-top:115px;
  }
  .nav-item{
    text-align: center;
    width: 120PX;
    line-height: 15px;
  }
  .navbar-brand{
  top:50px;
    width: 150px;  }

    .carousel-item > img {
      position: absolute;
      top: 0;
      right: 0;
      width: 692px;
      height: 504px;
  }
  .ciworks {
    color: #777;
    min-height: 35rem;
    /* background-color: #777; */
  }
  .ciworks > img {
    margin: 0 auto;
    height: auto;
    width: 100%;
}
  .carousel-caption {
    right: 50% !important;
  }
  .carousel-caption img{
  margin-bottom: 40px;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
  .refWidth{
    width: 145px;
  }
  .detailSlider{
    position: fixed;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 62em) {
  .nav-item{
    text-align: center;
    width: 120px;
    line-height: 15px;
  }
  .navbar-brand{
    top:50px;
    width: 100px;
    }
  .featurette-heading {
    margin-top: 7rem;
  }

}

@media (min-width: 85em) {

  .ciworks {
    min-height: 52rem;
    /* background-color: #777; */
  }
}


/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoTwitter:hover {
  background-color: #00acee;
}

.social-network a.icoInstagram:hover {
  background-color: #833AB4;
}
.social-network a.icoFacebook:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

.pt-20{
 padding-top: 20px;
}


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?910pkp');
  src:  url('fonts/icomoon.eot?910pkp#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?910pkp') format('truetype'),
    url('fonts/icomoon.woff?910pkp') format('woff'),
    url('fonts/icomoon.svg?910pkp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
font-display:optional;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin2:before {
  content: "\eaca";
}

/* stroke */
nav.stroke ul li a{
  position: relative;
}
nav.stroke ul li a:after {
  position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: rgb(253,253,253);
    background: linear-gradient(0deg, rgba(253,253,253,1) 0%, rgba(250,173,64,1) 0%, rgba(240,93,41,1) 100%);
    height: 8px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

/*------------------------------------
  Cubeportfolio
------------------------------------*/
.u-cubeportfolio .u-cubeportfolio__item {
  font-size: 0.875rem;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 1rem;
}

.u-cubeportfolio .u-cubeportfolio__item:hover {
  color: #151b26;
}

.u-cubeportfolio .u-cubeportfolio__item.cbp-filter-item-active {
  color: #21c87a;
  background-color: transparent;
  border: transparent;
}

.u-cubeportfolio .cbp-l-loadMore-stop {
  pointer-events: none;
}

.u-cubeportfolio .cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Arrow */
.u-cubeportfolio .cbp-nav-controls {
  position: static;
}

.u-cubeportfolio .cbp-nav-prev,
.u-cubeportfolio .cbp-nav-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  line-height: 0;
  display: inline-block;
  color: #fff;
  background-color: #646f79;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1rem;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.u-cubeportfolio .cbp-nav-prev:hover,
.u-cubeportfolio .cbp-nav-next:hover {
  color: #fff;
  background-color: #21c87a;
}

.u-cubeportfolio .cbp-nav-prev {
  left: .5rem;
}

.u-cubeportfolio .cbp-nav-next {
  right: .5rem;
}

/* Pagination */
.u-cubeportfolio .cbp-nav-pagination {
  bottom: -3rem;
}

.u-cubeportfolio .cbp-nav-pagination-item {
  width: 1rem;
  height: 1rem;
  background-color: #8c98a4;
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  transition: 0.3s;
}

.u-cubeportfolio .cbp-nav-pagination-active {
  background-color: transparent;
  border-color: #8c98a4;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/*------------------------------------
  Icon
------------------------------------*/
.u-icon {
  position: relative;
  line-height: 0.7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: 0.3s ease-in-out;
}

.u-icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-icon--shadow {
  box-shadow: 0 0.25rem 0.5rem 0 #e3e6f0;
}

/*------------------------------------
  Icon Default Styles
------------------------------------*/
/* primary */
.u-icon--primary {
  color: #fff;
  background-color: #21c87a;
  border-color: #21c87a;
}

.u-icon--primary[href]:hover {
  color: #fff;
  background-color: #1ca766;
  border-color: #1a9c5f;
}

.u-icon--primary.disabled, .u-icon--primary:disabled {
  background-color: #21c87a;
  border-color: #21c87a;
}

/* secondary */
.u-icon--secondary {
  color: #fff;
  background-color: #646f79;
  border-color: #646f79;
}

.u-icon--secondary[href]:hover {
  color: #fff;
  background-color: #535c64;
  border-color: #4d555d;
}

.u-icon--secondary.disabled, .u-icon--secondary:disabled {
  background-color: #646f79;
  border-color: #646f79;
}
