/* 
Color Notes 
-----------
#0c2442 Main logo blue
#143864 Accent Blue
#2061B2 Light Blue
*/
body{
	font-family:  "Montserrat", "Montserrat ExtraLight", "Montserrat Medium", "Montserrat Black";
	display: flex;
    flex-direction: column;
	min-height: 100vh;
	font-size: 14px;
	color: white;
}
hr{
	margin: 2rem 0;
	background-image: linear-gradient(to right, transparent, #0c2442, transparent);
	height:3px;
	border:0;
}
li {margin-bottom: 20px;}
.breadcrumb{
	display: block;
}

.listspace li{
	margin-bottom: 20px;
	
}
/* texts */

.pricetext{
	font-size: 16px;
}
.introtext{
	font-size: 16px;
}

.privacy{
	color: #000;
}
/* main */
header{
	background-color: #0c2442;
}
.main-bg{
	background-color: #0c2442;
}
.landing-nav{
	margin: 2rem 0;
	vertical-align: middle;
}
.landing-nav ul{
	max-width: 420px;
    margin: auto;
    align-content: center;
    padding: 0;
	list-style: none;
}
.landing-nav li{
	margin-top: 3rem;
}
.landing-nav li img{
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	max-width: 300px;
} 
.landing-nav li img:hover{
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    transform: scale(1.02);
	-webkit-box-shadow:0px 0px 25px 2px rgba(255,255,255,0.9);
	-moz-box-shadow: 0px 0px 25px 2px rgba(255,255,255,0.9);
	box-shadow: 0px 0px 25px 2px rgba(255,255,255,0.9);
} 
.landing-nav li img:active{
	-webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    transform: scale(0.8);
} 
.main-nav{
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
}
.main-nav ul{
	list-style: none;
}
.main-nav li{
	float: right;
}
.main-nav img{
	float: left;
	display: inline-block;
	max-width: 175px;
}
.inner-nav{
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}
.inner-nav ul{
	list-style: none;
	text-align: center;
	padding: 0;
}
.inner-nav li{
	display: inline-block;
	margin: 0 1rem;
}
.inner-nav a{
	color: white;
	text-decoration: none;
}
.inner-nav a:hover{
	color: #2061B2;
	text-decoration: none;
}

/* Images */

.imgpromo{
	border: 1px solid #0c2442;
	height: 200px;
	padding: 1rem;
}


/* Buttons */

.btn-custom{
	padding: 1rem;
	border-radius: 2rem;
	border:1px solid white;
	background-color: #143864;
	margin: 1rem;
	color: white;
}

.btn-custom:hover{
	background-color: #0c2442;
	color: lightblue;
}
/* 
---------------------------------------------
Pricing
--------------------------------------------- 
*/
#pricing h2, #pricing h3{
	color: #fff;
}
/* 
---------------------------------------------
FAQ
--------------------------------------------- 
*/
.faq-item h5, .faq-item p{
	color:#000;
}
  .package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .package {
    background:#fff;
    padding:2rem;
    border-radius:12px;
    box-shadow:0 4px 12px rgba(0,0,0,.05);
  }
.package p{
	color:#000;
}
  .package h4 {
    margin-bottom:1rem;
    color:#0c2442;font-size: 19px;
  }
  .package ul {
    margin:0 0 1rem 1rem;
    color:#333;
  }
	.package li{
		margin-bottom: 0;
	}

/* 
---------------------------------------------
testimonal
--------------------------------------------- 
*/
#reviews h2{
	color: #000;
}
.carousel-item h3, .carousel-item p{
	color: #000;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #000;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.carousel-item blockquote {
    border-left: none;
    margin: 0;
}


.carousel-item-light h3, .carousel-item-light p{
	color: #fff;
}
#ouwork-carousel {
    padding: 0 10px 30px 10px;
}
#ouwork-carousel .carousel-control {
    background: none;
    color: #fff;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#ouwork-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#ouwork-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#ouwork-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
/* bar */

#bar p, #bar h2, #bar h3, #bar li, #bar h5{
	color: #000;
}




/* Footer */

footer{
	margin-top: auto;
	background-color: #0c2442;
}
.copyright{
	position: static;
	bottom: 0;
	width: 100%;
}
.copyright p{
	font-size: 10px;
	color: white;
	margin-top: 1rem;
}


/* Media/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.main-nav img{
	max-width: 100%;
}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}

/* iPad 3 (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio : 2),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (min-resolution: 192dpi) { 

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
}
/* Retina displays ----------- */
@media  only screen 
and (-webkit-min-device-pixel-ratio : 2), 
only screen 
and (min-resolution: 192dpi) {

}
