.wrapper{
    position: relative;
    min-height: 100%;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: none;
}

body { 
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.parallax-mirror {
    z-index: 1!important;
}

.head-inside {
    border-bottom: #496fce solid 1px;
    background-color: white;
}

.fixed {
    position: fixed;
}

header {
    width: 100%;
    z-index: 999;
    top: 0;
    z-index: 9999;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header:after {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 50%;
    background: #2347a1;
    top: 0;
    right: 0;
    z-index: -1;
}

header .container {
    display: table!important;
    z-index: 9;
    position: static;
    width: 100%!important;
    max-width: 1170px;
    padding: 0 0!important;
}

.header .logo {
    display: table-cell;
    vertical-align: middle;
    /*padding: 10px 0px 10px 15px;*/
    min-width: 80px;
    width: 15.8%;
    padding-right: 4%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header .logo h1, .header .logo a {
    margin: 0;
    padding: 5;
    position: relative;
    max-width: 100%;
    display: table;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left:-40;
}

.header_right {
    display: table-cell;
    vertical-align: bottom;
    width: auto;
    background: #2347a1;
    padding-bottom: 10px;
}

@media (max-width:480px){
    .inner-slider, #camera_wrap_4 {
       margin-top: -15px;
    }
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

div#offcanvas-overlay, div#offcanvas-left-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.35);
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    padding: 60px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s;
}

.offcanvas-toggle {
    border: 0px;
    margin-right: 0px !important;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-9px, 6px);
}

.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
    opacity: 0;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-8px, -8px);
}

