*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
	min-height: 100vh;
	overflow-x: hidden;
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
	}
/* @media screen and (min-aspect-ratio: 2/1) {
		body {
			transform: rotate(360deg);
			 transform-origin:  50% 50%; 
		}    
		}*/

	@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}


/* border  */
.bor{
	border: 1px solid cyan;
}

  @media screen and (max-width:957px) {
	.button{
	position: absolute;
	margin-left: 30px;
	top:5%;
	left: 15%;
	width: 100px;
	padding: 2px ;	
	font-size: 13px;
	}
}
 


/* iframe */
.news_iframe{
	width: 350px;
	height: 600px;
}

@media screen and (max-width:957px) {
	.news_iframe{
		width: auto;
		height: 400px;
	}
	
}
/*---------------Banner Section-----------*/


/* .banner{
	margin-top: 65px;
	filter: contrast(2);
	height: 40%;
} */
.banner img{
	width: 110%;
	margin-left: -15px;
	margin-left: 0px; 
	margin-top: 70px;
}
.banner h1{
	color: #fafafc;
	margin-top: -10px;

}
.banner p{
	color: #fafafc;
}

/* update box  news */
.update-box{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
.scroll{
	margin-left: 20px;
	 margin-top: 10px; 
	 width: 300px;
}
.update-box h4{
	margin-top: 2px;
	font-size: 20px;
	margin-left: 15px;
}
.update-list a{
	text-decoration: none;
	color: black;
    line-height: 25px;
    word-spacing:1px;
	text-align: justify;
	 font-size: 17px;
	font-family: calibri;
}
.update-list :hover{
	text-decoration: underline;
	color: #e67e35;
	cursor: pointer;
}
.update-list  img{
	margin-left: 35px;
}


@media screen and (max-width:957px) {
	.scroll{
		height: 100px ;
		width: auto;
	}
}
/*-------heading section----------------*/

.heading{
	margin-top: 50px;
	display: flex;
	flex: auto;
	position: relative;
	height: 180px; 
}
.heading .h1 {
	margin: 10%;
	width: 80%;
	height: 60px;
	margin-top: -30px;
	color: whitesmoke;
	font-size: 35px;
	font-weight: bold;
	padding: 10px;
	font-family: calibri;
	text-align: center;
	border-radius: 15px;
	background-color: #000050;
}

.heading2{
	margin-top: 110px;
	display: flex;
	position: relative;
	height: auto; 
	/* margin-left: 18%; */
	justify-content: center;
}

.heading2 .h2{
	margin: 10%; 
	width: 60%;
	margin-top: -110px;
	color: whitesmoke;
	font-size: 25px;
	font-weight: bold;
	padding: 10px;
	font-family: calibri;
	text-align: center;
	border-radius: 15px;
	background-color: #000050;
} 

/*----audit management software-paragraph-----------*/
/* paragraph section */

#paragraph1{
	width: 100%;
	height: 22%;
	margin-top: -130px;
	border: 1px thin;
	padding: 10px;
	background-color: #fafafc
}


.container-fluid .col-sm-5{
	color: black;
    padding: 15px;
    border-spacing: 5px;
    font-size: 10px;
	font-family: calibri;  
	 border-radius: 7px;
    line-height: 30px;
    word-spacing:5px;
	text-align: justify;

}
.container-fluid .col-sm-6{

    color: black;
    padding: 10px;
    border-spacing: 5px;
    font-size: 20px;
	font-family: calibri;
	    border-radius: 7px;
    line-height: 40px;
    word-spacing:1px;
	text-align: justify;
}
/* end paragraph section */
/* all images */
.container-fluid .col-sm-6 .img-fluid{
	display: flex;
	margin-left: 3%;
	width: 95%;
	height: 85%;
	margin-top: 55px;
	

}


/* Help businesses */

#help-section {
	margin-top: -110px;
}

#help-section .row{
	display: flex;
	flex-wrap: wrap;
	margin: 2%;
}
.img-arrow{
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;

}

.p-para{	
    font-size: 20px;
    text-align: justify;
	font-family: calibri; 
	   line-height: 2.0rem;
    background-color: #008000;
    color: white;
    padding: 15px 15px 15px 15px;
    border-radius: 15px; 
    margin-top: 40px;
    width: 400px;
    height: 120px;
}
.p-para1{
	
    font-size: 20px;
    text-align: center;
	font-family: calibri;
	line-height: 2.0rem;
    margin-top: 40px;
    background-color: #b72d2d;
    color: white;
    padding: 10px;
    border-radius:15px;
    width: 400px;
    height: 120px;
    padding: 30px;
}
	/* box-shadow: 3px 6px 10px rgba(0,0,0, 0.5); */
@media screen and (max-width:957px) {
	#help-section{
		margin-top: 20%;
	}
	#help-section .col-sm-4{
		width: auto;
		padding: 10px;
	}
	#help-section .row{
		flex-direction: column;
	}
	.p-para{
		width: auto;
		margin-top:0px ;
		margin-left: 8px;
	}
	.p-para1{
		margin-left: 8px;
		width: auto;
	}
	.img-arrow{
		margin-top: 2px;
	}
}

