
@font-face {
    font-family: 'Exo2-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('Exo2-Regular.ttf');
    }
@font-face {
    
    font-family: 'Oswald-Medium';
    font-style: normal;
    font-weight: 300;
    src: url('Oswald-Medium.ttf');
    }
body{
    font-family: 'Exo2-Regular';
}

a,p,li{
    font-family: 'Exo2-Regular' !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Oswald-Medium' !important;
}

/* home */
.carousel-indicators li{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(256, 256, 256, 0.3);
    border-radius: 5px;
    box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.7);
    transition: all 0.7s ease;
}
.carousel-indicators .active{
    width: 40px;
    height: 8px;
    background: #fff;
    margin: 1px;
    box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.5);
    transition: all 0.7s ease;
}

.noticeBoard {
            margin: 10px;
            box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 16%);
            -webkit-box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 16%);
            -moz-box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.16);
            background: #fff;
        }

        .noticeBoard .title {
            margin-bottom: 0px;
            background: linear-gradient(to right, #FF7B1F 0%, #9A0C00 100%);
            padding: 20px;
            color: #fff;
        }

        .EssentialData {
            margin: 10px;
            box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 16%);
            -webkit-box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 16%);
            -moz-box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.16);
            background: #fff;
        }

        .EssentialData .title {
            margin-bottom: 0px;
            background: linear-gradient(to right, #9A0C00 0%, #28589b 100%);
            padding: 20px;
            color: #fff;
        }
        .noticeData{
            background-color: #000000;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23150d73' stroke-width='64.4' stroke-opacity='0.12' %3E%3Ccircle fill='%23000000' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%2302080a' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23040f14' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%2306171e' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23081f28' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%230b2632' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%230d2e3c' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%230f3646' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23113d50' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%2313455b' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23154c65' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%2317546f' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23195c79' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%231c6383' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%231e6b8d' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23207397' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23227aa1' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%232482ab' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
            background-attachment: fixed;
            background-size: cover;
        }
        .recogAffItem:hover{
            transform: scale(1.1);
            transition: all 2s ease;
        }
        .VwRecog{
            color: #005B9A;
             font-size:16px;
             font-weight:500;
        }

/* academic--*/
.acaTitle
{
    color: #AC0000 ;
    font-size:25px;
}

.acaTitle1
{
    color: #fff ;
    background: linear-gradient(to right, #9A0C00 0%, #28589b 100%);
    font-size:25px;
    padding: 5px;
}

.objList{
    text-align: justify;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-size: 16px;
    line-height: 30px;
    /* list-style-image: url('images/arrow_right.png');*/
}
.objList li::marker{
    content: ">  ";
    color: #a80707 ;
    font-weight: bolder;
    padding: 5px;
}

.allPolList{
    text-align: justify;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-size: 16px;
    line-height: 30px;
    /* list-style-image: url('images/arrow_right.png');*/
}
.allPolList li::marker{
    content: ">  ";
    color: #a80707 ;
    font-weight: bolder;
    padding: 5px;
}

.acaList{
    text-align: justify;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-size: 16px;
    line-height: 30px;
    /* list-style-image: url('images/arrow_right.png');*/
}
.acaList li::marker{
    content: ">  ";
    color: #a80707 ;
    font-weight: bolder;
    padding: 5px;
}
.libraryDesc{
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}


.insTable th{
    padding: 10px 0 !important;
    font-size: 16px;
    background: #B70E0E;
	border: 5px solid #fff !important;
    color: #fff;
}
.insTable td{
    padding: 10px !important;
    font-size: 16px;
    background: #f3f3f3;
    border: 5px solid #fff !important;
    border-radius: 15px;
}

.flat-information{
    padding-bottom: 0px;
    margin-bottom:0px;
}

/* contact */
.required-field{
	font-weight: 700;
}
.contactSection{
    padding: 25px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.26); 
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.26);
}
.contact-posts{
    background-color: #000000;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23150d73' stroke-width='64.4' stroke-opacity='0.12' %3E%3Ccircle fill='%23000000' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%2302080a' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23040f14' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%2306171e' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23081f28' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%230b2632' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%230d2e3c' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%230f3646' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23113d50' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%2313455b' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23154c65' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%2317546f' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23195c79' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%231c6383' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%231e6b8d' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23207397' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23227aa1' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%232482ab' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
            background-attachment: fixed;
            background-size: cover;
}
.contSubmit{
    padding: 0px 20px;
    background: linear-gradient(to bottom, #ED1651 0%, #C20A3D 100%);
    box-shadow: inset 0 -3px 0 rgb(0 0 0 / 25%);
    transition: all 0.7s ease;
}

.contSubmit:hover{
    color: #fff;
    background: linear-gradient(to bottom, #0072BC 0%, #005D99 100%);
    transition: all 0.7s ease;
}

/* governing body*/

.flat-row.padding-small-v1{
           background-color: #000000;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23150d73' stroke-width='64.4' stroke-opacity='0.12' %3E%3Ccircle fill='%23000000' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%2302080a' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23040f14' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%2306171e' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23081f28' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%230b2632' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%230d2e3c' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%230f3646' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23113d50' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%2313455b' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23154c65' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%2317546f' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23195c79' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%231c6383' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%231e6b8d' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23207397' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23227aa1' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%232482ab' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
            background-attachment: fixed;
            background-size: cover;
        }
        .GBTable{
            box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.21);
            -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.21);
            -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.21);
            background:#fff;
        }

