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

body {
    overflow-x: hidden;
	font-family: 'Didact Gothic', sans-serif !important;
}

p {
    font-size: 18px;
}

p.small {
    font-size: 16px;
}
p.large{ font-size:20px;}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Source Sans Pro', sans-serif;
	font-size:30px;

}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #18bc9c;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;

    font-family: 'Didact Gothic', sans-serif;
    font-size: 2em;

}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

    
    


.margintop1{ margin-top:10px}
.margintop2{ margin-top:15px}
.margintop3{ margin-top:20px}
.margintop4{ margin-top:25px}

#service1, #service2, #service3{ min-height:300px; padding-top:100px; text-align:center; font-size:16px; margin-left:2px; margin-right:2px;}
#service1, #service3{background:#1d7782; color:#FFF}
#service3 {margin-right:0px;}
#service1{  margin-left:0px;}
#service2{ background:#999999; color:#000; padding-top:30px;}
.col-lg-5 .col-lg-4{/* margin:1px; width:32%; */background:#cccccc; height:135px; }
/*=================================================================
	Contact
==================================================================*/

.contact-form {
	margin-bottom: 40px;
}

.contact-form .form-control {
	background-color: transparent;
	border: 1px solid #4e595f;
	height: 38px;
	font-size:16px;
	
}

.contact-form input:hover, 
.contact-form textarea:hover,
#contact-submit:hover {
    border-color: #09F !important
}

#contact-submit {
	padding: 12px 0;
	width: 94%;
	background:#70a827;
	margin: 0;
}

.contact-form textarea.form-control {
    padding: 10px;
    height: 120px;
}

.contact-info p {
	margin-bottom: 25px;
}

.con-info {
    margin-bottom: 20px;
}

.con-info i,
.con-info span {
    float: left;
}

.con-info span {
	margin: -5px 0 0 15px;
}

/*.error {
    display: none;
    padding: 10px;
    color: #D8000C;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFBABA;
}*/



#map-canvas {
    height: 370px;
    width: 100%;
}




@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {

    font-family: 'Didact Gothic', sans-serif;
	font-size:18px;

}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 0px 0;
}

section h2 {
    margin: 0;
    font-size: 2em;
}

section.success {
    color: #fff;
    background: #18bc9c;
	height:350px;
	padding-top:100px;
	padding-bottom:50px;

}

@media(max-width:767px) {
  
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

/*.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}*/

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
	
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: .764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

/*.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}*/

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

/*form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}*/

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #212f3f;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}


/*----------edit--------------*/

.box{width:100%;
min-height:480px;
margin-bottom:5px;


background-color:#FFF;
padding:8px;
border:1px solid  #DADADA;}
.box_img{width:100%;
background-color:#CCC;
}
.box_hd{font-size:22px;
font-weight:bold;
margin-top:8px;
margin-bottom:5px;
text-align:center;
color:#1d7782;}
.box_text{ font-size:17px;
color:#000;
text-align:center;
padding-bottom:10px;}




#testimonial{
   padding:90px 0px;
  
   
}

#testimonial .fa.fa-quote-right{
	color:#5db4c0;
	font-size:30px;
}

#testimonial  p{
    
    margin-bottom:20px;
    margin-top:20px;
}

#testimonial img{
    width: 150px; 
    height: 150px; 
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #5db4c0; 
}

#testimonial .carousel-indicators  li {
    background-color: #5db4c0;
    height: 13px;
    width: 13px;
    margin: 5px;
}

#testimonial .carousel-indicators li.active {
    background-color: #888383;
}

#testimonial .carousel-indicators {
    bottom: -50px;
}
/*----------------------------*/

.spotlight {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}


