@font-face {   
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?xseu8s');
  src:  url('../fonts/icomoon.eot?xseu8s#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?xseu8s') format('truetype'),
    url('../fonts/icomoon.woff?xseu8s') format('woff'),
    url('../fonts/icomoon.svg?xseu8s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],[class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e912";
}
.icon-user:before {
  content: "\e90f";
}
.icon-email:before {
  content: "\e903";
}
.icon-phone-call:before {
  content: "\e904";
}
.icon-view:before {
  content: "\e90a";
}
.icon-menu-button:before {
  content: "\e90b";
}
.icon-heart:before {
  content: "\e911";
}
.icon-logout:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90e";
}
.icon-add-user:before {
  content: "\e910";
}
.icon-login:before {
  content: "\e90c";
}
.icon-skype:before {
  content: "\e900";
  color: #00aaf2;
}
.icon-telephone:before {
  content: "\e901";
}
.icon-envelope:before {
  content: "\e902";
}
.icon-angle-arrow-down:before {
  content: "\e977";
}
.icon-add-plus:before {
  content: "\e976";
}
.icon-check:before {
  content: "\e96c";
}
.icon-right-arrow-slider:before {
  content: "\e96a";
}
.icon-close:before {
  content: "\e944";
}
.icon-right-arrow:before {
  content: "\e930";
}
.icon-view-show:before {
  content: "\e908";
}
.icon-cart:before {
  content: "\e909";
}
.icon-location:before {
  content: "\e947";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-star-half-empty:before {
  content: "\e905";
}
.icon-star-o:before {
  content: "\e906";
}
.icon-star:before {
  content: "\e907";
}


* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
    font-family: 'Roboto', sans-serif;
}

body {
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 1.8;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

span, a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.curve {
  position: absolute;
  z-index: 7;
}

.section-padding {
  padding: 30px 0;
}

.section-head {
  margin-bottom: 30px;
  text-align: center;
}
.section-head h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.section-head h4 span {
  font-weight: 300;
}

[data-overlay-color] .section-head p {
  color: #ccc;
}
[data-overlay-color].process .icon {
  color: #fff !important;
}

.bg-gray {
  background: #f9f9f9;
}

.o-hidden {
  overflow: hidden;
}

.pos-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00a6dc;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
h3.orange{
  color: #FE9603
}

/* ----------------------------------------------------------------
     [ 14 Start Contact ]
-----------------------------------------------------------------*/
.contact .contact-info h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact .contact-info .item {
  margin-top: 30px;
}
.contact .contact-info .item .icon {
  float: left;
  font-size: 25px;
  color: #00a6dc;
}
.contact .contact-info .item .cont {
  margin-left: 50px;
}
.contact .contact-info .item .cont h6 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px; padding-top: 0px;
}
.contact .contact-info .item .cont p {
  font-size: 13px;
}
.contact .form input, .contact .form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background-color: #ececec;
}
.contact .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/

