@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
* {
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #444;
}

body {
    background-color: #f5f5f5 !important;
}

.no-padding {
    padding: 0px !important;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;

}

.p-30 {

    padding: 30px;
}

.p-40 {

    padding: 40px;
}

.p-50 {

    padding: 50px;
}

.py-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.py-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.py-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.py-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.py-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.py-75 {
    padding-bottom: 75px;
    padding-top: 75px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

h1, h2, h3, h4, h5, h6{
    font-weight: bold;
}

.fixed {
    top: 0;
    z-index: 11;
    width: 100%;
}

.fixed {
    position: fixed !important;
}

/*----------------------------
    Info Bar
----------------------------*/
.info-bar-inner {
    padding: 10px 0;
}

.info-bar-inner div {
    display: inline-block;
}

.info-bar-inner .logo-wrapper .logo {
    margin-top: 5px;
    display: block;
}

.info-bar-inner .logo-wrapper .site-title {
    font-size: 35px;
    font-weight: 700;
    margin-top: 10px;
}

.info-bar-inner .right-content {
    display: inline-block;
    float: right;
}

.info-bar-inner .right-content .request-quote {
    margin-left: 40px;
}

.info-bar-inner .right-content .request-quote .rq-btn {
    padding: 10px 20px;
    background-color: #001064;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    position: relative;
    transition: all 0.3s ease-in;
}

.info-bar-inner .right-content .request-quote .rq-btn.blank {
    background-color: #f1f1f1;
    border-radius: 0;
    top: 0;
    padding: 15px 40px;
    color: #fff;
}

.info-bar-inner .right-content .request-quote .rq-btn.blank:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.info-bar-inner .right-content .request-quote .rq-btn.blank:hover i {
    color: #fff;
}

.info-bar-inner .right-content .request-quote .rq-btn:hover {
    background-color: #001064;
}

.info-items {
    display: inline-block;
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
}

.info-items li {
    display: inline-block;
    margin: 0 30px;
}

.info-items li:hover .single-info-item .content .title {
    color: var(--main-color-one);
}

.info-items li:first-child {
    margin-left: 0;
}

.info-items li:last-child {
    margin-right: 0;
}

.info-items li .single-info-item {
    display: flex;
    align-self: flex-start;
}

.info-items li .single-info-item .icon {
    margin-right: 20px;
}

.info-items li .single-info-item .icon i {
    color: var(--main-color-one);
}

.info-items li .single-info-item .icon i::before {
    font-size: 40px;
    margin-left: 0px;
    margin-top: 10px;
}

.info-items li .single-info-item .content .title {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0px;
    transition: all 0.3s ease-in;
}

.info-items li .single-info-item .content .details {
    font-size: 14px;
    line-height: 24px;
}

.info-items .search {
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.info-items .search:hover {
    color: var(--main-color-one);
}

.single-info-item .icon img {
    width: 50px;
    opacity: 0.8;
}

/*----------------------------
    Text animation in header
----------------------------*/
.ml1 {
    letter-spacing: 1px;
    vertical-align: middle;
    display: table-cell;
    height: 60px;
}

.ml1 .letter {
    line-height: 20px;
    font-size: 25px;
    /*font-family: 'Courgette', cursive !important;*/
    font-family: 'Cookie', cursive !important;
    /*font-family: 'Satisfy', cursive !important;*/
    color: #000332;
    font-weight: normal;
}

.ml1 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.2em;
}

.ml1 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #9b8462;
    /*transform-origin: 0 0;*/
}

.ml1 .line1 {
    top: 0;
}

.ml1 .line2 {
    bottom: 0;
}

/*----------------------------
    Main menu dropdown
----------------------------*/
.navbar {
    /*background: rgb(0 3 50 / 50%);*/
    background: #000332;
    margin-bottom: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
}
.dropdown-menu {
    display: block !important;
    opacity: 0;
    height: 0px;
    overflow: hidden;
    background: none !important;
}

.navbar-nav li:hover>ul.dropdown-menu {
    opacity: 1;
    height: auto;
    padding: 10px 0 !important;
    overflow: visible;
}

.dropdown-menu>li>a {
    color: #fff !important;
    text-transform: none;
}

.dropdown-menu>li>a:hover {
    color: #fff !important;
    background:#000332!important;
}

