* {
    margin: 0;
    padding: 0;
}

/*
.menu a,
a#toggle {
    color: #fff
}
*/

header a:hover{
    color: #e21235;
}

.image-fullw{
  width: 100%;
}

.mobile-logo,
.overlay3,
.social-media-mobile,
.nav-contact-mobile {
    display: none;
    text-align: center;
}
a#toggle {
    display: none;
    text-align: center
}

a,
html {
    text-decoration: none;
    color: inherit;
    border: none
}

a:hover {
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
    color: #fff;
}

.red-icon{
  color:#e21235;
  padding: 10px;
}

.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}


.fa-bars,
.fa-times {
    color: #fff;
}

.navbar {
    padding: 0;
    margin: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
    margin-right: 25px;
}


.blue-wrapper {
    width: 100%;
}

.menu-wrapper {
    width: 70%;
    margin: 0 auto;
}

.logo-wrapper {
    width: 70%;
    margin: 0 auto;
    height: 0px;
}

.nav-contact {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 16px;
    background-color: #1b4b9d;
    color: #fff;
    padding: 15px;
}

.fa {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}

.phone,
.fax {
    margin-right: 50px;
}


.side-nav{
  list-style-type: none;
  line-height: 3;
  font-size: 16px;
  color: #808080;
  padding-left: 15px;
}

.side-nav a:hover,
.side-nav a.active{
  border-left: 5px solid #1b4b9d;
  color: #1b4b9d;
  padding-left: 15px;
}


.light-border{
  border: 1px solid #757575;
}


.nav-contact img {
    margin-right: 10px;
}

.navbar-brand {
    position: relative;
}

.navbar-brand img {
    background-color: #1b4b9d;
    position: absolute;
    top: 0px;
    padding: 15px 20px;
}

.navbar-toggler {
    /*    float: right;*/
    background-color: #e72c2b;
    opacity: 0.8;
    transition: all ease-out .3s;
}

.main-nav {
    float: right;
    padding: 14px 0px;
	transition: all ease-out .3s;
}

.navbar-nav {
  margin-top: 10px;
  margin-bottom: 10px;

}

.navbar-nav a {
    font-size: 18px;
    color: #1b4b9d;
    font-weight: 600;
    margin-left: 90px;
    padding: 0;
    padding-bottom: 5px;
}

.navbar ul li > a:hover,
.navbar ul li > a.active {
    border-bottom: 2px solid #1b4b9d;
}


.wrapper-block {
    width: 100%;
    margin: 0 auto;
    position: relative;
}



.wrapper-block i {
    position: absolute;
    top: 35%;
    right: 0;
    font-size: 18px;
    padding-right: 55px;
}


.overflow-block {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999999;
    transition: all 0.3s ease;
    transform: translate3d(0, 1000%, 0);
}

.close {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 10px;
    text-decoration: none;
}

.overflow-block_wrapper {
    flex: 1;
}

.overflow-block.show {
    transform: translate3d(0, 0, 0);
}

/*
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px;
    margin-left: 1em;
    margin-right: 1em;
}
*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.btn{
    border-radius: 0;
}

.banner-btn{
    padding: 10px 15px;
    color: #fff;
}

.service-btn{
    background-color: #1b4b9d;
    color: #fff;
    margin-right: 20px;
}

.product-btn{
    background-color: rgb(204, 32, 44);
    color: #fff;
}

.service-btn:hover{
    background-color: #fff;
    color: #1b4b9d
}

.product-btn:hover{
    background-color: #fff;
    color: rgb(204, 32, 44);
}

.home-title{
    font-size: 80px;
    letter-spacing: 1px;
    margin-top: 3.5em;
    color: #fff;
    text-shadow: 2px 2px 10px #000;
    text-transform: capitalize;

}

.spacing-banner{
  margin-bottom: 4em;
}

.banner-title{
    text-align: center;
    font-size: 48px;
    margin-top: 150px;
    margin-bottom: 150px;
    color: #fff;
    text-shadow: 2px 2px 5px #000;

}

.quality-banner{
    margin-top: 20px;
    color: #fff;
}

.certification-btn{
    margin-top: 25px;
    border-radius: 0;
    text-align: center;
}

.section-title{
    color: #1b4b9d;
    font-size: 40px;
    margin-bottom: 20px;
}


.white{
    color: #fff;
}


.bg-white{
    color: #000;
    background-color: #fff;
}

.bg-blue{
    color: #fff;
    background-color: #1b4b9d;
}

.service{
    font-size: 20px;
    padding: 20px;
}


/*contact us*/
.child-icon{
    vertical-align: top;
    padding-left: 5px;
}

