*
{
	margin: 0;
	padding: 0;
}

/*---------Navigation---------*/
#nav-bar
{ 
   position: sticky;
   top: 0;
   z-index: 10;
}
.navbar-brand img
{ 
    height: 40px;
	padding-left: 30px;
}
.navbar-nav li 
{
	padding: 0 10px;
}
.navbar-nav li a
{ 
    float: right;
	text-align: left;
}
#nav-bar ul li a:hover
{
	color: #007bff!important;
}
.navbar
{
	background:#fff;
}
.navbar-toggler
{
	border:none!important;
}
.nav-link
{
	color: #555!important;
	font-weight: 600;
	font-size: 16px;
}	
/*-----------slider-------*/
#slider
{
	width: 100%;
	
}
.carousel-caption
{
	
top: 50%;
transform: translateY(-50%);
bottom: inital!important;
}
.carousel-caption h5

{
	color: #fff;
	font-size:42px;
}

/*----------------about-------------*/

#about
{
	
}z
.logo img
{
	width:120%;
	
	 margin: 30px auto;
	 display:block;
	
	
}
about-content
{
	margin: 0 0 40px 0;
	color:white;
	font-size:40px;
	font-weight: 1000;
	font-family: 'poppins',sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	
}
#about .btn 

{ 
     margin-top: 20px;
     margin-bottom: 30px;
}
.about-content
{ 

     padding-top: 20px;
}

/*----------services--------*/
#services 
{
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img/slider-img-7.jpg);
    background-size: cover;
    background-position: center;
    color: #efefef !important; 
    background-attachment:fixed;
    padding-top: 50px;
    padding-bottom: 50px ;
}
	
#services h1 

{   
    text-align: center;
	color: #efefef !important;
	padding-bottom: 10px; 
}
#services h1: :after 
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 270px;
	margin: 25px auto 5px;
}
	
.services
{
	margin-top: 40px;
}
.icon
{ 
     font-size: 40px;
	 margin: 20px auto;
	 padding: 20px;
	 height: 80px;
	 width: 80px;
	 border: 1px solid #fff;
	 border-radius: 50%;
	
}
#services p
{
	font-size: 14px;
	margin-top: 20px;
	color: #ccc;
}
.services .col-md-3:hover
{
	background: #007bff;
	cursor: pointer;
	transition: 0.7s;
}

/*----------------Team Members--------*/
#team
{
	padding-top: 50px;
	padding-bottom:50px;
	color: #555;
}
h1
{
	text-align: center;
	color: #555 !important;
	padding-bottom: 10px;
}
h1::after
{
	content: '';
	background: #007bff;
	display: block;
	height: 3px;
    width: 170px;
	margin: 20px auto 5px;
}

.profile-pic 
{
	margin-top: 25px;
}

.profile-pic .img-box
{
	opacity: 1;
	display: block;
	position:relative;
}

.profile-pic .img-box img

{
	filter: grayscale(1);

}

.profile-pic .img-box img:hover
{
	filter: grayscale(0);
	cursor: pointer;
}
.profile-pic h2
{
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
	color: #007bff !important;
}
.profile-pic h3

{
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}
#team .fa
{
	height : 25px;
	width: 25px;
	color: #007bff !important;
	background: #fff;
	padding: 4px;
	border-radius: 50%;
}
.img-box ul
{
	padding:15px 0;
	position:absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0; 
	
}
.img-box ul li
{
	padding: 5px;
	display: inline-block;
}
.img-box:hover ul
{
	opacity: 1;
}
.img-box ul, .img-box ul li
{
  transition: 0.5s;	
}
/*-------------- Promo----------*/

#promo
{
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img/slider-img-7.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    background-attachment: fixed;
	text-align: center;
    padding: 100px;
    font-family: sans-serif;
	font-size: 38px;
}	

.risk img
{   
     width:30%;
	 margin: 10px auto;
	 display:block;
	 margin-top: 1px;
}	
/*----------NEW UPADATES-------------*/

