
  /*******video css start****/
  .video-top {
	background: background: rgb(5,69,159);
	background: linear-gradient(0deg, rgba(5,69,159,1) 0%, rgba(0,107,177,1) 51%, rgba(7,149,195,1) 100%);
	padding: 60px 0 80px;
}
  .monitoring h2 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 50px;
}
  .smart-home {
	position: relative;
}
  .automation h2 {
	color: #fff;
	font-weight: 600;
}
  .automation h6 {
	font-size: 24px;
	margin-bottom: 0;
}
  .btn-more {
	text-align: center;
	width: 100%;
	padding-bottom: 0;
	padding-top: 0;
	position: absolute;
	z-index: 1;
	bottom: -34px;
}
  .btn-more a {
	display: inline-block;
	color: #333;
	font-size: 17px;
	text-decoration: none;
	outline: none;
	border-radius: 30px;
	padding: 12px 45px;
	cursor: pointer;
	transition: background-color 1s, color 1s;
	background: #eeeeee;
}
  .smart-home .img-fluid {
	max-width: 100%;
	width: 100%;
}
/* Fully hidden (no space) */
#equipBox {
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease;
}
  /*******video css end****/ 
  
  
  .mobile-show {
	display: none;
}
  .desktop-show {
	display: block;
}
  @media screen and (max-width: 767px) {
	.mobile-show {
	display: block;
}
	.desktop-show {
	display: none;
}
	.mb-6 {
	margin-bottom: 30px;
}
	.monitoring h2 {
	margin-bottom: 20px;
	font-size: 28px;
}
	.automation h2 {
	font-size: 28px;
}
	.btn-more {
	background: radial-gradient(circle, rgba(7,145,195,1) 3%, rgba(5,69,159,1) 100%);
	padding: 10px 0;
	position: inherit;
	bottom: 0;
}
	
  }
  
   .blueGradientBG {background: rgb(5,69,159);
background: linear-gradient(0deg, rgba(5,69,159,1) 0%, rgba(0,107,177,1) 51%, rgba(7,149,195,1) 100%);}
  
   #equipBox article {
    background-color: none;
    font-size: 16px;
    min-height: 214px;
    padding: 10px;
    border: solid 0px rgba(0,0,0,.1);
}
  
#equipBox {
    padding: 0;
    margin: 0;
    border: solid 1px gba(0,0,0,.1);
}
  #equipBox.open{
	padding: 50px 10px 30px;
  }
  
  
   .firstSide {width: 40%; float: left; margin: 0 5%; }
	   .secondSide {width: 45%; height: 300px; float: left; text-align: left; position: relative; }
	   .firstSideM {width: 90%;  margin: 0 auto; }
	   .secondSideM {width: 100%; height: 102px; margin: 10px auto 0 auto; text-align: center; position: relative; }
	   
	   .vertical-center {padding: 10px; width: 80%;
		 margin-top:18%;
 
  
}
	   
    .bottom-100 {
bottom: 100px;
}
   
   
   .pink-banner a {color: white;}

.pink-banner {
height: 40px;
width: 55%;
position: absolute;
right: -3px;
bottom: 65px;
background-image: linear-gradient(to right, #50008E, #CC66CD);
display: flex;
justify-content: center;
align-items: center;
color: white;
font-size: 16px;
z-index: 1;
font-weight: 600;
font-style: italic;
line-height:1em;
padding-right:10px;
}
.pink-triangle {
width: 0;
height: 0;
border-top: 8px solid #50008E;
border-right: 8px solid transparent;
position: absolute;
bottom: -8px;
right: 0;
}

.purple-triangle-top {
width: 0;
height: 0;
border-top: 22px solid #50008E;
border-left: 12px solid transparent;
position: absolute;
top: 0px;
left: -11px;
}
.purple-triangle-btm {
width: 0;
height: 0;
border-bottom: 22px solid #50008E;
border-left: 12px solid transparent;
position: absolute;
bottom: 0px;
left: -11px;
}
   
   
   
#mobileBattery {height: 130px; border: 0px solid; overflow: hidden;}
   
   #mobileBatteryImg {position: absolute; top: -45px; left: 22%;}
   
 @media screen and (min-width: 668px) {
      
 #mobileBattery {
width: 100%;
position: relative;

   height: auto;
}
   
#mobileBatteryImg {
  position: relative;
height: auto;
border: 0px solid;
overflow: visible;   top: auto;
left: auto;
}
 }
   
   
      .bttn,