/* mission */

.MVList{
            text-align: justify;
            display: block;
            margin-block-start: 1em;
            margin-block-end: 1em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
            padding-inline-start: 40px;
            font-size: 16px;
            line-height: 30px;
           /* list-style-image: url('images/arrow_right.png');*/
        }
        .MVList li::marker{
            content: ">  ";
            color: #a80707 ;
            font-weight: bolder;
            padding: 5px;
        }
/* secretary desk */

.GBname{
	font-size: 25px;
	background: -webkit-gradient(linear, right top, right bottom, from(#ED1651), to(#0068b4));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.GBinfo{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}
.GBnote{
	font-size: 16px;
	line-height: 30px;
	font-style: italic;
	text-align: justify;
	background: #fff;
	border: 1px solid #bbb;
	padding: 20px;
	color: #0049A5;
}
.GBnote::first-letter{
	font-size: 200%;
	color: #333;
}

/* students */

.FacList{
    text-align: justify;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-size: 16px;
    line-height: 30px;
   /* list-style-image: url('images/arrow_right.png');*/
}
.FacList li::marker{
    content: ">  ";
    color: #a80707 ;
    font-weight: bolder;
    padding: 5px;
}
.FacTitle{
    color: #AC0000 ;
    font-size:25px;
}
.flat-corporate{
    background: #fff;
    padding:20px;
    border: 1px solid #bbb;
}
.FacSection{
    background-color: #ffffff;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect stroke='%23ffffff' stroke-width='0.4' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(10.2) translate(-901.96 -676.47)'%3E%3Cuse fill='%23fafafa' href='%23s' y='2'/%3E%3Cuse fill='%23fafafa' href='%23s' x='1' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s' x='2' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='2'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(10.2) translate(-901.96 -676.47)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(10.2) translate(-901.96 -676.47)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(10.2) translate(-901.96 -676.47)'%3E%3Cg fill='%23e5e5e5'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(10.2) translate(-901.96 -676.47)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg fill='%23e0e0e0'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(10.2) translate(-901.96 -676.47)'%3E%3Cg fill='%232077ff'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(10.2) translate(-901.96 -676.47)'%3E%3Cg fill='%232077ff'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(10.2) translate(-901.96 -676.47)'%3E%3Cg fill='%232077ff'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
            background-attachment: fixed;
            background-size: cover;
}

/*Notice*/
.noticeSection{
    background-color: #000000;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23150d73' stroke-width='64.4' stroke-opacity='0.12' %3E%3Ccircle fill='%23000000' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%2302080a' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23040f14' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%2306171e' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23081f28' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%230b2632' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%230d2e3c' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%230f3646' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23113d50' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%2313455b' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23154c65' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%2317546f' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23195c79' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%231c6383' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%231e6b8d' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23207397' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23227aa1' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%232482ab' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
            background-attachment: fixed;
            background-size: cover;
}
.noticeTable{
    background: #fff;
    box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.47);
-webkit-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.47);
-moz-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.47);
padding: 15px;
}

