* {
	padding: 0;
	margin: 0;
	font-family: Segoe UI;
}


button {
	border: none;
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
}


img {
	display: block;
}




li {
	list-style-type: none;
}




a {
	text-decoration: none;
	display: block;
}












/*section1 starts here*/






.section-image {
	position: relative;
	overflow: hidden;
}





.section-image img {
	width: 206vh;
	min-width: 100vw;
}

















.controllers {
	position: absolute;
	top: 37vh;
	left: 50%;
	width: 75%;
	margin-left: -37.5%;
	display: flex;
	justify-content: space-between;
	opacity: 0;
	transition: 300ms;
}







.section-image:hover .controllers {
	opacity: 1;
}



















.controllers img {
	width: 8vh;
	min-width: inherit;
	cursor: pointer;
	transition: 300ms;
	opacity: 0.6;
}






.controllers img:hover {
	opacity: 1;
}
















.image-content {
	position: absolute;
	top: 22vh;
	width: 64vh;
	left: 50%;
	margin-left: -32vh;
}









.image-content p {
    font-size: 1.9vh;
    letter-spacing: 0.3vh;
    text-align: center;
    color: white;
    font-weight: 300;
}








.image-content h1 {
	font-size: 8.4vh;
    font-weight: 600;
    text-align: center;
    margin: 4vh 0;
    color: white;
}



.buttons-image {
	display: flex;
	justify-content: space-between;
	width: 100%;
    margin-top: 7vh;
}





.buttons-image a {
    background: #da2229;
    padding: 1.6vh 6vh;
    color: black;
    font-size: 2.9vh;
    font-weight: 500;
    border-radius: 5vh;
    transition: 300ms;
}






.buttons-image a:hover {
	background: #b1151b;
}

























@media (orientation: portrait) {

	.controllers {
	    top: 40vh;
	    left: 50%;
	    width: 100%;
	    margin-left: -50%;
	}


	.controllers img {
	    width: 5vh;
	}


	.image-content {
	    top: 27vh;
	    width: 90%;
	    left: 50%;
	    margin-left: -45%;
	}

	.image-content p {
	    font-size: 2vh;
	}

	.image-content h1 {
	    font-size: 6vh;
	}


	.buttons-image {
	    width: 50vh;
	    margin: 0 auto;
	    max-width: 100%;
        margin-top: 7vh;
	}


	.buttons-image a {
	    padding: 1.6vh 4vh;
	    font-size: 2.5vh;
	}



}





























/*section1 ends here*/











































/*section2 starts here*/







.section2-wrapper {
	width: 75%;
	margin: 8vh auto;

}





.section2-wrapper h2 {
	text-align: center;
    font-size: 4vh;
    font-weight: 900;
    margin-bottom: 4vh;
    color: #231f20;
}






.section2-wrapper p {
	width: 100vh;
    text-align: center;
    margin: 0 auto;
    font-size: 1.9vh;
    color: #58595b;
}




.red-line {
    border-top: 0.1vh solid #da2229;
    width: 100%;
    margin: 10vh 0;
}







.products-content {
	display: flex;
	justify-content: space-between;
}






.each-product {
	width: 19vh;
}










.each-product img {
    height: 6.5vh;
    margin: 0 auto;
    transition: 300ms;
}


.each-product img:hover {
	height: 8vh;
}




.each-product h6 {
    text-align: center;
    font-size: 2.1vh;
    margin: 0.6vh 0;
}



.each-product p {
	text-align: center;
    width: 100%;
    font-size: 1.3vh;
    font-weight: 600;
    margin-top: 1vh;
    color: #808285;
}








@media (orientation: portrait) {


	.section2-wrapper {
	    width: 90%;
	    margin: 6vh auto;
	}

	.section2-wrapper h2 {
	    margin-bottom: initial;
	}


	.section2-wrapper p {
	    width: 100%;
	    font-size: 2vh;
	    margin-top: 4vh;
	}


	.red-line {
	    margin: 4vh 0;
	}



	.products-content {
	    flex-wrap: wrap;
		justify-content: space-evenly;

	}

	.each-product {
	    width: 19vh;
	    margin-top: 4vh;
	}


	.each-product p {
	    margin-top: 1vh;
	}


}


























/*section2 ends here*/






















































/*section3 starts here*/





.section3 {
	position: relative;
	overflow: hidden;
}











