@charset "utf-8";
/* CSS Document */

body {
  font-family: "Open Sans", sans-serif;
background: #000000;
  color: #ffffff;
}
.container {
width: 1500px;    
}

a {
  text-decoration: none;
 color:#C71518;
}

a:hover {
  color:#1A83A8;
  text-decoration: none;
}


hr {
    margin: 0.5rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}


.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 20px;

}


.display-5 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: calc(1.0rem + 1.0vw);
    font-weight: bold;
    line-height: 1.2;
     margin-top: 10px;
    margin-bottom: 20px;

}

.display-7 {
    font-size: calc(0.8rem + 0.8vw);
    font-weight: 300;
    line-height: 1.2;
     margin-top: 10px;
    margin-bottom: 20px;

}

.bg-gradient-custom {
  background:transparent;  
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to bottom, rgba(102,153, 255, 0.25), rgba(102,0,0,0.25));  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom, rgba(102,153, 255, 0.25), rgba(102,0,0,0.25));
    color: #000000;
}

.btn-outline-secondary {
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn-outline-custom {
    background-color: #660000;
    color:aliceblue;
    margin-top: 10px;
    margin-bottom: 20px;
}

.card-body {
   background-color:transparent;
    color:#000000!important;
    margin-top: 0px;
    margin-bottom: 0px;
    border-color: #660000;
    border-width: medium;
}

.card-img,.card-img-top{
  width:inherit;
}

.card-text {
    color:#000000 !important;
}


.card-title {
    color:#000000 !important;
    margin-top: 0px;
    margin-bottom: 0px;
}




    
   /*----------Modal Settings----------------*/


.modal-title{
background-color: #2f7c91;
    
}

.modal-body{
background-color: #cccccc;    
    
}

.modal-body{
background-color: #cccccc; 
color:#000000;    
    
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #B49565;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* =====================          NAVIGATION        =====================*/

/* Custom Navbar Colors */
.navbar-custom {
    background-color:#660000; /* Replace with your desired background color */
}
  
.navbar-custom 
.navbar-brand,
.navbar-custom 
.navbar-nav 
.nav-link {
    color: #ffffff; /* Replace with your desired text color */
}

.navbar-custom 
.navbar-toggler-icon {
    background-color: #ccc; /* Replace with your desired color for the toggler icon */
}

.navbar-custom 
.navbar-toggler {
border-color: #660000; /* Replace with your desired border color for the toggler button */
}


.navbar .dropdown-menu{
background-color:#660000;
}
.dropdown-item:hover{
	background-color: #000000;
}
.navbar form button{
	background-color: #ffffff;
	color:#FFF;
	border:0;
}
.navbar form button:hover{
	background-color: #ffffff;
}

.dropdown:hover>.dropdown-menu {
 display: block;
}

.dropdown-item {
    left: auto;
    display: block;
    width: 100%;
    padding: .25rem 2.0rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    background-color: #2f7c91;
    border: 0;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 2rem;
    padding-right:2rem;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav > li{
  padding-left:10px;
  padding-right:10px;
}

.navbar-brand {
 margin-left: 5px;    
 padding-top:10px;
 padding-bottom:10px;
  }


/*--------------------------------------------------------------
#Carousel Section
--------------------------------------------------------------*/

.carousel-caption {
  position: absolute;
  text-align: center;   
  width: 50%;
  height: 50vh;    
}

/*--------------------------------------------------------------
Responsive Video
--------------------------------------------------------------*/
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#section {
  padding: 10px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}


.section-text {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #000000;
}

/*--------------------------------------------------------------
# Top Section
--------------------------------------------------------------*/
#top {
width: 100%;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 16px;    
color: #000000;    
background-color: #ffffff;
height: 100vh;
/*background-image:url("");*/
background-repeat:no-repeat;
background-size:cover;}

/*--------------------------------------------------------------
# Work Section
--------------------------------------------------------------*/
#work {
width: 100%;
height:auto;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 16px;    
color: #000000;    
}

/*--------------------------------------------------------------
# about Section
--------------------------------------------------------------*/
#about {
width: 100%;
height:auto;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 16px;    
color: #000000;    
}


/*--------------------------------------------------------------
# More Section
--------------------------------------------------------------*/
#more {
width: 100%;
height:auto;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 16px;    
color: #000000;    
}

/*=======================          FOOTER                   ==============================*/

footer {
  background:#cccccc;
    color:"#000000";
}


.border{
border-style:solid;
border-radius: 15px;  
border-width: medium;    
border-color: #000000;    
padding: 1rem ;
background: transparent;
}

footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}


footer p{
color: #660000;
text-align:center;
font-size:0.85rem !important;
}


footer h3{
color: #660000;
text-align:center;
font-size:0.90rem !important;
}

footer h4{
color: #660000;
text-align:center;
font-size:0.85rem !important;	
}

footer h5{
color: #660000;
text-align:center;
font-size:0.80rem !important;
}

footer h6{
color: #660000;
text-align:center;
font-size: 0.75rem !important;
}
   

footer ul li a {
   color:#000000;
}

footer p a{
color:#000000;
text-decoration:underline;
}


footer a {
color:#000000;
}

footer a:hover {
color:#660000;
}

blockquote {
    font-size: 14px;
}	

    
