/*First Page*/
@import url('http://fonts.googleapis.com/css?family=poppins:200,300,400,500,600,700,800,900&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: Candara Light;
    transition: all .2s linear;
}

#header{
    height: 100vh;
    background-image: url(Img/cctv-security-camera.jpg);
    background-position: center;
    background-size: cover;
}

.container{
    margin-right: 100px;
    margin-left: 50px;
}

.logo{
    margin-top: 30px;
    width: 120px;
}

.head-text{
    max-width: 350px;
    margin-top: 140px;
}

h1{
    font-size: 34px;
    color: white;
    font-family: Candara Light;
}

p{
    color: white;
    font-family: Candara Light;
    font-weight: bold;
}

.square{
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #00a7f7;
    margin: 15px 0;
}

.common-btn{
    padding: 18px 40px;
    background-color: #4CAF50;
    outline: none;
    border: 2px solid #cac7e5;
    font-weight: bold;
    cursor: pointer;
    border-radius: 16px;
    color: white;
}

/*Side Menu*/

#sidenav{
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 0;
    background: #00a7f7;
    z-index: 2;
    transition: 0.5s;
}

nav ul li{
    list-style: none;
    margin: 50px 20px;
}

nav ul li a{
    text-decoration: none;
    color: #fff;
}

#menubtn{
    width: 50px;
    position: fixed;
    right: 65px;
    top: 35px;
    z-index: 2;
    cursor: pointer;
}

/*Second-about-Page*/
#about{
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-left{
    flex-basis: 50%;
}

.about-left img{
    width: 80%;
    margin-left: 5%;
    
}

.about-right{
    flex-basis: 50%;
}

h2{
    color: black;
    text-align: left;
}

.t{
    text-align: center;
}

p1{
    color: black;   
    text-align: left;
}

/*Third-Testimonials-Page*/

#testomies{
    padding: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
}

.testomies-left{
    flex-basis: 50%;
}

.testomies-left img{
    width: 80%;
}

.testomies-right{
    padding: 40px 0;
    background: #f1f1f1;
    color: #434343;
    text-align: center;
}

.inner{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 0,20px;
}

.border{
    width: 1181px;
    height: 3px;
    background: #6ab04c;
    margin: 26px,auto;
}

.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col{
    flex: 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
    padding: 15px;
}

.testomies-right img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.name{
    font-size: 20px;
    margin: 20px 0;
}

/*Forth-Features-Page*/
#features{
    padding-top: 50px;
    padding-bottom: 50px;
}

