/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */




/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/***************************
************** Global Styles 
****************************/

html,
body {
    height: 100%;
	color: #474F66;
	/* font-family: Roboto, Arial, Helvetica, sans-serif; */
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 100;
    letter-spacing: 0.06em;
	
	background-color: #17318C;
	background-image: url("../img/custom_site/bg-body.png");
}

.media-body p {font-size: 14px}

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

a:focus, a:hover { 
	color: #ffffff;
}

h4, h5, h6, .h4, .h5, .h6 {
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight:300;
	font-family: 'Crete Round', serif;
}

h1, h2, h3, .h1, .h2, .h3 {
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: 0;
	font-family: 'Crete Round', serif;
}

.list-group{
    font-family: Roboto, Arial, Helvetica, sans-serif;
}


h3, .h3 {
	font-size: 56px;
}

h4, .h4 {
	font-size: 28px;
}

h5, .h5 {
	font-size: 21px;
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 10px 10px 30px;
    padding-bottom: 9px;
}

p {
	text-align: justify;
    text-justify: inter-word;
}

.text-warning { color: #FFBA00;}

/* promo index styles */
hr.short {
  	border-top: 2px solid #CE0B0E;
	width: 20%;
}

.list-group-item {background: transparent; border: none; color: #ccc;}


/* thumbnails */

.thumbnail { 
	border: none;
	border-radius: 5px;
	padding: 0;
	box-shadow: 0px 4px 55px #000;
	background-color: transparent;

}

.thumbnail > img {
  border-radius: 5px;
}

.thumbnail p{ 
	color: #fff;
	padding: 1em;
	font-size: 14px;
	color: #ccc;
}



.breadcrumb { 
	font-size: 14px;
	
}



.thumbnail a { 
	color: #fff;
}


.thumbnail .caption {
    padding-left: 50px;
	padding-right: 50px;
}



/* hover effect */
/* http://www.tipue.com/blog/css-background-zoom/*/

.outer-div{
        
}
.inner-div{
     background-size: cover;
     background-position: center;
     transition: all 0.5s ease;
     /*background-image: url('../img/custom_site/promo01.jpg');*/
	 z-index:100;
}
.inner-div:hover{
     transform: scale(1.2);
}



.img-hover:hover {
    opacity: 0.8;
}

.page-container {
	margin-top: 2em;
}



/************* custom margin bottom classes to create vertical space ****************/
.margin-bottom-20 { margin-bottom: 2.0em; }
.margin-bottom-30 { margin-bottom: 3.0em; }
.margin-bottom-40 { margin-bottom: 4.0em; }
.margin-bottom-50 { margin-bottom: 5.0em; }

.margin-top-20 { margin-top: 2.0em; }
.margin-top-30 { margin-top: 3.0em; }
.margin-top-40 { margin-top: 4.0em; }
.margin-top-50 { margin-top: 5.0em; }

.col-centered{
    float: none;
    margin: 0 auto;
}

/****************** buttons ******************/


.btn {border-radius: 0;}

.menubuttons {text-align: right; margin-top: 13px;}

@media(max-width:991px) {
    .menubuttons { text-align: center; margin-top: 0px; margin-bottom: 15px;}
	.menulogo { text-align: center; margin-left: auto; margin-right: auto; display: block}
}


/*****************************************************************************
**************** Home Page Carousel from modern-business bootstrap ***********
******************************************************************************/


/*.carousel-control { display: none;}*/

.carousel-indicators li { border: 1px solid #555;}
.carousel-indicators .active { background-color: #555;}

header.carousel {
    height: 50%;
    margin-bottom: 20px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

header.carousel .item:nth-child(1) .fill{
    background-image: url('../img/custom_site/slider-index-01.jpg');
}

header.carousel .item:nth-child(2) .fill{
    background-image: url('../img/custom_site/slider-index-02.jpg');
}

header.carousel .item:nth-child(3) .fill{
    background-image: url('../img/custom_site/slider-index-03.jpg');
}

header.carousel .item:nth-child(4) .fill{
    background-image: url('../img/custom_site/slider-index-04.jpg');
}

/**************************
caption vertically centered on bootstrap slider
http://jsfiddle.net/n86hLyLu/1/
**************************/
.carousel-caption {
    position: absolute;
    top: 0;
	height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 20px;
	text-align:center;
	letter-spacing: 0.3em;
}


/* this style makes homepage carousell vertically taller 70% or whatever you want */
header.carousel.tallercarousel {height:70%; min-height: 350px;}



/***************

carousel-promo

***************/

#carousel-promo.carousel.slide div.carousel-inner {border-radius: 4px;}



/************************
Forms Custom Styles
**************************/

label { font-weight: normal;}





/*****************************************************************************
**************** Nav New Styles ****************
*****************************************************************************/

.navbar-inverse {
	margin-bottom: 0; 
	border-radius: 0; 
	border: none;
    background: rgb(224,225,230);
    background: linear-gradient(90deg, rgba(224,225,230,1) 0%, rgba(255,255,255,1) 50%, rgba(224,225,230,1) 100%);
}



.navbar-brand { height: 70px;}
.navbar-nav > li > a { padding-top: 6px; padding-bottom: 6px;}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {margin-left: 15px;}
.navbar-text {margin-right: 0px; margin-top: 33px;}




/* flicker */

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}


.white {color: #fff; padding-top: 10px; border-top: 1px solid #146BA6}

/* Footer */

footer {
	border-top: none;
	padding: 20px 0 20px 0;
}


/* footer payment logos */
.payments li {padding-top: 5px;}


/* footer all */
.footercontainer { }

.footerleft { margin-top:50px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#3cf; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px; padding:20px 0; border-top:1px solid #333;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}



/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel {
        height: 30%;
    }
	
	.center-block h3 {display: none;}
	
	
}