@font-face {
 font-family: 'OpenSansCondensed-Light';
src: url('../fonts/opensans/OpenSansCondensed-Light');
src: local('OpenSansCondensed-Light'), url('../fonts/opensans/OpenSansCondensed-Light.woff') format('woff'), url('../fonts/opensans/OpenSansCondensed-Light.ttf') format('truetype');
}

@font-face {
 font-family: 'OpenSansCondensed-Bold';
src: url('../fonts/opensans/OpenSansCondensed-Bold');
src: local('OpenSansCondensed-Bold'), url('../fonts/opensans/OpenSansCondensed-Bold.woff') format('woff'), url('../fonts/opensans/OpenSansCondensed-Bold.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     color: #000000;
     font-family:"Open Sans",sans-serif;
    font-size: 16px;
}
p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family:"Open Sans",sans-serif;
}
h1, h2, h3, h4, h5, h6{
     color: #000;
    font-family: 'OpenSansCondensed-Bold';
    margin-top: 10px;
    margin-bottom: 10px;
	 }
h1{
    font-size: 36px;
    color: #000000;
}
h2{
    font-size: 30px;
    color: #000000;
}
h3{
    font-size: 24px;
    color: #000000;
}
h4{
    font-size: 36px;
    color: #961625;
}
h5{
    font-size: 30px;
    color: #961625;
}
h6{
    font-size: 24px;
    color: #961625;
}
a{
    color: #92278f;
}
a:focus, a:hover{
	text-decoration:none;
}
.logo{
    padding:5px 0px;
}
.right-top h2 {
    color: #961625;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: right;
    font-weight: 700;
}
.right-top h4 {
    margin-top: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    margin-bottom: 0px;
    color: #961625;
}
.right-top a {
    font-size: 30px;
    float: right;
    color: #000000;
    font-weight: 700;
     font-family: 'OpenSansCondensed-Bold';
}
.right-top{
    margin-top: 40px;
}
#top-header{
    background-color: #000000;
    padding: 10px 0px;
}
#main-header {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}
.home-account{
    text-align: left;
    padding: 0px;
}
.home-account ul{
    margin-bottom: 0px;
}
.home-account ul li:last-child{
    padding-left: 30px;
}
.home-account a{
    border:none;
    padding: 0px 0px;
    font-size: 15px;
}
.home-account span{
    padding-right: 10px;
}
.home-account a{
	border-right: none;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
#top-header a{
    color: #ffffff;
    font-weight: 700;
}
#top-header a:hover{
    color: #961625;
}
#top-header .home-btn a:hover{
    color: #000000;
}

