html{
    font-size:62.5%;
    overflow-y:scroll;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
    border:0;
    font-family:inherit;
    font-style:inherit;
    font-weight:inherit;
    margin:0;
    outline:0;
    padding:0;
    vertical-align:baseline;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
    line-height:1.5;
    letter-spacing: 0;
}
 *,*:before,*:after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
 i{
    vertical-align:middle;
}
 hr{
    background-color:rgba(204, 204, 204, 0.28);
    height:1px;
    border:0;
    width: 100%;
    display: inline-block;
}
 ul, ol{
    padding-left:0 !important;
    margin:0 0 1.5em 0;
}
 ul{
    list-style:disc;
}
ol{
    list-style:decimal;
}
 ul li{
    margin-bottom: 5px;
}
 li > ul, li > ol{
    margin-bottom:0;
    margin-left:1.5em;
}
 dt{
    font-weight:bold;
}
 dd{
    margin:0 1.5em 1.5em 0;
}
 img{
    height:auto;
    max-width:100%;
}
 figure{
    margin:0;
}
 article, aside, details, figcaption, figure, footer, header, main, nav, section{
    display:block;
}
article ul li{
	margin-left: 5%;
}
 blockquote:before, blockquote:after{
    content:"";
}
 blockquote{
    quotes:"" "";
}
 q{
    quotes:"“" "”" "‘" "’";
}
 q:before{
    content:open-quote;
}
 q:after{
    content:close-quote;
}
 table{
    border-collapse:collapse;
    border-spacing:0;
    font-size:14px;
    line-height:2;
    margin:0 0 20px;
    width:100%;
}
 caption, th, td{
    font-weight:normal;
    text-align:left;
}
 caption{
    font-size:16px;
    margin:20px 0;
}
 th{
    font-weight:bold;
    text-transform:uppercase;
    padding:8px 10px;
}
 td{
    padding:0px 10px;
}
 thead th{
    border:none;
}
 a{
    color:#4445b1;
    -webkit-transition:all 700ms;
    transition:all 700ms;
}
 a,a:hover, a:focus{
    text-decoration:none;
}
 a:hover{
    color:#4445b1;
}
 ::selection{
    background:#594a42;
    color:#FFF;
}
 ::-moz-selection{
    background:#594a42;
    color:#FFF;
}

 *::-webkit-input-placeholder{
    color:#333 !important;
}
 *:-moz-placeholder{
    color:#333 !important;
}
 *::-moz-placeholder{
    color:#333 !important;
}
 *:-ms-input-placeholder{
    color:#333 !important;
}
 @keyframes typing{
    from{
        width:0
    }
     to{
        width:100%
    }
}
 @keyframes blink-caret{
    from, to{
        border-color:transparent
    }
     50%{
        border-color:orange;
    }
}
 p{
    margin-bottom:1.5em;
}
 b, strong{
    font-weight:bold;
}
 dfn, cite, em, i{
    font-style:italic;
}
 blockquote{
    margin:0 1.5em;
}
 blockquote{
    font-size:18px;
    font-style:italic;
    font-weight:300;
    margin:24px 40px;
    line-height:26px;
}
 address{
    margin:0 0 1.5em;
}
 pre{
    background:#eee;
    font-size:15px;
    font-size:1.5rem;
    line-height:1.6;
    margin-bottom:1.6em;
    max-width:100%;
    overflow:auto;
    padding:1.6em;
}
 code, kbd, tt, var{
    font:15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
 abbr, acronym{
    border-bottom:1px dotted #666;
    cursor:help;
}
 mark, ins{
    background:#fff9c0;
    text-decoration:none;
}
 sup, sub{
    font-size:75%;
    height:0;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
 sup{
    bottom:1ex;
}
 sub{
    top:.5ex;
}
 small{
    font-size:71.5%;
}
 big{
    font-size:125%;
}
 dl{
    margin:0 20px;
}
 h1, h2, h3, h4, h5, h6{
    font-size:100%;
    vertical-align:baseline;
    margin:0;
    padding:0;
    border:0;
    display:block;
    clear:both;
}
 h1,h1 span{
    font-size:58px;
    line-height:1em;
    margin-bottom:20px;
}
 h1 .big{
    font-size:130%;
    line-height:0.7em;
    display:inline-block;
}
 h1.home{
    margin-bottom:40px !important;
    color:#4E4E4E;
    margin:0px;
    font-size:22px;
    font-weight:800;
    line-height:1em;
    text-align:center;
    letter-spacing:1px;
}
 h1.singleblogtitle{
    position:relative;
    display:inline-block;
    width:100%;
    padding: 0px 0px 10px 0px;
    margin:0px;
    font-size:22px;
}
 h2{
    font-size: 70px;
    line-height:1em;
}
 h2 .big{
    font-size:130%;
    line-height:0.7em;
    display:inline-block;
}
 h2 .small{
    font-size:90% !important;
    line-height:0.7em;
    display:inline-block;
    color:#FFFFFF;
    padding:20px 0px;
}
 h2.home{
    color:#404040;
    margin:0;
    padding:0px 50px 5px 0px;
    font-size:22px;
    font-weight:100;
    line-height:1em;
    letter-spacing:0.1px;
    display:inline;
}
 h3{
    font-size: 50px;
    line-height: 1em;
    margin: 0px 0px 20px 0px;
}
 h3.home{
    color:#404040;
    margin:0;
    padding:0px 50px 5px 0px;
    font-size:28px;
    font-weight:100;
    line-height:1.8em;
    letter-spacing:0.1px;
    display:inline;
}
 h3.custom-blog-title{
    color:#000000 !important;
    letter-spacing:2px;
    text-transform:uppercase;
    text-align:center;
    float:none;
    padding-bottom:10px;
    line-height:40px;
    position:relative;
    display:inline-block;
    font-size:35px;
    width:100%;
    margin:15px auto 30px auto;
}
 h3.custom-blog-title:before{
    position:absolute;
    margin:auto;
    z-index:1;
    content:"";
    width:10%;
    height:2px;
    bottom:5px;
    left:45%;
}
 h4{
    font-size:18px;
}
 h4.style:before{
    content:" | ";
    color:#000000;
    width:15px;
    padding-right:5px;
    font-weight:bold;
}
 h5{
    font-size:17px;
}
 h6{
    font-size:16px;
}
 section{
    padding: 80px 0px;
    margin:0;
}
 .buttons{
    text-align:center;
    margin-top:45px;
}
 .button{
    display:inline-block;
    text-align:center;
    text-transform:uppercase;
    padding:10px 35px 10px 35px;
    border-radius:4px;
    margin:10px;
}
 .btn{
    border-radius:0;
    padding:6px 20px;
}
 .style-btn{
    font-size:14px;
    padding:6px 50px;
    margin:10px 0px 0px 0px;
    display:inline-block;
    color:#000000;
    position:relative;
    border:1px solid #fee805;
    background:#fee805;
    transition:background 150ms,border-color 300ms 150ms,color;
}
 .style-btn:before{
    top:-1px;
    left:-1px;
    border-left:1px solid;
    border-top:1px solid;
}
 .style-btn:after{
    bottom:-1px;
    right:-1px;
    border-right:1px solid;
    border-bottom:1px solid;
}
 .style-btn:after, .style-btn:before{
    content:'';
    border-radius:1px;
    border-color:#fee805;
    position:absolute;
    opacity:0;
    width:0;
    height:0;
}
 .style-btn:hover , .style-btn:focus{
    background:0 0;
    color:#fee805;
    opacity:1;
    border-color:rgba(214, 169, 14, 0.15);
    transition:background 150ms,border-color 50ms 0ms;
}
 .style-btn:hover:after, .style-btn:hover:before, .style-btn:focus:after, .style-btn:focus:before{
    transition:width 250ms,height 250ms,opacity 250ms;
    width:calc(100% + 6px);
    height:calc(100% + 6px);
    border-color:#fee805;
    opacity:1;
}
 .black-btn{
    background:transparent;
    border:1px solid #000000;
    color:#000000;
    padding:10px 30px;
    border-radius:0px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
 .black-btn:hover{
    border:1px solid #fee805;
    color:#fee805;
    background:none;
}
 .orange-btn{
    background:#fee805;
    color:#ffffff;
    padding:8px 40px;
    font-size:22px;
}
 .white-btn{
    background:transparent;
    border:1px solid #000000;
    color:#000000;
    padding:6px 30px;
    border-radius:0px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
 .white-btn:hover{
    border:1px solid #ffffff;
    color:#fee805 !important;
    background:#ffffff;
}
 .red-btn{
    background:#72132B;
}
 .red-btn:hover{
    color:#FFF;
    background:#72132B;
}
 .green-btn{
    color:#ffffff;
    background:#C0FF00;
    border-radius:0;
    margin:20px 0px;
    padding:8px 22px;
}
 .green-btn:hover{
    color:#ffffff;
    background:#C0FF00;
}
 .blue-btn{
    background:#4445B1;
    border:1px solid #4445B1;
    color:#ffffff !important;
    padding: 5px;
    border-radius:0px;
}
 .blue-btn:hover{
    color:#4445B1 !important;
    border:1px solid #4445B1;
    background:#FFFFFF;
}
 .yellow-btn{
    color:#000000;
    background:#fee805;
    padding:12px 50px;
}
 .yellow-btn:hover{
    color:#FFF;
    background:#fee805;
}
 .red-btn,.green-btn,.blue-btn,.yellow-btn{
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
 #submit-btn:before{
    content:'\f061';
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    text-decoration:inherit;
    color:#000;
    font-size:18px;
    padding-right:0.5em;
    position:absolute;
    top:10px;
    left:0;
    left:70%;
    opacity:0;
    top:0;
}
 #submit-btn:hover:before{
    left:80%;
    opacity:1;
}

 ul.dotlist{
    -moz-column-count:2;
    -moz-column-gap:20px;
    -webkit-column-count:2;
    -webkit-column-gap:20px;
    column-count:2;
    column-gap:20px;
    width:100%;
    margin:0 auto;
    border:0;
}
 ul.dotlist li{
    text-align:left;
    padding:0px 0px 5px 0px;
    margin-left:0%;
}
 ul.dotlist li span:before{
    background-color:#fee805;
    content:"";
    height:8px;
    width:8px;
    position:absolute;
    top:8px;
    left:5px;
    border-radius:50%;
    box-shadow:0px 0px 8px #a7a4a4;
}
 ul.dotlist li span label{
    display:inline;
    padding-left:25px;
}
 .red-bg2{
    background-color:#ed1c24; 
 }
 .red-bg{
    background-color:#DD0081;
}
 .green-bg{
    background-color:#C0FF00;
}
 .blue-bg{
    background-color:#4445B1;
}
 .yellow-bg{
    background-color:#FFE301;
}
 .dark-bg{
    background-color:#404040;
}
 .white-bg{
    background-color:#FFFFFF;
}
 .brown-bg{
    background-color:#9E826A;
}
 .opacitywhite-bg{
    background-color:rgba(255, 255, 255, 0.7) !important;
    display:inline-block;
    width:100%;
}
 .parallax-bg{
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    padding:100px 0px;
}
 .cover-bg{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    padding:80px 0px;
}
 .fixed-bg{
/*     background-attachment:fixed !important; */
    background-position:center !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    height:500px;
}
 .fixed-bg2{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height:500px;
}
 .light-bg{
    background:#F2f2f2;
    display:block;
    width:100%;
    margin:0px;
    padding:100px 0px;
}
 .red-text{
    color:#ed1c24 !important;
}
 .green-text{
    color:#C0FF00 !important;
}
 .blue-text{
    /*color:#4445B1 !important;*/
	color: #b22826 !important;
}
 .yellow-text{
    color:#FFE301 !important;
}
 .dark-text{
    color:#404040 !important;
}
 .white-text{
    color:#FFFFFF !important;
}
 .grey-text{
    color:#95969A;
}
 .black-text{
    color:#000000 !important;
}
 .brown-text{
    color:#9E826A;
}

 button, input, select, textarea{
    font-size:100%;
    margin:0;
    vertical-align:baseline;
    *vertical-align:middle;
}
 button, input[type="button"], input[type="reset"], input[type="submit"]{
    text-align:center;
    text-transform:uppercase;
    padding:13px 35px 13px 35px;
    margin:0px;
    border:none;
    box-shadow:none;
    text-shadow:none;
    font-weight:400;
    vertical-align:middle;
    cursor:pointer;
    white-space:nowrap;
}
 input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
    color: #ffffff;
    background: #000000;
}
 button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active{
    border-color:#aaa #bbb #bbb #bbb;
}
 input[type="checkbox"], input[type="radio"]{
    padding:0;
}
 input[type="search"]{
    -webkit-appearance:textfield;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}
 input[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none;
}
 button::-moz-focus-inner, input::-moz-focus-inner{
    border:0;
    padding:0;
}
 input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea{
    border-radius:0;
}
 input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus{
   
}
 textarea{
    overflow:auto;
    vertical-align:top;
    width:100%;
}
 textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus{
}
 input:focus, textarea:focus{
    /*outline:0;*/
}
.right{
    float: right;
}
.left{
    float: left;
}
 .row{
    float:left;
    width:100%;
    margin-right:0;
    margin-left:0;
}
 .row-eq-height{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
 .alignmiddle{
    align-items:center;
}
 .arrow-animate{
    margin-top:-10% !important;
    position:absolute;
    z-index:999;
    left:48%;
}
/* .container{
    z-index: 0;
    position: relative;
} */
 .nopadding{
    padding:0;
}
 .nomargin{
    margin:0;
}
 .panel-grid,.so-panel{
    margin:0px !important;
}
 .panel-grid-cell{
    padding:0px !important;
    margin:0px !important;
}
 .panel-widget-style{
    margin-top:0px;
    padding:0px 0;
}
 .innercontent{
    padding:0px 30px;
    display:inline-block;
    width:100%;
    height:100%;
}
 .innercontent span.small{
    margin:0;
    font-size:9px;
    line-height:1.4em;
    display:block;
    text-align:justify;
}
 .shadowcontent-black{
    padding:5%;
    display:inline-block;
    width:100%;
    background:rgba(0, 0, 0, 0.8);
    overflow:hidden;
}
 .shadowcontent-black:before{
    content:"";
    width:0;
    height:0;
    border-left:50px solid transparent;
    border-right:50px solid transparent;
    border-top:50px solid #fee805;
    left:80%;
    position:relative;
}

.content{
    padding:0px;
    display:block;
    width: 90%;
    margin:0 auto;
}
 .leftcontent{
    padding:0px 30px;
    margin-top:-15px;
    height:150px;
}
 .boxcontent{
    text-align:center;
    position:absolute;
    display:table;
    top:50%;
    width:100%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}

 .fullbg{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
 .doublelineborderbottom{
    background:#7e6116;
    content:" ";
    height:4px;
    width:70px;
    left:0%;
    margin:5px 0px 30px 0px;
}
 .doublelineborderbottom:after{
    position:absolute;
    content:"";
    width:140px;
    height:1px;
    background:#7e6116;
}
 .borderbottom{
    background:#000000;
    content:" ";
    height:2px;
    width:70px;
    margin:20px auto 30px auto;
}
 .borderbottom-left{
    background:#000000;
    content:" ";
    height:2px;
    width:70px;
    left:0;
    margin:0px 0px 20px 0px;
}
 .borderbottomwhite{
    background:#ffffff;
    content:" ";
    height:2px;
    width:70px;
    margin:20px auto 30px auto;
}
 .borderbottomwhite-left{
    background:#d6a90f;
    content:" ";
    height:1px;
    width:70px;
    left:0;
    margin:0px 0px 20px 0px;
}
 .borderbottom:after{
}
 .borderbottomred{
    background:#F23C48;
    content:" ";
    height:4px;
    width:70px;
    margin:20px auto;
}
 .borderbottomred:after{
}

 #headerslides{
    margin-top:-88%;
}
 #headerslides #bannerslide{
    position:relative;
}
 #headerslides #bannerslide li{
    display:flex;
    align-items:center;
    overflow:hidden;
}
 #headerslides #bannerslide li img{
}
 #headerslides .owl-controls{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    left:0;
    opacity:0.7;
    z-index:3;
    text-indent:-9999px;
    overflow:hidden;
    text-decoration:none;
    width:100%;
    display:inline-block;
    position:absolute;
}
 #headerslides #customNavHeader{
    text-indent:-9999px;
    overflow:hidden;
    text-decoration:none;
    margin-top:-250px;
}
 #headerslides #customNavHeader .owl-prev{
    left:0%;
    width:40px;
    height:40px;
    margin-right:1px;
    font-size:12px;
    outline:none;
    position:absolute;
    z-index:9;
    background:transparent url("images/arrow-right.png") no-repeat center center;
    background-position:left top;
    cursor:pointer;
    -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
 #headerslides #customNavHeader .owl-next{
    right:0;
    width:40px;
    height:40px;
    font-size:12px;
    outline:none;
    position:absolute;
    z-index:9;
    background:transparent url(images/arrow-right.png) no-repeat center center;
    background-position:right top;
    cursor:pointer;
}
 .slider-box{
    padding:5%;
}
 .slider-black-box{
    background:rgba(0, 0, 0, 0.5);
    right:0;
    bottom:-200px;
    position:absolute;
    width:70%;
    text-align:right;
}
 .slider-black-box h1{
    color:#ffffff;
    font-size:32px;
    line-height:1.3em;
}
 .slider-black-box h2{
    color:#000000;
    font-size:40px;
    line-height:1.1em;
    padding:0;
    text-transform:initial;
}
 .slider-black-box p{
    color:#ffffff;
    font-size:18px;
    font-weight:normal;
    line-height:1.4em;
    margin:0 auto;
    padding:0px;
}
 .slider-white-box{
    background:rgba(246, 247, 249, 0.8);
    width:80%;
    margin:0 auto;
}
 .slider-white-box h1{
    color:#000000;
    font-size:40px;
    line-height:1.1em;
}
 .slider-white-box h2{
    color:#000000;
    font-size:30px;
    line-height:1em;
    padding:0;
    margin:0;
    text-transform:initial;
}
 .slider-white-box p{
    color:#000000;
    font-size:18px;
    font-weight:normal;
    line-height:1.5em;
    margin:0 auto;
    padding:0px 20px;
}