.contact-table p{
    padding-top: 10px;
}


@media only screen and (max-width: 1500px) {
    .menu-wrapper {
        width: 95%;
    }

    .phone,
    .fax {
        margin-right: 100px;
    }

    .nav-item a {
        margin: 50px;
    }

    .nav-item:nth-child(1) {
        display: none;
    }

    .nav-item:nth-child(3) {
        margin-right: 120px;
    }

    .nav-item:nth-child(4) {
        margin-left: 120px;
    }

    .navbar-brand {
        /* width: 100%;*/
        text-align: center;
        margin-top: 65px;
        margin-left: 38%;
    }

    .navbar-brand img {
        position: relative;
        padding: 8px 30px;
    }

    .nav-contact {
        float: none;
        display: block;
        text-align: center;
        padding: 30px;
    }

    .main-nav {
        width: 100%;
    }

    .navbar-nav {
        margin: 20px auto;
    }

}

@media only screen and (max-width: 1199px) {

    .mobile-logo {
        display: block;
        margin: 0 auto;
        width: 50%;
    }

    .nav-contact {
        display: none;
    }

    .navbar-brand {
        margin-top: 0px;
        padding: 0px;
    }

    .fa {
        margin-right: 0px;
    }

    .navbar-toggler {
        background-color: #1b4b9d;
        position: fixed;
        top: 28px;
        right: 20px;
    }

	html.open-menu {
        overflow-y: hidden;
    }
    html.open-menu a#toggle,
    html.open-menu main#content {
        transform: translateX(-250px);
    }
	html.open-menu nav.menu {
        z-index: 1040;
    }
	html.open-menu .main-nav{
		overflow-y: auto;
		transform: translateX(0px);
		opacity: 1;
	}
	.main-nav {
		transform: translateX(250px);
		opacity: 0;
	}
    .main-nav {
        position: fixed;
        background-color: #fff;
        width: 250px;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 3;
    }

    .nav-item:nth-child(1) {
        display: block;
    }

    .nav-item:nth-child(3) {
        margin: 0px;
    }

    .nav-item:nth-child(4) {
        margin: 0px;
    }

    .nav-item a {
        margin: 20px 0;
        padding: 10px 20px;
    }

    .navbar-nav a {
        display: block;
    }

    .navbar-expand-lg .navbar-nav .nav-link,
    .fa-search {
        margin: 0;
        padding: 12px 20px 12px 20px;
    }

    .navbar ul li > a:hover,
    .navbar ul li > a.active {
        background-color: #E72C2B;
        color: #fff;
        border-bottom: 0;
    }
}

@media only screen and (max-width: 1199px){
    .home-title{
        font-size: 50px;
        margin-top: 200px;

    }

    .our-product-section img{
   height: 320px;
    }

    .our-service-section img{
   width: 450px;
    }
}

@media only screen and (max-width: 991px){
    .our-service-section img{
   width: 690px;
    }

    .side-nav{
  text-align: center;
}
}

@media only screen and (max-width: 767px){
    .desktop-logo{
        z-index: 1030;
        position: fixed;
    }
}

a#toTop>i {
    color: #fff;
    text-align: center
}

#toTop,
#toTopHover {
    width: 40px;
    height: 40px;
    overflow: hidden
}

#toTop {
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: none;
    text-indent: 100%;
    background: #295db7;
    border-radius: 2px
}

#toTopHover {
    background: #f1191e;
    display: block;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0)
}

a#toTop>i {
  font-size: 28px;
  position: absolute;
  top: 43%;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -7px;
  margin-left: -10px;
  text-indent: 0;
}

#toTop:active,
#toTop:focus {
    outline: 0
}

@media only screen and (min-width:1224px) {
    #toTop {
        right: 2%
    }
}

@media only screen and (min-width:1366px) {
    #toTop {
        right: 4%
    }
}

@media only screen and (min-width:1440px) {
    #toTop {
        right: 6%
    }
}

@media only screen and (min-width:1824px) {
    #toTop {
        right: 17%
    }
}

@media only screen and (min-width:2000px) {
    #toTop {
        right: 23%
    }
}
