body {
  padding-top: 80px;
  font-family: Montserrat;
}
p{
	line-height: 1.8rem;
}
ul li {
	list-style: none;
}
a {
    color: #2685f9;
    text-decoration: none;
    background-color: transparent;
	font-weight: bold;
	transition: all ease 0.3s;
}
a:hover {
	color: #000000;
	transition: all ease 0.3s;
	text-decoration: none;
    
}
button:focus {outline:0 !important;}

.bg-dark {
    background-color: #ffffff !important;
	border-bottom:1px solid #f4f4f4;
    -webkit-box-shadow: 1px 3px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 3px 7px rgba(0,0,0,0.2);
    box-shadow: 1px 3px 7px rgba(0,0,0,0.2);
}

.logo-maxwidth{
	/*max-width: 210px;*/
	max-width: 164px;
}

@media(max-width:767px){
	.logo-maxwidth{
		max-width: 170px;
	}
}
.navbar-dark .navbar-nav .nav-link {
    color: #000000;
	font-weight:400;
	font-size: 15px;
	text-transform:uppercase;
	font-weight:500;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #325096;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #325096;
}
.backheader{
	background-image:url('../img/banner2.jpg');
	background-size: cover;
	height: 650px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:roboto slab;
}
.black {
	color: #ffffff;
}
.h-heading{
	font-size: 3rem;
	margin-bottom: 20px!important;
	font-weight: 700;
}
.headings{
	padding-bottom: 30px;
	text-align: center;
	display: block;
	width: 100%;
}
.header-button {
  border-radius: 4px;
  background-color: #2685f9;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 16px;
  width: 220px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px 0px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.3);
  overflow: hidden;
}

.header-button{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.header-button:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  top: 14px;
  right: -20px;
  transition: 0.5s;
}

.header-button:hover{
  padding-right: 24px;
  padding-left:8px;
  background: #000000;
  color: #ffffff;
}

.header-button:hover:after {
  opacity: 1;
  right: 10px;
}
.mb-5, .my-5 {
    margin-bottom: 0rem !important;
}
.section-one {
	padding-top: 90px; padding-bottom: 90px;
}

.why-us{
	padding-top: 90px; padding-bottom: 90px;
	background:#f6f6f6;
	/*background-image:url('../img/whyus.jpg');*/
	background-size: cover;
}
.why-us-right {
	background: #ffffff;
	padding: 40px 30px;
}

.services {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #f1f4fa;
	background-image:url('../img/bgthree.jpg');
	background-size: cover;
}
.card-wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
	min-height:180px;
	transition: ease all 0.3s;
}

.card-wrap:hover {
    background: #325096;
    color: white;
	transition: ease all 0.3s;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 3rem !important;
    color: #325096;
    margin: 1rem;
    padding-right: 1rem;
}
.card-wrap:hover .mbr-iconfont {
    
    color: #2685f9;
    
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}

.display-5 {
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 500;
}
 .display-6 {
    font-size: 1re}
	
.custom-footer {
	padding: 50px 0px 40px 0px;
	background-color: #252525;
	color: #a2a2a2;
}
.custom-footer ul{
	padding:0px;
	margin: 0px;
}
.custom-footer ul li{
	list-style: none;
	font-size: 15px;
	line-height: 30px;
}
.custom-footer p{
	font-size: 15px;
}
.custom-footer h5{
	color: #c7c7c7;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
}
}


.demopadding {
  margin:20px auto;
  
}
.icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:16px;
	border-top-right-radius: 	20px;
	border-top-left-radius: 	20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 	20px; 
	-moz-border-radius: 		20px 20px 20px 20px;
	-webkit-border-radius: 		20px 20px 20px 20px;
	-khtml-border-radius: 		20px 20px 20px 20px; 	
	color:#FFFFFF;
}
.icon i {
	font-size:12px;
	position:absolute;
	left:9px;
	top:10px;
}
.icon.social {
    float: left;
    margin: 0 8px 0 0;
    cursor: pointer;
    background: #2685f9;
    color: #f9f9f9;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.icon.social:hover {
	background:#325096;
	color:#ffffff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-filter:	drop-shadow(0 1px 10px rgba(0,0,0,.2));
	-moz-filter: 	drop-shadow(0 1px 10px rgba(0,0,0,.2));
	-ms-filter: 		drop-shadow(0 1px 10px rgba(0,0,0,.2));
	-o-filter: 		drop-shadow(0 1px 10px rgba(0,0,0,.2));
	filter: 			drop-shadow(0 1px 10px rgba(0,0,0,.2));	 	
}
.icon.social.fb i {
	left:13px;
	top:10px;
}
.icon.social.tw i {
	left:11px;
}
.icon.social.in i {
	left:11px;
}
.section-overview {
	background-image: url('../img/overview.jpg');
	background-size: cover;
	background-position: center;
	padding: 10rem 0rem;
}

.section-overview p{
 font-size: 24px;
 line-height: 40px;
}

