body{
	padding:0;
	margin: 0;
	overflow-x: hidden;
}

p{
	padding: 0; margin: 0;
}
img{
	height: 0 auto;
}

.t-c{
	text-align: center !important;
}
.t-l{
	text-align: left !important;
}
.t-r{
	text-align: right !important;
}
.no-padding{
	padding: 0;
}
.center_contanier{
	width: 1200px; margin:0 auto;
}
.smallcenter_contanier{
	width: 1000px; margin:0 auto;
}
.smallcenter_contanier_md{
	width: 1050px; margin:0 auto;
}
.small_net_center_contanier {
    width: 900px;
    margin: 0 auto;
}
.center_big_contanier{
	width: 1290px; margin:0 auto;
}
.center_smallbig_contanier{
	width: 400px; margin:0 auto;
}
.mar_1{
	margin-top: 5px;
}
.mar_2{
	margin-top: 10px;
}

.mar_3{
	margin-top: 15px;
}
.mar_4{
	margin-top: 20px;
}
.mar_5{
	margin-top: 25px;
}
.mar_6{
	margin-top: 30px;
}
.mar_7{
	margin-top: 35px;
}
.mar_8{
	margin-top: 40px;
}
.mar_9{
	margin-top: 45px;
}
.mar_10{
	margin-top: 50px;
}
.mar_11{
	margin-top: 55px;
}
.mar_12{
	margin-top: 60px;
}
.mar_13{
	margin-top: 65px;
}
.mar_14{
	margin-top: 70px;
}
.mar_15{
	margin-top: 75px;
}
.mar_16{
	margin-top: 80px;
}
.mar_17{
	margin-top: 85px;
}
.mar_18{
	margin-top: 90px;
}
.mar_19{
	margin-top: 95px;
}
.mar_20{
	margin-top: 100px;
}
/*==== Back To Top Start ====*/
#return-to-top {
  position: fixed;
  bottom: 70px;
  right:20px;
  background: #ff1749;
  width:45px;
  height:45px;
  line-height:45px;
  text-align:center;
  border: 2px solid #fff;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display:none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  box-shadow:4px 4px 5px 0px rgba(50, 50, 50, 0.2);
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  font-size:19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*-------vistaclosets_galery_panel--------*/
.vistaclosets_galery_panel {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 20px;
}
.vistaclosets_galery_panel .thumbnail {
    width: 100%;
}
.vistaclosets_galery_panel h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 29px;
    color: #333333;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 8px;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.vistaclosets_galery_panel h2 span {
	font-weight: 900;
	color: #333333;
}

.vistaclosets_galery_panel h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    padding-right: 223px;
    margin-top: 11px;
    padding-left: 15px;
    line-height: 28px;
}
.gsmtwo img {
    width: 100%;
    margin-bottom: 6px;
    border-radius: 3px;
    border: 3px solid #ffffff;
    height: 279px;
    object-fit: cover;
    object-position: center;
}
.overlaytwo{
    position: absolute;
    top: 14px;
    bottom: 0px;
    left: 28px;
    right: 0;
    height: 245px;
    width: 85%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(00, 00, 00,0.6);
}
.gsmtwo:hover .overlaytwo {
  opacity: 1;
}
.texttwoo {
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
    font-size: 45px;
    position: absolute;
    font-weight: 400;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 4px 18px;
    width: 100%;
    text-align: center;
    line-height: 25px;
}

.texttwoo span {
   color: #ff5000;
}
/*----------securitysysteminstallation_panel_one--------------*/

.securitysysteminstallation_panel_one {
	width: 100%;
	float: left;
	background-color: #131313;
}
.securitysysteminstallation_panel_one .call_information {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 11px;
    font-weight: 500;
    line-height: 31px;
}
.securitysysteminstallation_panel_one .call_information span {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #ffffff;
    float: left;
    background-color: #ff1749;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 28px;
    margin-right: 14px;
}
.securitysysteminstallation_panel_one .call_information ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}
.securitysysteminstallation_panel_one .call_information ul li {
	float: left;
	padding: 0px 6px;
}
.securitysysteminstallation_panel_one .call_information ul li a {
	color: #ffffff;
	text-decoration: none;
}
.securitysysteminstallation_panel_one .smlids_readmore {
    background-color: #ff1749;
    color: #ffffff;
    padding: 16px 54px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin: 0px 0px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    float: right;
    width: auto;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
}
.securitysysteminstallation_panel_one .smlids_readmore:hover {
	background-color: #4c4848;
}
/*----------securitysysteminstallation_panel_one--------------*/

/*----------securitysysteminstallation_panel_two--------------*/

