﻿body {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    float: left;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/redox-02.png");
}

a {
    text-decoration: none;
}

/*************ul sec*/
.iconul-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .iconul-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 5px 5px 20px;
        list-style-type: none;
        display: block;
        width: 100%;
        float: left;
        font-size: 15px;
        line-height: 25px;
        font-weight: 400;
        color: #333;
        position: relative;
        text-align: justify;
    }

        .iconul-ul li:before {
            font-family: FontAwesome;
            content: "\f14a";
            font-size: 12px;
            line-height: 27px;
            color: #00540f;
            font-weight: 400;
            left: 0px;
            top: 0px;
            position: absolute;
        }

/*******media*/
/*@media only screen and (max-width:900px) {
}*/

.pageheader {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    text-align: center;
    border-bottom: double #f0f0f0;
}

.pagehmm {
    height: auto;
    margin: 0px auto;
    text-align: center;
}

/****page***/
.pagedatmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.mainpcontentpp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.mainpcontentheh1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
}

    .mainpcontentheh1:before {
        content: "";
        position: absolute;
        height: 4px;
        width: 30px;
        background-color: #de0000;
        float: left;
        bottom: -3px;
    }

    .mainpcontentheh1:after {
        content: "";
        position: absolute;
        height: 4px;
        width: 16px;
        background-color: #000;
        float: left;
        bottom: -3px;
        left: 0px;
    }

.mainpcontenthep {
    height: auto;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    color: #333;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    text-align: justify;
}

.margtoppp {
    margin: 10px 0px 0px 0px;
}

.pageheph1 {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    color: #de0000;
    font-weight: 500;
    letter-spacing: 0.5px;
    /*border-bottom: double #eaeaea;*/
}

/*****ol*/
.pageolmain {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    float: left;
}

    .pageolmain ol {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
    }

    .pageolmain li {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        font-size: 15px;
        line-height: 28px;
        font-weight: 400;
        color: #333;
        text-align: justify;
    }

/******contact us*/
.contact-secbox {
   min-height: 110px;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 15px 20px;
    float: left;
    background-color: #ffffff;
    box-shadow: 0 8px 4px -3px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.cont-secbox22 {
    height: 50px;
    width: 50px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 24px !important;
    line-height: 48px;
    text-align: center;
    border: 1px dashed #ffffff;
    color: #f93d3b;
    background-color: #f7f7f7;
    position: absolute;
    left: 25px;
    border-radius: 50%;
}

.contact-secbox2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 60px;
    float: left;
}


.contact-secbox2-h2 {
  height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    text-align: left;
    color: #282a2e;
}

.contact-secbox2-a {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    color: #6f6c6c;
    text-decoration: none;
}

    .contact-secbox2-a:hover {
        color: #6f6c6c;
    }
