@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/Poppins-Regular.woff') format('woff'), 
  url('../fonts/Poppins-Regular.ttf')  format('truetype'), 
  url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.poppins{
    font-family: Poppins-Regular !important;
    font-weight: 500;
}

body {
    color: #888;
    background: #fff;
    font-size:14px;
    font-family: 'Poppins-Regular',sans-serif !important;
    font-weight: 500;
 }

 a:hover, a:focus, a:active{
  color: #000;
  font-weight: 600;
 }

 ul,li{
  list-style: none;
 }

 h1, h2, h3, h4, h5, h6{
     font-family: 'Poppins-Regular';
    font-weight: 600; 
 }

 p{
     font-family: 'Poppins-Regular';
    font-weight: 500; 
    font-size: 14px;
    text-align: justify;
 }

 .rslides img{
  height: 100vh !important;
 }



/* Menu Detaile Start Here*/

nav.bootsnav.navbar-sidebar ul.nav > li > a{
    font-family: 'Poppins-Regular';
    font-weight: 600;
    font-size: 14px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
    font-family: 'Poppins-Regular';
    font-weight: 600;
    font-size: 12px;   
}

@media only screen and (max-width: 1499px) {
    .logo{
      margin: auto;
    }
    .logo img{
      height: 85px;
    }
    nav.bootsnav.navbar-sidebar ul.nav > li > a{
      font-size: 12px;  
      padding: 10px 0 0 0;
    }
    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a{
      padding: 10px 0 0 0;
    }
    nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu{
      left: 10px !important;
    }
    nav.bootsnav.navbar-sidebar .navbar-header{
      margin: 0px !important;
    }
    .font-20px{
      font-size: 16px !important;
    }
    .page-title h1{
      font-size: 30px;
    }
}

@media only screen and (max-width: 1499px){
  .logo {
    margin: auto;
  }
  }

/* Menu Detaile Over Here*/


/*IndexPage Start Here*/

section{
  padding: 80px 0;
}

.scotto-btn{
    margin-top: 50px;
    padding: 15px 20px;
    background: linear-gradient(45deg, #f9a752, #f0ece1);
    color: #000000;
    font-size: 12px;
    border: none;
}

.scotto-btn:hover{
    background: linear-gradient(45deg, #0f92d7,#bcc1ca);
    color: #fff;
}

.bg-gradiant{
    background: linear-gradient(45deg, #f9a752, #0f92d7);
    color: #fff;
}
.theme-grad{
  background: -webkit-linear-gradient(#f8994c, #099cdf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#product{

}
#product ul{
  margin-top: 25px;
}


#product ul li a{
  font-weight: 600;
  font-size: 16px;
}

#product ul li{
  display: inline;
  padding: 0px 60px;  
}

#product ul li a span{
  margin-right: 15px;
}

#product .col-inner.spacer{
  padding: ;
}

@media only screen and (max-width: 1499px) {
  h2{
    font-size: 24px;
  }
  p{
    font-size: 12px;
  }
  .col-inner.spacer{
    padding: 0px;
  }
  #product ul li{
    padding: 0 15px;
  }
  #product ul li a{
    font-size: 14px;
  }
  section{
    padding: 50px 0;
  }
  .box-icon{
    padding: 25px 30px;
  }
  .about_scotto{
    text-align: center;
  }
}

@media only screen and (max-width: 1499px) {
  .about_scotto{
    text-align: center;
  }   
  .wow{
    padding-bottom: 50px;
  }
  .service-box-style-03 .flipper{
    margin: 10px 0;
  }
}

/*IndexPage Over Here*/


/*About page start*/

.mission{
  text-align: center;
}
.mission img{
  margin: auto;
}

.mission:before{
  content: "";
  width: 50px;
  height: 50px;
  background: #212121;
  position: absolute;
  top: calc(50% - 25px);
  left: -25px;
  transform: rotate(45deg);
}

.vision{
  text-align: center;
}
.vision img{
  margin: auto;
}

.vission:before{
  content: "";
  width: 50px;
  height: 50px;
  background: #212121;
  position: absolute;
  top: calc(50% - 25px);
  right: -25px;
  transform: rotate(45deg);
}

.vission{
  background-image: url('../../img/vision1.jpg');
   background-position: center;
}

@media only screen and (max-width: 767px) {
  .mission:before{
    top:-25px;
    left: calc(50% - 25px);
  }
  .vission:before{
    top: calc(100% - 25px);
    left: calc(50% - 25px);
  }
  .wow{
    padding-bottom: 0px;
    text-align: center;
  }
  .wow img{
    width: 50%;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  hr.left-line{
    margin: 5px 0;
  }
  .col-inner.spacer {
    padding: 50px 20px;
  }
  .scotto_comp img{
    width: 100%;
    padding-top: 50px;
  }
  #product ul li {
    padding: 0 10px;
  }
  #product .col-inner.spacer{
    padding-bottom: 0px;
  }
   .rslides img{
      height: auto !important;
    }
}

/*About page over*/


.cbp-l-filters-alignLeft .cbp-filter-item{
  border: 2px solid;
  color: #000;
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active{
  background: #000;
}
.comming_soon{
  width: 30%;
}


/*Footer Section Start*/

.footer-main{
  background-color: #f5f5f5;
  padding: 25px 0 0 0;
}

.footer .widget-links a{
    color: #000;
}

.footer .widget-title{
  font-size: 22px;
  color: #342e61;
}
@media only screen and (max-width: 1499px) {
  .footer{
    font-size: 14px;
  }
  .footer .widget-title{
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .footer{
    text-align: center;
  }
  
}
/*Footer Section Over*/