.pt0{padding-top:0 }
.align-right{text-align:right }
.extra-title{text-align:center; color:#1b3164; font-weight:bold; font-size:35px; margin-bottom:15px; position:relative; padding-bottom:15px; }
.extra-title:after{background:#00a6dc; width:60px; height:5px; position:absolute; left:0px; bottom:0px; right:0; content:""; margin:auto }
.side-title{text-align:left; color:#1b3164; font-weight:bold; font-size:35px; margin-bottom:15px; position:relative; padding-bottom:15px; margin-bottom:30px; }
.side-title:after{background:#f7b81e; width:60px; height:5px; position:absolute; left:0px; bottom:0px; content:""; }
.whyus-list li{font-size:17px; font-weight:600; color:#1b3164; margin-bottom:25px;	 }
.why-wolar .item {width:100%; clear:both; min-height:90px; box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1); margin-bottom:10px; }

.advantages-list{}
.advantages-list li{font-size:17px; font-weight:600; color:#1b3164; margin-bottom:30px; position:relative; padding-left:35px;	 }
.advantages-list li:after{background:url(../img/arrow.png) no-repeat; width:21px; height:21px; position:absolute; left:0px; content:""; top:2px; }
.top-header{padding:15px 0px; background:#1b3164; color:#fff;} 
.contact-item{display:inline-block; vertical-align:middle; padding-left:25px; padding-top:3px; } 
.contact-item a:hover{text-decoration:underline }
.contact-item span{ margin-right:5px; }
.advantage-section{ background:url(../img/advantage-bg.jpg) no-repeat right center;    background-size: auto 100%; }
.get-free-button{background:#0EADD3; color:#fff; padding:14px 20px; transition-duration:0.3s }
.get-free-button:hover{background:#1b3164; color:#fff; }
.footer-nav{width:100%; }
.footer-nav ul li{display:inline-block; padding-left:20px;}
.footer-nav ul li a{color:#fff; font-size:17px; }
.footer-nav ul li a:hover{color:#00a6dc; }
body .navbar-nav{margin-right:25px; }
.navbar-nav li{padding:0px 5px;   }
.navbar-nav li a{
    font-size: 15px;
    font-weight: 500;
    color: #232f3f;
    letter-spacing: .5px;
    margin: 15px 16px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-transform: uppercase;

}
.inner-banner{position: relative;}
.inner-banner:after{position:absolute; left: 0px; top: 0px; width: 100%; height:100%; content: ""; background: rgba(0, 0, 0, 0.3); z-index: 1;   }
.banner-content{ left: 0px; right: 0px; margin:0; z-index: 2; text-align: center; width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
   }
.banner-content h2{color: #fff; font-size:55px; padding-bottom: 15px;   }   
.breadcrumbs{width:100%; clear: both; text-align: center;   }
.breadcrumbs li{display: inline-block; padding: 0px 15px;color:#fff;   }
.breadcrumbs li a{color:#fff; position: relative;   }
.breadcrumbs li a:hover{text-decoration: underline;  }
.breadcrumbs li a:after{background-color: #f7b81e; content: ""; position: absolute; right: -21px; top:7px;  width: 5px; height:5px; border-radius: 500px;   }
.breadcrumbs li span{color: #fff;  }
.middle-section{padding-top:45px; padding-bottom: 45px;   }
.inner-title{color:#1b3164; font-weight:bold; font-size:35px; margin-bottom:15px; position:relative; padding-bottom:15px; }
.inner-title:after{background:#00a6dc; width:60px; height:5px; position:absolute; left:0px; bottom:0px; content:""; margin:auto }
.cont h6{padding-top:15px; }
.more{margin-top:15px;}
.more:hover{text-decoration: underline;  }


/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero .extra-title {
  margin-bottom: 30px;
}
.hero .extra-title span {
  color: #d67e03;
}
.hero .feat-item {
  padding: 0;
}
.hero .feat-item .text-center {
  padding: 50px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
}
.hero .feat-item.active .text-center {
  margin-top: -25px;
  padding-top: 75px;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 3;
}
.hero .feat-item:hover .icon {
  color: #fff;
}
.hero .feat-item:hover .icon:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.hero .feat-item .icon {
  width: 90px;
  height: 90px;
  line-height: 105px;
  color: #777;
  font-size: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}
.hero .feat-item .icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d67e03;
  background: -webkit-gradient(linear, left top, right bottom, from(#FE9603), to(#d67e03));
  background: linear-gradient(to bottom right, #FE9603, #d67e03);
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.hero .feat-item h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.hero .feat-item h6 {
  color: #d67e03;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}

.tabs-section .nav-pills {
  padding: 0;
}
.tabs-section .nav-pills .nav-link {
  background-color: #f2f2f2;
  padding: 12px 40px;
  border-right: 1px solid #eee;
  border-top: 2px solid transparent;
  border-radius: 0;
  position: relative;
  z-index: 5;
}
.tabs-section .nav-pills .nav-link.active {
  border-top-color: #d67e03;
  background-color: #fff;
  color: #d67e03;
}
.tabs-section .tab-content .left {
  padding: 0;
  position: relative;
  z-index: 3;
}
.tabs-section .tab-content .left .box-white {
  padding: 50px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0px 5px 5px 5px;
}
.tabs-section .tab-content .left .title {
  margin-bottom: 5px;
  font-weight: bold;
}
.tabs-section .tab-content .left .sub-title {
  color: #777;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
}
.tabs-section .tab-content .left .feat li {
  margin: 0;
  text-align: center;
  padding: 30px 5px;
  background-color: #f7f7f7;
}
.tabs-section .tab-content .left .feat li:nth-child(odd) {
  background-color: #f3f3f3;
}
.tabs-section .tab-content .left .feat li:hover {
  color: #fff;
  background-color: #d67e03;
}
.tabs-section .tab-content .left .feat li:hover .icon {
  color: #eee;
}
.tabs-section .tab-content .left .feat .icon {
  font-size: 30px;
  color: #d67e03;
  margin-bottom: 15px;
}
.tabs-section .tab-content .left .feat h6 {
  font-size: 14px;
  font-weight: 400;
}
.tabs-section .tab-content .image {
  padding: 0;
  position: relative;
  margin-left: -50px;
  margin-top: -40px;
  max-width: calc(50% + 50px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.tabs-section .tab-content .image .img {
  position: relative;
}
.tabs-section .tab-content .image .img .vid {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 1.5;
  font-size: 70px;
  color: #d67e03;
  z-index: 3;
}
.tabs-section .tab-content .image .img .vid:hover:after {
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2);
  opacity: 0;
}
.tabs-section .tab-content .image .img .vid:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .7;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.tabs-section .tab-content .image .img img {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.tabs-section .tab-content .image .owl-dots {
  margin-top: -30px;
  position: relative;
  z-index: 7;
}

.skills h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.skills .skill-progress {
  height: 8px;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 20px;
  position: relative;
}
.skills .skill-progress .progres {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  background-color: #d67e03;
  background: -webkit-gradient(linear, left top, right bottom, from(#FE9603), to(#d67e03));
  background: linear-gradient(to bottom right, #FE9603, #d67e03);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.skills .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 10px;
}
.tabs-section .whyus-list {margin-top:10px; }
.tabs-section .whyus-list li{    color: #666;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;}

.about-content p{text-align: left;; margin-bottom: 15px;  }    
.inner-page p{margin-bottom: 15px;  }
.graybg{background: #f1f1f1;}
.about-section{ text-align: left;}
.extra-title.title-left{text-align: left;}
.extra-title.title-left:after{right: inherit;}
.inner-banner img{width: 100%; object-fit: cover; height: auto;  }
.about-section .butn{margin-left:0;}
#our-clients{margin-top: 25px;}

.services-list-item{display: flex; margin-bottom: 80px; background: #efefef; align-items: center;    } 
.servics-list-img{width: 35%;  }
.servics-content{width: 65%; text-align: left; padding: 20px 30px; }
.servics-content h3{font-size: 22px; padding-bottom: 15px;} 
.servics-list-img img{ width: 100%; height: auto;  }

.services-list .services-list-item:nth-child(even){
  
}

.services-list .services-list-item:nth-child(odd){
  flex-direction: row-reverse;
}
.services-list .services-list-item:nth-child(odd) .servics-content{
  text-align: right;
}
.our-clients{background:#edf0f2; border-top: 1px #dcdedf solid;}

.servics-list-content{list-style: disc;}
.servics-list-content li{position: relative; padding-left: 15px; padding-bottom: 11px; line-height: 20px;}
.servics-list-content li:after{background: #1b3164; content: ""; width:6px; height: 6px; border-radius: 100%; left: 0px; position: absolute; top: 7px; }

.two-column-list{display: flex;  }
.two-column-list .servics-list-content{padding-right: 20px; margin-bottom: 0;}

.raised-access-section{text-align: left;  }
.raised-access-section h2{background:#1b3164; color: #fff; font-size: 22px; padding: 10px 15px; text-align: left; }
.raised-inner{display: flex;  }
.raised-content{width: 70%; padding: 15px;  }
.raised-content h3{font-size: 20px; padding-bottom: 5px; margin-top: 5px;   }
.raised-content p{color: #000; font-size: 14px; line-height: 21px;}
.raised-img{width: 30%; padding: 15px;  }
.list-group-raised ul li{display: inline-block; vertical-align: top; width: 31%; padding-right: 10px; padding-bottom: 3px;   }

.system-selection{padding: 15px;  }
.system-selection h2{background:#cfcfcf; color: #1b3164; font-size: 18px; padding: 10px 15px; text-align: left; }

.system-guide{display: flex; grid-gap: 10px; margin-top: 5px;  }
.system-guide-item{width: 20%; text-align: center;   }
.system-guide-item h3{
    font-size: 14px;
    font-weight: bold;
    border: 2px #ddd solid;
    padding: 5px;
    color: #1b3164;
    margin-bottom: 5px;
    min-height: 63px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;

}
.system-guide-item ul li{margin-bottom: 5px; background: #e9e9e9; padding:5px;} 

.flooring-system{display: flex; column-gap: 10px; margin-top: 15px;  }
.flooring-system-item{width: 33.333%; text-align: center; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); background-color: #fff;}
.flooring-img{padding: 20px 10px; text-align: center; background: #fff;  }
.flooring-content{background: #ddd; padding: 20px 15px; min-height: 230px; }
.flooring-content h4{color: #1b3164; font-size: 18px; padding-bottom: 5px;}
.flooring-content p{color: #000; font-size: 14px;}


.flooring-footer{ padding: 15px;}
.flooring-footer h5{color: #1b3164; font-size: 16px;}
.flooring-footer p{padding-top: 5px; margin-bottom: 0;}

.client-logos ul{display: flex;flex-wrap: wrap;  column-gap: 15px; }
.client-logos ul li{width: calc(20% - 15px); box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); border-radius: 4px; background:#fff; margin-bottom: 15px; padding: 10px 15px;
  justify-content: center; align-items: center; display: flex;  }  
.client-logos ul li img { max-height: 70px; width: auto;} 


/***************Responsive*******************/


@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
.services-list .services-list-item:nth-child(odd) .servics-content .servics-list-content li{padding-right: 15px;}
.services-list .services-list-item:nth-child(odd) .servics-content .servics-list-content li:after{left: inherit; right: 0px;  }

}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 12px 35px;
  background: #0EADD3;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
  color:#fff;
}
.butn span{color:#fff; }
.butn:hover{ background:#1b3164; }
.butn:hover span{color:#fff; }

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  background: #fff;
  z-index: 9;
  min-height: 70px;box-shadow:0px 0px 7px rgba(0, 0, 0, 0.3);
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #232f3f;
  letter-spacing: .5px;
  margin: 15px 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-transform:uppercase; 
}
.navbar .navbar-nav .active {
  color: #f7b81e !important;
}
.navbar .navbar-nav .nav-link:hover{color:#f7b81e; }

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
  color: #222;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.logo {
  padding: 0px 0;
  width: 206px;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 65vh;
  position: relative;
  overflow:hidden; 
}
.header.video {
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h4 {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  color:#1b3164;         
}
.header .caption h1 {
  margin: 10px 0;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.header .caption p {
  font-size: 16px;
  font-weight: 300;
  color: #eee;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1b3164;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}
.header .caption .butn {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.slider .owl-item, .slider-fade .owl-item {
  height: 65vh;
  position: relative;
}
.slider .item, .slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.slider .item .caption, .slider-fade .item .caption {
  z-index: 9;
}
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

.wave {
  min-height: 105vh;
}

.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;

}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero .extra-title {
  margin-bottom: 15px;
}
.hero .extra-title span {
  color: #f7961e;
}
.hero .feat-item {
  padding: 0 10px;
}
.hero .feat-item .text-center {
  padding:20px 30px 35px 30px;
  background-color: #fff;
    border:1px #1b3164 solid;
	vertical-align:top
}
.hero .feat-item .text-center p{min-height:95px; color:#333; font-size:18px; }
.hero .feat-item:hover .icon {
  color: #fff;
}
.hero .feat-item:hover .icon:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.hero .feat-item .icon {
  width: 90px;
  height: 80px;
  line-height:80px;
  color: #777;
  font-size: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}

.hero .feat-item h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.hero .feat-item h6 {
  color: #1b3164;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Process ]
-----------------------------------------------------------------*/
.process .item {
  position: relative;
  z-index: 4;
}
.process .item img {
}

.process .item .cont {
  position: relative;
  z-index: 3;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.process .item .cont a:hover h6{background:#1b3164; color:#fff; transition-duration:0.3s; }

.process .item h6 {
  color: #1b3164;
  font-size: 17px;
  font-weight:bold;
  background:#fff;
  box-shadow:0px 0px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  position:relative;
  bottom:30px;
  margin:auto;
  left:0px;
  right:0;
  z-index:5;
  padding:20px 15px;
  max-width:100%;
  transition-duration:0.3s;height:75px;vertical-align:middle;

}
.process .item p {
  font-size: 14px;
  color: #999;
}

/* ----------------------------------------------------------------
     [ End Process ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Works ]
-----------------------------------------------------------------*/
.works .filtering .filter {
  display: inline-block;
  padding: 4px 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.works .filtering span {
  margin: 0 5px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
}
.works .filtering .active {
  background: #1b3164;
  background: -webkit-gradient(linear, left top, right top, from(#1b3164), to(#FE9603));
  background: linear-gradient(to right, #1b3164, #FE9603);
  -webkit-box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.works .item-img {
  position: relative;
  margin-top: 30px;
}
.works .item-img:hover .item-img-overlay {
  visibility: visible;
  opacity: 1;
}
.works .item-img-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.works .item-img-overlay .icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #1b3164;
  text-align: center;
  font-size: 20px;
  color: #1b3164;
}
.works .item-img-overlay p {
  color: #1b3164;
  font-weight: 400;
  font-size: 13px;
}
.works .item-img-overlay h6 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px;
}

/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start why-us ]
-----------------------------------------------------------------*/

.why-us .item .icon {
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: 95px;
  border-radius: 50%;
  float: left;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.why-us .item .cont {
  margin-left: 100px;
}
.why-us .item .cont h5 {
    font-size: 17px;
    font-weight: 600;
    color: #1b3164;
	padding-top:35px;

}
.why-us .item .cont p {
  font-size: 14px;
}

/* ----------------------------------------------------------------
     [ End why-us ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ 15 Start Footer ]
-----------------------------------------------------------------*/
footer {
  padding: 40px 0;
  background: #000 url(../img/footer-bg.jpg) no-repeat;
  background-size:cover;
  position:relative;
}
footer:after{content:""; position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:1; background:rgba(0, 0, 0, 0.8)  }
footer .container{position:relative; z-index:2 }
.social a {
  color: #fff;
  font-size: 18px;
  margin: 0px 5px;
  transition-duration:0.3s;
}
 .social a:hover {
  color: #fff;
}
footer p {
  color: #d4d4d4;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer-column{
    background: rgba(14, 173, 211, 0.7);
    min-height: 145px;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 35px;
	}

.footer-column h4{font-size:20px; margin-bottom:15px; }
.footer-column a:hover{text-decoration:underline }
.width-25{max-width:25%!important;}
/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 16 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
    .container {
    max-width: 1200px;
  }

}

@media screen and (max-width: 1200px) {

.top-header .container .row .col-lg-6{width: 100%; text-align: center;}
.services-list-item{padding:15px; ;}
}


@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .bgimg-height {
    height: 400px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar {
    padding-left: 15px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #1b3164;
    text-align: center;
    padding: 10px 0;
        position: absolute;
    top: 70px;
    width: 100%;
    left: 0px;
    text-align: left;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-toggler {
    margin-right: 15px;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #1b3164 !important;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  .hero .feat-item.active .text-center {
    padding-top: 50px;
    margin-top: 0;
  }

  .tabs-section .tab-content .image {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin: 50px 0 0;
  }


  .contact-info{padding-top: 30px;  }
.navbar-nav li a{color:#fff;   }
.get-free-button{position: absolute; right: 80px; top: 12px;}
.navbar-toggler .icon-bar{background:url(../img/menu-icon.png) no-repeat; width:25px; height:17px;   }
.navbar .container{max-width: 100%;}  
.logo img{height:55px; width: auto;}
.inner-page .container{max-width: 100%;}
.servics-list-img{width: 45%;  }
.servics-content{width: 55%;}
.client-logos ul li{width: calc(25% - 15px);}
}

@media screen and (max-width: 767px) {
  .client-logos ul li{width: calc(33.333% - 10px);}
  .client-logos ul{column-gap: 10px;}
  .mb-sm50 {
    margin-bottom: 20px;
  }
.social{text-align:center; margin-bottom:10px; padding-top:10px;} 
.contact-item{text-align: center;padding: 2px 0px; display:block}
  .mb-sm30 {
    margin-bottom: 30px;
  }
.section-padding {
    padding: 30px 0;
}
.side-title{font-size:22px; }  
.extra-title{font-size:22px;}
  .hero .extra-title {
    font-size: 22px;
  }
.whyus-list{margin-bottom:40px; }
footer{padding:35px 0px; }
  .tabs-section .nav-pills .nav-link {
    padding: 12px 0;
  }

  .tabs-section .nav-pills .nav-item {
    width: 33.33333%;
    text-align: center;
  }

  .works .filtering .filter {
    padding: 0;
  }

  .works .filtering span {
    margin: 0;
  }

  .call-action h2 {
    font-size: 25px;
    font-weight: 500;
  }

  .call-action h5 {
    font-size: 20px;
    font-weight: 300;
  }
 
.logo{width:170px;}  
.navbar{padding-left: 8px; padding-right:8px; }
.navbar-toggler{padding:0px 3px 0px 0px;   }
.get-free-button {  position: absolute; right: 55px; top: 21px; padding: 10px 10px;}
.inner-banner img{height: 180px;}
.banner-content h2{font-size: 40px;}
.inner-title{font-size: 30px;}
.slider .owl-item, .slider-fade .owl-item{height: 35vh;}
.header{min-height: 35vh;} 
.section-head{margin-bottom:20px;}
.mb-md50 {
    margin-bottom: 20px;
}
.servics-list-img{width: 100%;  }
.servics-content{width: 100%;}
.services-list-item {
    padding: 0px;
    flex-direction: column;
}
.servics-content{padding:25px ;}   
.services-list .services-list-item:nth-child(odd) {
    flex-direction: column;
}
.services-list .services-list-item:nth-child(odd) .servics-content{
  text-align: left;
}
.two-column-list{display: block;  }
.raised-content{width: 100%;  }
.raised-inner{display: block;  }
.system-guide{    flex-wrap: wrap;}
.system-guide-item{width: 48%;  }  
.flooring-system{display: block;  } 
.flooring-system-item{width: 100%; margin-bottom: 15px;  }
.list-group-raised ul li{display:block; width: 100%;} 
} 

@media screen and (max-width: 480px) {
  .header .caption h4 {
    font-size: 14px;
  }
  .header .caption h1 {
    font-size: 25px;
    line-height: 1.4;
  }

  .works .filtering span {
    padding: 5px 15px;
  }
.logo img{height: 48px;}
.get-free-button{top: 16px;}
}

}


@media screen and (max-width: 360px) {
.logo{width:140px;} 
.get-free-button{top:17px;}

}

@media screen and (max-width: 320px) {
.logo{width:125px;} 
.get-free-button{top:14px;}

}
