/*************
Common Css
***************/

body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

.orange-btn,
.green-btn {
  background: #f28c3c;
  border-radius: 8px;
  height: 60px;
  font-size: 14px;
  letter-spacing: 1.9px;
  color: #ffffff !important;
  outline: 0;
  border: none;
  padding: 0 20px;
  font-weight: 700;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.green-btn {
  background-color: #68b22e;
  padding: 0 30px;
}

.section-title {
  font-weight: 500;
  font-size: 45px;
  text-align: center;
  color: #000000;
}

/**************
navbar
**************/
#nav-bar {
  background: #fff;
}
.nav-link {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2.78571px;
  color: #101010;
}

/****************
banner
***************/
#banner {
  height: 80vh;
  max-height: 610px;
  background: url("../imagesNew/Home-banner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

.banner-title {
  color: white;
  font-size: 50px;
  margin-bottom: 15px;
}

.services-banner {
  background: url("../imagesNew/Services_Page_Banner.png") !important;
}

.individual-service-banner {
  background: url("../imagesNew/individual-service-bg.png") !important;
}
/**************
sevices
**************/
.service-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1.11111px;
  color: #000000;
  margin-top: 10px;
}

.service-title::after {
  content: "";
  width: 45px;
  height: 2px;
  display: block;
  background: #f28c3c;
  margin: 10px 0;
}

.service-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #353535;
}

/**************
unique
**************/
#unique {
  background: #fefbf5;
}

.feature-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 1.11111px;
  color: #000000;
  margin: 10px 0;
}
.feature-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #353535;
  margin-bottom: 0;
}

/**************
testimonial
**************/
.testimonial-box {
  box-shadow: 0px 10px 20px rgba(49, 49, 49, 0.1);
  border-radius: 8px;
}

.testimonial-author {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}

.testimonial-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}

.testimonial-author-foot {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.2px;
  color: #000000;
}

.designation {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #a9acb5;
  margin-bottom: 0;
}

.review i {
  color: #f28c3c;
}
/***************
past-work
****************/
#past-work {
  background: #fefbf5;
}
.past-work-img img {
  width: 100%;
}
/***************
add-section
*****************/
#add-section {
  background: url("../imagesNew/add-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

.add-title {
  font-weight: 500;
  font-size: 45px;
  line-height: 53px;
  text-align: center;
  color: #ffffff;
}
.add-desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}

/****************
about us 
******************/
.about-us-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #353535;
}
/******************
contact-us
********************/
.info-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 1.11111px;
  color: #000000;
  margin-bottom: 20px;
}
.info {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* or 188% */

  color: #353535;
}

.contact-form {
  background: #fefbf5;
  padding: 30px;
}

.check-items .col-sm-6 {
  display: flex;
  align-items: flex-start;
}

.check-box-container {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 15px;
}

.check-box-container input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.check-box-container input[type="checkbox"]:checked + .check-box {
  background: rgb(114, 128, 157);
}

.check-box-container .check-box {
  background: #ffffff;
  border: 1px solid rgba(114, 128, 157, 0.712723);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.check-box-container .check-box i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.input-field label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */

  color: #000000;
  margin-bottom: 15px;
}

.input-box {
  width: 100%;
  height: 50px;
  background: white;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(114, 128, 157, 0.712723);
  border-radius: 4px;
}

.input-box img{
  margin-right: 5px;
}

.input-box input{
  border: none;
  outline: 0;
  height: 100%;
}

.input-field textarea{
  width: 100%;
  border: 1px solid rgba(114, 128, 157, 0.712723);
  border-radius: 4px;
  resize: none;
  outline: 0;
  padding: 10px;
}

.submit-form{
  width: 40%;
}
/***************
footer
*******************/
#footer-container,
#footer-foot {
  background: #f8f8f8;
}

.footer-desq {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;

  color: #000000;
}
.footer-link-head {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 20px;
}

.footer-link {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
  color: #000000;
}
.socail-links a {
  margin-right: 10px;
  display: inline-block;
}

.socail-links a i {
  color: #68b22e;
  font-size: 20px;
}

#footer-foot {
  border-top: 2px solid #f2f2f2;
}

#footer-foot p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #7b7b7b;
}


@media(max-width:576px){
  .section-title{
    font-size: 40px;
  }
  .banner-title{
    font-size: 45px;
  }
}