.bttn:visited {
display: inline-block;
color: #fff;
font-size: 17px;
text-decoration: none;
outline: none;
border-radius: 30px;
padding: 12px 45px;
cursor: pointer;
transition:background-color 1s, color 1s;
}
   
   

   
   .row {
     justify-content: center;}
   
   
   .bgImage {background-image: url(/Images/focusbroadband/Security/banners/FOCUS_Yard_Sign.jpg);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
   }

  h1.bannerTitle {font-family: "Segoe UI",Arial,sans-serif; color: white; font-size: 32px; line-height: 1.1em; width: 100%;}





  
section h1 {
  font-size: 3rem;
  margin: 20px;
}
  
section h2{
  font-size: 40px;
  text-align: center;
 
}
  
section .text-container {
   display: flex;
}
  
section .text-container .text-box {
  margin: 20px;
  padding: 20px;
  background: none;
}
  
section .text-container .text-box h3 {
  font-size: 30px;
  font-weight: 700;

  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 900px){
section h1 {
font-size: 2rem;
text-align: center;
}
section .text-container {
flex-direction: column;
}
}

.reveal{
position: relative;
transform: translateY(150px);
opacity: 0;
transition: 1s all ease;
}

.reveal.active{
transform: translateY(0);
opacity: 1;
}



#security-services a img {
    display: inline-block;
    height: 47px;
}



@import url("https://fonts.googleapis.com/css?family=Dosis:400,700");

:root {
--main-white-color: #f2f2f2;
--main-black-color: black;
--main-purple-color: #9e89b8;
--main-blue-color: cyan;
}





/* CONTAINER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper {
display: flex;
flex-direction: column;

}

.wrapper > * {
padding: 0px;
}



/* MAIN
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*@keyframes slideInFromLeft {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}

@keyframes slideInFrombottom {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0);
}
}
*/




p.inboundText {
margin-top: 0px;
max-width: 100%;
color: #0066ad;
font-size: 24px;
line-height: 33px;
margin-bottom: 35px;
font-weight: 500;
font-family: "Asap", sans-serif;
}



.firstPara {
 animation: 1s ease-out 0s 1 slideInFrombottom;
}

.page-main2 {
display: flex;
flex-direction: column;
justify-content: center;
flex-grow: 1;
min-height: 260px;
background: 
url(/Images/focusbroadband/Security/smarthome/smarthome-Top-Banner.jpg) no-repeat
center / cover;
/*background-color: var(--main-white-color); https://www.focusbroadband.com/Images/focusbroadband/Security/banners/StandardBanner.jpg
background-blend-mode: lighten;*/
color: var(--main-white-color);
resize: both;
}




.page-main2 div {
max-width: 100%;
}


.page-main2 h1 {
 color: white; /*#0C468C#20488c*/
font-weight: 700;
font-size: 52px;
line-height: 1.1;
margin-bottom: 10px;
letter-spacing: -1px;
transition: font-size 1s;
  animation: 1s ease-out 0s 1 slideInFromLeft;
  width: 350px;
   text-align: left;
    margin: 0 auto 3px auto;
    font-weight: 700;
  
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), -1px 2px 1px rgba(0,0,0,0.28);
/*text-shadow: 2px 2px 5px rgba(255,255,255,1);*/
}