.metaslider .flexslider{
    margin: 0px !important;
}
.metaslider .flex-control-nav {
    bottom: 20px !important;
}
.flex-control-paging li a {
    background: #FFFFFF !important;
}
.flex-control-paging li a.flex-active {
    background: #949494 !important;
}
.metaslider .flexslider .flex-next {
    opacity: 1 !important;
    right: 5px !important;
}
.metaslider .flexslider .flex-prev {
    opacity: 1 !important;
    left: 5px !important;
    text-indent: -9999px;
}
.metaslider .flexslider .flex-direction-nav li a {
    width: 40px !important;
    height: 60px !important;
}
.flex-direction-nav{
    position: absolute !important;
    display:table !important;
    top:50% !important;
    width:100% !important;
    transform:translateY(-50%) !important;
    -ms-transform:translateY(-50%) !important;
    -webkit-transform:translateY(-50%) !important;
}
.header .social{
    margin: 0 0 0.5em 3em;
}
.header .social li{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 3px;
}
.header .social li a{
    font-size: 18px;
    color: #ffffff;
}
.header .social li .fa{
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 5px;
    width: 28px;
    height: 28px;
    text-align: center;
}  
.title{
    font-size: 30px;
    font-weight: 600;
    /*color: #4445B1;*/
    margin-bottom: 30px;
	color: #b22826;
    text-shadow: 1px 1px 2px #000000;
}
.subtitle{
    font-size: 22px;
    margin-bottom: 20px;
}
#announcement{
    background: #C0FF00;
}
.announcementWrapper{
    position: relative;
}
.announcementWrapper #homeAnnouncement{
    
}
.announcementWrapper #homeAnnouncement li{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    vertical-align: top;
}
.announcementWrapper .box{
    height: 250px;
    background: #FFFFFF;
    box-shadow: none;
    margin: 0;
}
.announcementWrapper .box .postdate{
    font-size: 11px;
    padding: 10px 10px 0px 10px;
}
.announcementWrapper .box .postcaption{
    font-size: 16px;
    font-weight: 500;
    color: #4445B1;
    padding: 10px 10px 20px 10px;
    position:absolute;
    display:table;
    top:50%;
    width:100%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.announcementWrapper .box .postcaption span{
    font-size: 32px;
    font-weight: 600;
    color: #DD0081;
    line-height: 1;
}
.announcementWrapper .box .postfooter{
    text-align: right;
    position: absolute;
    bottom: 1px;
    right: 0;
}
.announcementWrapper .box .postfooter a{
    background: #4445B1;
    color: #FFFFFF;
    border: 1px solid #4445B1;
    padding: 2px 5px;
    font-size: 10px;
}
.announcementWrapper .box .postfooter a:hover{
    background: #FFFFFF;
    color: #4445B1;
    border: 1px solid #4445B1;
}
 #announcement .owl-controls{
    display:none !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    left:0;
    opacity:0.7;
    z-index:3;
    text-indent:-9999px;
    overflow:hidden;
    text-decoration:none;
    width:100%;
    display:inline-block;
    position:absolute;
}
 #announcement .owl-controls .owl-dots{
    margin-top:10px;
}
 #announcement .owl-controls .owl-dots .owl-dot{
    display:block;
    zoom:1;
    text-align:center;
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
 #announcement .owl-controls .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px;
}
 #announcement .owl-controls .owl-dots .owl-dot.active span, #announcement .owl-controls .owl-dots .owl-dot:hover span{
    background:#869791;
}
 #announcement #customNav{
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    position: absolute;
    background: #4445B1;
    width: 80px;
    right: 0;
    top: 0;
    margin-top: -40px;
}
 #announcement #customNav:before{
    content: " | ";
    /* font-family: FontAwesome; */
    /* font-style: normal; */
    /* font-weight: normal; */
    text-decoration: inherit;
    color: #ffffff;
    background: #F1CA2F;
    font-size: 5px;
    padding-right: 0;
    position: absolute;
    top: 5px;
    left: 50%;
    height: 15px;
 }
 #announcement #customNav .owl-prev{
    left: 0;
    width: 25px;
    height: 25px;
    font-size: 12px;
    outline: none;
    position: relative;
    background: transparent url(images/arrow-right.png) no-repeat;
    background-position: left center;
    background-size: 16px;
    cursor: pointer;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
 #announcement #customNav .owl-prev:before{
/* content: "\f000";*/
/*    font-family: FontAwesome;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    text-decoration: inherit;*/
/*--adjust as necessary--*/
/*    color: #000;*/
/*    font-size: 18px;*/
/*    padding-right: 0.5em;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 0;*/
 }
 #announcement #customNav .owl-next{
    top:0;
    right:0;
    width: 25px;
    height: 25px;
    font-size:12px;
    outline:none;
    position:absolute;
    z-index:9;
    background:transparent url(images/arrow-right.png) no-repeat;
    background-position:left center;
    background-size: 16px;
    cursor:pointer;
}
#about{
    background: #FFFFFF;
    color: #4445B1;
}
#about .content{
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}
#about .title{
    font-size: 115px;
    font-weight: 600;
    color: #4445B1;
    padding: 0 0 60px 0px;
    margin: 0 0 10px 0px;
    line-height: 0.9;
    background-image: url(images/wave-red.png), url(images/circle-red.png);
    background-position: right 50px, 98px bottom;
    background-repeat: no-repeat, no-repeat;
}
#about .design-float{
    display: inline-block;
    position: relative;
}
#about .circle-red{
    position: absolute;
    background:url(images/round-red.png) no-repeat;
    width: 84px;
    height: 84px;
    display:table;
    top:50%;
    width:100%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
#about .box{
    height: auto;
    padding:  6px;
}
#about .box div{
    padding: 2px 4px;
    margin-bottom: 10px;
}

#about ul{
    list-style: none;
    padding: 0px;
    margin: 0;
    text-align: center;
}
#about ul li{
    display: inline-block;
    width: 32%;
    color: #DD0081;
    margin: 0;
    padding: 0px 0px 20px 0px;
    vertical-align: top;
}
#about ul li .icon{
    height: 90px;
    margin-bottom: 10px;
    position:relative;
}
#about ul li .icon img{
    position:absolute;
    display:table;
    top:50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
#about ul li .caption{
    display: table;
    height: 50px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    line-height: 1.4em;
    color: #dd0081;
}
#about ul li .caption span{
    vertical-align:middle;
    display: table-cell;
    text-transform: uppercase;
}
#about ul ul{
    list-style: square;
    text-align: left;
}
#about ul ul li{
    list-style: square;
    width: 100%;
    margin: 0;
    padding: 5px;
}
#about ul ul li:nth-child(odd) {
    background: #f2f2f2;
}
#about ul ul li:nth-child(even) {
    background: #ffffff;
}
.pic{
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    border: 1px solid #ffffff;
    padding: 5px;
}
.pic img{
    width: 100% !important;
}
#why{
    padding:0;
}
#why .box{
    height: 250px;
    box-shadow: none;
    margin: 0;
}
#why .why-bg-box{
    height: 250px;
    background-image: url(images/wave-green.png), url(images/wave-round-green.png);
    background-position: 2% 93%, 99.5% 15%;
    background-repeat: no-repeat, no-repeat;
    background-size: 40px, 55px;
}
#why .content{
    position:absolute;
    width:90%;
    left: 5%;
    right: 5%;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    font-size: 12px;
    line-height: 1.5em;
}
#why .content .title {
    font-size: 62px;
    font-weight: 600;
    line-height: 1;
    color: #C0FF00;
    padding: 30px 10px;
    height: 100%;
    margin-bottom: 0;
}
#why .content .contenta{
    
}
#why .content .contentb{
    display: none;
}
#why .content a{
    float: right;
    margin-right: -5%;
    margin-top: 20px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 600;
}
#why .icon{
    width: 120px;
    margin: 0 auto;
}
#why .icon img{
    width: 100%;
}
#why .box .caption {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 5px;
}
#why .box:hover{
    background: #4445B1;   
    color: #FFFFFF;
}
#why .box:hover .contenta{
    display: none;    
}
#why .box:hover .contentb{
    display: block;    
}
#why .content a:hover{
    color: #FFFFFF;
}

#vision{
    width: 100%;
    color: #FFFFFF;
    background-image: url(images/wave-yellow.png), url(images/round-white.png), url(images/wave-yellow.png);
    background-position: 0% 94%, 44.5% 17%, 100% 10%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 90px, 120px, 90px;
}
#vision .title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}
#vision .title:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 80px;
    background-image: url(images/round-white.png);
    background-repeat: no-repeat;
    background-size: 63px;
    background-position: 0 14px;
    right: 60px;
}
#vision .content {
    margin: 0 0 20px 0px;
    line-height: 1.8;
    font-size: 12px;
    width: 94%;
}
#vision .content ol{
    margin: 0 0 1.5em 1em;
}
#vision .content ol li {
    list-style: decimal;
    margin: 0 0 15px 0;
    padding-left: 8px;
    line-height: 2;
}
#vision .content ol li ul {
    margin: 0px;
}
#vision .content ol li ul li {
    list-style: none;
    margin: 0px;
}
#vision .video-bg {
    position:relative; 
    height: 350px;
	background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
}
#vision .video-bg .content{
    margin: 0;
    padding: 10px;
    line-height: 1.8;
    font-size: 12px;
    width: 90%;
    position:absolute;
    left: 5%;
    right: 5%;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
#category{
    
}
#category .overlay-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#category ul{
    -moz-column-count:4;
    -moz-column-gap:0px;
    -webkit-column-count:4;
    -webkit-column-gap:0px;
    column-count:4;
    column-gap:0px;
}
#category ul li{
    list-style: none;
    height: 300px;
    margin-left: 0;
}
#category .content{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
#category .content .caption{
    position: absolute;
    display: table;
    top: 60%;
    right: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#category .content .caption a{
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    line-height: 2em;
}
#category .content .caption .left{
    position: absolute;
    left: 15%;
    display: inline-block;
    top: 0;
}
#category .content .caption .left:before{
    height: 0.05em;
    display: block;
    width: 25px;
    background: #C0FF00;
    content: '';
}
#category .content .caption .left:after{
    height: 25px;
    display: block;
    width: 0.06em;
    background: #C0FF00;
    content: '';
}
#category .content .caption .right{
    position: absolute;
    right: 15%;
    display: inline-block;
    top: 15px;
}
#category .content .caption .right:before{
    height: 25px;
    display: block;
    width: 0.06em;
    position: relative;
    left: 100%;
    background: #C0FF00;
    content: '';
}
#category .content .caption .right:after{
    height: 0.05em;
    display: block;
    width: 25px;
    right: 0;
    position: relative;
    background: #C0FF00;
    content: '';
}
#newsevents{
    padding: 80px 0px 20px 0px;
}
.newsWrapper{
    position: relative;
}
.newsWrapper #homeNews{
    
}
.newsWrapper #homeNews li{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #C0FF00;
    vertical-align: top;
}
.newsWrapper .box{
    height: 300px;
    margin-bottom: 0;
    box-shadow: none;
}
.newsWrapper .box .image{
    padding: 10px;
    margin-bottom: 30px;
    height: 180px;
    overflow: hidden;
}
.newsWrapper .box .image img{
    object-fit: cover;
    height: 180px;
    width: 100%;
}
.newsWrapper .box .content {
    padding: 0px 10px;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
}
.newsWrapper .box .postdate{
    font-size: 11px;
    padding: 10px 10px 0px 10px;
}
.newsWrapper .box .postcaption{
    font-size: 16px;
    font-weight: 500;
    color: #4445B1;
    padding: 10px 10px 20px 10px;
    position:absolute;
    display:table;
    top:50%;
    width:100%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.newsWrapper .box .postcaption span{
    font-size: 32px;
    font-weight: 600;
    color: #DD0081;
    line-height: 1;
}
.newsWrapper .box .postfooter{
    text-align: right;
    position: absolute;
    bottom: 1px;
    right: 0;
}
.newsWrapper .box .postfooter a{
    background: #4445B1;
    color: #FFFFFF;
    border: 1px solid #4445B1;
    padding: 2px 5px;
    font-size: 10px;
}
.newsWrapper .box .postfooter a:hover{
    background: #FFFFFF;
    color: #4445B1;
    border: 1px solid #4445B1;
}
 #newsevents .owl-controls{
    display:none !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    left:0;
    opacity:0.7;
    z-index:3;
    text-indent:-9999px;
    overflow:hidden;
    text-decoration:none;
    width:100%;
    display:inline-block;
    position:absolute;
}
 #newsevents .owl-controls .owl-dots{
    margin-top:10px;
}
 #newsevents .owl-controls .owl-dots .owl-dot{
    display:block;
    zoom:1;
    text-align:center;
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
 #newsevents .owl-controls .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px;
}
 #newsevents .owl-controls .owl-dots .owl-dot.active span, #newsevents .owl-controls .owl-dots .owl-dot:hover span{
    background:#869791;
}
 #newsevents #homeNewscustomNav{
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    position: absolute;
    background: #C0FF00;
    width: 80px;
    right: 0;
    top: 0;
    margin-top: -40px;
}
 #newsevents #homeNewscustomNav:before{
    content: " | ";
    /* font-family: FontAwesome; */
    /* font-style: normal; */
    /* font-weight: normal; */
    text-decoration: inherit;
    color: #ffffff;
    background: #F1CA2F;
    font-size: 5px;
    padding-right: 0;
    position: absolute;
    top: 5px;
    left: 50%;
    height: 15px;
 }
 #newsevents #homeNewscustomNav .owl-prev{
    left: 0;
    width: 25px;
    height: 25px;
    font-size: 12px;
    outline: none;
    position: relative;
    background: transparent url(images/arrow-right.png) no-repeat;
    background-position: left center;
    background-size: 16px;
    cursor: pointer;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
 #newsevents #homeNewscustomNav .owl-prev:before{
/* content: "\f000";*/
/*    font-family: FontAwesome;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    text-decoration: inherit;*/
/*--adjust as necessary--*/
/*    color: #000;*/
/*    font-size: 18px;*/
/*    padding-right: 0.5em;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 0;*/
 }
 #newsevents #homeNewscustomNav .owl-next{
    top:0;
    right:0;
    width: 25px;
    height: 25px;
    font-size:12px;
    outline:none;
    position:absolute;
    z-index:9;
    background:transparent url(images/arrow-right.png) no-repeat;
    background-position:left center;
    background-size: 16px;
    cursor:pointer;
}


.banner-caption{
    position: absolute;
    font-size: 40px;
    line-height: 1.1;
    display: inline-block;
    float: right;
    right: 0;
    left: 0;
	top: 50%;
	width: 90%;
	margin: 0 auto;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
}

