@import url(https://fonts.googleapis.com/css2?family=Caladea:ital,wght@1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Calistoga&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);


@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

html,
body {
    height: 100%
}

body {
    color: #424141;	
    font-size: 16px;
    background-color:#fff;
    font-family: 'Poppins', sans-serif;
}

h1 {
	font-family: 'Calistoga', cursive;    
}

p {
    font-size: 16px;
    text-align: justify;

}

.top-bar {
    background: #048ba8;
    color: #fff;
    padding:10px;
    font-size:14px;
    text-align: center;
	border-top: 5px solid #db106c;
}

.header_area{
	background: #ecf8f8;
	box-shadow: 0 8px 6px -6px black;
	
	
}

.navbar-img img {
    width:310px;
}

.navbar {
    background:#ecf8f8;
    border:0;
    border-radius:0;    
    margin-bottom:0;
}

.navbar-inverse .navbar-nav > li > a {
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    color: #000;
    padding:20px 15px 20px 15px;
}

.navbar-inverse  .navbar-nav > li.active a {
    color: #fff;	
    background: #048ba8 !important;
	border-bottom: 2px solid #ffea00;
}

.navbar-inverse  .navbar-nav > li:hover a,
.navbar-inverse .navbar-nav > li:focus a {
    color: #fff;
    background: #048ba8;
	border-bottom: 2px solid #ffea00;
}
.navbar-inverse  .navbar-nav > li .dropdown-toggle:hover,
.navbar-inverse  .navbar-nav > li .dropdown-toggle:focus{
  background-color: #048ba8 !important;
  color:#fff;
}
.dropdown-menu > li > a {
    font-family: 'Poppins', sans-serif;
    color: #000 !important;
    padding:10px;
    border-bottom: 1px solid #e0e1e2;
    background-color: #fff !important;
}
.dropdown-menu > li:hover a,
.dropdown-menu > li:focus a {
   color: #fff !important;
   background-color: #048ba8 !important;
}





.navbar-toggle {
    margin-top:50px;
}

.icon-bar {
    background-color:#304296 !important;
}

.carousel {
    
    background: #fff;
}

.carousel-inner > .item > img {
    width:100%;
}

.middle_area {
    margin-bottom:20px;
    margin-right:0;
    margin-left:0;
    background: #fff;
}

.middle_area h4 {
    color: #048ba8;
    font-family: 'Caladea', serif;
    margin-bottom: 10px;
}

.middle_area i {
    color: #048ba8;
    font-size:25px;
}

.middle_area p {
    font-size: 16px;
    text-align: justify;

}
.middle_area a {
     color: #000;
}
.middle_area  li {
    list-style-image: url('../images/bullet.png');
    line-height: 2;
    padding-left: 10px;
    color: #000;
    text-align: justify;
}

.title h1 {
    font-size: 35px;
    color:#db106c;
    margin-bottom:10px;
    font-family: "Lobster", sans-serif;
    margin-top:0;
    padding-bottom: 5px;
    text-align: center;
    
}
.title span{
 border-bottom; 2px solid #f7e94b;
}


.title h2 {
    font-size: 35px;
    color:#fff;
    margin-bottom:10px;
    font-family: 'Caladea', serif;    
    padding-bottom: 5px;
    text-align: center;
}



.title h3 {
    
    color:#db106c;
    margin-bottom:10px;
      font-family: "Lobster", sans-serif;  
    padding-bottom: 5px;    
}

.accordion p{
	font-size:14px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #000;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title a{
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size:17px;
}

.accordion-inner img{
  border-radius: 4px;
}


.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 45px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #c52d2f;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}
#contact-info{
 background: #fef051;
 border-top: 5px solid #d9192e;
}

#contact-info h1{
  color:#d9192e;
}
#contact-info p{
  color:#d9192e;
}

.mb30{
	margin-bottom: 30px;
}

.mb50{
	margin-bottom: 50px;
}

.mb {
    margin-bottom: 15px;
}

.mt {
    margin-top: 15px;
}

.example {
    margin:auto;
    max-width:350px
}