.section-overview-one{
 padding: 5rem 0rem;
}
.inner-title {
	background-color: #325096;
	color: #ffffff;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}

.inner-title h1{
	font-size: 2.2rem;
}

.inner-title p{
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	margin:0px;
	line-height: 1.2rem;
}

.contact-below {
	background: #325096;
	background-image: url('../img/contact-below.jpg');
	background-attachment:fixed;
	background-position: center;
	padding: 2.5rem 0rem;
	text-align: center;
	
}
.contact-below a{
	padding: 0.7rem 1.5rem;
	color: #ffffff;
	background-color: #2685f9;
	transition: ease all 0.3s;
	display: inline-block;
	text-decoration: none;
	margin-top: 1rem;
	font-size: 19px;
    letter-spacing: 1.8px;
}
.contact-below a:hover {
	color: #ffffff;
	background-color: #2685f9;
	transform: scale(1.08);
	transition: ease all 0.3s;
	text-decoration: none;
}

.contact-below p{
	font-size: 30px;
	line-height: 42px;
    color: #ffffff;
}

.know-more a{
	margin-top: 2rem;
    font-weight: bold;
    color: #2685f9;
	padding-left: 10px;
	text-decoration: none;
	transition: ease all 0.3s;
}
.know-more a:hover{
	color:#000000;
	text-decoration: none;
	transition: ease all 0.3s;
	padding-left:25px;
}

/*about us */
.section-about-us {
	background-image: url('../img/abt.jpg');
	background-size: cover;
	background-position: center;
	padding: 5rem 0rem;
}
.section-about-us p{
	font-size: 24px;
	line-height: 40px;
   }

.mission {
 padding: 2rem 2.5rem;
}
.mission-bg {
	background-image: url('../img/about_us.jpg');
	background-size: cover;
	background-position: center;
}
.mission p{
	padding-left: 32px;
}
.mission-ico {
 color: #2685f9;
 padding-right: 10px;
}

.mission-ico-white {
	color: #2685f9;
	padding-right: 10px;
   }

.bg-white {
	background-color: #ffffff;
}
.bg-gray {
	background-color: #e3e3e3;
}
.bg-org {
	background-color: #325096;
}
bg-light {
	background-color: #f5f5f5;
}
.text-white {
	color: #ffffff;
}

.text-org {
	color: #fe8615;
}


.about-values ul li{
padding-bottom: 16px;
}
.about-values i{
	color: #2685f9;
	padding-right: 10px;
}

.value-bg {
	background-image: url('../img/bg3.jpg');
	background-size: cover;
	background-position: center;
}
.lh-5 {
	line-height: 2.1rem;
	padding-bottom: 20px;
}

.bg4 {
	background-image: url('../img/bg4.jpg');
	background-size: cover;
	background-position: center;
}
.bg5 {
	background-image: url('../img/bg5.jpg');
	background-size: cover;
	background-position: center;
}
.bg6 {
	background-image: url('../img/bg6.jpg');
	background-size: cover;
	background-position: center;
}

/*opportinities */
.career-btn a{
	background: #2685f9;
    color: white;
    font-size: 14px;
    padding: 0.5rem 1rem;
	display: inline-block;
	transition: ease all 0.3s;
	margin-bottom: 40px;
}
.career-btn a:hover{
	background-color: #000000;
	transition: ease all 0.3s;
	text-decoration: none;
}

.contact-left {
	background: #2685f9;
	padding: 60px 30px;
	color: #ffffff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe8615+0,ed4a25+100 */
background: -moz-linear-gradient(-45deg,  #2685f9 0%, #325096 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #2685f9 0%,#325096 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #2685f9 0%,#325096 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8615', endColorstr='#ed4a25',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.contact-out {
	-webkit-box-shadow: 0px 0px 33px 0px rgba(222,222,222,1);
-moz-box-shadow: 0px 0px 33px 0px rgba(222,222,222,1);
box-shadow: 0px 0px 33px 0px rgba(222,222,222,1);
}
.contact-right {
	background: #ffffff;
	padding: 60px 30px;
}

.contact-right label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #656565;
}

.form-control {
    height: calc(1.9em + 0.75rem + 2px);
    padding: 0.575rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e5e5e5;
    background-clip: initial;
    border: 1px solid #ced4da;
    border-radius: 0rem; 
    transition: border-color 0.15s ease-in-out;
}

.submit-button {
 background-color:#2685f9;
 color: #ffffff;
 padding: 0.8rem 2rem;
 display: inline-block;
 transition: ease all 0.3s;
 font-size: 0.96rem;
 letter-spacing: 1px;
 border: 0px;
}

.submit-button:hover{
	background-color: #000000;
	text-decoration: none;
	transition: ease all 0.3s;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #9e9e9e;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);;
}

.contact-pg {
	background-color: #ffffff;
	padding: 5rem 0rem;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	/* padding: 0.5rem 0; */
	padding: 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: 0rem;
	min-width: 220px;
  }
  

  .dropdown-item {
	padding: 0.75rem 1.5rem;
	border: 0;
	font-size: 0.94rem;
	font-weight: 400;
	border-bottom: 1px solid #f2f2f2;
  }
  
  .dropdown-item.active,
  .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color:#325096;
  }
  
  @media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
	  padding-right: 1rem;
	  padding-left: 1rem;
	}
  }

  @media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
	  display: block;
	  margin-top: 0; // remove the gap so it doesn't close
	}
  }


  .custom-footer li a{
	  color: #a2a2a2;
	  font-weight: 400;
	  position: relative;
	  padding-left: 15px;
  }

  .custom-footer li a:hover{
	color: #2685f9;	
}

.custom-footer li a:before {
  content: '\f054';
  left: 0px;
  top:-6px;
  position: absolute;
  transition: all .25s;
  padding-right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  font-weight: 900;
}

.ctbg {
	background-image: url('../img/ct.jpg');
	background-size: cover;
	background-position: center;
	padding: 5rem 0rem;
}

.footer-address a{
	font-weight: 400;
	color: #a2a2a2;
}

.footer-address a:hover{
	font-weight: 400;
	color: #2685f9;
}

.second-footer {
	padding:15px 0px; 
	background: #151515;
	font-size: 14px;
	color: #a2a2a2;
}
.color-dark {
	color: #325096;
}


.why-us-wrap {
	-webkit-box-shadow: 0 14px 22px 0 rgba(0,0,0,.1);
	box-shadow: 0 14px 22px 0 rgba(0,0,0,.1);
}





