#owl-demo .item
{
	height:450px;
}


body {
    overflow-x: hidden;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.text-muted {
    color: #777
}

.text-primary {
    color: #fed136
}

a {
    color: #FA5A05;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503
}

.img-centered {
    margin: 0 auto
}

.bg-light-gray {
    background-image: linear-gradient( rgba(255, 255, 255, 0.61), rgba(255, 255, 255, 0.65)), url(../img/content_j0399053.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-darkest-gray {
    background-color: #222
}

.btn-primary {
    color: #fff;
    background-color: #fed136;
    border-color: #fed136;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #fed136;
    border-color: #fed136
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff
}

.btn-xl {
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #FA5A05;
    border-color: #fff;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #fed136;
    border-color: #fed136
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff
}

@media (min-width:768px) {
	/* below code was in 1200px */
	.header-nav .logo a {
        display: inline-block;
        width: 191px;
        font-size: 0 !important;
    }
    .header-nav .logo {
        background-image: url(../img/logos/logo.png);
        width: 191px;
        height: 100px;
        background-repeat: no-repeat;
        margin: 0 37px;
    }
/* above code in 1200px */
    .navbar-default {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 10px 0
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
}

hr {
    width: 20%;
    color: #FA5A05;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px
}

section h3.section-subheading {
    font-size: 16px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px
}

@media (min-width:768px) {
    section {
        padding: 100px 0
    }
	.navbar-nav {
    float: none !important;
    margin: 0;
    display: inline-block;
}
}

.service-heading {
    margin: 15px 0;
    text-transform: none
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(250, 107, 5, 0.55);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px
}

#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption p {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    margin: 0
}

#portfolio * {
    z-index: 2
}

@media (min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
}

.timeline {
    list-style: none;
    padding: 0;
    position: relative
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px
}

.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left
}

.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #fed136;
    color: #fff;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center
}

.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline>li:last-child {
    margin-bottom: 0
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit
}

.timeline .timeline-heading h4.subheading {
    text-transform: none
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0
}

@media (min-width:768px) {
    .timeline:before {
        left: 50%
    }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px
    }
    .timeline>li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right
    }
    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px
    }
    .timeline>li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px
    }
}

@media (min-width:992px) {
    .timeline>li {
        min-height: 150px
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px
    }
    .timeline>li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px
    }
}

@media (min-width:1200px) {
    .timeline>li {
        min-height: 170px
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }
    .timeline>li .timeline-image h4 {
        margin-top: 40px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px
    }
}

.team-member {
    text-align: center;
    margin-bottom: 50px
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none
}

.team-member p {
    margin-top: 0
}

aside.clients img {
    margin: 50px auto
}

section#contact .form-group {
    margin-bottom: 25px
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px
}

section#contact .form-group input.form-control {
    height: auto
}

section#contact .form-group textarea.form-control {
height: 226px;

}

section#contact .form-control:focus {
    border-color: #fa5a05;
    border-left: 5px solid #fa5a05;
    box-shadow: none;
}

.phone_emial_location li {
    padding: 5px;
    margin-left: -18px;
}

section#contact::-webkit-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}

section#contact:-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}

section#contact::-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}

section#contact:-ms-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}

section#contact .text-danger {
    color: #e74c3c
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    line-height: 40px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none
}

footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none
}

ul.social-buttons {
    margin-bottom: 0
}

ul.social-buttons li a {
    display: block;
    background-color: #222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0
}

::selection {
    text-shadow: none;
    background: #fed136
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

body {
    webkit-tap-highlight-color: #fed136
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-color: #FA6B05;
}

footer {
    padding-bottom: 60px;
    background-color: #FA6B05;
    padding-top: 60px;
}

.about_us_footer li {
    color: #FFF;
    display: inline-block;
    padding: 5px;
    font-size: 20px;
}

.copyright_test p {
    color: #FFF;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
}

.btn-xl {
    border-color: #FA6B05;
}

.btn-xl:hover {
    border-color: #FA6B05;
}

.btn-xl {
    background-color: #FA5A05;
}

.text-primary {
    color: #FA5A05 !important;
}

.navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0px 0;
    border-bottom: 3px solid #FA5A05;
}

::selection {
    text-shadow: none;
    background: #FA5A05;
}

.navbar-right {
    padding-top: 40px;
}

.nav>li>a {
    padding: 10px 7px;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #FA5A05;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #FA5A05;
}

.colored-line {
    height: 2px;
    width: 150px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #8E9E05; 
}

.form_areaa_heading {
    font-size: 24px;
    color: #FA6B05;
}

.servcel_elemient p {
    font-size: 20px;
    color: #727272;
    padding-bottom: 20px;
    text-align: justify;
}

.vertical-registration-form {
    background: #94A032;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 390px;
    margin: auto;
    padding-bottom: 30px;
}

