﻿@charset "utf-8";
/* CSS Document */
/*Font Styles Starts*/
@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.eot') format('embedded-opentype'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot') format('embedded-opentype'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Font Styles Ends*/

/*Header Styles Starts*/
#home {
    background: url(../images/bg.jpg) no-repeat center top / 100%;
    width: 100%;
    /*height: 825px;*/
    position: relative;
}

.header-top {
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 0;
}

.logo span {
    font: 30px/40px 'CenturyGothic';
    color: #fff;
    text-transform: uppercase;
}

.logo img {
    float: left;
    margin-right: 20px;
}

.secretary-name {
    color: rgb(255, 255, 255);
    font-family: arial;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 25px;
    margin-top: 25px;
    text-align: right;
}

    .secretary-name small {
        font-size: 13px;
    }

.jumbo {
    /*position: absolute;
	right: 0;
	left: 0;
	top: 150px;*/
    margin-top: 25px;
}

    .jumbo h2 {
        color: #fff;
        text-shadow: 0px 3px 5px #000;
        font: 36px 'OpenSans';
        text-align: center;
        margin-bottom: 45px;
    }

    .jumbo .row div:first-child {
        margin-left: 0px;
    }

.jumbo-btns {
    border: 3px solid rgba(195, 51, 55, 0.7);
    /*background: rgba(66, 1, 25, 0.7);*/
    background: #420018 url("../images/btnbg.jpg") repeat-x scroll center center;
    color: #fff;
    font: 24px/32px 'OpenSans';
    text-transform: uppercase;
    padding: 5px 0;
    width: 100%;
}

    .jumbo-btns:hover {
        border: 3px solid rgba(124, 124, 124, 0.7);
        /*background: rgba(66, 1, 25, 0.7);*/
        background: #474748;
        color: #fff;
        font: 24px/32px 'OpenSans';
        text-transform: uppercase;
        padding: 5px 0;
        width: 100%;
    }

.fontsize20px {
    font: 20px/32px 'OpenSans';
}

.jumbo-btns2 {
    border: 3px solid rgba(254, 223, 156, 0.6);
    background: rgba(254, 184, 37, 0.7);
    /* color: #fff;*/
    color: #920036;
    font: 24px/32px 'OpenSans';
    text-transform: uppercase;
    padding: 5px 0;
    width: 100%;
}

    .jumbo-btns2:hover {
        border: 3px solid rgba(124, 124, 124, 0.7);
        /*background: rgba(66, 1, 25, 0.7);*/
        background: #474748;
        color: #fff;
        font: 24px/32px 'OpenSans';
        text-transform: uppercase;
        padding: 5px 0;
        width: 100%;
    }

.home-btns {
    /*background: url(../images/pattern.jpg) repeat left top;*/
    height: 55px;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    height: 158px;
    padding: 25px 0;
}

    .home-btns a {
        /*border: 1px solid #fff;*/
        border: 2px solid rgba(195, 51, 55, 0.7);
        color: #fff;
        display: block;
        font: 13px/55px "OpenSans-Semibold";
        /*letter-spacing: 1px;*/
        padding: 0 10px;
        margin-bottom: 10px;
        width: 100%;
        /*background:rgba(0,0,0,0.1)*/
        background: #420018 url("../images/btnbg.jpg") repeat-x scroll center center;
    }

        .home-btns a:hover {
            /*border: 1px solid #fff;*/
            border: 2px solid rgba(124, 124, 124, 0.7);
            color: #fff;
            display: block;
            font: 13px/55px "OpenSans-Semibold";
            /*letter-spacing: 1px;*/
            padding: 0 10px;
            margin-bottom: 10px;
            width: 100%;
            background: #474748;
        }


    .home-btns .row > div {
        padding: 0 10px;
    }

    .home-btns a:hover {
        text-decoration: none;
    }

    .home-btns img {
        padding-right: 5px;
    }
/*Header Styles Ends*/
/*Section Styles Starts*/
.maincontent {
    /*background: #f8f8f8;
	display: inline-block;*/
    width: 100%;
    font: 14px/24px 'OpenSans';
    /*border: 1px solid #e9e9e9;*/
    margin: -43px 0 50px 0px;
    /*padding: 5px 0 25px;*/
    position: relative;
}