.navbar-collapse li {
    position: relative;
}

.navbar-collapse li.dropdown>ul.dropdown-menu,
li>ul.dropdown-menu {
    position: absolute;
    left: 10px;
    top: 100%;
    z-index: 999;
    min-width: 200px;
    white-space: nowrap;
    -o-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

ul.dropdown-menu.level-2 {
    left: 100% !important;
    top: -10px !important;
    padding: 0 0 !important;
}

ul.dropdown-menu.level-2 li a:hover {
	color: #000 !important;
	background: #fff !important;
}

.navbar-collapse li.dropdown ul.dropdown-menu li a {
    width: 100%;
    color: #fff;
    padding: 8px 15px;
    outline: 0;
}
.navbar-collapse li.dropdown ul.dropdown-menu li {
    margin: 0px 0 !important;
    background: rgb(0 3 50 / 60%) !important;
}
button.navbar-toggler {
    display: none !important;
}
.navbar-nav>li>a{
    color: #fff;
    background: none;
}

.nav>li>a:focus, .nav>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: transparent !important;
}

.nav-link.dropdown-toggle:hover::after{
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
  }

.dropdown-toggle:hover::after {
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
  }

/*----------------------------
    Carosel Banner
----------------------------*/
.carousel-caption {
    width: 100%;
    left: 0;
    top: 30%;
    text-align: left;
    margin-left: 25px;
}

.carousel-caption h4 {
    font-size: 40px;
    width: 100%;
    display: table;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 48px;
    margin-bottom: 15px;
    color: #ffffff;
}

.carousel-caption h5 {
    width: auto;
    display: table;
    border-right: 3px solid #ffff;
    border-left: 3px solid #ffff;
    margin-bottom: 20px;
    padding: 0 5px;
    line-height: 20px;
    color: #ffffff;
}

.carousel-caption p {
    width: 100%;
    display: table;
    color: #ffffff;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 10;
}

/*----------------------------
    Banner Wrapper
----------------------------*/
section.banner-wrapper {
    width: 100%;
    position: relative;
}

.banner-image img {
    width: 100%;
    height: auto;
}

.banner-image {
    position: relative;
    width: 100%;
}

.banner-caption {
    width: 100%;
    position: absolute;
}

.banner-caption {
    width: 100%;
    left: 0;
    bottom: 10%;
    text-align: center;
    right: 0;
    margin: 0 auto;
}

.slides {
    z-index: 10;
}

.flex-control-nav {
    z-index: 9;
    bottom: 25px;
    left: 45%;
}

.flex-control-paging li a.flex-active {
    background: #000332;
}

.flex-control-paging li a {
    background: #fff;
    border: 1px solid #fff;
}

.caption-title h4 {
    font-size: 40px;
    font-weight: 700;
    width: auto;
    text-shadow: 5px 5px 5px #000332;
    display: table;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
    line-height: 48px;
    color: #ffffff;
    padding: 10px;
}

.caption-title h5 {
    width: auto;
    display: table;
    border-right: 3px solid #ffff;
    border-left: 3px solid #ffff;
    margin-bottom: 20px;
    padding: 0 5px;
    line-height: 20px;
    color: #ffffff;
}
.caption-title {
    width: auto;
}
.caption-title p {
    width: 90%;
    display: table;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
}

/*----------------------------
    About Wrapper
----------------------------*/
.about-wrapper {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 50px 0px;
}

.about-title h1 {
    margin: 10px 0px !important;
    font-size: 42px !important;
    line-height: 50px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #424242;
    letter-spacing: 1px;
}

.about-title h4 {
    margin: 10px 0px !important;
    font-size: 26px !important;
    line-height: 38px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #424242;
}

.about-title hr {
    margin-top: 20px;
    margin-bottom: 15px;
    border: 0;
    border-top: 2px solid #444;
    width: 20%;
}