.securitysysteminstallation_panel_two {
	width: 100%;
	float: left;
	padding-top: 13px;
	padding-bottom: 10px;
}
.securitysysteminstallation_panel_two .main_logo {
	width: 99%;
	float: left;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar-default .navbar-nav li a {
    font-size: 14px;
    color: #040404;
    font-family: 'Montserrat', sans-serif;
    padding: 12px 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 17px;
}

.navbar-nav {
    float: right;
    margin-top: 3px;
    padding-right: 15px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-nav > li {
    float: left;
    margin-top: 0px;
    text-align: center;
}
.navbar-nav > li:first-child {
    background: none;
}

.navbar-collapse {
   padding-right: 0px;
   padding-left: 0px; 
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 0px 12px;
}
.navbar {
    margin-bottom: 0px !important;
    min-height: auto !important;
    border: none;
    border-radius: 0px;
}
.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .active a:hover {
    background:transparent !important;
    color: #ff1749;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background:transparent !important;
    color: #ff1749;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background:transparent !important;
    color: #efb929;
}
.securitysysteminstallation_panel_two .social_ic {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    float: right;
    width: auto;
    margin-top: 9px;
    padding-right: 8px;
}
.securitysysteminstallation_panel_two .social_ic ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.securitysysteminstallation_panel_two .social_ic ul li {
	float: left;
}

.securitysysteminstallation_panel_two .social_ic ul li a {
    color: #ff1749;
    text-decoration: none;
    width: 35px;
    height: 35px;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    margin-left: 18px;
    background-color: rgba(255,23,73,0.2);
    margin-top: 0px;
}
/*----------securitysysteminstallation_panel_two--------------*/

/*---------------------ifixanyfone_slider----------------------*/
.ifixanyfone_slider {
    width: 100%;
    float: left;
    position: relative;
}

.bs-slider{
    overflow: hidden;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #ff1749;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 0;
}
.control-round .carousel-control.right {
    right: 0;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 87%;
    bottom: 12%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background:#2aa742;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #2aa742;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/


.slide-text {
    left: 0;
    top: 27%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 56px;
}
.slide-text > h1 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-style: normal;
    text-align: center;
    width: 41%;
    float: left;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #131313;
    margin-top: 0px;
    height: 47px;
}
.slide-text > h2 {
    color: #fdfdfd;
    font-family: 'Playfair Display', serif;
    font-size: 73px;
    font-style: normal;
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 21px;
}
.slide-text > h1 span {
	color: #ffffff;
	background: #ff1749;
	padding: 0px 24px;
	float: left;
}
.slide-text > p {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #131313;
    font-size: 33px;
    line-height: 42px;
    animation-delay: 1.1s;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 27px;
    float: left;
    text-transform: uppercase;
    padding-right: 650px;
}
.slide-text > p span {
	color: #60af3c;
	font-weight: bold;
}
.slide-text >.col-sm-12 a.btn-default {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 19px;
    line-height: 0px;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0px;
    display: inline-block;
    animation-delay: 2s;
    margin-left: 0px;
    width: auto;
    border: none;
    text-transform: uppercase;
    margin-top: 14px;
    background-color: #ff1749;
    padding: 29px 36px;
    font-weight: 600;
    border-radius: 0px;
}
.slide-text >.col-sm-12 a.btn1-default {
    font-family: 'Barlow Condensed', sans-serif;
    color: #ffffff;
    font-size: 21px;
    line-height: 0px;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0px;
    display: inline-block;
    animation-delay: 2s;
    margin-left: 0px;
    width: auto;
    padding-bottom: 24px;
    border: 3px solid #f79828;
    text-transform: uppercase;
    margin-top: 12px;
    background-color: #f79828;
    padding: 25px 31px;
    font-weight: 600;
    border-radius: 40px;
}

.slide-text > a.btn-default {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 26px;
    line-height: 0px;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0px;
    display: inline-block;
    animation-delay: 2s;
    margin-left: 0px;
    width: auto;
    padding-bottom: 24px;
    border-radius: 30px;
    border: 3px solid #fff;
    text-transform: uppercase;
    margin-top: 37px;
    background-color: transparent;
    padding: 27px 46px;
    font-weight: 600;
    margin-left: 270px;
}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #b0389e;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #2aa742;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


.di{
	padding: 1px 0px;
}



/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
/*---------------------ifixanyfone_slider----------------------*/

/*----------securitysysteminstallation_panel_three--------------*/

.securitysysteminstallation_panel_three {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.securitysysteminstallation_panel_three h2 {
    color: #131010;
    font-family: 'Montserrat', sans-serif;
    font-size: 43px;
    text-align: left;
    width: 100%;
    margin-top: 19px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 59px;
}
.securitysysteminstallation_panel_three h3 {
    color: #131010;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    text-align: left;
    width: 100%;
    margin-top: 27px;
    font-weight: 700;
    text-transform: capitalize;
    padding-left: 20px;
}
.securitysysteminstallation_panel_three p {
    color: #131010;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width: 100%;
    margin-top: 9px;
    font-weight: 500;
    text-align: left;
    line-height: 32px;
}
.securitysysteminstallation_panel_three .smlids_readmore {
    background-color: #ff1749;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 27px;
    margin: 0px 0px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    float: left;
    border-radius: 50%;
    width: 60px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    height: 60px;
}
.securitysysteminstallation_panel_three .about_picd {
	width: 100%;
}
/*----------securitysysteminstallation_panel_three--------------*/

/*----------securitysysteminstallation_panel_four--------------*/

.securitysysteminstallation_panel_four {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f8f8f8;
}
.securitysysteminstallation_panel_four h2 {
    color: #131010;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 62px;
    text-align: center;
    width: 100%;
    margin-top: 59px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 59px;
    float: left;
}
.securitysysteminstallation_panel_four h2 span {
    font-size: 43px;
    width: 100%;
    float: left;
}
.securitysysteminstallation_panel_four .sreadmore {
    background-color: #ff1749;
    color: #ffffff;
    padding: 20px 58px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 0px 0px;
    cursor: pointer;
    font-family: 'Barlow Condensed', sans-serif;
    float: none;
    border-radius: 96px;
    width: auto;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}
.securitysysteminstallation_panel_four .sreadmore:hover {
	    background-color: #131313;
}
.securitysysteminstallation_panel_four .white_box_new {
	width:100%;
	float: left;
	background-color: #ffffff;
	padding: 36px 39px;
	margin-bottom: 39px;
	border: 1px solid #f0f0f0;
	box-shadow: 0px 0px 10px -5px #8c8989;
}

.securitysysteminstallation_panel_four .white_box_new  h3 {
    color: #131010;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 21px;
    text-align: center;
    width: 100%;
    margin-top: 27px;
    font-weight: 700;
    text-transform: capitalize;
    float: left;
}

.securitysysteminstallation_panel_four .white_box_new  h3 a{
	text-decoration: none;
	color: #131010;
}
.securitysysteminstallation_panel_four .white_box_new:hover  h3 a{
	color: #ff1749;
}
.securitysysteminstallation_panel_four .white_box_new  p {
    color: #131010;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width: 100%;
    margin-top: 9px;
    font-weight: 500;
    text-align: center;
    line-height: 29px;
}
.securitysysteminstallation_panel_four .white_box_new:hover  p{
	color: #696969;
}
.securitysysteminstallation_panel_four .white_box_new .smallreadmore {
    background-color: #ff1749;
    color: #ffffff;
    padding: 11px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin: 0px 0px;
    cursor: pointer;
    font-family: 'IBM Plex Sans', sans-serif;
    float: none;
    border-radius: 96px;
    width: auto;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}
.securitysysteminstallation_panel_four .white_box_new:hover .smallreadmore {
    background-color: #131313;	
}
.securitysysteminstallation_panel_four .white_box_new .service_icone_pic {
	width: 100%;
	height: 100px;
	object-fit: contain;
}
.securitysysteminstallation_panel_four .white_box_new:hover .service_icone_pic {
	filter: grayscale(1);
}
/*----------securitysysteminstallation_panel_four--------------*/

/*----------securitysysteminstallation_panel_five--------------*/

.securitysysteminstallation_panel_five {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.securitysysteminstallation_panel_five .house_pic {
	width: 100%;
	float: left;
}
.securitysysteminstallation_panel_five h2 {
    color: #131010;
    font-family: 'Montserrat', sans-serif;
    font-size: 43px;
    text-align: left;
    width: 100%;
    margin-top: 9px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 59px;
}
.securitysysteminstallation_panel_five p {
    color: #131010;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    width: 100%;
    margin-top: 3px;
    font-weight: 500;
    text-align: left;
    line-height: 29px;
}
.securitysysteminstallation_panel_five .smlids_readmore_pic {width: 70%;float: left;}
/*----------securitysysteminstallation_panel_five--------------*/
/*----------securitysysteminstallation_panel_six--------------*/

.securitysysteminstallation_panel_six {
	width: 100%;
	float: left;
	padding-top: 60px;
	padding-bottom: 60px;
	background: url('../images/bigg.png') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.securitysysteminstallation_panel_six  .pink_box {
	width: 100%;
	float: left;
	background-color: rgba(255,255,255,0.6);
	height: 240px;
}
.securitysysteminstallation_panel_six .pink_box h2 {
    color: #131010;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 82px;
    text-align: center;
    width: 100%;
    margin-top: 49px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 74px;
    float: left;
}
.securitysysteminstallation_panel_six .pink_box h2 span {
    font-size: 50px;
    width: 100%;
    float: left;
}
.securitysysteminstallation_panel_six  .pink_tow {
	width: 100%;
	float: left;
	background-color: rgba(255,23,73,0.8);
	padding: 11px 50px;
}
.securitysysteminstallation_panel_six .tio_img {
	
}
.securitysysteminstallation_panel_six .pink_tow .sma_ser_navi {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    float: inherit;
    width: 100%;
    text-align: left;
    margin-top: 26px;
    text-transform: uppercase;
    padding-left: 30px;
}

.securitysysteminstallation_panel_six .pink_tow .sma_ser_navi ul {
    padding: 0px;
    margin: 0px;
    list-style-image: url(../images/ad.png);
    margin-left: 20px;
}
.securitysysteminstallation_panel_six .pink_tow .sma_ser_navi ul li {
    float: left;
    width: 100%;
    padding: 8px 7px;
}
.securitysysteminstallation_panel_six .pink_tow .sma_ser_navi ul li a {
	color: #ffffff;
	text-decoration: none;
}

/*----------securitysysteminstallation_panel_six--------------*/

/*----------securitysysteminstallation_panel_saven--------------*/

.securitysysteminstallation_panel_saven {
	width: 100%;
	float: left;
	padding-top: 60px;
	padding-bottom: 0px;
}
.securitysysteminstallation_panel_saven .cam_picture {
	width: 80%;
	float: right;
}
.securitysysteminstallation_panel_saven h2 {
    color: #131010;
    font-family: 'Montserrat', sans-serif;
    font-size: 53px;
    text-align: left;
    width: 100%;
    margin-top: 39px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 59px;
}
.securitysysteminstallation_panel_saven h2 span {
	color: #ff1749;
	width: 100%;
	float: left;
}
.securitysysteminstallation_panel_saven p {
    color: #131010;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width: 100%;
    margin-top: 13px;
    font-weight: 500;
    text-align: left;
    line-height: 29px;
    float: left;
}

/*----------securitysysteminstallation_panel_saven--------------*/
/*----------securitysysteminstallation_panel_eight--------------*/

.securitysysteminstallation_panel_eight {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
.securitysysteminstallation_panel_eight .pin_box {
	width: auto;
	float: right;
	background-color: #ff1749;
	padding: 70px 8px;
}
.securitysysteminstallation_panel_eight .pin_box h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 74px;
    text-align: center;
    width: 100%;
    margin-top: 9px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 46px;
}
.securitysysteminstallation_panel_eight .pin_box h2 span {width: 100%;float: left;font-size: 16px;line-height: 25px;margin-top: 10px;}
.securitysysteminstallation_panel_eight .pin_box h2 a {
    color: #ffffff;
	text-decoration: none;
}
.securitysysteminstallation_panel_eight .black_box {
	width: 100%;
	float: left;
	background-color: #282828;
	padding: 40px 8px;
}
.securitysysteminstallation_panel_eight .black_box h3 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    text-align: center;
    width: 100%;
    margin-top: 63px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 34px;
}
.securitysysteminstallation_panel_eight .black_box h3 span{font-size: 16px;float: left;width: 100%;}
.securitysysteminstallation_panel_eight .black_box  .pdt_poi {
	width: 73%;
}

/*---------------------mobile_machnic_service_panel_five----------------------*/
.mobile_machnic_service_panel_five {
	width:100%;
	float: left;
}
.mobile_machnic_service_panel_five .left_panel {
	width: 100%;
	float: left;
	background: url('../images/left.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	height: 540px;
}
#testimonial4 {
    overflow: hidden;
    position: relative;
    float: none;
    padding-bottom: 0px;
    width: 90%;
    margin: 0 auto;
}
#testimonial4 .carousel-inner{
  width: 85%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 0px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  margin: 2px 3px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 235px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 0%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 0%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  position: relative;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.testimonial4_header h4 span{
  color: #B7026D;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0px;
  position: relative;
  text-align: center;
  padding-bottom: 49px;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.testimonial4_slide p {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 15px;
    margin: 64px 0 40px 0;
    padding: 0px 10px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
}
.testimonial4_slide h4 {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  margin-top: 29px;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.mobile_machnic_service_panel_five .right_panel {
	width: 100%;
	float: left;
	height: 540px;
	padding: 30px;
	background-color: #ff1749;
}

.mobile_machnic_service_panel_five h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 41px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 46px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 40px;
}
.mobile_machnic_service_panel_five h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 14px;
}
.mobile_machnic_service_panel_five h6 {
    font-family: 'Heebo', sans-serif;
    font-size: 31px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 16px;
    text-align: left;
    font-weight: 600;
    text-transform: revert;
    margin-top: 34px;
    padding-left: 36px;
}
.mobile_machnic_service_panel_five .new_textpan {
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 16px;
    text-align: left;
    font-weight: 400;
    margin-top: 14px;
    padding-left: 20px;
    padding-right: 15px;
    line-height: 31px;
}
.mobile_machnic_service_panel_five .new_textpan ul {
	padding: 0;
	margin: 0;
	list-style-type: disclosure-closed;
	padding-left: 35px;
}
.mobile_machnic_service_panel_five .new_textpan ul li {
	width: 100%;
	float: left;
	padding: 10px 0px;
}
.mobile_machnic_service_panel_five h3 span {
	  font-weight: 700;
}
.mobile_machnic_service_panel_five .in_form {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    float: left;
    width: 97%;
    background-color: transparent;
    padding: 13px;
    border: 1px solid #fff;
    outline: none;
}
.mobile_machnic_service_panel_five .in_form2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    float: left;
    width: 99%;
    background-color: transparent;
    padding: 9px;
    border: 1px solid #fff;
    height: 156px;
    outline: none;
}

.mobile_machnic_service_panel_five .readmore1 {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    border: none;
    color: #ff1749;
    width: auto;
    font-size: 19px;
    font-weight: 600;
    padding: 14px 30px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 13px auto;
    border-radius: 35px;
    outline: none;
}
.mobile_machnic_service_panel_five .readmore1:hover {
	 background-color: #0c0c0c;
	 transition: 0.7s;
}

.mobile_machnic_service_panel_five ::-webkit-input-placeholder { /* Edge */
  color: #ffffff;
}

.mobile_machnic_service_panel_five :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

.mobile_machnic_service_panel_five ::placeholder {
  color: #ffffff;
}
/*----------mobile_machnic_service_panel_five--------------*/

/*----------securitysysteminstallation_panel_nine--------------*/

.securitysysteminstallation_panel_nine {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.securitysysteminstallation_panel_nine h2 {
    color: #000000;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 26px;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    font-weight: 700;
}
.securitysysteminstallation_panel_nine h3 {
    color: #000000;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 38px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 10px;
}
.securitysysteminstallation_panel_nine  .blog_pink {
	background-color: #ff1749;
	width: 100%;
	float: left;
}
.securitysysteminstallation_panel_nine .blog_pink h4 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    text-align: center;
    width: 100%;
    margin-top: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.securitysysteminstallation_panel_nine .blog_pink p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-weight: 500;
    padding: 0px 31px;
    float: left;
}
.securitysysteminstallation_panel_nine .blog_pink .read_blog {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    border: none;
    color: #ff1749;
    width: auto;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 16px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 19px auto;
    border-radius: 30px;
    outline: none;
}
.securitysysteminstallation_panel_nine .blog_pink .read_blog:hover {
	 background-color: #0c0c0c;
	 transition: 0.7s;
}
.securitysysteminstallation_panel_nine .blog_pink .blog_picture {
	width: 100%;
	float: left;
	height: 250px;
	object-fit: cover;
	object-position: center;
}
.securitysysteminstallation_panel_nine .blog_pink h5 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-top: 21px;
    font-weight: 700;
    padding: 0px 40px;
}
.securitysysteminstallation_panel_nine .blog_pink h5 a {
	color: #ffffff;
	text-decoration: none;
}
.securitysysteminstallation_panel_nine .blog_picture_two {
	width: 100%;
	float: left;
	height: 317px;
	object-fit: cover;
	object-position: center;
}
/*----------securitysysteminstallation_panel_nine--------------*/
/*----------securitysysteminstallation_panel_ten--------------*/

.securitysysteminstallation_panel_ten {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #222629;
}
.securitysysteminstallation_panel_ten p {
    color: #ffffff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13px;
    text-align: left;
    width: 100%;
    margin-top: 29px;
    font-weight: 400;
    float: left;
    padding-right: 110px;
    line-height: 29px;
}
.securitysysteminstallation_panel_ten .futter_logo {
	width: 60%;
}
.securitysysteminstallation_panel_ten .social_ic {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width: auto;
    margin-top: 27px;
    padding-right: 8px;
}
.securitysysteminstallation_panel_ten .social_ic ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.securitysysteminstallation_panel_ten .social_ic ul li {
	float: left;
}

.securitysysteminstallation_panel_ten .social_ic ul li a {
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    margin-right: 10px;
    background-color: #535353;
    margin-top: 0px;
}
.securitysysteminstallation_panel_ten .futter_panel_navi {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    float: inherit;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    text-transform: uppercase;
}

.securitysysteminstallation_panel_ten .futter_panel_navi ul {
    padding: 0px;
    margin: 0px;
    list-style-image: url(../images/ar.png);
    margin-left: 20px;
}
.securitysysteminstallation_panel_ten .futter_panel_navi ul li {
    float: left;
    width: 100%;
    padding: 7px 7px;
}
.securitysysteminstallation_panel_ten .futter_panel_navi ul li a {
	color: #ffffff;
	text-decoration: none;
}
.securitysysteminstallation_panel_ten h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.viewbox-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(49, 45, 42, 0.8);
    z-index: 700;
}
.viewbox-body{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	overflow: auto;
}
.viewbox-header{
	margin: 10px;
}
.viewbox-content{
	margin: 10px;
	width: 300px;
	height: 300px;
}
.viewbox-footer{
	margin: 10px;
}
.viewbox-content .viewbox-image{
	width: 100%;
	height: 100%;
}

/* buttons */
.viewbox-button-default{
	cursor: pointer;
    height: 64px;
    width: 64px;
}
.viewbox-button-default > svg{
	width: 100%;
	height: 100%;
	background: inherit;
	fill: inherit;
	pointer-events: none;
	transform: translateX(0px);
}
.viewbox-button-default{
	fill: #fff;
}
.viewbox-button-default:hover{
    fill: #fff;
}

.viewbox-button-close{
	position:absolute;
	top:10px;
	right: 10px;
	z-index:9;
}
.viewbox-button-full-screen{
	position:absolute;
	top:84px;
	right: 10px;
	z-index:9;
}
.viewbox-button-next,
.viewbox-button-prev{
	position:absolute;
	top: 50%;
	height: 128px;
    width: 128px;
	margin: -64px 0 0;
	z-index:9;
}
.viewbox-button-next{
	right: 10px;
}
.viewbox-button-prev{
	left: 10px;
}
@media (max-width: 480px) {
	.viewbox-button-close{
		top: 0;
		right: 0;
	}
	.viewbox-button-next,
	.viewbox-button-prev{
		height: 81px;
    	width: 81px;
		margin-top: -40px;
	}
	.viewbox-button-next{
		right:-15px;
	}
	.viewbox-button-prev{
		left:-15px;
	}
}

/* loader */
.viewbox-container .loader{
	widows: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-25px 0 0 -25px;
}
.viewbox-container .loader *{
	margin: 0;
	padding: 0;
}
.viewbox-container .loader .spinner{
	width: 50px;
	height: 50px;
	position: relative;
	margin: 0 auto;
}
.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #999;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.viewbox-container .loader .double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.gsm img {
    width: 100%;
    margin-bottom: 6px;
    border-radius: 3px;
    border: 3px solid #ffffff;
    height: 89px;
    object-fit: cover;
    object-position: center;
}

