body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    margin: 0px;
    padding: 0px;
    background: #f2f2f2;
}

a, a:hover {
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
}

#mainwrapper {
    width: 100%;
    height: 100%;
}

.container {
    background: white none repeat scroll 0 0;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    width: 980px;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
}

.header-part {
    text-align: center;
    margin: 0 -30px;
}

.headerimg {
    width: 100%;
    height: 145px;
    background: url(https://cdn.pesi23.com/images/classroom-blue-header.png) repeat-x;
    padding-top: 31px;
}

.headercv {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0 -30px;
}

    .headercv:after {
        position: absolute;
        left: -3px;
        top: -14px;
        content: "";
        background: url(https://cdn.pesi23.com/images/classroom-blue-left-cv.png) no-repeat bottom;
        width: 20px;
        height: 20px;
    }

    .headercv:before {
        position: absolute;
        right: -63px;
        top: -14px;
        content: "";
        background: url(https://cdn.pesi23.com/images/classroom-blue-right-cv.png) no-repeat bottom;
        width: 20px;
        height: 20px;
    }

.headertitle {
    color: #a5b9c9;
    font-size: 22px;
    font-style: italic;
    line-height: 35px;
}

    .headertitle span {
        width: 100%;
        display: inline-block;
        font-size: 40px;
        font-style: normal;
        color: #d3dbe7;
    }

.middle-part {
    min-height: 500px;
}

.footer-part {
    color: #898989;
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
}

    .footer-part a {
        color: #2479bb;
    }

    .footer-part p {
        line-height: 28px;
    }

.center {
    text-align: center;
}

.headtxtclr {
    color: #B03B1C;
    font-size: 18px !important;
    text-align: left;
    line-height: normal;
    font-family: Verdana, Geneva, sans-serif;
}

.headpara {
    font-size: 14px;
    margin-top: 20px;
    font-family: Verdana, Geneva, sans-serif;
    color: #333333;
}

.paramargin {
    margin-top: 40px;
}

.paraimg {
    margin-top: 0px;
    padding-top: 0px;
}

.middleclr {
    border-radius: 16px;
    background-color: #FEF4D5;
    padding: 25px;
    margin: 0 0 10px;
}

.midhead {
    font-size: 16px;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    color: #10486b;
}

.midpara {
    font-size: 14px;
    margin-top: 20px;
    font-family: Verdana, Geneva, sans-serif;
    color: #333333;
}

.ulstyle {
    font-size: 14px;
    margin-top: 20px;
    font-family: Verdana, Geneva, sans-serif;
    color: #333333;
    list-style-type: none;
}

    .ulstyle li {
        background: url("https://cdn.pesi23.com/images/classroom-basic-blue-bull1.png") no-repeat 0px 3px;
        padding-left: 25px;
        padding-bottom: 25px;
    }

.quote {
    background-color: #EFF9FF;
    line-height: 30px;
    border-radius: 16px;
}

    .quote img {
        height: 27px;
        width: 37px;
    }

.ulstyle1 {
    font-size: 14px;
    margin-top: 20px;
    font-family: Verdana, Geneva, sans-serif;
    color: #333333;
    list-style-type: none;
}

    .ulstyle1 li {
        background: url("https://cdn.pesi23.com/images/classroom-basic-blue-bull17.png") no-repeat 0px 3px;
        padding-left: 25px;
        padding-bottom: 25px;
    }

.mrgtop {
    margin-top: 20px;
    margin-bottom: 20px;
}

.clrorg {
    color: #C26850;
}

.margin {
    margin-top: 50px;
}

.padding {
    padding: 20px;
    height: 250px;
    text-align: center;
}

.padding1 {
    padding: 25px;
    padding-right: 20px;
    
    text-align: center;
}

.padding3 {
    padding: 20px;
    padding-right: 15px;
    
    text-align: center;
}

.bottomimg {
    width: 600px;
    height: 350px;
    border: dashed;
    background-color: #F0FAFF;
    border-color: #CAECFE;
    margin: auto;
    margin-bottom: 60px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.centerimg {
    text-align: center;
    font-weight: bolder;
}

.redclr {
    color: #A60000;
    font-weight: bolder;
}

.centerimg {
    width: 600px;
    height: 300px;
    border: dashed;
    background-color: #F0FAFF;
    border-color: #CAECFE;
    margin: auto;
    margin-bottom: 60px;
}

.clrorg1 {
    color: #B03B1C;
    font-weight: bolder;
}

.blclr {
    color: #10486B;
}

@media only screen and (max-width: 980px) {
.container{ width:750px;}
.headertitle{ font-size:17px;}
    .width {
    width:100%;
    }
}

@media only screen and (max-width: 768px) {
.container{ width:100%;}
.headertitle{ font-size:17px; text-align:center; margin-bottom:20px;}
.headerimg {height: auto; padding-bottom:20px; background-color:#001327;}
}

@media only screen and (max-width: 360px) {
	.footer-part{font-size:11px;}
	.headertitle span {font-size: 28px;}
}

/* CSS Document */
@media only screen and (max-width: 1020px) {
.container {
	width: 900px;
}


}
 @media only screen and (max-width: 991px) {
.container {
	width: 750px;
}
.headerimg {
    background-color: #001327;
    height: auto;
    min-height: 135px;
    padding-bottom: 20px;
}
}
 @media only screen and (max-width: 767px) {
.container {
	width: 100%;
}
.headertitle span{font-size:25px;}
.padding{height:0;
padding:0;}
.ulstyle1{padding:0;}
.headercv::before , .headercv::after{display:none;}
.header-part{margin:0 -15px;}
}
@media only screen and (max-width: 1050px) {
    .headercv {
        display: none !important;
    }

    .header-part {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}