html,
body {
    overflow-x: hidden;
  font-family: 'Archivo';
}

body{
 width: 100%;
 height: 100%;
 margin: 0;
 font-family: 'Archivo';
}

div{
 font-family: 'Archivo';
}

*{
 font-family: 'Archivo';

 
}


.pre-nav{
 width: 100%;
 background-color: #343a40;
 height: 50px;
 line-height: 50px;
 margin: 0;
 display: block;
 overflow-y: hidden;
 overflow-x: hidden;
}

.pre-nav p{
 margin-top: 0;
 margin-left: 10%;
 color: white;
 font-family: 'Archivo';
 font-size: 14px;
 line-height: 50px;
 display: inline-block;
}

.pre-nav #p-active{
 color: goldenrod;
 letter-spacing: normal;
 font-weight: bold;
}

.pre-nav #p-active2{
 color: #0E86D4 ;
 letter-spacing: normal;
 font-weight: bold;
}

.pre-nav a{
 margin 0;
 color: white;
 font-family: 'Archivo';
 font-size: 14px;
 letter-spacing: 0.1em;
 float: right;
 display: inline-block;
 text-decoration: none;
 text-decoration-color: none;
 margin-right: 50px;
 
}

.pre-nav a:hover{
 color: #0E86D4;
}



dnav {
  display: block;
  position: absolute;
  height: 80px;
  padding: 0 100px;
  background: #000;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Archivo';
   margin: 0;
}
dnav .logo {
  color: #fff;
  height: 60px;
  margin-top: 10px;
  font-size: 24px;
  float: left;
  font-weight: bold;
}
dnav nav {
  float: right;
}
dnav nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
dnav nav ul li {
  list-style: none;
  position: relative;
}
dnav nav ul li .sub-menu:before {
  content: "\f0d7";
  position: absolute;
  font-family: fontAwesome;
  
  color: #fff;
  right: 5px;
}
dnav nav ul li.active .sub-menu:before {
  content: "\f0d8";
}
/*dropdown-starts*/
dnav nav ul li ul {
  
  position: absolute;
  left: 0;
  top: 65px;
  background: #343a40;
  display: none;
  z-index: 1000;
}
dnav nav ul li.active ul {
  display: block;
  
}
dnav nav ul li ul li {
  display: block;
  width: 200px;
  
}
dnav nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  display: block;
  z-index: 1000;
}
.space-out{
 margin-top: 15px;
}



dnav nav ul li a:hover,
dnav nav ul li a.active {
  color: #0E86D4 ;
  transition: 0.5s;
  
}
.menu-toggle {
  color: #fff;
  float: right;
  line-height: 80px;
  font-size: 24px;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
 
 .space-out{
 margin-top: 0;
  z-index: 100;
}
 
  dnav {
    padding: 0 20px;
    z-index: 100;
  }
  .menu-toggle {
    display: block;
    z-index: 100;
  }
  dnav nav {
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px);
    background: #333;
    top: 80px;
    left: -100%;
    transition: 0.5s;
    z-index: 100;
  }
 
 dnav nav ul li ul {
  
  position: absolute;
  left: 0;
  top: 0;
  background: #343a40;
  display: none;
  z-index: 100;
}
 
 
  dnav nav.active {
    left: 0;
    z-index: 100;
  }
  dnav nav ul {
    display: block;
    text-align: center;
    z-index: 100;
  }
  dnav nav ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
  dnav nav ul li.active ul {
    position: relative;
    background: #343a40;
    z-index: 100;
  }
  dnav nav ul li ul li {
    width: 100%;
    z-index: 100;
  }
 
 dnav nav ul li .sub-menu:before {
  
  left: 90px;
  z-index: 100;
}
}








.dslider {
  background: #000;
  height:450px;
  min-height: 450px;
  max-height: 450px;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0;
}
.arrow {
  background: black;
  border: none;
  border-radius: 10%;
  color: white;
  cursor: pointer;
  display: none;
  opacity: .4;
  padding: 10px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: .2s;
	top: 50%;
  transition: .2s;
}
.arrow:hover {
  opacity: .8;
}
.arrow.next {
  right: 2%
}
.arrow.prev {
  left: 2%;
}
.dslide {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 100%;
  position: absolute;
  width: 100%;
}
.slide-title {
  font-size: 40px;
  font-weight: 900;
  text-align: left;
  margin-left: 15%;
  margin-top: 70px;
  text-transform: uppercase;
  font-family: 'Archivo';
  color: white;
}

.slide-title .active2{
 color: #0E86D4;
}
.slide-title .active3{
 color: goldenrod;
}

.slide-p{
 margin-left: 15%;
 text-align: left;
 font-size: 18px;
 font-family: 'Archivo';
 color: #ddd;
 margin-top: 10px;
 opacity: 0.9;
 
}
.slide-btn {
 width: 110px;
 height: 38px;
 line-height: 38px;
 border: 1px solid #0E86D4;
 color: #0E86D4;
 display: inline-block;
 text-decoration: none;
 text-decoration-color: none;
 margin-left: 15%;
 font-size: 16px;
 float: left;
 text-align: center;
 margin-top: 10px;
 transition: 0.5s;
 font-family: 'Archivo';
 text-decoration: none;
 text-decoration-color: none;
}