.thumbnail {
  border: none;

}
@-webkit-keyframes sk-bounce{
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce{
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: -2px;
    border-radius: 0px;
    width: 95%;
}
.overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0;
    height: auto;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(00, 00, 00,0.6);
}
.gsm:hover .overlay {
  opacity: 1;
}
.text {
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
    font-size: 31px;
    position: absolute;
    font-weight: 400;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 4px 18px;
    width: 100%;
    text-align: center;
    line-height: 25px;
}

.text span {
   color: #ff5000;
}

/*----------securitysysteminstallation_panel_ten--------------*/
/*----------securitysysteminstallation_panel_eleven--------------*/

.securitysysteminstallation_panel_eleven {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 13px;
	background-color: #ff1749;
}
.securitysysteminstallation_panel_eleven .futter_panel_navi {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 21px;
    color: #ffffff;
    font-weight: 500;
    float: initial;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    display: flex;
    align-content: space-between;
    justify-content: space-around;
}
.securitysysteminstallation_panel_eleven .futter_panel_navi .pop_info {width: 48px;float: left;margin-top: 0px;height: 42px;object-fit: contain;}
.securitysysteminstallation_panel_eleven .futter_panel_navi ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.securitysysteminstallation_panel_eleven .futter_panel_navi ul li {
    float: left;
    padding: 0px 38px;
    border-left: 1px solid #fffafb;
    line-height: 38px;
}
.securitysysteminstallation_panel_eleven .futter_panel_navi ul li:first-child {
	border-left: none;
}
.securitysysteminstallation_panel_eleven .futter_panel_navi ul li a {
	color: #ffffff;
	text-decoration: none;
}
/*----------securitysysteminstallation_panel_eleven--------------*/