.section3 img {
	width: 206vh;
	min-width: 100vw;
}







.section3-content {
	position: absolute;
	top: 8.3vh;
	width: 96vh;
	left: 50%;
	margin-left: -48vh;
}





.section3-content img {
	width: 16.5vh;
	min-width: inherit;
	margin: 0 auto;
}






.section3-content p {
	color: white;
    text-align: center;
    font-size: 2.5vh;
    font-weight: 700;
    margin-top: 5.3vh;
}
















@media (orientation: portrait) {

	.section3-content img {
	    width: 12vh;
	}


	.section3-content {
	    width: 90%;
	    left: 50%;
	    margin-left: -45%;
	}


	.section3-content p {
	    width: 100%;
	}
	



}






























/*section3 ends here*/























































/*section4 starts here*/





.section4-wrapper {
	width: 75%;
	margin: 8vh auto;
}









.section4-wrapper h2 {
	text-align: center;
    font-size: 4vh;
    font-weight: 900;
    margin-bottom: 0.5vh;
    color: #231f20;
}






.section4-wrapper p {
	width: 100vh;
    text-align: center;
    margin: 0 auto;
    font-size: 2.4vh;
    color: #58595b;
}






.section4-logos {
	display: flex;
	justify-content: space-between;
	margin-top: 5vh;
}








.section4-logos img {
	height: 9vh;
}
























@media (orientation: portrait) {

	.section4-wrapper {
	    width: 90%;
	    margin: 6vh auto;
	}


	.section4-wrapper p {
    	width: initial;
    }

    .section4-logos {
	    justify-content: space-evenly;
	    flex-wrap: wrap;
	    margin-top: 0vh;
	}


	.section4-logos img {
	    margin-top: 4vh;
	}



}




















/*section4 ends here*/


* {
	padding: 0;
	margin: 0;
	font-family: Segoe UI;
}


button {
	border: none;
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
}


img {
	display: block;
}



li {
	list-style-type: none;
}




a {
	text-decoration: none;
	display: block;	
}












/*header starts here*/




header {
	background: white;
}




/*top banner*/


.top-banner {
	background: #414042;
}


.top-banner-wrapper {
    width: 75%;
    margin: 0vh auto;
    display: flex;
    padding: 2px 0;
    padding-top: 6px;
    justify-content: space-between;
}


.socialmedia {
	display: flex;
	width: 100px;
	justify-content: space-between;
}



.socialmedia img {
	height: 15px;
}


.address-top {
	display: flex;
	justify-content: space-between;
	width: 500px;
	align-content: center;
}



.address-top-item {
	display: flex;
}



.address-top-item a {
    color: white;
    font-size: 1.9vh;
    margin-bottom: 1vh;
    margin-left: 4vh
}


.address-top-item h6 {
    color: white;
    font-size: 2vh;
    width: 6vh;
}



/*-----*/






.header-wrapper {
	width: 75%;
	margin: 2vh auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}




.logo img {
	width: 7.8vh;
}















.menu-icon {
	display: none;
}

















nav ul {
	display: flex;
	justify-content: space-between;
	width: 30vw;
}




nav ul li {
	width: 8vh;
}






nav ul li a {
    font-size: 1.7vh;
    font-weight: 600;
    color: #58595b;
    text-align: center;
    transition: 300ms;
}




#active-menu {
	color: #da2229;
	font-weight: 900;
}




nav ul li a:hover {
	color: #da2229;
	font-weight: 900;
}



























@media (orientation: portrait) {



	.header-wrapper {
		width: 90%;
	}



	.logo {
		z-index: 2;
	}




	nav {
	    width: 41vh;
	    height: 4vh;
	    position: relative;
	    padding-bottom: 1vh;
	}



	nav ul {
	    background: white;
	    width: 90vw;
	    position: absolute;
	    right: 0;
	    margin-top: 5vh;
	    z-index: 1;
	    transition: 500ms;
	    display: block;
	    visibility: hidden;

	}


	.menu-icon {
	    display: block;
	    background: #da2229;
	    width: 5vh;
	    cursor: pointer;
	    position: absolute;
	    top: 0;
	    right: 0;
	    z-index: 2;
	    transition: display 300ms;
	}



	.menu-icon img {
		margin: -1px;
	}




	.menu-icon:hover {
		background: #b1151b;
	}



	.menu-list {
		opacity: 0;

	}








	.navigation:hover .menu-list {
		visibility: visible;
		opacity: 1;

	}





	nav ul li {
	    width: 25vh;
	    margin: 5vh auto;
	    height: 4vh;
	}




	nav ul li a {
	    font-size: 2.5vh;
	}







}

