.navbar-toggle {
    position: relative;
    float: right;
    display: none;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.offcanvas-toggle .icon-bar {
    background: #fff;
    transition: all 0.25s ease-in-out;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #FFF;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

a.closebtn {
    display: none;
    position: absolute;
    top: 0;
    color:white;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

.head-inside ul.navbar-nav {
    opacity: 1!important;
    pointer-events: all;
}

header ul.navbar-nav {
    text-align: right;
    display: inline-block;
}

header ul.navbar-nav {
    float: right;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

header ul.navbar-nav > li {
    float: none;
    display: inline-block;
    /*position: static;*/
}

header ul.navbar-nav > li > a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13pt;
    text-decoration:none;
}

ul.navbar-nav li a {
    background-color: transparent!important;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration:none;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-nav li  a:hover {
    color:#f5d900;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 10;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-nav > li > .dropdown-menu {
    width: 100%;
}

.dropdown .dropdown-menu {
    border-top: #496fce solid 1px;
    background:#23489e!important;
}

.head-inside .dropdown-menu {
    top: 100%;
}

.dropdown-menu {
    position: absolute;
    top: 96%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 0 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    animation: fadeIn 400ms;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.dropdown-menu .col-3 li {
    width:33.33%;
    padding: 0;
}

.dropdown-menu .col-5 li {
    margin-top: 20px;
    height: 50px;
}


.dropdown-menu li {
    /*display: table-cell;*/
    vertical-align: top;
    text-align: left;
    padding: 0 1px 15px;
    background-color: transparent!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.dropdown-menu li span {
    padding: 0px 0 0px 0!important;
    display: table!important;
    /*color: #23489e!important;*/
    font-size: 10pt;
    line-height: normal;
    font-weight: bold;
}

.dropdown .dropdown-menu li a p {
    color: #333;
    text-decoration: none;
    font-size: 10pt;
}

.fluid_container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.inner-slider, #camera_wrap_4 {
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: 0!important;
    position: absolute;
    right: 0;
    top: 0px;
}

.camera_wrap {
    display: none;
    float: left;
    position: relative;
    z-index: 0;
}

.camera_fakehover {
    height: 100%;
    min-height: 60px;
    position: relative;
    width: 100%;
}

.camera_src {
    display: none;
}

.camera_target {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 0;
}

.cameraCont, .cameraContents {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.cameraCont:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: 9999;
    opacity: 1;
}

.cameraSlide {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.camera_wrap img, .camera_wrap ol, .camera_wrap ul, .camera_wrap li, .camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td .camera_thumbs_wrap a, .camera_thumbs_wrap img, .camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li, .camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none;
}

.camerarelative {
    overflow: hidden;
    position: relative;
}

.camera_overlayer {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.camera_target_content {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    /* max-width: 1170px; */
    margin: 0 auto;
}

.cameraCont, .cameraContents {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.logo-nav-mob {
}

.cameraContent {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.camera_target_content .camera_link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.camera_bar {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.camera_prev, .camera_next, .camera_commands {
    cursor: pointer;
    height: 60px;
    margin-top: -20px;
    position: absolute;
    top: 48%;
    width: 40px;
    z-index: 2;
    background: rgba(255,255,255,0.23);
}

.camera_commands > .camera_play {
    background: url(images/cameraskinsplay.png) no-repeat -80px 0;
    height: 40px;
    width: 40px;
}
.camera_commands > .camera_stop {
    background: url(images/cameraskinsstop.png) no-repeat -120px 0;
    display: block;
    height: 40px;
    width: 40px;
}

.camera_prev {
    left: 0%;
}

.camera_prev, .camera_next, .camera_commands {
    cursor: pointer;
    height: 60px;
    margin-top: -20px;
    position: absolute;
    top: 48%;
    width: 40px;
    z-index: 2;
    background: rgba(255,255,255,0.23);
}

.camera_prev > span {
    background: url(images/camera_skinsprev.png) no-repeat 0 0;
    display: block;
    height: 40px;
    width: 40px;
    margin-top: 10px;
}

.camera_next > span {
    background: url(images/camera_skinsnext.png) no-repeat -40px 0;
    display: block;
    height: 40px;
    width: 40px;
    margin-top: 10px;
}

.camera_thumbs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}

.camera_thumbs .camera_command_wrap {
    background: rgba(255, 255, 255, 0.6);
}

.camera_command_wrap {
    left: 0;
    position: relative;
    right: 0;
    z-index: 4;
    background: rgba(0, 0, 0, 0.1);
}

.camera_command_wrap .hideNav {
    display: none;
}

.camera_prevThumbs, .camera_nextThumbs, .camera_commands {
    background: rgba(255, 255, 255, 0.8);
}

.camera_prevThumbs {
    bottom: 4px;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 4px;
    visibility: hidden;
    width: 30px;
    z-index: 10;
}

.camera_prevThumbs div {
    background: url(images/cameraskinsprev.png) no-repeat -160px 0;
    display: block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.camera_nextThumbs div {
    background: url(images/cameraskinsnext.png) no-repeat -190px 0;
    display: block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.camera_nextThumbs {
    bottom: 4px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 4px;
    visibility: hidden;
    width: 30px;
    z-index: 10;
}

.home-visaul .camera_thumbs_cont, .home-visaul .camera_thumbs_cont ul {
    overflow: visible;
}

.camera_thumbs_cont {
    overflow: hidden;
    position: relative;
    width: 99.3%;
}

.camera_thumbs_cont > div {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    margin-bottom:-24px;
}

.camera_thumbs_cont ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.camera_thumbs_cont ul li {
    display: table-cell;
    padding: 0 4px;
    vertical-align: middle;
    position: relative;
    background: rgba(255,255,255,0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}

.camera_wrap img, .camera_wrap ol, .camera_wrap ul, .camera_wrap li, .camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td .camera_thumbs_wrap a, .camera_thumbs_wrap img, .camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li, .camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none;
}

.home-visaul .camera_thumbs_cont ul li.cameracurrent {
 
}

.home-visaul .camera_thumbs_cont ul li.cameracurrent:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -9px;
    height: 0;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FFF;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
    z-index: 99;
}

.camera_thumbs_cont ul li img {
    max-width: none!important;
    opacity: 1!important;
    border: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.camera_thumbs_cont ul li > img {
    cursor: pointer;
    width: 95%!important;
    vertical-align: bottom;
    padding: 0px 0px;
}

.camera_wrap img {
}

.camera_wrap img, .camera_wrap ol, .camera_wrap ul, .camera_wrap li, .camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td .camera_thumbs_wrap a, .camera_thumbs_wrap img, .camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li, .camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none;
}

.camera_loader {
    background: #fff url(images/camera-loader.gif) no-repeat center;
    background: rgba(255, 255, 255, 0.9) url(images/camera-loader.gif) no-repeat center;
    border: 1px solid #ffffff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    height: 36px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    margin: -18px 0 0 -18px;
    top: 50%;
    width: 36px;
    z-index: 3;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img{
    height:650px;    
}

/*responsive code-->*/

@media (max-width: 480px) and (min-width: 240px){
    body {
        padding-top: 40px!important;
    }
}

@media (max-width: 480px) and (min-width: 240px){
    .h1, h1 {
        font-size: 20px!important;
        line-height: normal!important;
    }
}

@media (max-width: 768px){
    .header .logo {
        width: 40%;
        padding-right: 5%;
        position: relative;
        z-index: 9999;
        background: #FFF;
    }
}

@media (max-width: 768px){
 .header .logo h1, .header .logo a{
     margin:0;
    }
}

@media (max-width: 480px){
    .header .logo {
    }
}
@media (max-width: 768px){
    header ul.navbar-nav {
        float: none;
    }
}

@media (max-width: 768px){
    ul.navbar-nav li {
        border-right: 0;
        display: block;
        margin: 5px 10px;
        width: 100%!important;
        text-align: left;
        border-bottom: #DDD 1px solid;
    }
}


@media (max-width: 640px){
    .navbar-toggle {
        display: block;
        margin-right: 0!important;
    }
}

@media (max-width: 640px){
    a.closebtn {
        display: block;
        margin-top: -5;
        margin-right: 50px!important;
    }
}

@media (max-width: 480px){
    .header_right .navbar-offcanvas {
        padding-top: 40px;
    }
}
@media (max-width: 768px){
    .navbar-offcanvas.offcanvas-transform.in {
        transform: translateX(250px);
    }
}

@media (max-width: 768px){
    .navbar-offcanvas {
        position: fixed;
        width: 100%;
        height: calc(100% - 70px);
        max-width: 250px;
        left: -250px;
        top: 60px;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 999;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.40s ease-in-out;
        transition: all 0.40s ease-in-out;
    }
}
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

@media (max-width: 768px){
    .navbar-offcanvas {
        background-color: #2347a1;
    }
}

@media (max-width: 560px){
    .navbar-offcanvas {
        padding-top: 90px;
    }
}

@media (max-width: 768px){
    .navbar-offcanvas {
        padding-top: 90px;
    }
}

@media (max-width: 480px){
.divisions ul.division-list figure {
    background: #16469d;
    }
}

@media (max-width: 480px){
    .divisions figure figcaption {
        display: block;
    }
}

@media (max-width: 480px){
    ul.division-list2 li figure figcaption {
        width: 100%;
        padding: 5px 0 10px;
    }
}
@media (max-width: 640px){
    ul.division-list2 li {
        display: block;
        padding: 5px;
        padding: 5px;
        width: 100%!important;
    }
}
@media (max-width: 768px){
    ul.logo-nav-mob li {
        width: 49%;
        padding: 0px;
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 768px){
    ul.logo-nav-mob {
        display: block;
        text-align: center;
        padding: 20px 0;
        margin: 0 0;
    }
}

@media (max-width: 480px) and (min-width: 240px){
    .home-visaul {
        min-height: 200px;
    }
}

@media (max-width: 768px){
    .home-visaul {
        min-height: 300px;
        height: 80%!important;
    }
}

@media (max-width: 480px){
    .link2 > div {
        padding: 0px;
    }
}

@media (max-width: 1024px){
    .link2 div {
        font-size: 11px;
        width: 125px !important;
        bottom: 115px !important;
        right: 10px;
        max-width: 100%;
    }   
}

@media (max-width: 604px){
    .home-visaul .link2 {
        bottom: -36%!important;
    }
}

@media (max-width: 1024px){
    .link2 {
        width: 40%!important;
    }
}

@media (max-width: 768px){
    .navbar-offcanvas.offcanvas-transform.in {
        transform: translateX(250px);
    }
}

@media (max-width: 768px){
    .navbar-offcanvas.in {
    }
}

@media (max-width: 768px){
    .navbar-offcanvas {
        background-color: #2347a1;
    }
}

@media (max-width: 560px){
    .navbar-offcanvas {
        padding-top: 90px;
    }
}

@media (max-width: 768px){
    .navbar-offcanvas {
        padding-top: 90px;
    }
}

@media (max-width: 768px){
    .dropdown-menu li span {
        padding-top: 0!important;
        font-size: 90%!important;
    }
}

@media (max-width: 768px){
    .dropdown-menu li {
        line-height: normal;
        padding-bottom: 0;
    }
}


@media (max-width: 768px){
    header ul.navbar-nav > li.dropdown .dropdown-menu a {
        padding: 8px!important;
    }
}

@media (max-width: 768px){
    ul.navbar-nav li a {
    padding: 10px 8px;
    font-size: 100%!important;
    }
}
@media (max-width: 768px){
    .dropdown-menu .container {
        padding: 0 0!important;
    }
}

@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
}
@media (max-width: 768px){
    .navbar-offcanvas .dropdown-menu {
    position: absolute;
    width: 100%;
    border: inherit;
    box-shadow: none;
    -webkit-transition: height 0.15s ease-in;
    transition: height 0.15s ease-in;
    }
}

@media (max-width: 980px){
    ul.stats-list {
        text-align: center;
    }
}

@media (max-width: 640px){
ul.stats-list li {
    display: block;
    width: 100%;
    margin: 10px 0!important;
    text-align: center;
}
}

@media (max-width: 1024px){
    ul.stats-list li {
        padding: 10px 10px;
    }
}

@media (max-width: 480px) and (min-width: 240px){
    .h2, h2 {
        font-size: 14pt!important;
        line-height: normal!important;
    }
}

@media (max-width: 640px){
    ul.stats-list li {
        text-align: center;
    }    
}

@media (max-width: 480px){
    .about-stats p {
        color: #FFF;
        font-size: 11pt;
        line-height: normal;
    }
}

@media (max-width: 640px){
    p {
        font-size: 10pt!important;
    }
}

@media (max-width: 480px){
    .heading h1, .heading h2, .heading h3 {
        text-transform: uppercase;
        font-size: 12pt!important;
        font-weight: 700;
        margin-bottom: 0;
    }
}

@media (max-width: 768px){
    .about-stats .spacer5 {
        height: 20px;
    }
}

@media (max-width: 768px){
    .btn-more {
        white-space: pre-wrap!important;
        margin: 10px 0;
        font-size: 9pt!important;
        padding: 5px!important;
    }
}

@media (max-width: 480px){
    .footer .container, .footer .col-md-12.text-center {
        padding: 0;
    }
}

@media (max-width: 768px){
    ul.footer-links {
        margin: 20px -15px 20px;
    }
}

@media (max-width: 604px){
    ul.footer-links {
        margin: 0px -15px 20px;
    }
}

@media (max-width: 480px){
    ul.footer-links li:first-child {
        margin-right: 10px;
    }
}

@media (max-width: 768px){
    ul.footer-links li {
        margin: 5px 0;
        padding: 0;
        color: #DDD;
    }
}

@media (max-width: 480px){
    ul.footer-links li a {
        font-size: 10pt;
        padding-left: 5px;
    }
}

@media (max-width: 768px){
    ul.footer-links li a {
        font-size: 10pt;
    }
}

@media (max-width: 768px){
    ul.footer-links li a::after {
        float: right;
        margin-right: 0;
    }
}

@media (max-width: 480px){
    ul.footer-links li a:after {
        float: left;
        margin-right: 5px;
    }
}

@media (max-width: 480px){
    ul.footer-list li {
        margin: 5px 0!important;
    }
}
@media (max-width: 767px){
    ul.footer-list li::before {
        visibility: hidden;
    }
}

@media (max-width: 480px){
    ul.footer-list li {
        margin: 5px 0!important;
    }
}

@media (max-width: 767px){
    ul.footer-list li::before {
        visibility: hidden;
    }
    
}

@media (max-width: 480px) and (min-width: 240px){
    .camera_thumbs .camera_command_wrap {
        background-color: white;
    }
}

@media (max-width:768px){
    .img{
        height:267px;
    }
}
/*End*/
section {
    z-index: 1;
    position: relative;
    min-height: 50%;
}

.open > .dropdown-menu {
    display: block;
}

.about-stats {
    padding: 25px 0;
}

.parallax {
    padding-bottom: 100px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.heading {
    text-align: center;
    margin: 20px 0px;
}

.heading.inverse h1, .heading.inverse h2, .heading.inverse h3 {
    color: #FFF;
}

ul.stats-list {
    margin: 0;
    padding: 0;
    text-align: left;
}

ul.stats-list li {
    display: inline-block;
    padding: 10px;
    margin: 0;
    border: #4177d6 solid 1px;
}

ul.stats-list li h2 {
    color: #FFF;
    font-size: 27pt;
    margin-bottom: 5px;
}

ul.stats-list li h2 .sm {
    font-size: 13pt;
    font-style: normal;
}

.spacer5 {
    clear: both;
    width: 100%;
    height: 50px;
}

a .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
}

a.btn-more {
    background: #9b0000;
    color: #FFF!important;
    min-width: 100px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0!important;
}

ul.abt-text {
    margin: 0;
    padding: 0;
    text-align: left;
}

ul.abt-text li {
    display: block;
    margin: 10px 0;
    padding: 20px 15px 10px;
    background: rgba(0,0,0,0.5);
    text-align: left;
    border: 1px solid;
    border-color: transparent;
}

ul.abt-text li h3 {
    color: #b7d2ff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16pt;
    margin-bottom: 8px;
}

ul.abt-text li p {
    color: #FFF;
    font-size: 10.5pt;
    line-height: 15pt;
    margin-bottom: 0;
}

.divisions {
    min-height: initial;
    padding: 0 0;
    margin-top:-100px;
}

ul.division-list {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block!important;
    margin:0;
}

figure > img {
    width: 100%;
}

figure.effect-bubba {
    margin-bottom: -1px;
}

figure figcaption {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    width: 50%;
    height: 100%;
    vertical-align: middle;
    padding: 0px;
    text-align: center;
}

figure.effect-bubba figcaption:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption:before, figure.effect-bubba figcaption:after {
    position: absolute;
    top: 15px;
    right: 0px;
    bottom: 15px;
    left: 0px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

ul.division-list2 li h3 {
    margin-top: 8.5%;
    font-size: 24pt;
    color:#fff;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    text-shadow: none;
}

figure.effect-bubba ol {
    width: 95%;
    margin: 0 auto;
    padding: 0 0;
}

figure.effect-bubba ol li a {
    color: #eee;
    font-size: 11pt;
    padding: 3px 5px;
}

ul.division-list li {
    display: table-cell;
    width: 24.8%;
    vertical-align: top;
}

ul.division-list li a {
    display: block;
    padding: 10px;
    text-decoration: none!important;
}

ul.division-list2 li {
    display: inline-block;
    width: 50%;
    float: left;
}

ul.division-list2 li figure figcaption {
    width: 95%!important;
}

figure.effect-bubba figcaption {
    padding: 10px 10px 0px 10px;
    margin: 0px auto;
}

figure.effect-bubba figcaption .btn {
    border: 0;
    position: relative;
    color: #FFF!important;
    z-index: 2;
    background: none!important;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba {
    background: url(images/pattern2.png) repeat;
}

.clear {
    clear: both;
}

.tp-line {
    position: relative;
    z-index: 50;
    width: 100%;
    left: 0;
    bottom: -10px;
    height: 20px;
    margin-top: -20px;
}

.tp-line-left {
    background: #2347a1;
    width: calc(60% - 14px);
    height: 20px;
    content: '';
    position: relative;
    z-index: 50;
    display: inline-block;
    float: left;
}

.tp-line-left:after {
    content: '';
    border-left: 15px #2347a1 solid;
    border-top: 10px transparent solid;
    border-bottom: 10px transparent solid;
    position: absolute;
    z-index: 100;
    background-repeat: no-repeat;
    right: -15px;
    bottom: 0;
}

.tp-line-right {
    background: #db1515;
    width: calc(40% - 13px);
    height: 20px;
    content: '';
    position: relative;
    z-index: 50;
    display: inline-block;
    float: right;
}

.tp-line-right:before {
    content: '';
    border-right: 15px #db1515 solid;
    border-top: 10px transparent solid;
    border-bottom: 10px transparent solid;
    position: absolute;
    z-index: 100;
    background-repeat: no-repeat;
    left: -15px;
    bottom: 0;
}

.footer {
    width: 100%;
    background: #10224c;
    color: #FFF;
    padding: 15px 0px;
    font-size: 13px;
    position: relative;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center;
}

ul.footer-links {
    margin: 20px -15px 40px;
    padding: 0;
}

ul.footer-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #DDD;
}

ul.footer-links li a:after {
    content: '\2022';
    color: #FFF;
    float: right;
}

ul.footer-links li a {
    font-size: 10.5pt;
    text-transform: uppercase;
    padding: 0 12px;
    color: #DDD;
    text-decoration:none;
}

ul.footer-list {
    padding: 0;
}

.footer .copyright {
    text-transform: capitalize;
    color: #6f6f6f;
    margin-bottom: 25px;
    font-size: 10pt;
}
ul.footer-list li {
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    color: #666;
    position: relative;
}

ul.footer-list li:before {
    content: '|';
    position: absolute;
    left: -3px;
    color: #666;
}

ul.social_media {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    width: 100%;
    text-align: center;
}

ul.social_media li {
    display: inline-block;
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
    margin: 0 0px 10px 5px;
    border: none;
    vertical-align: top;
}

ul.social_media li a {
    display: block;
    font-size: 15px;
    transition: none .6s ease-in-out;
    -webkit-transition: none .6s ease-in-out;
    -moz-transition: none .6s ease-in-out;
    -o-transition: none .6s ease-in-out;
    -ms-transition: none .6s ease-in-out;
}

ul.social_media .fa:hover {
    color: #fff;
}

ul.social_media .fa {
    padding: 0px;
    margin: 0px;
    font-weight: 300;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.fa-facebook, .fa-google, .fa-google-plus, .fa-linkedin, .fa-youtube, .fa-youtube-play, .fa-tumblr, .fa-twitter, .fa-pinterest, .fa-instagram {
    background: #d71920;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}

.header-right {
    float: none;
    }

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    position: absolute;
    top: 15px;
    right: 0px;
    bottom: 15px;
    left: 0px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

/* About css */
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}

@media (min-width: 992px){
    .container {
    width: 970px;
    }
}

@media (min-width: 768px){
    .container {
    width: 100%;
    }
}

.about-jswsteel-v2 .about-txtbx {
        box-shadow: #ccc 8px 8px;
    }

    .about-jswsteel-v2 .about-txtbx {
        border: #CCC solid 1px;
        background: #FFF;
        padding: 20px;
        margin-bottom: 40px;
        position: relative;
    }

    .about-jswsteel .about-txtbx {
        margin-bottom: 40px;
    }

    @media (min-width: 1200px){
        .col-lg-12 {
        width: 100%;
        }
    }

    .centered {
        margin: 0 auto;
        float: none!important;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
        display: table;
        content: " ";
    }

    .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
        clear: both;
    }

    .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
        display: table;
        content: " ";
    }
    @media (min-width: 768px){
        .col-sm-3 {
            width: 25%;
        }
    }

    @media (min-width: 768px){
        .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
            float: left;
        }
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
        }

        @media (min-width: 768px){
            .col-sm-9 {
                width: 75%;
            }
        }

    .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
            display: table;
            content: " ";
        }

    .breadcrumb {
        padding: 25px 0;
        list-style: none;
        border-top: #f3f3f3 solid 1px;
        margin-bottom: 0;
        background-color: white;
    }

    ul, ol {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .breadcrumb > li, .breadcrumb > li a {
        font-size: 9.4pt;
        color: #999;
    }

    .breadcrumb > li {
        display: inline-block;
        padding: 0 5px;
    }

    .breadcrumb > li + li:before {
        padding: 0 10px 0 0;
        color: #ccc;
        content: '\f105';
        font-family: FontAwesome;
    }

    .breadcrumb > .active {
            color: #333;
    }

    .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
        clear: both;
    }

    .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
        display: table;
        content: " ";
    }

    @media (min-width: 1200px){
        .container {
            width: 1170px;
        }
    }

    @media (min-width: 992px){
        .container {
        width: 970px;
        }
    }
    
    @media (min-width: 768px){
        .container {
        width: 100%;
        }
    }
    
    @media (max-width: 480px){
         h1 {
            position: absolute;
            top:10%;
            margin-left: 50px;
        }
    }

    .breadcrumb > li > a > .fa {
        font-size: 14pt;
    }

    /* about css end */

    /* contact us css*/
    .body-inside {
        min-height: 75%;
        margin-bottom: 50px;
        background: #FFF;
        position: relative;
    }

    .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
        display: table;
        content: " ";
    }


    @media (min-width: 768px){
        .col-sm-3 {
        width: 25%;
        }
    }
    
    @media (min-width: 768px){
        .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
        }
    }
    
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .redirect-banner {
        /* margin-top: 40px; */
    }

    .redirect-banner.image-ban a {
        padding: 0;
        background: #d00000;
        text-decoration: none;
        display: block;
    }

    .redirect-banner a {
        padding: 8px;
        background: #bb1316;
        text-decoration: none;
        display: block;
    }

    .redirect-banner.image-ban h4 {
        display: block;
        border: #9e0c0f solid 0px;
        padding: 0 0 0 0px;
        margin: 0 0;
        text-transform: capitalize;
        font-weight: 700;
        position: relative;
    }

    .redirect-banner h4 {
        color: #FFF;
        display: block;
        border: #e44a4a solid 1px;
        padding: 0px 10px 0px 0px;
        margin: 0 0;
        text-transform: capitalize;
        font-weight: 700;
    }

    .redirect-banner.image-ban h4:before {
        content: ' ';
        border-left: transparent 10px solid;
        border-right: transparent 10px solid;
        border-bottom: #bb1316 10px solid;
        position: absolute;
        top: -10px;
        left: 18px;
    }

    .redirect-banner.image-ban h4 .fa {
        background: #bb1316;
        padding: 15px 18px;
    }

    .redirect-banner h4 .fa {
        margin-right: 10px;
        display: table-cell;
        width: 40px;
        text-align: center;
        font-size: 18pt;
        vertical-align: middle;
    }

    .redirect-banner.image-ban h4 span {
        padding: 0 0 0 10px;
        vertical-align: middle;
    }

    .redirect-banner h4 span {
        display: table-cell;
        font-size: 11pt;
        line-height: 1.5;
        color:white;
    }

    @media (min-width: 768px){
        .col-sm-9 {
            width: 75%;
        }
    }

    h5 {
        font-size: 18px!important;
        color: #000!important;
        font-weight: normal!important;
        margin: 0px;
        padding: 0px;
    }

    p {
        margin: 0 0 15px;
        font-size: 10.8pt;
        line-height: 17pt;
    }

    .err {
        font-size: 12px;
        color: #c80000;
    }
    @media (min-width: 768px){
        .col-sm-12 {
            width: 100%;
        }
    }

    .contact-form {
        margin-top: 10px;
    }

    .contact-form > .row {
        margin-bottom: 20px;
    }

    @media (min-width: 768px){
        .col-sm-6 {
        width: 50%;
        }
    }

    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .contact-form input[type="text"], .contact-form select, .contact-form input[type="file"] {
        height: 40px;
        line-height: 30px;
        border-radius: 2px!important;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
    }

    .captcha-code input {
        width: 100%;
        text-align: center;
    }

    .contact-form .btn {
        background: #23489e;
        width: 80%;
        margin-top: 30px;
        max-width: 150px;
        color: #FFF!important;
        text-transform: uppercase;
        font-size: 12pt;
        line-height: 25pt;
        height: auto;
    }

    @media (max-width: 560px){
        section {
        min-height: 0;
        }    
    }

    @media (max-width: 480px){
         h1 {
            position: absolute;
            margin-left: 80px;
        }
    }

    /* contact us end*/

    /* manufacturing-facilities */

    .about-content {
        min-height: initial;
        margin-bottom: 0;
        background: #f5f6f7;
    }

    .manufacturing:nth-child(odd) {
        background-color: #ddd;
    }

    .manufacturing {
        padding: 0 0;
        position: relative;
        min-height: 450px;
        border-bottom: #DDD solid 1px;
    }

    .hlf-bx-bg {
        background-repeat: no-repeat;
        background-size: 50% auto;
        background-position: right center;
    }

    article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
        display: block;
    }
    .manufacturing:nth-child(odd) .col-md-6 {
        border-right: #DDD solid 1px;
    }

    .manufacturing .col-md-6 {
        padding: 80px 30px;
    }

    @media (min-width: 992px){
        .col-md-6 {
            width: 50%;
        }
    }
    
    .manufacturing h2 {
        color: #23489e;
        font-size: 16pt;
        font-weight: 400;
    }

    .hlf-bx-bg-left {
        background-repeat: no-repeat;
        background-size: 50% auto;
        background-position: left center;
    }

    .pull-right {
        float: right !important;
    }

    @media (max-width: 560px){
        .manufacturing {
            background-position: center 5%;
            padding-top: 55%;
            background-size: 77% auto;
        }        
    }

    @media (max-width: 480px){
        h1 {
           position: absolute;
           margin-left: 80px;
       }
   }


   /*manufacturing-facilities */

   /* certifications */
    .spacer3 {
        clear: both;
        width: 100%;
        height: 30px;
    }

    .body-inside h4 {
        color: #333;
        font-size: 14pt;
        line-height: 1.5;
    }

    /* end certifications */

    /* locate css */

    .col-md-6.adress-block {
        min-height: 200px;
        margin-bottom: 10px;
    }

    @media (min-width: 992px){
        .col-md-6 {
            width: 50%;
        }
    }
    @media (min-width: 992px){
        .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
            float: left;
        }
            }

    .adress-block h3 {
        margin-bottom: 5px;
        text-transform: capitalize;
    }

    .adress-block h5 {
        margin-bottom: 10px;
        font-size: 10.5pt!important;
        color: #16469d!important;
        line-height: 16pt;
    }

    .adress-block ul li {
        margin: 0 0 5px;
        padding: 0;
        display: block;
        width: 100%;
        color: #214496;
    }

    .adress-block li {
        font-size: 10.5pt;
        margin-bottom: 8px;
    }

    .adress-block li i {
        color: #c80000;
        width: 20px;
    }

    .map-responsive{
        overflow:hidden;
        right:0px;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    
    .map-responsive iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }

    .branch-offices .branch-head {
        border: #DDD solid 1px;
        padding: 10px 10px;
        margin: 3px 0;
        background: #EEE;
    }

    .branch-offices .branch-head h5 {
        float: left;
        margin-top: 8px;
    }

    .branch-offices h5 {
        color: #16469d!important;
        text-transform: capitalize;
    }

    @media (min-width: 1200px){
        .col-lg-12 {
            width: 100%;
        }
    }

@media (min-width: 1200px){
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
}

.branch-offices .branch-head .form-control {
    max-width: 40%;
    width: 200px;
    float: right;
}

.body-inside h3 {
    color: rgb(51, 51, 51);
    font-size: 14pt;
    margin-bottom: 10px;
    line-height: 1.5;
}
    /* end locate css */

    /* become authorised */

.register-as {
    border: #DDD solid 1px;
    padding: 10px 10px;
    margin: 3px 0;
    background: #EEE;
}

.register-as span {
    vertical-align: top;
    margin-left: 8px;
}

     /* end become authorised */

     /* brands */
.sub-nav {
    position: fixed;
    z-index: 99;
    top: 50;
    padding: 0px;
    background: rgba(251, 251, 251, 0.9);
    border-bottom: #f1f1f1 solid 1px;
    transition: all 0.3s;
}

.nav-wrap {
    width: 100%
}


@media (min-width: 769px){
    .sub-nav > .container > .col-md-12 {
        overflow: hidden;
    }
        
}

.sub-nav > .container > .col-md-12 {
    position: relative;
    padding: 0 0;
}

@media (max-width: 768px){
    .navbar-header .navbar-toggle .fa {
        color: #2347a1;
        font-size: 20pt;
        padding: 5px 10px;
        padding-right: 5px;
    }
}

.fa-angle-down:before {
    content: "\f107";
}

@media (min-width: 992px){
    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 769px){
    .sub-navbar-bx {
        display: table;
    }
}

@media (min-width: 769px){
    .sub-navbar-bx .navbar-header {
        width: auto;
        background: none;
        padding: 0;
        display: table-cell;
        padding-right: 5px;
        vertical-align: middle;
        float: none;
        position: relative;
        z-index: 9999;
    }
}

@media (min-width: 769px){
    .sub-navbar-bx .sidebar-navbar-collapse {
        padding: 0 0;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 768px){
    .nav-wrap.sub-nav .navbar-header {
        background: none;
    }
}

@media (max-width: 768px){
    .sub-navbar-bx, .sub-navbar-bx .navbar-header, .sub-navbar-bx .sidebar-navbar-collapse.collapse.in {
        display: block;
        width: 100%;
    }
}

@media (max-width: 450px){
    .sub-navbar-bx, .sub-navbar-bx .navbar-header, .sub-navbar-bx .sidebar-navbar-collapse.collapse.in {
        display: none;
        width: 100%;
    }
}
@media (max-width: 768px){
    .sub-navbar-bx .sidebar-navbar-collapse.collapse {
        display: none;
    }
}   

@media (max-width: 604px){
    .nav-wrap.sub-nav {
        margin-top: 2px!important;
    }
}

@media (max-width: 370px){
    .sub-nav {
        top: 60px;
    }
}

@media (max-width: 480px){
    ul.products-navbar > li {
        display: none;
        width: 100%;
        border-bottom: #DDD 1px solid;
        border-right: 0;
    }    
}

@media (max-width: 480px){
    ul.products-navbar li a {
        font-size: 9pt;
        padding: 8px 10px!important;
        text-align: left;
    }
}

@media (max-width: 768px){
    .navbar-header .navbar-toggle {
        border-radius: 0;
        border: 0;
        padding: 0 0 0 15px;
    }
    
}

ul.products-navbar {
    margin: 0 auto 0;
    padding: 0;
    text-align: right;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1170px;
    border-top: #e0e0e0 solid 1px;
}

ul.products-navbar > li:last-child {
    padding-right: 0;
}

ul.products-navbar > li:last-child {
    border: 0;
}

ul.products-navbar > li {
    margin: 0;
    text-align: center;
    display: inline-block;
    border-right: #DDD 1px solid;
    padding: 0 15px;
}

ul.products-navbar.cust-navbar > li a {
    color: #ffffff;
    background: #e2353d;
}

ul.products-navbar > li a {
    font-size: 10.5pt;
    text-transform: uppercase;
    display: block;
    padding: 20px 0;
    cursor: pointer;
    color: #646464;
}

/* brands end */

/* consumer page */

.products-details {
    margin-bottom: 0;
}

.products-details h1 {
    margin-top: 0;
    font-size: 24pt;
    text-transform: uppercase;
    font-weight: bold;
    color: #2347a1;
}

.no-margin-t {
    margin-top: 0 !important;
}

.search-panel {
    display: table;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    border: #DDD solid 1px;
}

.search-panel.col-4 .cell-1 {
    width: 35%;
    padding-left: 0;
}

.search-panel .search-bx {
    vertical-align: top;
    width: auto;
    padding: 10px 0;
    display: table-cell;
    width: 33%;
}

.search-panel .search-bx h5 {
    margin-top: 5px;
}

.search-panel.col-4 .cell-2, .search-panel.col-4 .cell-3 {
    width: 25%;
}

.search-panel .search-bx .form-control {
    margin-bottom: 10px;
    width: 97%;
}

.search-panel.col-4 .cell-4 {
    width: 15%;
}

.search-panel.col-4 .cell-3 .btn, .search-panel.col-4 .cell-4 .btn {
    margin-right: 0!important;
    margin-top: 0!important;
}

.search-panel .search-bx .btn {
    background: #23489e;
    color: #FFF;
    max-width: 100px;
    border-radius: 3px;
    margin-right: 3%;
}

@media (max-width: 560px){
    .products-details h1 {
        font-size: 50pt;
        top: -50;
        left:-60;
    }
}

@media (max-width: 960px){
    .search-panel.col-4 .cell-1 {
    }
}

@media (max-width: 560px){
    .search-panel .search-bx {
        display: block;
        width: 100%!important;
        text-align: center;
        border: 0;
        padding: 3px 0;
    }    
}

@media (max-width: 1024px){
    .search-panel .search-bx h5 {
        font-size: 105%!important;
    }
}


@media (max-width: 480px){
    .search-panel.col-4 .cell-2, .search-panel.col-4 .cell-3 {
        width: 100%!important;
    }
}

@media (max-width: 960px){
    .search-panel.col-4 .cell-2, .search-panel.col-4 .cell-3 {
        width: 25%!important;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 768px){
    .search-panel .search-bx .form-control {
    width: 100%;
    }
}

@media (max-width: 640px){
    .breadcrumb {
        display: none;
    }
}

@media (max-width: 768px){
    .breadcrumb {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    
}


/* consumer page end*/

/* megapurlin */

@media (min-width: 992px){
    .col-md-5 {
        width: 41.66666667%;
    }
}

@media (min-width: 992px){
    .col-md-7 {
        width: 58.33333333%;
    }
}


@media (min-width: 992px){
    .sppb-col-md-1, .sppb-col-md-2, .sppb-col-md-3, .sppb-col-md-4, .sppb-col-md-5, .sppb-col-md-6, .sppb-col-md-7, .sppb-col-md-8, .sppb-col-md-9, .sppb-col-md-10, .sppb-col-md-11, .sppb-col-md-12 {
        float: left;
    }
}



/*.tzbfat-titlex1, h6.sppb-addon-title:before, h6.sppb-addon-title:after, .tz-basic-titlex2 .module-title:before, .tz-basic-titlex2 .sppb-addon-title:before, .tz-basic-titlex2 .module-title:after, .tz-basic-titlex2 .sppb-addon-title:after, .title__primary-x3 .sppb-addon-title:before, .title__primary-x3 .sppb-addon-title:after {
    content: "";
    position: absolute;
    bottom: 419;
    left: 15;
    height: 2px;
}

/*h6.sppb-addon-title:before {
    width: 80px;
    background: #de1b1f;
    opacity: .7;
}

h6.sppb-addon-title:after {
    width: 50px;
    background: #e2353d;
}*/

.sevicer__content h6 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}

/* megapurlin */

.brand-page{
    height: 300px;
    width: 500px;
}

.brand-page2{
    position: relative;
    left: 300px;
    height: 300px;
    width: 500px
    
}

@media (max-width: 768px){
    .brand-page2{
        left: 0px ;
    }
}

.award{
    position: relative;
    top:120;
    height: 100px;
    width:100px;
}

.circle{
    border: 1px solid white; 
    border-radius: 100%;
    color:white;
    height: 88px;
    width: 88px;
    float: left;
    margin: 0 13px;
}

.list{
    list-style: none;
}

.list2{
    list-style: none;
}

.list2 li{
    float:left;
    margin: 0 20px;
}

.certifications{ 
    height: 150px;
    width:200px;
}

@media (max-width: 768px){
    .list li {
        margin: 10px 0px;
    }
}

.link1{
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 3;
    top:-666;
}

.link2{
    position: absolute;
    z-index: 9999;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 30px;
    line-height: 25px;
    text-align: left;
    text-shadow: #333 2px 2px 5px;
    bottom: 150px !important;
    right: 0;
    margin: 0;
    left: auto;
}

.link2 a{
    display: block;
    height: 100%;
    text-decoration: none;
}

.link2>div{
    width: 100% !important;
    height: 30px;
    text-align: center;
    line-height: 24px;
    background: #db0912;
    border-radius: 2px;
    padding: 0;
    max-width: 90%;
}

.link2>div a {
    color: #ffffff;
    text-decoration:none;
}

.logostyle{
    margin-top: 130;
    height: 200px;
    width: 230px;
}

@media (max-width: 768px){
    .logostyle{
        margin-left: -109px;
    }
}

.list3{
    list-style: none;   
}

.list3 li img{
    float: left;
    height: 126px;
    width:100px;
    margin: 0px 50px;
}

.shine{
    height: 300px; 
    width: 550px;
    position: relative; 
    left: 280px;
}

@media (max-width: 768px){
    .shine{
        left: 0px ;
    }
}
.sheet{
    height: 300px; 
    width: 550px;
    position: relative; 
    left: 280px;
}

.sheet2{
    margin-top:50px;
    position: relative;
    left: 280px;
}
@media (max-width: 768px){
    .sheet {
        left:0px;
    }
}

@media (max-width: 768px){
    .list3 li img{
        margin-left: 60px ;
    }
}

@media (max-width: 768px){
    .sheet2{
        left: 0px ;
    }
}

.cooler{
    position: relative;
    left: 130;
    height: 180px;
    width: 280px;
}

@media (max-width: 768px){
    .cooler{
        left: 27px ;
    }
}

.chart{
    position: relative;
    left:270px;
    height: 300px; 
    width: 550px;
}

@media (max-width: 768px){
    .chart{
        left: 0px ;
    }
}

.text-block {
    position: absolute;
    bottom: 0px;
    background-color: rgba(206, 32, 38, 1);
    color: white;
    padding-top: 10px;
    width: 210px;
    text-align: center;
}

.zoom {
    transition: transform .5s;
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}