@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
.container-fluid{
  position: relative;
  overflow: hidden;
  width: 100%;
}


body {
 font-family: "Poppins" !important;
 width: 100%;
}

#page-wrap {
     width: auto;
     margin: 0 auto;
	padding: 0;
}	

h1 {
	text-align: center;
	font-size: 2.4em;
	font-weight: bold;
	color: white;
	text-shadow:  2px 2px #131E5F;
	padding-top: 10px;
}

h2{
font-weight: bold;
text-align: center;
color: #D70003;
padding-bottom: 15px;
border-bottom: 4px solid #000000;
border-bottom-width: 5px;
margin-top: 25px;
margin-bottom: 25px;
	
}

h3{
font-size: 1.5em;	
text-align: left;
color: #D70003;
padding-bottom: 15px;
border-bottom: 2px solid #000000;
border-bottom-width: 3px;
margin-bottom: 25px;
}


h4{
	color: white;
	background-color: #131E5F;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
}

h5{
	color: #131E5F;
	font-weight: bold;
	
}

h6 {
	color: #D70003;
	font-weight: bold;
	font-size: 1.2em;
}


.info {
	font-size: 0.5em;
}
.subheading {
	text-align: center;
	font-size: 1.7em;
	font-weight: bold;
	color: white;
}
.message-top {
	text-align: center;
	color: white;
	background-color: #131E5F;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 35px;
	font-weight: 500;
}



/*---------Social Bar and to top-----------------------------------------------------------------------------------------*/

#socialbar {
  display: none;
  position: fixed;
  z-index: 99;
  right: 0px;
}

.icon-barside {
  position: fixed;
  top: 90%;
  -webkit-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  transform: translateY(-90%);
}

.icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

.icon-barside a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
  border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
 margin-bottom: 5px;
}

.icon-barside a:hover {
  background-color: #0D1567;
}

.facebook {
  background: #3B5998;
  color: white;
	
}

.totop {
background-color: #D70003;
	color: #FFFFFF;
}

.whatsapp {
	background: #28D146 ;
	
}



/* -------------- navigation ---------- */
.my-navbar {
  box-shadow: 0px 8px 20px rgba(216, 216, 216, 0.45);
  width: 100%;
}

.navbar-brand {
  font-weight: bold;
}
.navbar-brand img {
  width: 172px;
}

.nav-link {
font-weight: bold;
  border-bottom: 4px solid white;
  margin-right: 24px;
  transition: 0.3s ease;
  padding: 5px;
}
.nav-link:hover {
  color: black;
  border-bottom: 4px solid #D70003;
}
.nav-active a {
  color: black !important;
  font-weight: 600;
  border-bottom: 4px solid #D70003;
}


/* -------------- welcome section ---------- */




.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;

	
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
	
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}



.carouselimg {
    height: 800px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
	object-fit: cover;
}


.carousel-caption {
  padding-top: 20px;
  padding-bottom: 20px;
 padding-left: 10px;
padding-right: 10px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: hsla(232,66%,26%,0.85);
	border-radius: 7px;
		}

.jumbotron {
background-image:
 linear-gradient(115deg,
 rgba(10,0,0, 0),
 rgba(19,30,95,1.00)); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
	margin-bottom: 0px;
border-radius: 0px;
  
}

.blue-gradient {
	background-color: hsla(231,67%,22%,1.00);
}

.intro-message {
	font-size: 3em;
	text-align: center;
	color: white;
}

.highlight {
	float: left;
	position: absolute;
}

/* -------------- service section ---------- */
.standout{
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 20px;
	font-weight: 900;
}

                        
#services {}
#services .services-top {
    padding: 40px;
	background-color: whitesmoke;
	border-radius: 7px;
}
#services .services-list {
    padding-top: 50px;
}
.services-list .service-block {
    margin-bottom: 25px;
}
.services-list .service-block .ico {
    font-size: 38px;
    float: left;
}
	
.services-list .service-block .text-block {
    margin-left: 60px;
}
.services-list .service-block .text-block .name {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 5px;
}
.services-list .service-block .text-block .info {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.services-list .service-block .text-block .text {
    font-size: 15px;
    line-height: normal;
    font-weight: 300;
}
                   



.red{
	color: #D70003;
}


/* -------------- colour blocks ---------- */

.b1 {
	background-color: #131E5F;
   padding-top:40px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	

}

.b2 {
	background-color: whitesmoke;
   padding-top:30px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 30px;
	
}



/* -------------- about section ---------- */
#about {
	background-color: whitesmoke;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 55px;
	
}



/* -------------- gallery section ---------- */

#gallery {
  display: block;
	background-color: whitesmoke;
 	padding-left: 55px;
	padding-right: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.image.fit {
			display: inline-block;
			margin: 0 0 2em 0;
			width: 20%;
			
		}

			.image.fit img {
				width: 20%;
			}


