body
{
	font-family: 'Montserrat', sans-serif;
}

.top
{
	padding:5px 0px 5px 0px;
	background:#b11116;
}
.top p
{
	color:#fff;
	margin-top: 7px;
}
.top a i{
	color:#fff;
	padding-left:15px;
	 position: relative;
    top: 7px;
}
.slis .carousel-caption
{
	top:20%;
}
.btns
{
	border:0;
	padding:6px 16px;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	background:#fff;
	color:#b11116;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
#cssmenu{
	margin-top:7px;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-family: 'Montserrat', sans-serif;
}

#cssmenu #head-mobile {
    display: none
}


#cssmenu > ul > li {
    float: left;
	color:#b11116;
}

#cssmenu > ul > li > a {
    padding: 5px 0px 16px 10px;
    font-size: 14px;
    text-decoration: none;
    color: #b11116;
	font-weight:bold;
	text-transform:uppercase;
}

#cssmenu > ul > li > a.active {
    color: #000;
	font-weight:bold;
}

#cssmenu > ul > li > a:hover {
    color: #000;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
    color: #b11116;
}
#cssmenu > ul > li.has-sub > a.active,
#cssmenu > ul > li.has-sub > a:hover{
	color:#000;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 13px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: ''
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 10px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: transparent;
    transition: all .25s ease;
    z-index: 9999;
    color:#fff;
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover > ul {
    left: auto;
    z-index: 9999;
    background: #024780;
}

#cssmenu li:hover > ul > li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    padding: 17px 15px;
    width: 240px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    line-height: 6px;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 23px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 20px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
    border-top: 1px solid #333
}

@media screen and (max-width:700px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }
    .logo2 {
        display: none
    }
	.slis .carousel-caption
	{
		display:none;
	}
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }
    #cssmenu ul li:hover {
        background: #363636;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu > ul > li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #333!important;
    }
    #cssmenu ul ul li:hover {
        background: #363636!important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }
    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: ''
    }
    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: ''
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}




/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /* margin-bottom: 60px; */
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 1;
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remve the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

}


.abt
{
    padding: 50px;
    background: #f5f5f5;
}
.abt h2
{
	font-weight:bold;
	color:#282828;
	font-size:25px;
}
.line
{
	width:10%;
	background:#b11116;
	padding:1px;
}
.abt h4
{
	font-weight:bold;
	color:#b11116;
	line-height:27px;
	font-size:18px;
	margin-top:15px;
}
.abt p
{
	text-align:justify;
	line-height:30px;
	color:#282828;
	font-weight:bold;
}
.btn1
{
	border-radius:20px;
	background:#b11116;
	color:#fff;
	padding:6px 10px;
	border:0;
}
/* .bor
{
	box-shadow:0px 1px 5px #ccc;
	padding:10px;
} */
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}





/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
	.top
	{
		background:#B11116 !important;
	}
}

.pro
{
background-image: url("../images/bg2.jpg");
padding:20px;
}

.pro h2
{
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	font-size:25px;
}
.pro p
{
	color:#fff;
	line-height:27px;
	text-align:left;
	margin-top:20px;
}
.pro h1
{
	color:#fff;
}
.pro h3
{
	color:#fff;
}
.pro h5
{
	text-transform:uppercase;
	color:#fff;
	margin-top:25px;
}
.pro h5 a
{
	color:#fff;
}
.sp
{
	border-left:solid 0.5px #ccc;
}
.ses
{
	border:solid 0.5px #ccc;
}
.pro .sp:hover
{
	background:#b11116;
	cursor:pointer;
}
.service
{
/* background-image: url("../images/bg3.png"); */
padding:20px;
}
.service h2
{
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:24px;
	color:#282828;
}

.multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}

.carousel-control.left
{
	background:none;
}
.carousel-control.right
{
	background:none;
}
.service p
{
	text-align:center;
	font-size:16px;
	line-height:28px;
	margin-bottom:15px;
}
.tst p
{
	text-align:justify;
	line-height:27px;
}
.tst h3
{
	font-size:20px;
	font-weight:bold;
	margin:0;
}
.bgss
{
	background:#f7f7f7;
	padding:10px;
	border:solid 1px #ccc;
}
.bgss a
{
	color:#282828;
}
.bgss:hover
{
	background:#282828;
	color:#fff;
	cursor:pointer;
}