form.example input[type=text] {
    padding:10px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
}

form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196F3;
    color: white;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

form.example button:hover {
    background: #000;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

input {
    border: 1px solid grey;
    font-size:15px;
    color:#000;
    padding:10px;
    width:100%;	
    margin-bottom:10px;
}

textarea {
    border: 1px solid grey;
    font-size:15px;
    color:#000;
    margin-bottom:10px;
    padding:10px;
    width:100%;
}

.mainbutton {	
    margin-bottom:15px;
    border: 1px solid #048ba8;
    font-size:15px;
    background-color:#048ba8;
    padding:10px;
    width:120px;
    color: #fff;
}

.footer_area {
    letter-spacing: 1px;
    padding-bottom:40px;
    background: #048ba8 none repeat scroll 0 0;
	border-top:5px solid #db106c;
}

.footer_area h3 {
    font-family: 'Caladea', cursive;
    color: #ffe753;
}

.footer_area p{
    font-size:13px;
    line-height:20px;
    color:#fff;
  
}

.footer_area a{    
    font-size:13px; 
    color:#fff;
}

hr {
 margin-bottom:10px;
 margin-top:0px;
}

.footer_bottom_area {    
    background: #007893 none repeat scroll 0 0;
}

.footer_bottom_area p {
    text-align:center;
    color: #fff;    
    padding: 10px;
    font-size:12px;
}
.footer_bottom_area a {   
    color: #fff;    
}
.modal-content {
    border:10px solid #eee;
    background-color: #2396f1;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}

.close {
    color: #fff; 
    opacity: 1;
}

.close1 {
    line-height: 12px;
    width: 18px;
    font-size: 30px;
    margin-top: 10px;
    margin-right: 25px;
    position:absolute;
    top:0;
    right:0;
    color: red;
    background-color: transparent; 
    border: none;
    z-index: 999;
}

.carousel-control.left, .carousel-control.right {
    background-image:none !important;
    filter:none !important;
    color: #023491;
}

.carousel-indicators li {
    background-color: #294b8a;
}

.carousel-indicators .active {
    background-color: #ec1f25;
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.banner .centered {
	
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Calistoga', cursive;  
    font-size: 35px;
 
}

.light-box li {
    list-style:none;
    margin-bottom:25px;
}

.light-box img {
    margin:0;
    cursor: pointer;
}

#myModal .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border:none !important;
}

#myModal .modal-body {
    background-color: #fff !important;
    padding:0 !important;
}

#successmodal .modal-content {
    background-color: #fff;
    color: #000;
}

.modal-dialog img {
    text-align:center;
    margin:0 auto;
}

.controls {
    width:50px;
    display:block;
    font-size:11px;
    padding-top:8px;
    font-weight:bold;
}

.next {
    float:right;
    text-align:right;
}

@media only screen and (max-width: 600px) {
    .navbar-img img {
        width:320px;
    }
    .top-bar {        
       
        padding:8px;
        
    }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin-top: 20px;
  background-color: #048ba8;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card_container {
  padding: 10px;
}
.card_container h4{text-align: center;color:#FFFFFF;}
.img-scale { 
	overflow: hidden;
    box-shadow: 0px 10px 60px rgb(0 0 0 / 6%);
    border: 3px solid #048ba8;
	background-color:#FFFFFF;
	}
.img-scale img { transform: scale(1.001); transition: 0.5s all ease;}
.img-scale:hover img { transform: scale(1.1); transition: 0.5s all ease;}

.recruiters-img-scale { overflow: hidden;
    box-shadow: 0px 10px 60px rgb(0 0 0 / 6%);
    border: 1px solid #4b332f;}
.recruiters-img-scale img { transform: scale(1.001); transition: 0.5s all ease;}
.recruiters-img-scale:hover img { transform: scale(1.1); transition: 0.5s all ease;}


.card:hover .img-scale img { transform: scale(1.001); transition: 0.5s all ease;}
.card:hover .img-scale img { transform: scale(1.1); transition: 0.5s all ease;}

