<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
  scroll-behavior: smooth;
}
body{
    font-size: 1rem;
    font-family: 'Akatab', sans-serif;
    font-weight: 500;
    color: #32434c;
}
.ovhidden{
    overflow: hidden;
}

a, a:hover{
  text-decoration: none !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
ul{
  padding-left: 0px; 
  list-style-type: none;
  margin: 0
}
img{
    display: block;
  max-width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

img.loadimg{
    opacity: 0;
    transform: scale(.95);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
img.loadimg.fade{
    opacity: 1.0;
    transform: scale(1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

button{
    border: none;
    cursor: pointer;
    outline: 0;
    font-family: 'Akatab', sans-serif;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h1, .h2, .h3, h1, h2, h3{
  font-weight: 700;
}
.h4, .h5, .h6, h4, h5, h6{
    font-weight: 700;
    line-height: 1.4;
}


  


@media(min-width: 1366px){
.cmpad{
    max-width: 1526.4px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 54px;
    padding-right: 54px;
}
}
@media(max-width: 1366px){
.cmpad{
  padding-left:80px;
  padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
  padding-left:40px;
  padding-right:40px;
}
}
@media(max-width: 767px){
.cmpad{
  padding-left:15px;
  padding-right:15px;
}

}
@media(max-width: 575px){
html{
  font-size: 90%;
}

}



.mainhdcenter{
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
}
.mainhead{
  font-weight: 800;
    position: relative;
}
h3.mainhead{
    font-size: 1.3rem;
}
h4.mainhead{
    font-size: 1rem;
}
.mainhead.center{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.subhead{
    font-weight: 700;
    font-size: 1.15rem;
}
.subhead.line{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.hdcap{
    color: #666;
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.mainhdcenter .hdcap{
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.clrinvert .mainhead{
    color: #fff;
}
.clrinvert .hdcap{
    color: #f8f8f8;
}
.mainheadrow{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.mainheadrow .morebtn{
    font-size: .875rem;
    font-weight: 700;
}


@media(max-width: 767px){
.h1, h1{
    font-size: 2.2rem;
}
.h2, h2{
    font-size: 1.75rem;
}
}
@media(max-width: 575px){
.h2, h2{
    font-size: 1.5rem;
}
.h1, h1{
    font-size: 2rem;
}
}



@media(min-width:768px){
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-track{background-color:#eee}
::-webkit-scrollbar-thumb{background-color:#3a3a3a}
::-webkit-scrollbar-thumb:hover{background-color:#444}

.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}


.custscrollA::-webkit-scrollbar{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscrollA::-webkit-scrollbar-track{background:transparent}
.custscrollA::-webkit-scrollbar-thumb{background-color:#ccc;border-radius: 6px;}
.custscrollA::-webkit-scrollbar-thumb:hover{background-color:#999}

}


ul.social {
    display: flex;
    margin-bottom: 0;
}
ul.social li {
    display: block;
}
ul.social li:last-child{
    margin-right: 0;
}
ul.social li a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 0.875rem;
}

ul.social li a i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: block;
    text-align: center;
    border-radius: 0.5rem;
    font-size: .9rem;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.social li a:hover i {
    color: #fff;
}

ul.social li a .fa-facebook-f{
    background-color:  #3b5998;
}
ul.social li a:hover .fa-facebook-f{
    background-color: #3b5998;
}
ul.social li a .fa-twitter{
    background-color: #00acee;
}
ul.social li a:hover .fa-twitter{
    background-color: #00acee;
}
ul.social li a .fa-instagram{
    background-color: #8a3ab9;;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
ul.social li a:hover .fa-instagram{
    background-color: #8a3ab9;
}
ul.social li a .fa-linkedin-in{
    background-color: #0072b1;
}
ul.social li a:hover .fa-linkedin-in{
    background-color: #0072b1;
}
ul.social li a .fa-pinterest{
    background-color: #c8232c;
}
ul.social li a:hover .fa-pinterest{
    background-color: #c8232c;
}
ul.social li a .fa-youtube{
    background-color: #FF0000;
}
ul.social li a:hover .fa-youtube{
    background-color: #FF0000;
}




p{
    margin-top: 0;
}


.flexVcenter{
    display: flex;
    flex-flow: wrap;
    align-content: center;
}



@keyframes moveRight{
    0%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50%{
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveLeft{
    0%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50%{
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveDown{
    0%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50%{
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveUp{
    0%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50%{
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*PULSE*/
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



.btn{
    padding: 8px 15px;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    display: inline-block;
    font-weight: 600;
    text-align: center;
}
.btn i{
    transition: none;
}
.outlinebtn{
    color: #333;
    border: 1px solid;
}
.outlinebtn:hover{
    color: #ed2724;
    border-color: #ed2724;
}
.mybtn-primary{
    background-color: #ec6220;
    border: 1px solid #ec6220;
    color: #fff;
    /* min-width: 130px; */
}
.mybtn-primary:hover{
    background-color: #f87436;
    border-color: #f87436;
}
.mybtn-secondary{
    background-color: transparent;
    color: #333;
    border: 1px solid #333;
}
.mybtn-secondary:hover{
    color: #ed2724;
    border-color: #ed2724;
}
.mybtn-third{
    background-color: transparent;
    color: #666;
    border: 1px solid #999;
}
.mybtn-third:hover{
    color: #fff;
    border-color: #ed2724;
    background-color: #ed2724;
}
.mybtn-third i{
    margin-left: 6px;
}
.btn.center{
    display: table;
    margin: auto;
}

.mybtn-group{
    display: flex;
    margin: -5px;
}
.mybtn-group .mybtn-primary,
.mybtn-group .mybtn-secondary,
.mybtn-group .white-outline{
    margin: 5px;
}
.white-outline{
    border:1px solid #fff;
    color: #fff;
    background-color: transparent;
    opacity: .75;
}
.white-outline:hover{
    opacity: 1;
}

.morebtn{
    color: #ec6220;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    position: relative;
}
.morebtn i{
    transition: none;
    margin-left: 6px;
}
.morebtn:hover{
  color: #b30001;
}
.morebtn:hover i{
    animation: moveRight 1s infinite;
}
.morebtn.dark{
    color: #72002c;
}


.mycard{
    border: 1px solid #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    height: 100%;
    position: relative;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 12px 14px 20px rgb(9 76 160 / 5%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mycard.center{
    text-align: center;
}
.mycard p{
    color: #666;
    /* max-height: 66px; */
    overflow: hidden;
    font-size: .8125rem;
    margin: 0;
}
.mycard .cardimg{
    margin: 10px;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mycard .cardimg:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
}
.mycard .cardimg img{
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mycard:hover .cardimg img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.mycard .cardimg.icon{
    width: 40px;
    border-radius: 0;
    overflow: unset;
    margin: auto;
    margin-top: 1rem;
}
.mycard .cardimg .nwdate{
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #fff;
    font-size: .75rem;
    background-color: rgb(0 0 0 / 50%);
    padding: 3px 8px;
    border-radius: 0.3rem;
}
.mycard .cardcont{
    padding: 15px;
}
.mycard .cardtitle{
    font-size: 1rem;
    max-height: 44px;
    overflow: hidden;
}
.mycard .users{
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.mycard .users i{
    margin-right: 6px;
    color: #ed2724;
}
.mycard .morebtn{
    font-size: .875rem;
}
.mycard .vidbtn{
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #ed2724;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mycard:hover .cardimg .vidbtn{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    box-shadow: 0 0 0 5px rgb(209 2 3 / 50%);
}
.mycard .cardover{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 40%);
    color: #fff;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    cursor: pointer;
}
.mycard span.morebtn{
    color: rgb(255 255 255 / 75%);
    margin-bottom: 0;
}
.mycard:hover span.morebtn{
    color: #FFC107;
}
.mycard:hover span.morebtn:after{
    width: 100%;
}
.mycard .badge{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #25a5f0;
    background: -webkit-linear-gradient(to right, #2196F3 0%, #9C27B0 100%);
    background: linear-gradient(to right, #2196F3 0%, #00BCD4 100%);
    border-radius: 0.3rem;
    font-size: .85rem;
    padding: 2px 10px;
    color: #fff;
}
.mycard .cardfoot{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.mycard .cardfoot .info{
    display: inline-flex;
    align-items: center;
    font-size: .8rem;
    color: #666;
}
.mycard .cardfoot .info i{
    margin-right: 5px;
}


.posrel{
    position: relative;
}

.textcontent p{
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}

@media(max-width: 575px){
.mycard p{
    max-height: 60px;
}
}





/*---------------------------------------*/
/*::::::::::::::::HEADER:::::::::::::::::*/
/*---------------------------------------*/
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
header:before{
    content: '';
    position: absolute;
    top:0;
    right: 0;
    width: 80%;
    height: 36px;
    background: rgb(236,98,32);
background: linear-gradient(90deg, rgba(236,98,32,0) 0%, rgba(236,98,32,1) 80%);
}
header .headmain{
    display: flex;
    height: 90px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
header.active .headmain{
    height: 60px;
}
header .headmain .logocol{
    width: 280px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
header.active .headmain .logocol{
    width: 200px;
}
header .headmain .logocol a{
    width: 100%;
    display: flex;
}
header .headmain .logocol a img{
    width: 100%;
}
header .headmain .menucol{
    flex: 1 0;
}
header .menutop{
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: .825rem;
    position: relative;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
header.active .menutop{
    height: 0;
    overflow: hidden;
}
header .menutop ul.menuhelp{
    margin-left: 1rem;
}
header .menutop ul{
    display: flex;
    flex-flow: wrap;
    gap: 1rem;
}
header .menutop ul li a{
    color: rgb(255 255 255 / 75%);
}
header .menutop ul li a:hover{
    color: #fff;
}
header .menutop ul li a i{
    margin-right: 5px;
    transition: none;
}
header .menutop .searchbox{
    margin-left: 2rem;
    height: 100%;
    display: flex;
}
header .menutop .searchbox input,
header .menutop .searchbox button{
    height: 100%;
    border: none;
    margin: 0;
    padding: 0 15px;
    outline: 0;
    color: #fff;
    background-color: rgb(255 255 255 / 10%);
}
header .menutop .searchbox button{
    width: 35px;
    padding: 0;
    font-size: 1rem;
}
header .menutop .searchbox input::placeholder{
    color: rgb(255 255 255 / 75%);
}
header .menubottom{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.8rem;
    height: 54px;
    position: relative;
    padding-left: 15px;
}
header .megamenu{
    height: 100%;
    cursor: pointer;
}
header .megamenu a.mainli{
    color: #fff;
    display: flex;
    height: 100%;
    align-items: center;
}
header .megamenu:hover a.mainli{
    color: #ed2724;
}
header .menubtn{
    width: 40px;
    height: 100%;
    padding: 10px;
    background-color: transparent;
}


header .megamenu-content {
    display: flex;
    align-items: center;
    position: absolute;
    background-color: rgb(255 255 255 / 90%);
    backdrop-filter: blur(5px);
    width: 100%;
    max-width: 800px;
    right: 0;
    border: none;
    z-index: 99;
    height: 0;
    padding: 0 15px;
    border-radius: .3rem;
    overflow: hidden;
    box-shadow: 4px 6px 20px rgb(0 0 0 / 10%);
    line-height: 1.4;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .megamenu:hover .megamenu-content {
    min-height: 280px;
    align-items: flex-start;
    padding-top: 15px;
}
header .megamenu-content .menuitems{
    margin-top: 0;
    margin-bottom: .5rem;
    width: 100%;
}
header .megamenu-content .menuimg{
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: -5px 10px 20px rgba(0,0,0,.2);
}

header .megamenu-content .menuitems .tabmenu{
    width: 230px;
    height: 250px;
    padding-right: 0;
}
header .megamenu-content .menuitems .tabcontent{
    width: calc(100% - 230px);
}
.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}

header .megamenu-content .tab-content&gt;.tab-pane{
    width: 100%;
}
header .megamenu-content .menuitems .nav{
    border-right: 1px solid rgb(10 10 10 / 10%);
    padding-right: 15px;
    overflow: auto;
    height: 100%;
    flex-flow: column;
}
header .nav-pills .nav-link{
    display: flex;
    height: 44px;
    align-items: center;
    padding: 0 15px !important;
    color: #333;
    font-size: .875rem;
    border-radius: 0.3rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .nav-pills .nav-link.active, header .nav-pills .show&gt;.nav-link{
    background-color: rgb(9 76 160 / 20%);
    color: #ec6220;
}
header .nav-pills .nav-link img{
    display: none;
    max-width: 100%;
    width: 20px;
    margin-top: -2px;
    margin-right: 6px;
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}
header .nav-pills .nav-link:hover img,
header .nav-pills .nav-link.active img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
header .megamenu-content .megaitems{
    display: flex;
    flex-flow: wrap;
}
header .megamenu-content ul.menulist{
    display: flex;
    flex-flow: wrap;
    align-content: flex-start;
    align-items: center;
    line-height: normal;
    margin: 0 -8px;
    max-height: 250px;
    overflow-y: auto;
}
header .megamenu-content ul.menulist li{
    width: calc(100% / 2);
    padding: 0 8px;
}
header .megamenu-content ul.menulist li a{
    color: #3e4854;
    display: flex;
    align-items: center;
    font-size: .875rem;
    padding: 8px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .megamenu-content ul.menulist li a:hover{
    text-decoration: none;
    color: #ec6220;
}
header .megamenu-content ul.menulist li a .icon{
    width: 32px;
    margin-right: 8px;
    background-color: rgb(9 76 160 / 20%);
    padding: 8px;
    border-radius: 50%;
    display:none;
}
header .megamenu-content ul.menulist li a .icon img{
    opacity: .75;
}
header .megamenu-content ul.menulist li a:hover .icon img{
    opacity: 1;
}


@media only screen and (min-width: 767px) {
.megamenu .dropdown{height: 100%;}
.megamenu .dropdown:hover&gt; ul{display:block}
.megamenu .dropdown ul{
    font-size: .875rem;
    position:absolute;
    top:100%;
    right: -18px;
    min-width:200px;
    display:none;
    padding:0;
    border: none;
    border-radius: 0.3rem;
    background-color: rgb(255 255 255 / 90%);
    backdrop-filter: blur(5px);
    box-shadow: 2px 6px 20px rgb(0 0 0 / 10%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
/*******/
.megamenu .dropdown ul li{position:relative}
.megamenu .dropdown ul li:hover&gt; ul{display:block}
.megamenu .dropdown ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none;border-radius:.5rem;background-color:#e6f6ff;}
/*******/
.megamenu .dropdown ul ul li{position:relative}
.megamenu .dropdown ul ul li:hover ul{display:block}
.megamenu .dropdown ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1;border-radius:.5rem;}

.megamenu .dropdown ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    color: #555;
}
.megamenu .dropdown ul li a:hover{
    color: #ec6220;
    background-color: rgb(9 76 160 / 10%);
}
.megamenu .mainli.dropdown-toggle::after{
    display: none;
}
.megamenu .dropdown-toggle::after{
    content: '\f107';
    border: none;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: .75rem;
}
}

@media(max-width:1400px){
header .megamenu a.mainli{
    font-size: .875rem;
}
}

@media(max-width:1200px){
header .menubottom{
    gap: .75rem;
}
/* header .menutop ul.menuhelp{
    display: none;
} */
}

@media(max-width:991px){
header .megamenu,
header .menutop .searchbox{
    display: none;
}
header .menutop ul.menuhelp{
    display: flex;
}
}

@media(max-width:767px){
header .menutop ul.menulinks{
    display: none;
}
header .menutop ul.menuhelp{
    justify-content: flex-end;
    margin: 0;
}
}





/*///////////RESPONSIVE HEADER***************/

@media(min-width: 992px){
.header_resp{
    display: none;
}
}
.header_resp{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.cd-dropdown-trigger{
    padding: 0;
    border-radius: 0;
}
.cd-dropdown-trigger .fa{
    font-size: 22px;
    color: #069548;
}

.cd-dropdown .hdtop{
    background-color: #fff;
    border-color: #069548;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 65px;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid #f1f1f1;
}
.cd-dropdown .hdtop .menuadmin{
    display: flex;
    width: 100%;
    height: 65px;
}
.cd-dropdown{
    background-color: rgba(0, 0, 0, 0.7);
}
.cd-dropdown&gt;.cd-dropdown-content{
    width: 70%;
    right: 30%;
    background-color: #fff4ee;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.cd-dropdown-content{
    padding-top: 0;
}
.cd-dropdown-content ul{
    padding-top: 65px;
    background-color: #ec622026;
}
.cd-dropdown-content a, .cd-dropdown-content ul a{
    color: #607D8B;
    border: none;
    border-bottom: 1px solid #ddd;
}
.cd-dropdown .cd-close{
    right: 1rem;
    top: 18px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 9;
    box-shadow: 6px 4px 15px rgba(0,0,0,.1);
    display: none;
}
.closebarz{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 70%;
    cursor: zoom-out;
}

@media(max-width: 575px){
.cd-dropdown&gt;.cd-dropdown-content{
    width: 80%;
    right: 20%;
}
.closebarz{
    left: 80%;
}
}

@media(max-width: 360px){
.closebarz{
    display: none;
}
.cd-dropdown&gt;.cd-dropdown-content{
    width: 100%;
    right: 0;
}
.cd-dropdown .cd-close{
    display: block;
}
}

.cd-dropdown .logo{
    max-width: 150px;
    margin: 5px auto;
}
.cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a, .cd-dropdown-content .cd-divider{
    padding: 0 15px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a{
    height: 38px;
    line-height: 38px;
    font-size: .875rem;
    border: none;
    margin: 8px;
    background-color: #fff;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.cd-dropdown-content a:hover, .cd-dropdown-content ul a:hover{
    text-decoration: none;
    color: #ec6220;
    background-color: rgb(9 76 160 / 10%);
}
.has-children &gt; a::before, .has-children &gt; a::after, .go-back a::before, .go-back a::after{
    background: #ccc;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.has-children &gt; a:hover::before, .has-children &gt; a:hover::after, .go-back a:hover::before, .go-back a:hover::after{
    background-color: #ec6220;
}
.cd-dropdown-content a img {
    width: 22px;
    margin-right: 8px;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before{
    background: #60606a;
    width: 1px;
    height: 15px;
}
.has-children &gt; a::before, .has-children &gt; a::after, .go-back a::before, .go-back a::after{
    height: 1px;
}
.has-children &gt; a img.img-menu{
    max-width: 20px;
    margin-right: 10px;
}
.cd-search{
    position: relative;
    font-size: .875rem;
}
.cd-search input[type="search"],
.cd-search input[type="search"]:focus{
    height: 40px;
    background-color: #fff;
    color: #666;
}
.cd-search input::placeholder{
    color: #999 !important;
}
.cd-search button{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0;
    color: #999;
    background-color: transparent;
    color: #333;
}
.cd-search button:hover{
    color: #ec6220;
}
.hdtop .upic{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    /* flex: 1 0 100px; */
    /* max-width: 100px; */
    height: 100%;
    width: 100%;
}
.hdtop .upic a {
    height: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.hdtop .upic a:hover{
    background-color: transparent;
}
.hdtop .upic img{
    display: block;
    width: 180px;
}
.menu-user{
    flex: 1 0;
    color: #f7f7f7;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    background-color: #ec6220;
    padding-left: 15px;
}
.menu-user .uname{
    font-size: 14px;
}
.menu-user span{
    display: block;
    line-height: 20px;
    font-size: 12px;
}
.menu-acc{
    display: flex;
    justify-content: space-around;
    padding: 0 4px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.menu-acc a{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: .7rem;
    line-height: normal;
    height: 60px;
    margin: 4px;
    border-radius: .3rem;
    width: 100%;
    border: none;
    color: #999;
    border-right: 1px solid #f1f1f1;
}
.menu-acc a:hover{
    background-color: #fff;
    color: #ec6220;
}
.menu-acc a img{
    width: 18px;
    margin-bottom: 4px;
    margin-right: 0;
}

.accbtns button{
    width: 50%;
    float: left;
    color: white;
    border: none;
    height: 35px;
    line-height: 35px;
    background-color: #df2b6e;
}
.accbtns button:last-child{
    background-color: #e83f7e;
}

.accdet{
    display: table;
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
}
.accdet button{
    width: 50%;
    float: left;
    color: #df2b6e;
    height: auto;
    border: none;
    border-right: 1px solid #ddd;
    background-color: #fff;
    font-size: 10px;
    padding: 8px 5px;
}
.accdet button:last-child{
    border-right: none;
}
.accdet button span{
    display: block;
    color: #666;
    font-size: 14px;
}
.accdet button span i.fa{
    margin-right: 3px;
}

.addrec{
    display: table;
    width: 100%;
}
.addrec a, .addrec a:focus {
    display: block;
    color: #fff !important;
    text-decoration: none;
    background: linear-gradient(-45deg, #ff4d89, #ff0057, #e91e72, #ffabc8);
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
}
.addrec a:hover{
    animation: none;
    color: #fff !important;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.addrec a span.fa{
    margin-right: 5px;
}
.addrec a i.fa{
    float: right;
    margin-top: 15px;
}


@media(max-width: 480px){
.menu-acc p{
    line-height: 5px;
    font-size: 10px;
}
.menu-user{
    width: calc(100% - 70px);
}
.menu-acc a{
    font-size: .65rem;
}
}

/*RESPONSIVE MENU FOOTER*/
.menufoot{
    background-color: #fff;
    color: #666;
    text-align: center;
    min-height: 290px;
}
.menufoot ul{
    position: relative;
    padding: 6px 0 !important;
    padding-top: 25px !important;
    list-style-type: none;
}
.menufoot ul li.head{
    font-size: 12px;
    padding: 0 10px;
    color: #666;
    margin-bottom: 10px;
}

.menufoot ul.reach li{
    display: block;
    text-align: left;
}
.menufoot ul.reach li a i{
    margin-right: 6px;
    color: #ec6220;
}
.menufoot ul.reach li a img{
    height: 16px;
    margin-right: 8px;
    margin-top: -2px;
}

.menufoot ul.download{    
    padding-bottom: 10px !important;
}
.menufoot ul.download li.apps a{
    width: 95px;
    display: inline-block;
    padding: 0 !important;
    margin: 0 5px;
    height: auto !important;
    line-height: normal !important;
    border:none !important;
}
.menufoot ul.download li.apps a img{
    width: 100%;
}

.menufoot ul.social{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    flex-flow: wrap;
    justify-content: center;
}
.menufoot ul.social li.head{
    margin-bottom: 15px;
    width: 100%;
}
.menufoot ul.social li{
    float: left;
    width: calc(100% / 7);
    text-align: left;
    margin-right: 0;
}
.menufoot ul.social li a{
    width: auto;
    text-align: center;
    height: 35px !important;
    line-height: 35px !important;
    text-overflow: initial;
    border: none !important;
    padding: 0 !important;
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
}
.menufoot ul.social li a .fab{
    background: transparent;
    color: #ec6220;
}

.menufoot ul.menu{
    padding-top: 0 !important;
}
.menufoot ul.menu li{
    padding: 5px 0;
    display: inline-block;
}
.menufoot ul.menu li a{
    font-size: 11px;
    height: auto !important;
    line-height: 22px !important;
    padding: 0 8px;
    background-color: rgb(9 76 160 / 10%);
    border-radius: 0.3rem;
    color: #828c99 !important;
    margin: 0 2px;
}
.menufoot ul.menu li a:hover{
    background-color: rgb(9 76 160 / 20%);
    color: #ec6220 !important;
}
.menufoot ul.rights{
    border-top: 1px solid #cfcfcf;
    padding: 15px 0 !important;
}
.menufoot ul.rights p{
    margin-bottom: 0;
    font-size: 12px;
}
.menufoot ul.rights a{
    display: inline;
    height: auto !important;
    line-height: normal !important;
    padding: 0;
    border:none !important;
    background-color: transparent;
    font-size: 12px;
}







/*---------------------------------------*/
/*::::::::::::::::SLIDER:::::::::::::::::*/
/*---------------------------------------*/

.slider{
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 400px;
}
.slider .mainslider, .slider .mainslider .swiper-slide, .slider .mainslider .slideimg{
    height: 100%;
}
.slider .mainslider .slideimg{
    background-size: cover;
    background-position: center;
}
.slider .mainslider .slideimg.mob{
    display: none;
}
/*.slider .mainslider .slideimg:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgb(0,91,150,.5);
    background: linear-gradient(0deg, rgba(0,91,150,0) 0%, rgba(0,91,150,0.8) 100%);
}*/
.slider .mainslider .slideimg:before{
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url(../img/slider/landbg.svg);
    background-size: cover;
    background-position: center;
}
.slider .mainpagination{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    left: auto;
    right: 1rem;
    bottom: 70px;
    width: auto;
}
.slider .mainpagination .swiper-pagination-bullet{
    background-color: #fff;
    opacity: .75;
    margin: 4px 0;
    width: 10px;
    height: 6px;
    border-radius: .3rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.slider .mainpagination .swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #ed2724;
    width: 25px;
}

.mainicons-bag{
    background: rgb(0 0 0 / 50%);
    backdrop-filter: blur(3px);
    max-width: 860px;
    bottom: 0;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 0.5rem;
    margin-top: -70px;
    position: relative;
}

.mainicons{
    display: flex;
    flex-flow: wrap;
    justify-content: center;




}
.mainicons .iconbox{
    padding: 10px;
    flex: 1 0 calc(100% / 7);
    max-width: calc(100% / 7);
}
.mainicons .iconbox a{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 8px;
    border-radius: 0.5rem;
    font-size: .875rem;
    line-height: normal;
    height: 100%;
}
.mainicons .iconbox a .icon{
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background-color: rgb(236 98 32);
    padding: 10px;
    margin-bottom: 8px;
    box-shadow: 0 0 0 4px rgb(236 98 32 / 30%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mainicons .iconbox a:hover .icon{
    transform: scale(1.15) translateY(-5px);
}

.slidesocial{
    flex-flow: column;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 1;
    gap: 1rem;
}
.slidesocial:after{
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background-color: #fff;
    margin: auto;
    opacity: .5;
}

@media(max-width:767px) and (orientation:portrait){
.slider .mainslider .slideimg.mob{
    display: block;
}
.slider .mainslider .slideimg.dsk{
    display: none;
}
}









/*---------------------------------------*/
/*:::::::::::::::FEATURES::::::::::::::::*/
/*---------------------------------------*/
.featmain{
    max-width: 1200px;
    margin: auto;
}
.featmain p{
    max-height: 40px;
}
.iconcard{
    display: flex;
    flex-flow: column;
    position: relative;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 15px;
    border-radius: 0.5rem;
    box-shadow: 6px 6px 20px rgb(0 0 0 / 10%);
}
.iconcard .icon{
    width: 60px;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
}
.iconcard .normicon{
    width: 60px;
    margin-bottom: 1rem;
    background-color: #edf7ff;
    border-radius: 1rem;
    padding: 12px;
}
.iconcard .data h4{
    font-size: 1.2rem;
}
.iconcard .data p{
    opacity: .8;
    margin-bottom: 0;
}
.iconcard.bgcenter{
    background-color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: .5rem;
    box-shadow: 15px 20px 30px rgb(255 0 0 / 5%);
}
.iconcard .badge{
    position: absolute;
    top: -5px;
    right: 10px;
    background-color: #25a5f0;
    background: -webkit-linear-gradient(to right, #2196F3 0%, #9C27B0 100%);
    background: linear-gradient(to right, #2196F3 0%, #9C27B0 100%);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    color: #fff;
    border-radius: .3rem;
    font-size: .8rem;
    padding: 2px 10px;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}







/*---------------------------------------*/
/*::::::::::::::::::ABOUT::::::::::::::::*/
/*---------------------------------------*/
.aboutbg{
    background-image: url(../img/images/about1.webp);
    background-position: center;
    background-size: cover;
    height: 400px;
    border-radius: 0 1rem 1rem 0;
}
.about .tab-content{
    min-height: 200px;
}


/*********TABS***********/
.mytabnav {
    border: none;
    margin: .5rem -8px;
    padding-bottom: 1px;
    margin-top: 0;
    flex-flow: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.mytabnav li.nav-item {
    padding: 0 8px;
    flex: none;
}

.mytabnav li.nav-item button {
    padding: 8px 20px;
    border-radius: 2rem;
    color: #888;
    border: 1px solid rgb(0 0 0 / 15%);
    font-size: .9rem;
    font-weight: 500;
}

.mytabnav li.nav-item button:hover {
    background-color: rgb(236 98 32 / 10%);
    color: #ec6220;
    border-color: rgb(236 98 32 / 20%);
}

.mytabnav li.nav-item button:focus {
    box-shadow: none;
}

.mytabnav li.nav-item button.active {
    color: #fff;
    background-color: #ec6220;
}

.mytabnav li.nav-item button i {
    margin-right: 8px;
    transition: none;
}
.mytabcontent{
    padding: 0;
}
.mytabcontent .tab-pane {
    margin-top: 6px;
}
.incontent p{
    color: #666;
}



.abvision{
    background: rgb(236 98 32 / 10%);
    border-radius: .5rem;
    padding: 15px;
}
.abvision .cont{

    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}


/*---------------------------------------*/
/*::::::::::::::PROGRAMMES:::::::::::::::*/
/*---------------------------------------*/
.programmes {
    background-color: rgb(236 98 32 / 10%);
}

.programrow {
    max-width: 1200px;
    margin: auto;
}

.programmes .nav-tabs {
    display: flex;
    flex-flow: wrap;
    border: 0;
    background: transparent;
    border-radius: 0.3rem;
    padding: 0;
    margin-bottom:15px;
    
}

.programmes .nav-item {
    flex: 1 0 33.333%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    transition: .3s;
    
}


.programmes .nav-tabs .nav-link{
    color: #ec6220;
    width: 100%;
    border: 0;
    border-color: transparent;
    padding: 10px 0;
    background-color: rgb(236 98 32 / 10%);
    border-radius: 0.5rem;
    font-weight: 600;
}
.programmes .nav-tabs .nav-link:hover{
    border: 0;
    border-color: transparent;
    background-color: rgb(236 98 32 / 20%);
    
}

.programmes .nav-tabs .nav-link.active,
.programmes .nav-tabs .nav-item.show .nav-link {
    background: #ec6220;
    border-radius: 0.3rem;
    width: 100%;
    border: 0;
    color: #fff;
}

.pglist {
    display: flex;    
    flex-flow: wrap;
    /* gap: 20px; */
    margin: -10px;
    margin: auto;
   
    max-width: 1100px;

}
.pglist li:before {
    content: '\f19d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    color: #ec6220;
    background-color: rgb(236 98 32 / 10%);
    position: absolute;
    left: 0;
    font-size: .8rem;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.pglist li {
    position: relative;
    padding: 18px;
    padding-left: 40px;
    color: #666;
    flex: 1 0 33.333%;   
    max-width: 33.333%;
    display: flex;
    align-items: center; 
}
.pglist h5{
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0;
    color: #666;
    transition: .3s;
}
.pglist p{
    margin-bottom: 0;
    color: #838383;
}
.pglist li a:hover h5{
    color: #ec6220;
}









/*---------------------------------------*/
/*:::::::::::::ACCREDICATION:::::::::::::*/
/*---------------------------------------*/
.accreditation{
    background-color: rgb(9 76 160 / 5%);
    margin-top: 1.5rem;
}
.accrlist{
    display: flex;
    flex-flow: wrap;
    padding: 1rem 0;
    margin: -.5rem;
}
.accrlist li{
    padding: .5rem;
    flex: 1 0;
}
.accrlist li a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 0.3rem;
}
.accrlist li a img{
    max-height: 70px;
}
.accrlist li a:hover{
    background-color: #fff;
}

@media(max-width:991px){
.accrlist li{
    flex: 1 0 25%;
}
.about .imgcol{
    max-width: 512px;
    margin: auto;
}
}




/*---------------------------------------*/
/*::::::::::::::::NEWS-EVENTS::::::::::::*/
/*---------------------------------------*/
.swipernews{
    padding-bottom: 2rem;
}
.swipernews .swiper-wrapper{
    cursor: e-resize;
}
.swipernews .swiper-slide{
    height: auto;
}
.mycard.bglight{
    background-color: rgb(236 98 32 / 5%);
    box-shadow: none;
}
.mycard.bglight p{
    max-height: 60px;
}
.mycard .newscont{
    padding: 15px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    position: relative;
}
.mycard .newscont .nwhead{
    display: flex;
    flex-flow: wrap;
    margin-bottom: 0.5rem;
}
.mycard .newscont .nwhead h6{
    margin: 0;
    flex: 1 0;
    font-size: .875rem;
    max-height: 40px;
    overflow: hidden;
}
.mycard .date{
    width: 50px;
    height: 50px;
    background-color: #ec6220;
    color: #ffffff;
    border-radius: 0.5rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    font-size: .6rem;
    line-height: normal;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
}
.mycard .date .dd{
    font-size: 10px !important;
    font-weight: 700;
}
.mycard .newscont .morebtn{
    margin-top: .5rem;
}
.mycard .newscont .nwhead .nwcont{
    flex: 1 0;
}
.mycard .newscont .nwhead .nwcont p{
    max-height: 42px;
}

@media(max-width:575px){
.mycard .newscont .nwhead h6{
    max-height: 35px;
}
.mycard .newscont .nwhead .nwcont p{
    max-height: 40px;
}
}






/*---------------------------------------*/
/*:::::::::::::::DIRECROT::::::::::::::::*/
/*---------------------------------------*/
.message .dirimg{
    max-height: 500px;
    margin: auto;
}
.message .quote{
    font-size: 2rem;
    color: #ec6220;
    margin-bottom: 5px;
    display: block;
}
.message .prhead{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    width: 100%;
    border-top: 1px solid rgb(0 0 0 / 10%);
    padding-top: 10px;
    margin-top: 15px;
}
.message .prhead span{
    opacity: .75;
    font-size: .875rem;
}






/*---------------------------------------*/
/*::::::::::::::RECRUITERS:::::::::::::::*/
/*---------------------------------------*/
.recruiters{
    background-color: rgb(9 76 160 / 5%);
}
.logocard{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.logocard .imgbox{
    background-color: #fff;
    border-radius: .5rem;
    overflow: hidden;
    padding: 5px;
}
.logocard .imgcont p{
    margin-bottom: 0;
    margin-top: .5rem;
    font-size: .875rem;
    opacity: .75;
    line-height: normal;
}






/*---------------------------------------*/
/*::::::::::::::::GALLERY::::::::::::::::*/
/*---------------------------------------*/
.mygallery .galrow{
    display: flex;
    flex-flow: wrap;
}
.galrow .galcol{
    padding: 0;
}
.galrow .galcol .galbox{
    background-color: #eee;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    position: relative;
    cursor: zoom-in;
}
.galrow .galcol .galbox .galimg{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.galrow .galcol .galbox:hover .galimg{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.galrow .galcol .galbox .galover{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 15px;
    display: flex;
    border-radius: 0.3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: rgb(236 98 32 / 80%);
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.galrow .galcol .galbox:hover .galover{
    opacity: 1;
}

@media(max-width:1200px){
.galrow .galcol .galbox{
    height: 160px;
}
}

@media(max-width:991px){
.mygallery .active.galrow{
    margin: 0 -10px;
}
/* .galrow .galcol{
    padding: 10px;
} */
.galrow .galcol .galbox{
    height: 130px;
}
}

@media(max-width:767px){
.mygallery .nav{
    padding: 0 10px;
    justify-content: flex-start;
}
}

@media(max-width:575px){
.galrow .galcol .galbox .galover{
    font-size: .875rem;
}
.mygallery .nav button{
    padding: 6px 15px;
}
}

@media(max-width:380px){
.galrow .galcol .galbox{
    height: 100px;
}
}








/*---------------------------------------*/
/*::::::::::::::::FORM:::::::::::::::*/
/*---------------------------------------*/

.myform input,
.myform textarea,
.myform select{
    width: 100%;
    margin: .5rem 0;
    padding: 5px 13px;
    border-radius: 0.3rem;
    box-shadow: none;
    border: 1px solid #ddd;
    font-size: .85rem;
    outline: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.myform input:focus,
.myform textarea:focus,
.myform select:focus{
    border-color: #ec62204d;
    box-shadow: 0px 0px 20px #094c9f0d;
}
.myform input[readonly]:focus,
.myform textarea[readonly]:focus,
.myform select[readonly]:focus{
    border-color: #ddd;
}
.myform .btn{
    padding: 12px 30px;
}
.myform select{
    color: #666;
    
}


@media(max-width: 575px){
ul.counter li{
    flex: 1 0 50%;
    padding: 10px 0;
}
}






/*---------------------------------------*/
/*::::::::::::::::::FOOTER::::::::::::::*/
/*---------------------------------------*/

footer{
    padding: 5rem 0;
    color: #666;
    background-color: #ededed;
}
footer .fttop{
    padding-bottom: 3rem;
}
footer .ftaddress .ftlogo{
    width: 250px;
}
footer .ftaddress ul.adlist{
    display: flex;
    flex-flow: column;
    margin-top: 1rem;
    padding-top: 0.5rem;
    position: relative;
    border-top: 1px solid rgb(0 0 0 / 10%);
}
footer .ftaddress ul.adlist li{
    padding-left: 30px;
    margin: 5px 0;
}
footer .ftaddress ul.adlist li i{
    position: absolute;
    left: 0;
    margin-top: 5px;
    color: #ec6220;
}
footer .ftmenucol h5{
    color: #333;
    position: relative;
    display: flex;
    flex-flow: column;
    margin-bottom: 1rem;
}
footer .ftmenucol h5:after{
    content: '';
    display: flex;
    width: 44px;
    height: 3px;
    margin-right: 10px;
    border-radius: 0.5rem;
    margin-top: 5px;
    background-color: #ec6220;
}
footer .ftmenucol ul{
    display: flex;
    flex-flow: column;
}
footer .ftmenucol ul li{
    margin: 5px 0;
}
footer .ftmenucol ul li a:hover{
    color: #333;
}
footer .ftmenurow{
    display: flex;
    flex-flow: wrap;
}
footer .ftbottom{
    border-top: 1px solid rgb(0 0 0 / 10%);
    padding-top: 2rem;
}
footer .powered p{
    text-align: right;
}
footer a{
    color: #666;
}
footer ul.social{
    margin-top: 1rem;
}
footer ul.social li{
    margin-right: 10px;
}
footer ul.social li a i{
    background: #005b961a !important;
    color: #005b96;
}
footer ul.social li a:hover i{
    background-color: #ec6220 !important;
    color: #fff;
}


@media(max-width:991px){
footer .ftaddress{
    display: flex;
    flex-flow: column;
    align-items: center;
}
footer .ftbottom{
    text-align: center;
}
footer ul.social{
    justify-content: center;
    margin-bottom: 1rem;
}
}






@media(max-width: 991px){
    .headtop{
        display: none;
    }
    header .headmain .menucol{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    header:before{
        display: none;
    }
    header .menubtn {
        width: 40px;
        height: 40px;
        background-color: #eb6525;
        border-radius: 0.3rem;
    }
    .slidesocial {
        bottom: 9rem;
    }
    .slider .mainpagination {
        bottom: 150px;
    }
    .featmain {
        display: flex;
        justify-content: center;
    }
    .mainicons-bag {
        margin-top: -8rem;
    }
    .aboutbg {
        width: 95%;
    }
    .pglist li {
        flex: 1 0 50%;
        max-width: 50%;
    }
    .about .abt{
        display: block;
    }
    footer .powered p {
        text-align: center;
        padding-top: 10px;
    }
    footer .ftaddress ul.adlist li i {
        margin-top: 3px;
        margin-left: -28px;
        left: auto;
    }
    footer .ftaddress ul.adlist li {
        text-align: center;
    }
}

@media(max-width: 767px){
    
    .mytabnav li.nav-item {
        padding-right: 10px;
    }
    .programmes .nav-tabs{
        flex-flow: nowrap;
        overflow: hidden;
        overflow-x: auto;
        justify-content: flex-start;
    }
    .programmes .nav-item {
        flex: 1 0 200px;
        max-width: 200px;
        padding: 0;
        padding-right: 10px;
    }
    .pglist li {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 575px){
    .mainicons {
        flex-flow: nowrap;
        justify-content: flex-start;
        overflow: hidden;
        overflow-x: auto;
    }
    .mainicons .iconbox {
        padding: 10px;
        flex: 1 0 100px;
        max-width: 100px;
    }
    .featmain p {
        max-height: 38px;
        font-size: .9rem;
    }
    .mycard.bglight p {
        max-height: 55px;
    }
    .myaccordion .accordion-button .date{
        font-size: .9rem;
        padding: 0 10px;
        width: 100px;
    }
    .myaccordion .accordion-button.hasdate {
        padding-left: 100px;
    }
}

@media(max-width: 425px){
    header .headmain .logocol {
        width: 250px;
    }
    
}



/*404 page*/

.error{
    background: #333;
}
.errorimg{
    width: 500px;
    margin: auto;
    margin-top: 5rem;
    max-width: 100%;
}

.error .heading{
    color: #fff;
    margin: 0;
}
.wrapper-btn a{
    color: #ea621f;
}

@media(max-width: 575px){
   .error .heading{
    font-size: 1.5rem;
    margin: 0;
   }
}


/*internship slider*/
.internship .cardimg{
    margin: 10px;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: zoom-in;
}
.inswiper:hover img{
    -webkit-transform: scale(1.2);
    
}
.int-next, .int-prev{
    height: 45px !important;
    width: 45px !important;
    border-radius: 50%;
    background-color: #ec6220;
    color: #fff !important;
}
.int-next:after{
    content: '\f061' !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 600;
    font-size: 18px !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.int-prev:after{
    content: '\f060' !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 600;
    font-size: 18px !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.cardcont h3, .cardcont h4{
        font-size: 1.25rem;
}
.pglist h3, .pglist h4{
        font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0;
    color: #666;
    transition: .3s;
}
.pglist li a:hover h3, .pglist li a:hover h4 {
    color: #ec6220;
}
.mycard .newscont .nwhead h3 {
    margin: 0;
    flex: 1 0;
    font-size: .875rem;
    max-height: 40px;
    overflow: hidden;
}



.incard{
    background: rgb(236 98 32 / 10%);
    height: 250px;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*height: 100%;*/
    width: 100%;
    padding: 10px;
}
.inpic{
    height: 130px;
    width: 130px;
    border-radius: 50%;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.interncont{
        display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.result-name
{
    color: #203a51;
    padding: 5px 5px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    
}

.result-section
{
    padding: 0px 5px 7px; 
    text-transform: capitalize; 
    font-size: 12px;
    line-height: 20px;
    
}

.photolist img{
    height: 230px;
    object-fit:cover;
}
</pre></body></html>