.home-account ul li {
    display: inline-block;
        margin: 0px 5px;
}
form.top-search {
    float: right;
    margin: 10px 0 5px;
}
.search-box {
       margin:0px;
        width: 60%;
}
.search-box input {
    padding: 5px 0px 5px 10px;
        border-radius: 5px;
}
.search-box input[type=submit]{
    right: 0px;
    left: auto;
    top: 6px;
}
.the-family-content {
    float: right;
}
.input-field {
    border:1px solid #c3c3c3;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 29px;
    width: 150px;
    padding-left:2px;
    padding-right:2px;
    float:left;
}
.search-btn {
    background-color: #adadad;
    background-image: url("../images/search-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 28px;
    width: 28px;
    border:1px solid #c3c3c3;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    cursor:pointer;
}
.header-address strong {
    color: #92278f;
    font-size: 32px;
    text-transform: uppercase;
}
.header-address address, .header-address p {
    margin: 0px;
}
.header-address span{
    text-align: right;
    display: block;
}
nav.navbar.bootsnav{
        background-color: #363636;
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 10px 20px;
    margin: 10px 20px;
   font-family: 'OpenSansCondensed-Bold';
    font-size: 18px;
    letter-spacing: 1.2px;
    border-radius: 5px;
    background-color: #961625 !important;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    color: #ffffff;
    background-color: #000000 !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color: transparent;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li {
    background-color: #961625 !important;
    color: #ffffff !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover{
    background-color: #565551 !important;
    color: #fff !important;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #fff;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.carousel-caption{
    background-color: inherit;
    width: 30%;
    padding: 30px 15px;
    border-radius: 10px;
    top: 25%;
    right: auto;
    left: 22%;
}
.carousel-caption a {
    background-color: #961625;
    float: right;
    border: 2px solid #fff;
    line-height: inherit;
    height: auto;
    padding: 10px 0px;
    width: 220px;
    border-radius: 5px;
    transition: all 0.3s linear 0s;
}
.carousel-caption a:hover{
    background-color: #565551;
    color: #ffffff;
    transition: all 0.3s linear 0s;
}
.carousel-caption h1{
    color: #fff;
    margin: 0px 0px 20px;;
    font-size: 36px;
    text-align: left;
    font-weight: 700;
}
.carousel-caption p{
   text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 32px;
}
.carousel-indicators{
    display: none;
}
.about-tri {
    padding: 50px 0px;
    background-color: #f7f6f1;
}
.about-text h1{
    font-size: 36px;
    margin: 5px 0px 10px;
    color: #565551;
    text-transform: uppercase;
}
.about-text .tri-clr{
    color: #92278f;
}
.abt-heading {
    color: #565551;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 20px;
}
.about-text .abt-btn {
    background-color: #961625;
    color: #fff;
    padding: 10px 20px;
    float: left;
    border-radius: 5px;
    transition: all 0.5s ease;
     font-family: 'OpenSansCondensed-Bold';
}
.about-text .abt-btn:hover{
     background-color: #363636;
}
.online-btn a {
    background-color: #37322b;
    color: #ffffff;
    padding: 10px 5px;
    display: block;
    width: 250px;
    margin-bottom: 20px;
    text-transform: uppercase;
     font-family: 'OpenSansCondensed-Bold';
    text-align: center;
    letter-spacing: 1.2px;
    border-radius: 5px;
    transition: all 0.3s linear 0s;
}
.online-btn a:hover{
    background-color: #961625;
    transition: all 0.3s linear 0s;
}
.add-right h2 {
    font-size: 30px;
    color: #565551;
}
.add-right h5 {
    font-size: 18px;
    line-height: 24px;
    color: #565551;
}
.add-right a {
    color: #565551;
    font-size: 22px;
    font-family: 'OpenSansCondensed-Bold';
}
.cat-left.inner-services h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 36px;
}
.cat-content h3 {
    font-size: 24px;
    margin-top: 15px;
}
.cat-content .btn-primary {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
    padding: 10px 30px;
    border-radius: 3px;
    transition: all 0.3s linear;
}
.cat-content .btn-primary:hover{
     color: #fff;
    background-color: #961625;
    border-color: #961625;
}
/*feature-section--*/

figure {
    position: relative;
    overflow: hidden;
    display: block;
}
figure img{
        transition: all 0.5s ease-in-out 0s;
}
figure img:hover{
    transform: scale(1.1);
}
.features-section{
	position: relative;
	padding: 35px 0 50px;
	border-bottom: 1px solid #f2f2f2;
    background-color: #f2f2f2;
}

.feature-block{
	position: relative;
    margin: 45px 15px 20px;
}

.feature-block .inner-box{
	position: relative;
	padding: 20px 20px 5px;
    margin: 0px;
	border: 1px solid transparent;
	/*-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,.1);
	-ms-box-shadow: 0px 2px 8px rgba(0,0,0,.1);
	-o-box-shadow: 0px 2px 8px rgba(0,0,0,.1);
	box-shadow: 0px 2px 8px rgba(0,0,0,.1);*/
}

.feature-block .inner-box:before,
.feature-block .inner-box:after{
	position: absolute;
	content: "";
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-block .inner-box:before{
	border-top: 1px solid #961625;
	border-bottom: 1px solid #961625;
	height: 100%;
	width: 0;
	top: 0;
	left: 50%;
}

.feature-block .inner-box:hover:before{
	left: 0;
	width: 100%;
}

.feature-block .inner-box:after{
	top: 50%;
	left: 0;
	height: 0;
	width: 100%;
	border-left: 1px solid #961625;
	border-right: 1px solid #961625;
	z-index: -1;
}

.feature-block .inner-box:hover:after{
	top: 0;
	height: 100%;
}

.feature-block h3{
	position: relative;
	font-size: 28px;
	color: #92278f;
	font-weight: 500;
	margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.feature-block h3 a{
	color: #363636;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover h3 a{
	color: #961625;
}

.feature-block .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #4d4d4d;
	font-weight: 400;
}
.inner-services #owl-demo .itemP{
        padding: 30px 0px;
        margin: 10px;
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
    }
.inner-services .customNavigation{
    text-align: center;
 }
    
.inner-services .customNavigation a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
.inner-services .owl-pagination{
    display: none;
}

