@media only screen and (min-width: 1350px) {
    /*Tablets [601px -> 1200px]*/
    .container {
        max-width: 1300px;
    }
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html,
body {
    font-family: 'Roboto', sans-serif;
}

.productBox,
img,
a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-collapse {
    justify-content: flex-end;
    align-items: center;
}

.navbar li a {
    color: #585858 !important;
    font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar li:not(.dropdown) a {
    padding: 7px 22px !important;
    display: block;
}

.topMinibar {
    background-color: #035f97;
}

.topMinibar ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.topMinibar ul li {
    list-style: none;
    padding: 10px 0;
}

.topMinibar ul li a {
    color: #fff;
    border-right: solid 1px #fff;
    padding: 0px 10px;
    line-height: 15px;
}

.topMenu {
    font-size: 12px;
    margin-top: -25px;
    position: relative;
    z-index: 1000;
}

.topMinibar ul li:last-child a {
    border: none;
}

.topsocial {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    font-size: 12px;
    align-items: center;
}

.topMinibar .row,
.headerOuter .row {
    align-items: center;
}

.socialIcon a {
    color: #fff;
    padding: 0 4px;
    font-size: 14px;
}

.topAddress {
    padding: 0 15px 0 0;
}

.headerOuter {
    background-color: #f3f5f7;
    padding: 15px 0 45px 0;
}

.headerRght {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.headerRght a {
    color: #344049;
    margin-left: 15px;
}

a.getafree {
    background-color: #ff4815;
    color: #fff;
    padding: 7px 20px;
}

.navbar {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 5px 0px #DEDEDE;
    box-shadow: 0 0 5px 0px #DEDEDE;
}

.HomepageSlider {
    margin-top: -28px;
}

.sliderText {
    position: absolute;
    z-index: 15000;
    color: #fff;
    top: 40%;
    left: 0%;
    right: 0;
    text-align: center;
}

.bigText {
    font-size: 90px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 100px;
}

.smallText {
    font-size: 18px;
    font-weight: normal;
}

.sliderBtn {
    display: flex;
    padding: 25px 0;
    justify-content: center;
}

.sliderBtn a {
    background-color: #ff4815;
    color: #fff;
    display: block;
    padding: 10px 20px;
    margin-right: 10px;
}

.sliderBtn a:hover {
    background-color: #004781;
    text-decoration: none;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 20000;
}

.welcomeText {
    padding: 70px 0;
}

h1.title span {
    font-size: 20px;
    color: #000000;
    display: block;
}

h1.title {
    font-size: 30px;
    color: #004781;
}

p,
.innerContent ul li {
    color: #5b5b5b;
    line-height: 35px;
    font-weight: normal;
}

.highlited {
    color: #ff4815;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.welcomeText .row {
    align-items: center;
}

.normaBtn {
    display: flex;
    padding: 15px 0 0 0;
}

.normaBtn a {
    background-color: #004781;
    padding: 10px 15px;
    color: #fff;
    display: block;
    margin: 0 10px 0 0;
}

.productOuter {
    background-color: #004781;
    color: #fff;
    padding: 70px 0;
}

.productBox {
    padding-bottom: 30px;
    overflow: hidden;
}

.productBox img {
    width: 100%;
}

.productBox:hover {
    margin-top: -5px;
    ;
}

.Pimg {
    display: block;
    overflow: hidden;
}


/* .productBox a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
} */

.productBox a span {
    background-color: #fff;
    padding: 20px;
    color: #004781;
    display: block;
}

.pTitle {
    font-size: 30px;
    text-align: center;
    padding: 0 0 50px 0;
}

.formOuter {
    background-color: #f3f5f7;
}

.formOuter img {
    width: 100%;
}

.formOuter input,
.formOuter select,
.formOuter textarea {
    width: 100%;
    background-color: #fff;
    border: solid 1px #e9e9e9;
    padding: 15px;
    color: #656565;
    margin-bottom: 10px;
    font-size: 14px;
}

.formInner {
    padding: 50px 50px 20px 50px;
}

input.Formbtn {
    background-color: #004781;
    color: #fff;
    border: none;
    padding: 8px 20px;
}

textarea {
    height: 100px;
}

.formTitle {
    font-size: 30px;
}

.footerOuter {
    padding: 70px 0;
    color: #5d5d5d;
}

.footerOuter ul li {
    list-style: none;
    background: url(../images/li_arrow.jpg) no-repeat left center;
    padding: 3px 0 3px 20px;
}

.footerOuter ul {
    padding: 0;
    margin: 0;
}

.footerOuter ul li a {
    color: #5d5d5d;
}

.footerTitle {
    color: #004781;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
}

.footerSocial a {
    color: #004781;
    font-size: 18px;
    padding: 0 10px 0 0;
}

.footerAddress {
    font-weight: normal;
}

.dropdown-menu {
    top: 114%;
}

.dropdown-menu a {
    border-bottom: solid 1px #c7c7c7;
    font-size: 14px;
    font-weight: 400;
}

.dropdown-menu a:last-child {
    border: none;
}

.innerPageOuter {
    background-color: #143855;
    padding: 80px 0;
    margin-top: -25px;
}

h1.innerTitle {
    color: #fff;
    font-size: 30px;
}

.breadcrumbpage {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.breadcrumbpage a {
    color: #fff;
}

.innerBox,
.contactBox {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 5px 0px #DEDEDE;
    box-shadow: 0 0 5px 0px #DEDEDE;
    margin-bottom: 30px
}

.contactBox {
    padding: 30px;
}

.contactBox a {
    color: #585858;
}

.productSubtitle {
    padding: 20px 20px;
    font-size: 19px;
    color: #ff4815;
    margin: 0;
}

.innerContent {
    padding: 50px 0;
}

.innerBox img {
    width: 100%;
}

.description {
    padding: 20px;
}

.specification {
    font-weight: bold;
    color: #004781;
    padding-bottom: 20px;
}

.innerBox b {
    color: #004781;
}

.contactTitle {
    padding-top: 20px;
}

.forbtn {
    display: flex;
}

.forbtn input {
    /* width: inherit !important; */
    margin-right: 20px;
}

.navbar-brand {
    display: none;
}

@media only screen and (max-width: 999px) {
    .topmenu {
        font-size: 12px;
    }
    .topmenu ul,
    .topsocial {
        justify-content: center;
    }
    .topsocial {
        padding-bottom: 15px;
    }
    .topAddress {
        display: none;
    }
    .headerRght {
        display: block;
    }
    .getafree {
        display: inline-block;
        margin-top: 15px;
    }
    .logo {
        text-align: center;
        padding-bottom: 20px;
    }
    .navbar-brand {
        display: block;
    }
    .navbar li a {
        color: #035f97 !important;
        padding: 7px !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link,
    .navbar li:not(.dropdown) a {
        padding: 7px 0px !important;
    }
    .dropdown-menu {
        padding: 0;
    }
    .navbar .dropdown-menu a {
        color: #344049 !important;
        font-weight: 200 !important;
    }
    .bigText {
        font-size: 20px;
        line-height: normal;
    }
    .carousel-inner img {
        height: 300px;
    }
    .sliderText {
        top: 30%
    }
    .sliderBtn a {
        font-size: 14px;
    }
    .smallText {
        font-size: 15px;
        padding: 0 30px;
    }
    .welcomeText {
        padding: 20px;
    }
    .welcomeText img {
        width: 100%;
    }
    .highlited {
        font-size: 16px;
    }
    .productOuter,
    .footerOuter {
        padding: 30px 0;
    }
    .formInner {
        padding: 20px;
    }
    .innerPageOuter {
        padding: 40px 0 30px 0;
    }
    .innerContent {
        padding: 15px;
    }
    .contactBox {
        padding: 0;
        margin: 0;
        background: none;
        box-shadow: none;
    }
    h1.innerTitle {
        font-size: 20px
    }
    p,
    .innerContent ul li {
        text-align: justify;
    }
    .formOuter .row {
        margin: 0;
    }
}

.welcomeText img {
    width: 90%;
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link,
    .navbar li:not(.dropdown) a {
        padding: 7px 12px !important;
        display: block;
    }
    .welcomeText img {
        width: 100%;
    }
}