.row .maincontent > div {
    padding: 0px 10px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widgets {
    background: #f8f8f8;
    font: 14px/24px 'OpenSans';
    border: 1px solid #e9e9e9;
    height: 235px;
    padding: 5px 15px 25px 15px;
    margin-bottom: 25px;
}

    .widgets > div:nth-child(3) > a, .widgets > div:nth-child(4) > img { /* margin-top: 40px; */
    }

    .widgets h3 {
        color: #920036;
        font: 18px "OpenSans-Semibold";
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 10px;
        letter-spacing: 1px;
        text-align: left;
    }

    .widgets > div:not(:last-child) { /*border-right: 1px solid #e9e9e9;*/
    }

    .widgets ul {
        padding-left: 20px;
        letter-spacing: 1px;
        color: #323232;
    }

    .widgets a {
        color: #2381bd;
        letter-spacing: 1px;
    }
/*Section Styles Ends*/
/*Footer Styles Starts*/
footer {
    background: #474747;
    text-align: center;
    color: #dbdbdb;
    font: 12px/18px 'OpenSans';
    letter-spacing: 1px;
    padding: 20px 15px;
}
/*Footer Styles Ends*/

/*<!--MEDIA QUERIES-->*/
@media (min-width:992px) and (max-width:1199px) {
    #home {
        background-size: cover;
        /*height: 538px;*/
        height: auto;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .home-btns a {
        font-size: 11px;
    }

    .widgets h3 {
        font-size: 16px;
    }

    .widgets {
        font-size: 13px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #home {
        background-size: cover;
        /*height: 600px;*/
        height: auto;
    }

    .widgets h3 {
        text-align: center;
    }

    .home-btns {
        height: 205px;
    }

    .jumbo .row div:first-child { /*margin-left: 30px;*/
    }

    .jumbo-btns {
        font-size: 16px;
    }

    .jumbo-btns2 {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    #home {
        background-size: cover;
    }

    .jumbo {
        position: relative;
        bottom: 0;
    }

    .logo img {
        float: none;
        margin: 0 auto;
    }

    .logo span {
        font: 24px/30px "CenturyGothic";
        text-align: center;
        display: block;
    }

    .secretary-name {
        margin: 0;
        text-align: center;
    }

    .jumbo h2 {
        font-size: 20px;
        margin: 10px 0;
    }

    .widgets h3 {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .jumbo .row div:first-child {
        margin-left: 0px;
    }

    .jumbo .row div:nth-child(2) {
        display: none;
    }

    .jumbo-btns {
        font-size: 18px;
        margin-bottom: 5px;
        padding: 10px 0;
    }

    .jumbo-btns2 {
        font-size: 18px;
        margin-bottom: 5px;
        padding: 10px 0;
    }

    .home-btns {
        position: relative;
        height: 360px;
    }

    .widgets img, .widgets a {
        display: block;
        margin: 0 auto !important;
        text-align: center;
    }

    .header_txt, .header_small_title {
        padding-right: 0px !important;
    }
}


.header_right {
    background-repeat: no-repeat;
    text-align: right;
    padding-top: 28px;
    padding-right: 20px;
}

.header_small_title {
    font-family: 'trajan' !important;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 20px;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
}

.header_txt {
    font-family: 'trajan' !important;
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 24px;
    line-height: 35px;
    padding-right: 20px;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
}

.jumbo-btns1 {
    border: 3px solid rgba(195, 51, 55, 0.7);
    /*background: rgba(66, 1, 25, 0.7);*/
    background: #420018 url("../images/btnbg.jpg") repeat-x scroll center center;
    color: #D1C376;
    font: 24px/32px 'OpenSans';
    text-transform: uppercase;
    padding: 5px 0;
    width: 100%;
}

    .jumbo-btns1:hover {
        border: 3px solid rgba(124, 124, 124, 0.7);
        /*background: rgba(66, 1, 25, 0.7);*/
        background: #474748;
        color: #D1C376;
        font: 24px/32px 'OpenSans';
        text-transform: uppercase;
        padding: 5px 0;
        width: 100%;
    }

.coming-soon {
    position: absolute;
    top: 0px;
    right: 10px
}
/******** 7th May CSS updates Start ********/
@media all and (min-width:1024px) and (max-width:1366px) and (orientation: portrait) {
    #home {
        background: url(../images/bg.jpg) no-repeat center center / 100%;
        background-size: cover;
        min-height: calc(100vh - 311px);
    }

    .jumbo {
        margin-top: 20rem;
    }
}
/*@media all and (min-width:1024px) and (max-width:1366px) and (orientation: landscape) {
        #home {
            background-size: cover;
            min-height: calc(100vh - 260px);
        }
    }*/

@media all and (min-width:768px) and (max-width:1023px) {
    .logo span {
        font: 23px/40px 'CenturyGothic';
    }

    .header_txt {
        font-size: 20px;
    }

    .header_right {
        padding-top: 25px;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .header_txt {
        padding-right: 0px;
    }

    .header_right {
        padding-right: 15px;
    }

    .header_small_title {
        padding-right: 0px;
    }
}

@media all and (min-width:768px) {
    .header_right {
        padding-right: 0px;
    }
}
/******** 7th May CSS updates End ********/