.spotlight ul{width:100%; margin-top:15px;  padding:0px;}
.spotlight ul li{ margin:0px; list-style:none;
padding:0px;}
.spotlight ul li a{   color:#099;text-decoration:none;  display:block; font-size:18px; line-height:24px; padding-top:7px; padding-left:23px;}
.spotlight ul li a:hover{text-decoration:none;  display:block; font-size:18px; line-height:24px; color:#FFF;}


.spotlight h2 {
	color: #FFF;
	font-family: 'Lato', sans-serif;
}
.spotlight p {
	color: #FFF;
	padding-bottom: 2px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height:24px;
}
.spotlight .image {
	-moz-order: 1;
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
	border-radius: 0;
	width: 41%;
}
.spotlight .image img {
	border-radius: 0;
	width: 100%;
}.spotlight .content {
	padding: 1em 4em 0.1em 4em;
	-moz-order: 2;
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
	max-width: 48em;
	width: 60%;
}
	
	
	.spotlight .image img {
	border-radius: 0;
	width: 100%;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.spotlight .content {
	padding: 1em 4em 0.1em 4em;
	-moz-order: 2;
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
	max-width: 48em;
	width: 60%;
}
.spotlight:nth-child(2n) {
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.spotlight:nth-child(1) {
	background-color: rgba(0, 0, 0, 0.075);
}
.spotlight:nth-child(2) {
	background-color: rgba(0, 0, 0, 0.15);
}
.spotlight:nth-child(3) {
	background-color: rgba(0, 0, 0, 0.225);
}
.spotlight:nth-child(4) {
	background-color: rgba(0, 0, 0, 0.3);
}
.spotlight:nth-child(5) {
	background-color: rgba(0, 0, 0, 0.375);
}
.spotlight:nth-child(6) {
	background-color: rgba(0, 0, 0, 0.45);
}
.spotlight:nth-child(7) {
	background-color: rgba(0, 0, 0, 0.525);
}
.spotlight:nth-child(8) {
	background-color: rgba(0, 0, 0, 0.6);
}
.spotlight:nth-child(9) {
	background-color: rgba(0, 0, 0, 0.675);
}
.spotlight:nth-child(10) {
	background-color: rgba(0, 0, 0, 0.75);
}
 @media screen and (max-width: 1280px) {
.spotlight .image {
	width: 45%;
}
.spotlight .content {
	width: 55%;
}
}
 @media screen and (max-width: 980px) {
.spotlight {
	display: block;
}
.spotlight br {
	display: none;
}
.spotlight .image {
	width: 100%;
}
.spotlight .content {
	padding: 4em 3em 2em 3em;
	max-width: none;
	text-align: center;
	width: 100%;
}
}
 @media screen and (max-width: 768px) {
.spotlight .content {
	padding: 3em 2em 1em 2em;
}
.col-md-height{ border:10px solid #fff !Important; }
}
@media (max-width: 515px) {
	.col-my-12{ width:100%; display:block; text-align:center}
	.col-my-6{ width:50%; display:block; text-align:center}
	.col-my-12 br {
display: none;
}

.fixed {
	background:url(../images/logo-xs-small.png) no-repeat ;
	background-color:#0089e1;
	
}
.subpage-title{ margin-top:0px;}



}

@media (max-width: 300px) {
	.col-my-6{ width:100%; display:block; text-align:center; margin:10px 0px;}
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}


/*---------------------*/

.control-group{width:100%;
margin-top:0px;
margin-bottom:0px;
padding-bottom:0px;
padding-top:0px;}



.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
 
/* 
 --------------------*/
 
 
 
    .product_view .modal-dialog{max-width: 800px; width: 100%; color:#000}
        .pre-cost{text-decoration: line-through; color: #a5a5a5;}
        .space-ten{padding: 10px 0;}
		
		.btn5{background-color:transparent !important;}

@media(min-width:972px) {
	
	
	.spotlight ul{width:100%; margin-top:15px;  padding:0px;}
.spotlight ul li{  margin:0px; list-style:none;
padding:0px;}
.spotlight ul li a{  background-image:url(../img/tagicon.png); background-repeat:no-repeat;  color:#099; text-decoration:none;  display:block; font-size:18px; line-height:24px; padding-top:7px; padding-left:23px;}
.spotlight ul li a:hover{text-decoration:none;  display:block; font-size:18px; line-height:24px; color:#FFF;}


.spotlight h2 {
	color: #FFF;
	font-family: 'Lato', sans-serif;
}
}