/*header ends here*/
* {
	padding: 0;
	margin: 0;
	font-family: Segoe UI;
}


button {
	border: none;
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
}


img {
	display: block;
}



li {
	list-style-type: none;
}




a {
	text-decoration: none;
	display: block;	
}



















/*footer starts here*/





footer {
	background: #414042;
}





.footer-wrapper {
	width: 75%;
	margin: 2vh auto;
	display: flex;
	justify-content: space-between;
	padding: 6vh 0;
}







.part1-footer {
	width: 38vh;
}








.part1-footer img {
	width: 11vh;
	margin-bottom: 2vh;
}







.part1-footer h5 {
    font-size: 3.6vh;
    color: #da2229;
    margin-bottom: 5vh;
}








 




.social-media {
	display: flex;
	justify-content: space-between;
	width: 16vh;
}







.social-media img {
	width: 2.6vh;
}




















.part2-footer {
	width: 18vh;
}






.part2-footer h5 {
	font-size: 3.6vh;
    color: #da2229;
    margin-bottom: 5vh;
}








.part2-footer ul li {
	margin-bottom: 2vh;
}














.part2-footer ul li a {
    color: white;
    font-size: 1.8vh;
}























.part3-footer {
	width: 36vh;
}









.part3-footer h5 {
	font-size: 3.6vh;
    color: #da2229;
    margin-bottom: 5vh;
}















.part3-footer p {
    color: white;
    font-size: 1.9vh;
    margin-bottom: 3vh;
}










.contact-line {
	display: flex;
}











.contact-line h6 {
	font-weight: 900;
    color: white;
    font-size: 2vh;
    width: 11vh;
}













.contact-line p, .contact-line a {
    color: white;
    font-size: 1.9vh;
    margin-bottom: 1vh;
}













.copyright {
	background: #231f20;
}






.copyright p {
    width: 75%;
    text-align: right;
    color: white;
    margin: 0 auto;
    padding: 3vh 0;
    font-size: 2vh;
}































@media (orientation: portrait) {

	
	.footer-wrapper {
	    width: 90%;
	    flex-wrap: wrap;
        margin: 0vh auto;
	}


	.part1-footer h5 {
	    margin-bottom: 2vh;
	}


	.part2-footer {
	    margin-top: 5vh;
	    width: 100%;
	}



	.part2-footer h5 {
	    margin-bottom: 2vh;
	}



	.part2-footer ul {
	    display: flex;
	    justify-content: space-between;
	    width: 100%;
	}



	.part3-footer {
	    width: 100%;
	    margin-top: 5vh;
	}


	.part3-footer h5 {
	    margin-bottom: 2vh;
	}


	.copyright p {
	    width: 90%;
	}
	



}













/*footer ends here*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/web/20190830145425im_/http://www.deltasecurity.rw/themes/delta-security/assets/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/web/20190830145425im_/http://www.deltasecurity.rw/themes/delta-security/assets/css/fonts/slick.eot');
    src: url('/web/20190830145425im_/http://www.deltasecurity.rw/themes/delta-security/assets/css/fonts/slick.eot#iefix') format('embedded-opentype'), url('/web/20190830145425im_/http://www.deltasecurity.rw/themes/delta-security/assets/css/fonts/slick.woff') format('woff'), url('/web/20190830145425im_/http://www.deltasecurity.rw/themes/delta-security/assets/css/fonts/slick.ttf') format('truetype'), url('/web/20190830145425im_/http://www.deltasecurity.rw/themes/delta-security/assets/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*
     FILE ARCHIVED ON 14:54:25 Aug 30, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:04:24 Sep 05, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 122.301
  exclusion.robots: 0.263
  exclusion.robots.policy: 0.248
  cdx.remote: 0.089
  esindex: 0.013
  LoadShardBlock: 82.877 (3)
  PetaboxLoader3.resolve: 50.909 (2)
  PetaboxLoader3.datanode: 46.402 (4)
  load_resource: 51.021
*/