nav li a{ 
    color:#686868;
    /*font-weight: 600;*/
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s; 
    transform-origin:center; 
    text-transform: uppercase;
    /*border-radius: 2px;*/
    display: inline-block;
    /*text-align: center;*/ 
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #C14800;
} 
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color:#656565 !important; 
    color:  #59a937 !important;
    border-color: 1px solid #FC9401 !important;     
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s; 
    transform-origin:center;
}
nav li.dropdown li a {
    color: #444 ;
}
.navbar {
    margin-bottom: 0px !important;
    z-index:999;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 13px;
    width: auto; 
    left: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-left:3px;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    /*display: block;*/
    color: #222;
    /*padding: 3px 5px;*/
    padding: 7px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #59a937 !important; 
}
.mega-dropdown-menu .dropdown-header {
    font-size: 16px;
    color: #4c88c4;
    padding: 5px 60px 5px 5px !important;
    line-height: 30px;
    font-family:'Roboto';
    border-bottom:1px dashed #d7d7d7;
}
.mega-dropdown-menu li ul li a,
.dropdown-menu ul li a {
    color: #676565;
}
.mega-dropdown-menu li ul li a i,
.dropdown-menu ul li a i {
    padding-right:8px;
    color:#656565;
    font-size:10px;
}
/*@media (max-width: 768px) {
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        border-color:#fff; 
    }
    .mega-dropdown-menu > li > ul > li{
        text-align:center;
    }
    .mega-dropdown-menu li ul li a i,
    .dropdown-menu ul li a i {
        display:none;
    }
    nav li a {
        text-align:center;
        color:#fff !important;
    }
}*/
.dropdown-toggle:after { content: none }
@media (max-width: 768px) {
    #navbarNav .navbar-nav li {
      width: 100% !important;
    }
}

/*----------------  Our Brand SSection Starts Here   ---------------*/
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
    left: -12px;
}
.carousel-control.right {
    right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 10px !important;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
    background: #c0c0c0 !important;
    margin-right: 5px !important;
}
.carousel-indicators .active {
    background: #333333 !important;
}
/*--------------- Our Brand Section Ends Here   -------------------*/

/*--------------- Floorung Page Product Slider Page Starts Here   ---------------*/
.img-slider .carousel, .img-slider .slide{ 
    margin-bottom:0px; 
    display:block; 
}
.img-slider .carousel,
.img-slider .item,
.img-slider .carousel.active {    
    height: 100%;   
    padding:0px;
    /*top:-25px;*/
}
.img-slider .carousel-inner {
    height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */
.img-slider .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.img-slider .fill img{
    display:block;
    width:100%;
    background-size:cover;
} 
.img-slider .left.carousel-control{
    /*right: 30px; */
    left: 28px;
    top: 40%; 
    width: 50px;
    height: 50px;
    border-radius:50%; 
}
.img-slider .carousel-control.right {
    right: 28px;
    top: 40%; 
    width: 50px;
    height: 50px;
    border-radius:50%;
}
.img-slider .carousel-control .icon-next{
    width: 18px;
    height: 23px;
    margin-top: -22px;
    font-size: 30px;
    opacity: 1;
    margin-right: -10px;
}
.img-slider .carousel-control .icon-prev{
    width: 18px;
    height: 23px;
    margin-top: -22px;
    font-size: 30px;
    opacity:1;
    margin-left:-10px;
}
.img-slider .carousel-control.left{
    opacity:0.5;
    background:#CEC5C5;
    transition:all ease-out 0.4s;
}
.img-slider .carousel-control.left:hover, .img-slider .carousel-control.left:focus{
    opacity:0.8;
}
.img-slider .carousel-control.right{
    opacity:0.5;
    background:#CEC5C5; 
    transition:all ease-out 0.4s;
}
.img-slider .carousel-control.right:hover, .img-slider .carousel-control.right:focus{
    opacity:0.8;
}
@media (min-width:100px) and (max-width:992px){
    .img-slider .carousel,
    .img-slider .item,
    .img-slider .carousel.active {    
        top:0px; 
        z-index:0;
        margin-bottom:15px;
        /*padding:15px 15px 0px 15px;   */
    }
    .info-wrap .heading h2{
        margin-top:20px; 
    }
}
/*--------------- Flooring Page Product Slider Page Ends Here     ---------------*/