.fetures-row{
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.featues-col{
    flex-basis: 25%;
    text-align: center;
}

p2{
    color: black;
}

.feature-btn{
    margin: 80px auto 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/*Fifth-Preview-Page*/

#preview{
    padding: 0px 0px 15px 200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.preview-left{
   flex-basis: 80%;
}

.preview-left img{
    width: 100%;
    display: flex;
    align-items: center;    
}

.heading{
    color: white;
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    font-size: 120%;
}

.banner{
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.para{
    color: white;
    position: absolute;
    top: 35%;
    width: 100%;
    font-size: 65%;
    text-align: center;
}

.btn{
    color: #32e17c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 65%;
    top: 32%;
}

.main{
     color: white;
    position: absolute;
    top: 42%;
    width: 100%;
    font-size: 75%;
    text-align: center;
}

input{
    border: 3px solid #32e17c;
    height: 40px;
    width: 300px;
    border-radius: 50px;
    padding: 0px 10px;
}

/*Sixth-Review-Page*/
#review{
    padding-top: 50px;
    padding-bottom: 50px;
}

.review-row-1{
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.review-col{
    flex-basis: 25%;
    text-align: center;
}

.review1{
    font-family: sans-serif;
    font-size: 400%;
    color: #38a6e3;
}

.para1{
    color: black;
    font-size: 65%;
    padding-right: 50px;
}

.review2{
    font-family: sans-serif;
    font-size: 400%;
    padding-left: 250px;
    color: #38a6e3;
}

.by-the-no{
    position: absolute;
    left:45%;
    text-align: center;
    font-size: 140%;
}

.para2{
    color: black;
    font-size: 65%;
    padding-left: 230px;
}

/*Seventh-Compare-Page*/
#compare{
    padding: 0px 0px 15px 200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.compare1{
    padding-left: 130px;
}
.c-heading{
  color:#38a6e3;
  text-align: center;
  justify-content: center;
}

/*Eight-Blocks-Page*/
#blocks{
    padding: 0px 0px 15px 200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blocks1 img{
    padding-top: 50px;
    width: 45%;
    display: flex;
    align-items: center;    
}

.b-heading{
    color: white;
    position: absolute;
    top: 20%;
    left: 10%;
    width: 100%;
}

.ban{
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.box-shadow-1{
    position: absolute;
    left: 50%;
    bottom: 25%;
    right: 5%;
    width: 300px;
    height: 200px;
    margin: 40px 0;
    background: #fff;
    font-size: 100%;
    display: flex;
    justify-content: center;
    box-shadow: 30px 30px 20px rgba(0,0,0,0.3);
}

/*Ninth-Trust-Page*/

#trust{
    padding: 0px 0px 15px 200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.trust1 img{
    width: 900px;
    padding-right: 50px;
}

#last{
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ban1{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.last-right{
    flex-basis: 100%;
}

.last-right img{
    width: 1263px;
    display: flex;
    align-items: center;  
    padding: 0;
}

.l-heading{
  color: white;
    font-style: oblique;
    font-weight: 200;
    text-align: center;
    justify-content: center;
    font-size: 150%;
    position: absolute;
    top: 10%;
    left: 50%;
}

.l-para{
   color: white;
    text-align: left;
    justify-content: center;
    font-size: 95%;
    position: absolute;
    top: 25%;
    left: 50%;
}

.last-btn{
    position: absolute;
    top: 55%;
    left: 50%;
}

/*Footer Page*/
#footer{
    padding: 0;
}

hr{
    width: 100%;
    border: 0;
    border-top: 1px solid #38a6e3;
    margin-top: 60px;
}

.footer-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-col{
 flex-basis: 100%;
  margin-top: 60px;
}


.footer-links{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.link-title small{
    font-size: 13px;
    color: #777;
}

/*Opration-Page*/

#opration{
    padding: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.opration-row{
    position: relative;
    width: 200%;
    margin-top: 300px auto;
}

.opra-col {
    width: 80%;
    margin: 1%;
    display: grid; 
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.opra-b-shadow{
   position: absolute;
    left: 30%;
    width: 400px;
    height: 320px;
    margin: 50px 0;
    background: #fff;
    font-size: 100%;
    display: flex;
    justify-content: center;
    box-shadow: 30px 30px 20px rgba(0,0,0,0.3);
}

h3{
    color: #38a6e3;
}

.line{
    border-top: 1px solid #38a6e3;
}

.infobox{
    position: absolute;
    left: 110%;
    width: 400px;
}

.square-compare{
    position: absolute;
    left: 48%;
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #00a7f7;
    margin: 15px 0;
}

.social-menu ul {
    position: fixed;
    top: 93%;
    left: 50%;
    transform: translate(75%, -50%);
    padding: 0;
    margin: 0;
    display: flex;
}
.social-menu ul li {
    list-style: none;
    margin: 0 10px;
}
.social-menu ul li .fa {
    color: #000000;
    font-size: 25px;
    line-height: 50px;
    transition: .5s;
}
.social-menu ul li .fa:hover {
    color: #ffffff;
}
.social-menu ul li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    transition: 0.5s;
    transform: translate(0,0px);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li a:hover {
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(1) a:hover {
    background-color: #3b5999;
}
.social-menu ul li:nth-child(2) a:hover {
    background-color: #55acee;
}
.social-menu ul li:nth-child(3) a:hover {
    background-color: #e4405f;
}
.social-menu ul li:nth-child(4) a:hover {
    background-color: #cd201f;
}
.social-menu ul li:nth-child(5) a:hover {
    background-color: #0077B5;
}


.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/*Slider*/

#slider{
            overflow: hidden;
            
        }
        
        #slider figure{
            position: relative;
            width: 500%;
            margin: 0;
            left: 0;
            animation: 7s slider infinite;
        }
        
        #slider figure img {
            width: 20%;
            float: left;
        }
        
        @keyframes slider{
            0%{
                left: 0;
            }
            20%{
                left: 0;
            }
            25%{
                left: -100%;
            }
            45%{
                left: -100%;
            }
            50%{
                left: -200%;
            }
            70%{
                left: -200%;
            }
            75%{
                left: -300%;
            }
            95%{
                left: -300%;
            }
            100%{
                left: -400%;
            }
        }

/*DropDown Menu*/

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;

}

.dropdown {
  position: relative;
  display: table-cell;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

/*Product List*/

/*section{   
    width: 1200px;
    margin: 40px auto;
}
*/
section .upperlist li
{
    list-style: square;
    background: #eee;
    padding: 8px 20px;
    margin: 5px;
    letter-spacing: 1px;
    cursor: pointer;
}

section .upperlist li.active
{
    background: #03a9f4;
    color: #fff;
}

.products
{
    display: flex;
    flex-wrap: wrap;
}

.products .iteambox
{
    position: relative;
    width: 300px;
    height: 300px;
    margin: 5px;
}

.products .iteambox img
{
    
position: absolute;
top: 0;
left: 0;
width: 80%;
height: 80%;
object-fit: cover;
display: flex;
flex-wrap: wrap;
}

.h
{
color: #03a9f4;
font-family: arial, sans-serif;
font-size: 50px;
font-weight: bold;
margin-top: 5px;
margin-bottom: 1px;
margin-left: 500px;
}

/*Introduction*/

.box-container{
    min-height: 50vh;
    display: table-cell;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.box-container .box{
    
    width: 600px;
    height: 350px;
    background: #062d66;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 10px #0007;
    display: flex;
    align-items: center;
    margin: 10px;
}

.box-container .box .image{
    
    text-align: center;
    padding: 60px 0;
    width: 260px;
    background: #0005;
    clip-path: polygon(0 0, 80% 0, 100% 15%,100% 85%,76% 100%,0 100%);
}

.box-container .box .image img{
    
    height: 150px;
    width: 150px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px coral;
    object-fit: cover;
}

.box-container .box .contect{
    display: flex;
    padding: 0 10px;
    
}

.box-container .box .contect .icons{
    
    background: #fff;
    margin: 0 10px;
}

.box-container .box .contect .icons i{
    font-size: 20px;
    margin: 10px 13px;
    color: coral;
    display:block;
}

.box-container .box .contect .icons i:first-child{
    margin-bottom: 70px;
}

.box-container .box .contect .info .title{
    font-size: 29px;
    color: #fff;
    padding: 5px 0;
    text-transform: capitalize;
    
}

.box-container .box .contect .info .post{
    display: block;
    font-size: 18px;
    color: #ccc;
    padding-bottom: 32px;
}

.box-container .box .contect .info a{
    
    display: block;
    color: #aaa;
    padding: 6px 0;
}

.box-container .box .contect .info a:hover{
    color: #fff;
}