body{
	font-family: 'Dosis', sans-serif;
}
p{
	font-family: 'Montserrat', sans-serif;
	text-align:justify;
	text-indent:20%;
}
a{
	font-family: 'Dosis', sans-serif;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Dosis', sans-serif;
}

/*Header*/
.navbar-default .navbar-nav>li>a {
color: #777;
text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #f74d65;
}
header{
	background: url(../images/header_bg.jpg);
	
	margin-top:20px;
	background-repeat: no-repeat;
}
.section_overlay{
	background: rgba(250,250,250, .5);
}
.home_text{
	padding-top: 210px;
	padding-bottom: 210px;
}
.home_text h2{
	
	-webkit-text-stroke: 1px black;
   color: #D9EDF7;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
	font-size: 40px;
	
	letter-spacing: 13px;
	
}

.home_text p{
	color: #404040;
	font-size: 14px;
	text-transform: uppercase;
}
.home_text img{}
.scroll_down{
	padding-bottom: 50px;
}
.scroll_down h4{
	font-size: 12px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}


/*Services*/
.services{
	padding-top: 35px;

}






.services .container{
	border-bottom: 1px solid #ddd;
}
.single_service{
	padding-bottom: 39px;
}
.single_service i{
	font-size: 25px;
	color: #f73b56;
}
.single_service h2{
	color: #000000;
	font-size: 25px;
	
}
.single_service p{
	color: #404040;
	font-size: 14px;
}







.single_image1:hover div.image_overlay1{
	opacity: 1;
}

.image_overlay1{
border-radius: 20px 3px;
position: absolute;
width: 100%;
height: 100%;
background: rgba(247,164,175,2.9);
left: 0;
top: 0;
opacity: 0;
	transition: all 2s;
}

.single_image1:hover div.image_overlay2{
	opacity: 1;
}
.image_overlay2{
border-radius: 20px 3px 8px 14px;

position: absolute;
width: 100%;
height: 100%;
background: rgba(252,207,36,2.9);
left: 0;
top: 0;
opacity: 0;
	transition: all 2s;
}

.single_image1:hover div.image_overlay3{
	opacity: 1;
}
.image_overlay3{
border-radius: 5px;
position: absolute;
width: 100%;
height: 100%;
background: rgba(118,227,166,2.9);
left: 0;
top: 0;
opacity: 0;
	transition: all 2s;
}


.single_image1:hover div.image_overlay4{
	opacity: 1;
}
.image_overlay4{
border-radius: 5px;
position: absolute;
width: 100%;
height: 100%;
background: rgba(230,152,198,2.9);
left: 0;
top: 0;
opacity: 0;
	transition: all 2s;
}



.image_overlay1 h2, .image_overlay2 h2, .image_overlay3 h2, .image_overlay4 h2, .image_overlay5 h2
{
font-size: 16px;
	color: #0000ff;
	font-weight: 500;
	margin-left: 50px;
	margin-top: 5px;

}

.image_overlay1 li, .image_overlay2 li, .image_overlay3 li, .image_overlay4 li, .image_overlay5 li
{
list-style-type: none; 
font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	margin-left: 10px;
	


}









.single_progress_bar .progress {
height: 1px;
margin-bottom: 20px;
overflow: hidden;
background-color: #d5d5d5;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.single_progress_bar .progress-bar {
background-color: #2d3334;
}
.single_progress_bar h2{
	color: 000;
	font-size: 14px;
	font-weight: 400;
}
.about_us_p{
	font-size: 14px;
	color: #272727;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 21px;
}
.about_title h2{
	font-size: 25px;
	color: #3d3d3d;
	text-transform: uppercase;
	margin-top: 34px;
	letter-spacing: 6px;
	margin-bottom: 36px;
}
.about_title img{
	margin-bottom: 70px;
}

/*image over */





/*Testimonial*/
.testimonial{
		padding-top: 0px;
	padding-bottom: 0px;
}
.testimonial{

}
.testimonial .icon:after{
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #f73b56;
	top: 110px;
	left: 50%;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	margin-left: -40px;

}
.testimonial .icon i{
color: #fff;
font-size: 47px;
position: absolute;
z-index: 555;
left: 50%;
margin-left: -23px;


}
.single_testimonial p{
color: #404040;
font-size: 18px;
font-family: 'Dosis', sans-serif;
letter-spacing: 1px;
padding-top: 110px;

}
.single_testimonial h4{
	color: #404040;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px
}