#UPADATES
{
	
	padding:40px 0;
	background-color: #efefef;
	
}
.logo img
{   
     width:30%;
	 margin: 10px auto;
	 display:block;
	 margin-top: 1px;
    
	
}
.nisha
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.container .box
{
	position: center;
	width: 1250px;
	padding: 50px;
    background: #fff;
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img/QUjtBTNC4c7238cf_2093.jpg);
	box-shadow: 0 10px 50px rgba(0,0,0,.1);
	border-radius: 5px;
	margin: 100px;
	box-sizing: border-box;
	overflow: hidden;
}
.container .box:hover
{
	box-shadow: 0 2px 20px #333;
}
.post h1
{
	background-color: #2196f3;
	display: inline;
	float: left;
	padding: 20px 5px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.post a
{
	color: white;
	display: inline;
	float: left;
	padding: 10px 5px;
	text-align: center;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

h1
{
	margin: 0 0 15px 0;
	color: white;
	font-size: 28px;
	font-weight: 700;
	font-family: 'poppins',sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	
}
.more
{
	display: none;
}

button
{
	margin-top: 15px;
	display: inline-block;
	background-color: #e41d3f;
	color: white;
	border-radius: 3px;
	outline: none;
	padding: 1px 1px;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 18px;	
}
.button:hover
{
	border-color: 1px solid #fff;
	background-color: #3f51b5;
}
a
{
	text-decoration: none!important;
	color: #black!important;
}
@media only screen and (max-width: 900px) and (min-width: 400px){
	.logo img
{   
     width:100%;
	 
    
	
}
}
@media only screen and (max-width: 640px) and (min-width: 360px){
	.logo img
{   
     width:100%;
	 
    
	
}
}
@media only screen and (max-width: 533px) and (min-width: 320px){
	.logo img
{   
     width:100%;
	 
    
	
}
}

@media only screen and (max-width: 568px) and (min-width: 320px){
	.container .box
{
	
	width: 400px;
    margin:20px;
	box-sizing: border-box;
}
}
@media only screen and (max-width: 310px) and (min-width: 240px){
	.container .box
{
	padding: 7px;
	width: 200px;
    margin:10px;
}
}
@media only screen and (max-width: 900px) and (min-width: 400px){
	.container .box
{
	width: 600px;
	margin:20px;
	box-sizing: border-box;
	
}
}
@media only screen and (max-width: 900px) and (min-width: 600px){
	.container .box
{
	width: 900px;
	margin:20px;
	padding:50px;
	box-sizing: border-box;
	
}
.post a
{
	
	display: inline;
	float: left;
	padding: 10px 5px;
	text-align: center;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}
}
@media only screen and (max-width: 1280px) and (min-width: 800px){
	.container .box
{
	
	width: 900px;
	margin:30px;
}
    .post a
{
	
	display: inline;
	float: left;
	padding: 10px 5px;
	text-align: center;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
}
}



/*------ old paper----*/
#old paper
{
	padding:40px 0;
	background-color: #efefef;
	
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: justify;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
@media only screen and (max-width: 310px) and (min-width: 240px){
	

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 0px;
}
}
/*------------Testimonials---------*/

#testimonials
{
	
	background-color: #FFF;
    padding-top: 40px;
	padding-bottom:50px;
	
}
#testimonials .row
{
	margin-top: 30px;
}
.col-md-4
{
	margin: 40px auto;
}
.profile
{
	padding: 70px 10px 10px;
	background-color: #efefef;
	
}
.user
{
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.profile img
{
	top: -60px;
	position:absolute;
	left: calc (50% - 60px);
	border: 10px solid #fff;
}
.profile h3
{
	font-size: 20px;
	margin-top: 15px;
	color: #007bff;
}

#testimonials span
{
	font-size: 12px;
	line-height: #333;
}
blockquote
{
	font-size: 16px;
	line-height: 30px;

}
 blockquote::before
{
	content: '\93';
	font-size: 50px;
	color: #007bff;
	position: relative;
	line-height: 20px;
	bottom: -15px;
	right: 5px;
}
 blockquote::after
{
	content: '\94';
	font-size: 50px;
	color: #007bff;
	position: relative;
	line-height: 10px;
	bottom: -15px;
	right: 5px;
}
.profile:hover
{
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: 0.5s;
}
/*------------Get iin Touch--------*/
#contact
 
{
	background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img/slider-img-17.jpg);
    background-size: cover;
    background-position: center;
    color: #efefef !important; 
    background-attachment:fixed;
    padding-top: 50px;
    padding-bottom: 50px ;
}
	
#contact h1 

{   
    text-align: center;
	color: #efefef !important;
	padding-bottom: 10px; 
}
#contact h1: :after 
{
	content: '';
	background: #efefef;
	display: block;
	height: 3px;
	width: 270px;
	margin: 25px auto 5px;
}
	
.contact
{
	margin-top: 40px;
}

#contact p
{
	font-size: 14px;
	margin-top: 20px;
	color: #ccc;
}
.contact .col-md-3:hover
{
	background: #007bff;
	cursor: pointer;
	transition: 0.7s;
}

.contact-form
{
	padding: 15px;
	
}
.form-control
{
	border-radius: 0 !important;
	border: none !important;
}
::placeholder
{
	color: #999 !important;
}
.follow
{
	background: #fff;
	padding: 10px;
	margin: 15px;
}
.contact-info .fa

{
	margin: 10px;
	color: black;
	font-weight: bold;
}
.contact-info .follow
{
	margin: 10px;
	color: black;
	
}
/*------floating social icon----*/
.icon2
{
	top: 40%;
	left: 0;
	transform: translateY(-50%);
	position: fixed;
	z-index: 100;
	font-size: 20px;
}
.icon2 ul
{
	padding: initial;
}
.icon2 ul li
{
	height: 40px;
	width: 40px;
	list-style-type: none;
	padding-left: 12px;
	padding-top: 6px;
	margin-top: 5px;
	color:#fff;
	
}
.facebook
{
	background: #3b5998;
}
.twitter
{
	background: #55acee;
}
.youtube
{
	background: green;
}
.telegram
{
	background: #007bb5;
}
.instagram
{
	background: #ff4800;
}
.icon2 ul li:hover
{
	padding-left: 30px;
	width: 80px;
	transition: 1s;
}

/*------------footer------*/
#footer
{
	background: #333;
	color: #fff;
	padding: 12px;
}
.fa-heart-o
{
	margin:3px;
	color: red;
}
	





	