.banner-caption h3 .small{
    font-size: 30px;
	line-height: 1.1;
    color: #FFFFFF;
    margin-bottom: 2px;
    text-shadow: 1px 1px 1px #000000;
}
ul.threcolumns{
    -moz-column-count:3;
    -moz-column-gap:0;
    -webkit-column-count:3;
    -webkit-column-gap:0;
    column-count:3;
    column-gap:0;
    margin:0 auto;
    padding:20px 0px;
    display:block;
    width:100%;
}
.threcolumns {
    
}
.threcolumns .content{
    display: block;
    width: 100%;
    padding: 10%;
    margin: 0 auto;
}
.threcolumns .title{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.3;
	text-shadow: 2px 2px 4px #000000;
}
.threcolumns .image{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.threcolumns .desc{
    font-size: 13px;
    line-height: 1.5;
}
/*.firstcolumn{*/
/*    background-image: url(images/wave-blue.png), url(images/circle-white.png), url(images/round-blue.png);*/
/*    background-position: 100% 4%, 20% 78%, 100% 88%;*/
/*    background-repeat: no-repeat, no-repeat, no-repeat;*/
/*    background-size: 50px, 20px, 150px;*/
/*}*/
/*.secondcolumn{*/
/*    background-image: url(images/round-yellow.png), url(images/circle-yellow.png), url(images/wave-yellow.png);*/
/*    background-position: -3% 94%, 80% 78%, 100% 70%;*/
/*    background-repeat: no-repeat, no-repeat, no-repeat;*/
/*    background-size: 120px, 50px, 50px;*/
/*}*/
/*.thirdcolumn{*/
/*    background-image: url(images/wave-round-blue.png);*/
/*    background-position: 106% 18%;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 90px;*/
/*}*/

#aboutpage{
    
}
.fullideo{
    object-fit: cover;
    width: 100%;
    height: 100%;
    /*max-height: 650px;*/
}
.box1{
    /*background-image: url(images/wave-green.png);*/
    /*background-position: 100% 30%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 90px;   */
    color: #ffffff;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
}
.box1 .title{
    color: #ffffff;
    line-height: 1;
    font-size: 90px;
	text-shadow: 2px 2px 4px #000000;
}
.box2{
    /*background-image: url(images/wave-blue.png);*/
    /*background-position: 0% 90%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 90px;   */
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
}
.box2 .title{
    color: #4445B1;
    line-height: 1;
    font-size: 90px;
}
.box3{
    color: #ffffff;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}
.box3:before{
    content: '';
    position: absolute;
    z-index: 2;
    /*background-image: url(images/round-green.png);*/
    /*background-position: 20% 10%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 150px;*/
    width: 150px;
    height: 150px;
    top: -10%;
    left: 20%;
}
.box3:after{
    content: '';
    position: absolute;
    z-index:2;
    /*background-image: url(images/round-green.png);*/
    /*background-position: 70% 110%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 120px; */
    width: 120px;
    height: 130px;
    bottom: -10%;
    right: 25%;
}
.box3 .title{
    color: black;
    line-height: 1;
    font-size: 90px;
}
.box3 .image{
    position: absolute;
    width: 100px;
    top: 0;
    right: 10%;
}
.box4{
    /*background-image: url(images/circle-blue.png), url(images/wave-blue.png);*/
    /*background-position: 8% 10%, 100% 10%;*/
    /*background-repeat: no-repeat, no-repeat;*/
    /*background-size: 25px, 80px;   */
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
}
.box4 .title{
    color: #4445B1;
    line-height: 1;
    font-size: 90px;
}
.box4 .image{
    position: absolute;
    width: 140px;
    top: 0;
    left: 10%;
}
.box5{
    /*background-image: url(images/wave-round-blue.png),url(images/circle-blue.png), url(images/wave-blue.png);*/
    /*background-position: 4% 90%, 14% 95%, 100% 10%;*/
    /*background-repeat: no-repeat, no-repeat, no-repeat;*/
    /*background-size: 120px, 30px, 80px;   */
}
.contactlist{
    text-align: center;
}
.contactlist li{
    text-align: center;
    display: inline-block;
    width: 32%;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    vertical-align: top;
}
.courses{
 
}
.courses ul{
    
}
.courses ul li{
    width: 33%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
.courses ul li .box{
    text-align: left !important;
    height: 100%;
    min-height: initial;
    max-height: initial;
}
.courses .box ul li{
    margin: 0 !important;
    padding: 5px 0px 5px 15px !important;
    display: block;
    width: 100%;
    vertical-align: top;
    position: relative;
    font-weight: 500;
    text-align: left;
}
.courses .box ul li a{
    font-weight: 500;
    color: #000000;
}
.courses .box ul li::before {
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-size: 7px;
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0;
    background: transparent;
}

.admissionlist{
    
}
.admissionlist ul{
    
}
.admissionlist ul li{
    vertical-align: top;
    display: inline-block;
    /*width: 33%;*/
    min-height: 80px;
    text-align: center;
    margin: 0 auto 20px auto;
	width: 40%;
}
.admissionlist ul li .image{
    width: 20%;
    display: inline-block;
    float: left;
    position: absolute;
    display: table;
    top: 50%;
    left: 0;
    /* width: 78%; */
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.admissionlist ul li .caption{
    background: #FFFFFF;
    color: #000000;
    text-align: left;
    font-size: 15px;
    line-height: 1.2em;
    padding: 0px 10px;
    position: absolute;
    display: table;
    top: 50%;
    left: 22%;
    width: 78%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.admissionlist ul li .caption a{
    color: #000000;
}
.admissionlist ul li .list{
    font-size: 11px;
    text-align: left;
    word-break: break-all;
    line-height: 1.7em;
    padding: 5px 0px;
}

#gallery{
    background: #262F49;
    background: -moz-linear-gradient(top, #242D47 0%, #242D47 5%, #323A58 11%, #323A58 100%);
    background: -webkit-gradient(left top, #242D47 0%, #242D47 5%, #323A58 11%, #323A58 100%);
    background: -webkit-linear-gradient(top, #242D47 0%, #242D47 5%, #323A58 11%, #323A58 100%);
    background: -o-linear-gradient(top, #242D47 0%, #242D47 5%, #323A58 11%, #323A58 100%);
    background: -ms-linear-gradient(top, #242D47 0%, #242D47 5%, #323A58 11%, #323A58 100%);
    background: linear-gradient(to bottom, #242D47 0%, #242D47 5%, #323A58 11%, #323A58 100%);
}
#gallery .list{
    text-align: center;
}
#gallery ul{
    list-style: none;
}
#gallery ul li{
    display: inline-block;
    width: 19%;
}
#gallery ul li .title{
    font-size: 11px;
    position: absolute;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px #000000;
    text-transform: uppercase;
    text-align: center;
    bottom: 0px;
    width: 100%;
}
#gallery ul li img{
    height: 200px;
    object-fit: cover;
}
#location{
    background: #323A58;
    color: #FFFFFF;
}
#location ul#socialicon{
    list-style: none;
}
#location ul#socialicon li{
    display: inline-block;
    text-align: center;
}
#location .subtitle{
    font-size: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    padding: 0px 11%;
}
#location ul#location {
    width: 90%;
    margin: 0 auto !important;
    color: #BAA266;
}
#location ul#location:before {
    content: "";
    position: absolute;
    width: 76%;
    height: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#location ul#location li{display:inline-block;width:10%;vertical-align:top;font-size:11px;color:#FFFFFF;}
#location ul#location li .btline{border-top:1px solid rgba(255, 255, 255, 0.3);width:100%;}
#location ul#location li:first-child .btline{border-top:1px solid rgba(255, 255, 255, 0.3);width:100%;float:right;right:0;}
#location ul#location li:last-child .btline{border-top:0px solid rgba(255, 255, 255, 0.3);width:100%;float:left;left:0;}
#location ul#location li .arrow{height:6px;}
/*#location ul#location li .arrow:before{content:"";position:absolute;width:1px;height:25px;margin:0 auto;left:0;right:0;border-left:0.05em dotted #BAA266;}*/
#location ul#location li .arrow:before{
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #9E826A;
    font-size: 12px;
    position: absolute;
    top: 19px;
    left: -5px;
    right: 0;
    margin: 0 auto;
}
#location ul#location li .cap{
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    margin-left: -5px;
    margin-top: 5px;
    padding: 0 5px 0 0;
    word-break: break-word;
}
#location ul#location li .brown-text{
    height: 30px;
}

#footer{
    font-size:11px;
    line-height: 1.3em;
    letter-spacing: 0px;
    background: #4445B1;
    color: #ffffff;
    width:100%;
    padding: 30px 0px;
    display:inline-block;
}
#footer .contact {
    font-size: 13px;
}
#footer .contact li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
}
#footer .contact a{
    font-size: 32px;
    font-weight: 600;
    color: #C0FF00;
    padding: 0 10px;
}
#footer .social{
    
}
#footer .social li{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 3px;
    margin-left: 0px;
}
#footer .social li a{
    font-size: 18px;
    color: #C0FF00;
}
#footer .social li .fa{
    /*border: 1px solid #FFFFFF;*/
    border-radius: 50%;
    color: #FFFFFF;
    padding: 5px;
    /*width: 28px;
    height: 28px;*/
    text-align: center;
	width: 32px;
    height: 32px;
}    
 #footer .title{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 0;
    line-height: 1.2em;
    display: inline-block;
}
#sitemap{
    width:100%;
    padding:30px 0px;
    margin-bottom:30px;
    display:inline-block;
}
 #sitemap ul{
    margin:0 auto;
    padding:0px;
    display:block;
}
 #sitemap ul li{
    text-align:left;
    list-style:none;
    padding:8px 0px;
    position:relative;
    display:flex;
    align-items:center;
}
 #sitemap ul li .number{
    display:inline-block;
    background:#5C5451;
    color:#FFFFFF;
    border-radius:50%;
    width:30px;
    height:30px;
    padding:5px;
    margin-right:10px;
    text-align:center;
    font-weight:bold;
}
 #sitemap ul li label{
    width:75%;
    display:inline-block;
    float:right;
    font-weight:100;
    line-height:1.5em;
    vertical-align:middle;
}
 #sitemap ul li:before{
}

 #mission .owl-controls{
    display:none !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    left:0;
    opacity:0.7;
    z-index:3;
    text-indent:-9999px;
    overflow:hidden;
    text-decoration:none;
    width:100%;
    display:inline-block;
    position:absolute;
}
 #mission .owl-controls .owl-dots{
    margin-top:10px;
}
 #mission .owl-controls .owl-dots .owl-dot{
    display:block;
    zoom:1;
    text-align:center;
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
 #mission .owl-controls .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px;
}
 #mission .owl-controls .owl-dots .owl-dot.active span, #mission .owl-controls .owl-dots .owl-dot:hover span{
    background:#869791;
}
 #mission #customNavHeader{
    text-indent:-9999px;
    overflow:hidden;
    text-decoration:none;
    margin-top:-80px;
}
 #mission #customNavHeader .owl-prev{
    display:none !important;
    left:0%;
    width:40px;
    height:40px;
    margin-right:1px;
    font-size:12px;
    outline:none;
    position:absolute;
    background:transparent url("images/arrow-right.png") no-repeat center center;
    background-position:left top;
    cursor:pointer;
    -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
 #mission #customNavHeader .owl-next{
    right:-5%;
    width:40px;
    height:40px;
    font-size:12px;
    outline:none;
    position:absolute;
    z-index:9;
    background:transparent url(images/arrow-right.png) no-repeat center center;
    background-position:right top;
    cursor:pointer;
}
 
 #products{
    padding:60px 0px;
}
 #products ul{
    list-style:none;
    padding-top:40px;
}
 #products ul li{
    display:inline-block;
    width:20%;
}
 #products .box{
    max-width:100%;
    width:100%;
    padding:0px;
    margin-bottom:10px;
    cursor:pointer;
    text-align:center;
    position:relative;
    overflow:hidden;
    display:inline-block;
}
 #products .box .title{
    font-weight:bold;
    font-size:15px;
    line-height:1em;
    padding:10px 0px;
    margin:0;
    height:50px;
    text-align:center;
}
 #products .box .image{
    background:#ffffff;
    margin-bottom:0px;
    height:280px;
}
 #products .box .image img{
    margin:0 auto;
    display:block;
    text-align:center;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all 700ms;
    -moz-transition:all 700ms;
    -ms-transition:all 700ms;
    -o-transition:all 700ms;
    transition:all 700ms;
}
 #products .box .content{
    padding:20px 5px 5px 5px;
    font-size:14px;
    line-height:1.5em;
    width:100%;
    border-bottom:1px solid transparent;
}
 #products .box .hover{
    background:rgba(214, 169, 14, 0.8);
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    text-align:center;
    opacity:0;
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
    -webkit-transition:all 700ms;
    -moz-transition:all 700ms;
    -ms-transition:all 700ms;
    -o-transition:all 700ms;
}
 #products .box .hover .fa{
    color:#ffffff;
    text-align:center;
    position:absolute;
    display:table;
    top:50%;
    width:100%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -webkit-transition:all 700ms;
    -moz-transition:all 700ms;
    -ms-transition:all 700ms;
    -o-transition:all 700ms;
}
 #products .box:hover .hover{
    opacity:1;
}
 #products .box:hover .hover .fa{
    -webkit-transition:all 700ms;
    -moz-transition:all 700ms;
    -ms-transition:all 700ms;
    -o-transition:all 700ms;
}
 #products .box:hover .image img{
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
    -webkit-transition:all 700ms;
    -moz-transition:all 700ms;
    -ms-transition:all 700ms;
    -o-transition:all 700ms;
}
 #products .title{
    font-weight:400;
    font-size:15px;
    text-align:center;
    padding:0px 0px 10px 0px;
    margin-top:0px;
}
 #products .title:after{
    content:initial;
}
.prev-next-posts{
    border-top: 1px dotted #cacaca;
    padding: 8px 0px;
    margin-top: 10px;
    color: #000000;
}
.prev-next-posts a{
    color: #000000;
}
.prev-posts-link{
    display: inline-block;
    width: 50%;
    color: #000000;
}
.next-posts-link{
    display: inline-block;
    width: 50%;
    color: #000000;
}

 .gridbox{
    display:inline-block
}
 .borderbox{
    border:1px solid #fee805;
    margin:-6% 0% 0px 25%;
    width:68%;
    height:280px;
    position:absolute;
}
 .gridbox img{
    position:relative;
}
.box{
    margin-bottom: 20px;
    display:block;
    box-shadow: 0px 0px 5px #000000;
}
 .box:hover{
    
}
 .box:hover img{
    display:block;
    filter:brightness(1.1) invert(0);
}
.box h5{
    padding: 8px 0px 0px 0px;
}

 .box .caption{
    font-size:12px;
    line-height:1.5em;
    padding:10px 2px;
	color: #000000;
}
 .box .caption ul{
    list-style:none;
}
 .box .caption ul li{
    padding:5px 0px;
    line-height:1em;
    list-style:initial;
    margin-left:15px;
}
 .box .caption ul li b{
    font-size:15px;
    line-height:1.1em;
    list-style:none !important;
    margin-left:0px !important;
}
.box .image {
    height: 180px;
    overflow: hidden;
}
.box .image img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}

 #services{
    display:inline-block;
    width:100%;
}
 #services .heading{
    margin-bottom:20px;
}
 #services .box1{
}
 #services .box1 .image{
    display:inline-block;
    position:relative;
    overflow:hidden;
}
 #services .box2 .image img{
    width:400px;
}
 #services .box1 .image .caption{
    position:absolute;
    z-index:1;
    background:#D7A90E;
    width:105%;
    overflow:hidden;
    height:50px;
    top:39%;
    left:-43%;
    float:right;
    transform:rotate(-90deg);
    display:inline-block;
}
 #services .right .box1 .image .caption{
    position:absolute;
    z-index:1;
    background:#D7A90E;
    width:110%;
    overflow:hidden;
    height:50px;
    top:37%;
    left:36%;
    float:right;
    transform:rotate(-90deg);
    display:inline-block;
}
 #services .box1 .image .caption .style{
    padding:0px 5px;
    text-align:center;
    position:absolute;
    display:table;
    top:50%;
    width:100%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
 .allinone_carousel{
    width:1220px !important;
    height:500px !important;
    margin:0 auto;
}
 .allinone_carousel .contentHolder{
    overflow:initial !important;
    height:100% !important;
    width:100% !important;
    display:inline-block;
}
 .allinone_carousel.charming .contentHolderUnit{
    overflow:initial !important;
    height:auto !important;
    width:auto !important;
}
 .allinone_carousel.charming .bannerControls{
    position:absolute;
    left:0;
    top:0;
    z-index:101;
    width:100%;
}
 .allinone_carousel.charming .mycanvas{
    display:none !important;
}
 #services .box2{
    display:none;
    position:relative;
}
 #services .contentHolderUnit.active .box2{
    display:block;
}
 #services .contentHolderUnit.active .box1{
    display:none;
}
 #services .box2 .image{
    position:relative;
}
 #services .box2 .image img{
    width:370px;
}
 #services .box2 .image .caption{
    background:#fee805;
    width:270px;
    height:120%;
    left:70%;
    top:-10%;
    position:absolute;
    float:right;
    padding:30px;
}
 #services .box2 .image .caption .style{
    padding:0px 5px;
    margin-left:-40%;
    margin-bottom:15px;
    line-height:35px;
    font-size:36px;
    font-weight:600;
    text-align:left;
    text-shadow:2px 1px 2px #ffffff;
    text-transform:uppercase;
}
 #services .box2 .image .caption .content{
    padding:0px;
    display:inline-block;
    width:100%;
    position:relative;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    line-height:1.4em;
    text-align:left;
    font-weight:bold;
}
 #services .box2 .image .caption .button{
    text-align:center;
    margin:10px auto;
    padding:0px;
}
 #services .box2 .image .caption .button .black-btn{
    padding:0px;
}
 #services .box2 .image .caption .button .black-btn .fa{
    padding:12px 15px;
    background:#000000;
    color:#ffffff;
}
 #services .box2 .image .caption .button .black-btn span{
    padding:10px 15px;
    font-size:13px;
}
 #services .box2 .image .caption .button .black-btn:hover{
    background:transparent;
    border:1px solid #000000;
    color:#000000;
    padding:0px;
    border-radius:0px;
    cursor:pointer;
}

 #brand{
}
 #brand .heading{
}
 #brand .borderright{
    border-right:1px solid #404040;
    height:100%;
    width:1px;
    position:absolute;
    display:inline-block;
    right:0;
    top:0;
}
 #brand #homeBrand{
    padding-top:0px;
}
 #brand #homeBrand li{
    display:flex;
    align-items:center;
    height:80px;
    width:100%;
    overflow:hidden;
}
 #brand .owl-controls{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    left:0;
    opacity:0.7;
    z-index:3;
    text-indent:-9999px;
    overflow:hidden;
    text-decoration:none;
    width:100%;
    display:inline-block;
    position:absolute;
}
 #brand #customNav{
    text-indent:-9999px;
    overflow:hidden;
    text-decoration:none;
}
 #brand #customNav .owl-prev{
    left:0%;
    top:25px;
    width:40px;
    height:40px;
    margin-right:1px;
    font-size:12px;
    outline:none;
    position:absolute;
    z-index:9;
    background:transparent url(images/arrow-right.png) no-repeat center center;
    background-position:left top;
    cursor:pointer;
    -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
 #brand #customNav .owl-next{
    right:0%;
    top:25px;
    width:40px;
    height:40px;
    font-size:12px;
    outline:none;
    position:absolute;
    z-index:9;
    background:transparent url(images/arrow-right.png) no-repeat center center;
    background-position:right top;
    cursor:pointer;
}

 .scroll{
    height:300px;
}
 .scroll .bcg{
    background-position:center center;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;
    width:100%;
}