/*Fun Facts*/
.fun_facts{
	background: url(../images/header_bg.jpg);
	background-attachment: fixed !important;
	background-repeat: repeat;
	
}
.fun_facts .section_overlay{
background: rgba(71,71,71,.8);
padding-bottom: 30px;
}
.single_count{
padding-top: 16px;	
}
.single_count i{
	color: #f73b56;
	font-size: 24px;
}
.single_count h3{
font-family: 'Montserrat', sans-serif;
color: #fff;
font-size: 40px;
font-weight: bold;
margin-bottom: 0px;	
}
.single_count p{
font-family: 'Dosis', sans-serif;
color: #fff;
font-size: 14px;
text-transform: uppercase;
position: relative;	
}
.single_count p:before{
content: "";
position: absolute;
width: 16px;
height: 1px;
left: 0;
bottom: -4px;
background: #ef4251;
}
.imac{
position: relative;
margin-top: -40px;	
}
.imac img{
	width: 100%;
}


@media(max-width: 767px){
	.imac{
		margin-top: 20px
	}
}
.single_image{
	margin-right: 3px;
	position: relative;
	transition: all 1s;
	padding-top:32px;
}
.single_image img{
	width: 100%;
	height:168px;padding:1px;
   border:1px solid #021a40;
   margin:0px auto;display:block

}
.single_image:hover div.image_overlay{
	opacity: 1;
}

