/*@import url('fonts.css');*/

/* all variables */

:root {
    --bgcolor-red: #d91f23;
    --bgcolor-dark: #111111;
    --bgcolor-darkGray: #1e1e1e;
    --bgcolor-lightGray: #eaeaea;
    --bgcolor-white: #ffffff;
    --bgcolor-gray: #f9f9f9;
    --text-color-white: #ffffff;
    --text-color-dark: #111111;
    --text-color-red: #d91f23;
    --text-color-gray: #999999;
    --text-color-d-gray: #666666;
    --red-opacity-bg: rgba(217, 31, 35, 0.95);
    --black-opacity-bg: rgba(36, 36, 36, 0.9);
    --gray-opacity-bg: rgba(234, 234, 234, 0.9);

        scroll-behavior: unset;
}

button, input, optgroup, select, textarea {
	font-family: var(--primary-font);
}

header.mainHeader {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.topHeaderContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.topsocial {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

span.sm-heading {
    font-size: 12px;
    color: #fff;
    font-family: var(--secondary-sub-font);
}

.get-social,
.get-connected {
    display: flex;
    align-items: center;
    margin-right: 30px;
    line-height: normal;
    padding-right: 30px;
    position: relative;
}

.get-social:after,
.get-connected:after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0px;
    width: 1px;
    background: rgba(255, 255, 255, .2);
    right: 0;
}

.get-social:after{
    display: none;
}

ul.topsocial li a {
    margin-left: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: block;
}

header.mainHeader {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 5;
}

.search-block {
    position: relative;
    overflow: hidden;
}

input.input-search {
    background: transparent;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 12px;
    padding-left: 20px;
    width: 100px;
}

input.input-search::-webkit-input-placeholder {
    color: #fff;
}

input.input-search:-ms-input-placeholder {
    color: #fff;
}

input.input-search::placeholder {
    color: #fff;
}

button.button-search {
    background: transparent;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 12px;
    top: 5px;
}

.list-style {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.sitenav > ul > li > a > span {
    font-size: 10px;
    display: block;
}

.sitenav > ul > li > a {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.sitenav > ul > li > a {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: var(--secondary-font);
    transition: all .30s ease-in-out;
    text-transform: uppercase;
}

.sitenav .list-style {
    justify-content: space-between;
}

.sitenav {
    margin: 30px 0 0 0;
	overflow: auto;
}

.Search-button {
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    font-family: var(--secondary-font);
}

.Search-button span {
    margin-left: 5px;
}

input.search-input {
    width: 100%;
    height: 50px;
    border: 0;
    outline: none;
    font-size: 14px;
    text-align: left;
    padding: 15px 30px;
    box-sizing: border-box;
}

button.search-button-inner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 55px;
    border: 0;
    background: #d32023;
    color: #fff;
}

.search-input-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    height: 50px;
    box-shadow: 0 2px 3px rgba(000, 000, 000, .1);
    transform: translateY(-100%);
    transition: all .30s ease-in-out;
    z-index: 9;
}

.search-input-wrapper.search-active {
    transform: translateY(0);
}
button.closenav {
    display: none;
}

button.toggle-nav {
    position: absolute;
    right: 15px;
    top: 15px;
    background: transparent;
    color: #fff;
    border: 0;
    padding: 0;
    display: none;
    transition: all .30s ease-in-out;
}

.sitenav li a:hover {
    color: #83c2cf;
}

.homepage .logo-wrap-logo {
    display: none;
}

body:not(.homepage) .topHeaderContainer{
    align-items: center;
    justify-content: end;
}

body:not(.homepage) .siteHeader >  .container > .row{justify-content: flex-end !important;}

body:not(.homepage) .siteHeader .col-xl-2 {
    width: 25%;
}
body:not(.homepage) .siteHeader .col-xl-10 {
    width: 75%;
}
body:not(.homepage) .logo-wrap {
    display: flex;
    align-items: center;
    margin-top: -10px;
}
body:not(.homepage) a.naac-innerLogo {
    margin-left: 20px;
}
body:not(.homepage) .sitenav > ul > li > a{font-size: 13px;}

body:not(.homepage) .mainHeader .container{max-width: 1650px;}

body:not(.homepage) .sitenav {
    margin-left: 50px ;
}

/* page load css */


.logo-wrap-logo{position: relative;}

ul.topsocial li a:hover{color: #ffb900;}

/*cloned header*/
.mainHeader{transition: all .30s ease-in-out;}
.homepage .mainHeader{padding: 20px 0;} 
.mainHeader.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background: #1c3a5c;
}
.mainHeader.fixed .topHeader {
    display: none;
}

body .mainHeader.fixed .logo-wrap{margin: 0;width: 240px;}
.mainHeader.fixed .sitenav{margin-top: 0;}

body:not(.homepage) .mainHeader.fixed .siteHeader > .container > .row{align-items: center;}





/******************************** FOOTER CSS *********************************/
.siteFooter {
    background: #222222;
    padding: 50px 0;
}

.copyrightWrapper {
    background: #222222;
}

.footer-ranking-logo {
    background: #222222;
    padding: 40px 0;
}

.footer-text {
    color: #fff;
    font-size: 12px;
    font-family: var(--primary-font);
    font-weight: 300;
    margin: 25px 0;
}

h2.footer-heading {
    color: #fff;
    font-size: 14px;
    font-family: var(--secondary-font);
    margin: 0;
}

ul.footer-links {
    margin: 0px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.mt-25 {
    margin-top: 25px !important;
}
ul.footer-links li {
    margin: 0;
}
ul.footer-links li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: normal;
    font-weight: 300;
    font-family: var(--primary-font);
    display: inline-block;
}

.mt-0 {
    margin: 0 !important;
}

p.footer-text.mt-0 span {
    display: block;
}

p.footer-text.mt-0 a {
    color: #ffb900;
    text-decoration: none;
}

a.twitter-btn {
    background: #1b95e0;
    display: inline-flex;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    text-align: center;
    font-style: italic;
    font-family: var(--primary-font);
    transition: all .30s ease-in-out;
    word-break: break-all;
    line-height: normal;
    justify-content: center;
}

a.twitter-btn:hover {
    background: #0a80c9;
}

a.twitter-btn.like-btn,
a.twitter-btn.share-btn {
    background: #2277f2;
    font-style: normal;
}

.two-btn {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 0;
}

a.twitter-btn.like-btn {
    width: 60%;
}

a.twitter-btn.share-btn {
    width: 34%;
}

a.twitter-btn.like-btn:hover,
a.twitter-btn.share-btn:hover {
    background: #1d71eb;
}

p.copright-text {
    margin: 0;
    font-size: 12px;
    color: #fff;
    text-align: right;
    font-family: var(--primary-font);
    font-weight: 300;
}

.copyright-nav li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    margin: 0 20px 0 0;
    display: block;
    font-family: var(--primary-font);
}