.form-wrapper{
    
}
.form-wrapper .section{
    padding: 10px 30px;
    display: block;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #d6d6d6;
}
.form-wrapper .form{
    padding: 15px;
    background: #f2f2f2;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}
.form-wrapper .row{
    margin-bottom: 5px;
}
.form-wrapper .col-sm-4 span{
    color: #ff0000;
}
.form-wrapper i{
    font-size:10px;
}
.form-wrapper .form input, .form-wrapper .form textarea, .form-wrapper .form select{
    padding: 5px;
    width: 100%;
    border: 1px solid #d6d6d6;
}
.form-wrapper .form input[type=checkbox]{
    display: inline-block;
    width: auto;
    padding-right: 10px;
}
 .formpadding{
    margin:0 auto;
}
 .formheader{
    background:#16b161;
    padding:10px 20px;
    font-size:13px;
}
 .formcontent{
    background:rgba(255, 255, 255, 0.42);
    width:100%;
    display:inline-block;
}
 .form-label{
    padding:0px;
    margin-bottom:10px;
}
 .formcontent label{
    width:100%;
    padding-bottom:10px;
}
 .formcontent input{
    width:100%;
    padding:8px 10px;
    background:#ffffff;
}
.formcontent select{
    width:100%;
    padding:8px 6px;
    background:#ffffff;
}
 .formcontent textarea{
    font-size:14px;
    width:100%;
    padding:8px 10px;
    background:#ffffff;
}
.formcontent .row{
    margin-bottom: 10px;
}
.formcontent .acceptance-348{
    display: inline-block;
    width: 2%;
    text-align: left;
    vertical-align: top;
}
.formcontent #term{
    font-size: 11px;
    line-height: 1.3em;
    letter-spacing: 0px;
    width: 95%;
    display: inline-block;
}
.formcontent #submit-btn{
    width: auto;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 8px 30px;
    margin: 20px 0px;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(200, 200, 200, 0.34);
    background: rgba(200, 200, 200, 0.34);
}
.formcontent #submit-btn:hover{
    color: #2A2829;
    background: rgba(200, 200, 200, 0.34);
}

 div.wpcf7-response-output{
    margin:0.5em 0px;
    padding:0.2em 1em;
}
 .main-navigation{
    clear:both;
    display:block;
    float:left;
    width:100%;
}
 .main-navigation ul{
    list-style:none;
    margin:0;
    padding-left:0;
}
 .main-navigation li{
    float:left;
    position:relative;
}
 .main-navigation a{
    display:block;
    text-decoration:none;
}
 .main-navigation ul ul{
    box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
    display:none;
    float:left;
    left:0;
    position:absolute;
    top:1.5em;
    z-index:99999;
}
 .main-navigation ul ul ul{
    left:100%;
    top:0;
}
 .main-navigation ul ul a{
    width:200px;
}
 .main-navigation ul ul li{
}
 .main-navigation li:hover > a{
}
 .main-navigation ul ul:hover > a{
}
 .main-navigation ul ul a:hover{
}
 .main-navigation ul li:hover > ul{
    display:block;
}
 .main-navigation .current_page_item a, .main-navigation .current-menu-item a{
}
 .navbar-right{
    float:left !important;
}
 .navbar-collapse{
    box-shadow:none;
    overflow:visible !important;
}
 .navbar-inverse li.menu-item-open-left:hover > ul.sub-menu, .navbar-inverse li.menu-item-open-left.link-focus > ul.sub-menu{
    right:0;
}
 .navbar-inverse li.menu-item-open-left li:hover > ul.sub-menu, .navbar-inverse ul ul li.link-focus > ul.sub-menu{
    right:100%;
    left:auto;
}
 .site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation{
    margin:0 0 1.5em;
    overflow:hidden;
}
 .comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous{
    float:left;
    width: 50%;
    padding: 5px 0;
}
 .comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next{
    float:right;
    text-align:right;
    width:50%;
    padding: 5px 0;
}
 .nav-links{
    border-top:1px solid #ACABAB;
}
 .nav-links a{
    color:#000000;
    padding:10px;
}
 .nav-links a:hover{
    color:#000000;
    text-decoration:underline;
    padding:10px;
    font-weight:bold;
}
 .prev{
    padding:15px 0 15px 60px;
    display:inline-block;
    margin-right:10px;
    border:none;
    font-size:22px !important;
}
 .next{
    padding:15px 60px 15px 0;
    display:inline-block;
    margin-left:10px;
    border:none;
    font-size:22px !important;
}
 .page-numbers{
    padding:0 5px 4px;
    font-size:14px;
}
 .site-main .post-navigation{
    float:left;
    width:100%;
}
 .screen-reader-text{
    clip:rect(1px, 1px, 1px, 1px);
    position:absolute !important;
}
 .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus{
    background-color:#f1f1f1;
    border-radius:3px;
    box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip:auto !important;
    color:#21759b;
    display:block;
    font-size:14px;
    font-weight:bold;
    height:auto;
    left:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000;
}
 .img-responsive{
    height:200px;
    margin-bottom:20px;
}
 .alignleft{
    display:inline;
    float:left;
    margin-right:1.5em;
}
 .alignright{
    display:inline;
    float:right;
    margin-left:1.5em;
}
 .aligncenter{
    clear:both;
    display:block;
    margin:0 auto;
}
 .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after{
    content:'';
    display:table;
}
 .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after{
    clear:both;
}
 .sidebar-wrap{
    border-left:1px solid rgba(0, 0, 0, 0.05);
}
 .widget{
}
 .widget .widget-title{
    color:#000000;
}
 .widget .widget-title:before{
}
 .widget h1.widget-title{
    width:100%;
    color:#ffffff !important;
    text-align:center;
    margin-bottom:10px !important;
}
 .widget h2.widget-title{
    position:relative;
    display:inline-block;
    width:100%;
    font-size:25px;
    letter-spacing:1px;
    line-height:1em;
    padding:10px 0px;
    margin-bottom:20px;
    margin-top:0px;
}
 .widget h2.widget-title:before{
    /*background:#7e6116;*/
    /*position:absolute;*/
    /*margin:auto;*/
    /*z-index:1;*/
    /*content:"";*/
    /*height:1px;*/
    /*bottom:0;*/
    /*left:0px;*/
    /*width:200px;*/
}
 .widget h2.widget-title:after{
    /*position:absolute;*/
    /*margin:auto;*/
    /*z-index:1;*/
    /*content:"";*/
    /*height:4px;*/
    /*background:#7e6116;*/
    /*bottom:-3px;*/
    /*left:0px;*/
    /*width:50px;*/
}
 .widget h2.widget-title2{
    position:relative;
    display:inline-block;
    width:100%;
    font-size:25px;
    letter-spacing:1px;
    line-height:1em;
    padding:10px 0px;
    margin-bottom:5px;
    margin-top:0px;
}
 #secondary .widget h2.widget-title{
    font-size:18px;
}
 #secondary .widget h2.widget-title:before{
    width:90px;
}
 #secondary .widget h2.widget-title:after{
    width:30px;
}
 .widget h3.widget-title{
    position:relative;
    display:inline-block;
    width:100%;
    font-size:30px;
    font-weight: 600;
    line-height:1em;
    padding:10px 0px;
    margin-bottom:30px;
    margin-top:30px;
}
 .widget h3.widget-title:before{
    /*background:#012b91;*/
    /*position:absolute;*/
    /*margin:auto;*/
    /*z-index:1;*/
    /*content:"";*/
    /*height:1px;*/
    /*bottom:0px;*/
    /*left:0px;*/
    /*width:200px;*/
}
 .widget h3.widget-title:after{
    /*position:absolute;*/
    /*margin:auto;*/
    /*z-index:1;*/
    /*content:"";*/
    /*height:4px;*/
    /*background:#00206b;*/
    /*bottom:-3px;*/
    /*left:0px;*/
    /*width:100px;*/
}
 .widget h3.widget-title2{
    position:relative;
    display:inline-block;
    width:100%;
    font-size:30px;
    letter-spacing:1px;
    line-height:1em;
    padding:10px 0px;
    margin-bottom:0;
    margin-top:50px;
}
 .widget-area{
    float:left;
    width:100%;
}
 .widget-area .widget{
    clear:both;
}
 .widget-area .widget .widget h2.widget-title{
    font-size:18px;
}
 .widget-area .widget .widget h2.widget-title:before{
    width:80px;
}
 .widget-area .widget .widget h2.widget-title:after{
    width:30px;
}
 .widget-area .widget-title{
    margin:10px auto 10px auto;
}
 .widget-area ul li{
    margin:0px;
}
 .widget-area .widget-title, .widget-area ul li{
    text-align:left !important;
    text-transform:capitalize;
    font-weight:normal;
}
 .widget-area .widget-title:before{
}

 .tagcloud a{
    background:#FCFCFC;
    padding:2px 5px;
}
 .widget_search .search-submit{
    display:block;
    width:46px;
    height:46px;
    position:absolute;
    top:0;
    right:0;
    padding:0;
    margin:0;
    background:url(images/search_icon.png) no-repeat center center;
    text-indent:-9999999px;
}
 .widget_search label{
    margin-bottom:5px;
    width:100%;
    position:relative;
}
 .widget_search form{
    position:relative;
}
 .widget_search input{
    width:83%;
    padding:12px 15% 12px 2%;
}
 .widget ul{
    margin:0;
    padding:0;
    display:block;
}
 .widget li{
    /*list-style:none;*/
    margin:0px 0;
    margin-left:5%;
    position:relative;
}
 .widget li:before{
    width:4px;
    height:4px;
    background:#e9e9e9;
    position:absolute;
    margin-top:11px;
    left:0;
}
 .widget li a{
    color:#808080;
}
 .widget li a:hover{
    color:#404040
}
 .widget ul.horizontal{
    margin:0;
    padding:0;
    display:block;
}
 .widget ul.horizontal li{
    list-style:none;
    margin:0px 0px 20px 0px;
    position:relative;
    float:left;
}
 .widget ul.style > li{
    text-align:left;
    margin:0px;
    margin-left:10px;
    position:relative;
}
 .widget ul.style > li:before{
    content:"-";
    text-indent:-5px;
    background:none;
    width:5px;
    height:5px;
    margin:0px;
    position:absolute;
    left:0;
}
 .widget ul.style > li p{
    padding-left:10px;
}
 .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
    margin-right:0;
    margin-left:0;
}
 .site-content{
    background:#FFFFFF;
}
.home .site-content{
	padding-top:0;
}
 .sticky{
}
 .hentry{
}
 .byline, .updated{
    display:none;
}
 .single .byline, .group-blog .byline{
    display:inline;
}
 .entry-meta-large .byline, .entry-meta-large .updated{
    display:none;
}
 .page-content, .entry-summary{
    margin:1.5em 0 0;
    border-bottom:1px solid #ddd;
}
 .page-links{
    clear:both;
    margin:0 0 1.5em;
}
 .page-header{
    width:100%;
    height: 550px;
    margin:0px;
    padding:0px;
    z-index:0;
    background: #4445b1;
	border-bottom: 0px solid #eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
 .page-header-medium{
    width:100%;
    height: 420px;
    margin:0px;
    padding:0px;
    z-index:0;
    background: #4445b1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-image: url('images/default-image.jpg');*/
	background-image: url('http://klmuc.edu.my/wp-content/uploads/2020/01/2.jpg');
}

 .page-header-small{
    width:100%;
    height: 350px;
    margin:0px;
    padding:0px;
    z-index:0;
    background: #4445b1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
 article .page-header{
    height:auto;
    margin-bottom:20px;
    border-bottom:1px solid rgb(238, 238, 238);
    background: transparent;
}
 article .entry-content{
    margin:0;
    padding:0px;
}
 .page-header .overlay{
    width:100%;
    height:100%;
    /*background:rgba(0, 0, 0, 0.5);*/
}
 .page-header h1.page-title span{
    position:relative;
    font-size:24px;
    padding-top:20px;
    color:#ACABAB !important;
}
 .page-header h1.page-title:before{
    position:absolute;
    margin:auto;
    z-index:1;
    content:"";
    width:35%;
    height:2px;
    background:#e9e9e9;
    bottom:-9px;
    left:0;
}
 .page-header-content{
    position:relative;
    display:table;
    top:50%;
    width:100%;
    margin:0px;
    padding:0px;
    font-size:30px;
    color:#ffffff;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
 .breadcrumb{
    width:90%;
    margin:0 auto;
    padding:35px 0;
    line-height:1em;
    font-size:15px;
    font-weight:normal;
    text-align:center;
    list-style:none;
    background-color:transparent;
}
 .breadcrumb a , .breadcrumb a:hover , .breadcrumb span{
    font-size:15px;
    line-height:1em;
    color:#ffffff;
}
 .page-header-content h3.page-title{
     text-align:right;
    color:#ffffff;
    font-weight:normal;
    font-size:48px;
    line-height:50px;
    padding:0;
    margin:0;
    display: inline-block;
    right: 10%;
    float: right;
    position: absolute;
}
 .page-header-content h4.page-title{
    text-align: center;
    color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
    font-weight: normal;
    font-size: 33px;
    line-height: 1.4em;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 50%;
}
 .page-header-content h4.page-title:before{
    position:absolute;
    content:"";
    width:4%;
    height:2px;
    background:#FFE300;
    bottom:-12px;
    left:48%;
}

 .taxonomy-description{
    margin-top:15px;
}
 .entry-title{
    position:relative;
}
 .entry-title:before{
    position:absolute;
    margin:auto;
    z-index:1;
    content:"";
    width:10%;
    height:2px;
    background:#fee805;
    bottom:-9px;
    left:0;
}
 .entry-meta{
    padding-top:10px;
}
 .blog .format-aside .entry-title, .archive .format-aside .entry-title{
    display:none;
}
 .comment{
    list-style:none;
    margin-top:10px;
    margin-bottom:10px;
}
 .comment a{
    color:#c7254e;
}
 .comment-body{
    text-align:left;
    border-bottom:1px solid rgba(0, 0, 0, 0.05);
    padding-bottom:10px;
    position:relative;
    padding-left:40px;
}
 .comment-content a{
    word-wrap:break-word;
}
 .bypostauthor{
}
 .comment-form, .comments-title, .comment-reply-title{
    text-align:left;
}
 .comment .reply a{
    font-size:12px;
}
 .comment-form p{
    margin:10px 10px 10px 0;
}
 .comment-form label{
    width:85px;
}
 .comments-title{
    font-size:20px;
    margin-bottom:20px;
}
 .comment-list{
    margin-left:0px;
}
 .comment-list li{
    list-style:none;
    float:left;
    width:100%;
}
 .comment-reply-link{
    border:1px solid #ccc;
    border-radius:3px;
    font-size:1.2rem;
    line-height:1;
    padding:.6em 1em .4em;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    box-shadow:none;
    text-shadow:none;
    padding:3px 5px;
    position:absolute;
    top:0;
    right:0;
}
 .comment-form #submit, .comment-reply-link{
    background:#fee805;
    border-color:#fee805;
    color:#fff !important;
}
 .comment-form #submit:hover, .comment-form #submit:focus, .comment-form #submit:active{
    background:#fee805;
}
 .comment-meta{
    margin-top:0 !important;
    padding-top:0 !important;
}
 .comment-metadata{
    position:absolute;
    top:-2px;
    right:55px;
}
 .comment-metadata, .comment-metadata a{
    color:#888;
    font-style:italic;
    font-size:12px;
    padding:3px 0px;
}
 .comment-reply-link:hover{
    background:#fee805;
    box-shadow:none;
}
 .comment-author img{
    border-radius:50%;
    position:absolute;
    left:0;
}
 .comment-author b.fn{
    color:#000;
}
 .infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer{
    display:none;
}
 .infinity-end.neverending .site-footer{
    display:block;
}
 .wp-caption{
    border:1px solid #ccc;
    margin-bottom:1.5em;
    max-width:100%;
}
 .wp-caption img[class*="wp-image-"]{
    display:block;
    margin:1.2% auto 0;
    max-width:98%;
}
 .wp-caption-text{
    text-align:center;
}
 .wp-caption .wp-caption-text{
    margin:0.8075em 0;
}
 .site-main .gallery{
    margin-bottom:1.5em;
}
 .page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley{
    border:none;
    margin-bottom:0;
    margin-top:0;
    padding:0;
}
 .gallery-caption{
}
 .site-main .gallery a img{
    border:none;
    height:auto;
    max-width:90%;
}
 .site-main .gallery dd, .site-main .gallery figcaption{
    margin:0;
}
 embed, iframe, object{
    max-width:100%;
    margin-bottom:-5px;
}
 .section-header{
    padding:0px;
}
 .section-header h3{
    position:relative;
    display:inline-block;
    font-size:25px;
    color:#555555;
}
 .section-header .section-legend{
    font-size:16px;
    margin-bottom:0;
    color:#808080;
    padding-top:0;
}
 .preloader{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fefefe;
    z-index:99999;
    height:100%;
    width:100%;
    overflow:hidden !important;
}
 .status{
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(images/loading.gif);
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}

 #site-navigation{
    float:right;
    margin:0;
    padding: 0;
    clear:both;
    width:100%;
}
 #site-navigation > ul{
    width:auto;
    position:relative;
}
 #site-navigation > ul ul{
    text-align:left;
    padding: 10px 0px;
}
 #site-navigation > ul > li{
}
 #site-navigation > ul > li:first-child{
     padding-left: 0;
}
 #site-navigation > ul > li:last-child{
     padding-right: 0;
}
 #main-nav{
    width:100%;
    z-index:3;
    margin-bottom:0;
    padding:10px 0px;
    background: #4445b1;
    position:relative;
	 border-bottom: 1px solid #4445b1;
}
 .responsive-logo{
    padding:0px;
    float:left;
	 width: 25%;
}
 .responsive-logo img{
	width: 100%;
    max-width:100%;
}

 .navbar{
    border:0;
    border-radius:0 !important;
    text-align:left;
}
 .navbar-header{
    position:relative;
}
 .navigation-wrapper{
    width:75%;
    float:right;
}
 .navbar-inverse .navbar-nav{
    margin-left:0;
    margin-right:0;
    width:100%;
}
 .navbar-inverse .navbar-nav >li{
    display:inline;
}
 .navbar-inverse .navbar-nav>li:last-child{
    margin-right:0 !important;
}
 .navbar-inverse .navbar-nav >li.current-menu-item{
}
 .navbar-inverse .navbar-nav >li.current-menu-item a{
    color:#ffffff;
    border-bottom: 1px solid #FFFFFF;
}
 .navbar-inverse .navbar-nav >li.current-menu-item a:after{
}
 .navbar-inverse .navbar-nav>li>a{
    font-size: 14px;
    font-weight: 500;
    color:#FFFFFF;
    text-shadow: 1px 1px 0px #4445b1;
    padding:0px;
    display:table-cell;
    vertical-align:middle;
    letter-spacing:0px;
    text-align:center;
    outline:none;
}
 .navbar-inverse .navbar-nav>li>a span{
    font-weight:300;
    font-size:12px;
    color:#000000;
}
 .navbar-inverse .navbar-nav>li:hover a, .navbar-inverse .navbar-nav>li>a:focus{
    color:#ffffff;
}
 .navbar-inverse .navbar-nav>li>a:hover span, .navbar-inverse .navbar-nav>li>a:focus span{
    color:#000000;
}
 .navbar-inverse .navbar-nav>li.current>a{
    position:relative;
}
/*.home .navbar-inverse .navbar-nav>li {*/
/*    padding: 0 10px;*/
/*}*/
/* .home .navbar-inverse .navbar-nav>li>a{*/
/*    color:#FFFFFF;*/
/*}*/
/* .home .navbar-inverse .navbar-nav >li.current-menu-item a{*/
/*    color:#ffffff;*/
/*    border-bottom: 1px solid #FFFFFF;*/
/*}*/
/* .home .navbar-inverse .navbar-nav>li:hover a, .home .navbar-inverse .navbar-nav>li>a:focus{*/
/*    color:#ffffff;*/
/*}*/
 .dropdownmenu{
    /*position:absolute;*/
    /*display:inline-block;*/
    display: table-cell;
    margin: 0;
    padding: 3px 0px 3px 3px;
    /*top: 0;*/
    /*right: 0; */
    line-height: 1em;
}
 .dropdownmenu:before{
    color:#FFFFFF;
    content:"\f107";
    font-family:FontAwesome;
    font-style:normal;
    font-weight:bold;
}
 .sub-menu .dropdownmenu{
    position:absolute;
    /*display:inline-block;*/
    /*display: table-cell;*/
    margin: 0;
    padding: 0;
    top: 0px;
    right: 10px;
    line-height: 1em;
}
 .sub-menu .dropdownmenu:before{
    color:#000000;
    content:"\f105";
    font-family:FontAwesome;
    font-style:normal;
    font-weight:bold;
}
 .navbar-inverse .navbar-nav>li:hover .dropdownmenu:before, .navbar-inverse .navbar-nav >li.current-menu-item .dropdownmenu:before{
   
}
 .navbar-inverse .main-navigation ul > li{
    display:inline;
    margin-top:20px;
}
 .navbar-inverse .main-navigation > ul > li:last-child{
    margin-right:0 !important;
}
 .navbar-inverse .main-navigation > ul > li > a{
    color:#404040;
    padding:0;
    line-height:35px;
}
 .navbar-inverse .navbar-nav ul.sub-menu{
    left:-999em;
    position:absolute;
    top:100%;
    background:#fff;
    width:250px;
    box-shadow:3px 3px 2px rgba(50, 50, 50, 0.08);
    z-index:9999;
}
 .navbar-inverse .navbar-nav ul.sub-menu{
    margin:0;
}
 .navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu{
    position:absolute;
    top:0;
}
 .navbar-inverse .navbar-nav ul.sub-menu li{
    float:none;
    position:relative;
    list-style:none;
    padding: 0px 10px;
    margin: 0 0 8px 0px;
}
 .navbar-inverse .navbar-nav ul.sub-menu li li{
    float:none;
    position:relative;
    list-style:initial;
    padding:0px;
    margin: 0 0 3px 10%;
}
 .navbar-inverse .navbar-nav ul.sub-menu li a{
    font-size: 12px;
    line-height: 1.5em;
    display: block;
    color: #000000;
}
 .navbar-inverse .navbar-nav ul.sub-menu li:hover > a, .navbar-inverse .navbar-nav ul.sub-menu li.link-focus > a{
/*     color:#4445b1; */
}
 .navbar-inverse ul ul{
    left:-999em;
}
 .navbar-inverse ul ul ul{
    left:-999em;
    top:0;
}
 .navbar-inverse ul li:hover > ul.sub-menu, .navbar-inverse ul li.link-focus > ul.sub-menu{
    left:auto;
}
 .navbar-inverse ul ul li:hover > ul.sub-menu, .navbar-inverse ul ul li.link-focus > ul.sub-menu{
    left:100%;
}
 .navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{
    background-color:transparent;
    filter:alpha(opacity=100);
    opacity:1;
    box-shadow:none;
    border-color:none;
    border:0px dotted black;
    outline:none;
}
 .navbar-inverse .navbar-toggle .icon-bar{
    background-color:#FFFFFF;
}
 .home .navbar-inverse .navbar-toggle .icon-bar{
    background-color:#FFFFFF;
}
 .navbar-toggle.active{
}
 .navbar-toggle.collapsed{
    background-color:transparent !important;
}
 ul.nav > li.menu-item-home > a:before{
    content:"";
    display:none;
}
 li.current>a:before{
}
 ul.nav > li.current_page_item > a:before, ul.nav > li.current-menu-item > a{
    outline:none;
}
 ul.nav > li.current_page_item > a:before, ul.nav > li.current-menu-item > a:before{
}
 ul.nav > li.current_page_item.menu-item-home > a:before{
    content:"";
    display:none;
}
 ul.nav > li.current_page_item.current > a:before{
}
 #main-nav.fixed{
    position: fixed;
    top: 0;
    background: #4445b1;
    z-index:999;
}


 #loader{
    min-height:930px;
    position:relative;
    display:none;
}
 #loader .loader-icon{
    background:url(images/loading.gif) no-repeat center center;
    background-color:#FFF;
    margin:-22px -22px;
    top:50%;
    left:50%;
    z-index:10000;
    position:fixed;
    width:44px;
    height:44px;
    -webkit-background-size:30px 30px;
    background-size:30px 30px;
    border-radius:5px;
}
 .sitelogo{
    padding:20px 0px;
    text-align:left;
}
 .sitelogo .bigtitle{
    text-transform:uppercase;
    font-size:45px;
    font-weight:bold;
    line-height:1em;
    color:#fee805;
}
 .sitelogo .smalltitle{
    text-transform:uppercase;
    font-size:25px;
    font-weight:100;
}
 .sitecontact{
    display:block;
    clear:both;
    padding:0px;
}
 .sitecontactlist{
    height:100%;
    display:inline-block;
    margin:0px;
    padding:0px;
    position:relative;
    width:100%;
    color:#000000;
}
 .sitecontactlist .box{
    width:85%;
    float:right;
    padding:0px;
    margin-bottom:0;
    cursor:pointer;
}
 .sitecontactlist .box a{
    color:#000000;
}
 .sitecontactlist .caption{
    float:left;
    width:20%;
    height:100%;
    text-align:center;
}
 .sitecontactlist .boxcontent{
    position:absolute;
    display:table;
    top:30%;
    width:10%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
 .sitecontact .title{
    font-size:15px;
    font-weight:bold;
    line-height:16px;
    padding:0px;
    margin:0 0 10px 0px;
    color:#000000;
}
 .sitecontact .subtitle{
    display:block;
    clear:both;
    color:#222222;
}
 .sitecontact .subtitle a{
    color:#95969A;
}
 .sitecontact .borderbottom{
    display:block;
    background:transparent;
    border-bottom:1px solid rgba(255, 255, 255, 0.45);
    width:120px;
    padding:0px;
    margin-bottom:15px;
}
 .sitecontact .borderbottom:after{
    position:absolute;
    width:140px;
    height:1px;
    background:transparent;
}
 .sitecontact .coverborder{
    width:15px;
    border:0;
    height:3px;
    margin-left:10px;
    position:absolute;
    margin-top:-17px;
    background:#231f20;
    padding:0px;
    margin-bottom:0px;
}
 #quicklink{
    padding:40px 0px 30px 0px;
    color: #FFE300;
    letter-spacing:0px;
    display:block;
}
 #quicklink ul{
     list-style: initial;
 }
 #quicklink li{
    list-style: initial;
    line-height: 1.5;
    font-size: 12px;
    margin-left: 15px;
 }
 #quicklink .title{
    padding-top: 0;
    margin: 0 0 10px 0px;
    color: #FFE300;
    font-size: 14px;
    font-weight: 600;
}
 #quicklink .innercontainer{
    overflow:hidden;
}
 #quicklink .innercontainer .bg{
    padding:60px 0px;
    height:100%;
    width:100%;
    background:#F3F3F3;
}
 #quicklink .fa{
    font-size:25px;
    padding-right:5px;
}
 #quicklink a{
    line-height:1.3em;
    color: #FFE300;
}
 #quicklink a:hover{
    color: #808080;
}
 #quicklink h3{
    color:#404040;
    font-size:24px;
    font-weight:normal;
}
 #quicklink label{
    font-size:20px;
    font-weight:bold;
    line-height:1em;
    letter-spacing:0px;
    text-align:center;
    display:block;
    padding:0px 0px 20px 0px;
}
 #quicklink label:after{
}
 #quicklink .form-label input, #quicklink .form-label textarea{
    width:100%;
    padding:5px 8px;
    background:transparent;
    border:1px solid #9a9a9a;
    color:#404040 !important;
    font-size:12px;
}
 #quicklink iframe{
    margin:0 auto;
    display:block;
}

 .copyright{
    color: rgba(255, 255, 255, 0.5);
    padding: 20px 0px 0px 0px;
    font-size: 11px;
    border-top: 1px solid #C0FF00;
}
 .footer-widget{
    float:none;
    display:inline-block;
    vertical-align:top;
}
 .footer-widget ul#menu-menu-1{
    list-style:none;
}
 .footer-widget ul{
    margin-left:0;
    padding-left:0;
}
 .footer-widget li{
    list-style:none;
    margin-left:0;
    text-align:left;
}
 .footer-widget li a{
    color:#ffffff;
}
 .footer-widget li a:hover{
    color:#fee805;
}
 .footer-widget-wrap{
    width:100%;
    padding:60px 0px;
    display:inline-block;
}
 .footer-widget-wrap > .container{
    text-align:left;
}
 .footer-widget-wrap .widget .widget-title{
    color:#ffffff;
    padding:0;
}
 .footer-widget-wrap .widget{
    color:#ffffff;
}
 .footer-widget-wrap .widget_calendar tbody td{
    background-color:rgba(249, 249, 249, 0.75);
}
 .footer-widget-wrap .tagcloud a{
    background:none;
    padding:2px 5px;
    color:#404040;
}
 .footer-widget-wrap .tagcloud a:hover{
    color:#FFF;
}
 .footer-widget-wrap .widget #wp-calendar{
    color:#333;
}
 #formtop{
    position:absolute;
    right:0;
    color:white;
    margin:0;
    display:block;
    width:470px;
    bottom:0;
    transform:translateY(-15%);
    -ms-transform:translateY(-15%);
    -webkit-transform:translateY(-15%);
}
 .blog{
    min-height:175px;
    position:relative;
    overflow:hidden;
}
 .blog-list{
    background:#FFF;
}
 .post-img-wrap{
    width:30%;
    float:left;
    display:inline-block;
    overflow:hidden;
    padding-right: 10px;
}
 .post-img-wrap a img{
    /*width:200px;*/
    height:auto;
    /*-webkit-transform:scale(1);*/
    /*-moz-transform:scale(1);*/
    /*-o-transform:scale(1);*/
    /*-ms-transform:scale(1);*/
    /*transform:scale(1);*/
    /*-webkit-transition:all 0.3s ease-out;*/
    /*-moz-transition:all 0.3s ease-out;*/
    /*-ms-transition:all 0.3s ease-out;*/
    /*-o-transition:all 0.3s ease-out;*/
    /*transition:all 0.3 ease-out;*/
}
 .post-img-wrap a:hover img{
    /*-webkit-transform:scale(1.1);*/
    /*-moz-transform:scale(1.1);*/
    /*-o-transform:scale(1.1);*/
    /*-ms-transform:scale(1.1);*/
    /*transform:scale(1.1);*/
    /*-webkit-transition:all 0.5s ease-out;*/
    /*-moz-transition:all 0.5s ease-out;*/
    /*-ms-transition:all 0.5s ease-out;*/
    /*-o-transition:all 0.5s ease-out;*/
    /*transition:all 0.5 ease-out;*/
}
 article.hentry{
    float:left;
    width:100%;
    /*margin-bottom: 20px;*/
}
 article.sticky{
    background:#f9f9f9;
    padding:10px;
}
 article{
    text-align:left;
}
 article .entry-meta a{
    color:#888;
    font-style:italic;
}
 article .posted-on a:hover{
    color:#fee805;
}

 .entry-title{
    display:none;
}
 .entry-title, .entry-title a, .widget-title, .widget-title a{
    font-size:16px;
    line-height:18px;
}
 .entry-title:after{
    position:absolute;
    margin:auto;
    z-index:1;
    content:"";
    width:10%;
    height:2px;
    background:#fee805;
    bottom:-9px;
    left:0;
}
 .blogtitle{
    display:block !important;
    line-height:1em;
}
 .blogtitle:after{
    display:none !important;
}
 .clear{
    clear:both;
}
 .content-left-wrap{
}
 .sidebar-wrap.content-left-wrap{
    margin-top:60px;
    padding-top:0;
}
 .debar-wrap{
    margin-top:50px;
}
.readmore{
    bottom: 0px;
    right: 0;
    font-size: 11px;
    position: absolute;
    padding: 2px 5px;
    background: #4445b1;
    color: #ffffff;
    text-align:center;
}
 .listpost-content-wrap{
    width: 70%;
    float: right;
}
 .listpost-content-wrap h1.entry-title, .list-post-top h1.entry-title{
    float:none;
    clear:none;
    margin-top:0;
    color: #DD0081;
    font-weight: 600;
}
 .listpost-content-wrap .entry-title:before{
    /*display:none;*/
    content:"";
    background:#DD0081;
    height: 3px;
}
 .listpost-content-wrap .entry-title a:after{
    position:absolute;
    margin:auto;
    z-index:1;
    content:"";
    width:35%;
    height:2px;
    background:#fee805;
    bottom:-9px;
    left:0;
    width:50px;
    display:none;
}
 .listpost-content-wrap .entry-content{
    position: relative;
}
 .listpost-content-wrap .entry-content p{
    min-height:90px;
    margin-bottom:0
}
 .listpost-content-wrap .entry-footer{
    padding-top: 10px;
    margin-top: 10px;
    font-size: 10px;
    border-top: 1px dotted #f2f2f2;
    color: #000000;
}

 .listpost-content-wrap-full{
    width:100%;
}
 .listpost-content-wrap-full h1.entry-title, .list-post-top h1.entry-title{
    float:none;
    clear:none;
    margin-top:0;
    color: #DD0081;
    font-weight: 600;
}
 .listpost-content-wrap-full .entry-title:before{
    /*display:none;*/
    content:"";
    background:#DD0081;
    height: 3px;
}
 .listpost-content-wrap-full .entry-title a:after{
    position:absolute;
    margin:auto;
    z-index:1;
    content:"";
    width:35%;
    height:2px;
    background:#DD0081;
    bottom:-9px;
    left:0;
    width:50px;
    /*display:none;*/
}
 .listpost-content-wrap-full .entry-content{
    position: relative;
}
 .listpost-content-wrap-full .entry-footer{
    padding-top: 10px;
    margin-top: 10px;
    font-size: 10px;
    border-top: 1px dotted #f2f2f2;
    color: #000000;
}

 .list-post-top{
    min-height:130px;
    display:inline-block;
    width:70%;
    border-top:2px solid #000000;
}
 .search .list-post-top{
    min-height:1px;
}
 .entry-footer{
    background:transparent;
    font-size: 10px;
}
  .entry-footer a, .entry-footer-large a{
    color:#8b8b8b;
    font-style:italic;
}
 .entry-footer-large a:hover{
    color:#fee805;
}
 .entry-footer-large{
    background:transparent;
    padding:0 0 20px 0px;
    position:relative;
    padding-right:200px;
    float:left;
    width:100%;
}
 .entry-footer-large > span{
    padding-right:5px;
}
 .entry-footer-large-left{
    float:left;
}
 .large-container .entry-content p{
    margin:4px 20px 0px 0px;
}
 .entry-content{
    margin:0;
}
 .widget_calendar table, .widget_calendar td{
    border:0;
    border-collapse:separate;
    border-spacing:1px;
}
 .widget_calendar caption{
    font-size:14px;
    margin:0;
    margin-bottom:6px;
}
 .widget_calendar th, .widget_calendar td{
    padding:0;
    text-align:center;
}
 .widget_calendar a{
    display:block;
    background:#f9f9f9;
    color:#fee805;
}
 .widget_calendar a:hover{
    background-color:#fee805;
    color:#FFF;
}
 .widget_calendar tbody td{
    background-color:#f9f9f9;
}
 .site-footer .widget_calendar tbody td{
    background-color:rgba(255, 255, 255, 0.05);
}
 .widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad{
    background-color:transparent;
}
 .widget_calendar thead th{
    background:#e9e9e9;
    border:none;
}
 .entry-meta-large{
    float:right;
    position:absolute;
    right:0;
    top:0
}
 .entry-content p{
}
 .post-img-wrap-large a img{
    max-width:100%;
    width:100%;
    height:auto;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3 ease-out;
}
 .listpost-content-wrap-large{
    position:absolute;
    bottom:0px;
    background:rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
    min-height:50px;
    width:100%;
    padding:15px 20px 0px 20px;
    border-top:2px solid #FFF;
}
 .large-container{
    background-color:#fff;
    border-radius:4px;
    margin:0 0 35px 0;
    position:relative;
    width:95%;
    float:left;
}
 .large-container .list-post-top{
    min-height:130px;
}
 .mobile-bg-fix-wrap{
    width:100%;
    overflow:hidden;
}
 .mobile-bg-fix-wrap .mobile-bg-fix-img-wrap{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:0;
}
 .mobile-bg-fix-wrap .mobile-bg-fix-img{
    position:absolute;
    width:100%;
    height:125%;
    left:0;
    top:0;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
 .mobile-bg-fix-wrap .mobile-bg-fix-whole-site{
    position:relative;
    z-index:1;
}

 @media (max-width:1200px){
    section {
        padding: 40px 0px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 11px;
    }

    .announcementWrapper .box .postcaption span {
        font-size: 28px;
    }
    #about .title {
        font-size: 90px;
    }
    #about .circle-red {
        background-size: 95%;
    }
    #why .content .title {
        font-size: 50px;
    }
    #vision .title {
        font-size: 70px;
    }
    #vision .title:after {
        background-size: 52px;
        background-position: 0 14px;
        right: 42px;
    }
    #category .content .caption .left {
        left: 10%;
    }
    #category .content .caption .right {
        right: 10%;
    }
    #category .content .caption a {
        font-size: 16px;
    }
    #newsevents {
        padding: 40px 0px 20px 0px;
    }
    .newsWrapper .box .content {
        font-size: 15px;
    }
}
 @media (max-width:1024px){

}
 @media (max-width:992px){
	
	.responsive-logo {
    	width: 40%;
		position: absolute;
	}
	 .navigation-wrapper {
		 width: 100%;
	 }
    .header .social {
        margin: 0;
    }
	     
     #site-navigation{
        margin:0px;
        padding:10px;
        border:none;
        z-index: 9999;
        position: relative;
        background: #4445b1;
    }
     #site-navigation > ul{
        width:100%;
        position:relative;
        margin:0;
        padding:0;
    }
     #site-navigation > ul ul{
        left:0;
        padding: 0;
    }
     #main-nav{
        overflow:visible;
    }
     .navbar-toggle{
        z-index:1;
        padding:10px;
        margin-right:0px;
        margin-top:0px;
        margin-bottom:0px;
    }
     .navbar-inverse .navbar-nav{
        padding-left:10px;
        line-height:normal;
        text-align:center;
        margin:0px;
    }
     .navbar-inverse .navbar-nav > li{
        display:inline-block;
        margin-bottom:0;
        width:100%;
        position:relative;
        padding:1px 0px;
    }
     .navbar-inverse .navbar-nav > li a{
		font-size: 12px;
        text-align:left;
        height:auto;
        display:block;
        padding:2px;
        margin:0px;
        color: #FFFFFF;
    }
    .navbar-inverse .navbar-nav >li.current-menu-item a{
        border-bottom: 0px solid ;
    }
     .navbar-inverse .navbar-nav >li.current-menu-item a:after{
        display:none;
    }
     .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
    }
     .navbar-inverse .navbar-nav li.this-open > ul{
        display:block !important;
    }
     .navbar-inverse .navbar-nav ul.sub-menu{
        display:none !important;
        position:relative;
        top:0;
        box-shadow:none;
        width:100%;

    }
     .navbar-inverse .navbar-nav ul.sub-menu li{
        width:98%;
        float:left;
        color: #ffffff;
        margin: 3px 0 3px 4%;
    }
     .navbar-inverse .navbar-nav ul.sub-menu li a{
        width:100%;
        float:left;
        padding: 2px 8px;
        color: #ffffff;
    }
     .navbar-inverse .navbar-nav ul.sub-menu li:last-child a{
        border-bottom:none;
    }
     .navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu{
        position:relative;
        left:0;
        top:0;
        background: transparent;
    }
    .navbar-inverse .navbar-nav ul.sub-menu li li {
        float: left;
        position: relative;
        list-style: initial;
        padding: 0px;
        margin: 0 0 3px 6%;
    }
    
     .navbar-collapse{
        max-height:100%;
    }
     .dropdownmenu{
        display:block;
        position:absolute;
        z-index:9;
        right:4px;
        top: 8px;
        width:10px;
        height:10px;
        margin:0;
        padding:0;
    }
    .sub-menu .dropdownmenu {
        right: 60px;
    }
    .sub-menu .dropdownmenu:before {
        color: #ffffff;
        content: "\f107";
    }
     .this-open > a{
        color:#fee805 !important;
    }
     li.current>a:before{
        content:"";
        display:none !important;
    }
	 .site-content {
/* 		padding-top: 86px; */
	}
    .page-header {
        height: 450px
    }
	 .page-header-small{
		 height: 350px;
	 }
	 .fullideo{
		 height: 450px
	 }
    #about .title {
        font-size: 72px;
    }
    #about .circle-red {
        height: 65px;
    }
    .announcementWrapper .box .postcaption span {
        font-size: 20px;
    }
    #category .content .caption a {
        font-size: 13px;
    }
    .courses ul li {
        width: 49%;
    }
    .admissionlist ul li{
        width: 45%;
    }
    .threcolumns .title {
        font-size: 25px;
    }
    .box1 .title {
        font-size: 70px;
    }
    .box2 .title {
        font-size: 70px;
    }
    .box3 .title {
        font-size: 60px;
    }
    .box4 .title {
        font-size: 60px;
    }
    .box1, .box2, .box3, .box4 {
        font-size: 15px;
    }
    .box3 .image {
        width: 70px;
    }
    .box4 .image {
        width: 110px;
    }

}
 @media (min-width:992px){
    #site-navigation{
        display: table !important;
        margin: 0;
        width: auto;
        float: right;
    }
    #site-navigation > ul{
        width:auto;
        position:relative;
    }
     .navbar-nav>li{
        float:left;
        display:initial;
        margin-bottom:0;
        padding: 5px 12px;
        width:auto;
        position:relative;
    }
     .navbar-inverse .navbar-nav > li{
        width:auto;
    }
     .navbar-inverse .navbar-nav>li>a{
 
    }
    .navbar-inverse .navbar-nav >li.current-menu-item a {
        background: transparent;
    }
    .navbar-inverse .navbar-nav>li:hover a, .navbar-inverse .navbar-nav>li>a:focus {
        background: transparent;
    }
}
 @media (max-width:991px){
    .responsive-logo img {
        width: 210px;
    }
    .arrow-animate{
        margin-top:-10% !important;
        left:47.5%;
    }
     #headerslides{
        margin-top:-102%;
    }
     #headerslides #customNavHeader{
        margin-top:-180px;
    }
     #formtop{
        width:100%;
        padding:20px 0px;
        position:initial;
        right:0;
        color:white;
        transform:initial;
        -ms-transform:initial;
        -webkit-transform:initial;
    }
     #formtop:before{
        position:absolute;
        left:0;
        width:250%;
        height:96px;
        content:'';
        top:0;
        margin-top:-93px;
        background:url(images/bg.png) no-repeat;
    }
    #why .content a {
        margin-top: 0px;
    }
    #why .box:hover .contentb {
        font-size: 11px;
    }
}

 @media (max-width:880px){
     #why .content .title {
        font-size: 43px;
    }
    #why .box .caption {
        font-size: 15px;
    }
    #vision .title {
        font-size: 60px;
    }
    #vision .title:after {
        background-size: 42px;
        background-position: 0 14px;
        right: 25px;
    }
 }
 @media (max-width:768px){
    h2 {
        font-size: 60px;
    }
    h3 {
        font-size: 40px;
    }
    .alignmiddle{
        display:initial;
    }
    .row-eq-height{
        display: initial;
    }
    .formpadding .text-right{
        text-align: left;
    }
	 .page-header-content h4.page-title{
		 width: 80%;
	 }
    #about .title {
        font-size: 90px;
    }
    #about .circle-red {
        height: 80px;
    }
    #why .content .title {
        font-size: 70px;
    }
    #why .col-sm-3{
        width: 50%;
        float: left;
    }
    #why .box:hover .contentb {
        font-size: 13px;
    }
    #vision .title {
        font-size: 70px;
    }
    #vision .title:after {
        background-size: 50px;
        background-position: 0 14px;
        right: 40px;
    }
    #category ul {
        -moz-column-count: 2;
        -moz-column-gap: 0px;
        -webkit-column-count: 2;
        -webkit-column-gap: 0px;
        column-count: 2;
        column-gap: 0px;
    }
    #category .content .caption a {
        font-size: 22px;
    }
    .box1 .title, .box2 .title {
        font-size: 50px;
    }
    .box3 .title, .box4 .title {
        font-size: 40px;
    }
    .box1 img, .box2 img{
        width: 250px;
    }
    .box3 .image {
        width: 150px;
    }
    .box4 .image {
        width: 150px;
    }
    .box5 .col-sm-4{
        width: 50%;
        float: left;
    }
    #footer .social {
        padding-top: 20px;
    }
    #footer .col-sm-7, #footer .text-right{
        text-align: left;
    }
    #quicklink ul {
        list-style: initial;
        padding-bottom: 20px;
    }

}
 @media (min-width:768px){
    #footer .row{
        display: flex;
        align-items: flex-end;
    }

}
 @media (max-width:767px){
    section{
        padding: 50px 0px;
        display:block;
    }
     .arrow-animate{
        display:none;
    }
	 .site-content {
/* 		padding-top: 85px; */
	}
    .metaslider .caption{
        font-size: 26px !important;
    }
     .metaslider .caption .big{
        font-size: 70px!important;
    }
     .metaslider .caption .medium{
        font-size: 59px!important;
    }

     .slider-box{
        position:initial;
        width:100%;
        text-align:center;
        display:block;
        top:initial;
        bottom:initial;
        transform:initial;
        -ms-transform:initial;
        -webkit-transform:initial;
    }
     .slider-black-box{
        background:rgb(54, 54, 54);
    }
     .slider-white-box{
        background:#fff;
    }
     #headerslides{
        margin:0;
    }
     #headerslides #bannerslide li img{
        width:initial;
    }
     #headerslides #customNavHeader{
        margin-top:-35%;
        width:94%;
        position:absolute;
    }
     #headerslides #customNavHeader .owl-prev{
    }
     #headerslides #customNavHeader .owl-next{
        position:relative;
        float:right;
    }
     #brand #customNav .owl-prev{
        left:0;
    }
     #brand #customNav .owl-next{
        right:0;
    }
}

 @media (min-width:767px){

}
 @media (max-width:600px){

     div.wpcf7{
        margin:0;
        padding:20px 0px;
    }
     .form-label textarea{
        font-size:12px;
        padding:5px 10px;
    }
    .metaslider .caption{
        font-size: 20px !important;
    }
     .metaslider .caption .big{
        font-size: 54px!important;
    }
     .metaslider .caption .medium{
        font-size: 46px!important;
    }
	 .page-header-content h4.page-title{
		 width:90%;
		 font-size: 28px;
	 }
    #about .title {
        font-size: 80px;
    }
    #about .circle-red {
        height: 68px;
    }
    #why .content .title {
        font-size: 52px;
    }
    #category .content .caption a {
        font-size: 20px;
    }
    .box {
        height: auto;
    }
    .box1 .title, .box2 .title {
        font-size: 40px;
    }
    .box1 img, .box2 img{
        width: 120px;
    }
    .box3 .image {
        width: 100px;
    }
    .box4 .image {
        width: 100px;
    }
    .box5 .col-sm-4 {
        width: 100%;
    }
    .firstcolumn {
        background-position: 100% 4%, 20% 78%, 100% 108%;
        background-size: 50px, 20px, 100px;
    }
    .secondcolumn {
        background-position: -3% 94%, 80% 78%, 100% 70%;
        background-size: 100px, 40px, 50px;
    }
    .box1 {
        background-position: 100% 10%;
        background-size: 60px;
    }
    .box2 {
        background-size: 60px;
    }
    .box3:before {
        background-size: 100px;
        width: 100px;
        height: 100px;
    }
    .box3:after {
        background-size: 86px;
        width: 90px;
        height: 90px;
    }
    .box4 {
        padding: 50px 0px;
        background-position: 8% 10%, 100% 6%;
        background-size: 25px, 55px;
    }
    .box1, .box2, .box3, .box4 {
        font-size: 14px;
    }
}

 @media (max-width:480px){
    body{
        font-size:13px;
    }
    h2 {
        font-size: 50px;
    }
    section{
        padding: 20px 0px;
    }
    .header .social li a {
        font-size: 14px;
    }
    .header .social li .fa {
        padding: 3px;
        width: 23px;
        height: 23px;
    }
    .metaslider .caption-wrap{
        position: initial !important;
        opacity: 1;
        margin: 0 auto;
        display: block;
        width: 80%;
        height: 100%;
        line-height: 1.4em;
        text-align: center !important;
        color: black !important;
        transform: initial !important;
        -ms-transform: initial !important;
        -webkit-transform: initial !important;
     }
    .metaslider .caption{
        position: initial !important;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 20px !important;
        margin-bottom: 20px !important;
        top: initial;
        transform: initial !important;
        -ms-transform: initial !important;
        -webkit-transform: initial !important;
        font-size: 20px !important;
    }
    .metaslider .caption .text-right, .metaslider .caption .text-left{
        text-align: center !important;
    }
     .metaslider .caption .big{
        font-size: 54px!important;
    }
     .metaslider .caption .medium{
        font-size: 46px!important;
    }
	 .site-content {
/* 		padding-top: 82px; */
	}
    .banner-caption {
        font-size: 25px;
    }
    .title {
        font-size: 22px;
    }
     .left-box{
        width:100% !important;
    }
     .navbar-toggle{
        padding:10px 0px;
    }

     .responsive-logo{
        width: 200px;
        margin-left:0px;
    }
     .responsive-logo img{
        width: 100%;
        max-width:100%;
    }
     #bwg_container1_2 #bwg_container2_2 .bwg_standart_thumbnails_2{
        width:90% !important;
        margin:0 auto;
    }
     #bwg_container1_2 #bwg_container2_2 .bwg_standart_thumb_2, #bwg_container1_2 #bwg_container2_2 .bwg_standart_thumb_spun1_2, #bwg_container1_2 #bwg_container2_2 .bwg_standart_thumb_spun2_2, div[id^="bwg_container"] img{
        width:100% !important;
        height:auto !important;
    }
     div[id^="bwg_container"] img{
        margin-left:0px !important;
    }
     .heading{
        font-size:20px;
    }
     .post-img-wrap a{
        float:none;
        margin:0 auto;
        width:250px;
        height:250px;
    }
     .post-img-wrap{
        text-align:center;
        margin-right:0;
    }
     .post-img-wrap a img{
        width:auto;
    }
     .list-post-top{
        width:90% !important;
    }
    .formpadding {
        width: 100%;
    }
    .formcontent .acceptance-348 {
        width: 5%;
    }
    .formcontent #term {
        width: 90%;
    }
    #about .title {
        font-size: 70px;
    }
    #about .content {
        font-size: 15px;
    }
    .pic{
        float: initial;
    }
    #why .content .title {
        font-size: 44px;
    }
    #why .icon {
        width: 100px;
    }
    #vision .video-bg {
        height: 200px;
    }
    #category ul {
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        column-count: 1;
        column-gap: 0px;
    }
    .courses ul li {
        width: 100%;
    }
    .admissionlist ul li{
        width: 100%;
    }
    .box3 .image {
        width: 80px;
    }
    .box4 .image {
        width: 80px;
    }
    .contactlist li {
        width: 49%;
    }
    #footer .contact li {
        display: block;
    }
    #footer .contact a {
        padding: 0;
        line-height: 1.5;
    }
}

 @media (max-width:380px){
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 30px;
    }
	.page-header {
		height: 300px;
	}
    .banner-caption {
        font-size: 20px;
    }
	.page-header-content h4.page-title {
		font-size: 20px;
	}
	 .fullideo{
		 height: 300px
	 }
    #about .title {
        font-size: 60px;
    }
    #about .circle-red {
        height: 48px;
    }
    #about ul li {
        width: 49%;
        padding: 0px 10px 20px 10px;
    }
    #why .col-sm-3 {
        width: 100%;
        float: left;
    }
    #vision .title {
        font-size: 50px;
    }
    #vision .title:after {
        background-size: 35px;
        background-position: 0 14px;
        right: 8px;
    }
}

 @media (max-width:320px){
    body{
        font-size:12px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 26px;
    }
    .metaslider .caption {
        width: 100% !important;
        font-size: 15px !important;
    }
    .metaslider .caption .big {
        font-size: 40px!important;
    }
    .metaslider .caption .medium {
        font-size: 33px!important;
    }
    .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .box1, .box2, .box3, .box4 {
        font-size: 12px;
    }
    .box1 .title, .box2 .title {
        font-size: 30px;
    }
    .box3 .title, .box4 .title {
        font-size: 30px;
    }
    .contactlist li {
        width: 100%;
    }
}

 @media (max-width:290px){
     .page-header-content h3.page-title{
        font-size:20px;
        line-height:1em;
    }
}

 .goog-te-gadget-simple{
    background-color:#fff;
    border:1px solid #d5d5d5 !important;
    font-size:12px !important;
    display:inline-block;
    padding-top:0px;
    padding-bottom:2px;
    cursor:pointer;
    zoom:1;
    margin:10px 0px;
}
 @media screen and (max-width:991px){
    #google_translate_element, .g-recaptcha{
        transform:scale(0.85);
        -webkit-transform:scale(0.85);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
 @media screen and (max-width:767px){
    #google_translate_element, .g-recaptcha{
        transform:scale(1);
        -webkit-transform:scale(1);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
 @media screen and (max-width:640px){
    #google_translate_element, .g-recaptcha{
        transform:scale(1);
        -webkit-transform:scale(1);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
 @media screen and (max-width:480px){
    #google_translate_element, .g-recaptcha{
        transform:scale(0.90);
        -webkit-transform:scale(0.90);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
     .goog-te-gadget-icon{
        width:33px !important;
    }
     .goog-te-menu-value span, .goog-te-gadget-simple span a.goog-te-menu-value{
        display:none;
    }
}
 @media screen and (max-width:320px){
    .g-recaptcha{
        transform:scale(0.70);
        -webkit-transform:scale(0.70);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
     #google_translate_element{
        transform:scale(1);
        -webkit-transform:scale(1);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
     .goog-te-gadget-icon{
        width:33px !important;
    }
     .goog-te-menu-value span{
        display:none;
    }
}
 .hovereffect{
    margin-bottom:20px;
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    cursor:default;
    background:-webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background:linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}
 .hovereffect img{
    display:block;
    position:relative;
    max-width:none;
    width:calc(100% + 60px);
    -webkit-transition:opacity 0.35s, -webkit-transform 0.45s;
    transition:opacity 0.35s, transform 0.45s;
    -webkit-transform:translate3d(-40px,0,0);
    transform:translate3d(-40px,0,0);
}
 .post-list{
    margin-top:-15px;
    padding:0px 0px 20px 0px;
    height:100%;
}
 .post-list .listtitle{
    font-weight:bold;
    text-align:left;
    padding:10px 0px;
    margin-top:15px;
    line-height:1.2em;
}
 .post-list .listdesc{
    text-align:left;
    padding:10px 0px;
    line-height:1.2em;
}
 .hovereffect .overlay:before{
    position:absolute;
    top:20px;
    right:20px;
    bottom:20px;
    left:20px;
    border:1px solid #fff;
    content:'';
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:opacity 0.35s, -webkit-transform 0.45s;
    transition:opacity 0.35s, transform 0.45s;
    -webkit-transform:translate3d(-20px,0,0);
    transform:translate3d(-20px,0,0);
}
 .hovereffect:hover img{
    opacity:0.6;
    filter:alpha(opacity=60);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
 .hovereffect:hover .overlay:before, .hovereffect:hover a, .hovereffect:hover p{
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
 .cd-top{
    z-index:999;
    display:inline-block;
    height:40px;
    width:40px;
    position:fixed;
    bottom:40px;
    right:20px;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.05);
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    background:#575757 url(images/cd-top-arrow.svg) no-repeat center 50%;
    visibility:hidden;
    opacity:0;
    -webkit-transition:opacity .3s 0s, visibility 0s .3s;
    -moz-transition:opacity .3s 0s, visibility 0s .3s;
    transition:opacity .3s 0s, visibility 0s .3s;
}
 .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover{
    -webkit-transition:opacity .3s 0s, visibility 0s 0s;
    -moz-transition:opacity .3s 0s, visibility 0s 0s;
    transition:opacity .3s 0s, visibility 0s 0s;
}
 .cd-top.cd-is-visible{
    visibility:visible;
    opacity:1;
}
 .cd-top.cd-fade-out{
    opacity:.5;
}
 .no-touch .cd-top:hover{
    background-color:#e86256;
    opacity:1;
}
 .left-box{
    width:50%;
    padding-left:10%;
}
 .metaslider .caption-wrap{
    position:absolute;
    top:50%;
    left:0;
    right:0%;
    opacity:1;
    margin:0 auto;
    display:block;
    width:80%;
    height:100%;
    line-height:1.4em;
    text-align:center;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    color:#ffffff;
	text-shadow: 1px 1px 1px #000000;
}
 .metaslider .caption{
    word-wrap:break-word;
    position:absolute;
    width:90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top:50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    font-size: 30px;
    line-height: 1.2;
}
 .metaslider .caption .big{
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
}
 .metaslider .caption .medium{
    font-size: 69px;
    font-weight: 500;
    line-height: 1;     
}
 .metaslider .caption-wrap .caption .fa{
    font-size:12px;
    margin-bottom:20px;
}
 .metaslider .caption-wrap .caption p{
    margin:0;
    padding:20px 0px;
    font-size:14px;
}
 .flex-control-paging li a{
    width:10px !important;
    height:10px !important;
    background:#9C9688 !important;
    box-shadow:initial !important;
}
 .flex-control-paging li a.flex-active{
    background:#FFFFFF !important;
}
 .flex-control-nav{
    position:absolute !important;
    bottom:6% !important;
}
 @media screen and (max-width:1024px){
    .left-box{
        width:60%;
        padding-left:0%;
    }
}
 #mapwrapper{
    width:100%;
    padding:0;
}
 #mapwrapper #map{
    height:350px;
    pointer-events:none;
    position:relative;
}
 #mapwrapper.clicked #map{
    pointer-events:auto;
}
.modal {
    overflow: auto;
    overflow-y: auto;
    text-align: left;
}
.modal-header {
    padding: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #4445b1;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
     z-index: 1; 
    background-color: #000;
}
.modal-dialog{
    top:10%;
}
.popupSubScreen{display:none;width:100%;height:100%;}
.popupSubScreen:before{content:" ";width:100%;height:100%;display:block;position:fixed;background:rgba(0,0,0,0.7);}
.popupSubScreen .fm_wrapper{width:100%;max-width:500px;display:block;position:relative;top:50%;margin:0 auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);}
.popupSubScreen.open{display:block;-webkit-transform:translate(0px, 0px) scale(1, 1);-moz-transform:translate(0px, 0px) scale(1, 1);-o-transform:translate(0px, 0px) scale(1, 1);-ms-transform:translate(0px, 0px) scale(1, 1);transform:translate(0px, 0px) scale(1, 1);opacity:1;z-index:1005;position:fixed;top:0;left:0;}
.popupSubScreen .close{
    position: fixed;
    top: 5%;
    right: 6%;
    color: #FFFFFF;
    background: #000000;
    padding: 10px;
    width: 50px;
    height: 50px;
    opacity: 1;
    font-weight: 100 !important;
    font-size: 20px;
    outline: none;
    z-index: 9;
}

.popupSubScreen .popup-info{
    font-size: 15px;
    background:#FFFFFF;
    width:100%;
    position:absolute;
    left:0;
    margin:0 auto;
    padding:20px;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
    
}

.popupSubScreen p{margin:0 0 0px;font-weight:bold;}
.popupSubScreen label{font-size:15px;font-weight:bold;margin:6px 0px;}

@media screen and (max-width:480px){
    .popupSubScreen .close{font-size:20px;}
}
@media screen and (max-width:767px){

}
@media screen and (max-width:440px){
    .popupSubScreen .popup-info{padding:5%;}
}

/*Edit Background Color*/
#main-nav {
    background: #000080;
    border-bottom: 1px solid #000080;
}