.app
{
	background:#f7f7f7;
	padding:20px;
}
.app h2
{
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:24px;
	color:#282828;
}
.app p
{
	text-align:center;
	padding:20px;
	line-height:27px;
}
.app a
{
/* 	padding:7px 15px; */
/* 	background:#b11116; */
	color:#fff;
}
.app a:hover{
	text-decoration:none;
}
.te
{
	background:#b11116;
	min-height:300px;
	
}
.vert h3 {
text-orientation: mixed;
writing-mode: vertical-rl;
color:#fff;
transform: rotate(180deg);
font-weight:bold;

}
.clrs
{
	clear:both;
}
.spaces
{
	margin-bottom:40px;
}
.tooltip-inner {
    min-width: 250px; /* the minimum width */
}
/*********************** Demo - 16 *******************/
.box16{text-align:center;color:#fff;position:relative}
.box16 .box-content,.box16:after{width:100%;position:absolute;left:0}
.box16:after{content:"";height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);top:0;transition:all .5s ease 0s}
.box16 .post,.box16 .title{transform:translateY(145px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}
.box16:hover:after{background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%)}
.box16 img{width:100%;height:auto}
.box16 .box-content{padding:20px;margin-bottom:20px;bottom:0;z-index:1}
.box16 .title{font-size:18px;font-weight:700;text-transform:uppercase;margin:0 0 10px}
.box16 .post{display:block;padding:8px 0;font-size:15px}
/* .box16 .social li a,.box17 .icon li a{border-radius:50%;font-size:20px;color:#fff} */
.box16:hover .post,.box16:hover .title{transform:translateY(0)}
.box16 .social{list-style:none;padding:0 0 5px;margin:40px 0 25px;opacity:0;position:relative;transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s}
.box16:hover .social{opacity:1;transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)}
.box16 .social:before{content:"";width:50px;height:2px;background:#fff;margin:0 auto;position:absolute;top:-23px;left:0;right:0}
.box16 .social li{display:inline-block}
/* .box16 .social li a{display:block;width:40px;height:40px;line-height:40px;background:#6d3795;margin-right:10px;transition:all .3s ease 0s} */
.box17 .icon li,.box17 .icon li a{display:inline-block}
/* .box16 .social li a:hover{background:#bea041} */
.box16 .social li:last-child a{margin-right:0}
@media only screen and (max-width:990px){.box16{margin-bottom:30px}
}


.foot
{
	background:#b11116;
	padding:5px;
}
.foot p
{
	color:#ffffff;
	padding-top:10px;
}
.foot p a{
	color:#ffffff;
}
.foot p a:hover{
	text-decoration:none;
}
.overview
{
/* 	background-image: url("../images/bg1.png"); */
	padding:30px;
}
.overview img{
	padding:5px;
	box-shadow:1px 1px 1px 1px #888;
}
.overview h3
{
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:20px;
}
.lines
{
    width: 4%;
    background: #b11116;
    padding: 1px;
    margin-bottom: 15px;
}
.lines1
{
	width:10%;
	background:#b11116;
	padding:1px;
	margin-bottom:15px;
}
.overview p
{
	line-height:30px;
	text-align:justify;
}
.overview  a{
	text-align:center;
	color:#000;
	font-size:14px;
	font-weight:600;
	
}
.overview a:hover{
	text-decoration:none;
}
.overview span
{
	font-weight:bold;
}
.overview h4
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:20px;
}
/* .overview .lines{
	margin-bottom:30px;
} */
.overview th{
	text-align:center;
}
.overview td{
	border-right:solid 1px #ccc;
	text-align:center;
}
.space1
{
	margin-bottom:20px;
}
.cert span
{
	text-transform:uppercase;
}

#customers {
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #b11116;
  color: white;
}
.mb img{
	padding:0px !important;
	box-shadow:none !important;
}
.mb.card-body{
    text-align: center;
	min-height:340px;
	
}
.mb.btn{
    border-radius: 0;
    box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
}
.mb.btn:hover{
    transform: translateY(-2px);
    box-shadow: 2px 2px 5px hsla(0, 0%, 20%, 1);
}
.mb.card{
    /* border-radius: 0px / 0px; */
    /* overflow: hidden; */
    box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
    min-height: 423px;
    padding: 5px;
}
.mb .card-title
{
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px;
    color: #b11116;
    font-weight: 600;
}
.mb p
{
	line-height:25px;
	margin-left:15px;
}
.mb p i{
	 color: #b11116;
}
.fa-cog{
	 color: #b11116;
}
.box-part{
    background:#FFF;
    border-radius:0;
    padding:60px 10px;
    margin:30px 0px;
	border:solid 1px #ccc;
	min-height:470px;
}
.box-part img{
	padding:0px;
	box-shadow:none;
}
.text{
    margin:20px 0px;
}
.box-part .title h4{
	color:#b11116;
}
.box p
{
	line-height:25px;
	padding:0px 12px;
}

