  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

body{
  font-family: 'Roboto', sans-serif;
}

.customnavbar{
  height: 80px;
}
.logo{
  height: auto;
  width: 65%;
}

.colorGradient {
  background:
    repeating-linear-gradient(190deg,#1488CC 40px,
      rgba(0, 0, 255, 0.5) 80px,#2B32B2 120px,
      rgba(75, 0, 130, 0.5) 160px),
    repeating-linear-gradient(-190deg, #1488CC 30px,
    rgba(0, 0, 255, 0.5) 60px,#2B32B2 90px,
    rgba(75, 0, 130, 0.5) 120px),
    repeating-linear-gradient(23deg, #1488CC 50px,
    rgba(0, 0, 255, 0.5) 100px,#2B32B2 150px,
    rgba(75, 0, 130, 0.5) 200px);
  }

.navbar-nav.navbar-center { 
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%234B0082' stroke-width='32.1' stroke-opacity='0.2' %3E%3Ccircle fill='%232B32B2' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%232239b6' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23163fb9' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%230445bc' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23004bbe' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%230050c1' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%230055c3' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23005bc5' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%230060c6' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%230064c8' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%230069c9' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23006eca' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%230072ca' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%230077cb' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23007bcb' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%230080cc' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%230084cc' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%231488CC' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
            background-attachment: fixed;
            background-size: cover;
} 
        
.mainCarousel {
	height:50vh;
	min-height : 200px;
	background : no-repeat center center scroll;
	-webkit-background-size:cover;
	background-size:cover;
  background-color: #2B32B2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%234B0082' stroke-width='32.1' stroke-opacity='0.2' %3E%3Ccircle fill='%232B32B2' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%232239b6' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23163fb9' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%230445bc' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23004bbe' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%230050c1' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%230055c3' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23005bc5' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%230060c6' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%230064c8' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%230069c9' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23006eca' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%230072ca' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%230077cb' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23007bcb' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%230080cc' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%230084cc' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%231488CC' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  margin-left: 30px;
  margin-right: 30px;
	
}
.carouselButton {
	font-size: 23px;
	background-color:white;
	border-radius:25px;
	color:#8c8c8c;
	
}

.navbar {
 
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%234B0082' stroke-width='32.1' stroke-opacity='0.2' %3E%3Ccircle fill='%232B32B2' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%232239b6' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23163fb9' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%230445bc' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23004bbe' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%230050c1' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%230055c3' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23005bc5' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%230060c6' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%230064c8' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%230069c9' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23006eca' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%230072ca' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%230077cb' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23007bcb' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%230080cc' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%230084cc' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%231488CC' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E"); */
  background-color: white;
  background-attachment: fixed;
  background-size: cover;
  border-bottom: black;
}

.carouselButton:hover{
	transition: background-color .5s;
	opacity: 1;
	font-size: 24px;
	
}
.navbar .navbar-brand {
	color:#ffffff;
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing :2px;
 
} 
.navbarBrand {
	font-size: 2.5rem;
	text-decoration: none;
}
.navbar-collapse:focus {
	background-color:#fff;
}
.navbar-default{
  z-index: 1030;
}
.navbar-light .navbar-nav .nav-link {
	color:black;
	font-size: 25px;
  padding-left:30px;
  padding-right:30px;
}

.navbar-light  .navbar-nav .nav-link:focus, .navbar-light .navbar-nav  .nav-link:hover {
	 background-color:gray; 
   transition: background-color .5s;
  opacity: 1;
  /* color: #fff; */
	border-radius: 10px;
  
	
}

.navbar .navbar-toggler {
  border-color: #fff;
}
.navbar .navbar-toggler:hover, .navbar .navbar-toggler:focus {
  background-color: #fff;
}
.navbar .navbar-toggler .icon-bar {
  background-color: #d7e2e9;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #d7e2e9;
}

.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu a:hover {
	/*background-color: #ddd;*/
	background-color: #333ad7;
}
.carousel-caption {	
	top: 40%;
	transform: translateY(-30%);
	font-size: 30px;
}

