
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display:none;
	z-index: 9999;
}

.btn-primary {
    color: #f00;
    background-color: #8c4e4e00;
    border-color: #ff0000;
}



/*.flex-container {
  display: flex;
  
}*/

/*.flex-container>div {
  background-color: #fff;
  margin: 10px;
  padding:20px;
  width:33.333333%;
     box-shadow: 0px 0px 20px #d2d2d2;
}*/
.flex-container>div {
  background-color: transparent;
  margin: 10px;
  padding:30px;
  width:33.333333%;
}


h1, h2, h3, h4, h5 h6 a, li, ul, p, span, th, td
{
	font-family:"Roboto Condensed";
}

.buttons.buttons-play {
    width: 60px;
    height: 60px;
    position: relative;
}
/*.buttons {
    display: inline-block;
}*/
.buttons.buttons-play:before {
    content: "";
    display: block;
    background-color: rgba(255,255,255,0.3);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    width: 58px;
    height: 58px;
    position: absolute;
    top: 117%;
    left: 309%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-animation: 2s linear 0s infinite normal;
    animation: 2s linear 0s infinite normal;
    -webkit-animation-name: play-button-before;
    animation-name: play-button-before;
}
.buttons span {
    display: block;
    width: 1px;
    height: 1px;
    font-size: 0;
    visibility: hidden;
}
.buttons.buttons-play:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/download2.svg) no-repeat;
    background-size: 60px 60px;
    position: absolute;
    top: 40px;
    left: 155px;
}
.carousel-control {
    position: absolute;
    top: 20px;
    bottom: 50px;
    left: 0;
    width: 3%;
    font-size: 21px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, #000, #000 100%);
    background-image: -o-linear-gradient(left, #000, #000 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgb(0, 0, 0)));
    background-image: linear-gradient(to right, #000, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -31px !important;
    font-size: 50px !important;
}
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-weight: 700;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: auto;
}
.fade-carousel .carousel-inner .item {
    height: auto;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #ec2028;
    border-color: #ec2028;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.hero h3 {
	color:#000;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 2px 4px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
 /* height: 100vh*/;
 height:596px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/banner_1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/banner_2.jpg); 
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/banner_3.jpg); 
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}



.qweqwe
{
	 position: relative; left: 145px; bottom: 8px; float:right; z-index:999;
}

.plpl
{
	padding-left:0px;
	padding-right:0px;
}

.header
{
	width:100%; height:auto; padding-top:5px; padding-bottom: 5px;
}
.menudv
{
	padding-top:10px;
}

.cnt
{
	padding-top:8px;
}

.cnt1
{
	font-size:12px; font-weight:700; text-align:center;
}

.cnt2
{
	font-size:17px;
	font-weight: 600;
}
.a1a1
{
	position:absolute; right:0px;
}
.h2h2
{
	 color:#fff; font-weight:700; margin-bottom:20px; font-size:30px;padding-top:55px;
}
.b2b2
{
	 display:inline-block; position: relative;bottom: 4px;
}
.n1n1
{
	 font-size: 16px;color: white;line-height: 26px;
}
.a0a0
{
	 font-size:16px;color:#FFF;border:1px solid #FFF;padding:4px 15px 4px 15px;
}
.a0a0:hover
{
	color:#fff;
}

.whoweare
{
	width:100%;
	height:332px;
	background-color:#000;
}

.whowearemob
{
	width:100%;
	height:auto;
	background-color:#000;
	display:none;
	    padding-bottom: 15px;
}
.support
{
	
width:100%;
height:auto;
padding:50px 0px 50px 0px;
}

.support h2
{
	  color:#000; font-weight:700; font-size:30px;text-align:center;
}

.support h3
{
	 font-size: 18px; text-align:center;
}
.support h4
{
	font-size: 18px;
}

.fullbg
{
	width:100%; height:auto; padding-top:130px; padding-bottom:130px;    background: url(../images/fullbg.png) fixed;
        background-position: 74% 60%;
    background-repeat: no-repeat;
}

.prof
{
	 display:inline-block; position: relative;bottom: 4px;
}



.footer
{
	width:100%;
	height:auto ;
	background:url(../images/footbg.png);
	background-size: cover;
	background-color:#000;
	padding-top: 110px;
	background-position: 50% 50%;
}

.footrw
{
	    margin-top: 110px;
}
.footfoot
{
	 width:100%;height:auto;border-top:1px solid #F00;margin-top: 8px;
}
.footfootp
{
	color:#FFF;padding:20px 0px 20px 0px; text-align:center;
}

.footfootp a:hover
{
	color:#ff0001;
}


.intxt
{
	width: 100%;
    background-color: transparent;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    margin-bottom: 17px;
    padding: 10px;
	color: #fff;
}

.inbtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
}
.inbtn:hover
{
	color:#ff0001;
	border: 1px solid #ff0001;
}