#main-nav.fixed {
    background: #000080;
}

#footer {
    background: #000080;
}

@media (max-width: 992px){
#site-navigation {
background: #000080;
}
}

.blue-bg {
    background-color: #8c8c8c;
}

.yellow-bg {
    background-color: #f2f2f2;
}
/*End Edit Background Color*/

/*Edit Font Color*/
#footer .contact a {
    color: #ffcc00;
}

#quicklink .title {
    color: white;
}

#quicklink {
    color: white;
}

#quicklink a {
    color: white;
}

.copyright {
    border-top: 1px solid white;
}
/*End Edit Font Color*/

/*Edit Background Color & Blink "Apply Now" Button*/
.header .navigation-wrapper .navsection #site-navigation #menu-menu #menu-item-7601 a, .header .navigation-wrapper .navsection #site-navigation #menu-menu #menu-item-7821 a {
	background-color: #b22826;
    padding-left: 2px;
    padding-right: 2px;
	-webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
/*End Edit Background Color & Blink "Apply Now" Button*/

/*Edit Jenis & Size Font*/
html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: medium;
}

h1 {
	font-size: large;
    font-weight: bold;
	background-color: #b22826;
    padding: 10px 10px 10px 10px !important;
    color: white !important;
    text-shadow: 2px 2px 4px #000000;
	border-radius: 0.3em 0.3em 0.3em 0.3em;
	line-height: 1.3em;
	font-size: 22px;
}
.header .navigation-wrapper .navsection #site-navigation #menu-menu .menu-item a {
    font-size: medium;
}

