/* Custom CSS
Author: SH3R
*/

/*.bgimage{
	background-image: url('../img/calogo.jpg');
	background-position: center center;
	background-size: cover;
	height: 500px;
}*/

/*CA LOGO COLORS
Blue: #36516E;
Green: #6BB760;
*/


body{
  padding-top: 100px;
  position: relative;
}

section{
  padding: 40px;
}

p{
  font-size: 18px;
  text-align: justify;
}

.page-header{
  border-bottom:2px solid #6BB760;
}

.navbar{
  margin-bottom: 0px;
  padding: 10px;
	z-index: 9999;
  overflow: hidden;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  font-size: 20px;
	background-color:#36516E ;
  border: 20;
  border-color:#36516E ;
  line-height: 1.42857143 !important;
  border-radius: 0px;
  display: block;
}

.navbar-brand{
  padding: 0px 0px;
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #fff !important;
    background-color: #6BB760 !important;   
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

#AboutUsTextBox p{
padding: 5px;
color: white;
border-top: 10px solid #6BB760;
background-color: #36516E;
text-align: center;
box-shadow: 1px 2px 5px #000000;
font-family: verdana;
}

#AboutUsTextBox p:hover{
transform: rotate(5deg);
}

ul{
padding-left: 0px;
}

#ClientaleTextBox p{
padding: 5px;
color: white;
border-left: 20px solid #6BB760;
background-color:#36516E;
text-align: center;
box-shadow: 1px 2px 5px #000000;
font-family: verdana;
}

#ClientaleRow{
  padding-top: 0px;
  padding-bottom: 0px;
}

#ServicesTextBox li p{
color: white;
text-align: center;
background-color: #558C89; /*#E44424; */
box-shadow: 1px 2px 5px #000000;
font-family: verdana;
}

#OutsourcingServices p{
color: white;
text-align: center;
background-color: #558C89; /*#E44424; */
box-shadow: 1px 2px 5px #000000;
font-family: verdana;
}

#OutsourcingServices text{
  font-size: 18px;
  text-align: justify;
}

.glyphicon{
      	font-size: 20px;
}

#title-divider{
    margin: 0 auto 25px;
    display: block;
    max-width: 85px;
    height: 1px;
    position: relative;
}

#title-divider-before{
    background-color: #005bbc;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    margin: auto;
}

#title-divider-after{
    background-color: #6BB760;
    max-width: 50px;
    margin: auto;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
}


/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}



/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
  border-radius: 15px;
}

.carousel .btn{
    border: 2px solid #fff;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    border-radius: 6px;
}

/*.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: center;
}
*/
.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/* ------------------- Button-Group Styling ------------------- */

.btn.btn-default {
    background-color: #36516E ; /* #1D8888 */
    border-color: white;
    color: white;
    width: 100%;
    padding: 15px 32px;
  /* padding: 32px 16px; */
    text-align: center;
    text-decoration: none;
    white-space: normal;
    display: inline-block;
    font-size: auto;
    margin: 5px 5px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 12px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.btn.btn-default:hover,
.btn.btn-default:focus {
  border-color: #4CAF50;
  background-color: #6BB760;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


.row{
  padding: 10px;
}

.jumbotron{
/*  background-color: #6BB760;
  color:#fff;
*/
  opacity: 0.5;
  border-bottom:2px solid #6BB760;
  }


.google-map {
    border: 1px solid #ded7d1;
    width: 100%;
    float: left;
}

label{
  display: block;
  font-weight: bold;
}

textarea{
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  -webkit-box-sizing: border;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 12px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


footer{
  background: #36516E;
  color: white;
  padding:20px 0px 10px;
  font-size: 16px;
}

.textbox{

}


footer p{
  margin:0;
}

footer a:link, footer a:visited{
  color: white;
}

footer a:hover{
  color: #6BB760;
}



/* -------------------------------------- */
/* rectangle  list style                  */

/* list */
.rectangle-list ol
{
counter-reset:li; /* Initiate a counter */
margin-left:0; /* Remove the default left margin */
padding-left:0; /* Remove the default left padding */
}

/* item  */
.rectangle-list ol > li
{
position: relative;
list-style:none; /* Disable the normal item numbering */
}

/* item hover */
.rectangle-list p
{
text-align: justify;
display: block;
padding: .4em .4em .4em .8em;
*padding: .4em;
margin: .5em 0 .5em 2.5em;
background: none;
color: #444;
text-decoration: none;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}

/* item hover */
.rectangle-list p:hover
{
background: #fa8072;
}

/* number  */
/*.rectangle-list p:before
{
content: counter(li);
counter-increment: li;

position: absolute;
left: -2.5em;
top: 50%;
margin-top: -1em;

background: #fa8072;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
}*/

/* number hover */
/*.rectangle-list p:after
{
position: absolute;
left: -1em;
top: 50%;
margin-top: -.5em;

content: '';
border: .5em solid transparent;

-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}*/

.rectangle-list p:hover:after
{
left: -.5em;
border-left-color: #fa8072;
}

@media (max-width: 420px) {
.navbar {
    font-size: 14px;
        }
}

@media (max-width: 768px) {
.navbar {
    font-size: 0px;
        }
}

@media (max-width: 1140px) {
.navbar {
    font-size: 14px;
        }
}

@media (max-width: 1200px) {
.navbar {
    font-size: 14px;
        }
}