* {
	margin: 0 auto;
	padding: 0;
}
.call_action {
    position: fixed;
    top: 60%;
    z-index: 99;
    right: 30px;
-webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

ul.sub-menu li a:hover {
    background: #fff !important;
    color: #0064b2 !important;
}
.hideme
{
    opacity:0;
}
.header_outer {
	min-height: 119px;
	background: #cfcfcf;
	background: -moz-linear-gradient(top, #cfcfcf 0, #feffff 90px), -moz-linear-gradient(top, #1364c0 91px, #174e91 150px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cfcfcf), color-stop(90px, #feffff)), -webkit-gradient(linear, left top, left bottom, color-stop(91px, #1364c0), color-stop(150px, #174e91));
	background: -webkit-linear-gradient(top, #cfcfcf 0, #feffff 90px), -webkit-linear-gradient(top, #1364c0 91px, #174e91 150px);
	background: -o-linear-gradient(top, #cfcfcf 0, #feffff 90px), -o-linear-gradient(top, #1364c0 91px, #174e91 150px);
	background: -ms-linear-gradient(top, #cfcfcf 0, #feffff 90px), -ms-linear-gradient(top, #1364c0 91px, #174e91 150px);
	background: linear-gradient(to bottom, #cfcfcf 0, #feffff 90px), linear-gradient(to bottom, #1364c0 91px, #174e91 150px);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0px 5px rgba(0,0,0,.2);
	box-shadow: 0 0px 5px rgba(0,0,0,.2);
}
.header_inner {
	background: url(../images/header-right-shadow.png) no-repeat right top;
}
.logo {
    margin-top: 8px;
    padding: 0 30px 0 0;
}
.call a img {
	margin-right: 5px;
}
.call a {
	font-size: 19px;
	color: #4684d4;
	    font-family: 'Titillium Web', sans-serif;
}
.call {
	margin-top: 41px;
	text-align: right;
}
li#menu-item-24 a {
    background: none !important;
}
.slide_cap {
	font-size: 45px !important;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1 !important;
	text-shadow: 1px 4px 2px rgba(0, 0, 0, 0.24);
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
    background: rgba(18,82,169,0.7);
    padding: 20px !important;
}
.service_outer:before {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	background-image: url(../images/textre.png);
	background-repeat: no-repeat;
	width: 123px;
	height: 249px;
}
.service_outer {
	padding: 60px 0 60px;
	position: relative;
}
.page_titl span {
	color: #cecece;
}
.page_titl {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 40px;
	color: #0064b2;
	font-family: 'Titillium Web', sans-serif;
}
/*.serv_sec {
	text-transform: uppercase;
	color: #0064b2;
	text-align: center;
	background: rgba(255,255,255,0.72);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.72) 0%, rgba(248,248,248,0.72) 34%, rgba(243,243,243,0.93) 58%, rgba(235,235,235,0.93) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.72)), color-stop(34%, rgba(248,248,248,0.72)), color-stop(58%, rgba(243,243,243,0.93)), color-stop(100%, rgba(235,235,235,0.93)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.72) 0%, rgba(248,248,248,0.72) 34%, rgba(243,243,243,0.93) 58%, rgba(235,235,235,0.93) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.72) 0%, rgba(248,248,248,0.72) 34%, rgba(243,243,243,0.93) 58%, rgba(235,235,235,0.93) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.72) 0%, rgba(248,248,248,0.72) 34%, rgba(243,243,243,0.93) 58%, rgba(235,235,235,0.93) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.72) 0%, rgba(248,248,248,0.72) 34%, rgba(243,243,243,0.93) 58%, rgba(235,235,235,0.93) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0 );
	height: 229px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 20px 0 20px;
	position:relative;
	transition:all .4s;
	border: 2px solid transparent;
	border-top:2px solid #fff;
	font-family: 'Titillium Web', sans-serif;
}
.serv_sec:hover:after {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.serv_sec:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.serv_sec:hover {
    background: #4174ba;
    color: #fff;
    border: 2px solid #C0C0C0;
}
.serv_sec:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}*/
.serv_sec:hover .ser_icon {
    background-position: center -154px;
	background-color: #0064b2;
}
.serv_sec:hover .ser_icon_2 {
    background-position: center -150px;
	background-color: #0064b2;
}
.serv_sec:hover .ser_icon_3 {
    background-position: center -154px;
	background-color: #0064b2;
}
.serv_sec:hover .ser_icon_4 {
    background-position: center -154px;
	background-color: #0064b2;
}
.serv_sec:hover .ser_icon_5 {
    background-position: center -154px;
	background-color: #0064b2;
}
.serv_sec:hover .ser_icon_6 {
    background-position: center -154px;
	background-color: #0064b2;
}
.ser_icon, .ser_icon_2, .ser_icon_3, .ser_icon_4,.ser_icon_5, .ser_icon_6  {
    background-position: center -80px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .4s ease-in-out;
}
.ser_icon{
	background-image: url(../images/guard-icon11.png);
    background-repeat: no-repeat;
    background-position: center 16px;
    border: 3px solid #1252a9;
    width: 160px;
    height: 160px;
    margin: 0 auto 10px auto;
	    border-radius: 5px;
}
.ser_icon_2{
	background-image: url(../images/patrol-icon.png);
    background-repeat: no-repeat;
    background-position: center 18px;
	border: 3px solid #1252a9;
    width: 160px;
    height: 160px;
    margin: 0 auto 10px auto;
	    border-radius: 5px;
}
.ser_icon_3{
	background-image: url(../images/cctv-icon.png );
    background-repeat: no-repeat;
    background-position: center 16px;
	border: 3px solid #1252a9;
    width: 160px;
    height: 160px;
    margin:0 auto 10px auto;
	    border-radius: 5px;
}
.ser_icon_4{
	background-image: url(../images/alarm-icon.png);
    background-repeat: no-repeat;
    background-position: center 18px;
	border: 3px solid #1252a9;
    width: 160px;
    height: 160px;
    margin:0 auto 10px auto;
	border-radius: 5px;
}
.ser_icon_5{
	background-image: url(../images/installation-icon.png);
    background-repeat: no-repeat;
    background-position: center 16px;
	border: 3px solid #1252a9;
    width: 160px;
    height: 160px;
    margin:0 auto 10px auto;
	border-radius: 5px;
}
.ser_icon_6{
	background-image: url(../images/monitor-icon.png);
    background-repeat: no-repeat;
    background-position: center 35px;
	border: 3px solid #1252a9;
    width: 160px;
    height: 160px;
    margin:0 auto 10px auto;
	border-radius: 5px;
}
.serv_sec {
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #0064b2;
	font-size: 18px;
	margin-bottom: 20px;
}
.width_dec {
    width: 88%;
    margin: 0 auto 40px;
}
.choose_outer {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	padding: 50px 0;
	background-size: cover;
}
.choose_outer .page_titl {
	color: #ffffff;
}
.choose_sec {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
}
.choose_sec img {
	display: block;
	margin-bottom: 10px;
}
.choose_icon {
	min-height: 125px;
}
.why_choose_inner .choose_icon {
    min-height: 115px;
}
.watch_vid a {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 55%, rgba(162,162,163,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(55%, rgba(204,204,204,1)), color-stop(100%, rgba(162,162,163,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 55%, rgba(162,162,163,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 55%, rgba(162,162,163,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 55%, rgba(162,162,163,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 55%, rgba(162,162,163,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a2a2a3', GradientType=0 );
	padding: 14px 18px;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
	color: #262626;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.4);
	transition:all .4s ease-in-out;
}
.watch_vid a:hover {
    background: rgba(162,162,163,1);
    background: -moz-linear-gradient(top, rgba(162,162,163,1) 0%, rgba(204,204,204,1) 45%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(162,162,163,1)), color-stop(45%, rgba(204,204,204,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(162,162,163,1) 0%, rgba(204,204,204,1) 45%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(162,162,163,1) 0%, rgba(204,204,204,1) 45%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(162,162,163,1) 0%, rgba(204,204,204,1) 45%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(162,162,163,1) 0%, rgba(204,204,204,1) 45%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a3', endColorstr='#ffffff', GradientType=0 );
}
.watch_vid {
	text-align: center;
	margin-top: 70px;
	display: inline-block;
    margin-right: 8px;
}
.watch_vid.big a {
    font-size: 15px !important;
    padding: 13px !important;
}
.sa_hover_container {
	text-align: center;
}
.tex_bg {
	background-image: url(../images/bg_serv.jpg);
	background-repeat: no-repeat;
	padding:40px 0px 50px 9%;
	background-size: cover;
}
.tex_bg.white {
    padding: 146px 0px 120px 0%;
    max-height: 375px;
}
embed, iframe, object, video {
    height: 100% !important;
}
.white .page_titl{
    color: #fff;
}
.other_serv ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
    width: 25%;
	text-align: center;
}
.other_serv ul li a img:hover {
    opacity: .7;
}
.other_serv {
	background: #efefef;
	padding:53px 8% 55px 0;
}
.other_serv_outer .page_titl {
    margin-bottom: 0;
    color: #ffffff;
    margin-top: 25px;
    font-size: 36px;
}
.other_serv_outer {
	margin-top: 10px;
}
.client_outer {
	padding: 58px 0 90px;
}
footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0 0;
}
.foot_sec {
	font-size: 18px;
	text-transform: uppercase;
	color: #7b7f86;
	font-family: 'Titillium Web', sans-serif;
}
.foot_det ul li a {
	color: #fff;
	    font-family: 'Raleway', sans-serif;
}
.foot_det ul li {
	display: block;
	list-style-type: none;
	text-transform: none;
	font-size: 14px;
	margin-bottom: 4px;
}
.foot_det {
	margin-top: 15px;
}
.foot_det ul li a img {
	margin-right: 10px;
	vertical-align: text-bottom;
}
.foot_det.lst-child ul li {
	display: inline-block;
	vertical-align: middle;
}
.foot_det.first-child ul li {
	margin-bottom: 12px;
}
.copy_cont {
	background: #000;
	padding: 10px 0;
}
.copy a {
	color: #fff;
}
.copy {
	font-size: 14px;
	color: #fff;
}
.error_cont img {
    display: block;
    width: 40%;
}
.error_cont a {
    background: #0064b2;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
}
.tab_content ul {
    margin-top: 20px;
}
.tab_content ul li {
    list-style-type: none;
    margin-top: 7px;
    font-size: 16px;
}
.gurds_inner ul li {
    display: block;
    margin-bottom: 4px;
    color: #000;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 0;
    padding: 10px 0px 0 40px;
}
.guard_page_bottom_section {
    text-align: center;
    padding: 50px 0 20px;
    background: #ececec;
}
.guard_page_bottom_section_heading {
    color: #0064b2;
    font-size: 35px;
    font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
}
.guard_page_bottom_section_text {
    font-size: 22px;
}
.guard_page_bottom_btn {
	background: #0064b2;
    display: inline-block;
    padding: 13px 22px;
    margin-top: 20px;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
.gurds_inner p {
    color: #fff;
    margin-top: 10px;
    border-bottom: 4px double rgba(255, 255, 255, 0.27);
    padding-bottom: 15px;
}
.tab_content {
    font-size: 20px;
    font-weight: 500;
}
.tab_glry {
    margin-top: 30px;
}
.vc-tabs-li.active .ctu-absulote {
    background-color: #0064b2 !important;
    border-color: #0064b2 !important;
}
.vc-tabs-li {
    padding: 80px 10px 20px !important;
	margin-bottom: 20px !important;
	   color: #2d2d2d !important;
}
.ctu-absulote {
    bottom: -26px !important;
}
.gurds_tab, .tab_sec_ins, .alrm_monitor_tab, .monitoring_tab  {
    display: inline-block;
}
.n2-padding {
    -moz-box-shadow: 0px 2px 5px #aaa;
    -webkit-box-shadow: 0px 2px 5px #aaa;
    box-shadow: 0px 2px 5px #aaa;
    padding: 20px;
}
.vc-tabs-li.active {
    color: #0064b2 !important;
}
.vc-tabs-li {
    background-position: center 10px;
    background-repeat: no-repeat;
    height: 60px;
}
.tab_sec_ins .vc-tabs-li:first-child {
	background-image: url(../images/cctv_.png);
}
.tab_sec_ins .vc-tabs-li:nth-child(2) {
	background-image: url(../images/alarm_sys.png);
}
.tab_sec_ins .vc-tabs-li:nth-child(3) {
	background-image: url(../images/intercom.png);
}
.tab_sec_ins .vc-tabs-li:nth-child(4) {
	background-image: url(../images/a_cont.png);
}
.gurds_tab .vc-tabs-li:first-child {
	background-image: url(../images/s_guard.png);
}
.gurds_tab .vc-tabs-li:nth-child(2) {
	background-image: url(../images/corp.png);
}
.gurds_tab .vc-tabs-li:nth-child(3) {
	background-image: url(../images/esc.png);
}
.gurds_tab .vc-tabs-li:nth-child(4) {
	background-image: url(../images/c_control.png);
}
.alrm_monitor_tab .vc-tabs-li:first-child {
    background-image: url(../images/alarm_res_img.png);
    background-size: 50px;
}
.alrm_monitor_tab .vc-tabs-li:nth-child(2) {
    background-image: url(../images/sched_pat_img.png);
    background-size: 65px;
}
.alrm_monitor_tab .vc-tabs-li:nth-child(3) {
    background-image: url(../images/letin_img.png);
}
.alrm_monitor_tab .vc-tabs-li:nth-child(4) {
    background-image: url(../images/lockup_img.png);
}

.monitoring_tab .vc-tabs-li:first-child {
    background-image: url(../images/monitoring_img.png);
}
.monitoring_tab .vc-tabs-li:nth-child(2) {
    background-image: url(../images/Bureau_img.png);
	background-size: 55px;
}
a.card-link {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: .75rem 1.25rem;
	position:relative;
	font-family: 'Titillium Web', sans-serif;
}
.card-link:after {
    content: "\f078";
    right: 20px;
    position: absolute;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 700;
}
.collapsed:after {
	content: "\f077";
    right: 20px;
    position: absolute;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 700;
}
.card-header {
    padding: 0 !important;
    background-color: rgb(0, 100, 178) !important;
}
.card-body {
    font-size: 15px;
}
.card-header a:hover {
    color: #fff;
}
.contact_inner {
    padding-right: 30px;
}
.right_cont{
    background: #0064b2;
}
.contact_form_heading {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
	font-family: 'Titillium Web', sans-serif;
}
.contact_form input, .contact_form textarea, .employment_form input, .employment_form textarea, .employment_form select{
    width: 100%;
    min-height: 45px;
    border-radius: 0px;
    border: 1px solid #fff !important;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 10px 10px;
    background: transparent;
}
.employment_form input, .employment_form textarea, .employment_form select{
    border: 1px solid #cecece  !important;
    color: #000;
}
.other-license input {
	width: auto;
    min-height: auto;
}
.other-license span.wpcf7-list-item.first {
    margin: 0;
}
.contact_form textarea, .employment_form textarea {
	height:120px;	
}
.contact_btn input {
    width: auto;
    background: #040707 !important;
    border-radius: 0px;
    border: none !important;
    font-weight: 500;
    font-size: 16px;
    margin-top: 0;
}
.contact_page_info img {
    position: absolute;
    top: 3px;
    left: 0;
}
.contact_page_info {
    width: 49%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    margin-top: 16px;
    vertical-align: text-top;
    min-height: 35px;
}
.contact_page_info a:hover {
    color: #fff;
}
.contact_page_info a {
	color:#fff;
}
.cont_top {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.employment_box {
    padding: 30px;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.17);
}
.employment_box_heading {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.employment_box_text {
    color: #333;
    text-align: center;
    margin: 0 0 25px;
}
.thankyou-btn a {
    background: #0064b2;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 3px;
}
label {
    margin-bottom: 6px !important;
    font-size: 15px !important;
    color: #383838;
	font-family: 'Titillium Web', sans-serif;
}
.gurds_sec {
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 15px;
    color: #0064b2;
	font-family: 'Titillium Web', sans-serif;
}
.home-welcome-heading, .home-google-review-heading {
	color: #1252a9;
    font-size: 35px;
    font-weight: bold;
    margin: 15px 0 20px;
    width: 100%;
	line-height: 1;
	font-family: 'Titillium Web', sans-serif;
}
.home-welcome-details {
    color: #000;
    font-size: 17px;
    line-height: 22px;
    text-align: justify;
}
.quote {
    display: block;
    border: 2px solid #000;
    padding: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    margin: 35px 0 20px;
    min-height: 80%;
}
.quote strong {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    background: #fff;
    max-width: 314px;
    font-size: 24px;
	color: #0064b2;
	font-family: 'Titillium Web', sans-serif;
}
.cus_support {
	background: rgba(0, 0, 0, 0) url(../images/hm-service-bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 10px 20px;
    height: 95%;
	color:#fff;
	font-size: 17px;
	    margin-top: 20px;
}
.cus_support strong {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    margin: 5px 0 10px;
	display:block;
    width: 100%;
	    font-family: 'Titillium Web', sans-serif;
}
.tech_img {
    text-align: center;
}
.about_page_review {
    background: #efefef;
    padding: 20px;
	margin-top: 40px;
}
.category article {
    width: 50% !important;
    float: left !important;
    padding: 30px 30px 0 !important;
    box-shadow: 0px 0px 20px 0px rgba(237, 237, 237, 1);
}
.category .entry-title {
    font-size: 26px !important;
    text-transform: none !important;
}
.ctu-ultimate-wrapper-1, .ctu-ultimate-wrapper-2 {
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.show_txt p {
	margin-top: 25px !important;
    text-align: justify !important;
    color: #000 !important;
	font-family: 'Raleway', sans-serif !important;
}
.show_txt ul li {
    display: block;
    margin-top: 10px;
    padding-left: 35px;
    list-style-type: none;
}
ul.grid_des li {
    display: inline-block;
    list-style-type: none;
    margin-top: 20px;
}
.grid_des {
    margin-top: 30px;
}
.img_brdr {
    padding: 10px;
    margin-top: 9px;
    padding-left: 30px;
}
.inner_txt p {
    margin-top: 0 !important;
    color: #f5f4f4 !important;
    font-size: 15px;
}
.custm_stis {
    margin-top: 20px;
}
.service_bg {
    background: #efefef;
    padding: 20px;
}
.links-cont a:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: -3px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    color: #0064b2;
}
ul.linkssublinks a:before {
    content: "\f13e";
}
ul.linkssublinks {
    padding-left: 20px;
}
.links-cont a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}
ul.linkssublinks li {
    list-style-type: none;
}
.welcome_txt {
    margin-bottom: 50px;
    padding-left: 50px
}
.welcome_outer {
    padding: 30px 0 50px;
}
.welcome_txt .page_titl {
    margin-bottom: 10px;
}
.tab_new .nav-item img {
    display: block;
    margin-bottom: 10px;
	    height: 56px;
}
.tab_new .nav-item {
    font-size: 16px;
    line-height: 120%;
    color: #2d2d2d ;
    font-weight: 600;
    letter-spacing: 1.2px;
	padding-bottom: 20px;
}
.tab_new  .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: transparent;
    border-color: transparent;
	    color: #0064b2;
}
.tab_new .nav-item:after {
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    border: 1px solid #616161;
    left: 50%;
    bottom: -6px;
    border-radius: 50%;
    transform: translate(-50%);
}
.tab_new a.nav-item.nav-link.active:after {
    background: #0064b2;
    border: 1px solid #0064b2;
}
.tab_new .nav-item {
    position: relative;
}
.tab_new {
    margin: 30px auto 0;
}
.tab_sec_ins, .gurds_tab, .alrm_monitor_tab, .monitoring_tab{
    display: none;
}
.post-353 {
    margin-top: 30px !important;
}
.gurds_inner {
    min-height: 500px;
}
.sister_inner .other_serv ul li {
    margin: 0 24px;
    width: 24%;
    text-align: center;
}
.red {
    color: red;
	   position: absolute;
    font-size: 38px;
    top: -11px;
}
.availability-option input {
    width: auto;
    min-height: auto !important;
} 
.availability-option .wpcf7-list-item {
    margin: 0 15px 0 0em;
}
.availability-option {
    margin-bottom: 18px;
    display: block;
}
.other-license .wpcf7-list-item.first {
    display: none;
}
.other-license .wpcf7-list-item:nth-child(2) {
    margin: 0;
}
.task_sec {
    font-weight: bold;
    margin-bottom: 10px;
}
.tasks-completed input, .basic-operations input{
    width: 19px;
    min-height: 19px;
	vertical-align: text-top;
}
span.wpcf7-list-item {
    margin: 10px 15px 0 0 !important;
}
.sign input {
    width: 44%;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    padding-left: 0;
}
.citizen input, .resident input {
    width: auto;
    min-height: auto;
}
/*----Responsive css----*/

@media only screen and (max-width : 320px) {
	.header_outer {
    	min-height: auto;
	}
	.logo {
		text-align: center;
		margin-top: 5px;
	}
	.call {
		margin-top: 10px;
	}
	.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover, .menu-toggle {
		background-color: transparent !important;
	}
	.menu-toggle {
		top: -44px !important;
	}
	.menu-item-has-children{
		position:relative;
	}
	.menu-item-has-children:after {
		content: "+";
		right: 0;
		top: 0;
		font-size: 30px;
		position: absolute;
		width: 40px;
		height: 30px;
		text-align: center;
		line-height: 1.1;
	}
	.call_action {
		top: 30%;
		right: 10px;
	}
	.site-navigation ul ul {
		display: none;
	}
	.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
		border-bottom: 2px solid #0064b2 !important;
	}
	.slide_cap {
    	font-size: 16px !important;
	}
	.crellyslider>.cs-slides>.cs-slide>* {
		left: 150px !important;
    	top: 50% !important;
    	transform: translate(0%, -50%);
	}
	.ser_icon, .ser_icon_2, .ser_icon_3, .ser_icon_4, .ser_icon_5, .ser_icon_6{
		width: 100%;
		height: 110px;
		background-size: 50px;
	}
	.serv_sec:hover .ser_icon, .serv_sec:hover .ser_icon_2, .serv_sec:hover .ser_icon_3, .serv_sec:hover .ser_icon_4, .serv_sec:hover .ser_icon_5, .serv_sec:hover .ser_icon_6 {
		background-position: center -80px;
	}
	.ser_icon_6 {
		background-position: center 21px;
	}
	.welcome_outer {
		padding: 10px 0 10px;
	}
	iframe {
		height: auto !important;
	}
	.page_titl {
    	font-size: 20px;
		margin-bottom: 20px;
		text-align: center !important;
	}
	.home-welcome-details {
		font-size: 15px;
		margin-top: 10px;
		text-align: justify !important;
	}
	.watch_vid {
		text-align: center !important;
		margin-top: 10px !important;
		width: 100%;
	}
	.choose_outer {
		padding: 30px 0;
	}
	.choose_sec {
		margin-bottom: 15px;
		font-size: 17px;
	}
	.choose_icon {
		min-height: 124px;
	}
	.employment_box {
    	padding: 15px;
	}
	.welcome_txt {
		margin-bottom: 30px;
		    padding-left: 0;
	}
	.service_outer {
		padding: 20px 0 0px;
	}
	.service_outer:before {
		background-size: 70px;
	}
	.width_dec {
		width: 100%;
		margin: 0 auto 10px;
	}
	.serv_sec {
		margin-bottom: 10px;
	}
	.tex_bg.white {
		padding:30px 0px 10px 0%;
		max-height: max-content;
		margin-bottom: 10px;
	}
	.abt_img {
		text-align: center;
		margin-bottom: 20px;
	}
	.abt_img img {
		width: 150px;
	}
	.quote strong {
		max-width: 215px;
		font-size: 20px;
	}
	.pl {
		padding: 0 15px !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-next, #wonderplugincarousel-2 .amazingcarousel-next  {
    	right: 38% !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev, #wonderplugincarousel-2 .amazingcarousel-prev {
		left: 38% !important;
	}
	.slide_proud.btm-slide {
		padding-bottom: 40px;
	}
	.tex_bg {
		padding: 40px 0px 40px 0%;
	}
	.quote {
		padding: 20px;
		font-size: 15px;
		line-height: 23px;
		margin: 15px 0 20px;
	}
	.other_serv_outer {
		margin-top: 0;
	}
	.other_serv {
		padding: 20px 0 20px 0;
		text-align: center;
	}
	.other_serv_outer .page_titl {
		margin: 0;
		font-size: 25px;
	}
	.other_serv ul li {
		vertical-align: middle;
		margin: 0 10px 25px;
		width: 42% !important;
	}
	.other_serv ul li:last-child {
		margin-bottom: 0;
	}
	.client_outer {
		padding: 25px 0 40px;
	}
	.copy {
		text-align: left !important;
	}
	.entry-title {
    	font-size: 22px !important; 
	}
	.home-welcome-heading {
		font-size: 20px;
    	line-height: 23px;
	}
	 .home-google-review-heading {
		font-size: 20px;
		text-align: center;
	}
	.home-google-review-star, .home-google-review-details {
		text-align: center;
	}
	.home-google-review-left {
		text-align: center;
		width: 140px;
		margin: 0 auto;
	}
	.show_txt p, .show_txt{
		font-size: 15px;
	}
	.srv_in_icon p {
		margin: 0 !important;
	}
	.tab_new .nav-item {
    	font-size: 15px;
	}
	.tab_content {
		margin: 0px 0 20px;
		font-size: 18px;
	}
    .tab_glry {
		margin-top: 0;
	}
	.tab_content ul li {
		margin-top: 6px;
		font-size: 14px;
	}
	.gurds_inner {
		min-height: auto;
	}
	.gurds_inner ul li {
		font-size: 14px;
	}
	.guard_page_bottom_section_heading {
		font-size: 25px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.gurds_tab, .tab_sec_ins, .alrm_monitor_tab, .monitoring_tab {
		width: 100%;
	}
	.guard_page_bottom_section_text {
		font-size: 16px;
	}
	.guard_page_bottom_btn {
		padding: 8px 15px;
		margin-top: 12px;
		font-size: 13px;
	}
	.guard_page_bottom_section {
		padding: 25px 0 15px;
	}
	.tab_content.gurds_inner {
		margin-top: 20px;
	}
	.cctv-sys p {
		margin: 0;
		padding: 0;
	}
	.nav-tabs .nav-link {
		width: 50%;
		display: block;
		margin-bottom: 20px;
	}
	.cus_support {
		font-size: 15px;
	}
	.cus_support strong {
		font-size: 22px;
		line-height: 1.2;
	}
	.mt {
	    margin-top: 14px !important;
    	margin-bottom: 15px !important;
	}
	.contact_inner {
		padding-right: 0;
	}
	.img_brdr {
		padding-left: 0;
	}
	ul.grid_des li {
		margin-top: 10px;
		width: 49%;
	}
	.employment_box_heading {
		font-size: 19px;
		margin-bottom: 10px;
	}
	.employment_box_text {
		font-size: 14px;
	}
	.contact_page_info {
		width: 100%;
		margin-top: 12px;
		min-height: auto;
	}
	a.card-link {
		padding: 0.35rem 10px;
	}
	.card-link:after {
		right: 10px;
		top: 20px;
	}
	.card-body {
		font-size: 14px;
		text-align: justify;
	}
	.category .entry-title {
		font-size: 15px !important;
	}
	article.post-353 {
		width: 100% !important;
		padding: 0 0 20px 0 !important;
		min-height: 100% !important;
		margin-bottom: 20px !important;
	}

}

@media only screen and (min-width : 321px) and (max-width : 480px) {
  .header_outer {
    	min-height: auto;
	}
	.logo {
		text-align: center;
		margin-top: 3px;
	}
	.call {
		margin-top: 10px;
	}
	.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover, .menu-toggle {
		background-color: transparent !important;
	}
	.menu-toggle {
		top: -47px !important;
	}
	.menu-item-has-children{
		position:relative;
	}
	.menu-item-has-children:after {
		content: "+";
		right: 0;
		top: 0;
		font-size: 30px;
		position: absolute;
		width: 40px;
		height: 30px;
		text-align: center;
		line-height: 1.1;
	}
	.call_action {
		top: 30%;
		right: 10px;
	}
	.site-navigation ul ul {
		display: none;
	}
	.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
		border-bottom: 2px solid #0064b2 !important;
	}
	.slide_cap {
    	font-size: 16px !important;
	}
	.crellyslider>.cs-slides>.cs-slide>* {
		left: 150px !important;
    	top: 50% !important;
    	transform: translate(0%, -50%);
	}
	.ser_icon, .ser_icon_2, .ser_icon_3, .ser_icon_4, .ser_icon_5, .ser_icon_6{
		width: 110px;
		height: 110px;
		background-size: 50px;
	}
	.serv_sec:hover .ser_icon, .serv_sec:hover .ser_icon_2, .serv_sec:hover .ser_icon_3, .serv_sec:hover .ser_icon_4, .serv_sec:hover .ser_icon_5, .serv_sec:hover .ser_icon_6 {
		background-position: center -80px;
	}
	.ser_icon_6 {
		background-position: center 21px;
	}
	.welcome_outer {
		padding: 10px 0 10px;
	}
	iframe {
		height: auto !important;
	}
	.page_titl {
    	font-size: 20px;
		margin-bottom: 20px;
		text-align: center !important;
	}
	.home-welcome-details {
		font-size: 15px;
		margin-top: 10px;
		text-align: justify !important;
	}
	.watch_vid {
		text-align: center !important;
		margin-top: 10px !important;
		width: 100%;
	}
	.choose_outer {
		padding: 30px 0;
	}
	.choose_sec {
		margin-bottom: 15px;
		font-size: 17px;
	}
	.employment_box {
    	padding: 15px;
	}
	.welcome_txt {
		margin-bottom: 30px;
		    padding-left: 0;
	}
	.service_outer {
		padding: 20px 0 0px;
	}
	.service_outer:before {
		background-size: 70px;
	}
	.width_dec {
		width: 100%;
		margin: 0 auto 10px;
	}
	.serv_sec {
		margin-bottom: 10px;
	}
	.tex_bg.white {
		padding:30px 0px 10px 0%;
		max-height: max-content;
		margin-bottom: 10px;
	}
	.abt_img {
		text-align: center;
		margin-bottom: 20px;
	}
	.abt_img img {
		width: 150px;
	}
	.quote strong {
		max-width: 215px;
		font-size: 20px;
	}
	.pl {
		padding: 0 15px !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-next, #wonderplugincarousel-2 .amazingcarousel-next  {
    	right: 38% !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev, #wonderplugincarousel-2 .amazingcarousel-prev {
		left: 38% !important;
	}
	.slide_proud.btm-slide {
		padding-bottom: 40px;
	}
	.tex_bg {
		padding: 40px 0px 40px 0%;
	}
	.quote {
		padding: 20px;
		font-size: 15px;
		line-height: 23px;
		margin: 15px 0 20px;
	}
	.other_serv_outer {
		margin-top: 0;
	}
	.other_serv {
		padding: 20px 0 20px 0;
		text-align: center;
	}
	.other_serv_outer .page_titl {
		margin: 0;
		font-size: 25px;
	}
	.other_serv ul li {
		vertical-align: middle;
		margin: 0 10px 25px;
		width: 36% !important;
	}
	.other_serv ul li:last-child {
		margin-bottom: 0;
	}

	.client_outer {
		padding: 25px 0 40px;
	}
	.copy {
		text-align: left !important;
	}
	.entry-title {
    	font-size: 22px !important; 
	}
	.home-welcome-heading {
		font-size: 20px;
    	line-height: 23px;
	}
	 .home-google-review-heading {
		font-size: 20px;
		text-align: center;
	}
	.home-google-review-star, .home-google-review-details {
		text-align: center;
	}
	.home-google-review-left {
		text-align: center;
		width: 140px;
		margin: 0 auto;
	}
	.show_txt p, .show_txt{
		font-size: 15px;
	}
	.srv_in_icon p {
		margin: 0 !important;
	}
	.tab_new .nav-item {
    	font-size: 15px;
	}
	.tab_content {
		margin: 0px 0 20px;
		font-size: 18px;
	}
    .tab_glry {
		margin-top: 0;
	}
	.tab_content ul li {
		margin-top: 6px;
		font-size: 14px;
	}
	.gurds_inner {
		min-height: auto;
	}
	.gurds_inner ul li {
		font-size: 14px;
	}
	.guard_page_bottom_section_heading {
		font-size: 25px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.gurds_tab, .tab_sec_ins, .alrm_monitor_tab, .monitoring_tab {
		width: 100%;
	}
	.guard_page_bottom_section_text {
		font-size: 15px;
	}
	.guard_page_bottom_btn {
		padding: 8px 15px;
		margin-top: 12px;
		font-size: 13px;
	}
	.guard_page_bottom_section {
		padding: 25px 0 15px;
	}
	.tab_content.gurds_inner {
		margin-top: 20px;
	}
	.cctv-sys p {
		margin: 0;
		padding: 0;
	}
	.nav-tabs .nav-link {
		width: 50%;
		display: block;
		margin-bottom: 20px;
	}
	.cus_support {
		font-size: 15px;
	}
	.cus_support strong {
		font-size: 22px;
		line-height: 1.2;
	}
	.mt {
	    margin-top: 14px !important;
    	margin-bottom: 15px !important;
	}
	.contact_inner {
		padding-right: 0;
	}
	.img_brdr {
		padding-left: 0;
	}
	ul.grid_des li {
		margin-top: 10px;
		width: 49%;
	}
	.employment_box_heading {
		font-size: 19px;
		margin-bottom: 10px;
	}
	.employment_box_text {
		font-size: 14px;
	}
	.contact_page_info {
		width: 100%;
		margin-top: 12px;
		min-height: auto;
	}
	a.card-link {
		padding: 0.35rem 10px;
	}
	.card-link:after {
		right: 10px;
		top: 20px;
	}
	.card-body {
		font-size: 14px;
		text-align: justify;
	}
	.category .entry-title {
		font-size: 15px !important;
	}
	article.post-353 {
		width: 100% !important;
		padding: 0 0 20px 0 !important;
		min-height: 100% !important;
		margin-bottom: 20px !important;
	}
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.header_outer {
    	min-height: 85px;
	}
	.primary-navigation {
		text-align:center;
	}
	.logo {
		text-align: center;
		margin-top: 5px !important;
		padding-bottom: 10px !important;
	}
	.call {
		margin-top: 24px;
    	text-align: right;
	}
	.menu_bar .nav-menu li {
		height: 58px;
		line-height: 56px;
	}
	.menu_bar ul li li {
		height: 40px !important;
		line-height: 40px !important;
		    text-align: left;
	}
	.menu_bar ul li li a{
		padding: 0px 12px;
	}
	.menu_bar ul li a {
		padding: 0 12px !important;
		font-size:14px !important;
	}
	.menu_bar ul.sub-menu {
		top: 58px;
	}
	.menu_bar a{
		background: url(images/nav-sepr.png) no-repeat right 6px !important;
	}
	.menu_bar ul li a:after {
		top: 26px !important;
		 right: 2px !important;
	}
	.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
		border-bottom: 5px solid #0064b2 !important;
	}
	.slide_cap {
    	font-size: 27px !important;
	}
	.crellyslider>.cs-slides>.cs-slide>* {
    	top: 50% !important;
    	transform: translate(-20%, -50%);
	}
	.welcome_outer {
		padding: 10px 0 10px;
	}
	.home-welcome-details {
		font-size: 15px;
		margin-top: 10px;
		text-align: justify !important;
	}
	.choose_outer {
		padding: 30px 0;
	}
	.choose_sec {
		margin-bottom: 0;
    	font-size: 18px;
	}
	.employment_box {
    	padding: 15px;
	}
	.welcome_txt {
		margin-bottom: 30px;
		    padding-left: 0;
	}
	.service_outer {
		padding: 20px 0 0px;
	}
	.vide_sec {
		margin: 40px 0;
	}
	.service_outer:before {
		background-size: 70px;
	}
	.width_dec {
		width: 100%;
		margin: 0 auto 10px;
	}
	.serv_sec {
		margin-bottom: 10px;
	}
	.ser_icon, .ser_icon_2, .ser_icon_3, .ser_icon_4, .ser_icon_5, .ser_icon_6 {
		width: 140px;
		height: 140px;
		background-size: 70px;
	}
	.serv_sec:hover .ser_icon, .serv_sec:hover .ser_icon_2, .serv_sec:hover .ser_icon_3, .serv_sec:hover .ser_icon_4, .serv_sec:hover .ser_icon_5, .serv_sec:hover .ser_icon_6 {
    	background-position: center -120px;
	}
	.abt_img img {
		width: 230px;
	}
	.quote strong {
		max-width: 215px;
		font-size: 20px;
	}
	.slide_proud.btm-slide {
		padding-bottom: 40px;
	}
	
	.white .page_titl {
		color: #fff;
	}
	.watch_vid {
		margin-top: 15px !important;
	}
	.page_titl {
    	font-size: 25px;
		margin-bottom: 20px
	}
	.other_serv_outer {
		margin-top: 10px;
	}
	.serv_sec {
		font-size: 17px;
	}
	.quote {
		padding: 20px;
		font-size: 15px;
		line-height: 23px;
		margin: 15px 0 20px;
	}
	.other_serv {
		padding: 20px 0 20px 0;
		text-align: center;
	}
	.other_serv_outer .page_titl {
		margin: 0;
		font-size: 25px !important;
	}
	.other_serv ul li {
		    vertical-align: middle;
    	margin: 35px 10px 0 !important;
    	width: 25% !important;
	}
	.client_outer {
		padding: 25px 0 40px;
	}
	.copy {
		text-align: left !important;
	}
	.entry-title {
    	font-size: 22px !important; 
	}
	.home-welcome-heading {
		font-size: 25px;
	}
	.home-google-review-heading {
		font-size: 20px;
		text-align: center;
	}
	.home-google-review-star, .home-google-review-details {
		text-align: center;
	}
	.home-google-review-left {
		text-align: center;
		width: 140px;
		margin: 0 auto;
	}
	.show_txt p {
		font-size: 15px;
	}
	.srv_in_icon p {
		margin: 0 !important;
	}
	.tab_content {
		margin: 0px 0 20px;
		font-size: 18px;
	}
    .tab_glry {
		margin-top: 0;
	}
	.tab_content ul li {
		margin-top: 6px;
		font-size: 14px;
	}
	.guard_page_bottom_section_heading {
		font-size: 25px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.gurds_tab, .tab_sec_ins, .alrm_monitor_tab, .monitoring_tab {
		width: 100%;
	}
	.guard_page_bottom_section_text {
		font-size: 16px;
	}
	.guard_page_bottom_btn {
		padding: 8px 15px;
		margin-top: 12px;
		font-size: 13px;
	}
	.guard_page_bottom_section {
		padding: 25px 0 15px;
		margin-top: 30px;
	}
	.tab_content.gurds_inner {
		margin-top: 20px;
	}
	.tab_new nav a {
		width: 25%;
	}
	.cctv-sys p {
		margin: 0;
		padding: 0;
	}
	.cus_support strong {
		font-size: 22px;
		line-height: 1.2;
	}
	.mt {
	    margin-top: 14px !important;
    	margin-bottom: 15px !important;
	}
	.contact_inner {
		padding-right: 0;
	}
	.img_brdr {
		padding-left: 0;
	}
	.contact_page_info {
		width: 100%;
		margin-top: 12px;
		min-height: auto;
	}
	a.card-link {
		padding: 0.35rem 10px;
	}
	.card-link:after {
		right: 10px;
		top: 7px;
	}
	.card-body {
		font-size: 14px;
		text-align: justify;
	}
	.category .entry-title {
		font-size: 15px !important;
	}
	article.post-353 {
		width: 100% !important;
		padding: 0 0 20px 0 !important;
		min-height: 100% !important;
		margin-bottom: 20px !important;
	}
	.foot_sec {
		margin-bottom: 20px;
	}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
	.crellyslider>.cs-slides>.cs-slide>* {
    	left: 230px !important;
	}
	.menu-toggle {
		top: -52px !important;
	}
	.other_serv ul li {
		margin: 0 10px 25px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.header_outer {
    	min-height: auto !important;
	}
	.logo {
	    text-align: left !important;
	}
	.call {
		margin-top: 10px;
	}
	.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover, .menu-toggle {
		background-color: transparent !important;
		top: -58px !important;
	}
	.menu-item-has-children{
		position:relative;
	}
	.menu-item-has-children:after {
		content: "+";
		right: 0;
		top: 0;
		font-size: 30px;
		position: absolute;
		width: 40px;
		height: 30px;
		text-align: center;
		line-height: 1.1;
	}
	.menu_bar .nav-menu li {
		text-align: left !important;
		 height: auto !important;
    	line-height: 36px !important;
	}
	.site-navigation ul ul {
		display: none;
	}
	.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
		border-bottom: 2px solid #0064b2 !important;
	}
	.slide_cap {
    	font-size: 27px !important;
	}
	.crellyslider>.cs-slides>.cs-slide>* {
    	top: 50% !important;
    	transform: translate(-20%, -50%);
	}
	.ser_icon, .ser_icon_2, .ser_icon_3, .ser_icon_4, .ser_icon_5, .ser_icon_6{
		width: 100%;
		height: 110px;
		background-size: 50px;
	}
	.serv_sec:hover .ser_icon, .serv_sec:hover .ser_icon_2, .serv_sec:hover .ser_icon_3, .serv_sec:hover .ser_icon_4, .serv_sec:hover .ser_icon_5, .serv_sec:hover .ser_icon_6 {
		background-position: center -80px;
	}
	.ser_icon_6 {
		background-position: center 21px;
	}
	.welcome_outer {
		padding: 10px 0 10px;
	}
	.page_titl {
    	font-size: 25px;
		margin-bottom: 20px;
		text-align: center !important;
	}
	.home-welcome-details {
		font-size: 15px;
		margin-top: 10px;
		text-align: justify !important;
	}
	.watch_vid {
		text-align: center !important;
		margin-top: 10px !important;
		width: 34%;
	}
	.choose_outer {
		padding: 30px 0;
	}
	.choose_sec {
		margin-bottom: 15px;
	}
	.employment_box {
    	padding: 15px;
	}
	.welcome_txt {
		margin-bottom: 30px;
		    padding-left: 0;
	}
	.service_outer {
		padding: 20px 0 0px;
	}
	.service_outer:before {
		background-size: 70px;
	}
	.width_dec {
		width: 100%;
		margin: 0 auto 10px;
	}
	.other_serv_outer {
		margin-top: 0;
	}
	.serv_sec {
		margin-bottom: 10px;
	}
	.ser_icon, .ser_icon_2, .ser_icon_3, .ser_icon_4, .ser_icon_5, .ser_icon_6 {
		width: 140px;
		height: 140px;
		background-size: 70px;
	}
	.serv_sec:hover .ser_icon, .serv_sec:hover .ser_icon_2, .serv_sec:hover .ser_icon_3, .serv_sec:hover .ser_icon_4, .serv_sec:hover .ser_icon_5, .serv_sec:hover .ser_icon_6 {
    	background-position: center -120px;
	}
	
	.tex_bg.white {
		padding:30px 0px 10px 0% !important;
		max-height: max-content;
		margin-bottom: 10px;
	}
	.abt_img {
		text-align: center;
		margin-bottom: 20px;
	}
	.abt_img img {
		width: 230px;
	}
	.quote strong {
		max-width: 215px;
		font-size: 20px;
	}
	.pl {
		padding: 0 15px !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-next, #wonderplugincarousel-2 .amazingcarousel-next  {
    	right: 43% !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev, #wonderplugincarousel-2 .amazingcarousel-prev {
		left: 43% !important;
	}
	.slide_proud.btm-slide {
		padding-bottom: 40px;
	}
	.quote {
		padding: 20px;
		font-size: 15px;
		line-height: 23px;
		margin: 15px 0 20px;
	}
	.other_serv {
		padding: 20px 0 20px 0;
		text-align: center;
	}
	.other_serv_outer .page_titl {
		margin: 0;
		font-size: 25px;
	}
	.other_serv ul li {
		vertical-align: middle;
		margin: 0 10px 0 !important;
		width: 25%;
	}
	.client_outer {
		padding: 25px 0 40px;
	}
	.copy {
		text-align: left !important;
	}
	.entry-title {
    	font-size: 22px !important; 
	}
	.home-welcome-heading {
		font-size: 25px;
	}
	 .home-google-review-heading {
		font-size: 20px;
		text-align: center;
	}
	.home-google-review-star, .home-google-review-details {
		text-align: center;
	}
	.home-google-review-left {
		text-align: center;
		width: 140px;
		margin: 0 auto;
	}
	.show_txt p {
		font-size: 15px;
	}
	.srv_in_icon p {
		margin: 0 !important;
	}
	.tab_content {
		margin: 0px 0 20px;
		font-size: 18px;
	}
    .tab_glry {
		margin-top: 0;
	}
	.tab_content ul li {
		margin-top: 6px;
		font-size: 14px;
	}
	.gurds_inner {
		min-height: auto;
	}
	.guard_page_bottom_section_heading {
		font-size: 25px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.gurds_tab, .tab_sec_ins, .alrm_monitor_tab, .monitoring_tab {
		width: 100%;
	}
	.guard_page_bottom_section_text {
		font-size: 16px;
	}
	.guard_page_bottom_btn {
		padding: 8px 15px;
		margin-top: 12px;
		font-size: 13px;
	}
	.guard_page_bottom_section {
		padding: 25px 0 15px;
	}
	.tab_content.gurds_inner {
		margin-top: 20px;
	}
	.cctv-sys p {
		margin: 0;
		padding: 0;
	}
	.nav-tabs .nav-link {
		width: 50%;
		display: block;
		margin-bottom: 20px;
	}
	.cus_support {
		font-size: 15px;
	}
	.cus_support strong {
		font-size: 22px;
		line-height: 1.2;
	}
	.mt {
	    margin-top: 14px !important;
    	margin-bottom: 15px !important;
	}
	.contact_inner {
		padding-right: 0;
	}
	.img_brdr {
		padding-left: 0;
	}
	.contact_page_info {
		width: 100%;
		margin-top: 12px;
		min-height: auto;
	}
	a.card-link {
		padding: 0.35rem 10px;
	}
	.card-link:after {
		right: 10px;
		top: 7px;
	}
	.card-body {
		font-size: 14px;
		text-align: justify;
	}
	.category .entry-title {
		font-size: 15px !important;
	}
	article.post-353 {
		width: 100% !important;
		padding: 0 0 20px 0 !important;
		min-height: 100% !important;
		margin-bottom: 20px !important;
	}
}
@media only screen and (max-width: 896px) and (orientation: landscape){ 
	.header_outer {
    	min-height: 85px;
	}
	.primary-navigation {
		text-align:center;
	}
	.logo {
		text-align: center;
		margin-top: 5px !important;
	}
	.call {
		margin-top: 24px;
    	text-align: right;
	}
	.menu_bar .nav-menu li {
		height: 58px;
		line-height: 56px;
	}
	.menu_bar ul li li {
		height: 40px !important;
		line-height: 40px !important;
		    text-align: left;
	}
	.menu_bar ul li li a{
		padding: 0px 12px;
	}
	.menu_bar ul li a {
		padding: 0 12px !important;
		font-size:14px !important;
	}
	.menu_bar ul.sub-menu {
		top: 58px;
	}
	.menu_bar a{
		background: url(images/nav-sepr.png) no-repeat right 6px !important;
	}
	.menu_bar ul li a:after {
		top: 26px !important;
		 right: 2px !important;
	}
	.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
		border-bottom: 5px solid #0064b2 !important;
	}
	.slide_cap {
    	font-size: 27px !important;
	}
	.crellyslider>.cs-slides>.cs-slide>* {
    	top: 50% !important;
    	transform: translate(-20%, -50%);
	}
	.welcome_outer {
		padding: 10px 0 10px;
	}
	.white{
	  padding:81px 0px 45px 0% !important;
	}
	.other_serv ul li {
    	margin: 15px 15px 0 !important;
    	width: 25% !important;
	}
	.page_titl, .other_serv_outer .page_titl {
    	font-size: 30px;
	}
	.tab_new .nav-item {
		width: 25%;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.header_outer {
    	min-height: 55px;
	}
	.logo {
		text-align: left;
    	margin-top: 5px;
	}
	.call {
		margin-top: 13px;
		text-align: right;
		padding-right: 40px;
	}
	.call a {
		font-size: 22px;
	}
	.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover, .menu-toggle {
		background-color: transparent !important;
	}
	.menu-toggle {
		top: -54px !important;
	}
	.menu-item-has-children{
		position:relative;
	}
	.menu-item-has-children:after {
		content: "+";
		right: 0;
		top: 0;
		font-size: 30px;
		position: absolute;
		width: 40px;
		height: 30px;
		text-align: center;
		line-height: 1.1;
	}
	.site-navigation ul ul {
		display: none;
	}
	.slide_cap {
    	font-size: 29px !important;
	}
	.crellyslider>.cs-slides>.cs-slide>* {
    	top: 50% !important;
    	transform: translate(0%, -50%);
	}
	.welcome_outer {
		padding: 10px 0 40px;
	}
	.home-welcome-details {
		margin-top: 10px;
	}
	.employment_box {
    	padding: 15px;
	}
	.page_titl {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.welcome_txt {
		margin-bottom: 10px;
		padding-left: 0;
	}
	.vide_sec {
		margin-bottom: 40px !important;
	}
	.service_outer {
		padding: 30px 0 30px;
	}
	.ser_icon, .ser_icon_2, .ser_icon_3, .ser_icon_4, .ser_icon_5, .ser_icon_6 {
		width: 130px;
		height: 130px;
		background-size: 60px;
	}
	.serv_sec:hover .ser_icon, .serv_sec:hover .ser_icon_2, .serv_sec:hover .ser_icon_3, .serv_sec:hover .ser_icon_4, .serv_sec:hover .ser_icon_5, .serv_sec:hover .ser_icon_6 {
    	background-position: center -94px;
	}
	.width_dec {
		margin: 30px auto 0px;
	}
	#wonderplugincarousel-1 .amazingcarousel-next, #wonderplugincarousel-2 .amazingcarousel-next  {
    	right: 45% !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev, #wonderplugincarousel-2 .amazingcarousel-prev {
		left: 45% !important;
	}
	.tex_bg {
		padding: 40px 0;
	}
	.other_serv_outer {
		margin-top: 20px;
	}

	.service_outer:before {
		background-size: 80px;
	}
	.btm-slide {
		padding-bottom: 30px;
	}
	.watch_vid {
		margin-top: 6px !important;
		margin-bottom: 20px;
	}
	.white {
		padding: 77px 0px 77px 0% !important;
	}
	.white .page_titl {
		color: #fff;
	}
	.home-welcome-details {
		font-size: 15px;
		text-align: justify !important;
	}
	.quote {
		padding: 20px;
		font-size: 15px;
		line-height: 23px;
	}
	.quote strong {
		max-width: 264px;
	}
	.other_serv {
		padding: 20px 0 20px 0;
		text-align: center;
	}
	.other_serv_outer .page_titl {
		margin-top: 0;
		font-size: 25px;
		text-align: center;
	}
	.other_serv ul li {
		vertical-align: middle;
		margin: 0 15px 0;
		width: 25%;
	}
	.choose_sec {
    	font-size: 18px;
	}
	.choose_outer {
		padding: 20px 0 30px;
	}
	.client_outer {
		padding: 25px 0 40px;
	}
	.copy {
		font-size: 12px;
		color: #fff;
	}
	.entry-title {
    	font-size: 22px !important; 
	}
	.home-welcome-heading, .home-google-review-heading {
		font-size: 25px;
    	line-height: 30px;
	}
	.tab_new .nav-item {
		font-size: 15px;
		width: 25%;
	}
	.tab_content {
		margin: 0px 0 20px;
		font-size: 18px;
	}
    .tab_glry {
		margin-top: 0;
	}
	.tab_content ul li {
		margin-top: 6px;
		font-size: 14px;
	}
	.show_txt p {
    	margin-top: 15px !important;
	}
	.guard_page_bottom_section_heading {
		font-size: 25px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.gurds_tab, .tab_sec_ins, .alrm_monitor_tab, .monitoring_tab {
		width: 100%;
	}
	.guard_page_bottom_section_text {
		font-size: 16px;
	}
	.guard_page_bottom_btn {
		padding: 8px 15px;
		margin-top: 12px
	}
	.guard_page_bottom_section {
		padding: 25px 0 15px;
	}
	.gurds_inner ul li {
		text-align: justify;
	}
	.home-google-review-heading {
		font-size: 20px;
		text-align: center;
	}
	.home-google-review-star, .home-google-review-details {
		text-align: center;
	}
	.home-google-review-left {
		text-align: center;
		width: 140px;
		margin: 0 auto;
	}
	.cus_support {
		font-size: 15px;
		height: 90%;
	}
	.cus_support strong {
		font-size: 22px;
		line-height: 1.2;
	}
	.cctv-sys p {
		padding: 0;
		margin: 0;
	}
	.cctv-sys {
		margin-top: 20px;
	}
	.mt {
		margin-top: 14px !important;
    	margin-bottom: 14px !important;
	}
	.contact_inner {
		padding-right: 0;
	}
	ul.grid_des li {
		width: 24%;
	}
	.img_brdr {
		padding-left: 0;
	}
	.contact_page_info {
		width: 100%;
		margin-top: 12px;
		min-height: auto;
	}
	a.card-link {
		padding: 0.35rem 10px;
	}
	.card-link:after {
		right: 10px;
		top: 7px;
	}
	.category .entry-title {
		font-size: 15px !important;
	}
	article.post-353 {
		width: 100% !important;
		padding: 0 0 20px 0 !important;
		min-height: 100% !important;
		margin-bottom: 20px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.menu_bar ul li a {
		padding: 0 4px;
		font-size: 12px;
	}
	.menu_bar {
		padding: 0 !important;
	}
	.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {
		padding-right: 15px !important;
	}
	.logo {
		margin-top: 38px;
		padding: 0 10px 0 0;
	}
	.call a {
    	font-size: 17px;
	}
	.watch_vid {
		margin-top: 20px !important;
	}
	.tex_bg {
		max-height: 315px !important;
	}
	.other_serv ul li {
		margin: 34px 17px;
	}
	.other_serv_outer .page_titl {
    	text-align: center;
	}
	.mt-md {
		margin-top: 0 !important;
	}
	.contact_page_info {
		font-size: 14px;
	}
	.other_serv_outer {
		margin-top: 0;
	}
	.service_outer {
		padding: 30px 0 50px;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev, #wonderplugincarousel-2 .amazingcarousel-prev {
    	left: 45% !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-next, #wonderplugincarousel-2 .amazingcarousel-next{
    	right: 46% !important;
	}
	.crellyslider>.cs-slides>.cs-slide>* {
		left: 560px !important;
	}
}
/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
	.primary-navigation a {
		padding: 0 4px !important;
		font-size: 12px !important;
	}
	.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {
		padding-right: 15px !important;
	}
	.menu_bar {
		padding: 0 !important;
	}
	.call {
		margin-top: 41px;
		text-align: right;
		padding-right: 0;
	}
	.call a {
		font-size: 17px;
	}
	.logo {
		text-align: left;
		margin-top: 35px;
		padding:0 10px 0 0px;
	}
	.primary-navigation li li {
		padding: 0 0px 0 5px !important;
		line-height: 30px !important;
	}
	.primary-navigation li {
		height: auto !important;
	}
	.tex_bg {
		background-image: url(../images/bg_serv.jpg);
		background-repeat: no-repeat;
		max-height: 315px!important;
	}
	.tex_bg .page_titl.text-center {
		color: #fff;
		padding: 135px 0;
	}
	.vide_sec {
		margin-bottom: 60px !important;
		margin-top: 30px;
	}
}
@media screen and (min-width: 1424px) {
	.tex_bg {
		padding: 40px 0px 50px 11%;
	}
}

@media screen and (min-width: 1624px) {
	.tex_bg {
		padding: 40px 0px 50px 13%;
	}
}


@media screen and (min-width: 1920px) {
	.tex_bg {
		padding: 50px 0px 50px 20%;
	}
}

@media screen and (min-width: 2048px) {
	.tex_bg {
		padding: 50px 0px 50px 22%;
	}
}

@media screen and (min-width: 2550px) {
	.tex_bg {
		padding: 50px 0px 50px 24%;
	}
}