#footer .title, #footer a, #footer strong, #footer p {
    font-size: small;	
}
/*End Edit Jenis & size Font*/

/*Edit Link Button Dalam Leader board Banner*/
.metaslider .caption-wrap .Link a.bannerLink:link, .metaslider .caption-wrap .Link a.bannerLink:visited {
    align-content: center;
    background-color: #f44336;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: sans-serif;
    font-size: large;
}

.metaslider .caption-wrap .caption .Link, .metaslider .caption-wrap .caption .Link{
    margin-top: 35%;
    margin-left: 57%;
}

.metaslider .caption-wrap .Link a.bannerLink:hover, .metaslider .caption-wrap .Link a.bannerLink:active {
  background-color: red;
}

@media (max-width: 480px) {
.metaslider .caption-wrap .caption .Link, .metaslider .caption-wrap .caption .Link {
    margin-top: 0% !important;
    margin-left: 0% !important;
}
}
/*End Edit Link Button Dalam Leader board Banner*/

/*Edit Menu Button*/
@media (min-width: 992px){
.navbar-nav>li {
    padding: 5px 6px;
}	
}

.navbar-inverse .navbar-nav ul.sub-menu {
    /*background-color: #a6a6a6;*/
	background-color: rgba(40,40,40,0.70);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.navbar-inverse .navbar-nav ul.sub-menu li:hover {
    /*background-color:  #f2f2f2;*/
	background-color: rgba(70,70,70,0.90);
}

#site-navigation > ul ul {
	padding: 0px; 
}

