/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

 *{padding:0; margin:0;}
 
body {
padding:0;
margin:0;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(255,255,255,0.7);
  /* change if the mask should have another color then white */
  z-index: 2000;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/* Preloader end*/

.clr{clear:both;}


.customcontainer {
	
    width: 1100px;
}


.gap{padding:100px 0 40px;}

.nogap{padding:0;}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:2000;
}

.headerresponsive{display:none;}
.header{display:block;}

header{background: url(../images/headerbg.jpg) no-repeat right bottom; background-color:#fcf5d5;}

header > div{
	padding:15px 0;
	width:70%;
	background-color: #00113f;
    -webkit-clip-path: polygon(0 0,90% 0,100% 100%,0% 100%);
    clip-path: polygon(0 0,90% 0,100% 100%,0% 100%);
}

h2>a {
    padding:0 0 0 10px;
	color:#ffffff;
	font-family: 'Anton'; font-size: 38px;
	text-decoration:none;
}

h2>a:hover {color:#ffffff; text-decoration:none;}

.nav-link {
    padding: .2rem 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    color:#ffffff;
	border:solid 4px transparent;
	font-size:15px;
	font-family:'Arial Narrow';
	text-transform:uppercase;
	margin:0;
	padding:10px 6x;
	transition:ease all 0.5s;
}

.navbar-dark .navbar-nav .nav-link:hover {
	background:#00113f;
	color:#ffffff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: #184c73;
    background:none;
	border:solid 1px #ffffff;
}


.navbar-dark {
    position: relative;
    padding:16px 10px 7px;
    background:#214bcd;
	border-top:solid 1px #00113f;
	}
	
	
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    background-color:#00113f;
	color: #ffffff;
}	

.navbar-toggler {
    padding:2px 5px;
}

.dropdown-item {
    font-size:14px;
	border-bottom:solid 1px #cccccc;
}

.dropdown-item:last-child {border-bottom:0;}

.dropdown-item:hover {
    background:#00113f;
	color:#ffffff;
}

.container-fluid {
    padding-right:0;
    padding-left:0;
}

h1 {font-size:40px; padding:3px 0 15px; position:relative; font-family: Arial; text-transform:uppercase; color:#004d85;}

h3 {color:#004d85;}

.modal-title{font-size:24px; color:#900; font-family:'Dancing Script';}

.modal {z-index: 3000;}

.content{text-align:justify; margin:5px 0 25px;}

#contentwrapper, #contentwrapperhome, #mission {
	padding:3% 0 3%;
}

#contentwrapperhome {
	background-color:#c2d7da;
}

#mission {
	background-color:#efefef;
}


.contact{background-color:#004d85; padding:0; margin:0; line-height:0;}

.contact > div > div> .content{padding:10% 10% 0; margin:0; color:#ffffff; line-height:0.5!important;}


#homepagescroll{padding:3%;}

.button{border:solid 1px #ffffff; border-radius:25px; width:auto; color:#ffffff; padding:5px 15px;}

.viewdetails{padding:1px 5px; font-size:14px; margin-top:2px; margin-bottom:2px;}


.flex-container {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: left;
}

.flex-item-left {
  padding:0;
  flex: 50%;
}

.flex-item-right {
  padding:0;
  flex: 50%;
}

.growth > div > .block{background-color:#004d85; font-weight:bold; color:#ffffff; width:95%; padding:15px; transition:ease all 0.3s;}
.growth > div > .block > h4{text-transform:uppercase;}

.growth > div > .block:hover{background-color:#000; font-weight:bold; color:#ffffff; width:95%; padding:15px; transform:scale(0.9);}


.border {border:solid 1px #cccccc!important;}

.img-portfolio > .image > span{padding:6px; margin-top:10px; overflow:hidden; height:260px; width:100%;}

.img-portfolio > .image > span .img{height:300px; width:100%; transition:ease all 0.5s;}

.img-portfolio > .image > span .img:hover{
box-shadow: 5px 8px 7px 0px rgba(0,0,0,0.38);
-webkit-box-shadow: 5px 8px 7px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 5px 8px 7px 0px rgba(0,0,0,0.38);
}

.client > div > h5 {font-size:17px;}
.client > div > h6 {font-size:13px;}

#next {
    background: none;
    color: #797474;
    font-weight: bold;
    border: solid 1px #797474;
    padding: 2px 10px;
    outline: none;
    margin: 0 auto 20px;
	font-size:14px;
    display: block;
}

footer{background:#1f94b3; color:#ffffff; font-weight:bold;}
footer a{color:#ffffff;}

.form-control {
    color: #002b59;
    background:#ffffff;
    border-bottom: 1px solid #002b59;
	border-radius:0;
	outline:none;
}



::-webkit-input-placeholder { /* Edge */
  color: #002b59!important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #002b59!important;
}

::placeholder {
  color: #002b59!important;
}

.captionad {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
    color: #fff;
    text-align: center;
    background-color: #ef1c2b;
    border: solid 1px #ffffff;
    width: 150px;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.captionad > a {color:#ffffff;}

.socialicon {
    width: 41px;
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 1000;
}

.fa {
  padding: 10px 25px 10px 12px;
  font-size: 30px!important;
  width: 45px;
  border-radius:50%;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  background:#cccccc;
}

.fa-facebook-f:before, .fa-facebook:before, .fa-twitter:before {
    content: "\f09a";
    color: #464444;
}

.fa:hover {
    opacity: 1;
	color:#ffffff;
	text-decoration:none;
}

.fa1-phone {
  color:#000000;
}

.circle{
	border-radius: 50%;
	margin:20px;
	font-size: 30px!important;
	}


.btn-dark {
    color: #fff;
    background-color: #0198be;
    border-color: #0198be;
}

.btn-warning{background-color: #521e0c!important; color:#ffffff;}


/* Screen larger than 600px? 2 column */
@media (min-width: 700px) {
  .grid-container { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .grid-container { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {
.navbar-dark .navbar-nav .nav-link  {
	border:0;
	border-bottom:solid 1px;
	font-size:12px;
	padding:5px;
	margin:0 3px;
	transition:ease all 0.5s;
}

.navbar-dark .navbar-nav .nav-link:hover  {
	border:0;
	border-radius:0;
	transition:ease all 0.5s;
}

.customcontainer {
    max-width:100%;
}


header > div{
	padding:15px 0;
	width:100%;
	background-color: #00113f;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
}

h1 {font-size:25px; padding:3px 0 15px; font-weight:bold;}


h2 {text-align:center; }
h2 > a {font-size:22px; padding:0 0 0 0;}

}

@media (max-width: 800px) {
.navbar{position:relative!important; z-index:1000; width:100%;
}

#contentwrapper {
	padding:0;
}
.fixed-top {
    position: relative;
    z-index: 1030;
}
.gap{padding:3px 0;}


.certificate .input1, .certificate .input2, .certificate .input3, .certificate .input4, .certificate .input5, .certificate .input6, .certificate .input7, .certificate .input8{width:100%;}

/* Responsive layout - makes a one column-layout instead of two-column layout */
  .flex-container {
    flex-direction: column;
  }

  .img-portfolio > .image > span .img{height:auto; width:100%;}

}

@media (max-width: 660px) {
.navbar-dark .navbar-toggler {
    margin-top:0;
}
}


@media (min-width: 992px){
.container {
    max-width: 95%;
}
}

@media (min-width: 768px){
.container {
    max-width: 95%;
}
}