.copyrightWrapper {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 15px 0;
}

.logolist p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 20px auto auto auto;
    max-width: 200px;
}

ul.list-style.logolist {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.logolist li {
    flex: 0 0 50%;
    max-width: 50%;
}

.copyright-links-wrap {
    display: flex;
    align-items: center;
}

.twitter-btn i,
.share-buttons i {
    margin-right: 3px;
}



ul.footer-links li a:hover, .copyright-nav a:hover, .footer-social a:hover {
    color: #ffb900;
}

span.rank-image {
    display: table;
    position: relative;
    padding-bottom: 150px;
    width: 120px;
    margin: auto;
}

span.rank-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
}

.scrollUp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    background:var(--bgcolor-red); 
    color: var(--text-color-white) !important;
    text-decoration: none;
        font-size: 14px;
}

.scrollUp::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}




/*------------RESPONSIVE-------------------*/
@media screen and (max-width: 1440px) {
    body:not(.homepage) .sitenav > ul > li > a {
        font-size: 12px;
    }

    a.cu-logo-white {
        width: 170px;
        display: inherit;
    }


}

@media screen and (max-width: 1200px) {
 body:not(.homepage) .sitenav{margin-left: 0 !important;}
}


@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    body:not(.homepage) .sitenav > ul > li > a{font-size: 11px;}
}

