

/* --------------------------------------------------------
[Table of contents]
1. Global styles
2. Menu styles
3.Banner

[End table of contents]
----------------------------------------------------------------------- */

/* ------------------------------
   Global styles
---------------------------- */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline; }



article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block; }



body {

  line-height: 1; }



ol, ul {

  list-style: none; }



blockquote, q {

  quotes: none; }



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none; }



table {

  border-collapse: collapse;

  border-spacing: 0; }



body {

  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;

  line-height: 26px;

  letter-spacing: 0; }



img {

  max-width: 100%; }



a,

a:hover,

a:focus {

  cursor: pointer !important;

  outline: none;

  text-decoration: none; }



h1,

h2,

h3,

h4,

h5,

h6 {

 font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  
  color: #1e2c34;

  margin: 0;

  padding: 0; }



ul, li {

  margin: 0;

  padding: 0;

  list-style: none; }



strong {

  font-weight: 700; }



/* This only works with JavaScript, 
        if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader_ico.gif) center no-repeat #fff;
}


/* -------------------------------- 

menue style

-------------------------------- */
.active_sc{
    background:#1e222d  !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=77, Color=#000000)";/*IE 8*/
    -moz-box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);/*FF 3.5+*/
    -webkit-box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color=#000000); /*IE 5.5-7*/
    transition: box-shadow 2s;
    padding-top: 10px;
    z-index: 9999;
    transition: 0.3s all;
}
.navbar.active_sc .navbar-brand{
  padding-top: 0;
}



.navbar.navbar-expand-lg{
  background: none;
  transition: 0.3s all;
  z-index: 999;
      padding-top: 20px;
}

.navbar.navbar-expand-lg .nav-item a:hover{
  color: #ffffff;
}
.navbar-light .navbar-brand{
  padding-top: 10px;
}
.navbar-expand-sm.navbar .nav-item a{
  color: #ffffff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  padding: 14px 36px;
  background-color: #ff5e5b;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link{
  color: #ffffff;
  text-decoration: underline;
}


/* -------------------------------- 

close menue style

-------------------------------- */


.hero-banner{
  width: 100%;
  height: 700px;
  background-image: url(../img/banner.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
}
.hero-banner:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(126deg, #9749f8 0%, #5e2ced 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #5e2ced), color-stop(100%, #9749f8)); /* safari4+,chrome */
  background: -webkit-linear-gradient(126deg, #9749f8 0%, #5e2ced 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(126deg, #9749f8 0%, #5e2ced 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(126deg, #9749f8 0%, #5e2ced 100%); /* ie10+ */
  background: linear-gradient(324deg, #9749f8 0%, #5e2ced 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e2ced', endColorstr='#9749f8',GradientType=0 ); /* ie6-9 */

  z-index: -9;
  opacity: 0.8;
}
.hero-banner .container{
  height: 100%;
}
.hero-banner .banner_text{
  text-align: center;
}
.no-padd{
  padding: 0;
}
.hero-banner .banner_text h1{
    color: #ffffff;
    line-height: 1.3em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 48px;
}
.hero-banner .banner_text h1 b{
  color: #ff5e5b;
}


.demo-manin{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #F5F5F5;
}
.demo-inside{
  width: 100%;
  margin-bottom: 40px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.demo-inside:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=21, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 0 21px -2px rgba(0,0,0,0.5);/*FF 3.5+*/
-webkit-box-shadow: 0 0 21px -2px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 0 21px -2px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=21, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.demo-inside img{
  width: 100%;
}
.demo-inside a.btn{
  width: 100%;
  border:0;
  outline: 0;
  padding: 10px 0;
  margin:0;
  text-align: center;
  color: #1e222d;
  font-size: 18px;
}
.demo-manin .title {
  width: 100%;
  padding-bottom: 80px;
  text-align: center;
}
.demo-manin .title h2{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #242142;
  font-size: 48px;
}

footer{
  background-color: #1e222d;
    width: 100%;
  text-align: center;
  padding: 18px 0;
}
footer p{
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}




@media only screen and (max-width : 767px) {
  .hero-banner{
    padding-top: 250px;
    padding-bottom: 150px;
    height: 100%;
  }
  .navbar-expand-sm.navbar .nav-item a{
    text-align: center;
    margin-top: 20px;
  }
}