.about-title p {
    margin: 10px 0px 20px 0px !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.about-vertical{
    height: 400px;
    vertical-align: middle;
    display: table-cell;
}
.about-title a.read-more:hover,
.about-title a.read-more {
    color: #ffffff;
    background-color: #444;
    text-align: center;
    padding: 15px 25px;
    text-decoration: none !important;
}

p.read-more-link {
    margin: 50px 0px 30px 0px !important;
}

/*----------------------------
    Manufacture Wrapper
----------------------------*/
.secure-wrapper {
    background: url(../images/secure-bgimg.jpg) repeat scroll center center transparent;
    width: 100%;
    padding: 80px 0px 80px 0px !important;
    position: relative;
    color: #fff;
}
.manufacture-wrapper {
    display: flex;
    align-items: center;
}
.secure-caption h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    padding-bottom: 22px;
    color: #fff;
}

.secure-caption h4 {
    color: #b7b7b7 !important;
    font-size: 17px;
    line-height: 26px;
    margin: 0px 0px 30px 0px;
}

.radius-top img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease-in-out 0s;
}

.radius-top img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.radius-item {
    position: relative;
    width: 100%;
    float: left;
    display: inline-block;
    -moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
}

.secure-item .radius-top {
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.secure-item {
    position: relative;
    width: 100%;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    color: #fff !important;
}

.secure-title h4 {
    color: #1f65bd !important;
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
}

.secure-title p {
    color: #b7b7b7 !important;
    font-size: 15px;
    padding: 10px 0 10px;
    line-height: 27px;
}

.secure-title a {
    color: #fff !important;
}

.secure-title a:hover {
    color: #1f65bd !important;
    text-decoration: none !important;
}

.secure-list ul {
    list-style: none;
    padding: 0;
    margin: 20px 0px 0px -40px;
}

.secure-list li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    padding-bottom: 10px;
    color: #fff !important;
}

.secure-list li span {
    margin-right: 10px !important;
}
/*----------------------------
    Product and Services Wrapper
----------------------------*/
.quality-wrapper {
    padding: 80px 0px;
    width: 100%;
    position: relative;
}

.quality-wrapper .viewmore-link{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    clear: both;
    display: table;
    margin: 0 auto;
    padding: 10px 15px;
    background: #1e61b7;
}

.quality-wrapper .viewmore-link a{
    color: #fff;
}

.products-title h3 {
    color: #424242;
    position: relative;
    font-size: 40px;
    line-height: 52px;
    font-weight: 900;
    display: table;
    border-bottom: 1px solid #424242;
    margin: 0 auto 30px auto;
}

.home-three-promo-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}

.home-three-promo-item img {
    width: 100%;
}

.home-three-promo-text {
    text-align: center;
    color: #ffffff;
    background-color: #1e61b7;
    position: absolute;
    left: 0;
    top: 75%;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}

.home-three-promo-text h6 {
    font-size: 18px;
        line-height: 26px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px;
    color: #fff !important;
}

.home-three-promo-text h6 a{
	color:#fff;
    font-weight: 900;
}

.home-three-promo-text h6 a:hover{
	text-decoration: none;
}

.home-three-promo-text p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 20px;
    margin-bottom: -60px;
    color: #dad4d4;
}

.home-three-promo-item:hover .home-three-promo-text {
    top: 0%;
    padding-top: 15px;
}

/*----------------------------
    Clients Wrapper
----------------------------*/
.client-wrapperup {
    padding: 80px 0px 80px 0px;
    background: #ebf2f5;
}

.client-caption {
    margin: 50px auto;
    text-align: center;
}

.clint-review-text {
    background: #1f65bd;
    width: 63%;
    padding: 35px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.clint-review-text::before {
    content: '';
    position: absolute;
    right: -37px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 60px;
    background-image: url(../images/clip-shep.png);
}

.clint-review-text h6 {
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
}

.clint-review-text p {
    font-size: 15px;
    padding: 8px 0 20px;
    font-style: italic;
    color: #fff !important;
}

.clint-name {
    font-size: 14px;
    color: #fff !important;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded{
	display: flex !important;
}

.clint-review-img img {
    width: 65% !important;
}

.clint-review-slider .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

.clint-review-slider .owl-dots .owl-dot.active span,
.clint-review-slider .owl-dots .owl-dot:hover span {
    background: #1f65bd;
}

.clint-review-slider .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 8px 8px;
    background: #1f65bd;
}

.clint-review-slider .owl-dot.active {
    border: 2px solid #1f65bd;
    border-radius: 100%;
}

button.owl-dot {
    outline: none;
}

.client-wrapper .owl-dots {
    display: block;
    width: auto;
    position: absolute;
    top: 40%;
    right: -3%;
}

