/*!
 * 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)
 */
body {
padding:0;
margin:0;
background:#000000;
}

/* 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;}

.mainwrapper{background:#ffffff;}

.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';
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:1px 10px;
	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: #7a9ab3;
    background: #112f24;
}


.navbar-dark {
    position: relative;
    padding:10px;
	border-radius:10px;
    background:#2f8062;
	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:38px; padding:3px 0 15px; position:relative; color:#bf1940; font-family: 'Anton';}

h2 {font-size:30px; padding:3px 0 15px; position:relative; color:#ff416e; font-family: 'Anton';}

/*h1:before{content:""; position:absolute; left:0; bottom:10px; width:100px; height:2px; background-color:#152d6f; z-index:100;}*/

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

.modal {z-index: 3000;}

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

#contentwrapper, #testimonialwrapper {
	padding:3% 0 3%;
}

.resultblock{border:solid 1px #000; padding:1%; margin:10px auto; text-align:center;}

.resultblock  > h3, .resultblock > h4 {font-size:34px; padding:3px 0 3px; position:relative; color:#2f8062; font-family: 'Arial'; font-weight:bold;}

.resultblock > h4 {font-size:28px; color:#985464;}

.resultblock a {font-size:38px; color:#bf1940;}

#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;}

.img-portfolio{
	margin:0 0 20px;
}

.img-portfolio:hover .img{

}

.img-portfolio > .image > h5, .img-portfolio > .image2 > h5{
	display:block;
	height:40px;
	margin:0 auto 10px;
	padding:5px 0;
	color:#3a3a3a;
	font-size:16px;
	text-align:center;
}

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

.sitemap > a{font-size:16px; color:#000000; font-weight:bold; text-transform:uppercase;}

.leftblock > a {font-size:16px; color:#ffffff; font-weight:bold; text-transform:uppercase; background-color:#11b9ca; padding:8px; border-radius:10px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b7deed+0,3393c4+50,29949e+52,b7deed+100 */
background: rgb(183,222,237); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(183,222,237,1) 0%, rgba(51,147,196,1) 50%, rgba(41,148,158,1) 52%, rgba(183,222,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(51,147,196,1) 50%,rgba(41,148,158,1) 52%,rgba(183,222,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(183,222,237,1) 0%,rgba(51,147,196,1) 50%,rgba(41,148,158,1) 52%,rgba(183,222,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */


}

.centerblock {width:1px; height:100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#03a0bf+0,ffffff+100&1+0,0+100 */
background: -moz-radial-gradient(center, ellipse cover,  rgba(3,160,191,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(3,160,191,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(3,160,191,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a0bf', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.rightblock > b{font-size:22px; color:#c84e4b; font-weight:bold;}

.rightblock > strong {font-size:18px; color:#ffffff; font-weight:bold; background:#29949e; padding:7px 10px; position:relative;
}

.rightblock > strong:before {content:""; width:17px; height:41px; position:absolute; background:url(../images/leftarrow.png) left top; z-index:100; left:-5px; top:5px;
}

.rightblock > ul > li >a {font-size:16px; color:#000000; font-weight:bold; text-decoration:underline; padding:10px 0; display:block;}

footer{background:#2f8062; color:#ffffff; font-weight:bold; font-size:16px;}
footer a{color:#ffffff;}

.footernav{
   position:relative;
   width:100%;
   margin:50px 0 0 0;
   padding:3%;
   background-color:#e6e6e6;
   color:#3a3939;
}


.footernav > div > div > div > a{padding:1px 5px; color:#000000; border-right:solid 1px #000000; text-decoration:none; text-transform:uppercase;}
.footernav > div > div > div:nth-child(3){border-right:0;}
.footernav > div > div > div > a:hover{color:#000000;}

.footernav > .content{font-size:12px;}

.footernav > a{margin:4px; color:#6b6b6b;}

.footernav > .img{position:absolute; z-index:1000; height:40px; width:100%; bottom:0; left:0; background:url(../images/footerimg.png) bottom left;}

footer > div > p > a {color:#000000;}



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

.certificate{background:#f4eaf2; color:#212347; padding:3%; font-size:20px; font-family:'Times New roman';}

.certificate .input1, .certificate .input2, .certificate .input3, .certificate .input4, .certificate .input5, .certificate .input6, .certificate .input7, .certificate .input8{background:none; border:none; border-bottom:solid 1px #000; width:60%; display:inline;}

.certificate .input2{width:70%;}
.certificate .input3{width:61%;}
.certificate .input4{width:70%;}
.certificate .input5{width:55%;}
.certificate .input6{width:32%;}
.certificate .input7{width:24%;}
.certificate .input8{width:59%;}

.certificate .date{padding-top:30px;}

::-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;}

.sociallink{margin:auto;}
.sociallink > a{width:30px; margin:20px 10px 0 0;}


.fa1 {
  padding: 10px;
  font-size: 25px!important;
  width: 39px;
  height: 39px;
  border-radius:50%;
  text-align: center;
  text-decoration: none;
  margin: 20px 2px 0;
  float:left!important;
  color:#000000!important;
}

.fa1:hover, .fa1:active {
    opacity: 1;
	color:#ffffff;
	transition:ease all 0.5s;
	text-decoration:none;	
}

.fa1-facebook, .fa1-twitter, .fa1-youtube, .fa1-whatsapp, .fa1-search-plus {
  color:#ffffff!important;
  background:#225696;
}

.fa1-twitter{
background:#1d9ceb;
}


.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;}

.img-portfolio > .image > span, .img-portfolio > .image2 > span{
	height:auto;
}

.certificate .input1, .certificate .input2, .certificate .input3, .certificate .input4, .certificate .input5, .certificate .input6, .certificate .input7, .certificate .input8{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%;
}
}