@media screen and (max-width: 991.98px) {
    .sitenav > ul > li > a {
        font-size: 10px;
    }
    .sitenav > ul > li > a > span {
        font-size: 8px;
    }
    .sitenav {
        margin-top: 15px;
        margin-left: 0;
    }

}



@media screen and (max-width: 991.98px) {
    a.siteLogo {
        display: none !important;
    }
    .topHeaderContainer {
        flex-direction: row;
    }
    .get-social,
    .get-connected {
        margin-right: 10px;
        padding-right: 10px;
    }
    button.toggle-nav {
        display: block !important;
    }
    .active-nav-toggle .sitenav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .inactive-nav-toggle .sitenav {
        transform: translateY(-100em);
    }
    .get-social:after,
    .get-connected:after {
        top: 0;
    }
    button.button-search {
        top: 3px;
    }
    .sitenav {
        position: fixed;
        width: 100%;
        text-align: left;
        left: 0;
        background: rgba(000, 000, 000, .9);
        top: 0;
        bottom: 0;
        margin: 0 !important;
        padding: 50px 30px 30px 30px;
        transition: transform .50s ease-in-out;
        transform: translateY(-100em);

    }
   
    body.active-nav-toggle {
        overflow: hidden;
    }
    .sitenav ul {
        flex-direction: column;
         
       padding: 30px 0;
        height: 100%;
    }
    .sitenav > ul > li > a > span {
        font-size: 10px
    }
    .sitenav > ul > li > a  {
        font-size: 14px;
        display: table;
        margin: auto;
    }
    .sitenav ul li {
        /*border-bottom: 1px solid rgba(255, 255, 255, .1);*/
        /*margin-bottom: 10px;*/
        width: 100%;
        padding-bottom: 10px
    }
    button.closenav {
        border: 0;
        color: #333;
        padding: 0;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 20px;
        background: transparent;
        width: 40px;
        height: 40px;
        display: block !important;
        line-height: normal;
    }

    .homepage .logo-wrap{display: block;}
    .homepage a.naac-innerLogo {
        display: none;
    }
    .homepage a.CU-innerLogo {
        display: inline-block;
        width: 120px;
    }

    body:not(.homepage) .siteHeader .col-xl-2 {
        width: 100%;
    }
    body:not(.homepage) .siteHeader .col-xl-10 {
        width: 100%;
    }
    body:not(.homepage) .logo-wrap {
        width: 250px;
    }

    header.mainHeader{border: 0}
    .topHeader {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
   
    .siteHeader {
        margin: 10px 0 0 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding-bottom: 10px;
    }
    .homepage .logo-wrap-logo{display: block;}
    button.toggle-nav{top: 10px;}
    body:not(.homepage) .topHeaderContainer{justify-content: center}
    body:not(.homepage) .logo-wrap{margin: 0;}

    header.mainHeader {
        padding: 0;
    }
   .mainHeader  ul.topsocial li a{padding: 10px 0;}

   header.mainHeader.fixed .siteHeader {
        padding: 10px 0;
    }
    .homepage .mainHeader{padding: 0;}


    /************FOOTER*************/

    a.cu-logo-white {
        width: 131px;
    }
    .twitter-btn i,
    .share-buttons i {
        margin-right: 3px;
    }
    .siteFooter {
        padding-bottom: 30px;
    }
    a.twitter-btn {
        word-break: break-all;
    }
    .two-btn {
        flex-direction: column;
    }
    .two-btn a.twitter-btn {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .logolist p {
        line-height: normal;
    }
    p.footer-text.mt-0 a {
        word-break: break-all;
        line-height: normal;
    }

    .scrollUp {
        right: 15px;
    }



}

@media screen and (max-width: 991.98px) and (min-width: 768px) {

    body:not(.homepage) .topHeaderContainer {
        justify-content: end;
    }
}


@media screen and (max-width: 767.98px) {
    .siteFooter {
        padding-top: 0;
    }
}



@media screen and (max-width: 767.98px) and (min-width: 576px) {
    header.mainHeader {padding: 0px 0;}
    header.mainHeader ul.topsocial li a{padding: 10px 0;}

    /*footer*/
    .footer-col-1 {
        text-align: center;
    }
    a.cu-logo-white {
        margin: 20px auto;
    }
    .copyright-nav li a {
        margin-right: 10px;
    }
    p.copright-text {
        font-size: 10px;
    }
    ul.footer-links {
        margin: 0px !important;
    }
    .two-btn {
        flex-direction: row;
        justify-content: flex-start;
    }
    .two-btn a.twitter-btn {
        width: auto;
        flex: 0 0 auto;
        max-width: unset;
        align-items: center;
        margin: 0 5px 0 0;
    }
    .address-block.mt-25 {
        margin: 10px 0 0 0 !important;
    }
    .address-block.mt-25 p {
        margin: 0;
    }
    p.footer-text.mt-0 a {
        font-size: 11px;
        line-height: normal;
    }
    a.twitter-btn {
        font-size: 10px;
    }
    ul.footer-links li a {
        line-height: 18px;
    }
    .footer-links li {
        margin: 5px 0;
        line-height: 24px;
    }
    body span.rank-image {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 575.98px) {
    .get-social,
    .get-connected {
        margin-right: 8px;
        padding-right: 8px;
    }
    .Search-button span {
        display: none;
    }
    .topHeaderContainer {
        justify-content: center;
    }
    ul.topsocial li a {
        margin-left: 0;
        margin-right: 8px;
        font-size: 12px;
        padding: 10px 0;
    }
    .get-social:after,
    .get-connected:after {
        top: 0;
        bottom: 0;
    }
    header.mainHeader {
        padding: 0;
    }
    .get-social,
    .get-connected {
        width: auto
    }
    ul.topsocial {
        width: 100%;
        justify-content: center;
    }
    ul.topsocial li a {
        margin-left: 9px;
        font-size: 12px;
    }
    ul.topsocial li:first-child a {
        margin-left: 0;
    }
    input.search-input,
    button.search-button-inner, .search-input-wrapper {
        height: 40px;
    }
    button.search-button-inner {
        width: 40px;
    }
    input.search-input {
        padding: 15px 50px 15px 15px;
    }

    body:not(.homepage) .logo-wrap {
        width: 200px;
    }

     button.toggle-nav{top: 5px;}

     /*footer*/

     .footer-col {
        text-align: center;
    }
    a.cu-logo-white {
        margin: 15px auto;
        width: 120px;
    }
    .mt-25 {
        margin-top: 15px !important;
    }
    .footer-text {
        margin: 0;
    }
    .footer-col {
        margin-bottom: 15px;
    }
    .share-buttons {
        margin-top: 15px;
    }
    .share-buttons {
        max-width: 200px;
        margin: 20px auto;
    }
    .copyright-links-wrap {
        flex-wrap: wrap;
    }
    ul.copyright-nav {
        margin: auto;
    }
    ul.topsocial.footer-social {
        margin: 10px auto;
    }
    .copyright-nav li:last-child a {
        margin: 0;
    }
    p.copright-text {
        text-align: center;
    }
    .two-btn a:last-child {
        margin-bottom: 0;
    }
    .two-btn {
        flex-direction: row;
        justify-content: center;
    }
    .two-btn a.twitter-btn {
        width: auto;
        flex: 0 0 auto;
        max-width: unset;
        align-items: center;
        margin: 0 5px;
    }
    .logolist li:nth-child(1) {
        padding-right: 15px
    }
    body span.rank-image {
        padding-bottom: 70px;
    }
    .flag-list li a {
        display: block;
        margin: 0 0 15px 0;
    }
	
}

@media only screen and (max-width: 600px){
	.sm-heading{
		display: none;
	}
}




