body {
    margin: 0;
    font-size: 14px;
    background: #fff;
    
}

a {
    text-decoration: none!important;
    color: #171819;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.add ul li {
    list-style: none;
    font-size: 14px;
}

.add {
    padding: 10px;
    color: #fff;
}

.add-icon {
    font-size: 25px;
    float: left;
    margin-right: 20px;
}

.nav-head {
    background: #1684e3;
}

.navi {
    padding: 20px 20px;
}

.navi li a {
    font-size: 14px;
    /* font-weight: 600; */
    letter-spacing: .5px;
}
.navi li a:hover{
    color: #000!important;
}

.navi li a {
    background: #1684e3;
    margin-left: 4px;
    transition: 1s;
    color: #fff!important;
}

.navi li a:after {
    content: '';
    position: absolute;
    width: 0px;
    top: 0px;
    left: 0px;
    height: 3px;
    transition: 1s;
    opacity: 0;
}

.navi li a:hover:after {
    background: #1684e3;
    width: 100%;
    transition: 1s;
    opacity: 1;
    z-index: 9999;
}

.navi li a:before {
    content: '';
    position: absolute;
    width: 0px;
    bottom: 0px;
    right: 0px;
    height: 3px;
    transition: 1s;
    opacity: 0;
}

.navi li a:hover:before {
    background: #1684e3;
    width: 100%;
    transition: 1s;
    opacity: 1;
    z-index: 9999;
}

/*.navbar-brand {
    margin-left: 50px!important;
}*/

@media (max-width:450px) {
    .navbar-brand img {
        width: 230px;
        margin-left: 0px!important;
    }
}

@media (max-width:767px) {
    .navi li a {
        text-align: center;
    }
}

.navi li a {
    font-size: 18px;
}

.text-view h3 {
    font-size: 16px;
    background: #1684e3;
    padding: 15px;
    color: #fff;
    letter-spacing: .5px;
}

.project-hover img {
    width: 100%;
    height: 350px;
}

.owl-next span {
    background: #000;
    padding: 5px 10px;
    color: #fff;
}

.owl-prev span {
    background: #000;
    padding: 5px 10px;
    color: #fff;
}

.pr-img img {
    /* width: 100%; */
    margin: 0 auto;
    height: 350px;
    transition: 1s;
    border: 10px solid #fff;
}

.pr-img img:hover {
    transition: 1s;
    box-shadow: 1px 3px 15px 4px #2f2205;
}

.pr-img {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.pr-img {
    text-align: center;
}

.pr-img h3 {
    font-size: 17px;
    padding: 20px 0px;
    text-transform: uppercase;
    background: #1684e3;
    color: #fff;
}

.pr-img a {
    margin: 20px 0px;
}

.product-heading {
    text-align: center;
    margin: 50px;
}

.product-heading p {
    font-size: 16px;
}

.footer1 {
    background: #fff url("../images/footer/footer-bg.png") repeat scroll left top;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    /*	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003;*/
}

.title-widget {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 28px;
}

.title-widget::before {
    background-color: #ea5644;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}

.widget_nav_menu ul li {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.widget_nav_menu ul li a {
    color: #fff;
}

.title-median {
    color: #636363;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}

.footerp p {
    font-family: 'Gudea', sans-serif;
    color: #fff;
}

#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;
}


/* 
    Only Needed in Multi-Coloured Variation 
                                               */

.social-fb:hover {
    color: #3B5998;
}

.social-tw:hover {
    color: #4099FF;
}

.social-gp:hover {
    color: #d34836;
}

.social-rss:hover {
    color: red;
}

.social-li:hover {
    color: blue;
}

.nomargin {
    margin: 0px;
    padding: 0px;
}

.footer-bottom {
    background-color: #171819;
    min-height: 30px;
    width: 100%;
}

.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}

.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}

.design a {
    color: #fff;
}

.widget_nav_menu p {
    text-align: justify;
    color: #fff;
    letter-spacing: 1px;
}

.footer1 {
    background-image: url(../images/back.jpg);
    color: #fff;
}

.cate-heading {
    text-align: center;
    height: 60px;
    line-height: 60px;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.cate-heading:after {
    content: '';
    top: 0px;
    left: 0px;
    width: 0px;
    position: absolute;
    height: 100%;
    opacity: none;
    border-radius: 10px;
}

.cate-heading:hover:after {
    background: #000000d9;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 1s;
    z-index: -1;
}

.cate-heading a h2 {
    font-size: 16px;
    text-transform: uppercase;
}

.cate-heading:hover a h2 {
    color: #fff!important;
    z-index: 11111;
    text-decoration: underline;
}

@media (max-width:1300px) {
    .navbar-nav {
        margin-left: 0px;
    }
}

.social-head span a {
    
    font-size: 16px;
}

@media (max-width:767px) {
    .social-head {
        margin-left: 30px;
        float: none!important;
        text-align: center;
    }
}

.social-head {
    margin-top: 20px;
    float: right;
    margin-right: 35px;
}

.fac:hover {
    color: #3B5998;
}

.twi:hover {
    color: #4099FF;
}

.plu:hover {
    color: #d34836;
}

.rss:hover {
    color: red;
}

.lin:hover {
    color: blue;
}

.foot-icon li {
    display: inline-block!important;
    margin-left: 10px;
}
.company 
{
	font-size: 20px;
	letter-spacing: 1px;
}
.signs
{
	font-size: 16px;
	letter-spacing: 0.5px;
}
.top
{
	margin-top: 20px;
    margin-bottom: 25px
}
.top p
{
	font-family: 'PT Sans', sans-serif!important;
}
.company b
{
	color: #2584e3;
	font-size: 20px;
}
.client
{
	font-family: 'PT Sans', sans-serif!important;
	font-size: 18px;
}
.order li
{
	font-family: 'PT Sans', sans-serif!important;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.book a
{
	    background: #fff;
    color: #323232;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #6f6f6f;
    display: block;
    font-size: 15px;
	transition: all ease 1s;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    margin-right: 5px;
    z-index: 1;
}
.book span
{
	float: left;
	margin: 5px 5px;
}
.book a:hover
{
	    background: #3b5998;
	color: #fff!important;
	transition: all ease 1s;
}
.left
{
	    font-size: 17px;
    letter-spacing: 0.5px;
}
.callus input[type="text"], .callus .keyword-input, .callus .intro .zelect, .callus select, .callus .form-control

{
	border: 1px solid #d5dadf;
    height: 44px;
    border-radius: 4px;
    background: #fff;
    padding: 6px 12px;
    font-size: 14px;
    color: #999999;
	
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus
{
	    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus
{
	background: #007acc;
}

/*products slider*/
.carousel-inner {
  position: relative;
  width: 100%;
  min-height: 300px;
  }
 
 .carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
 .carousel-control.left {
  left: 0;
  right: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
#carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

#carousel-custom {
    margin: 20px auto;
    width: 500px;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
.carousel-indicators li img {
  height: 66px;
  width: 66px;
  }
.carousel-inner > .item > img, .carousel-inner > .item > a > img
{
	    height: 455px!important;
    width: 100%!important;
}
/*products slider*/
.property_head a
{
    color:#fff!important;
        text-transform: uppercase!important;
}
.property_head h4
{
        text-transform: uppercase!important;
}