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

body {
  font-family: "Open Sans", sans-serif;
background: #ffffff;
  color: #000000;
}

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

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

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


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


h1{
color: #0a526c;
font-weight:bold;	
text-align:center;
font-size:2.5rem !important;
}

h3{
color: #0a526c;
font-weight:bold;
font-size:1.75rem !important;
}


p {
color: #000000;
font-family: "Open Sans", sans-serif;
font-weight:normal;    
font-size: 1.0rem !important;   
}  

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

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


/*--------------------------------------------------------------
# Card background color
--------------------------------------------------------------*/
.card-body { 
    background-color:transparent;
     margin-top: 0px;
    margin-bottom: 0px;
 }


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

.card-img-top {
    background-color: #ffffff; 
    color:#000000;
    margin-top: 0px;
    margin-bottom: 0px;

} 

 .card-footer {
 margin-top: auto;
} 

   /*----------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-gradient{
background: #ffffff;
background: linear-gradient(90deg, rgba(255, 158, 18, 0.5) 0%, rgba(254,238,36, 0.5) 100%);
}

.navbar-custom 
.navbar-brand,
.navbar-custom 
.navbar-nav 
.nav-link {
    color: #cccccc; /* Replace with your desired text color */
}


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


/*.navbar .dropdown-menu{
background-color:#cccccc;
}*/

.navbar .dropdown-menu {
background-color: rgba(204,204,204,0.5);
}
.dropdown-item:hover{
	background-color: #ffffff;
}

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

.dropdown-item {
    left: auto;
    display: block;
    width: 100%;
    padding: 5px;
    clear: both;
    font-weight: 400;
    color: #000000;
    text-align: left;
    white-space: nowrap;
    /*background-color: #ffffff;*/
    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:15px;
  padding-right:15px;
}

.navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}



/*--------------------------------------------------------------
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: 1.0rem;
  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: 1.0rem;    
color: #000000;    
}

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


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

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


/*footer {
background: linear-gradient(90deg, rgba(255,158,18,0.5) 0%, rgba(254,238,36,0.5) 100%) !important;
}
*/

footer {
background-color: #ffffff !important;	
}

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


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


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

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

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

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

footer ul li a {
   color:#0a526c;
}


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


footer a {
color:#5fa9543;
}

footer a:hover {
color:#f29224;
}

blockquote {
    font-size: 14px;
}	