.slide-btn:hover {
 background-color: #0E86D4; 
 color: white;
 transition: 0.5s;
 text-decoration: none;
 text-decoration-color: none;
}

.slide-btn2{
 width: 110px;
 height: 38px;
 line-height: 38px;
 border: 1px solid #0E86D4;
 background-color: #0E86D4;
 color: white;
 display: inline-block;
 text-decoration: none;
 text-decoration-color: none;
 margin-left: 15px;
 margin-top: 10px;
 float: left;
 font-size: 16px;
 text-align: center;
 transition: 0.5s;
 font-family: 'Archivo';
 text-decoration: none;
 text-decoration-color: none;
}

.slide-btn2:hover{
 color: white;
 text-decoration: none;
 text-decoration-color: none;
}


.slide-image,
.slide-image img{
  height: 100%;
  width: 100%;
}
.dslide:first-of-type {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7),
                       rgba(0, 0, 0, 0.7)), url('image/bg1.jpg');
 background-repeat: no-repeat;
  background-size: cover;
 background-attachment: fixed;

 
}
.dslide:nth-of-type(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8),
                       rgba(0, 0, 0, 0.8)), url("image/bg2.jpg");
 background-repeat: no-repeat;
  background-size: cover;
 background-attachment: fixed;


}
.dslide:last-of-type {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8),
                       rgba(0, 0, 0, 0.8)), url("image/bg3.jpg");
 background-repeat: no-repeat;
  background-size: cover;
 background-attachment: fixed; 

}


@supports (-webkit-touch-callout: none) {
   .dslide:first-of-type {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6),
                       rgba(0, 0, 0, 0.6)), url('image/bg1.jpg');
    background-repeat: no-repeat;
  background-size: cover;
 background-attachment: scroll;
}
.dslide:nth-of-type(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6),
                       rgba(0, 0, 0, 0.6)), url("image/bg2.jpg");
 background-repeat: no-repeat;
  background-size: cover;
 background-attachment: scroll;
 
}

.dslide:last-of-type {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6),
                       rgba(0, 0, 0, 0.6)), url("image/bg3.jpg");
 background-repeat: no-repeat;
  background-size: cover;
 background-attachment: scroll; 
}
}


.active {
  display: block;
}
.slide-nav {
  bottom: 30px;
  position: absolute;
   width: 100%;
}

.item-active {
  background: #ff686b;
  transform: scale(1.3);
}
.dot {
  border-radius: 50%;
}
.dot,
.square{
  height: 15px;
	width: 15px;
}
.rectangle {
  height: 15px;
  width: 30px;
}


.price-widget1{
 width: 170px;
 height: 63px;
 background-color: rgba(0,0,0,.65);
 border-radius: 10px;
 display: block;
 margin-right: 20px;
 

}

.price-display{
 margin: 0;
 display: flex;
}
.widget-display{
 margin: 0;
 display: flex;
 margin-left: 10%;
 background: transparent;
 margin-top: 80px;
 position: absolute;
}

.price-widget1 .img{
 border-radius: 50%;
 width: 40px;
 height: 40px;
 margin-left: 12px;
 margin-right: 12px;
 margin-top: 11.5px;
}

.price-widget1 .box{
 width: 30px;
 height: 25px;
 margin-top: 10px;
 background: transparent;
}

.price-widget1 .box .name{
 font-size: 12px;
 color: white;
 display: block;
 font-weight: 700;

 
}

.price-widget1 .box .number{
 font-size: 14px;
 color: red;
 display: block;
 
}

.price-widget1 .greyprice{
 font-size: 13px;
 color: dimgrey;
 margin-top: 10px;
 margin-left: 12px;
 
 
}


/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#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: 15px;
  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: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -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: 175px;
  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: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  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;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}


@media screen and (max-width: 500px) {

.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
}
 
 .testimonial4_slide h4 {
  color: #ffffff;
  font-size: 20px;
}

 
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/* ------testimonial  close-------*/



/* ------New Level Security-------*/
.Security-cont{
 display: block;
 width: 100%;
 height: auto;
 background-color: #ddd;
 text-align: left;
}

.h4{
 font-size: 20px;
 font-weight: 600;
 text-align: left;
 margin-left: 10%;
 color: black;
 margin-top: 15px;
}

 .h1{
 font-size: 40px;
 font-weight: 600;
 text-align: left;
 margin-left: 10%;
 color: black;
 margin-top: 15px;
}

.security-display{
 display: flex;
 width: 100%;
 height: auto;
 background-color: transparent;
 
}

 box1{
 display: inline-block;
 width: 500px;
 height: auto;
 background: transparent;
}

 box2{
 display: inline-block;
 width: 500px;;
 height: auto;
 background: transparent;
}

.img{
 width: 50px;
 height: 50px;
 margin-left: 10%;
 
}

.h3{
 font-size: 24px;
 font-weight: 600;
 text-align: left;
 margin-left: 10%;
 color: black;
 margin-top: 15px;
 
}

 .p{
 font-size: 18px;
 text-align: left;
 margin-left: 10%;
 color: black;
 margin-top: 15px;
 
}