.contact-form input, .contact-form textarea {color: #8c8c8c; float: left; border: 1px solid #ddd; font-size: 12px; line-height: 32px; margin-bottom: 15px; padding:10px 20px; width:100%;}
.contact-form {text-align: center;
    padding: 30px;
    box-shadow: 2px 2px 2px 2px #888;}
.contact-now .contact {
    margin-bottom: 10px;
    
    padding: 14px 0;
    background: #eee;
    padding-top: 14px;
}
.map{margin:30px 0;}
.contact-form .button{ position:relative; vertical-align: middle; z-index:1000; font-size:14px; background:#b11116; text-transform:uppercase; color:#fff;  font-weight:bold; padding:13px 38px; margin-top:20px; display:inline-block;  text-shadow: 0 0 2px rgba(0, 0, 0, 0.36); border:none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.sp a:hover
{
	text-decoration:none;
}
	
.contact-form .button:hover{color:#fff;}
.contact-form .button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.contact-form .button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	margin-top:25px;
	margin-bottom:25px;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	padding:3px;
	border:solid 1px #ccc;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.apps h2
{
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:24px;
	color:#282828;
	text-decoration:none;
}
.apps h2:hover{
	text-decoration:none;
}
.sps
{
	border:solid 1px #ccc;
}
#cssmenu  ul li ul
{
	padding-left:0 !important;
}
.logv{
	position: relative;
    top: 10px;
}
.cbg img{
	padding:0px;
	box-shadow:none;
}
.icon{
	width:10%;
	float:left;
}
.text1{
    width: 90%;
    float: right;
    position: relative;
    left: 5px;
}
.cts{
	margin-top:11px;
}
.icon i{
    margin-top: 1px;
    font-size: 22px;
    color: #b11116;
}
.overview iframe{
	padding:10px;
	box-shadow:1px 1px 1px 1px #ccc;
}
.asf .icon{
	width:20%;
	float:left;
}
.asf .text1{
    width: 80%;
    float: right;
    position: relative;
    left: 5px;
	
}
.asf .text1 p{
text-align: left;
    line-height: 24px;
    font-size: 13px;
    font-weight: 600;
}
.asf  h4{
	font-size:14px;
}
.hidden {
     display:none;
}
.kne{
	color:#b11116;
	font-weight:600;
	transition:.4s;
}
.kne:hover{
	color:#b11116;
	text-decoration:none;
	margin-left:15px;
}
.siimg{
    padding: 5px;
    box-shadow: 2px 2px 2px 2px #888;
}
.product-list-left-effect
{
width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px;
    box-shadow: 2px 2px 2px 2px #888;
}

.product-list-left-effect img
{
	transition-duration:0.4s;
}

.product-list-left-effect .product-overlay
{
	width:90%;
	height:90%;
	position:absolute;
	padding:20px;
	background:rgba(358, 90, 69, 0.5);
	color:#fff;
	top:5%;
	left:-100%;
	
	transition-duration:0.4s;
	-webkit-transition: left 0.5s ease-in-out;
}

.product-list-left-effect .product-overlay h3
{
	margin:0 0 12px 0;
}
.product-list-left-effect .product-overlay p
{
    /* margin: 50px 0 12px 0; */
    color: #fff;
    text-align: center;
    font-size: 20px;
    position: relative;
    top: 80px;
}

.product-list-left-effect:hover .product-overlay
{
	/*opacity:1;*/
	-webkit-transition: left 0.5s ease-in-out;
	left:5%;
}

.product-list-left-effect:hover img
{
	 transform: scale(1.1);
}
/*product-list-hover-slide-effect*/


/*theme-heading*/
.theme-heading
{
	text-align:center;
	margin-bottom:2rem;
	font-weight:300;
}
.footer{
	padding:40px 0px 10px 0px;
	background-image: url("../images/bg4.jpg");
}
.footer h4{
	color:#fff;
}
.footer p{
	text-align:justify;
	line-height:27px;
	color:#fff;
}
.footer .line{
	margin-bottom:15px;
}
.footer ul{
	padding-inline-start:0px;
}
.footer ul li a{
	color:#fff;
	line-height:34px;
}
.footer ul li a:hover{
	text-decoration:none;
}
.clrfr{
	font-weight:600;
	color: #b11116;
}
.bimg{
	padding:5px;
	box-shadow:2px 2px 2px 2px #888;
}
.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #FFF;
z-index: 999999;
}
.sk-fading-circle {
  width: 40px;
  height: 40px;
position: absolute;
top: 48%;
left: 48%;	
}
.spinner-wrapper img{
	position: absolute;
	top: 32%;
	left: 46%;	
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #b11116;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
.main-text {
    position: absolute;
    top: 100px;
    width: 96.66666666666666%;
    color: #FFF;
}

.carousel-btns {
    margin-top: 2em; 
}

.carousel-btns .btn {
	width: 150px;
}

.carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 28, 38, 0.5);
}

.carousel-inner img {
   width: 100%;
}

/*CONTROL*/
.carousel-control {
    width: auto;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 47%;
  right: 0;
  z-index: 5;
  display: inline-block;
  background-color: #000;
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 14px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 0;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 1px;
  border: 2px solid #fff;
  opacity: .8;
}

.carousel-indicators .active {
    background-color: #b11116;
    border-color: #b11116;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left,
.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    border-radius: 50px;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left {
    left: 30px;
}

.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    right: 30px;
}