/* blue color:#00648eff */
/* orange color:#203f7a  */
/* green color:#539d5e */
.bg-blue{
    background-color: rgba(0, 99, 142, 0.103);
}
.bg-orange{
    background-color: #203f7a;
}
.navbar-nav li a{
    color:white;

}
.navbar-nav li a:hover{
   color:  #e7e9e7!important
    
}
.view_more a{
    color:white;
}
.view_more a:hover{
    color:white;
    text-decoration: none;
}
.dropdown:hover .dropdown-menu{
     display: block;
}

nav{
    background-color: #203f7a!important;
    font-size: 14px;
    font-weight: 500;
}
nav ul li a{
    color: white;
}
.Navs{
    justify-content: space-evenly !important;
}



.second-header .nav-link{
    color:rgb(12, 12, 12)!important;
    font-size: 17px;

}
.second-header .nav-link:hover{
    color:#e8ebf1;
   

}
#collapsibleNavId a{
    font-weight: 600;
}

#collapsibleNavId a:hover{
    
    color: #203f7a!important;
    /* text-decoration:  underline; */
}
.second-header.dropdown {
    background-color: #203f7a;
}



.second-header{
    position: sticky!important;
    top: 0;
    z-index: 1;
}

.dropdown-item:active {
    background-color: white !important;
}
@media screen and (min-width: 320px){
    .Navs{
        margin-left: 3px !important;
    }
    .dropdown-item a:hover {
        color: rgb(160, 190, 247) !important;
    }
}


@media screen and (min-width: 350px){
    .colum div span {
        position: absolute;
        bottom: -20px;
        left: 0;
        z-index: -1;
        display: block;
        /* width: 300px; */
        margin: 0;
        padding: 0;
        color: #444;
        font-size: 18px;
        text-decoration: none;
        text-align: center;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        opacity: 0;
    }
    .hover-underline-animation {
        display: inline-block;
        position: relative;
        color: #0087ca;
      }
      
      .hover-underline-animation::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        
        top:50px;
        background-color: #203f7a;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
      }
      
      .hover-underline-animation:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
      }
}
/* about css */




.colum div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	/* width: 300px; */
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #0087ca;
  }
  
  .hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    
    top:50px;
    /* background-color: #203f7a; */
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }





/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.container .box {
    position: relative;
    width: 275px;
    height: 275px;
    background: #000;
    transition: 0.5s;
    transform-style: preserve-3d;
    overflow: hidden;
    margin-right: 15px;
    margin-top: 45px;
  }
  .container:hover .box {
    transform: rotateY(25deg);
  }
  .container .box:hover ~ .box {
    transform: rotateY(-25deg);
  }
  .container .box:hover {
    transform: rotateY(0deg) scale(1.25);
    z-index: 1;
    box-shadow: 0 25px 40px rgba(0,0,0,0.5);
  }
  .container .box .imgBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container .box .imgBx:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#f00,#000);
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    mix-blend-mode: multiply;
  }
  .container .box:hover .imgBx:before {
    opacity: 1;
  }
  .container .box .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .box .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    padding: 20px;
    align-items: flex-end;
    box-sizing: border-box;
  }
  
  .container .box .content h2 {
    color: #fff;
    transition: 0.5s;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 20px;
    transform: translateY(200px);
    transition-delay: 0.3s;
  }
  .container .box:hover .content h2 {
    transform: translateY(0px);
  }
  .container .box .content p {
    color: #fff;
    transition: 0.5s;
    font-size: 14px;
    transform: translateY(200px);
    transition-delay: 0.4s;
  }
  .container .box:hover .content p {
    transform: translateY(0px);
  }
  /* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 2.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}


  
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.Blazer img{
        width: 120%!important;
        height: 90px!important;
}



.slider .carousel-inner img{
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.details h1{
    color: #203f7a;
    font-weight:bold;
}
/* .details .card{
    box-shadow: 5px 0px 5px 0px #888888;
    border-radius: 25px;
} */
.details .card img{
    /* border-radius: 25px; */
    
}
.details .card{
    margin-right: 0 !important;
    
    /* margin-left: 0 !important ; */


}
.details .card-img-top{
    height: 130px;
    object-fit: cover!important;
}

.carousel-item {
    position: relative;
}
.carousel-item h1{
    position: absolute;
    
    line-height: 60px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 54px;
    color:rgb(248, 250, 252);
    margin-left: 130px;
    margin-top: 50px;
    
}

@media screen and (max-width:600px){
    .carousel-item h1{
        position: absolute;
        
        line-height: 40px;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 34px;
        color:rgb(248, 250, 252);
        margin-left: 50px;
        margin-top: 65px;
        
    }

    .social ul{
        margin-left: 2     0px;
    }
    h1{font-size: 25px!important;
        font-weight: 700;
    }
    .footer .social li{
    
        margin-left: 25px;
        padding: 0%;
        
    }
    .icons h4{
        font-size: 13px;
    }
    .icons svg{
        font-size: 10px;
    }

}
/* Upcoming Events */
.list-style{
       list-style-type: none;
       line-height: 30px;
      
}

.fa-circle-check{
   color: #00659d; 
   padding-right: 6px;
   
}

/* footer */
@media only screen and(max-width:600px){
  .service-footer{
    padding-left: 0px;
  }
}
.menu{
   display: flex;
   justify-content: center;
   padding-left: 45px;
}

