body{
    overflow-x: hidden;
    background-color: #ffffff;
    padding-top: 0px;
    font-family: 'Open Sans', sans-serif !important;
}
html{
    overflow-x: hidden;
}
a {
    color: #333;
    text-decoration: none;
}

.breadcrumb > .active {
    color: #000;
}
h3{
    color: #ed1c24;
}
.top_social_bar a{
    color: #fff;

}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 12px;
}

.navbar-brand {
    float: left;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}

.fa{
    font-size: 16px;
    color: #fff;
    vertical-align: text-top;
}
.top_social_bar{
    border-bottom: 1px solid #9b9b9b;
}

.reset_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-default{
    background: transparent;
    border: 0px;
    margin-bottom:40px;
}

.main_menu{
    /*margin-top: 55px;*/
    padding-right: 0px;
    padding-left: 0px;
}
.main_menu .navbar-nav li a{
     font-size: 18px;
    font-weight:600;
    color: #fff;
}
.main_menu .navbar-nav ul.dropdown-menu  a{
    font-size: 14px;
    font-weight:400;
    color: #000;
}
.main_menu .navbar-nav li.active a {
    color: #000;
    background: transparent;
}

.main_menu .navbar-nav li.active a:before2 {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 2px;
    height: 1px;
    width: 75%;
    border-bottom: 2px solid #fff;
}
.main_menu .navbar-nav li a:hover {
    /*color: #ffffff;*/
 }

.bgblue{
    background: #ed1c24;
}

.bggrey{
    background: #f1f1f1;
}
.bgdarkgrey{
    background: #cacaca;
}

.bg_lightblue{
    background: #3c9cd6;
}


.bg_morelightblue{
    background: #ecf4fb;

}






dt{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 110px;
    text-align: left;
}
dd{
    color: #ffffff;
    margin-left: 111px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
         width: 200px;
        text-align: left;


    }
    .dl-horizontal dd {
        margin-left: 112px;
        padding-top: 3px;

    }
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #dddddd;
}




.footer{
    padding-top: 30px;
    padding-bottom: 30px;
}
blockquote{
    font-style: italic;
    font-size: 14px;
}

.paddingfit{
    padding-bottom: 25px;
    padding-top: 25px;
}


h4{
    font-weight: 600 !important;
    color:#000;
}

.footer h4{
    font-weight: 600 !important;
    color:#fff;
    margin-top: 0px;
}

.footer .aboutus-home{
    color:#fff;
}


.main_menu .navbar-nav li a:hover:before2 {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 2px;
    height: 1px;
    width: 75%;
     border-bottom: 2px solid #fff;
}
.main_menu .navbar-nav li.dropdown a:hover:before2 {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 2px;
    height: 1px;
    width: 75%;
    border-bottom: 2px solid #fff;
}






.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background: transparent;

}



.thumbnail{
    padding: 0px;
    margin-bottom: 0px;
    width: 270px;
    height: 270px;
}
.thumbnail a img{
    height: 270px;
}







.breadcrumb {
    padding: 15px 0px;
     margin-bottom: 0px;
    list-style: none;
     background-color: transparent;
     border-radius: 0px;
}

.breadcrumb a{
    color:#ffffff;
}

.inner-main-img-container{
    width: 400px;
    height: 350px;
}


.inner-main-img-container img{
    width: auto;
    max-height: 350px;
}

.marginbottomtop15 {
    margin-bottom: 15px;
    margin-top: 15px;

}

.caption.innder-products h3{
    color:#369bd5;
    height: 28px;
    font-size: 18px;
}

.readmore{
    text-align: right;
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
}






#exTab1 .tab-content {
    color : #333;
    background-color: #fff;
    padding : 5px 15px;
    min-height: 200px;

}



/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a{
    text-decoration: none;
    background-color: #377395;
    color: #fff;
    padding: 10px 50px;

}



.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ed1c24;
    background-color: #fff;
    font-size: 18px;
    padding: 10px 50px;
}





.item{
    max-height: 550px;

}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}





.nav-pills > li {
    margin-left: 0px;
    width: 270px;
    text-align: center;
    margin-bottom: 1px;

}
.nav-pills > li + li {
    margin-left: 2px;
    width: 270px;
    text-align: center;
    margin-bottom: 1px;
}

@media (min-width: 768px) {

    .nav-pills > li {
        margin-left: 0px;
        width: 270px;
        text-align: center;
        margin-bottom: 0px;


    }
    .nav-pills > li + li {
        margin-left: 2px;
        width: 270px;
        text-align: center;
        margin-bottom: 0px;

    }
}




.caption.innder-products{
    min-height: 30px;
}



li.dropdown:hover > .dropdown-menu{
    display: block;
}




#myCarousel2 .carousel-inner .active.left { left: -25%; }
#myCarousel2 .carousel-inner .next        { left:  25%; }
#myCarousel2 .carousel-inner .prev        { left: -25%; }
#myCarousel2 .carousel-control.left,.carousel-control.right {background-image:none;}
#myCarousel2 .item:not(.prev) {visibility: visible;}
#myCarousel2 .item.right:not(.prev) {visibility: hidden;}
#myCarousel2 .rightest{ visibility: visible;}


.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{
    right: 30%;

}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{
    left: 30%;
}





footer {
    padding-bottom: 25px;
    -webkit-background-size: cover;
    background-size: cover;
    background: #272d33;
    color:#ffffff;
}
footer a{
    color:#ffffff;

}
footer h3{
    font:400 32px/45px "Montserrat",sans-serif;
    margin-bottom: 2px;
}

footer h3+p {
    margin-top: 2px;
}
footer .footer-cnt {
    padding-top: 23px;
}
footer .rights {
    color: #ed1c24;
}
footer .rights:hover {
    text-decoration: underline;
}
footer .rights:active {
    text-decoration: underline;
}
.footer-ins {
    padding-top: 78px;
}




.icon {
    text-align: center;
    overflow: hidden;
    font-family: "Material Icons";
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.icon:before {
    display: inline-block;
}
.primary-icon {
    color: #ed1c24;
    display: inline-block;
    color: #ed1c24;
}
.primary-icon:hover {
    text-decoration: none;
}
.primary-icon:active {
    text-decoration: none;
}
.secondary-icon {
    color: #fff;
    background: #ed1c24;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.icon-xs {
    font-size: 34px;
    line-height: 97px;
    display: inline-block;
    height: 97px;
    width: 97px;
    float: left;
    margin-right: 24px;
    position: relative;
    top: 10px;
}
.icon-sm {
    font-size: 40px;
    line-height: 40px;
}
.icon-md {
    font-size: 64px;
    line-height: 64px;
    float: left;
}
.icon-lg {
    font-size: 64px;
    line-height: 97px;
    display: inline-block;
    height: 97px;
    width: 97px;
    float: left;
    margin-right: 24px;
}
.icon-hover i {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.icon-hover:hover i {
    font-size: 60px;
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.icon-hover_2>div:hover i {
    -moz-transform: scale3d(1.15, 1.15, 1.15);
    -ms-transform: scale3d(1.15, 1.15, 1.15);
    -o-transform: scale3d(1.15, 1.15, 1.15);
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}
.icon-hover_3 li:before {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.icon-hover_3 li:hover:before {
    background: #272d33;
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.inset-2 {
    padding: 100px 0 110px;
}