.careeProsHeader {
    background-color: #28589b !important;
    font-size: 18px;;
}

.govrnBody{
    font-size: 16px;
}
.btn_CareerApply{
    background: #8E0000;
    color: #fff;
}
.careertable th{
    background-color: #a80707 ;
    color: #fff;
}

.camConDesc{
    font-size: 16px;
    text-align: left;
    line-height: 30px;

}

.allPol a{
    font-size: 10px;
}

.recogAffItem{
        width: 90%;
		padding: 10px !important;
		min-height: 360px !important;
		margin-bottom: 50px;
    }
.recogAffItem img{
	margin-top: 30px;
}

@media screen and (max-width: 560px) {
    .govrnBody{
        font-size: 14px;
    }
    .course-list-table .courses-list table > thead > tr > th{
        font-size: 16px;
    }
    p, .text-post{
        font-size: 14px;
    }

    .FacTitle{
        font-size: 18px;
        margin-top: 10px;
    }

    .FacList{
        font-size: 14px;
    }
    .recogAffItem{
        min-height: 240px !important;
        margin-bottom: 10px;
    }
    .item .post-icon p{
        min-height: 75px !important;
        font-size: 11px;
        
    }
    .education-box h1{
        font-size: 25px;
    }
    .education-box h2{
        font-size: 20px;
    }
    
    .flat-row.color-full{
        padding: 50px 0 5px !important;
    }
    .course-box p{
        min-height: 15px;
    }
    .widget-title{
        font-size: 18px;
    }
    .MVList{
        font-size: 14px;
    }

    .insTable td{
        font-size: 14px;
    }
    .insTable th{
        font-size: 14px;
    }
    .acaList{
        font-size: 14px;
    }
    .libraryDesc{
        font-size: 14px;
    }

    .btn_CareerApply{
        margin-top: 10px;
    }
    .item .post-icon p{
        line-height: 20px;
        font-size: 10px;
    }
    .carousel-indicators{
        bottom: 3% !important;
    }

    .education-box p{
        font-size: 12px;
        text-align: justify;
    }


    .objList, .acaList, .MVList, .FacList, .allPolList{
        padding-inline-start: 10px;
    }

    .objList li::marker{
        content: ">  ";
        color: #a80707 ;
        font-weight: bolder;
        padding: 5px;
    }
    .allPolList li::marker{
        content: ">  ";
        color: #a80707 ;
        font-weight: bolder;
        padding: 5px;
    }
    .acaList li::marker{
        content: ">  ";
        color: #a80707 ;
        font-weight: bolder;
        padding: 5px;
    }
    .MVList li::marker{
        content: ">  ";
        color: #a80707 ;
        font-weight: bolder;
        padding: 5px;
    }
    .FacList li::marker{
        content: ">  ";
        color: #a80707 ;
        font-weight: bolder;
        padding: 5px;
    }

    .header.upscrolled .logo img{
        width: 100%;
    }
     p,li,.text-post, .camConDesc{
        font-size: 12px;
    }
    .widget{
        padding-bottom: 0px !important;
    }
    .widget-inner{
        padding-bottom: 10px !important;
    }
    .footer .widget .widget-title{
        margin-bottom: 10px !important;
    }
}