.client-wrapper .owl-dot.active {
    border: 2px solid #1f65bd;
    border-radius: 100%;
    display: inline-block;
    zoom: 1;
    width: 25px;
    /* float: left; */
}

.client-wrapper span {
    background: #1f65bd;
    width: 6px;
    height: 6px;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    margin: 8px 8px;
}

.meet-title h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    margin: 10px 0;
    padding-bottom: 15px;
}

.map-wrapper iframe{
    width: 100%;
}

/*----------------------------
    Footer Wrapper
----------------------------*/
.footer-wrapper {
    background: #010a35;
    padding: 50px 0px 30px 0px;
}

h5.widget-title {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    font-family: Hind, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    color: #ffffff;
    margin: 10px 0px 30px 0px !important;
}

.footer-box-list {
    padding: 30px 0px;
}

.footer-logo {
    padding: 0px 0px 30px 0px;
}

.footer-logo img {
    width: 60%;
    height: auto;
    padding: 5px 5px;
}

.footer-logo-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff;
    margin: 0px 0px 40px 0px !important;
}

.footer-box-list .key-titles {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    background: #f6f6f6 !important;
}

.footer-box-list .key-titles h4 {
    margin: 5px 0px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: #222931;
    text-transform: capitalize;
}

.footer-box-list .key-titles span a {
    color: #aaa !important;
    font-weight: 500 !important;
}

.widget-links .box-list li {
    list-style: none;
    padding: 0px 0px 5px 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff;
}

.widget-links .box-list li a {
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif !important;
}

.widget-links .box-list li a:hover {
    color: #1f65bd !important;
    text-decoration: none;
}

img.right-arrow {
    width: 8%;
}

.widget-links {
    clear: both;
    display: table;
}

.info-title {
    float: left;
    width: 85%;
}

.info-img {
    float: left;
    width: 10%;
}

.info-title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff;
    margin: -5px 0px 10px 0px !important;
}

.info-title p a,
.info-title p a:hover {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff !important;
    margin: -5px 0px 10px 0px !important;
    text-decoration: none;
}

/*----------------------------
    Footer Copyright Wrapper
----------------------------*/
li.footer-menus {
    float: left;
    margin-right: 40px;
    color: #fff !important;
}

.widget-links .box-list li.footer-menus a {
    color: #fff !important;
}

.widget-links .box-list li.footer-menus a:hover {
    color: #fff !important;
}

.footer-copy-wrapper {
    background: #001064;
    padding: 15px 0px 0px 0px;
}

.copy-right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff;
    text-align: center;
}

.copy-right p span a,
.copy-right p span a:hover {
    color: #e10404 !important;
}

.footer-icons span img {
    width: 10%;
    margin: 5px 15px 0px 0px;
}

#backtotop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    border: 2px solid #fff;
    border-radius: 50px;
    cursor: pointer;
}

#backtotop img {
    width: 40px;
}

/*----------------------------
    Contact Wrapper
----------------------------*/
.address-box {
    width: 100%;
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 26px;
}

.contact-page .template-form {
    border: 1px solid #f9f9f9;
    padding: 20px;
    box-shadow: 0px 0px 15px #eee;
}

.contact-heading {
    font-weight: 300;
    color: #555;
}

.template-space {
    min-height: 20px;
}

.contact-heading span {
    font-weight: 500;
    color: #555;
}

.template-form .form-control {
    display: block;
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 42px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    margin-bottom: 15px;
    height: 42px;
    -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;
}

.template-form textarea.form-control {
    padding: 5px 20px 20px 10px;
    height: 150px;
}

.contact-form .submit-button {
    margin-top: 15px;
    font-size: 14px;
    padding: 10px 25px;
    color: #ffffff;
    background: #000332;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    display: inline-block;
    cursor: pointer;
    border: none;
}

.contact-wrapper .info-title p {
    color: #000;
}

.contact-wrapper .info-title p a,
.contact-wrapper .info-title p a:hover {
    color: #000 !important;
}

.banner-wrapper img {
    width: 100%;
}

/*----------------------------------------------------------
	Login, forgot password, setup password page styles
-----------------------------------------------------------*/
.login-main {
    max-width: 360px;
    margin: 0 auto;
    border: 1px solid #f1f1f1;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 15px #eee;
}