.inner-services .customNavigation a.prev, .inner-services .customNavigation a.next, 
.inner-services .customNavigation a.prev1, .inner-services .customNavigation a.next1{
    background-color: #961625;
    padding: 9px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 5px;
}
.inner-services .customNavigation .fa-chevron-left, .inner-services .customNavigation .fa-chevron-right  {
    font-size: 18px;
    color: #ffffff;
}
.inner-services .customNavigation a.prev, .inner-services .customNavigation a.prev1 {
    padding: 8px 10px 9px 5px;
}
.inner-services .customNavigation a.next, .inner-services .customNavigation a.next1 {
    padding: 8px 9px 9px 13px;
}
.inner-services .customNavigation {position: absolute;top: 0px;right: 20px;}

.inner-services .customNavigation a.next:hover, .inner-services .customNavigation a.prev:hover{
    background-color: #363636;
    color: #fff;
}
.inner-services {
    position: relative;
}
.cat-left.inner-services .customNavigation a.prev1, .cat-left.inner-services .customNavigation a.next1{
    background-color: #363636;
    color: #fff;
}
.cat-left.inner-services .customNavigation a.prev1:hover, .cat-left.inner-services .customNavigation a.next1:hover{
    background-color: #961625;
    color: #fff;
}
.cat-left.inner-services .customNavigation {
    display: none;
}
footer{
    background-color: #92278f;
    border-top: none;
    font-size: 16px;
}
footer strong {
    font-weight: 100;
}
.main-footer {
    background: #961625;
    padding: 40px 0;
}
.top-footer {
    padding: 25px 0px;
}
footer h3, .footer-logo p, .footer-address h4{
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
}
.footer-branch ul li{
      margin: 5px 0px;
}
.footer-branch ul li a{
    color: #ffffff;
}
.footer-branch ul li a:hover{
    color: #01a490;
}
.footer-branch ul li a .fa {
    margin-right: 5px;
    font-size: 16px;
}
 .footer-logo p{
    padding: 15px 0px;
 }
address a, .footer-list a {
    color: #000;
}
.footer-list ul li{
    padding: 3px 0px;
}
.footer-address ul li {
    padding: 5px 0px;
    color: #fff;
    line-height: 16px;
}
.more-info .fa-home {
    display: table;
    float: left;
}
span.footer-address {
    display: table-cell;
}
address {
    line-height: 24px;
    color: #fff;
}
.more-info li, .shop-list a{
    font-size: 16px;
}
.more-info i, .social li i, .shop-list i{
    color: #ffffff;
}
.footer-address a, .more-info p{
    color: #fff;
}
.bottom-footer {
    text-align: left;
    padding: 20px 0 10px 0;
    background-color: #363636;
}
.footer-title{
    border-bottom: 1px solid #fff;
}
.power p, .copy p{
     color: #fff;
}
.power a{
    color: #ffffff;
}
.more-info ul li:nth-child(1) a {
    font-size: 15px;
}
.input-group-btn .btn{
    background:#565551;
    border:1px solid #565551;
}
.btn-primary:hover{
    background:#363636;
    border-color: #363636;
}
.shop-list a:hover {
    color: #000000;
}
.dock-inner .hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
border: 1px solid #ccc;
}

.dock-inner .hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:1;
background-color:rgba(0,0,0,0.25);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.dock-inner .hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.dock-inner .hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.dock-inner .hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #fff;
    background-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .3s linear;
    margin: 110px 0 0;
    padding: 7px 23px;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-size: 18px;
}

.dock-inner .hovereffect a.info:hover {
   background-color: #961625;
    border-color: #961625;
    color: #ffffff;
}