.first img
{
padding-bottom:30px;	
}

.first h2
{
	color:#FFF;
	font-size:18px;
	margin-top:2px;
padding-bottom:30px;	
margin-bottom:0px;
font-weight:600;
}

.first a
{
	display:block;
	color:#FFF;
	font-size:16px;
	line-height:30px;
}
/************************************************************ ABOUT US ************************************************************/

.abt
{
	 width:100%; height:250px; background:url(../images/inner1.png);    background-size: cover; background-position: 50% 67%;
}
.abt_i
{
	 width:100%; height:auto; padding-top:50px;
}



/************************************************************ CAREER ************************************************************/

.caree
{
	 width:100%; height:auto; padding-top:40px;
}

.care_z
{
	 width:100%; height:250px; background:url(../images/carrerbn.png); background-size: cover; background-position: 50% 35%;
}
.ca_i
{
	 padding-top:65px;
}


.submit {
    font-size: 1.1em;
    float: right;
    width: 150px;
    background-color: transparent;
    border-color: #db2b2d;
    color: #db2b2d;
    border-radius: 0px;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}




.capim
{
}

.cap_style
{
}
.tyy
{
	padding-left: 0px;
}
.tyyi
{
	padding-right: 0px;
}








/************************************************************ OUR SUPPORT ************************************************************/

.our_sup
{
	 width:100%; height:250px; background:url(../images/inner3.png); background-size: cover;
}

.our_sup_i
{
	 width:100%; height:auto;
}

.our_sup_z
{
	 width:100%; height:auto; padding-top:50px; padding-bottom:60px; background: url(../images/contbg.jpg) fixed;background-position: 74% 60%; background-repeat: no-repeat; background-size: cover;
}

.our_sup_z h3
{
	    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0px;
	text-transform:uppercase;
}

.cchh
{
}

.zpzp
{
	 width:50px;
}

.pzpz
{
	 width:100%; height:300px; background-color:#fff;
}





/****************************************************************************************************************************************************************************************************************************************************************************************************************/

/* HOME CINEMAS */

.homece
{
	 width:100%; height:auto; padding-top:50px;
}
.hom_i
{
	 width:100%; height:500px; background:url(../images/homecinemas-2.jpg) no-repeat; background-size:100%; background-position: 50% 0%; margin-top:25px; margin-bottom:25px;
}

.iqiq
{
	width: 530px;
	display:none;
}


















/* HOME AUTOMATION */