.image_overlay{
position: absolute;
width: 100%;
height: 100%;

left: 0;
top: 0;
opacity: 0;
	transition: all 1s;
	background: rgba(248,80,50,1);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(250,20,20,0.95) 18%, rgba(245,245,245,0.95) 19%, rgba(245,245,245,0.12) 19%, rgba(232,18,57,0.06) 78%, rgba(232,14,54,0.53) 79%, rgba(240,47,23,0.53) 79%, rgba(240,47,24,1) 80%, rgba(231,56,39,0.95) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(18%, rgba(250,20,20,0.95)), color-stop(19%, rgba(245,245,245,0.95)), color-stop(19%, rgba(245,245,245,0.12)), color-stop(78%, rgba(232,18,57,0.06)), color-stop(79%, rgba(232,14,54,0.53)), color-stop(79%, rgba(240,47,23,0.53)), color-stop(80%, rgba(240,47,24,1)), color-stop(100%, rgba(231,56,39,0.95)));
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(250,20,20,0.95) 18%, rgba(245,245,245,0.95) 19%, rgba(245,245,245,0.12) 19%, rgba(232,18,57,0.06) 78%, rgba(232,14,54,0.53) 79%, rgba(240,47,23,0.53) 79%, rgba(240,47,24,1) 80%, rgba(231,56,39,0.95) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(250,20,20,0.95) 18%, rgba(245,245,245,0.95) 19%, rgba(245,245,245,0.12) 19%, rgba(232,18,57,0.06) 78%, rgba(232,14,54,0.53) 79%, rgba(240,47,23,0.53) 79%, rgba(240,47,24,1) 80%, rgba(231,56,39,0.95) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(250,20,20,0.95) 18%, rgba(245,245,245,0.95) 19%, rgba(245,245,245,0.12) 19%, rgba(232,18,57,0.06) 78%, rgba(232,14,54,0.53) 79%, rgba(240,47,23,0.53) 79%, rgba(240,47,24,1) 80%, rgba(231,56,39,0.95) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(250,20,20,0.95) 18%, rgba(245,245,245,0.95) 19%, rgba(245,245,245,0.12) 19%, rgba(232,18,57,0.06) 78%, rgba(232,14,54,0.53) 79%, rgba(240,47,23,0.53) 79%, rgba(240,47,24,1) 80%, rgba(231,56,39,0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );

}
.image_overlay a{
position: absolute;
top: 6px;
right: 20px;
color: #fff;
text-decoration: none;

text-transform: uppercase;	
}
.image_overlay h3{
position: absolute;
font-size:14px;
top: 12px;
right: 20px;
color: #fff;
text-decoration: none;

text-transform: uppercase;	
}
.image_overlay h2{
position: absolute;
bottom: 28px;
left: 20px;
font-size: 25px;
color: #fff;
text-transform: uppercase;
letter-spacing: 3px;	
}
.image_overlay h4{
position: absolute;
bottom: 3px;
left: 30px;
color: #fff;
font-size: 14px;
	
}
.no_padding{
	padding-left: 0px;
	padding-right: 0px;
}
.work_title{}
.work_title h1, .contact_title h1{
	font-size: 25px;
	color: #3d3d3d;
	letter-spacing: 5px;
	padding-top: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.work_title img, .contact_title img{
	margin-bottom: 30px;
}
.work_title p, .contact_title p{
	font-size: 14px;
	color: #000;
	margin-bottom: 100px;
}
.last_padding {
	padding-right: 0px;
}
.pad_top {
	padding-top: 2px;
}
.left h2{
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.left p{
	margin-bottom: 60px;
	font-size: 14px;
	color: #000;
}
.baton{
	margin-top: 65px;
}
.cs-btn, .cs-btn:active, .cs-btn:visited, .cs-btn:focus{
	color: #fff;
	background-color: #337AB7;
	border-radius: 0px;
	outline: none;
	padding: 5px 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 1s;
	margin-top: -15px;
}
.cs-btn:hover{
	background: #f74d65;
	border-color: #f74d65;
}
.call_to_action .container{
	padding-bottom: 0px;
	border-bottom: 1px solid #ddd;
}

/*Contact*/

.single_contact_info{
padding-bottom: 21px;	
}
.single_contact_info h2{
text-transform: uppercase;
color: #3d3d3d;
font-size: 18px;
letter-spacing: 3px;
margin-bottom: 1px;	
}
.single_contact_info p{
font-size: 15px;
color: #3d3d3d;	
}






.contact-form{
background-color: #A6A6A6;
padding: 30px;
}
.contact-form .form-control{
height: 43px;
border-radius: 0px;
margin-bottom: 20px;
border: 0px solid #fff;
}
.contact-form #message{
	height: 104px;
}
.form_submit{
width: 100%;
background: #f73b56;
border-radius: 0px;
color: #fff;
padding-top: 13px;
padding-bottom: 10px;
transition: all 1s;	
}


.work-with {
padding-bottom: 60px;
padding-top: 10px;
}
.work-with h3{
	font-size: 14px;
	color: #636363;
	text-transform: uppercase;
}



/*Footer*/
footer{
	background-color: #f1f1f1;
	padding-top: 9px;
	text-align:center;
	margin-top:0px;
}
.footer_logo{}
.footer_logo img{}
.social{
	padding-top: 65px;
}
.social h2{
text-transform: uppercase;
font-size: 16px;	
}
ul.icon_list{
margin: 0;
padding: 0;
list-style: none;
text-align: center;
margin-top: 20px;
}
ul.icon_list li{
display: inline;
padding-left: 3px;
padding-right: 3px;
}
ul.icon_list li a{
display: inline-block;
color: #636363;
border: 1px solid #636363;
border-radius: 50%;
text-align: center;
width: 30px;
height: 30px;
text-align: center;
line-height: 28px;
transition: all 1s;
}
ul.icon_list li a:hover{
	color: #f73b56;
	border-color:#f73b56; 
}
.copyright_text{
padding-top: 80px;	
}
.copyright_text p{
color: #636363;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 0px;
letter-spacing: 0px;
}
.copyright_text a{
	color:#f73b56;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	}
	
	
	
	progress {
    background-color:#CCCCCC;
    border: 0;
    height: 14px;
	width:300px;
    border-radius: 9px;
}
progress[value]::-webkit-progress-value {
  background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #09c, #f44);
	   background-color:#CCFFFF;

    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/icons/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  width:100%;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
#menu {
    position: fixed;
    right: 0;
    top: 20%;
    width: 11em;
    margin: -2.5em 0 0 0;
    z-index: 5;
    background: hsl(194, 100%, 31%);
    color: white;
    font-weight: bold;
    font-size: large;
    text-align: left;
    border: solid hsla(80, 90%, 40%, 0.5);
    border-right: none;
    padding: 0.5em 0.5em 0.5em 2.5em;
    box-shadow: 0 1px 3px black;
    border-radius: 3em 0.5em 0.5em 3em;
}



/* table Start*/
.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #8C8C8C; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }.datagrid table td, .datagrid table th { padding: 3px 10px; }.datagrid table tbody td { color: #7D7D7D; border-left: 1px solid #DBDBDB;font-size: 14px;border-bottom: 1px solid #E1EEF4;font-weight: normal; }.datagrid table tbody .alt td { background: #EBEBEB; color: #7D7D7D; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }/* table end*/