.dock-inner .hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.dock-inner .hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.dock-inner .hovereffect:hover h2, .dock-inner .hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.dock-inner .hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.dock-inner ul li a {
    background-color: #961625;
    color: #ffffff;
    padding: 5px 20px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    transition: 0.3s linear;
}
.dock-inner ul li a:hover{
    background-color: #363636;
}
.dock-inner ul {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.dock-block {
    width: 100%;
    float: left;
    margin: 30px 0px;
}

nav.navbar.bootsnav li.dropdown ul.dock-menu.dropdown-menu {
    width: 665px;
}
nav.navbar.bootsnav li.dropdown ul.dock-menu.dropdown-menu li {
    display: inline-block;
    float: left;
    width: 150px;
    margin: 0px 8px;
}
.navbar-right .dock-menu.dropdown-menu {
    left: initial;
    right: -250px;
}
nav.navbar.bootsnav li.dropdown ul.dock-menu.dropdown-menu li .dock-inner .hovereffect a.info {
    margin: 50px 0 0;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    font-weight: 600;
}
nav.navbar.bootsnav li.dropdown ul.dock-menu.dropdown-menu li .dock-inner .hovereffect a.info:hover {
   background-color: #961625;
    border-color: #961625;
    color: #ffffff;
    box-shadow: none;
}
.dock-menu .dock-inner ul li a{
    width: auto;
}
.dock-menu .dock-inner {
    padding: 20px 0px;
}
nav.navbar.bootsnav li.dropdown ul.dock-menu.dropdown-menu li .dock-inner ul li a {
    padding: 5px 10px;
    margin: 0px 5px;
}
nav.navbar.bootsnav li.dropdown ul.dock-menu.dropdown-menu li .dock-inner ul li {
    width: auto;
    margin: 0px;
    padding: 0px;
}
.page_heading {
    font-size: 36px;
    font-family: Georgia,serif;
    font-weight: 700;
    text-decoration: underline;
}
.finish-content, .turn-key, .stationary-unit {
    width: 100%;
    float: left;
    margin-top: 25px;
}
.finish-left li {
    font-size: 24px;
    color: #c0392b;
    font-weight: 700;
}
.finish-right {
    border: 3px solid #000000;
    text-align: center;
}
.finish-right li {
    border-bottom: 1px solid #bebebe;
    padding: 5px;
    font-size: 28px;
    font-weight: 700;
}
.finish-right strong {
    color: #c0392b;
    font-size: 24px;
    text-decoration: underline;
}
.wire-heading {
    color: #c0392b;
    font-size: 36px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 25px;
}
.turn-key .table td {
    border: 1px solid #ddd;
    vertical-align: middle;
}
.plan-heading, .turn-right strong, .mobile-left strong, .mobile-right strong {
    font-size: 28px;
    color: #c0392b;
}
.turn-right strong {
    text-decoration: underline;
}
.turn-right{
    text-align: center;
}
.turn-right li {
    font-size: 20px;
    margin-bottom: 5px;
}
.turn-key{
    margin-bottom: 30px;
}
.mobile-left, .mobile-right, .stationary-unit {
    border: 3px solid #000000;
    padding: 20px;
}
.mobile-left li, .mobile-right li, .stationary-unit li{
    padding: 5px;
    font-size: 16px;
    font-weight: 700;
}
.mobile-left li:first-child, .mobile-right li:first-child {
    list-style-type: none;
    text-align: center;
}
.btn-primary {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 10px 20px;
    font-family: 'OpenSansCondensed-Bold';
    font-size: 18px;
    letter-spacing: 1.2px;
    border-radius: 5px;
    background-color: #961625;
    border-color: #961625;
    line-height: 20px;
    border: none;
}
.btn-primary:hover, .btn-primary:active:hover, .btn-primary:focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    border: none;
}

@media (min-width:1200px){
    .carousel-caption h1{
        font-size: 52px;
    }
    .page_heading {
    font-size: 72px;

}
.finish-right{
        margin: 0px 25px;
}
.wire-heading {
    font-size: 48px;
}
.mobile-left li, .mobile-right li, .stationary-unit li{
    font-size: 22px;
}
.finish-left li, .finish-right strong{
    font-size: 36px;
}
 .cat-left.inner-services {
    border-right: 1px solid #dbdbdb;
    padding-right: 25px;
}
}