/* software featutures section  */


#cont1{
	margin-top: -100px;

}
.image1 img{
    height: 170px;
    width: 170px;
    margin-top: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.image1 h4{
	text-align: center;
    font-size: 20px;
    margin-left:20px;
    margin-top: 20px;
	font-family: calibri;
}
.image1 h4:hover{
    color:rgb(16, 29, 148);
}
.image1 img:hover{
	transition: all 0.2s ease-out;
}
.button1 .btn{
    margin-left: 42%;
    border-radius: 10px;
    padding: 10px;
    width: 150px;
    margin-top: 30px;
	font-family: calibri;
	    font-weight: bold;
}
#cont1 h2{
    font-size: 35px;
    color: #000050;
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
	font-family: calibri;
}
@media screen and (max-width: 957px){
    .button1 .btn{
        margin-left: 120px;
    }							
}


/* enquiry banner */

.bg .qheading .btn-warning{
	background-color: #ff6600;
	color: white;
}
.qheading{
    /* margin-left: 50px;
    margin-right: 50px; */
    margin-top: 20px;
    text-align: justify;
    line-height: 3.0rem;
    color: whitesmoke;
    font-weight: normal;
    /* text-align: center; */
    font-size: 34px;
}
 
.q360 {
	margin-top: 12px;
	height: 100px; 
	width: 400px;
}
.bg{
    background-color: #000050;
	height: 130px;
}
.q360{
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 10px; */  
}
.qheading .btn{
    margin-top: 10px;
	border: none;
	width: 140px;

}
.bg .qheading .btn-warning:hover{
	background-color: yellow;
	color: black;
}

  /* Audit Experience */
  #quality {
	margin-top: -110px;
	
  }
  #quality .container{
	margin-top: 20px;
  }
 .oqpara1{
    margin-top: 20px;
  
    font-size: 17px;
    text-align: justify;
	font-family: calibri;
	    background-color: #a9203a;
    color: #f5f5f5;
    padding: 30px 30px 30px 30px;
 }
 .oqpara2{
    margin-top: 20px;
    font-size: 17px;
    text-align: justify;
	font-family: calibri;
	    background-color:#e67e35;
    color: #f5f5f5;
    padding: 30px 30px 30px 30px;

 }
 .oqpara3{
    margin-top: 20px;
  
    font-size: 17px;
    text-align: justify;
	font-family: calibri;
	    background-color:#7b7d8a;
    color: #f5f5f5;
    padding: 30px 30px 30px 30px;

 }
 .col-md-4 p1{
    font-size: 21px;

 }
 .oqpara1:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.060); 
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1.5px solid;
    
}
.oqpara2:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.060); 
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1.5px solid;
}
.oqpara3:hover{
    -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.060); 
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border: 1.5px solid;

}

/* software benefites */

.advertisers-service-sec {
	margin-top: -120px;
	background: white;
  }
  .advertisers-service-sec .container {
	margin-top: -46px;
	margin-left: 9.5rem;
  }
  
   .advertisers-service-sec span {
	color: rgb(255, 23, 131);
  } 
  
  .advertisers-service-sec .col {
	padding: 0 1em 1em 1em;
	text-align: center;
  }
  
  .advertisers-service-sec .service-card {

	width: 75%;
	height: 90%;
	padding: 2em 1.5em;
	border-radius: 5px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: white;
  }
   .advertisers-service-sec .service-card::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(#0dcaf0, rgb(16, 29, 148));
	position: absolute;
	left: 0%;
	top: -98%;
	z-index: -2;
	
  }
  .icon-wrapper img{
	height:150px;
	  width:200px; 

  }
  .advertisers-service-sec .service-card h3{
	font-size: 20px;
	font-family: calibri;
  }


/* frequently asked question  */


 @media screen and (max-width:957px) {
	.accordian{
		margin-top: 12rem;
	  flex-direction: column;
	  width:90%;
	  margin-left: -6.5rem;
	}
	.containerwidth {
	  width: 100%;
	  height: 100%;
	}
	.wrapper{
	  width: 100%;
	}
	.wrapper .toggle{
		font-size: 15px;
	}
	}
  
	.accordian{
	width: 90%;
	display: flex;
	}
	.containerwidth {
	  margin-left:6.5rem;
  }
  .wrapper:hover{
	border: 1px solid cyan;
  }
  .wrapper {
	margin: 10px;
	  background-color: #ffffff;
	  padding: 10px 20px;
	  margin-bottom: 20px;
	  border-radius: 5px;
	  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
	  /* box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2); */
	  box-shadow: 1px 1px 8px rgb(0,0,0,0.5);
  }
  
  .toggle,
  .content {
	font-family: calibri;
		  height: 70px;
	  text-align: justify;
	
  }
  
  .toggle {
	  width: 100%;
	  background-color: transparent;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  font-size: 20px;
	  color: #111130;
	  font-weight: 600;
	  border: none;
	  outline: none;
	  cursor: pointer;
	  padding: 10px 0;
  }
  .content {
	  position: relative;
	  font-size: 14px;
	  text-align: justify;
	  line-height: 30px;
	  height: 0;
	  overflow: hidden;
	  -webkit-transition: all 1s;
	  -o-transition: all 1s;
	  transition: all 1s;
  }

 