/* .keymanImage {
  width: 20%;
  height: auto;
} */

.scrolled{
  /*background-color: #343a40;*/
	background-color: #333ad7;
  	transition: 0.3s;
}

.herobutton  {
	background-color:#fff;
	border-color: #333ad7;
	border-radius:25px;
	align-content: center;
}
.herobutton:hover  {
	background-color:#fff;
	height:8%;
	width:18%;
	
	border-color: #333ad7;
}

.rowAfterNews .card {
	margin-top: 10%;
	margin-right: 10%;
	margin-left :2%;
	margin-bottom:10%;
	width: 30rem;
    max-height: 300px;
}
.rowAfterNews .btn {
	/*background-color: #ed5561;*/
		/*background-color: #333ad7; */
		
		border-color:#333ad7;
}


.containerAfterCarousel .btn {
	color:black;
	
}
.secondCarousel  {
	height:auto;
	min-height : 50px;
	width:30rem;
	background : no-repeat center center scroll;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
    margin: 0 auto;
    padding: 10px;
    position: relative;
	
}

.carouselImagesWithInidicators{
	padding:10px;
}
.carouselImagesWithInidicators h1{
	font-size: 30px;
}
.aboutUsImage{
	padding: 45px 40px 40px 40px;
}
.cardDesc{
	padding: 30px 0px 0px 0px;
	font-size: 19px;
	word-spacing: 1px;
	letter-spacing: 1px;
	
}
/* .rowAfterMainCarousel {
	 height:400px; 
  background-color: black;
} */

<!-- whats New-->
.newsListContainer .news {
    background: #fff;
    padding: 0;
    border-right: 1px solid black;  
   
}

.newsListContainer .newsList {
    padding: 30px 15px;
    height: 100%; 
    height:400px; 
    overflow-y: scroll;
}

.newsListContainer .graph {
    height: 100%
}

.newsListContainer .priority.high {
    background: #fffdfd;
    margin-bottom: 1px
}

.newsListContainer .priority.high span {
   /* background: #f86c6b;*/
    background-color: #333ad7;
    padding: 2px 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px
}

.newscontent .desc a {
  font-size: 15px;
}

.newsListContainer .newscontent {
    border-bottom: 1px solid black;
    margin-bottom: 1px;
    position: relative;
}

.newsListContainer .newscontent .desc {
    display: inline-block;
    width: 75%;
    padding: 10px 10px;
    font-size: 12px
}

.newsListContainer .newscontent .desc .title {
    font-size: 18px;
    margin-bottom: 5px;
   
}

.newsListContainer .newscontent .time {
    display: inline-block;
    width: 15%;
    padding: 10px 10px 10px 0;
    font-size: 12px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    }

.newsListContainer .newscontent .time{
    font-size: 18px;
    margin-bottom: 5px
}
.date {
	font-size: 17px;
    margin-bottom: 5px;
}

.newsListContainer .newscontent.last {
    border-bottom: 1px solid black;;
}

.newsListContainer .newscontent.high {
    border-left: 2px solid #f86c6b;
}

.lineAboutUs{
	background-color: black;
	margin-right:70px;
}

.carousel-item{
  height:330px; 
  /* width: 90%; */
   /* background-size:cover; */
   /* background-position: center center; */
}

.descAboutUs {
	text-align: justify;  /* For Edge */
  	text-align-last: left;

}
.firmicon{
	padding-left:10px;
}
.firmDesc{
  	text-align-last: left;
  	word-spacing: 1px;
}
.firmheader{
	background-color:#3ea3c4;
}


.firmfooter{
	position:relative;
	top:-18px;
	background-color:#3ea3c4;
	text-align: center;
}
.firmfooterlink{
	color:white;
}
.firmfooterlink:hover{
	color:black;
}

.photo-grid-container {
	column-count : 4e;
	column-width:200px;
	column-gap:10px;
	max-width:1000px;
	margin:auto;
}
.photo-grip-item {
	margin: 0 auto 5px;
	width:100%;
}
.quicklink {
	width: 18rem;
	/*background-color:#e7e7e7;	*/
	 /*background: linear-gradient(to right, #2B32B2, #1488CC);*/
	
}