@media (min-width:1400px){
    .carousel-caption h1{
        font-size: 64px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 7px;
        margin: 0px 38px;
    }
    .feature-block h3{
        font-size: 25px;
    }
    .carousel-caption{
        width: 50%;
        top: 20%;
    }
    .carousel-caption h1{
        font-size: 40px;
    }
    .more-info ul li:nth-child(1) a{
        font-size: 12px;
    }
    .dock-inner .hovereffect a.info{
        margin: 85px 0 0;
    }
     .page_heading {
        font-size: 48px;

    }

}
@media (max-width: 991px) and (min-width: 768px){
    .home-account a{
        padding: 0px 5px;
        font-size: 14px;
    }
    .search-box{
       width: 100%;
    }
    nav.navbar.bootsnav ul.nav > li > a{
        padding: 10px 15px;
        font-size: 16px;
    }
    .carousel-caption {
        width: 50%;
        top: 15%;
    }
    .carousel-caption h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .carousel-caption p{
        line-height: 24px;
    }
    .online-btn a{
        width: 100%;
    }
    .about-tri {
    padding: 15px 0px 30px;
    }
    figure img{
        width: 100%;
    }
    .dock-inner ul li a{
        margin-bottom: 10px;
    }
    .dock-inner .hovereffect a.info{
        margin: 55px 0 0;
    }
     nav.navbar.bootsnav ul.nav li.dropdown ul.dock-menu.dropdown-menu.animated {
    background-color: #fff;
    height: initial !important;
}
    .dropdown-caret{
        display: block;
    }
    .dropdown-caret {
    right: -10px;
    top: -5px;
        background-color: initial;
}
    .wrap-sticky nav.navbar.bootsnav.sticked{
        position: inherit;
    }
    
}
@media (max-width: 767px) and (min-width: 320px){
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        margin: 10px 0px 10px;
        padding: 10px;
    }
    .dropdown-caret{
        top: 0px;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu .dropdown-caret{
        top: 10px;
    }
    .home-account ul li:last-child{
        padding: 0px;
    }
    .home-account{
        text-align: center;
    }
    .right-top, .right-top a{
        float: none !important;
        margin: 0px;
        text-align: center;
    }
    .right-top h2, .right-top h4{
        text-align: center;
    }
    .logo{
        width: 300px;
    }
     figure img{
        width: 100%;
    }
    .home-btn.pull-right {
        float: left !important;
        margin-top: 5px;
    }
    .search-box {
        margin: 5px 0px 5px;
        float: right;
        width: 100%;
    }
    .header-address.pull-right{
        float: none !important;
    }
    .about-text .abt-btn{
        margin-bottom: 20px;
    }
    .carousel-caption {
          width: 365px;
            padding: 0px;
            top: 8%;
    }
    .carousel-caption h1{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .carousel-caption p{
        line-height: 20px;
    }
    .abt-img, .add-right {
    text-align: center;
}
     .online-btn a{
        width: 100%;
    }
    .abt-heading {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 20px;
}
    .about-tri{
        padding: 15px 0px 30px;
    }
    .features-section{
        padding: 20px 0px;
    }
    .navbar-right .dock-menu.dropdown-menu{
        right: 0;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
        float: left;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dock-menu.dropdown-menu.animated {
    background-color: #fff;
    height: initial !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}
    nav.navbar.bootsnav li.dropdown ul.dock-menu.dropdown-menu li{
        width: 128px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked{
        position: inherit;
    }
    nav.navbar.bootsnav li.dropdown ul.dock-menu.dropdown-menu li .dock-inner ul li a {
    padding: 5px 5px;
    margin: 0px 4px;
}
     .dock-inner ul{
        margin-bottom: 0px;
    }
}
@media (max-width: 480px) and (min-width: 320px){
    .right-top > h1{
        font-size: 23px;
    }
    .right-top h2{
        font-size: 24px;
    }
    .right-top h4{
        font-size: 15px;
    }
    .right-top a{
        font-size: 20px;
    }
    .carousel-caption{
        width: 240px;
        padding: 10px 0px;
        top: 5%;
    }
    .carousel-caption h1{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .carousel-caption p{
        display: none;
    }
    .carousel-caption a {
        padding: 10px 0px;
        height: auto;
        width: 165px;
        margin: 5px 0px;
        font-size: 14px;
        line-height: initial;
    }
    .about-text h1{
        font-size: 30px;
    }
   
    .abt-heading{
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 10px;
        margin-top: 0px;
    }
    .inner-services .customNavigation{
        top: -10px;
    }
    .about-tri {
        padding: 5px 0px 30px;
    }
    .add-right{
        text-align: center;
    }
    .features-section{
        padding: 20px 0px 20px;
    }
    .main-footer{
        padding: 0px 0px 20px;
    }
    nav.navbar.bootsnav li.dropdown ul.dock-menu.dropdown-menu li{
        width: 110px;
    }
    nav.navbar.bootsnav li.dropdown ul.dock-menu.dropdown-menu li .dock-inner ul li a{
            padding: 4px 5px;
            margin: 0px 4px;
            margin-bottom: 0px;
            font-size: 12px;
    }
    .dock-inner ul{
        margin-bottom: 0px;
    }
    .finish-left li, .finish-left li, .plan-heading, .finish-right li{
        font-size: 16px;
    }
    .wire-heading, .turn-right strong, .mobile-left strong, .mobile-right strong{
        font-size: 24px;
    }
    .mobile-left, .mobile-right, .stationary-unit{
        padding: 0px;
    }
}