@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

body{
    border:0px;
    margin:0px;
    padding:0px;
    line-height: 26px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
}


.maindiv{
    float: left;
    width: 100%;
    overflow: hidden;
}
.tallydiv img{
   display: block;
    margin: auto;
}
p {
    margin: 0 ! important;
}

.headercontainer {
    border-top: 5px solid #db261f;
    float: left;
    padding: 10px 0;
    width: 100%;
}

.logo {
    float: left;
    padding-top: 3%;
    width: 100%;
}

.logo a {
    color: #db261f;
    float: left;
    font-size: 24px;    
    width: 100%;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.logo span {
    color: #000;
    float: left;
    font-size: 12px;
    width: 100%;
}

.owl-dots {
    display: none;
}

.productscontainer {
    float: left;
    margin: 0% 0 3%;
    width: 100%;
}

.formmessage {
    float: left;
    font-size: 20px;
    margin-top: 2%;
    text-align: center;
    width: 100%;
}

.scrollproducts{
    float: left;
    width: 100%;  
}

.owl-carousel {
    float: left;
    width: 100%;
    margin: 2% 0%;
}

.productscontainer h2 {
    color: #db261f;
    font-size: 30px;
    font-weight: 800;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.productscontainer .item h4 {
    float: left;
    font-weight: 800;
    letter-spacing: 2px;
    width: 100%;
}

.productscontainer .item {
    border: 1px solid #f1f1f1;
    float: left;
    text-align: center;
    width: 100%;
}

.owl-theme .owl-nav [class*="owl-"] {
    background: none repeat scroll 0 0 #db261f ! important;
    font-weight: 800;
    padding: 0 20px  ! important;
    text-transform: uppercase;
    margin-top: 3% ! important;
}

.callcontainer {
    float: right;
}

.scrollcontainer {
    background-color: #db261f;
    color: #fff;
    float: left;
    padding: 10px 0;
    width: 100%;
}

a:focus,a:active,a:hover{
    outline: none;
}

.specialisesimage {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.specialisesimage img {
    position: relative;
    transform: scale(1.04);
    filter:grayscale(200%);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    z-index: 1;
}

.specialisesimage:hover img {
    transform: scale(1);
    filter:grayscale(00);
}

.nav.navbar-nav {
    float: right;
    width: 80%;
}

.bannercontainer {
    float: left;
    width: 100%;
}

.tagline {
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.flash {
    float: right;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}


.headercontainer .menuH {
    float: left;
    margin: 10% 0 0;
    width: 100%;
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    position: relative;
}

.headercontainer .menuH ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}


.menuH ul li {
    background-image: url("img/menudivider.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    float: left;
    list-style: outside none none;
}

.navbar-inverse .navbar-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
}

.menuH li a:hover {
    color: orange ! important;
    text-decoration: none;
}


.navbar-inverse {
    background:none ! important;
    border: none ! important;
}


.navbar-toggle {
    background-color: #333 ! important;
}


.logoimg {
    display: block;
    margin: auto;
}

.menuH li:last-child {
    background: transparent none repeat scroll 0 0;
}

.menuH {
    background-color: #0193de;
    float: left;
    width: 100%;
}


.carousel-indicators .active {
    background-color: #db261f ! important;
    height: 15px ! important;
    width: 15px ! important;
}
.carousel-indicators li {
    border: 1px solid #db261f  ! important;
    height: 15px  ! important;
    width: 15px  ! important;
}

.pagecontainer {
    float: left;
    line-height: 24px;
    padding: 20px 0;
    text-align: justify;
    width: 100%;
}

.pagehead {
    border-bottom: 1px solid #444;
    float: left;
    font-size: 30px;
    font-weight: 600;
    margin: 1% 0;
    padding: 0 0 20px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

.service1 b {
    border-bottom: 1px solid;
    float: left;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.servicepart {
    box-shadow: 0 0 7px #ccc;
    float: left;
    margin: 0 0 3%;
    padding: 20px 25px;
    width: 100%;
}

.pagehead b {
    color: #db261f;
    font-weight: 800;
    text-transform: uppercase;
}

.form-control {
    border-color: -moz-use-text-color;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    float: left;
    margin: 5px 0;
    width: 100%;
}

.aligncenter {
    background: none repeat scroll 0 0 #db261f;
    border: 1px solid #f1f1f1;
    color: #fff;
    float: left;
    margin-top: 2%;
    padding: 5px 30px;
}

.contactperson {
    float: left;
    width: 100%;
}


.pagemore {
    float: left;
    margin:20px 0;
}

.pagemore a{
    color: #000;
    border-top: 3px double;
    border-bottom: 3px double;
    padding: 5px 20px;
}

.pagecontent > ul {
    float: left;
    list-style: outside none square;
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

.pagecontent li{
    padding: 2px 0px; 
}

.footercontainer .callcontainer p {
    padding: 5px 0;
}

.footercontainer {
    background-attachment: fixed;
    background-image: url("img/contactbg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    float: left;
    padding: 30px 0;
    width: 100%;
}


.contactcontainer {
    background-color: #0193de;
    color: #000;
    float: left;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}

.copyright {
    float: left;
    width: 100%;
}


.copyright span {
    font-weight: bold;
    text-transform: uppercase;
    color:#fff;
}

.policy {
    background: rgba(0, 0, 0, 0) url("img/menudivider.png") no-repeat scroll left center;
    color: #000;
    text-decoration: none ! important;
    padding: 0 6px;
}

.policy:hover{
    color:#fff ;
}

@media (min-width: 320px) and (max-width: 479px) {
    .callcontainer {
        float: left;
        text-align: justify;
        width: 100%;
    }

    .tagline {
        font-size: 20px;
    }

    .flash {
        font-size: 15px;
        text-align: center;
        width: 100%;
    }

    .menuH li {
        width: 100%;
        background: none;
    }

    .navbar-inverse .navbar-nav li a {
        padding: 5px 15px;
        text-align: left;
    }

    .pagehead {
        font-size: 18px;
    }
}


@media (min-width: 480px) and (max-width: 767px) {
    .callcontainer {
        float: left;
        text-align: justify;
        width: 100%;
    }

    .tagline {
        font-size: 20px;
    }

    .flash {
        font-size: 15px;
        text-align: center;
        width: 100%;
    }

    .menuH li {
        width: 100%;
        background: none;
    }

    .navbar-inverse .navbar-nav li a {
        padding: 5px 15px;
        text-align: left;
    }

    .pagehead {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .tagline {
        font-size: 16px;
    }

    .navbar-inverse .navbar-nav li a {
        padding: 15px 10px;
        text-transform: capitalize;
    }

    .flash {
        font-size: 15px;
        text-align: center;
        width: 100%;
    }

    .row1 .col-sm-5{
        width: 100%;  
    }

    .row1 .col-sm-4, .row1 .col-sm-3{
        width: 50%;  
    }
    .footercontainer .col-sm-9 {
        width: 65%;
    }
    .footercontainer .col-sm-3 {
        width: 35%;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .tagline {
        font-size: 16px;
    }

    .navbar-inverse .navbar-nav li a {
        padding: 15px 24px;
        text-transform: capitalize;
    }

    .flash {
        font-size: 15px;
        text-align: center;
        width: 100%;
    }

    .row1 .col-sm-5{
        width: 100%;  
    }

    .row1 .col-sm-4, .row1 .col-sm-3{
        width: 50%;  
    }
    .footercontainer .col-sm-9 {
        width: 65%;
    }
    .footercontainer .col-sm-3 {
        width: 35%;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1650px) {


}



@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}