/*----------securitysysteminstallation_panel_twoelve--------------*/

.securitysysteminstallation_panel_twoelve {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #222629;
}
.securitysysteminstallation_panel_twoelve h2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.securitysysteminstallation_panel_twoelve h2 a {
	text-decoration: none;
	color: #ffffff;
}
/*----------securitysysteminstallation_panel_twoelve--------------*/
/*--------inner_baner----------*/
.inner_banner {
    width: 100%;
    float: left;
    padding-bottom: 40px;
    margin-top: 0px;
    background-color: #ff1749;
    padding-top: 30px;
}
.inner_banner h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 50px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 500;
}
.inner_banner h2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 700;
}
.inner_banner h2 a {
	text-decoration: none;
	color: #101010;
}
/*--------inner_baner----------*/

/*--------inner_contact_page----------*/
.inner_contact_page {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 30px;
}
.inner_contact_page .vip_inform {
    width: 98%;
    float: left;
}
.inner_contact_page .in_form {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 400;
    float: left;
    width: 98%;
    background-color: #fff;
    padding: 20px 10px;
    border: 1px solid #c7c7c7;
    outline: none;
    border-radius: 10px;
}
.inner_contact_page .in_form2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 400;
    float: left;
    width: 99%;
    background-color: #fff;
    padding: 9px;
    height: 135px;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
}