.home_i
{
	 width:100%;height:350px;background:url(../images/inner4.png);background-size: cover; background-position:50% 50%;
}
.home_ii
{
	width: 100%;
    height: 50px;
    background-color: #000000;
    position: relative;
    top: 25px;
    padding: 1px;
    text-align: center;
}
.home_ii h5
{
	color: #ed1c24;
    font-size: 25px;
}
.home_iii {
    width: 100%;
    height: 80px;
    background-color: #ffffffa8;
    position: relative;
    top: 220px;
    padding: 10px;
    text-align: center;
}
.home_iv
{
	 width:100%; height:auto; padding-top:40px;
}
.home_iv h2
{
	text-align:center;
}
.home_iv span
{
	font-size: 14px;
	text-align:center
}
.home_v
{
	 width:100%; height:auto;
}
.home_v h2
{
	    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 36px;
	    color: #000;
}
.se_su
{
	 width:100%; height:270px; background:url(../images/security&servelance_bk.jpg) fixed no-repeat; background-size:cover;
}
.headi {
    margin-top: 40px;
    margin-bottom: 10px;
    color: #fff;
}
.se_su p
{
	color:#fff;
	line-height: 25px;
}
.more {
    color: #0090FF;
    padding-right: 5px;
	font-size: 14px !important;
    border-bottom: 1px solid transparent;
    transition: border-bottom 250ms;
	float:right;
}
.more:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0090FF;
    border-right: 1px solid #0090FF;
    background-color: transparent;
    -webkit-transform: rotate(45deg) translate(1px, -2px);
    transform: rotate(45deg) translate(1px, -2px);
}
.more:hover {
    border-bottom: 1px solid #0090FF;
}
.col_color
{
	background: linear-gradient(to bottom, #f2f2f2, #e0e0e0);
	background: -moz-linear-gradient(to bottom, #f2f2f2, #e0e0e0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(to bottom, #f2f2f2, #e0e0e0);
    background: -o-linear-gradient(to bottom, #f2f2f2, #e0e0e0);
    background: -ms-linear-gradient(to bottom, #f2f2f2, #e0e0e0); 
}

.div_redi
{
	width: 100%;
    padding: 20px;
    border-top-left-radius: 35px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 0px;
}













/* WALL PLUG */

.wall_i
{
	 width:100%; height:auto; background-color:#ececec; /*background:url(../images/siri.jpg) fixed no-repeat; background-size: cover;*/
}
.wall_i h1
{
	text-align: center;
    color: #444;
    font-weight: 300;
    margin-top: 0px;
    padding-top: 35px;
    font-size: 3.8em;
}
.wall_i h5
{
	text-align:center;
	font-size:17px;
}

.wall_ii
{
	 width:100%; height:auto; padding-top:20px; padding-bottom:20px;
}
.wall_ii p
{
	text-align:center;
}

.wall_iii
{
	 width:100%; height:auto; background-color:#000; padding: 40px 0 60px; background:url(../images/wall_plug_bk.jpg) fixed; background-position: 50% 83%;
    background-size: cover;
}
.wall_iii h1
{
	text-align:center;
	color:#F00;
	font-weight:500;
}
.wall_iv
{
	 width:100%; height:auto; padding-top: 40px; 
}
.wall_iv p
{
	text-align:center;
	line-height: 32px;
}
.wall_iv h3
{
	text-align:center;
}
.mfsd
{
	 width:100%; height:auto; box-shadow: 1px 1px 10px #ccc;     padding-bottom: 40px;
    margin-top: 50px;
	    margin-bottom: 50px;
}
.mfsd h2
{
	text-align:center;
	margin-top: 30px;
    margin-bottom: 30px;
}
.mfsd h4
{
	text-align:center;
}

.wall_v
{
	 width:100%; height:auto; background:url(../images/black-wall.jpg) no-repeat; background-size: cover; padding-bottom: 20px;
}
.wall_v h1
{
	text-align:center;
	color:#fff;
}
.wall_v h5
{
	text-align:center;
	color:#fff;
}












/* THE BUTTON */


.butt_i
{
	 width:100%; height:auto; background-color:#ececec; /*background:url(../images/siri.jpg) fixed no-repeat; background-size: cover;*/
}
.butt_i h1
{
	text-align: center;
    color: #444;
    font-weight: 300;
    margin-top: 0px;
    padding-top: 35px;
    font-size: 3.8em;
}
.butt_i h5
{
	text-align:center;
	font-size:17px;
}

.butt_ii
{
	 width:100%; height:auto; padding-top:50px; padding-bottom:50px;
}
.butt_ii h2
{
	text-align:center;
	font-size:2.5em;
	font-weight:300;
}
.butt_ii p
{
	text-align:center;
	font-size:1.5em;
	font-weight:300;
}

.butt_iii
{
	 width:100%; height:auto; background-color:#000; padding: 40px 0 60px; background:url(../images/the_button_bk.jpg) fixed; background-position: 50% 83%;
    background-size: cover;
}
.butt_iii h1
{
	text-align:center;
	color:#F00;
	font-weight:500;
}
.butt_iv
{
	 width:100%; height:auto; 
	 background: linear-gradient(to bottom, #e75748 0%, #f68650 100%); 
	 padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
	
	background: -moz-linear-gradient(to bottom, #e75748 0%, #f68650 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e75748), color-stop(100%,#f68650));
    background: -webkit-linear-gradient(to bottom, #e75748 0%, #f68650 100%);
    background: -o-linear-gradient(to bottom, #e75748 0%, #f68650 100%);
    background: -ms-linear-gradient(to bottom, #e75748 0%, #f68650 100%); 
}
.butt_iv h3
{
	text-align:center;
	margin-top: 35px;
    text-transform: uppercase;
    font-weight: 300;
}
.butt_iv p
{
	text-align:center;
	line-height: 27px;
}
.butt_v
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom:60px;
	/*background: linear-gradient(to right, #087ebe 0%, #104587 100%);*/
	background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
	background: -moz-linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdfe1), color-stop(100%,#dcdfe1));
    background: -webkit-linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
    background: -o-linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
    background: -ms-linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.butt_v h2
{
	font-size: 40px;
}
.butt_v p
{
}
.but_mar
{
	    margin-top: 90px;
}
.but_mari
{
	margin-top:20px;
}





/* MOTION SENSOR  */

.mosen
{
	width:100%; height:auto; background-color:#ececec;
}
.mosen h1
{
	text-align: center;
    color: #444;
    font-weight: 300;
    margin-top: 0px;
    padding-top: 35px;
    font-size: 3.8em;
}
.mosen h5
{
	text-align:center;
	font-size:17px;
}
.mosen_i
{
	 width:100%; height:auto; background-color:#000; padding: 40px 0 60px; background:url(../images/motion_bk.png) fixed; background-position: 50% 83%;
    background-size: cover;
}
.mosen_i h1
{
	text-align:center;
	color:#F00;
	font-weight:500;
}

.mosen_ii
{
	width:100%;
	height:auto;
	    padding-top: 40px;
    padding-bottom: 40px;
	    background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);	
	background: -moz-linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdfe1), color-stop(100%,#dcdfe1));
    background: -webkit-linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
    background: -o-linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
    background: -ms-linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.mosen_ii h3
{
	text-align:center;
	margin-top: 35px;
    text-transform: uppercase;
    font-weight: 300;
}
.mosen_ii p
{
	text-align:center;
	line-height: 27px;
}
.mosen_iv
{
	width:100%;
	height:auto;
	    padding-top: 40px;
    padding-bottom: 40px;
}
.mosen_iv h5
{
	text-align:center;
}
.mosen_2 {
    background: url(../images/multi_sins_bk.jpg) fixed;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 420px;
}
.mosen_2a {
    background: url(../images/color-indi-bk.jpg) fixed;
    background-repeat: no-repeat;
    height: 420px;
}
.mosen_iv h3
{
	font-size: 36px;
}
.mosen_v
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom:60px;
	/*background: linear-gradient(to right, #087ebe 0%, #104587 100%);*/
	background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.mosen_mar
{
	    margin-top: 200px;
}
.






/* FLOOD SENSOR */


.floods
{
	 width:100%; height:auto; background-color: #ececec;
}
.floods h1
{
	text-align: center;
    color: #444;
    font-weight: 300;
    margin-top: 0px;
    padding-top: 35px;
    font-size: 3.8em;
}
.floods h5
{
	text-align:center;
	font-size:17px;
}


.flood_i
{
	 width:100%; height:auto; background-color:#000; padding: 40px 0 60px; background:url(../images/flood-vid-bak.png) fixed; background-position: 50% 83%;
    background-size: cover;
}
.flood_i h1
{
	text-align:center;
	color:#F00;
	font-weight:500;
}

.flood_ii
{
	width:100%;
	height:auto;
	padding-top:40px; padding-bottom: 40px;
	background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.flood_ii h3
{
	text-align:center;
	margin-top: 35px;
    text-transform: uppercase;
    font-weight: 300;
}
.flood_ii p
{
	text-align:center;
	line-height: 27px;
}
.flood_iii
{
	width:100%;
	height:auto;
	padding-top:40px; padding-bottom: 40px;
	background-color: #f1f1f3;
}
.flood_iii h5
{
	text-align:center;
}
.flo-pad
{
	    padding-top: 20px;
    padding-bottom: 10px;
}

.flood_iv
{
	width:100%;
	height:auto;
	padding-top:40px; padding-bottom: 40px;
}










/* Door / Video Sensors */

.dvs
{
	 width:100%; height:auto; background-color: #ececec;
}
.dvs h1
{
	text-align: center;
    color: #444;
    font-weight: 300;
    margin-top: 0px;
    padding-top: 35px;
    font-size: 3.8em;
}
.dvs h5
{
	text-align:center;
	font-size:17px;
}
.dvs_i
{
	 width:100%; height:auto; background-color:#000; padding: 40px 0 60px; background:url(../images/door_bk.png) fixed; background-position: 50% 83%;
    background-size: cover;
}
.dvs_i h1
{
	text-align:center;
	color:#F00;
	font-weight:500;
}
.dvs_ii
{
	width:100%;
	height:auto;
	padding-top:40px;
	padding-bottom:40px;
	
	background: linear-gradient(to right, #087ebe00 0%, #10458785 100%);
	background: -moz-linear-gradient(to right, #087ebe00 0%, #10458785 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf0f3), color-stop(100%,#7e9bbf));
    background: -o-linear-gradient(to right, #087ebe00 0%, #10458785 100%);
    background: -ms-linear-gradient(to right, #087ebe00 0%, #10458785 100%);
}
.dvs_ii h3
{
	text-align:center;
	margin-top: 35px;
    text-transform: uppercase;
    font-weight: 300;
}
.dvs_ii p
{
	text-align:center;
	line-height: 27px;
}

.dvs_iii
{
	width:100%;
	height:auto;
	padding-top:40px;
	padding-bottom:40px;
}
.dvs_iii h2
{
	text-align:center;
}
.dvs_iii p
{
	text-align:center;
}
.dvs_iii h5
{
	text-align:center;
}
.dvs_rtborder
{
	border-right: 1px solid #999;
}
.dvs_iv
{
	width:100%;
	height:auto;
	padding-bottom:40px;
	    background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.dvs_iv h2
{
	text-align:center;
}
.dvs_iv p
{
	text-align:center;
}





/* KEYFOB */

.keyfob
{
	 width:100%; height:auto; background-color: #ececec;
}
.keyfob h1
{
	text-align: center;
    color: #444;
    font-weight: 300;
    margin-top: 0px;
    padding-top: 35px;
    font-size: 3.8em;
}
.keyfob h5
{
	text-align:center;
	font-size:17px;
}
.keyfob_i
{
	 width:100%; height:auto; background-color:#000; padding: 40px 0 60px; background:url(../images/keyfob_bk.png) fixed; background-position: 50% 83%;
    background-size: cover;
}
.keyfob_i h1
{
	text-align:center;
	color:#F00;
	font-weight:500;
}
.keyfob_ii
{
	width:100%;
	height:auto;
	padding-top: 20px;
	padding-bottom:40px;
}
.keyfob_ii h3
{
	text-align:center;
	margin-top: 35px;
    text-transform: uppercase;
    font-weight: 300;
}
.keyfob_ii p
{
	text-align:center;
	line-height: 27px;
}
.keyfob_iii
{
	width:100%;
	height:auto;
	padding-top: 20px;
	padding-bottom:40px;
}
.keyfob_iii h3
{
	text-align:center;
}
.keyfob_iii p
{
	text-align:center;
	margin: 20px 0 0;
}
.keyfob_rtbor
{
	border-right: 1px solid #999;
}
.keyfob_iv
{
	width:100%;
	height:auto;
}
.keyfob_row
{
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.keyfob_v
{
	width:100%;
	height:auto;
	padding-top:40px;
	padding-bottom:40px;
	background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
	background: -moz-linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdfe1), color-stop(10%,#dcdfe1));
    background: -o-linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
    background: -ms-linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}

.keyfob_vi
{
	padding-top: 120px;
}
.keyfob_v h4
{
	text-align:center;
}
.keyfob_v h3
{
	text-align:center;
}
.keyfob_x
{
	width:100%;
	height:auto;
	padding-top: 40px;
    padding-bottom: 40px;
}
.keyfob_x h5
{
	text-align:center;
}
.keyfob_x h3
{
	text-align:center;
}
.keyfob_x  p
{
	text-align:center;
	margin-bottom: 30px;
}
.keyfob_2 {
    background: url(../images/access-1.jpg) fixed;
    background-position: 100%;
    background-repeat: no-repeat;
    height: 420px;
}
.keyfob_2i
{
	 padding-left:0px;
}
.keyfob_2ii
{
	 padding-right:0px;
}
.keyfob_2a {
    background: url(../images/access-2.jpg) fixed;
    background-repeat: no-repeat;
    height: 420px;
}
.keyfob_x h3
{
	font-size: 36px;
}

.keyfob_z
{
	width:100%;
	height:auto;
    padding-bottom: 20px;
	background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.keyfob_z h2
{
	text-align:center;
}
.keyfob_z p
{
	text-align:center;
}
























/* HOME SECURITY */

.homes
{
	 width:100%; height:auto; padding-bottom:240px; background:url(../images/home_security/home_security.jpg) no-repeat; background-size:cover;
}
.homes_i
{
	 width: 100%;
    height: 50px;
    background-color: #ffffff;
    position: relative;
    top: 25px;
    padding: 1px;
    text-align: center;
}

.homes_i h2
{
	text-align:center;
	color:#F00;
	margin-top: 5px;
}

.homes_iii {
    width: 100%;
    height: 60px;
    background-color: #ffffffde;
    position: relative;
    top: 240px;
    padding: 10px;
    text-align: center;
}

.homs
{
	 width:100%; height:auto; padding-top:40px;
}
.homsii
{
	 margin-top: 10px;
}

.homs_mob
{
	 width:100%; height:auto; padding-top:40px; padding-bottom:40px; display:none;
}
.homspadd
{
	margin-bottom: 10px;
	    box-shadow: 0 0 5px #7e7d7d;
}






















/* SECURITY CAMERAS */

.security_camera
{
	 width:100%; height:auto; background:url(../images/sky-back.jpg) no-repeat; background-size:cover;
}
.security_camera h1
{
	color: #000;
    text-align: center;
    font-weight: 600;
}
.security_camera_i
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.security_camera_ii
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, #ccc 0, #fff 33%, #fff 86%, #ccc 100%);
}
.security_camera_iii
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.security_camera_iv
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, #ccc 0, #fff 33%, #fff 86%, #ccc 100%);
}

.security_camera_i h3, .security_camera_ii h3, .security_camera_iii h3, .security_camera_iv h3
{
	text-transform: uppercase;
	text-align:center;
}
.security_camera_i h5, .security_camera_ii h5, .security_camera_iii h5, .security_camera_iv h5
{
	font-weight: 600;
}









/* WIRELESS SECURITY CAMERAS */

.wireless_camera
{
	 width:100%; height:auto; background:url(../images/sky-back.jpg) no-repeat; background-size:cover;
}
.wireless_camera h1
{
	color: #000;
    text-align: center;
    font-weight: 600;
}
.wireless_camera_i
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.wireless_camera_ii
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, #ccc 0, #fff 33%, #fff 86%, #ccc 100%);
}
.wireless_camera_iii
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.wireless_camera_iv
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, #ccc 0, #fff 33%, #fff 86%, #ccc 100%);
}
.wireless_camera_i h3, .wireless_camera_ii h3, .wireless_camera_iii h3, .wireless_camera_iv h3
{
	text-transform: uppercase;
	text-align:center;
}
.wireless_camera_i h5, .wireless_camera_ii h5, .wireless_camera_iii h5, .wireless_camera_iv h5
{
	font-weight: 600;
}















/* IP CAMERAS */

.ip_camera
{
	 width:100%; height:auto; background:url(../images/sky-back.jpg) no-repeat; background-size:cover;
}
.ip_camera h1
{
	color: #000;
    text-align: center;
    font-weight: 600;
}
.ip_camera_i
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.ip_camera_ii
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, #ccc 0, #fff 33%, #fff 86%, #ccc 100%);
}
.ip_camera_iii
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}

.ip_camera_i h3, .ip_camera_ii h3, .ip_camera_iii h3
{
	text-transform: uppercase;
	text-align:center;
}
.ip_camera_i h5, .ip_camera_ii h5, .ip_camera_iii h5
{
	font-weight: 600;
}








 	
/* Security DVR */

.sec_dvr
{
	 width:100%; height:auto; background:url(../images/sky-back.jpg) no-repeat; background-size:cover;
}
.sec_dvr h1
{
	color: #000;
    text-align: center;
    font-weight: 600;
}
.sec_dvr p
{
	text-align:center;
}
.sec_dvr_i
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.sec_dvr_ii
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, #ccc 0, #fff 33%, #fff 86%, #ccc 100%);
}

.sec_dvr_i h3, .sec_dvr_ii h3
{
	text-transform: uppercase;
	text-align:center;
}
.sec_dvr_i h5, .sec_dvr_ii h5
{
	font-weight: 600;
}

















/* GODREJ SECURITY */


figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1100px;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 528px;
	max-height: 360px;
	width: 48%;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 500;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}







.godr-sec
{
	 width:100%; height:auto; background:url(../images/sky-back.jpg) no-repeat; background-size:cover;
}
.godr-sec h1
{
	color: #000;
    text-align: center;
    font-weight: 600;
}
.godr-sec p
{
	text-align:center;
}
.godr-sec_i
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.godr-sec_ia
{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom: 40px;
}









/* GODREJSECURITY INSIDE */

.godr_in
{
	 width:100%; height:auto; margin-top: 10px; margin-bottom:10px;
}
.cooll
{
	 width:100%; height:45px; background-color:#3396ce; margin-top: 10px; margin-bottom:10px;
}
.cooll h2
{
	 color:#fff; text-align:center; margin-top: 0px; margin-bottom: 0px; padding-top: 7px;
}
.ggod
{
	 width:100%; height:auto; margin-bottom:10px;
}
.ggod h5
{
	text-align:center;
	font-weight:600;
}
.ggod p
{
	text-align:center;
}
.padd-b
{
	padding-bottom: 30px;
    border: 1px solid #eee;
}
.col-pad
{
	padding-left: 0px;
    padding-right: 0px;
}

.godr_in_i
{
	width:100%; height:auto; margin-top: 10px; margin-bottom:10px;
}
.ccooll
{
	 width:100%; height:45px; background-color:#3396ce; margin-top: 10px; margin-bottom:10px;
}
.ccooll h2
{
	color:#fff; text-align:center; margin-top: 0px; margin-bottom: 0px; padding-top: 7px;
}
.ggood
{
	 width:100%; height:auto; margin-bottom:10px;
}
.ggood h5
{
	text-align:center;
	font-weight:600;
}
.ggood p
{
	text-align:center;
}







/* BACK BUTTON */

/*.bkbtn
{
	float: right;
    background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
    border: 0px;
    padding: 2px 10px;
	    position: relative;
    right: 82px;
}*/

.bkbtn {
    float: right;
    background: linear-gradient(to bottom, #000 0, #000 33%, #000 86%, #000 100%);
    border: 0px;
    padding: 2px 10px;
    position: relative;
    right: 82px;
    color: #fff;
}
.bkbtn:hover
{
	color:#000;
	background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
	border:#000;
}
.gobk
{
	 width:100%; height:auto;
}


/* SOLUS */

/* HOME CCTV CAMERAS */
.hcctvc
{
	 width:100%; height:auto; margin-top: 10px; margin-bottom:10px;
}
.cctvcc {
    width: 100%;
    height: 45px;
    background-color: #3396ce;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cctvcc h2
{
	 color:#fff; text-align:center; margin-top: 0px; margin-bottom: 0px; padding-top: 7px;
}
.cctvcc p
{
	 text-align:center;
}

/* HOME ALARM SYSTEM */
.hasy
{
	 width:100%; height:auto; margin-top: 10px; margin-bottom:10px;
}
.hoas {
    width: 100%;
    height: 45px;
    background-color: #3396ce;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hoas h2
{
	 color:#fff; text-align:center; margin-top: 0px; margin-bottom: 0px; padding-top: 7px;
}
.hoas p
{
	 text-align:center;
}














/* BEST QUALITY DOOR LOCKS FROM KOREA */

.door_lock
{
	 width:100%; height:auto; background:url(../images/sky-back.jpg) no-repeat; background-size:cover;
}
.door_lock h1
{
	color: #000;
    text-align: center;
    font-weight: 600;
}

.door_a
{
	 width:100%; height:auto; padding-top:30px; padding-bottom:30px; background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.door_b
{
	 width:100%; height:auto; padding-top:30px; padding-bottom:30px; background: linear-gradient(to bottom, #ccc 0, #fff 33%, #fff 86%, #ccc 100%);
}
.door_c
{
	 width:100%; height:auto; padding-top:30px; padding-bottom:30px; background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.door_d
{
	 width:100%; height:auto; padding-top:30px; padding-bottom:30px; background: linear-gradient(to bottom, #ccc 0, #fff 33%, #fff 86%, #ccc 100%);
}
.door_e
{
	 width:100%; height:auto; padding-top:30px; padding-bottom:30px; background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.door_f
{
	 width:100%; height:auto; padding-top:30px; padding-bottom:30px; background: linear-gradient(to bottom, #ccc 0, #fff 33%, #fff 86%, #ccc 100%);
}
.door_g
{
	 width:100%; height:auto; padding-top:30px; padding-bottom:30px; background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.door_h
{
	 width:100%; height:auto; padding-top:30px; padding-bottom:30px; background: linear-gradient(to bottom, #ccc 0, #fff 33%, #fff 86%, #ccc 100%);
}
.door_i
{
	 width:100%; height:auto; padding-top:30px; padding-bottom:30px; background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}
.door_j
{
	 width:100%; height:auto; padding-top:30px; padding-bottom:30px; background: linear-gradient(to bottom, #ccc 0, #fff 33%, #fff 86%, #ccc 100%);
}
.door_k
{
	 width:100%; height:auto; padding-top:30px; padding-bottom:30px; background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%, #fff 86%, #dcdfe1 100%);
}







/* ========================================================================================================================================== */



/* FORWARD SAFE */ /*( yellathinum ee same class thenne aanu vilichekunnathu )*/

.fs
{
	width:100%; height:auto; padding-top: 30px; padding-bottom: 30px; background: linear-gradient(to bottom, #dcdfe1 0, #fff 33%);
}
.fs h2
{
	text-transform: uppercase;
}








/* ========================================================================================================================================== */



.aqaq
{
	   
}
.aaaaa
{
}











@media only screen and (min-width: ) and (max-width: )
{
}

@media only screen and (min-width: 100px) and (max-width: 600px)
{
	.submit {
    width: 65px !important;
	}
	.door_lock h1, .godr-sec h1, .sec_dvr h1, .ip_camera h1, .wireless_camera h1, .security_camera h1
	{
    font-size: 25px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.se_su {
    height: 370px !important;
	}
	
	
	
}

@media only screen and (min-width: 768px) and (max-width: 1199px)
{
	.home_iii {
    height: 90px !important;
    top: 210px !important;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
	.home_iv h2 {
    font-size: 29px !important;
	}
	
	.se_su {
    height: 320px !important;
	}
}

@media only screen and (min-width: 100px) and (max-width: 992px)
{
	
	
	.se_su {
    height: auto !important;
    padding-bottom: 30px !important;
	}
	.cnt
	{
		display:none !important;
	}
	
}
@media only screen and (min-width: 100px) and (max-width: 370px)
{
	.grid figure {
    min-width: 100% !important;
    max-width: 100% !important;
	}
}

@media only screen and (min-width: 371px) and (max-width: 683px)
{
	.grid figure {
    min-width: 0px !important;
	}
}

@media only screen and (min-width: 100px) and (max-width: 800px)
{
	.grid {
    padding: 0px 0 0px !important;
	}
	.grid figure h2 {
    font-size: 19px !important;
	}
}

@media only screen and (min-width: 100px) and (max-width: 500px)
{
	
	#cssmenu {
    width: 65% !important;
	}
	
	.cnt
	{
		display:none !important;
	}
	
	.aaaaa
	{
		width:100px !important;
		}
		
		
	.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 
	{
    height: 200px !important;
	}
	.hero h1 {
    font-size: 20px !important;
	}
	.hero h3 {
    font-size: 12px !important;
	}
	
	
	.h2h2 {
    margin-bottom: 7px !important;
    font-size: 21px !important;
    padding-top: 0px !important;
	}
	.n1n1 {
    font-size: 14px !important;
    line-height: 20px !important;
	}
	.whoweare {
    height: 400px !important;
	}
	.a0a0 {
    font-size: 10px !important;
	}
	
	
	.support {
    padding: 20px 0px 20px 0px !important;
	}
	.support h2 {
    font-size: 18px !important;
	}
	.support h4 {
    font-size: 11px !important;
	}
	.support h3 {
    font-size: 8px !important;
    margin-top: 10px !important;
	}
	.flex-container>div {
    margin: 0px !important;
    padding: 0px !important;
	}
	
	.home_iv h2 {
    font-size: 20px !important;
	}
	.home_v h2 {
    margin-top: 30px !important;
    font-size: 25px !important;
	}
	
	.keyfob_v h4 {
    font-size: 11px !important;
	}
	
	.qweqwe {
    position: relative !important;
    left: -16px !important;
    bottom: 0px !important; 
    float: left !important;
	}
	
	.aqaq {
		display:none !important;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 992px)
{
	.menudv
	{
		 padding-top: 0px !important;
	}
	
	.hero h1 
	{
    font-size: 62px !important;
	}
	.hero
	 {
		text-transform: none !important;
	}
	
	.home_iv h2 {
    font-size: 21px !important;
	}
	
	.homes {
    padding-bottom: 225px !important;
	}
	.homes_iii {
    height: 77px !important;
    top: 225px !important;
	}
	
	.grid figure p {
    font-size: 8px !important;
	}
	
	
	.qweqwe
	{
    position: initial !important;
    left: 0px !important;
    bottom: 0px !important;
    float: right !important;
	}
	
	.aqaq {
    padding-right: 0px !important;
	}
	
}

@media only screen and (min-width: 501px) and (max-width: 767px)
{
	.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 
	{
		height: 244px !important;
		}
		.hero h3 {
    margin-top: 5px !important;
    font-size: 18px !important;
    text-transform: none !important;
	}
	.hero h1 {
    font-size: 31px !important;
	}
	
	.h2h2 {
    padding-top: 0px !important;
	}
	
	
	.aqaq 
	{
    position: absolute !important;
	}
	
	/*.qweqwe {
    position: relative !important;
    left: 252px !important;
    bottom: 93px !important;
    float: right !important;
	}*/
	
}

@media only screen and (min-width: 641px) and (max-width: 767px)
{
	.support h3 {
    font-size: 19px !important;
	}
	
	.flex-container>div {
    margin: 0px !important;
    padding: 0px !important;
	}
}

@media only screen and (min-width: 500px) and (max-width: 640px)
{
	.support h3 {
    font-size: 15px !important;
	}
	
	.flex-container>div {
    margin: 0px !important;
    padding: 0px !important;
	}
}

@media only screen and (min-width: 100px) and (max-width: 767px)
{
	
	#cssmenu
	{
		position: absolute !important;
		right: 20px !important;
		 bottom: 3px !important;
	}
	#cssmenu ul 
	{
		width: 94% !important;
		float: right !important;
	}
	
	.whoweare
	{
		display:none !important;
	}
	.whowearemob
	{
		display:block !important;
		padding-top: 20px !important;
    padding-bottom: 30px !important;
	}
	
	.footer {
    padding-top: 50px !important;
	    text-align: center !important;
	}
	
	.first h2 {
    padding-bottom: 10px !important;
    padding-top: 30px !important;
	}
	
	.homece {
    padding-top: 20px !important;
	}
	
	
	.home_iii
	{
		display:none !important;
	}
	.home_i {
    height: 250px !important;
	}
	.home_ii h5 {
    font-size: 16px !important;
	}
	.home_ii {
    height: auto !important;
	}
	
	.keyfob_vi {
    padding-top: 20px !important;
	}	
	.keyfob_2i {
    margin-top: 290px !important;
	padding-right:0px !important;
	}
	.keyfob_2ii {
    padding-left: 0px !important;
	}
	.keyfob_x
	{
		display:none !important;
	}
	.mosen_iv
	{
		display:none !important;
	}
	.mosen_mar {
    margin-top: 0px !important;
	}
	.butt_v h2 {
		text-align:center !important;
	}
	.butt_v p {
		text-align:center !important;
		}
		
		.homes_iii
		{
			display: none !important;
		}
		
		.homes {
    background-position: 50% 50% !important;
	}
	
	.homs_mob
	{
		display:block !important;
	}
	.homs
	{
		display:none !important;
	}
	
	
	.abt {
    background-position: 65% 50% !important;
	}
	.abt_i {
    padding-top: 25px !important;
	}
	
	.ca_i
	{
		display: none !important;
	}
	.cchh {
    text-align: center !important;
	}
	.contact-us-detail {
    left: 35% !important;
	}
	
	.grid figure p
	{
		display: none !important;
	}
	.bkbtn {
    right: auto !important;
	}
	.col-pad {
    padding-left: 15px;
    padding-right: 15px;
	}
	
	
	.contact-us-detail
	{
		display:none !important;
	}
	
	.aqaq
	{
		display: none !important;
	}
	
	.yyy
	{
		display: block !important;
	}

}



.yyy
{
	display:none;
}