/* -------------- contact section ---------- */

#contact {
	background-color: whitesmoke;
	position: relative;
	border-radius: 7px;
}
   div.transbox {
  margin: 30px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.6;
}

div.transbox p {
  margin: 5%;
  font-weight: bold;
  color: #000000;
} 
.contactbc {
	text-align: left;
	padding: 50px;
}


.responsive-iframe-map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* -------------- footer ---------- */
.footer {
	text-align: center;
	color: white;
	background-color: #131E5F;
	height: 50px;
	vertical-align: top;
	padding-bottom: 55px;
	font-weight: 500;
	padding-top: 20px;
}



/* -------------- media query small ---------- */

@media (max-width: 575.98px) {
.message-top {
	text-align: center;
	align-content: center;
	color: white;
	background-color: #131E5F;
	height: 50px;
	padding-top: 20px;
	font-size: 0.7em;
}
	h1 {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	text-shadow:  2px 2px #131E5F;
	margin: 0px;
}


h2{
font-size: 1.3em;
font-weight: bold;
text-align: center;
color: #D70003;
padding-bottom: 15px;
border-bottom: 4px solid #000000;
border-bottom-width: 5px;
margin-top: 20px;
margin-bottom: 25px;
}

h3{
font-size: 1.1em;	
text-align: left;
color: #D70003;

border-bottom: 2px solid #000000;
border-bottom-width: 3px;
margin-bottom: 25px;
}


h4{
	color: white;
	background-color: #131E5F;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
}

h5{
	color: #131E5F;
	font-weight: bold;
}

h6 {
	color: #D70003;
	font-weight: bold;
	font-size: 1.2em;
}

.info {
	font-size: 0.5em;
}
.subheading {
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: white;
	margin-top: 8px;
}
	
.intro-message {
	font-size: 1.1em;
	text-align: center;
	top: 10px;
	color: white;
	
}
.carouselimg {
     height: 30vh;
	object-fit: cover;
	background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  
}
	
.carousel-caption {
	position: static;
	padding: 10px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: #131E5F;
	border-radius: 7px;
	margin: 20px;
	}

	/*---------Social Bar and to top-----------------------------------------------------------------------------------------*/

#socialbar {
  display: none;
  position: fixed;
  z-index: 99;
  right: 0px;
}

.icon-barside {
  position: fixed;
  top: 90%;
  -webkit-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  transform: translateY(-90%);
}

.icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

.icon-barside a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
  border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
 margin-bottom: 5px;
}



.facebook {
  background: #3B5998;
  color: white;
	
}

.totop {
background-color: #D70003;
	color: #FFFFFF;
}

.whatsapp {
	background: #28D146 ;
	
}


	
	/* -------------- service section ---------- */
.standout{
	font-size: 2em;
	line-height: 40px;
}

                        
#services {}
#services .services-top {
    padding: 5px;
	background-color: whitesmoke;
	border-radius: 7px;
}
#services .services-list {
    padding-top: 40px;
}
.services-list .service-block {
    margin-bottom: 25px;
}
.services-list .service-block .ico {
    float: left;
}
	
.services-list .service-block .text-block {
    margin-left: 62px;
}

.services-list .service-block .text-block .info {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.services-list .service-block .text-block .text {
    font-size: 15px;
    line-height: normal;
    font-weight: 300;
}
                   
   /* -------------- colour blocks ---------- */

.b1 {
	background-color: #131E5F;
   padding-top:40px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	

}

.b2 {
	background-color: whitesmoke;
   padding-top:30px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 30px;
	
}                
.contactbc {
	text-align: left;
	text-decoration-color: aqua;
}	

/* -------------- about section ---------- */
#about {
	background-color: whitesmoke;
	padding: 30px;
	
	
}
/* -------------- gallery section ---------- */

#gallery {
  display: block;
	background-color: whitesmoke;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.image.fit {
			display: inline-block;
			margin: 0 0 2em 0;
			width: 20%;
			
		}

			.image.fit img {
				width: 20%;
			}


/* -------------- contact section ---------- */

#contact {
	background-color: whitesmoke;
	position: relative;
	border-radius: 7px;
}
   div.transbox {
  margin: 5px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.6;
}

div.transbox p {
  margin: 55px;
  font-weight: bold;
  color: #000000;
} 
.contactbc {
	text-align: left;
	padding: 15px;
}


.responsive-iframe-map {
  position: relative;
  top: 0px;
  left: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  min-height: 250px;	
  height: 100%;
}

/* -------------- footer ---------- */
.footer {
	text-align: center;
	color: white;
	background-color: #131E5F;
	height: 50px;
	vertical-align: top;
	padding-bottom: 55px;
	font-weight: 500;
	padding-top: 20px;
}	
	
	
}
@media (max-width: 480px){
	
}


	

@media (min-width: 1200px){
	
}