.inner_contact_page .readmore1 {
    font-family: 'IBM Plex Sans', sans-serif;
    background-color: #272728;
    border: none;
    color: #ffffff;
    width: auto;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 32px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 13px auto;
    border-radius: 35px;
    margin-bottom: 48px;
}
.inner_contact_page .readmore1:hover {
	background-color: #df0808;
}

.inner_contact_page h2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
}

.inner_contact_page h3 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: left;
    margin-top: 20px;
    line-height: 25px;
}

.inner_contact_page h3 span {
}

.inner_contact_page .timeing_nav {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 500;
    text-align: left;
    margin-top: 0px;
    line-height: 36px;
}

.inner_contact_page .timeing_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.inner_contact_page .timeing_nav ul li {
	float: left;
	width: 100%;
	padding: 4px 0px;
}
.inner_contact_page .timeing_nav ul li a {
    color: #2b2a2a;
    text-decoration: none;
}
.inner_contact_page .timeing_nav .sup_cla{
    font-family: 'Saira', sans-serif;
    font-size: 13px;
    color: #ffffff;
    background-color: #ff1749;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    margin-right: 17px;
}

.inner_contact_page .social_ic {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width: auto;
    margin-top: 8px;
    padding-right: 17px;
}
.inner_contact_page .social_ic ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.inner_contact_page .social_ic ul li {
	float: left;
}

