@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
* {
	font-family: 'Montserrat', sans-serif;
}
.section-padding {
	padding: 100px 0;
}

.carousel-item img {
	height: 500px;
}
.carousel-caption {
	bottom: 150px;
	z-index: 2;
}
.carousel-caption h5 {
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
	color: white;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
	color: white;
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;


margin: 1px

}



.topnav {
  overflow: hidden;
 /*  background-color: #333; */
}

.topnav div {
 
  color: #f2f2f2;
  /* text-align: center; */
 /*  padding: 14px 15px; */
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.abclink {
   
    font-size: 13px;
   
   
   
    color: black;
    font-weight: bold;
}


.abclink:hover {
   
    font-size: 15px;
   /*  background-color: gold; */
    padding: 3px;
   /*  border-radius: 15px; */
    color: green;
    font-weight: bold;
}

.icontext{
	color: white;

}
.icontext:hover{
	color: gold;
	font-weight: bold;
	/* font-size: 17px; */
	/* background-color: white; */
	/* border-radius: 30px;
	border-color: red;
	 */
}
.servicebtn {
	color: blackness(50%);
	background-color: gold;
}

.servicebtn:hover {
	color: white;
	background-color: green;
}

.servicetitle {
	font-size: 25px;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
.servicetitle:hover{
	color: green;
	font-weight: bold;
	font-size: 28px;
}

/* .nav-tabs li a {
	color: green;
}

.nav-tabs li a:hover {
	color: white;
	font-weight: bold;
	background-color: black;
	font-size: 15px;
	border-radius: 10px;
} */
.softlist {
	border: 1px solid black;

}

.softtile a{
	color: green;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

.softtile a:hover{
	color: blue;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

html{
	scroll-behavior: smooth;
}
.navbar .navbar-nav .nav-link {
  color: #006d77;
  font-size: 1.1em;
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding: 0 0.5em;
  }
  .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-right: 3px solid #006d77;
  }
}

.nav-link.active {
  
  color: #0E446D !important;
}
.nav-tabs li a:hover {
 
  color: #0E446D !important;
}
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 60px 0;
           /* min-height: 100vh;*/
        }
.btn {
    padding: 14px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.red-btn {
    background: #ed1b24;
    border: 2px solid #ed1b24;
    color: #fff;
}

.red-btn:hover{
    background: #1c376c;
    color: #fff;
    border-color: #ffffff;
}

/*---------footer---------*/
footer {
    background-color: #222023;
    background-image: -webkit-linear-gradient( top, #222023, #1e2c47 );
    background-image: -moz-linear-gradient( top, #222023, #1e2c47 );
    background-image: -o-linear-gradient( top, #222023, #1e2c47 );
    background-image: linear-gradient( to bottom, #222023, #1e2c47 );
    color: #0A1B66;
    padding-top: 40px;padding-bottom: 18px;
    font-size: 17px;
}
footer h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
footer h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 2px;
}
.about-footer li i {
    position: absolute;
    left: 0;
}
.about-footer li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 40px;
}

.about-footer ul {
    margin-top: 40px;
}

footer a {
    color: #212529 ;
    font-weight: bold;
}
footer p{
    color: #0A1B66;
    font-weight: bold;
}

footer a:hover {
    color: red;
}
.footer-title {
    border-bottom: 2px solid #a61f2d;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

ul.footer-social {
    float: right;
}

ul.footer-social li {
    display: inline;
    margin-right: 16px;
}

ul.footer-social i {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
}

ul.footer-social li:last-child {
    margin-right: 0px;
}

ul.footer-social i:hover {
    background: #ed1b24;
    color: #fff;
}

.page-more-info li {
    margin-bottom: 18px;
}

footer .table td:first-child {
    font-weight: 600;
    padding-left: 33px;
}

footer .table td:last-child {text-align: right;}
footer .table td {
    padding: 0px;
    border: 0;
}

footer .table tr {
}

footer .table td i {
    position: absolute;
    left: 0px;
    font-size: 21px;
    top: 6px;
}

footer .table td {
    position: relative;
    padding: 4px 0;
}
.footer-logo td {
    padding-right: 4px !important;
}

.footer-logo td:last-child {
    padding-right: 0px !important;
}
footer hr {
    border-color: #9294a0;
}

.footer-bottom p {
    text-align: right;
}
.footer-bottom {
    margin-top: 30px;
}
.open-hours hr {
    margin: 30px 0;
}
 ul li a{
	list-style: none;
	
}
  footer {
    background-image:url("../img/pattern.png") !important ; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #0A1B66;
    
    background-color: blueviolet;
  }
  .abclink{
    color: #0A1B66;
    font-weight: bold;
  }
