*{
	margin: 0; padding: 0; box-sizing: border-box;
}

#loading{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff 
	url('loder.gif')
	no-repeat center;
	z-index: 99999;
}

html {
    overflow-x: hidden; }
	
.paragraph P{
 text-align: justify;
 margin: 0 auto;
 padding: 5px;
}

.head-text{
	height: auto;
	padding-top: 15px;
	background-color: #686d6e;
	
}
.text-center b a{
	color: white;
}

.left_column{
	display:block;
	float:left;
	width:420px;
}

.right_column{
	display:block;
	float:left;
	width:150px;
	margin:0 0 0 20px;
	}
	
	p {
	padding:30px;
	font-size: 20px;
	font-family: Nunito,sans-serif;
	
}

.text-primary {
    color: #f44438!important;
	font-family: Nunito,sans-serif;
}

.text-primary1 {
    color: #f44438!important;
	font-size: 35px;
	font-family: Nunito,sans-serif;
}
/*
............................OurServices....................................
*/
.ourservices{
	padding: 100px 0px 60px;
	height: auto;
}

.ourservices h1{
	font-size: 50px;
	font-weight: bold;
}

.rowsetting{
	margin: 80px 0px !important;
}

.imgsetting{
	border-radius: 50%;
	height: 100px;
	width: 100px;
}

.fa-shopping-cart{
	margin-top: 20px;
}

.fa-desktop{
	margin-top:26px
}

.fa-lock{
	margin-top:25px
}

.rowsetting h2{
	margin-top: 20px;
	font-weight: bold;
	font-size: 30px;
}

.rowsetting p{
	padding: 10px;
	font-size: 15px;
}

.footer{
	background-color: black;
	width: 100%;	
}

.bg-danger{
	background-color: #e5e9ff!important;
}

.bg-info{
	background-color: #162252!important;
}


.paragraph2{
	line-height: normal;
}

a{
	text-decoration: none;
	color: white;
	line-height: 2rem;
	justify-content: space-between;
	
}


a:hover{
	text-decoration: none;
	color: red;
	transition: 0.10s;
	
}

.bg-dark{
	background-color: black!important
}

.container-margin p{
	margin-bottom: 0;
	
}


.img-fluid{
	  max-width: 100%; 
	  height: auto;
  } 

marquee{
color:white;
font-size: 25px;
font-weight: bold;
marquee-speed: 2;
}