.inner_contact_page .social_ic ul li a {
    color: #ffffff;
    text-decoration: none;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    margin-left: 10px;
}
.inner_contact_page .social_ic ul li:first-child a {
    background-color: #3b5998;
    margin-left: 0px;
}
.inner_contact_page .social_ic ul li:first-child a:hover {
    background-color: #1a25b9;

}
.inner_contact_page .social_ic ul li:nth-child(2) a {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.inner_contact_page .social_ic ul li:nth-child(2) a:hover {
    background-color: #0b86f4;
}
.inner_contact_page .social_ic ul li:nth-child(3) a {
    background-color: #bc0606;
}
.inner_contact_page .social_ic ul li:nth-child(3) a:hover {
    background-color: #bc0606;
}
.inner_contact_page .social_ic ul li:nth-child(4) a {
    background-color: #09b7f9;
}
.inner_contact_page .social_ic ul li:nth-child(4) a:hover {
    background-color: #009edb;
}
.inner_contact_page .social_ic ul li:nth-child(5) a {
    background-color: #0fd202;
}
.inner_contact_page .social_ic ul li:nth-child(5) a:hover {
    background-color: #0fd202;
}

.inner_contact_page h4 {
    font-family: 'Mulish', sans-serif;
    font-size: 25px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 19px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    margin-top: 0px;
}
.inner_contact_page h5{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 31px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: center;
    margin-top: 0px;
}
.inner_contact_page .ex_ma_loca {
	width:100%;
	float: left;
	border: 4px solid #c5c5c5;
	margin-top: 31px;
	height: 350px;
}
.inner_contact_page  .der_set {
	width: 100%;
	float: left;
	border: 1px solid #dbdbdb;
	padding: 20px;
	margin-bottom: 20px;
}

.inner_contact_page  .mapping_box {
	width: 100%;
	float: left;
	height: 200px;
}

.inner_contact_page .wer_padd {
	width: 100%;
	float: left;
	margin-top: 0px;
	background-color: #ff1749;
	padding: 37px;
}
/*--------inner_contact_page----------*/
/*---------------body_panel4---------------*/

.body_panel4 {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 40px;
}
.body_panel4  h2 {
    color: #858585;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    text-align: center;
    width: 100%;
    font-weight: 400;
}

.body_panel4 .border {
	
}
.body_panel4 h3 {
    color: #c72d5c;
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    margin-top: 10px;
    float: left;
    margin-bottom: 40px;
}
.body_panel4 p {
    color: #858585;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-align: center;
    width: 58%;
    font-weight: 400;
    float: left;
    line-height: 29px;
    margin-left: 237px;
    margin-top: -20px;
}

.body_panel4 .map_box {
    border: 3px solid #e3e3e3;
    width: 100%;
    float: left;
    padding: 20px 10px;
    background-color: #ff1749;
}
.body_panel4 .amp_are {
	width: 90%;
	height: 173px;
	border: none;
	border-radius: 3%;
}

.body_panel4 h4 {
    color: #ffffff;
    font-family: 'Heebo', sans-serif;
    font-size: 17px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    float: left;
    margin-top: 18px;
    text-transform: uppercase;
}
.body_panel4 .button4 {
    background-color: #1c1c1c;
    color: #ffffff;
    padding: 7px 13px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    float: none;
    width: auto;
    border: none;
    font-weight: 600;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 17px;
    border-radius: 6px;
}
.body_panel4 .button4:hover {
    background-color: #f9f9f9;
    color: #ff1749;
}
/*----------body_panel4--------------*/
/*----------securitysysteminstallation_panel_therteen-------------*/

.securitysysteminstallation_panel_therteen {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 60px;
}
.securitysysteminstallation_panel_therteen .main_service_box_desgn {
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding-bottom: 20px;
	margin-top: 30px;
	border-radius: 10px;
	box-shadow: 2px 8px 10px 3px #e3e3e3;
}
.securitysysteminstallation_panel_therteen .main_service_box_desgn .ser_pic {
    width: 100%;
    height: 275px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.securitysysteminstallation_panel_therteen .main_service_box_desgn .services_icon {
    background-color: #ffffff;
    color: #ff1749;
    padding: 16px 18px;
    text-align: center;
    text-decoration: none;
    font-size: 27px;
    margin: 0px 0px;
    cursor: pointer;
    font-family: 'IBM Plex Sans', sans-serif;
    float: right;
    width: 80px;
    border: none;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -36px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
    margin-right: 13px;
    height: 80px;
    border-radius: 50%;
}
.securitysysteminstallation_panel_therteen .main_service_box_desgn:hover .services_icon {
	color: #1f1e1e;
}

.securitysysteminstallation_panel_therteen .main_service_box_desgn .services_icon:before{
	content: "";
	position: absolute;
	border: 2px dashed #ff1749;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	-webkit-animation: sticker-rotate 20s linear infinite;
	animation: sticker-rotate 20s linear infinite;
	left: 5px;
	top: 5px;
}
.securitysysteminstallation_panel_therteen .main_service_box_desgn:hover .services_icon:before{
	border: 2px dashed #d80909;
}
@-webkit-keyframes sticker-rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sticker-rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.securitysysteminstallation_panel_therteen .main_service_box_desgn  h2 {
    color: #000000;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 27px;
    text-align: left;
    width: 100%;
    margin-top: -13px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
}
.securitysysteminstallation_panel_therteen .main_service_box_desgn  h2 a{
	color: #000000;
	text-decoration: none;
}
.securitysysteminstallation_panel_therteen .main_service_box_desgn:hover  h2 a{
	color: #ff1749;
}
.securitysysteminstallation_panel_therteen .main_service_box_desgn  p {
    color: #000000;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin-top: 2px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
}
.securitysysteminstallation_panel_therteen .main_service_box_desgn .orgianl_readmore {
    background-color: #ff1749;
    color: #ffffff;
    padding: 16px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin: 0px 0px;
    cursor: pointer;
    font-family: 'Barlow Condensed', sans-serif;
    float: left;
    border-radius: 9px;
    width: auto;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    margin-left: 20px;
    box-shadow: -8px 8px 0px 0px #e5e2e2;
}
.securitysysteminstallation_panel_therteen .main_service_box_desgn:hover .orgianl_readmore {
	background-color: #423e3e;
}
/*----------securitysysteminstallation_panel_therteen-------------*/

/*------radison_body_panel_about_two--------*/

.radison_body_panel_about_two {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f1f2f2;
}
.radison_body_panel_about_two h3 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    color: #504c4c;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.radison_body_panel_about_two h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 46px;
    color: #ffffff;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: -230px;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
}
.radison_body_panel_about_two p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 20px;
    line-height: 29px;
    padding: 70px 20px;
}
.radison_body_panel_about_two .flip-card {
  background-color: transparent;
  width: 100%;
  height: 400px;
  perspective: 1000px;
}

.radison_body_panel_about_two .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.radison_body_panel_about_two .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.radison_body_panel_about_two .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.radison_body_panel_about_two .flip-card-front {
  background-color: #bbb;
  color: black;
}

.radison_body_panel_about_two .flip-card-back {
  background-color: #ff1749;
  color: white;
  transform: rotateY(180deg);
}
.radison_body_panel_about_two .li_flop {
	width: 100%;
	height: 400px;
	float: left;
	filter: brightness(0.5);
	object-fit: cover;
}
/*----------blog_panel--------------*/

.blog_panel_newsty {
	width:100%;
	float: left;
	padding-top:30px;
	padding-bottom: 30px;
}
.blog_panel_newsty h2 {
    color: #0b1521;
    font-family: 'IBM Plex Sans', ui-sans-serif;
    font-size: 18px;
    text-align: left;
    width: 100%;
    margin-top: 23px;
    font-weight: 600;
}
.blog_panel_newsty .new_thing {
    color: #0b1521;
    font-family: 'IBM Plex Sans', ui-sans-serif;
    font-size: 13px;
    text-align: left;
    width: 100%;
    margin-top: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    float: left;
}
.blog_panel_newsty .new_thing ul {
	padding: 0;
	margin: 0;
	list-style-type: auto;
	padding-left: 17px;
}
.blog_panel_newsty .new_thing ul li {
	float: left;
	width: 100%;
	padding: 5px 0px;
}