.vertical-registration-form .input-box {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 45px;
    background: white;
    border-radius: 3px;
    font-size: 16px;
    color: #727272;
    box-shadow: inherit;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.vertical-registration-form .input-box {
    border-top: 1px solid rgba(107, 121, 143, 0.4);
    border-bottom: 1px solid rgba(107, 121, 143, 0.4);
    border-right: 1px solid rgba(107, 121, 143, 0.4);
    border-left: 3px solid #FAB889;
}

.vertical-registration-form h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.city_bg_img {
    background: linear-gradient( rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url('../img/city_bg_img.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.milton_mssissaiuga li {
    color: orange;
    font-size: 32px;
    display: inline-block;
}

.hand_shake {
    background: linear-gradient( rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url('../img/handshake.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.our_guaranti p {
    font-size: 22px;
    color: black;
}

.logo_img_head {
    margin: 0 auto;
}

.get_free {
    color: #FFF !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}
.footer_estimaion_buton{
    background-color: #fa5a05;
    color: #fff;
    font-size: 17px;
    padding: 12px 12px 12px 18px;	
	}
@media (min-width: 0px) and (max-width:479px) {
	.homestars-com a pull-right
{
	float:none !important;
}
.homestars-com a pull-left
{
	float:none !important;
}
	.free_estimated li h3
	{
		text-align:center;
	}
	.free_estimated li
	{
		padding-right:0px !important;
	}
	.owl-pagination{
		width: 80% !important;
		}
	.colored-line
{
	width:80% !important;
}
    .get_free {
        color: #fff !important;
        background-color: #FA6B05;
    }
    .hand_man img {
        margin-top: 40px;
    }
    .get_free:hover {
        color: #fff !important;
        background-color: #FA6B05 !important;
    }
    .btn-xl {
        color: #fff;
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 3px;
        font-size: 18px;
        padding: 8px 6px;
    }
    .navbar-fixed-top {
        position: inherit;
    }
}

.about_us_page h2 {
    margin: 0 auto;
}

.about_us_page p {
    text-align: justify;
    font-size: 18px;
}

.msg_phon_loca li i {
    color: #FA6B05;
}

.carepet_other p {
    font-size: 20px;
    font-weight: 300;
    padding-top: 30px;
    text-align: justify;
}

.carepet_other p b {
    color: orange;
    margin-right: 10px;
}

.smile_faces h2 {
    margin: 0 auto;
    padding-top: 10px;
    font-size: 42px;
    color: #FA6B05;
}

.phone_number img {
    margin-left: 10px;
    margin-right: 5px;
}

.item h3 {
    color: #ff8a3c;
}

.name_comment {
    color: #ff8a3c;
    font-size: 21px;
}

.glyphicon {
    margin-left: 8px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.current_page_item>a {
    background: none;
    color: #FA5A05 !important;
}

.dropdown-menu>li>a {
    font-size: 14px;
    color: #58595b;
    padding-top: 7px;
    padding-bottom: 7px;
}

@media (min-width: 1200px) {
    .dropdown-menu>li>a {
        text-align: left;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
    
    .navbar .nav,
    .navbar .nav > li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .header-nav .navbar-nav>li>a {
        padding: 46px 27px;
        text-transform: uppercase;
    }
    
} 
@media (max-width: 1199px) and (min-width: 500px) {
	
	.dropdown-menu>li>a {
        text-align: left;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
    
    .navbar .nav,
    .navbar .nav > li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .header-nav .navbar-nav>li>a {
        padding: 46px 10px;
        text-transform: uppercase;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
	
    .navbar .nav,
    .navbar .nav > li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        margin-bottom: 30px;
    }
	
}
.mobile_nav_btn{
	background-color:#333;
	color:#FFF;
	margin:0 auto;
	margin-top:15px;
}

@media (min-width: 500px) {
	.mobile_nav_div
{
	display:none;
}
	
	.mobile_nav_btn
	{
		display:none;
	}
.for_mobile_use_nav {
        display: none !important;
    }
}
@media (max-width: 768px) {
.free_estimated
	{
		float:none !important;
	}
}
@media (max-width: 480px) {
	.mobile_nav_div
{
	display:block;
	height:40px;
	background-color:#FFF;
}
	.free_estimated
	{
		float:none !important;
	}
	.free_estimated li
	{
		display:block;
	}
	.free_estimated li h3
	{
		text-align:center;
	}
	#owl-demo .item
{
	height:600px;
}
    .navbar-header {
        background: #6d6a6e;
        border-top: 4px solid #FA5A05;
        margin-top: 20px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        margin-bottom: 30px;
    }
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
}

header .menu-main-menu-container {
    text-align: center;
}

.logo-sm {
    text-align: center;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav>li>.dropdown-menu {
    background: rgba(255, 255, 255, 0.9);
    background-color: none;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.inner_text {
    padding: 40px;
}

.gelley_prah p {
    font-size: 20px;
    font-weight: 300;
    padding-top: 30px;
    text-align: justify;
}

.three_item_of_them p {
    padding: 37px;
    border: 1px solid #fa6b05;
    border-radius: 6%;
    font-size: 17px;
}

.three_item_of_them p:hover {
    color: #FFF;
    background-color: #fa6b05;
}

.cheak_out_gellry {
    border: 1px solid #fa6b05;
    width: 255px;
    height: 50px;
    font-size: 16px;
}

.cheak_out_gellry:hover {
    color: #FFF;
    background-color: #fa6b05;
}

.home_data p {
    text-align: center;
    padding-left: 64px;
    padding-right: 64px;
    font-size: 20px;
    color: #727272;
}

.habi_rehman span {}

.habi_rehman {
    margin-bottom: 20px;
}

.free_estimated li {
    display: inline-block;
    padding-right: 37px;
}

.free_estimated li h3 {
font-size: 23px;
    margin: 0 auto;
}

.free_stamation {
    color: #fff;
    background-color: #FA6B05;
    height: 48px;
    width: 180px;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 12px;
	border-radius:0px;
}

.free_stamation:hover {
    color: #fff;

}

.heade_top {
    background-color: rgba(153, 153, 153, 0.66);
    color: #fff;
    padding-bottom: 1px;
    margin-top: -10px;
    padding-top: 15px;
}

.margin_top_need {
    margin-top: 100px;
}

.navbar-toggle {
    display: none;
}

.active_new {
    color: #FA6B05 !important;
}
.home_data p {
    text-align:justify;
        font-size: 20px;
    color: #727272;
	  padding-right: 0;
	  padding-left: 0;
    
}

}