.footer a{
    
    color: white;

}
.footer a:hover{
    color:#539d5e;
}
.footer h4{
    color: white;
    font-weight: bold;
}
.footer .nav-link{
    padding-left: 3px;
    width: fit-content;
    font-size: 16px;
    padding: 5px;
}
.footer .social li i,svg{
    font-size:20px;
margin-right: 5px;
    color:rgb(253, 249, 249);

}
.footer .social li{
    padding: 10px;
    
}
/* .footer .social li i:hover{
    color: #d0d3d1;
    font-size: 35px!important;
} */
footer .copyrights{
    background-color:#203f7a;
    padding: 0!important;
   

}
address p{
    font-size: 15px;
    line-height: 2;
}
footer .copyrights a{
    color: white;
    font-size: 13px;
     text-decoration: none!important;
}
footer .copyrights a:hover{
    color: white;
    text-decoration: underline !important;
}
footer .copyrights p{
    color: white;
    font-size: 13px;
    font-weight: 400;
}
footer .footer{
    background-color: #203f7a;
}
.add p{
    color: white;

}
.add h5{
    color: white;
}


/* POST RESUME PAGE */
.submitbtn{
    background-color:#00659d;
    border: 0;
    color:white;
    border-radius: 5px;
    font-weight:550;
}



/* Contact us page */

.contact{
    background-color: rgba(128, 128, 128, 0.068);
}


/* About Us page */
.about .card-title{
    color: #203f7a;
    font-weight: bold;
}
.about .card-text{
    font-size: 15px;
}



/* Current Opening Page */
.currentop .card-subtitle a,.currentop .card-link{
    color: #203f7a;
}
.currentop .card-text{
    font-size: 13px;
}
.currentop .title{
    font-size: 23px;
    color:black;
}
.currentop .page{
    background-color: white;
}
.currentop .page .page-link{
    color:#203f7a;
    font-weight: bold;
}

@media screen and (max-width:600px){
    header .first-header{
        display: none;
    }
    .second-header .navbar-brand img{
       width: 200px;
    }

    footer .footer .col-12,.footer .nav-link{
        text-align: center;
        width: 100%;
    }
}
/* services   */
.drop ul{
    list-style: none;
    font-size: 15px;
    padding-left: 0px;
    max-width: 70%;
}


  
        
    

/* .client ul a{
    text-align: center;
} */

 
.testimonial{
    padding: 70px 30px 50px;
    margin: 50px 30px 30px;
    border: 1px solid #203f7a ;
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #203f7a;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #5e595b;
    line-height: 27px;
    text-align: center;
    margin: 0;
    position: relative;
}
.testimonial .description:before{
    /* content: "\f10d"; */
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 25px;
    color: #d7d7d7;
    position: absolute;
    top: 0;
    left: -2px;
}
.testimonial .title{
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #203f7a;
    font-size: 20px;
    font-weight: 700;
    color: #203f7a;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
}
.testimonial .post{
    font-size: 15px;
    color: #203f7a;
}
.owl-theme .owl-controls{
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}
.owl-prev{
    position: absolute;
    left: -5%;
}
.owl-next{
    position: absolute;
    right: -5%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f104";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 30px;
    color: #203f7a;
    opacity: 1;
}
.owl-next:after{ content: "\f105"; }
 
@media only screen and (max-width: 479px){
    .testimonial{ padding: 70px 10px 30px; }
    .testimonial .description:before{ top: -20px }
    .testimonial .title{ font-size: 12px; }
    .testimonial .post{ font-size: 11px; }
}
.imge img{
    height: 100px !important;
    
    
}

@media only screen and (max-width: 479px){
    .imge img{
    /* margin-left: 100px; */
    margin: auto;


}
.img10 img{
    margin-left:60px !important;;
}
.img9 img{
    margin-left:80px !important;
}
}


.pad img{
    margin: 10px;
}
.pads img{
    margin: 15px;
}
.hei img{
    height: 250px!important; 
    padding: 30px;
  

}
.card-body h5{
    color:#539d5e
}
.card{
    border:1px solid #f5f7f5!important;
}
.dropdown-menu a{
    background-color:white;
    color:black !important;
    /* border-bottom: 0.5px solid rgb(199, 196, 196); */
} 
.dropdown-menu a:hover{
    
    color: white !important;
    /* border-bottom: 0.5px solid rgb(199, 196, 196); */
} 

.img10 img{
    height:120px !important;
}
.to{
    color: #203f7a;
}
.svg{
    
    color:#203f7a!important;
}
.icons h4{
    margin-left: 30px;

}
#totop{
    font-weight: 900;
    color: #fff ;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 5px;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}
@keyframes jump {
  0% { bottom: 20px; } 50% { bottom: 40px; } 100% { bottom: 20px; }
}
#totop.top-visible  {
  animation: jump 4s infinite;
}
svg{
    color :white!important
}

/* Form Validation */
.form-group .error{
    color:red;
    font-size: 16px;
  
}
.form-group.success .form-control{
    border-color:#539d5e
}
.form-group.error .form-control{
    border-color:  red !important;
}
.Post{
overflow: hidden !important
}
/* Footer Logo */
@media only screen and (max-width: 479px){
    .LogoFooter{
        margin-right: 16px;
        width: 70%;
    }


}