/* improsys customer */
#slide-client{
	margin-top: 25px;
}
.slide img {
    width: 200px;
    height: 100px;
    animation: scroll 13s linear infinite;
  }
  
  .slide-track {
	/* border: 2px solid black; */
    width: 100%;
    display: flex;
    gap: 3em;
    overflow: hidden;
	height: 20%;
	margin-top: -7rem;
  }
  
  .slider {
	border: 2px solid rebeccapurple;
    margin-top: -6rem;
    padding: 7.5em 2rem;
    height: -50%;
  }
  
  @keyframes scroll {
    from{transform: translateX(0);}
    to{transform: translatex(-1000%)}
  }

/* product suits section */

  #suit .container{
	
	margin-top: 3rem;
  }
  .suite .card{
	height: 170px;
	border: 1px solid black;
  }
  .product-image img{
	width: 150px;
	height: 150px;
	border-radius: 5px;

  }
  
  .product-image{
	margin-top: 5px;
	margin-bottom: 5px;
  }
  .product-body h4{
	margin-top: 25px;
	font-size: 17px;
	font-family: calibri;
	color: #000050;
	
  }
  .product-body h2{
	color: #000050;
  }
  
  #card1:hover {
	transition: all 0.2s ease-out;
	box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
	top: -4px;
	border: 1.5px solid cyan;
	
  }

 /* footer section */

.col-md-3 .text-reset a{
	color: white;
	text-decoration: none;
} 
  #myBtn {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 15px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
	margin-top: 20%;
	width: 5%;
	height: 6%
  }
  #myBtn ion-icon {
	font-size: 40px;
	margin-top: -5px;
	

  }
  #myBtn:hover {
	background-color: #555;
  }

@media screen and (max-width:957px) {
	#paragraph1{
		margin-top: -30px;
		line-height: 5px;
	}
	/* banner img hero section */
	.banner img{
		margin-left: 0px; 
		margin-top: 59px;
	}
	/* scroller section */
	.uodate-box{
		width: 350px;
		height: 300px;
	}

	
/* all heading */
	.heading{
		height: auto;
	}
	.heading .h1{
		height: auto;
		font-size: 25px;
		padding: 0px;
	}

	.heading2{
		height: auto;
		width: 100%;
		margin-left: -2px;
	}
	.heading2 .h2{
		height: 60px;
		font-size: 1.3rem;
		padding: 5px;
		width: 100%;
		text-align: center;
	}
	#audit-type{
		margin-left: 3.8rem;
		display: block;
		margin-top: 0.5rem;
	
	}

	.img-fluid{
		  margin-top: 60px;
		  display: flex;
	  }
	  #paragraph1 .container-fluid .col-sm-6 img{
		margin-top: -10px;
		display: flex;
	  }
	  #paragraph2 .container-fluid .col-sm-6 img{
		display: flex;
		margin-left: 5px;
		height: 100%;
	}
/* banner section */
.qheading{
    
	width: auto;
	margin-left: 15px;
	margin-top: -6px;
	padding: 10px;
	}
.bg{
    background-color: #000050;
	height: 225px;
	}

.q360{
		display: block;
		margin-left:5px;
		margin-right: auto;
		margin-top: 10px; 
		 /*img   */
		height: 100px; 
	  width: 300px;
	  padding-right: 10px;
	  
	}
.bg .qheading .btn-warning{
		width: auto;
		height: 40px;
		font-size: 15px;
	}
#help-section {
		margin-left: -18px;
		margin-top: -90px;
	}
.qheading h2{
		margin-top: 10px;
		justify-content: none;
		font-size: 19px;
	}
.qheading .btn{
		
		border: none;
		width: auto;
	
	}

	
	/* software features section */
	.container-fluid .col-sm-8 {
	 word-spacing: 2px;
	
	}
	/* audit benefits */
	#advertisers{
		
		margin-left: -25rem;
	}
	.advertisers-service-sec .container{
		margin-left: 45px;
	}
	/* audit expeience */
	#quality{
		margin-top: 40px;
	}
	/* slider client img */
	#slide-client{
		margin-top: 100px;
	}
	
	/* product suite */
	.suite{
		margin-top: 100px;
	}
	.product-image img{
		width: 150;
		height: auto;
		margin-top: auto;
	}
	/* scroll button */
	#myBtn{
		width: 8%;
		margin-left: 9rem;
	}
  
}