.quicklink .card-body img {
    width: 50px;
    height: 50px;
    min-height: 70px;
    border-radius: 50%;
}


.hero-banner h1 {
    font-size: 48px;
}
.hero-banner .btn {
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.hero-banner .btn-primary {
    color: #2f2f41;
		background-color: #333ad7;
    border-color: #01a479;
}
.hero-banner .btn:before {

    position: absolute;
    left: 0;
    top: 0;
     z-index: -1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
   
}
.hero-banner .btn:hover:before {
    width: 100%;
   /*background: #ed5561;*/
   	background-color: #333ad7;
}



.hero-banner .lead {
	color:black;
}







   /*-----------------------------------------------------
# Services
-----------------------------------------------------*/
.services {
    padding-bottom: 30px;
    text-align: center;
    padding: 50px 0px;
    margin-top:10px;
}
.services .section-title h2 {
    color: #444;
    font-size: 42px;
}
.services .section-title p {
    text-align: center;
    font-style: italic;
    margin-bottom: 40px;
    color: #666;
}
.services .service-box {
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0 5px #bdbdbd;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.services .service-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    left: 0px;
    top: -500px;
    z-index: -1;
    transition: 1s;
}
.services .service-box:hover::after {
    top: 0px;
}
.services i {
    display: flex;
    justify-content: center;
}
.services i {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 100%;
    transition: 0.5s;
    /* color: #28a745;
   
   	color: #ed5561; */
   	color:#333ad7;
    font-size: 35px;
    overflow: hidden;
    padding-top: 18px;
    box-shadow: 0px 0 5px #bdbdbd;
    margin: 10px auto 15px;
}
.services h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
}
.services h4 a {
    color: #444;
    text-decoration: none;
}
.services h4 a:hover {
   /*  color: #28a745; 
  color: #ed5561;*/
  color:#333ad7;
}
.services p {
    line-height: 24px;
    font-size: 14px;
}

.services .btnStyle {
	/*background-color: #ed5561;*/
	background-color:#333ad7;
}

  /*  contactUs    */


.contactUsSection .form-header{
	/*color: #ed5561;*/
	color:#333ad7;
}

.message {
	text-align:center;
	border:1px solid black;
	/*background-color:#ed5561;*/
	background-color:#333ad7;
}


/* Hero */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}
section h1 {
  text-transform: uppercase;
  font-weight: 900;
  color: #683aa4;
  text-align: left;
  margin-bottom: 20px;
}
section p {
  font-size: 18px;
}
button {
  max-width: 50%;
  border-radius: 50px !important;
}
#hero .col {
  justify-content: center; 
  flex-direction: column;
  display: flex;
}
#hero .img-col {
  justify-content: flex-end; 
  margin-top: 10px;
}
#hero img {
  max-width: 65% !important;
  height:auto;
}
#hero .card {
  box-shadow: 11px 7px 16px #f9f9f9;
  border: 0;
  text-align: center;
}
#hero .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.imageIvorvf1{
	 width: 100%;
  	height: 100px;
}

.box-links {
  color:#313437;
  background-color:#eef4f7;
}

.box-links p {
  color:#7d8285;
}

.box-links h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .box-links h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.box-links .links {
  padding:50px 0;
}

.box-links .item {
  text-align:center;
}

.box-links .item .box {
  text-align:center;
  padding:30px;
  background-color:#fff;
  margin-bottom:30px;
}

.box-links .item .name {
  font-weight:bold;
  margin-top:28px;
  margin-bottom:8px;
  color:inherit;
}

.tbox-links .item .title {
  text-transform:uppercase;
  font-weight:bold;
  color:#d0d0d0;
  letter-spacing:2px;
  font-size:13px;
}

.box-links .item .description {
  font-size:15px;
  margin-top:15px;
  margin-bottom:20px;
}

.box-links .item img {
  max-width:150px;
}














	