.navbar-inverse .navbar-nav ul.sub-menu li li {
    list-style: none;
    margin: 0 0 0px 0%;
	padding: 0px 10px;
}

#site-navigation #menu-menu .menu-item .sub-menu li {
	border-bottom: 1px solid #696969;
	margin: 0 0 0px 0px;
}

#site-navigation #menu-menu .menu-item ul.sub-menu li a {
    color: white;
	font-size: 14px !important;
}

@media (max-width: 992px) {
#site-navigation #menu-menu .menu-item .sub-menu li {
    border-bottom: 0px;
}
}

@media (max-width: 992px) {
.navbar-inverse .navbar-nav ul.sub-menu li:hover {
	background-color: transparent;
}	
}

.navbar-header .navigation-wrapper .textwidget .socialmedia_icon {
	text-align: right !important;
}
/*Edit Menu Button*/

/*Edit Biasiswa Form*/
#content #primary .post-5337.page .panel-layout #panel-5337-0-0-1 .form-wrapper .wpcf7-form #Description #kriteria_permohonan {
    font-weight: bold;	
}

#content #primary .post-5337.page .panel-layout #panel-5337-0-0-1 .form-wrapper .wpcf7-form #Description #application_methods {
    font-weight: bold;	
}

/*#biasiswaform_download {
	width: 85px;
}*/
/*End Edit Biasiswa Form*/