.blog_panel_newsty h5 {
    color: #3c3b3b;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13px;
    text-align: left;
    width: 100%;
    margin-top: 29px;
    font-weight: 600;
    margin-bottom: 0px;
}
.blog_panel_newsty h5 span {
    color: #0a4737;
    font-weight: 700;
}
.blog_panel_newsty .blog_ima {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px;
    height: 410px;
    object-fit: cover;
    object-position: top;
}
.blog_panel_newsty .blog_ima_two {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px;
    height: 310px;
    object-fit: cover;
    object-position: top;
}
.blog_panel_newsty p {
    color: #616161;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    width: 100%;
    margin-top: 13px;
    font-weight: 400;
    line-height: 30px;
}
.blog_panel_newsty .button2 {
    border: none;
    color: #ffffff;
    padding: 9px 31px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 17px 0px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    float: left;
    border-radius: 1px;
    width: auto;
    animation-delay: 2s;
    font-weight: 600;
    border-bottom: 1px solid #1b191a;
    background-color: #1b191a;
}
.blog_panel_newsty .button2 a {
    color: #ffffff;
    text-decoration: none;
}
.blog_panel_newsty .aconatct_star {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    float: right;
    margin-top: 22px;
}
.blog_panel_newsty .aconatct_star ul  {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog_panel_newsty .aconatct_star ul li {
    float: left;
    padding: 0px 2px;

}

.blog_panel_newsty .aconatct_star ul li a  {
    color: #000000;
    text-decoration: none;

}
/*----------*/
.blog_panel_newsty .aconatct_star_menu_ta {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin-top: 12px;
}
.blog_panel_newsty .aconatct_star_menu_ta ul {
    padding: 0;
    margin: 0;
    list-style-type: disc;
    margin-left: 20px;
}
.blog_panel_newsty .aconatct_star_menu_ta ul li {
    float: left;
    padding: 4px 6px;
    width: 100%;
}

/*-----------------aconatct_starright----------------*/
.blog_panel_newsty h3{
    color: #0b1521;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 25px;
    text-align: left;
    width: 100%;
    margin-top: 21px;
    font-weight: 600;
    margin-bottom: 21px;
}
.blog_panel_newsty .aconatct_starright {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    float: left;
    margin-top: 0px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: capitalize;
    background-color: #ff1749;
}
.blog_panel_newsty .aconatct_starright ul  {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog_panel_newsty .aconatct_starright ul li {
    float: left;
    padding: 16px 24px;
    width: 100%;
    border-bottom: 1px solid #f6f5f5;
}

.blog_panel_newsty .aconatct_starright ul li a  {
    color: #ffffff;
    text-decoration: none;
}

.blog_panel_newsty .fp {
	width: 100%;
}
.blog_panel_newsty h4 {
    color: #0b1521;
    font-family: 'Raleway', sans-serif;
    font-size: 27px;
    text-align: left;
    width: 100%;
    margin-top: 8px;
    font-weight: 600;
    float: left;
}
.blog_panel_newsty .date{
    color: #5577b4;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13px;
    text-align: left;
    width: 100%;
    margin-top: 12px;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.blog_panel_newsty .button3 {
    border: none;
    color: #39393a;
    padding: 2px 3px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 17px 0px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    float: left;
    border-radius: 1px;
    width: auto;
    background-color: transparent;
    font-weight: 600;
    border-bottom: 1px solid #dad8d8;
}
.blog_panel_newsty .button3 a {
    color: #39393a;
    text-decoration: none;
}

.blog_panel_newsty .servicedetailsbox_red {
    float: left;
    padding: 21px;
    background-color: #ff1749;
}
.blog_panel_newsty .form_booking {
    font-family: 'Heebo', sans-serif;
    font-size: 13px;
    color: #403f3d;
    text-align: left;
    font-weight: 300;
    width: 98%;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 8px 9px;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    outline: none;
}
.blog_panel_newsty .form_booking1 {
    font-size: 14px;
    color: #403f3d;
    text-align: left;
    font-weight: 300;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 8px 9px;
    border-radius: 2px;
    border: 1px solid #a9a6a6;
}
.blog_panel_newsty .form_booking2 {
    font-family: 'Heebo', sans-serif;
    font-size: 13px;
    color: #403f3d;
    text-align: left;
    font-weight: 300;
    width: 99%;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 6px 9px;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    height:90px;
}
.blog_panel_newsty .button3 {
    background-color: #ffffff;
    color: #ff1749;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 0px 0px;
    cursor: pointer;
    font-family: 'Heebo', sans-serif;
    float: left;
    border-radius: 1px;
    width: 100%;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
}
.blog_panel_newsty .button4 {
    background-color: #ffbe00;
    color: #1f1d1d;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 0px 0px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    float: left;
    border-radius: 1px;
    width: 99%;
    border: none;
    font-weight: 600;
}
.blog_panel_newsty .buttoncon_tact {
    background-color: #5577b4;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px 0px;
    cursor: pointer;
    font-family: 'IBM Plex Sans', sans-serif;
    float: left;
    border-radius: 1px;
    width: auto;
    border: none;
    font-weight: 500;
}
.blog_panel_newsty h6 {
    color: #ffffff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
/*----------glass_top_panel_menu_mobile_menu-------------*/
.glass_top_panel_menu_mobile_menu {
    width: 100%;
    float: left;
    display: none;	
}
.glass_top_panel_menu_mobile_menu .social_ic_mob {
	font-family: 'Abel', sans-serif;    
	font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    float: right;
    margin-top: 5px;
    margin-left: 0px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mob {
	font-family: 'Abel', sans-serif;    
    font-size: 33px;
    color: #260b02;
    font-weight: 400;
    float: right;
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 21px;
}
.glass_top_panel_menu_mobile_menu span {
    position: relative;
    right: 21px;
    margin-top: 0px;
    background-color: transparent;
    border-radius: 50%;
    color: #121111;
    text-align: center;
    float: right;
    font-size: 48px !important;
}
.glass_top_panel_menu_mobile_menu .lop {
	margin-top: 0px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mob ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.glass_top_panel_menu_mobile_menu .social_ic_mob ul li {
    float: left;
    padding: 4px 10px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mob ul li a {
	text-decoration: none;
	color: #260b02;
}
.glass_top_panel_menu_mobile_menu .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ff1749;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}
.ss_li_me {
    color: #ffffff;
    cursor: pointer;
    padding-left: 0px;
    font-size: 33px;
    left: -11px;
    top: 0px;
    width: 40px !important;
    height: 40px !important;
    line-height: 38px;
    font-size: 24px !important;
}
.glass_top_panel_menu_mobile_menu .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #eeecec;
}

.glass_top_panel_menu_mobile_menu .sidenav a:hover {
  color: #d3191e;
}

.glass_top_panel_menu_mobile_menu .sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: none;
    right: 0px;
}

.glass_top_panel_menu_mobile_menu .social_ic_mobmenu {
	font-family: 'IBM Plex Sans', sans-serif;    
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mobmenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.glass_top_panel_menu_mobile_menu .social_ic_mobmenu ul li {
    float: left;
    padding: 4px 10px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mobmenu ul li a {
	text-decoration: none;
	color: #ffffff;
}
@media screen and (max-height: 450px) {
  .glass_top_panel_menu_mobile_menu .sidenav {padding-top: 15px;}
  .glass_top_panel_menu_mobile_menu .sidenav a {font-size: 18px;}
}
.con_t_in {
	display: none;
}
/*------------responsive-----------------*/

@media only screen and (min-width: 766px) {
	

}


/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 992px) {
		.container{
		width:757px;
	}
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}







}




@media only screen and (min-width: 992px) and (max-width: 1024px)  {
		.container{
		width:990px;
	}
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}






	
	
}

@media only screen and (min-width: 1024px) and (max-width: 1224px) {
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}

	
	
	
}

/* Note: Design for a width of 320px */

@media only screen and (min-width: 300px) and (max-width: 767px) {
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}

.securitysysteminstallation_panel_two {
	overflow-x: hidden;
	display: none;
}
.securitysysteminstallation_panel_three {
	overflow-x: hidden;
}
.securitysysteminstallation_panel_four {
	overflow-x: hidden;
}
.securitysysteminstallation_panel_five {
	overflow-x: hidden;
}
.securitysysteminstallation_panel_six {
	overflow-x: hidden;
}
.securitysysteminstallation_panel_saven {
	overflow-x: hidden;
}
.securitysysteminstallation_panel_eight {
	overflow-x: hidden;
}
.mobile_machnic_service_panel_five {
	overflow-x: hidden;
}
.securitysysteminstallation_panel_nine {
	overflow-x: hidden;
}
.securitysysteminstallation_panel_ten {
    overflow-x: hidden;
    padding-left: 14px;
    padding-right: 14px;
}
.securitysysteminstallation_panel_eleven {
	overflow-x: hidden;
}
.securitysysteminstallation_panel_twoelve {
	overflow-x: hidden;
	padding-bottom: 60px;
}

.securitysysteminstallation_panel_one {
    display: none;
}
.glass_top_panel_menu_mobile_menu {
    width: 100%;
    float: left;
    display: block;
    padding-top: 4px;
    padding-bottom: 5px;
    background-color: #ffffff;
    padding-left: 10px;
}
.sidenav ul {
    width: 100%;
    float: left;
    padding-left: 0px;
    padding-top: 0px;
}
.fa.fa-caret-down.right {
    float: right;
}
.fa.right.fa-caret-up {
    float: right;
}
.glass_top_panel_menu_mobile_menu .sidenav a:hover {
    color: #febd02;
}
.mobile_machnic_logo_panel {
    display: none;
}
.glass_top_panel_menu_mobile_menu .logo_picture {
    width: 75%;
    margin-top: 5px;
    position: relative;
    z-index: 99999;
    margin-left: 11px;
}		
.logo_picture_mobile {
    width: 97%;
    margin-top: 12px;
}
/*=================*/
.con_t_in{
  display: block;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:9999;
  background:#09df09;
}
.con_t_in ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.con_t_in ul li{
  float:left;
  width: 25%;
  text-align:center;
  font-size: 20px;
  font-weight:600;
}
.con_t_in ul li a{
  color:#fff;
  background: #020408;
  display:block;
  padding:4px 0;
}
.con_t_in ul li:nth-child(2) a{
  background: #1b77fe;
}
.con_t_in ul li:nth-child(3) a{
  background: #264a8b;
}
.con_t_in ul li:nth-child(4) a{
  background: #0fd202;
}
.con_t_in ul li:nth-child(5) a{
  background:#09df09;
}
.body_top_panel_futter .dbox_panel {
    margin-top: 27px;
    padding-bottom: 30px;
}
#return-to-top {
	bottom: 120px;
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
    height: 230px;
    object-fit: cover;
    object-position: right;
}
.slide-text > h1 {
    font-size: 12px;
    width: auto;
    height: auto;
    padding-right: 10px;
}
.slide-text > h1 span {
    margin-right: 10px;
}
.slide-text > p {
    display: none;
}
.slide-text >.col-sm-12 a.btn-default {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 15px;
    line-height: 0px;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0px;
    display: inline-block;
    animation-delay: 2s;
    margin-left: 0px;
    width: auto;
    border: none;
    text-transform: uppercase;
    margin-top: 14px;
    background-color: #ff1749;
    padding: 18px 9px;
    font-weight: 600;
    border-radius: 0px;
}
.securitysysteminstallation_panel_three .about_picd {
    display: none;
}
.securitysysteminstallation_panel_three h2 {
    font-size: 23px;
    margin-top: 0px;
    line-height: 29px;
}
.securitysysteminstallation_panel_three .smlids_readmore {
    float: none;
}
.securitysysteminstallation_panel_three h3 {
    font-size: 20px;
    text-align: center;
    padding-left: 0px;
}
.securitysysteminstallation_panel_three p {
    text-align: center;
}
.securitysysteminstallation_panel_four h2 {
    font-size: 46px;
    margin-top: 0px;
}
.securitysysteminstallation_panel_four h2 span {
    font-size: 29px;
}
.securitysysteminstallation_panel_four .sreadmore {
    padding: 11px 28px;
    margin-top: 5px;
    margin-bottom: 40px;
}
.securitysysteminstallation_panel_four .white_box_new {
    padding: 36px 19px;
}
.securitysysteminstallation_panel_five h2 {
    font-size: 23px;
    line-height: 29px;
    text-align: center;
}
.securitysysteminstallation_panel_five .smlids_readmore_pic {
    width: 20%;
    float: none;
}
.securitysysteminstallation_panel_five p {
    text-align: center;
}
.securitysysteminstallation_panel_six .pink_box h2 {
    font-size: 50px;
}
.securitysysteminstallation_panel_six .pink_box h2 span {
    font-size: 30px;
}
.securitysysteminstallation_panel_six .tio_img {
    display: none;
}
.securitysysteminstallation_panel_six .pink_tow .sma_ser_navi {
    margin-top: 2px;
    padding-left: 0px;
}
.securitysysteminstallation_panel_saven h2 {
    font-size: 33px;
    text-align: left;
    width: 100%;
    margin-top: 0px;
    line-height: 39px;
    padding-left: 10px;
}
.securitysysteminstallation_panel_saven p {
    padding-left: 10px;
    padding-right:10px;	
}
.mobile_machnic_service_panel_five .left_panel {
    padding-left: 10px;
    padding-right:10px;	
    height: auto;
}
.mobile_machnic_service_panel_five .right_panel {
    height: auto;
}
.mobile_machnic_service_panel_five h2 {
    font-size: 21px;
}
.securitysysteminstallation_panel_ten p {
    padding-right: 0px;
}
.securitysysteminstallation_panel_ten h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.securitysysteminstallation_panel_eleven .futter_panel_navi ul li {
    padding: 0px 2px;
    border-left: none;
}
.blog_panel_newsty .blog_ima {
    height: auto;
}
.body_panel4 .map_box {
    margin-bottom: 20px;
}
.inner_contact_page .timeing_nav .sup_cla {
    margin-bottom: 10px;
}

.inner_contact_page {
	overflow-x: hidden;
}
.securitysysteminstallation_panel_ten .futter_logo {
    width: 98%;
}
.bo_cent {
    width: 100%;
    float: left;
}

















	
}

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.container{
		width:470px;
	}
	
	
	
	
	
}

@media only screen and (min-width: 300px) and (max-width: 479px) {
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}


}

@media only screen and (max-width: 479px)
{
.ttww {
    display: none !important;
}

}
















