@font-face {
    font-family: 'Segoe-Bold';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-BoldItalic';
    src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('../fonts/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Black';
    src: url('../fonts/SegoeUIBlack.woff2') format('woff2'),
        url('../fonts/SegoeUIBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Black-Italic';
    src: url('../fonts/SegoeUIBlack-Italic.woff2') format('woff2'),
        url('../fonts/SegoeUIBlack-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Regular';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-LightItalic';
    src: url('../fonts/SegoeUI-LightItalic.woff2') format('woff2'),
        url('../fonts/SegoeUI-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Italic';
    src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('../fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Light';
    src: url('../fonts/SegoeUI-Light.woff2') format('woff2'),
        url('../fonts/SegoeUI-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-SemiboldItalic';
    src: url('../fonts/SegoeUI-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/SegoeUI-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Semibold';
    src: url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-SemilightItalic';
    src: url('../fonts/SegoeUI-SemilightItalic.woff2') format('woff2'),
        url('../fonts/SegoeUI-SemilightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Semilight';
    src: url('../fonts/SegoeUI-Semilight.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semilight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



*{
	margin:0;
	padding: 0;
}



h1,h2,h3,h4,h5,h6,p{margin: 0;}

body{
    font-family: 'Segoe-Regular';
}
.headersection {
    background: url(../images/heroimages.jpg);
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.headertop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.headerlogo-left img {
    max-width: 110px;
}
.headerlogo-right img {
    max-width: 80px;
    margin-left: 20px;
}

.headerdetails {
    color: #fff;
    position: absolute;
    top: 300px;
    left: 0;
}
.headerdetails h2 {
    font-size: 60px;
    margin-bottom: 10px;
    font-family: 'Segoe-Bold';
}
.headerdetails h4 {
    width: 80%;
    font-size: 26px;
}

.productsection{
    padding: 60px 0;
}

.productdetails p {
    font-size: 26px;
    text-align: justify;
    line-height: 42px;
}

.productdetails h4 {
    font-size: 26px;
    color: #116AA9;
}

.productdetails h4 {
    font-size: 36px;
    color: #116AA9;
    font-family: 'Segoe-Bold';
    margin: 20px 0;
}
.productdetails ul {
    margin: 0;
    padding-left: 25px;
}
.productdetails ul li {
    font-size: 26px;
    line-height: 42px;
}

/*footersection*/
section.productmain {
    background: url(../images/a-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.footersection {
    background: #f7f7f7;
    padding: 40px 0;
}
.logo-details {
    display: flex;
    align-items: center;
}
.logofooter {
    margin-right: 30px;
}
.logofooter img {
    max-width: 130px;
}
.company-addr ul {
    list-style-type: none;
    margin-bottom: 0;
}
.company-addr ul li {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.company-addr ul li:last-child {
    margin-bottom: 0;
}
/*.company-addr ul li:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 7px;
    width: 2px;
    height: 20px;
    background: #727376;
}

.company-addr ul li:last-child:after{display: none;background: red;}*/

.companydetails h5 {
    font-size: 24px;
    color: #116AA9;
    font-family: 'Segoe-Bold';
}
.companydetails p {
    font-size: 16px;
    color: #727376;
    margin-bottom: 15px;
}
.companydetails p img {
    max-width: 30px;
    margin-right: 10px;
}
.company-addr ul li a {
    display: inline-block;
    font-size: 16px;
    color: #727376;
}
.company-addr ul li a:hover{
    text-decoration: none;
}
.company-addr ul li a img {
    max-width: 30px;
    margin-right: 10px;
}
.company-addr {
    
}
.footer-right img {
    max-width: 170px;
}
footer.brandsection {
    background: #f7f7f7;
}
.footer-right {
    display: flex;
    justify-content: space-between;
}
.branddetails {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.branddetails img {
    margin: 0 20px;
}
.footer-copyright {
    padding: 10px 0;
    background: #116aa9;
}
.copyright-left {
    color: #fff;
}
.copyright-right {
    color: #fff;
}
.copyright-right a {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
/*endfootersection*/