a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none !important;
    color:#008c65;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
}
img {
    max-width: 100%
}
ul {
    list-style: none;
    list-style-type: none;
    padding-inline-start: 0;
    padding-left: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

@media(min-width:767px) {
    ::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }
    ::-webkit-scrollbar-track {
        background-color: #eee
    }
    ::-webkit-scrollbar-thumb {
        background-color: #333
    }
    ::-webkit-scrollbar-thumb:hover {
        background-color: #111
    }
}
.cmpad {
    padding-left: 80px;
    padding-right: 80px
}
.md-show {
    display: none
}

.top0 {
    margin-top: 0 !important
}

.border0 {
    border: none !important
}

a,
.fa,
button,
.btn {
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

@media(min-width:1366px) {
    .cmpad {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width:991px) {
    .cmpad {
        padding-right: 30px;
        padding-left: 30px
    }
    .md-hide {
        display: none !important
    }
    .md-show {
        display: block !important
    }
    .ftcount p{display: none !important;}
}

@media(max-width:767px) {
    .cmpad {
        padding-right: 15px;
        padding-left: 15px
    }
    .sm-hide {
        display: none !important
    }
    .sm-show {
        display: block !important;
    }
    .ftcount p{
        display: block !important;
        text-align: center;
    }
}

@media(max-width:480px) {
    .mob-hide {
        display: none !important
    }
}

.head-div {
    z-index: 999;
    width: 100%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.head-div.active {
    background: #c45f5f;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #C00000 , #c45f5f);
    background: linear-gradient(to right, #C00000 , #c45f5f);
}

.head-div .tophead {
    background-color: rgba(0, 0, 0, .7);
    transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.head-div .tophead ul.toplist li {
    float: left;
    padding: 6px 15px;
    border-left: 1px solid #444;
    color: #909090
}

.head-div .tophead ul.toplist li:last-child {
    border-right: 1px solid #444
}

.head-div .tophead ul.toplist li .fa {
    margin-right: 10px;
    color: #265077
}

.head-div.active .tophead {
    margin-top: -32px
}

.head-div .mainhead {
    padding-top: 10px;
    padding-bottom: 10px
}

.head-div .mainhead .logo img {
    max-height: 70px;
    -webkit-transition: all .3s linear
}

.head-div.active .mainhead .logo img {
    max-height: 50px
}

.head-div .mainnav {
    overflow: hidden;
    margin-top: 5px;
    float: right;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.head-div.active .mainnav {
    margin-top: 7px
}

.head-div .mainnav a {
    float: left;
    font-size: 12px;
    font-weight:500;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
}

.head-div .mainnav a,
.head-div .megamenu {
    font-family: Poppins;
}

.head-div .mainnav a .homeicon{
    width: 20px;
    margin-right: 8px;
    margin-top: -8px;
}

.head-div .megamenu {
    float: left;
    overflow: hidden
}

.head-div .megamenu .dropbtn {
    font-size: 12px;
    font-weight:500;
    outline: 0;
    color: #FFF;
    background-color: inherit;
    margin: 0;
    border: 0;
    text-align: center;
    padding: 8px 14px
}

.head-div .megamenu .dropbtn.menu {
    border-radius: 5px;
    border: 1px solid;
    padding: 0 10px;
    height: 34px;
    background-color: inherit;
    margin-left: 10px
}
.head-div .megamenu .dropbtn.menu span{
    display:inline-block;
    margin-right:5px;
}

.head-div .mainnav a:hover,
.head-div .megamenu:hover .dropbtn {
    background-image: linear-gradient(#fff, #fff);
    border-radius: 5px;
    color: #000;
}

.head-div .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    background-image: url(../img/images/menubg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 65%;
    width: 880px;
    right: 15px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    animation-name: zoomIn;
    animation-duration: .4s;
    animation-iteration-count: 1;
    height: 400px;
    overflow-y: auto
}

.head-div .dropdown-content .header {
    background: red;
    padding: 16px;
    color: white
}

.head-div .megamenu:hover .dropdown-content {
    display: block
}

.nav-tab {
    height: 370px;
    width: 35%;
    float: right;
    padding: 0 0 0 5px;
    margin: 15px 0;
    border-left: 1px solid #ddd;
    overflow-y: auto
}

.nav-tab li .ntablinks {
    display: block;
    color: #333;
    margin-left: 0;
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    box-shadow: none !important;
    border: 1px solid #edd6ea;
    outline: 0;
    text-align: left;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.nav-tab li .ntablinks.active {
    color: #fff;
    background: linear-gradient(to right, #563A52 , #A0849B);
}

.nav-tab li .ntablinks:hover {
    color: #fff;
    background: linear-gradient(to right, #563A52 , #A0849B);
}

.nav-tab li .ntablinks img {
    width: 20px;
    margin-right: 5px;
    margin-top: -5px;
}

.nav-tab li .ntablinks:hover img,
.nav-tab li .ntablinks.active img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.nav-tab li .menuimg {
    border-radius: 5px;
    width: 100%;
    max-height: 350px
}

.nav-con {
    width: 65%;
    float: left;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 5px
}
.menuall{
	display:none;
}
.menuall .nav-con {
    padding-right: 10px
}

.ntabcontent {
    float: left;
    padding: 0;
    width: 100%;
    border-left: none;
    display: none;
    height: 330px;
    overflow-y: auto
}

.ntabcontent.active {
    display: block
}

.ntabcontent ul {
    padding-top: 2px;
    padding-left: 2px
}

.ntabcontent ul>li,
.dropmenu ul>li {
    float: left;
    margin-bottom: 10px;
    display: table;
    padding: 0 5px;
    width: calc(100% / 3)
}

.ntabcontent ul>li>a,
.dropmenu ul>li>a {
    color: #000;
    border-radius: 3px;
    width: 100%;
    height: 70px;
    line-height: 15px;
    padding: 5px;
    font-size: 1.4rem;
    border: 1px solid #edd6ea;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    float: none
}

.ntabcontent ul>li>a:hover,
.dropmenu ul>li>a:hover {
    color: #333;
    border-color: #563A52;
}

.ntabcontent ul>li>a img,
.dropmenu ul>li>a img {
    max-width: 35px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    opacity:1;
    background-color: #fff;
    border-radius: 50%;
}

h3.menuhd {
    margin-top: 10px;
    color: #563A52;
    font-size: 18px;
    font-weight: bold;
}

h3.menuhd:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #A0849B;
}

.department{
    height: 400px !important;
	width: 100% !important;
}
.department .ntabcontent {
    padding-right: 10px
}

.department .ntabcontent p {
    color: #202122
}

.department .ntabcontent ul li {
    width: calc(100% / 4);
    margin-right: auto;
    padding: 0;
    margin-bottom: 5px
}

.department .ntabcontent ul li a {
    font-size: 11px;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 95%;
    height: 70px;
    margin: 0;
    margin-right: 5px;
    color: #000;
}

.department .ntabcontent ul li a:hover {
    box-shadow: none;
    border-color: #265077;
    color: #fff;
}

.department .nav-tab{
    height: 370px;
}
.department .nav-tab li .ntablinks{
    padding: 8px 15px;
}

.megamenu .subdrop {
    background-repeat: repeat-x;
    width: auto;
    min-width: 780px;
}

.megamenu ul.submenu {
    margin-top: 25px;
}

.megamenu ul.submenu li img {
    max-width: 40px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background-color: #fff;
    border-radius: 50%;
}

.megamenu ul.submenu .sublist li {
    float: left;
    margin-bottom: 10px;
    display: table;
    padding: 0 5px;
    width: calc(100% / 4)
}

.megamenu ul.submenu .sublist li>a {
    color: #563A52;
    border-radius: 3px;
    width: 100%;
    height: 60px;
    line-height: 15px;
    padding: 5px;
    font-size: 1.3rem;
    border: 1px solid #edd6ea;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    float: none
}

.megamenu ul.submenu .sublist li>a:hover {
    color: #FFF;
    border-color: #563A52;
    background-color: #fff;
}

@media(max-width:991px) {
    .head-div .mainnav {
        margin-top: 10px
    }
}

@media(max-width:767px) {
    .head-div .megamenu .dropbtn.menu {
        width: 34px;
        font-size: 16px;
        height: 35px
    }
    .head-div .megamenu .dropbtn.menu span{display:none;}
}

.header_resp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

.cd-dropdown-trigger::before,
.cd-dropdown-trigger::after {
    display: none
}

.cd-dropdown .reslogo {
    background-color: #012a30 !important;
    background: -webkit-linear-gradient(to right, #C00000 , #c45f5f);
    background: linear-gradient(to right, #C00000 , #c45f5f);
    border-bottom: none !important;
    height: 80px !important;
    padding: 10px !important;
    margin-top: 0;
    width: 80%;
    position: relative;
    z-index: 1
}

.cd-dropdown .reslogo img {
    max-height: 60px;
    display: block
}

.cd-dropdown {
    z-index: 101;
    background-color: rgba(0, 0, 0, .7) !important
}

.cd-dropdown>.cd-dropdown-content {
    width: 80%;
	height:600px;
    right: 20%;
    padding-inline-start: 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4)
}

.cd-dropdown-content,
.cd-dropdown-content ul {
    padding-top: 80px !important;
    padding-inline-start: 0
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
    color: #202122;
    border: none !important;
    border-bottom: 1px solid #ececec !important
}

.cd-dropdown-content ul a img,
.cd-dropdown-content ul a .fa {
    max-width: 20px;
    margin-right: 10px;
    color: #202122;
    filter: grayscale(1) brightness(0.8);
    -webkit-filter: grayscale(1) brightness(0.8)
}

.cd-dropdown .cd-close {
    right: 23% !important;
    top: 20px !important;
    height: 35px !important;
    width: 35px !important;
    background-color: #563A52 !important;
    border-radius: 50%;
    box-shadow: none;
    z-index: 2
}

.closebarz {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 80%;
    cursor: zoom-out
}

.cd-dropdown .logo {
    max-width: 150px;
    margin: 5px auto
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 40px !important;
    line-height: 40px !important
}

.cd-dropdown-content a:hover,
.cd-dropdown-content ul a:hover {
    text-decoration: none;
    color: #c45f5f;
}

.cd-dropdown-content a img,
.cd-dropdown-content ul a img {
    width: 20px;
    margin-right: 8px;
    margin-top: -6px;
    filter: brightness(0) opacity(.7);
    -webkit-filter: brightness(0) opacity(.7);
}

.has-children>a::before,
.has-children>a::after,
.go-back a::before,
.go-back a::after {
    background: #cfcfcf !important
}

.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
    background: #fff !important;
    width: 3px !important;
    height: 16px !important
}

.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul .cd-divider {
    background-color: rgba(95, 15, 78, 0.7) !important;
    margin-top: 15px;
    color: #fff !important
}

@media(min-width:991px) {
    .cd-dropdown-wrapper {
        display: none !important
    }
}

@media(max-width:767px) {
    .cd-dropdown .cd-close {
        top: 23px !important;
        height: 30px !important;
        width: 30px !important
    }
}

@media(max-width:480px) {
	.menuall{
		display:block;
	}
    .cd-dropdown .reslogo img {
        max-height: 50px;
        margin-top: 6px
    }
    .cd-dropdown .cd-close {
        right: 16px !important
    }
    .closebarz {
        display: none
    }
    .cd-dropdown .reslogo {
        width: 100%
    }
    .cd-dropdown>.cd-dropdown-content {
        width: 100%;
        right: 0
    }
}

@media only screen and (min-width:768px) {
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        font-size: initial
    }
}

h2.mainhead {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px
}

h2.mainhead span {
    color: #c45f5f;
    background: #2a3da5;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #03A9F4 , #2a3da5);
    background: linear-gradient(to right, #03A9F4 , #2a3da5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2.mainhead:before {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #ccc;
    display: block;
    margin: auto;
    position: absolute;
    left: -20px;
    right: 0;
    margin-top: 42px
}

h2.mainhead:after {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #ccc;
    display: block;
    margin: auto;
    border-radius: 5px;
    position: absolute;
    left: 20px;
    right: 0;
    margin-top: 15px;
    margin-bottom: 30px
}

h3.subhead {
    font-size: 20px;
    border-bottom: 1px dashed #cccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #333
}

h2.mainhead.white {
    color: #fff
}

h2.mainhead.left {
    text-align: left
}

h2.mainhead.left:after {
    left: 30px;
    margin-left: 0
}

h2.mainhead.left:before {
    left: 15px;
    margin-left: 0
}

h3.subhead.white {
    color: #fff
}

h4.subhead {
    font-size: 18px;
    margin-top: 20px;
    color: #265077;
    border-left: 2px solid #ccc;
    padding-left: 5px;
    display: inline-block
}

@media(max-width:767px) {
    h2.mainhead {
        font-size: 26px
    }
    h2.mainhead:after {
        margin-top: 20px
    }
}

@media(min-width:481px) {
    .mobicons {
        display: none
    }
}

/*\*/

/**/

.custscroll::-webkit-scrollbar,
.custscroll::-webkit-scrollbar-thumb {
    border-radius: 13px;
    width: 6px;
    height: 6px;
    background-clip: padding-box;
    background: transparent
}

.custscroll::-webkit-scrollbar-track {
    background: transparent
}

.custscroll:hover::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.custscroll::-webkit-scrollbar-thumb:hover {
    background-color: #999
}

.scrollnew::-webkit-scrollbar{
    border-radius: 13px;
    width: 6px;
    height: 6px;
    background-clip: padding-box;
    background: transparent
}

.scrollnew::-webkit-scrollbar-track {
    background: #eee;
}

.scrollnew::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.scrollnew::-webkit-scrollbar-thumb:hover {
    background-color: #999
}

@media(max-width:1199px){
    .head-div .megamenu .dropbtn {
        padding: 5px 12px;
    }
    header .mainnav a{
            padding: 5px 12px;
    }
}

.ftcount{
    text-align:center;
}

@media(min-width:992px){
    .pr-0{
        padding-right: 10px !important;
    }
}

@media(max-width:1199px){
    header .mainnav a {
        padding: 8px 9px !important;
    }
    header .megamenu .dropbtn{
        padding: 0px 0px !important;
    }
    header .mainnav {
        margin-top: 13px;
    }
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
}

.form-group > p {
    width: 100%;
}