/*CCS DOCUMENT*/
body {
background-color:#fff;
}
@media only screen and (max-width: 690px) {
.socialicons li a{
display:inline-block;
color:#fff;
}

}
.header-right li{
display:inline-block;
padding:.4em;
padding-right:2em;
padding-top:3em;
}
.header-right li.active a{
color:#CC0000;
}
.header-right li.active{
background-color:#fff;
}
.header-right a{
text-decoration:none !important;
color:#9f9f9f;
font-family: 'Archivo Narrow', sans-serif;
font-size:22px;
}
.header-right a:hover{
color:#34c6f2;
}



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text 
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}*/

/* Number text (1/3 etc) 
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}*/

/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  webkit-animation-name: fade;
  webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
  opacity: .4
  }
  to {
  opacity: 1
  }
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
/*@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}*/

/*INDEX CONTENT*/
.index-left h3{
font-size:24px;
font-weight:bold;
padding-top:3em;
color:rgb(9, 62, 182);
font-variant:small-caps;

}
.index-left p{
text-align:justify;
/*font-family: 'Dosis', sans-serif;*/
font-family: 'Alegreya', serif;
font-size:20px;
}
.index-right{
margin-left:10em;
padding-top:5em;

}
.services{
margin-left:auto;
margin-right:auto;

}
.indexleft-img{
padding-top:5em;

}


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  width: 100%;
}







/*SERVICE LISTING*/

.service-list{
margin-top:2em;
padding:2em;
/*border:1px solid #e3e3e3;*/
position:absolute;
/*margin-right:6.5em;
margin-left:2em;*/
/*margin-right:5em;

max-width:350px;*/
}
.image-cropper {
    width: 100px;
    height: 100px;
    position:relative;
    overflow: hidden;
    border-radius: 50%;
	margin-left:6em;
	border:solid thin #e3e3e3;
	bottom:80px;
	left:20px;
	    /*margin-left: 95px;
		margin-bottom:8.5em;
		*/

}

img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;

}
.service-list h4{
color:rgb(9, 62, 182);
text-align:center;
font-size:24px;
}
.lists:hover{
background-color:#3b86c7;
color:#fff;
-o-transition:.5s;/*Transition Delay*/
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.service-list:hover h4{
color:#fff;
}

/*FOOTER*/
.footer{
background-color:#020e28;

padding-top:2em;
}
.footer p{
color:#9f9f9f;
}
.socialicons li{
display:inline-block;
font-size:21px;
/*border:solid thin;*/
padding:.5em;
margin-right:1em;

}
.socialicons li:hover{
background:#ff8313;
}
.info{
margin-right:.5em !important;
margin-left:.5em !important;

}
.info p{
font-size:18px;
}
.info h4{
font-weight:bold;
}
.info i{
padding-top:.5em;
font-weight:bold;
font-size:18px;

}
/*.index-lists li{
list-style-type:none;
}*/
.index-lists a{
text-align:justify;
font-family: 'Dosis', sans-serif;
font-size:20px;
color:#bc175c;
text-decoration:none !important;
font-weight:500px;
font-family: 'Roboto', sans-serif;
letter-spacing:2px;
}
.index-lists a:hover{
color:#ff8313;
}
.info p{
color:#eee0c3;
}
.info h4{
color:#eee0c3;
}
.info i{
color:#eee0c3;
}
.info-one{
background:#6B0D0D;
    padding: 30px 40px;
	min-height:1px;
}
.info-two{
background:#6B0D0D;
    padding: 30px 40px;
	min-height:1px;
}
.info-three{
background-color:#6B0D0D;
    padding: 30px 40px;
	min-height:1px;
}
.info-three p{
word-wrap: break-word; 
max-width:300px;
color:#eee0c3;
}
.lists{
border:3px solid #e3e3e3;
margin-right:2em;
}
.success img{
padding-bottom:2em;
}
/*.success p{
font-family: 'Raleway', sans-serif;;
font-size:18px;
}*/
/*ABOUT US*/
.aboutuscontainer{
padding-bottom:2em;
}
.aboutuscontainer h3{
padding-bottom:2em;
border-bottom:solid #003399 4px;

}
/*.aboutuscontainer-rightside{
background-color:#044558;
}*/
.aboutuscontainer-rightside p{
color:#898989;
/*color:#000;*/
}
.service-column h4{
color:rgb(9, 62, 182);
font-size:20px;
}
.service-column p{
padding-top:3em;
text-align:justify;
}
.service-column img{
border:solid 1px #e3e3e3;
}
.contact{
padding-top:3em;
/*padding-left:20px;*/
}
.contact p{
padding-top:1.5em;
max-width:100%;
padding-left:2em;
}
.contact i{
font-size:20px;
padding-top:.8em;
padding-bottom:.5em;
margin-top:1.5em;
}

.circle-icon {
  	width: 50px;
    height: 50px;
    float: left;
    border: 1px solid rgb(9, 62, 182);
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    color: rgb(9, 62, 182);
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.contactuscontainer h4{
font-weight:bold;
color:#bc175c;
}
.contactus-leftportion{
/* background-color:#e5e5da;*/
background-color:#ced6e3;
 }
.contactus-leftportion li{
list-style-type:none;

}
.contact-listing{
width:100%;
padding:.5em;
border:solid 1px #e3e3e3;
}

.contact-message{
width:530px;
width:100%;
resize:none;
height:120px;
border:solid 1px #e3e3e3;
}
.contact-email{
word-wrap: break-word; 
max-width:500px;
}
.contact-bttn{
padding:1em;
}
.button{
/*color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
			background: rgb(223, 117, 20);  this is an orange */
			padding: 10px 15px 11px !important;
font-size: 18px !important;
background-color: rgb(223, 117, 20);
font-weight: bold;
text-shadow: 1px 1px rgb(223, 117, 20);;
color: #ffffff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid rgb(223, 117, 20);
cursor: pointer;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
			}
	input[type=text]:focus,textarea:focus{
	/*border: 1px solid #FF0000;*/
	box-shadow: 0 0 5px  rgb(223, 117, 20);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid  rgb(223, 117, 20);
   outline: 0 none;
	}		
	.contactus-leftportion h5{
	font-family: 'Alegreya', serif;
	font-size:18px;
	}
	
	
	