.page-main2 h1.bannerTitle {
    font-size: 75px;
}
.page-main2 p {
 color: white;
font-size: 22px;
width: 350px;
line-height: 1.em;
text-align: left;
transition: font-size 1s;
 animation: 1s ease-out 0s 1 slideInFromLeft;
   margin: 0px auto 0 auto;
    padding: 0 20px;
    font-weight: 700;
text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), -1px 2px 1px rgba(0,0,0,0.28);
    /*text-shadow: 2px 2px 2px rgba(17,34,92,.4);*/
}




.gradient-text {
color: #007cd2; background-image: -webkit-linear-gradient(45deg, #007cd2 24%, #288ba1 54%, #28a0a0 80%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;
font-size: 34px;
font-weight: bold;
line-height: 53px;
}

.bttn7.bttn-blue {
background-color: #0079c2;
}

         .bttn7.bttn-none {
             background-color: none;
         }

.bttn7, .bttn7:visited {
display: inline-block;
             color: #0079c2;
font-size: 24px;
text-decoration: none;
outline: none;
border-radius: 30px;
padding: 7px 0px;
cursor: pointer;
transition: background-color 1s, color 1s;

}

.bttn7:hover {
                 color: #038170;
             }


.deviceH {
text-align: left;
border-radius: 5px;
cursor: pointer;
position: relative;
padding: 25px 0 20px;
  color: #1b498b;
opacity: 1;
min-height: 400px; 
  box-shadow: 0 5px 15px rgba(0,0,0,.05);
    background: white;
}