/*Edit LATEST ANNOUNCEMENT / NEWS Page*/
#custom-background .box5 .post-navigation .nav-links .nav-previous {
	display: none;
}

#custom-background .box5 .post-navigation .nav-links .nav-next {
	display: none;
}

#custom-background .box5 .col-sm-3 h6 {
	font-size: large;
	font-weight: bold;
    text-align: center;
}

#custom-background .box5 .col-sm-3 ul li {
	background-color: #b22826;
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 1px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
	width: 100%;
}

#custom-background .box5 .col-sm-3 ul li:hover  {
  background-color: #f2f2f2;
  color: white;
}

.table_flow table, .table_flow th, .table_flow td {
  border: 1px solid black;
  border-collapse: collapse;
  /*padding:3px;*/
}

.table_flow th {
  background-color: #E0E0E0;
  text-align: center;
}

.title_flow h4 {
text-decoration: underline;
}

.box5 .container.white-bg .col-sm-3 li a {
    color: white !important;
    text-shadow: 2px 1px 3px black;	
}
/*End Edit LATEST ANNOUNCEMENT / NEWS page*/

/*Edit page Diploma & Degree*/
#page_diploma .content_list.FMBT p a, #page_degree .content_list.FMBT p a, #page_fakulti .content_list.FMBT a {
    color: black;
} 

#page_diploma .content_list.FMBT p a:hover, #page_degree .content_list.FMBT p a:hover, #page_fakulti .content_list.FMBT a:hover {
	color: #b22826;	
} 
/*End Edit page Diploma & Degree*/

/*Edit Page Header Big Banner Image*/
#custom-background #content .page-header {
	height: 550px;
}

@media (max-width: 992px){
#custom-background #content .page-header {
    height: 200px;
}
}

#custom-background #mobilebgfix .page-header-medium {
	height: 550px;
}

@media (max-width: 992px){
#custom-background #mobilebgfix .page-header-medium {
    height: 200px;
}
}
/*End Edit Page Header Big Banner Image*/

/*Edit Courasel Gallery Image*/
#fullscreen_btn {
	background-color: black;
    opacity: 0.3;
}

#fullscreen_btn:hover {
    background-color: black;
	opacity: 0.7;
}
/*End Edit Courasel Gallery Image*/

/*Edit Image Gallery KLMU Life*/
.bwg_container {
    padding-left: 10%;
    padding-right: 10%;
}
/*End Edit Image Gallery KLMU Life*/

/*Edit page Course*/
.site-main .navigation.post-navigation .nav-links {
	 display: none;
}

#post-4633 .page-header {  /*PIE Readmore*/
	display: none;
}

.course .entry-content .tab, #guideline {
  float: left;
  background-color: #b22826;
  width: 30%;
  /*height: 300px;
   border: 1px solid #b3d1ff; */
  height: auto;
}

.tab button {
  display: block;
  background-color: inherit;
  color: white;
  padding: 22px 16px;
  width: 100%;
  /*border: none;*/
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border: 1px solid white;
  text-shadow: 2px 1px 3px black;
}

.tab button:hover {
  background-color: #f2f2f2;
}

.tab button.active {
  background-color: #f2f2f2;
}

.tabcontent {
  float: left;
  padding: 0px 12px;
  /*border: 1px solid #ccc;*/
  width: 70%;
  border-left: none;
  /*height: 300px;*/
  height: auto;
}

.tabcontent .subcontent {
  text-align: justify;
}

.course .entry-content .tab br {
  display: none;
}

.tabcontent strong {
 font-size: medium;	
}

#kpt {
    color: white;
    text-shadow: 1px 1px 3px #000000;
    font-size: small;	
}

.course header {
	display: none;
}

@media (max-width: 992px){
.course .entry-content .tab, #guideline {
	width: 100%;
}
}

@media (max-width: 992px){
.tabcontent {
  width: 100%;
}
}
/*End Edit page Course*/

/*Edit Readmore*/
#page_fakulti .entry-content #readmore {
	display: none;
}

#page_fakulti .entry-content p {
	text-align: justify;
}

#page_fakulti .entry-content #myBtn {
   padding: 0px 2px 0px 2px;
}
/*End Edit Readmore*/

/*Edit Homepage*/
#custom-background #content #post-4368 .entry-content #pl-4368 .widget .widget-title {
	font-size: x-large;
	text-align: center;
	margin-top: 15px;
    margin-bottom: 15px;
	background-color: #b22826;
    padding: 10px 10px 10px 10px;
    color: white;
    text-shadow: 2px 2px 4px #000000;
	border-radius: 0.3em 0.3em 0.3em 0.3em;
}

#custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-1, #custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-2, #custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-3  {
    float: left;
    width: 32.2%;
    padding: 20px;
    height: auto;
}

#custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-1 {
    margin-left: 20px !important;
}

#custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-3 {
    margin-right: 20px !important;
}

#custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-1 .category-posts-internal li, #custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-2 .category-posts-internal li {
    margin-left: 10px;
    margin-right: 10px;
}

#custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-1 .category-posts-internal li div .cat-post-thumbnail, #custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-2 .category-posts-internal li div .cat-post-thumbnail {
	display: none;
}

#custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-1 .category-posts-internal li div .cat-post-title, #custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-2 .category-posts-internal li div .cat-post-title {
	font-size: medium;
	color: black;
}

#custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-1 #category-posts-436810002-internal .cat-post-item, #custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-2  #category-posts-436810002-internal .cat-post-item {
    border-bottom: 0px;
}

.widget #category-posts-436810002-internal li {
	position: unset;
}

.widget #category-posts-436810002-internal li div {
	position: unset;
    /*background-image: url(http://klmuc.edu.my/wp-content/uploads/2020/02/New-Blink-2.gif);
    background-repeat: no-repeat;
    /* background-position: 295px 5px;
    background-position: 100%;*/
}

#content #post-4368 .widget #category-posts-436810002-internal {
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    height: 250px;
}

#content #post-4368 .widget #category-posts-436810002-internal li a div span:hover {
	color: #b22826 !important;
	border-bottom: 1px solid;
}

@media (max-width: 992px){
#custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-1, #custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-2, #custom-background #content #post-4368 .entry-content #pl-4368 #panel-4368-0-0-3  {
    width: 100%;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
}

/*dot for gallery slideshow*/
#bwg_container1_2 #bwg_container2_2 .bwg_slideshow_dots_container_2 {
    padding-top: 52%;
}

#bwg_container1_2 #bwg_container2_2 .bwg_slideshow_dots_2 {
    background: grey;
	opacity: 0.5;
}

.bwg_container {
    min-height: auto;
}

#bwg_container1_2 #bwg_container2_2 .bwg_slideshow_dots_thumbnails_2 {
    display: none;
}

/*End Edit Homepage*/

/*Edit Footer*/
#quicklink .title {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 10px;
    margin-bottom: 26px;
    border-bottom-color: #4d4d4d;
}

 #quicklink #panel-w5e20163ca4c16-0-0-0 .textwidget h4 strong, #footer #quicklink #panel-w5e20163ca4c16-0-0-0 .textwidget p {
	line-height: 1.5em;
}

#footer #panel-w5e2031cb12c45-0-0-0 .textwidget .container {
	width: 100%;
    padding-left: 0px;
}

@media (max-width: 992px){
#footer #panel-w5e2031cb12c45-0-0-0 .textwidget .container .social {
    padding-top: 0px;
}
}

#footer .title, #footer a, #footer strong, #footer p {
    line-height: 1.3em;
}

#enquiry_button {
    background-color: #b22826;
    padding: 10px;
    padding-left: 16px;
    padding-right: 16px;
    text-shadow: 2px 2px 4px #000000;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    font-size: small;
}

#footer .social_media .social {
	padding-top: 0px;
	padding-bottom: 0px;
}
/*End Edit Footer*/

/*Edit Student Accommodation , Privacy Policy*/
/* Style tab links */
#accommodation_options  .tablink  {
  background-color: #b22826;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: medium;
  width: 25%;
}

#privacy_options  .tablink  {
  background-color: #b22826;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: medium;
  width: 20%;
}

#accommodation_options  .tablink:hover, #privacy_options  .tablink:hover {
  /*background-color: #b3b3b3;*/
  background-color: #f2f2f2;
}

/* Style the tab content (and add height:100% for full page content) */
#accommodation_options  .tabcontent_apartment, #privacy_options  .tabcontent_apartment {
    color: black;
    display: none;
    padding: 30px 20px;
    /* height: 100%; */
    width: 100% !important;
}

#accommodation_options  table, #accommodation_options  th, #accommodation_options  td, #privacy_options  table, #privacy_options  th, #privacy_options  td  {
  border: 1px solid black;
  border-collapse: collapse;
}

#Dahlia, #Tulip, #Kenari, #Kedidi, #Kenanga {
	background-color:  #f2f2f2;
}

#Dahlia tbody, #Tulip tbody, #Kenari tbody, #Kedidi tbody, #Kenanga tbody, #hostelhunting tbody {
    background-color: #cccccc;
}

#accommodation_options button, #privacy_options button  {
	color: white !important;
    text-shadow: 2px 2px 4px #000000;
	font-weight: bold;
}

#accommodation_options button, #privacy_options button {
	white-space: normal;
	Height: 76px;
}

@media (max-width: 992px){
#accommodation_options  .tablink, #privacy_options  .tablink {
  font-size: 10px;
}
}
/*End Edit Student Accommodation, Privacy Policy*/

/*Edit International Student/Intake/contact us/about us/Admission Guideline*/
#visa_application h2, #arrival_arrangements h2, #post_arrival h2, #additional_information h2 {
	background-color: #e6e6e6;
    padding: 10px;
}

.intake .title, .contact_us .title {
   color: #b22826;
   text-shadow: 2px 2px 4px #000000;
}

.blue-bg .col-sm-4 img {
	filter: drop-shadow(2px 2px 4px #000000);
}

.accordion {
  position: relative;
  display: block;
  width: 98%;
  height: auto;
  border-radius: 10px 5px 5px 10px;
  background: lightgrey;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  margin: 10px;
  box-shadow: 0.5px 2px 4px #000000;
}

.accordion:before,
.accordion:after {
  content: '';
  position: absolute;
  right: -15px;
  width: 35px;
  height: 20px;
  border-radius: 5px;
  background: lightgrey;
}

.accordion:after {
   bottom: 9px;
  -webkit-transform: rotate(-65deg);
  -ms-transform: rotate(-65deg);
  transform: rotate(-65deg);
    }
    
.accordion:before {
  top: 9px;
  -webkit-transform: rotate(65deg);
  -ms-transform: rotate(65deg);
  transform: rotate(65deg);
    }

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

@media (max-width: 992px){
#chancellor .col-sm-7 {
    width: 65%;
    float: left;
}
}

@media (max-width: 992px){
#chancellor .col-sm-4 {
	width: 35%;
    float: right;
}
}
/*End Edit International Student/Intake/contact us/about us/Admission Guideline*/

/*Edit Thank You Page*/
#thank_you {
	background-color: transparent;
    color: #b22826 !important;
    font-size: xx-large;
	text-shadow: 1px 1px 3px #000000;
	margin-bottom: 20px !important;
	margin-top: 20px;
}
/*End Edit Thank You Page*/

/*Edit Enquiry Page / apply now*/
#content .sidebar-wrap #search-2 {
	display: none;
}

/*.page-id-6215 #content {
   background-image: url(http://klmuc.edu.my/wp-content/uploads/2020/01/1.jpg);
}*/

.page-id-6215 #content .title {
   color: white;
   text-shadow: 4px 2px 4px #000000;
}

.page-id-6215 #content .formcontent p {
  margin-bottom: 0px;
}

.page-id-6215 #content .formcontent .row {
  margin-bottom: 0px;
  margin-top: 20px;
}
/*End Edit Enquiry Page / apply now*/
div#wpcs_content_inner_4931 {
    display: none;
    max-width: 100%;
    min-height: 100%;
    padding: 20px 20px 20px 20px;
    margin: 60px 40px 60px 40px;
    color: #0c0000;
    border: 0px !important; 
    background: rgba(40,40,40,0.70) !important;
}

div#wpcs_content_main_4931 {
    background: transparent !important;
}

#wpcf7-f4915-o1 {
    background-color: transparent !important;
}

.wpcf7 p .fa {
    top: 12% !important;
    left: 3% !important;
}

.wpcf7 p .fa-pencil {
    top: 3% !important;
    left: 3% !important;
}
.wpcf7-form-control-wrap {
    width: 100% !important;
}

#wpcs_overlay_4931 {
  display: none !important;
}

/*Edit WP Contact Slider - Enquiry right button 'HOME'*/
div#wpcs_tab_4931 {
 animation: glowing 1500ms infinite;
}
/*End Edit WP Contact Slider - Enquiry right button 'HOME'*/

/*Edit Library Page*/
#post-6505 #panel-6505-0-0-0 .headerlib {
    text-align: center;
}

#post-6505 #panel-6505-0-0-0 .librarymenu p {
	float: left;
    width: 33.33%;
	padding-left: 50px;
    padding-right: 50px;
}

#post-6505 #panel-6505-0-0-0 .librarymenu p button {
    padding: 15px 25px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #000080;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}

#post-6505 #panel-6505-0-0-0 .librarymenu p button:hover {
	background-color: #003399;
}

#post-6505 #panel-6505-0-0-0 .librarymenu p button:active {
  background-color: #003399;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

@media (max-width: 992px) {
#post-6505 #panel-6505-0-0-0 .librarymenu p {
    width: 100%;
}
}

@media (max-width: 360px) {
#post-6505 #panel-6505-0-0-0 .librarymenu p {
    padding-left: 5%;
    padding-right: 5%;
}
}

#post-6505 .entry-content .tab {
	float: left;
	background-color: #b22826;
    width: 30%;
    height: auto;
}

#post-6505 .entry-content .tab br {
	display: none;
}

@media (max-width: 992px) {
#post-6505 .entry-content .tab {
    width: 100%;
}
}

/*End Edit Library Page*/

/*Edit Alumni Page*/
#post-6793 #panel-6793-0-0-0 .headerlib {
    text-align: center;
}

#post-6793 #panel-6793-0-0-0 .librarymenu p {
	float: left;
    width: 33.33%;
	padding-left: 50px;
    padding-right: 50px;
}

#post-6793 #panel-6793-0-0-0 .librarymenu p button {
    padding: 15px 25px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #000080;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}

#post-6793 #panel-6793-0-0-0 .librarymenu p button:hover {
	background-color: #003399;
}

#post-6793 #panel-6793-0-0-0 .librarymenu p button:active {
  background-color: #003399;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

@media (max-width: 992px) {
#post-6793 #panel-6793-0-0-0 .librarymenu p, #post-6825 #panel-6825-0-0-0  {
    width: 100%;
}
}

@media (max-width: 360px) {
#post-6793 #panel-6793-0-0-0 .librarymenu p {
    padding-left: 5%;
    padding-right: 5%;
}
}

#post-6793 .entry-content .tab {
	float: left;
	background-color: #b22826;
    width: 30%;
    height: auto;
}

#post-6793 .entry-content .tab br {
	display: none;
}

@media (max-width: 992px) {
#post-6793 .entry-content .tab {
    width: 100%;
}
}

/*End Edit Alumni Page*/

#post-6393 #table_session table, #post-6393 #table_session th, #post-6393 #table_session td {
  border: 1px solid black;
  border-collapse: collapse;
  /*padding:3px;*/
}

#post-6393 #table_session th {
  background-color: #E0E0E0;
  text-align: center;
}

#post-6393 #table_session h4 {
text-decoration: underline;
}

/*Page Home Testing*/

.page .mobile-bg-fix-whole-site #content .content-area #post-7004 .entry-content .widget #signature_programmes_Diploma {
	float: left;
    width: 25%;
    padding: 20px;
    height: auto;
}



