/*!
 *  
 *  
 *  
 */

body {
    padding-top: 0px !important;
	background:#e3e3e3;
	background-image: url("../image/main-bg.jpg");
}


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

h4{
    font-weight: bold;
    font-size: 18px;
	color: #5c5c5c;
}
footer a{
    text-decoration: none;
    color: #fff;
}
footer a:hover{ 
	color: #fff; 
	text-decoration: underline;
    text-decoration-color: #ffcc00;
	text-decoration-style: double;
}

#pages-content img{
	 
}
/** NAV BAR**/
.social{
    text-align: right;
	line-height: 60px;
}

.navbar{
    min-height: 110px;
    border-bottom: 3px solid #0099ff;
}


.navbar-light .navbar-nav .nav-link {
    color: #0066cc;
	font-weight: bold;
	font-family: arial;
	font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #0066cc;  
	text-decoration: underline;
    text-decoration-color: #ffcc00;
	text-decoration-style: double;
}

 


.dropdown-item { 
    color: #0066cc; 
}
.dropdown-item:hover { 
    color: #0066cc; 
	
	text-decoration: underline;
    text-decoration-color: #ffcc00;
	text-decoration-style: double;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link{
	color: #0066cc;
	
}


.social ul{
	ms-flex-direction: row;
    flex-direction: row;
    display: flex;
   margin: 0 0 0 74%;
	
}

.social ul>li {
	padding: 0 5px;
list-style: none;
}

/** CAROUSEL **/
header{
	margin-top: 63px;
}

 

.carousel-indicators li { 
    background-color: #3399cc;
} 
.carousel-indicators .active {
    background-color: #ffcc00;
}

figure.effect-zoe h2{
	text-align:center;
}
figure.effect-zoe h2{
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    align-self: center;
}

.box-shadow{
    position: relative;
    margin: -40px 0 0 0;
    width: -moz-available;
    width: 100%;
}
 

.shadow{
    top: -5px;
    position: inherit;
    width: inherit;
}

.shadow2{
    top: 5px;
    position: relative;
    width: 100%;
}
.shadow3{
    top: -6px;
    position: relative;
    width: 100%;
}

.page-botton{
    margin-top: -15px;
}


.border-buttom{
    width: 100%;
    height: 5px; 
	position: relative;
	top: 1px;
}
.home-border-buttom{
    width: 100%;
    height: 5px; 
	position: relative;
	 
}

.card-body {  
	margin-top: -140px;
    background: url("image/home/bg.png"); 
    color: #fff;
    height: 140px !important;
    text-align: center;
    background-color: #00bfffcc;
	background-color: rgba(0, 173, 239, 0.94);
}
 
.card > .card-text {
  visibility: hidden; 
  transition: visibility 0s, opacity 0.5s linear;
}

div.card:hover > .card-text {
  visibility: visible;
  opacity: 1;
}



a.button:hover {
	text-decoration:none;
	color:#fff;
}

.button {
	background-color: #0460d8;
	border: none;
	color: white;
	padding: 3px 10px;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: -2px 2px;
	cursor: pointer;
	position: inherit; 
	box-shadow: 0 2px 0 #032d6e;
	text-decoration: none; 
	
}



/* NEWS SLIDER*/
#news{
    background: #e9ecef;
    padding: 16px;
	margin-bottom: -10px;
	position: inherit;
}

#pages-content p{
	font-size:18px;
}

.page-header{
	font-style: italic;
font-weight: bold;
color: #7b7a7a; 
}
.page-img{ 
	float: left;
    padding: 10px 15px;
}

#rel-post{
	text-align:center;
	
}

.ca-item p{
	font-size:15px !important;
}



#mission-vision img{
	width:100%;
}

.mission, .vision{ 
    text-align: center;
    color: #5c5c5c;
}

.mission p, .vision p{
    font-size: 20px;
    font-weight: bold;
    font-style: italic; 
    padding: 15px;
}


#tour-services h5{
    font-size: 18px;
    font-style: italic;
    text-align: center;
    background: deepskyblue;
    padding: 5px 0;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}
#tour-services ul{
    border: 1px solid #c6c6c6;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -8px;
}

/** BACK TO TOP **/

#return-to-top {
	z-index:10000;
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: #343a40;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgb(0, 77, 134) ;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.help-block{
    color: red;
}
 

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}




#settings {
    z-index: 10000;
    position: fixed;
    top: 240px;
    right: 30px;
    background: rgb(232, 231, 231);
    background: #d0d0d0;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background-image: url(../jobs/settings.gif);
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#settings-img{
    width: 40px;
    padding: 2px;
    margin-left: 6px;
    margin-top: 4px;
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #d0d0d0;;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: -188%;
    left: -63%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
	content: "";
    position: absolute;
    top: -10%;
    left: 85%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #d0d0d0 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
} 


@import 'customstyle.css';