.deviceH:hover {

cursor: pointe
box-shadow: 0 5px 15px rgba(0,0,0,0.07);
transition: box-shadow .8s;
transition-timing-function: ease-in-out;
background: rgb(216,245,251);
background: -moz-linear-gradient(3deg, rgba(216,245,251,1) 0%, rgba(234,250,253,1) 23%, rgba(255,255,255,1) 46%);
background: -webkit-linear-gradient(3deg, rgba(216,245,251,1) 0%, rgba(234,250,253,1) 23%, rgba(255,255,255,1) 46%);
background: linear-gradient(3deg, rgba(216,245,251,1) 0%, rgba(234,250,253,1) 23%, rgba(255,255,255,1) 46%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8f5fb",endColorstr="#ffffff",GradientType=1);
transform: scale(1.08);
}



.deviceH p {

padding: 14px;

}



  

@media screen and (min-width: 850px) {

.page-main2 {

text-align: center;
  min-height: 220px;
  border: 0px solid black;
}


.page-main2 h1 {
width:1320px;
font-size: 62px;
line-height:1.1em;
padding: 0 0px;  
}

.page-main2 p {
width:1320px;
padding: 0 5px;
font-size: 40px;
line-height: 1.1em;
 letter-spacing: 2px;

}

.gradient-text {
color: #007cd2; background-image: -webkit-linear-gradient(45deg, #007cd2 24%, #288ba1 54%, #28a0a0 80%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;
font-size: 33px;
font-weight: bold;
line-height:48px;
margin-top: 65px;
font-family: "Segoe UI",Arial,sans-serif;

width:850px;
}


}





@media screen and (min-width: 1200px) {

.page-main2 {

text-align: center;
  min-height: 300px;
  border: 0px solid black;
}


}
@media screen and (max-width: 1024px) {
.page-main2 h1.bannerTitle {
    font-size: 52px;
}
}  
@media screen and (max-width: 849px) {
  
.page-main2 h1 {
       text-align: center;
}
.page-main2 p {
   text-align: center;  
}	
}



p.intro {
margin-top: 40px;
max-width: 100%;
color: #0066ad;
font-size: 24px;
line-height: 33px;
margin-bottom: 35px;
font-weight: 500;
font-family: "Asap", sans-serif;
}




p.intro2 {
margin-top: 10px;
max-width: 100%;
color: #1b498b;
font-size: 18px;
line-height: 22px;
margin-bottom: 5px;
font-weight: 500;

}



.bg-blue-grad {
background: url(https://www.focusbroadband.com/Images/ATMC-facebook/site/images/universal/bg-blue.jpg) no-repeat bottom center / cover;
color: #fff;     min-height: 180px;

margin-top: 30px;

}

h3.sectionTitle {
font-size: 1.3em;
color: green;
font-weight: 700;
margin: auto;
}

         .addExtra {
             color: #007cd2;
             background-image: -webkit-linear-gradient(45deg, #007cd2 24%, #288ba1 54%, #28a0a0 80%);
             background-clip: text;
             -webkit-background-clip: text;
             text-fill-color: transparent;
             -webkit-text-fill-color: transparent;
             

             width: 100%;
             min-height: 10px;
             font-size: 2.125em;
             font-weight: 700;
             padding: 4px;
             text-align: center;
             letter-spacing: 1px;
             font-style: italic;
             margin: 15px 0 0 0;
             font-family: "Segoe UI",Arial,sans-serif;
         }

.gradientSeparator {
background: rgb(40,160,160);
background: linear-gradient(90deg, rgba(40,160,160,1) 0%, rgba(0,124,210,1) 100%);
color: #fff;
width:100%;
min-height: 10px;
font-size: 2.125em;
font-weight: 500;
padding: 4px;
text-align: center;
letter-spacing: 1px;
font-style: italic;
margin: 15px 0 0 0;
font-family: "Segoe UI",Arial,sans-serif;
}

.bottomCall {padding: 20px; margin: 80px auto;}

       .card-inner {
             transition: 0.3s;
             border-bottom: 3px solid;
             border-color: rgba(233, 32, 79, 0);
             padding: .1rem ;
             box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
          
         }

     .card-img {
             margin-bottom: 1rem;
         }

         .card-img {
             width: 100%;
             border-radius: calc(.25rem - 1px);
         }

         .mbr-iconfont {
             color: #e9204f;
             font-size: 3rem;
             transition: 0.3s;
         }

        

         .card-box {
             width: 100%;
           
         }

      .card-title {
             transition: 0.3s;
         }

         .display-5 {
             font-family: "Segoe UI",Arial,sans-serif;
             font-style: normal;
             font-weight: bold;
         
             -webkit-font-smoothing: antialiased;
             -moz-osx-font-smoothing: grayscale;
             font-size: 1.3rem;
             line-height: 1;
             color: #0066ad;
         }


        .mbr-text {
             color: #299fa1;
         }

         .display-7 {
             font-family: "Segoe UI",Arial,sans-serif;
             font-size: 1rem;
             line-height: 1.1;
         }

         .card {
             background-color: transparent;
             border: none;
         }


         hr.hr-text {
             position: relative;
             border: none;
             height: 1px;
             background: linear-gradient(90deg, rgba(40,160,160,1) 0%, rgba(0,124,210,1) 100%);
            opacity: 1;
        margin-bottom: 50px;
         }

         hr.hr-text::before {
             content: attr(data-content);
             display: inline-block;
                 background: #0066ad;
             font-weight: 700;
             font-size: 1.3rem;
             letter-spacing: 2px;
                 color: white;
               border: 0px solid #0066ad;
             border-radius: 30rem;
             padding: 0.4rem 1rem;
             position: absolute;
             top: 50%;
             left: 50%;
             transform: translate(-50%, -50%);
           text-align: center;
         }

         hr {
             position: relative;
             border: none;
             height: 2px;
             background: linear-gradient(90deg, rgba(40,160,160,1) 0%, rgba(0,124,210,1) 100%);
             opacity: 1;
         }

         .ltBluegrad {
           
padding: 20px 0 20px 0;

             background: rgb(236,251,248);
             background: -moz-linear-gradient(0deg, rgba(236,251,248,0.7707457983193278) 0%, rgba(255,255,255,0) 42%);
             background: -webkit-linear-gradient(0deg, rgba(236,251,248,0.7707457983193278) 0%, rgba(255,255,255,0) 42%);
             background: linear-gradient(0deg, rgba(236,251,248,0.7707457983193278) 0%, rgba(255,255,255,0) 42%);
             filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecfbf8",endColorstr="#ffffff",GradientType=1);
         }

         .bgHorzGrad {
             background: rgb(2,130,154);
             background: -moz-linear-gradient(90deg, rgba(2,130,154,1) 0%, rgba(35,79,152,1) 37%, rgba(33,81,152,1) 68%, rgba(2,130,154,1) 100%);
             background: -webkit-linear-gradient(90deg, rgba(2,130,154,1) 0%, rgba(35,79,152,1) 37%, rgba(33,81,152,1) 68%, rgba(2,130,154,1) 100%);
             background: linear-gradient(90deg, rgba(2,130,154,1) 0%, rgba(35,79,152,1) 37%, rgba(33,81,152,1) 68%, rgba(2,130,154,1) 100%);
             filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02829a",endColorstr="#02829a",GradientType=1);
         }

         .bgSideHorzGrad {
             background: linear-gradient(90deg, rgba(40,160,160,1) 0%, rgba(0,124,210,1) 100%);
         }

         .inBoundLink {
             margin-bottom: 100px;
             margin-top:30px;
         }

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1320px;
}





         .ltBluegrad {
             background: rgb(236,251,248);
             background: -moz-linear-gradient(0deg, rgba(236,251,248,0.7707457983193278) 0%, rgba(255,255,255,0) 42%);
             background: -webkit-linear-gradient(0deg, rgba(236,251,248,0.7707457983193278) 0%, rgba(255,255,255,0) 42%);
             background: linear-gradient(0deg, rgba(236,251,248,0.7707457983193278) 0%, rgba(255,255,255,0) 42%);
             filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecfbf8",endColorstr="#ffffff",GradientType=1);
         }

         .bgHorzGrad {
             background: rgb(2,130,154);
             background: -moz-linear-gradient(90deg, rgba(2,130,154,1) 0%, rgba(35,79,152,1) 37%, rgba(33,81,152,1) 68%, rgba(2,130,154,1) 100%);
             background: -webkit-linear-gradient(90deg, rgba(2,130,154,1) 0%, rgba(35,79,152,1) 37%, rgba(33,81,152,1) 68%, rgba(2,130,154,1) 100%);
             background: linear-gradient(90deg, rgba(2,130,154,1) 0%, rgba(35,79,152,1) 37%, rgba(33,81,152,1) 68%, rgba(2,130,154,1) 100%);
             filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02829a",endColorstr="#02829a",GradientType=1);
         }

         .bgSideHorzGrad {
             background: linear-gradient(90deg, rgba(40,160,160,1) 0%, rgba(0,124,210,1) 100%);
         }

         .inBoundLink {
             margin-bottom: 100px;
             margin-top:30px;
         }

     
         #equipBox .container {
             max-width: 1250px;
         }

         .loc {
             
             width: 100%;
             height: 100%;
             min-height: 230px;
         }

        

         

         #center-me {
             width: 250px;
             margin: 0 auto;
         }


         .bg-gray {
             background-color: #efefef;
         }


         .bg-ltBlue {
             background-color: #ccf5ff;
         }

.bg-ltGray {
             background-color:  #efefef;
         }


         
         h2.sectionTitle2

         {
             color: #0079c2;
             font-size: 32px;
             margin-bottom: 15px;
         }

        

         h3.deviceTitle {
             color: #0079c2;
             font-size: 21px;
         }

         p.deviceCopy {
             padding: 2px 26px;
             font-size: 16px;
         }



.bin-container {
padding: 0;
margin: 0;
width: 100%;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

.flex-itemLeft {

padding: 5px;
width: 450px;
margin: 10px;
text-align: right;
}
.flex-itemRight {

padding: 5px;
margin: 10px;
text-align: left;
}



.imageLeft {
width: 100%;
position: relative;
right: 0px;}



.inboundLinkImg {max-width: 310px; margin: 0; padding: 0;}


@media screen and (min-width: 800px) {

.inboundLinkImg {max-width: 480px; margin: 0; padding: 0;}
}
@media screen and (min-width: 600px)  {
    .mobile-break { display: none; }
}