.login-main label{
	margin-bottom: 5px;
}

.login-main .template-space{
    margin-bottom: 30px;
    text-align: center;
}

.login-main h4{
    padding-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

.login-signup {
    padding: 130px 0 90px 0;
}

.btn-primary {
    background-color: #001064;
    border-color: #001064;
}


/*---------------------------------------------
	Product type page styles
------------------------------------------------*/
.product-list-wrapper{
	padding: 40px 0;
}

.product-list-wrapper h2{
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 36px;
}

.product-list-wrapper img{
	width: 100%;
}

.product-list-wrapper .product-wrapper{
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}

.product-wrapper h6{
	margin:10px 0;
}

/*---------------------------------------------
	Product Full view page styles
------------------------------------------------*/
.product-view-wrapper{
    padding: 40px 0;
}

.product-view-wrapper h2{
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 36px;
}

.product-view-wrapper .product-content ul{
	padding: 10px 0 10px 25px;
}

.product-view-wrapper .product-content img{
    border: 1px solid #000;
    margin: 0 auto 20px auto;
    display: table;
}

.product-list-wrapper .product-type{
	margin-bottom: 10px;
    text-transform: uppercase;
    background-position: center center !important;
    height: 250px;
    margin: 10px;
    background-repeat: no-repeat !important;
    text-align: center;
    background-size: 100% !important;
    background-color: #a7a5a5 !important;
}

.product-type h6 {
    margin: 10px 0;
    vertical-align: middle;
    height: 250px;
    display: table-cell;
    text-align: center;
    width: 250px;
    color: #fff;
}

.product-sidebar {
    padding: 0 0 20px 0;
}

.product-sidebar h4{
    margin-bottom: 10px;
    font-size: 20px;
}

.product-sidebar ul{
    list-style: none;
}

.product-sidebar ul li{
    border-radius: 5px;
    padding: 10px;
    width: 300px;
    background: #ccc;
    margin: 4px 0;
}

.spec-table label{
    width:30%;
    padding:5px;
    float:left;
    font-weight:bold;
}

.spec-table span{
    width:70%;
    padding: 5px;
    float:left;
}

.spec-table div {
    border: 1px solid #000;
    display: table;
    width: 100%;border-bottom: none;
}

.spec-table {
    border-bottom: 1px solid #000;padding-top: 10px;
}

.spec-table h4{
    margin-bottom:5px;
}

/*---------------------------------------------
	Repsonsive Styles (For All devices)
------------------------------------------------*/

@media only screen and (max-width: 1200px){
	.product-sidebar {
	    padding: 25px 0 0;
	    width: 50%;
	    float: left;
	}

	.client-wrapper .owl-dots {
	    margin-top: 40px;
	    right: 0%;
	}
}

@media only screen and (max-width: 991px){
	.desktop-logo {
	    width: 20%;
	}

	.info-bar-inner .right-content {
	    width: 75%;
	    text-align: center;
	    line-height: 32px;
	}

	.about-vertical {
	    height: auto;
	    text-align: center;
	}

	.about-wrapper .about-title hr {
	    margin: 0 auto;
	}

	.manufacture-wrapper {
	    display: block;
	    text-align: center;
	}

	.manufacture-wrapper .secure-item {
	    padding: 5px 0;
	}

	.product-list-wrapper .product-type{
		width: 250px;
	}

	.footer-logo-text p {
	    margin: 0px 0px 0px 0px !important;
	}
}

@media only screen and (max-width: 767px){
    nav.navbar.navbar-default.navbar-static-top {
        position: relative;
        background: #282828 !important;
    }

	.navbar{
		position: relative;
	}

	ul.dropdown-menu.level-2 li a:hover {
	    color: #fff !important;
	    background: none !important;
	}

    button.navbar-toggler {
        display: block !important;
    	margin-top: 7px;
    	float: right;
    }

    .navbar-toggler .icon-bar {
	    background-color: #000332;
	}

	.caption-title h4 {
	    font-size: 28px;
    	text-shadow: none;
    	margin: 0 auto;
	}

	.banner-caption{
		bottom: 0;background: #000332;
	}

	.flex-control-paging{
		display: none;
	}

	.client-wrapper .owl-dots{
		right: 10px;
	}

	.navbar-toggler .icon-bar {
	    display: block;
	    width: 25px;
		margin:5px;
	    height: 3px;
	    border-radius: 1px;
	}

    ul.dropdown-menu.level-2 {
	    left: 20px !important;
	    top: 0px !important;
	}

    .dropdown-menu {
        opacity: 1  !important;
        height: auto  !important;
        overflow: visible  !important;
        float: none !important;
        background: none !important;
        box-shadow: none !important;
        border: none !important;
        position: relative !important;
        display: block !important;
    }

    .navbar-collapse li.dropdown ul.dropdown-menu li {
        margin: 0px 0 !important;
        background: none !important;
        color:#fff !important;
    }

    .navbar-collapse li.dropdown ul.dropdown-menu li a {
        width: 100%;
        color: #fff !important;
        outline: 0 !important;
        padding: 5px 20px 5px 20px !important;
        -webkit-box-shadow:none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .navbar-collapse.in {
		overflow-y: scroll;
		max-height: 300px;
		width: 100%;
    	margin-left: 0;
    }
    
    .navbar-nav {
        float: left!important;
        margin: 0px 0px 0px 0px !important;
    }

    .product-sidebar {
	    float: none;
	    margin: 0 auto;
	}

	.footer-box-list{
		text-align: center; 
		display: table;
    	width: 100%;
	}

	.footer-logo img{
		width: auto;
	}

	.widget-links{
		margin: 0 auto;
	}

	.footer-box-list .info-img{
		display: none;
	}

	.footer-box-list .info-title{
		width: 100%;
	}

	.footer-icons{
		text-align: center;
		width: 50%;
		margin: 0 auto;
	}

	.contact-wrapper .about-title hr{
		margin: 0 auto;
	}

	.contact-form, .contact-wrapper .about-title h4, .contact-wrapper .about-title p {
	    text-align: center;
	}

}

@media only screen and (max-width: 661px){
	.about-title h1 {
	    margin: 5px 0px !important;
	    font-size: 28px !important;
	    line-height: 36px !important;
	}
.about-wrapper{
	padding: 25px 0;
}
	.secure-caption h1{
	    font-size: 28px !important;
	    line-height: 36px !important;
	}

	.secure-caption h4 {
	    font-size: 14px;
	    line-height: 22px;
	}

	.products-title h3{
		font-size: 28px;
		line-height: 36px;
	}

	.about-title h4 {
	    font-size: 16px !important;
	    line-height: 24px !important;
	}

	.about-title p {
	    margin: 5px 0px 10px 0px !important;
	    font-size: 12px !important;
	    line-height: 20px !important;
	}

	.about-title h5{
		font-size: 13px;
	}

	.meet-title h2 {
	    font-size: 36px;
	    line-height: 42px;
	}

	.info-title p, .info-title p a, .footer-logo-text p, .widget-links .box-list li a, .copy-right p {
	    font-size: 12px;
	    line-height: 20px;
	}

	h5.widget-title {
	    font-size: 18px;
	    line-height: 24px;
	}

	.product-list-wrapper h2 {
	    font-size: 24px;
	    margin-bottom: 28px;
	    text-align: center;
	    line-height: 30px;
	}

	.product-content {
	    font-size: 12px;
	    line-height: 18px;
	}

	.product-sidebar {
	    text-align: center;
	    width: 98%;
	}

	.product-sidebar ul li {
	    margin: 4px auto;
	}

	.product-view-wrapper .product-content img {
	    width: 75%;
	}

	.product-view-wrapper h2 {
	    font-size: 24px;
	    margin-bottom: 20px;
	    line-height: 30px;
	    text-align: center;
	}
}
@media only screen and (max-width: 580px){
	.footer-icons {
	    width: auto;
	}

	.desktop-logo {
	    width: 100%;
	    text-align: center;
	}

	.info-bar-inner .right-content{
		line-height: 26px;
	}

	.info-bar-inner .right-content {
	    width: 100%;
	    margin: 10px 0;
    }

	.caption-title h4 {
	    font-size: 15px;
	    line-height: 22px;
	    padding: 5px 0;
	}

	.product-list-wrapper .product-type {
	    margin: 7px auto;
	    float: none;
	}
}