.buildingblock {
    display:none;
    margin:0px;
}
body {
    background-color: #000311;
    font-family: 'Roboto', sans-serif;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
p {
    color: #b3b3b3;
    font-weight: 400; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
a, a:hover {
    text-decoration: none !important;
    color: #EF8B22;
}
.scrollto {
    cursor:pointer;
}
.searchtitle {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    font-size:35px;
    font-weight: bold;
    color: #EF8B22;

}
#searchcustombanner {
    position:relative;
    margin-bottom:-150px;
}
.fixedsearch {
    width:100%;
    z-index: 10;
}
.resultwindows {
    margin-top:20px;
}
.nonefound {
    padding:20px;
    font-size:25px;
    color:#aaaaaa;
    display:none;
}
.hideexp {
    display:none;
}

h2 {
    font-size: 20px; }
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}
.exppanel {
    border-radius:15px;
    background: #00183F;
    color:white;
    width:100%;
    margin: 0px;
    padding: 30px;
    font-size:14px;
}
.staticmapimage {
    width:100%;
    border-radius: 15px;
}
.exppanelside {
    font-size:12px;
    text-align:center;
}
.expicon {
    width:30px;
    height:30px;
    margin-top:-2px;
    display:inline-block;
}
:root {
    --mdb-wysiwyg-text-color: #ffffff;
}
p {
    color:#ffffff !important;
}
.pdfdownload {
    color:white;
    text-decoration: underline !important;
    cursor:pointer;
}
.iconcell {
    vertical-align:top;
    width:50px;
}
.expiconcontainer {
    width:50px;
    display:inline-block;
    vertical-align: top;
}
.colstartswithbullet {
    vertical-align: top;
}
.expheader {
    font-size:18px;
    display:inline-block;
    color: #EF8B22;
    font-weight:bold;
}
.expsidepaneltitle {
    color: #EF8B22;
    font-weight:bold;
    font-size:16px;
}
.listicons {
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
    //width:150px;
    text-align:left;
}
.exptype {
    color: #EF8B22;
    font-size: 22px;
}
.expname {
    color: #EF8B22;
    font-size: 22px;
    font-weight: bold;
}
.agegroupimage {
    margin-top:-25px;
}
body {
    position: relative;
    overflow-x: hidden;
}
body:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
body.show-sidebar:before {
    opacity: 1;
    visibility: visible; }

.site-section {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    margin-top: 140px;
    margin-left:15%;
}
.carousel-caption{
    text-align: left;
    bottom: unset;
    top: 168px;
}
aside, main {
    height: 100vh;
    min-height: 580px; }

aside {
    width: 15%;
    left: 0;
    z-index: 1001;
    position: fixed;
    top: 140px;
    transform: translateX(0%);
    background-color: #0b0f1f;
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    display: inline-block;
    vertical-align: top;
}
.matchdiv {
    display:none;
    color: #EF8B22;
}
.show-sidebar aside {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
aside .toggle {
    padding-left: 30px;
    padding-top: 30px;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    display: none;
}
.show-sidebar aside .toggle .burger:before, .show-sidebar aside .toggle .burger span, .show-sidebar aside .toggle .burger:after {
    background: #000; }
.show-sidebar aside {
    -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1); }
.menuspacer {
    height:2px;
    background:white;
    border-radius:3px;
    margin-left:10%;
    margin-right:10%;
    margin-top:15px;
    margin-bottom:15px;
    width:80%;
}
aside .side-inner {
    background: #00183F;
    padding: 30px 0;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
aside .side-inner .profile {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px; }
aside .side-inner .profile img {}
aside .side-inner .profile .name {
    font-size: 18px;
    margin-bottom: 0; }
aside .side-inner .profile .country {
    font-size: 14px;
    color: #cfcfcf; }
aside .side-inner .counter {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
    text-align: center; }
aside .side-inner .counter div .number {
    display: block;
    font-size: 20px;
    color: #000; }
aside .side-inner .counter div .number-label {
    color: #cfcfcf; }

aside .side-inner .nav-menu ul, aside .side-inner .nav-menu ul li {
    padding: 0;
    margin: 0px;
    list-style: none; }
aside .side-inner .nav-menu ul li ul li a{
    font-size: 14px;
    margin-left: 50px;
}
aside .side-inner .nav-menu ul li a {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px;
    position: relative;
    -webkit-transition: .3s padding-left ease;
    -o-transition: .3s padding-left ease;
    transition: .3s padding-left ease; }

aside .side-inner .nav-menu ul li a img{
    margin-right: 20px;
}
aside .side-inner .nav-menu ul li a i img {
    width: 100%;
}

aside .side-inner .nav-menu ul li a i {
    display: inline-block;
    width: 23px;
    margin-right: 20px;
}
aside .side-inner .nav-menu ul li a.active, aside .side-inner .nav-menu ul li a:hover {
    outline: none;
    color: #EF8B22;
}
aside .side-inner .nav-menu ul li a.active img{
    filter: brightness(0) saturate(100%) invert(74%) sepia(46%) saturate(4990%) hue-rotate(348deg) brightness(99%) contrast(88%);
}
aside .side-inner .nav-menu ul li a:hover {
    color: #EF8B22; }
aside .side-inner .nav-menu ul li.active a {
    background: #fcfcfc;
    color: #000; }
aside .side-inner .nav-menu ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(74%) sepia(46%) saturate(4990%) hue-rotate(348deg) brightness(99%) contrast(88%);
}
aside .side-inner .nav-menu ul li.active a:before {
    opacity: 1;
    visibility: visible;
    width: 4px; }
aside .side-inner .nav-menu ul li .collapsible {
    position: relative; }
aside .side-inner .nav-menu ul li .collapsible:after {
    content: '';
    background: url(../images/down-aro.svg);
    width: 7px;
    height: 6px;
    -webkit-transition: .3s transform ease;
    -o-transition: .3s transform ease;
    transition: .3s transform ease;
    background-repeat: no-repeat;
    display: inline-block;
}
aside .side-inner .nav-menu ul li .collapsible[aria-expanded="true"] { }
aside .side-inner .nav-menu ul li .collapsible[aria-expanded="true"]:before {
    opacity: 1;
    visibility: visible;
    width: 4px; }
aside .side-inner .nav-menu ul li .collapsible[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

aside .side-inner .nav-menu ul, aside .side-inner .nav-menu ul li {
    padding: 0;
    margin: 0px;
    list-style: none; }
aside .side-inner .nav-menu ul li ul li a{
    font-size: 14px;
    margin-left: 50px;
}
aside .side-inner .nav-menu ul li a {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px;
    position: relative;
    -webkit-transition: .3s padding-left ease;
    -o-transition: .3s padding-left ease;
    transition: .3s padding-left ease; }

aside .side-inner .nav-menu ul li a img{
    margin-right: 20px;
}
aside .side-inner .nav-menu ul li a i img {
    width: 100%;
}

aside .side-inner .nav-menu-bottom ul li a i {
    display: inline-block;
    width: 23px;
    margin-right: 20px;
}
aside .side-inner .nav-menu-bottom ul li a.active, aside .side-inner .nav-menu-bottom ul li a:hover {
    outline: none;
    color: #EF8B22;
}
aside .side-inner .nav-menu-bottom ul li a.active img{
    filter: brightness(0) saturate(100%) invert(74%) sepia(46%) saturate(4990%) hue-rotate(348deg) brightness(99%) contrast(88%);
}
aside .side-inner .nav-menu-bottom ul li a:hover {
    color: #EF8B22; }
aside .side-inner .nav-menu-bottom ul li.active a {
    background: #fcfcfc;
    color: #000; }
aside .side-inner .nav-menu-bottom ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(74%) sepia(46%) saturate(4990%) hue-rotate(348deg) brightness(99%) contrast(88%);
}
aside .side-inner .nav-menu-bottom ul li.active a:before {
    opacity: 1;
    visibility: visible;
    width: 4px; }
aside .side-inner .nav-menu-bottom ul li .collapsible {
    position: relative; }
aside .side-inner .nav-menu-bottom ul li .collapsible:after {
    content: '';
    background: url(../images/down-aro.svg);
    width: 7px;
    height: 6px;
    -webkit-transition: .3s transform ease;
    -o-transition: .3s transform ease;
    transition: .3s transform ease;
    background-repeat: no-repeat;
    display: inline-block;
}
aside .side-inner .nav-menu-bottom ul li .collapsible[aria-expanded="true"] { }
aside .side-inner .nav-menu-bottom ul li .collapsible[aria-expanded="true"]:before {
    opacity: 1;
    visibility: visible;
    width: 4px; }
aside .side-inner .nav-menu-bottom ul li .collapsible[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.social-con {
    margin-top:10px;
    display:flex;
    flex-direction: row;
    align-content: center;
    margin-left:30px;
    text-align:center;
}
.pagemargin {
    margin-left:20px;
    margin-right:20px;
}
.innerpad {
    //margin-left:20px;
    //margin-right:20px;
}

.social-med{

    width:127px;
}
.social-med a{
}
.back-to-cos{
    text-align:center;
    display:inline-block;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-left: 30px;
    margin-right:30px;
    margin-top: 30px;
    color: #fff;
    transition: 0.5s;
}
.back-to-cos:hover{
    background-color: #EF8B22;
    color: #00183F;
    border: 2px solid #EF8B22;
}
.header{
    background: #00345b;
}
#g-header {
    background-image: url('../images/cherio_bkgd.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
#g-header ul{
    margin: 0;
    padding:20px;
    display: flex;
    justify-content: space-around;
    list-style: none;
}
#g-header ul li{
    text-align: center;
    margin-right: 30px;
}
#g-header ul li a{
    font-size: 14px;
    color: #fff;
}
.get-tct{
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 7px 20px 7px 20px;
    text-decoration: none;
    background-color: #EF8B22;
    display: inline-block;
    text-transform: uppercase;
}
.get-tct:hover{
    background-color: #EF8B22;
    color: #fff;
}
#g-header select{
    display: block;
    padding: 6px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: middle;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    margin-top: 15px;
}
#g-header select + .dropdown{
    display: none;
}
#g-header a img{
    display: block;
    margin: 0 auto;
    max-height: 70px;
}
#g-header ul li:first-child a img{
    max-height: 100px;
}

.carousel {
    text-align: right;
}
.carousel-caption{
    right: 10px;
    left: 35px;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #ef8b22;
}
.hero-txt span{
    color: #EF8B22;
    font-size: 25px;
    text-transform: none !important;
    font-weight: 600;
}
.hero-txt h1{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.hero-txt p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.hero-txt a{
    color: #0C1021;
    font-size: 16px;
    font-weight: 600;
    background: #EF8B22;
    border-radius: 15px;
    text-transform: none !important;
    padding: 12px 30px;
    margin-top: 40px;
    border: 1px solid #EF8B22;
    display: inline-block;
}
.hero-txt a:hover{
    background: #0C1021;
    border: 1px solid #EF8B22;
    color: #EF8B22;
}
.hero-txt iframe{
    width: 100%;
    height: 450px;
    border-radius: 30px;
    border: none;
}




.main-pad{
    padding: 0px 0px 50px;
}
.studnts{
    display: flex;
    justify-content: space-between;
    padding: 0;
    //margin: -170px 0px 0px 0px;
    position: relative;
}
.studnts li{
    width: 15%;
    background: #0C1021;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    //min-height: 250px;
    margin: 10px;
}
.studnts li:first-child{
    margin-left: 0;
}
.studnts li:last-child{
    margin-right: 0;
}
.studnts li h3{
    font-size: 20px;
    color: #EF8B22;
    font-weight: 600;
    padding: 20px 15px;
}
.studnts li h3 span{
    font-size: 14px;
    color: #7E87AB;
    font-weight: 300;
    display: block;
    margin-top: 15px;
}
/*.studentcenter {*/
/*    display:flex;*/
/*    align-content: center;*/
/*    flex-direction: column;*/
/*    height:50%;*/
/*}*/
.studentcenter h3 {
    align-self: center;
}
select {
    display: none;
}

.filters .dropdown {
    background: #0C1021;
    display: inline-block;
    width: 220px;
    padding: 16px;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
}
.filters .dropdown:focus {
    background: #0C1021;
}
.filters .dropdown:hover {
    background: #0C1021;
}
.dropdown:active{
    background: #0C1021 !important;
    border: none;
    outline: none !important;
}
.filters .dropdown:active, .filters .dropdown.open {
    background: #0C1021 !important;
    border: none;
    outline: none !important;
}
.filters .dropdown:after {
    height: 14px;
    width: 13px;
    background: url(../images/down-arow-Icons.svg);
    /*transform: origin(50% 20%);*/
    transition: all 0.125s ease-in-out;
    content: "";
    display: inline-block;
    margin-top: -2px;
    pointer-events: none;
    margin-left: 12px;
}
.filters .dropdown.open:after {
    transform: rotate(-180deg);
}
.filters .dropdown.open .list {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    width: 220px;
    padding: 15px;
}
.filters .dropdown .list ul{
    list-style: none;
    padding: 0;
}
.filters .dropdown.open .option {
    cursor: pointer;
    margin-bottom: 10px;
}
.filters .dropdown.wide {
    width: 100%;
}
.filters .dropdown.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.filters .dropdown .list {
    box-sizing: border-box;
    /*transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;*/
    background-color: #0c1021;
    border-radius: 0px 0px 15px 15px;
    margin-top:-10px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 8;
}
.filters .dropdown .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.filters .dropdown .option {

}
.filters .dropdown .option:hover, .filters .dropdown .option:focus {
    background-color: transparent !important;
}
.filters .dropdown .option.selected {
    font-weight: 600;
}
.filters .dropdown .option.selected:focus {
    background: transparent;
}
.filter-btn{
    color: #0C1021;
    font-size: 16px;
    font-weight: 600;
    background: #EF8B22;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 1px solid #EF8B22;
    display: inline-block;
    min-width: 185px;
    text-align: center;
    margin-top: 20px;
}
.filter-btn:hover{
    background: #0C1021;
    border: 1px solid #EF8B22;
    color: #EF8B22;
}
.form-group {
    margin-right: 10px;
}
#custombanner {
    display:none;
}
.filters{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    margin-top: 160px;
}
.filters .form-control{
    width:auto;
    background: #0C1021;
    padding: 28px;
    border-radius: 15px;
    border: none;
    color: #fff;
}
.filters label{
    display: block;
    color: #EF8B22;
    font-size: 18px;
    font-weight: 500;
}
.expbanner {

}
.detailline {
    color: white;
    border-radius:15px;
    background-color: #0A1A31;
    padding:10px;
    margin-bottom:10px;
    margin-top:85px;
}
.hidestoryresults {
    padding:0;
    margin:0;
}
.relatedtitle {
    color: white;
    border-radius:15px;
    background-color: #00183F;
    padding:10px;
    margin-bottom:10px;
    font-size:35px;
}
.detailline span {
    font-size:12px !important;
    color:white;
}
.detailclick {
    color: #EF8B22 !important;
    cursor:pointer;
}
.detailnoclick {
   /*font-weight:lighter !important;*/
}
.centerexp {
    position:relative;
    margin-top:10px;
    margin-bottom:10px;
}
.centerexp::after {
    display: block;
    content: '';
    /* 16:9 aspect ratio */
    padding-bottom: 56.25%;
}
.centerexp img {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.centerexp iframe {
    position: absolute;
    left: 0;
    //top: 70px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.custombanner {
    position:absolute;
    /*top:125px;*/
    /*padding:100px;*/
    top: 15%;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
.customtitle {
    color: #EF8B22;
    font-size: 25px;
    font-weight: 500;
    margin-top:15px;
}
.customsubtitle {
    color: white !important;
    font-size: 20px !important;
    font-weight: 500;
}
.minthumbheight {
    //min-height:320px !important;
}
#expdetailwindow {
    position:relative;
}
.relatedexp {
    position:relative;

}
.highlightimage {
    border-radius:15px;
}
.customdescription {
    color: white !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    //text-shadow: 2px 2px 10px #000000;
    //background: rgba(0,4,0, 0.4);
}
.breadcrum{

    color: #fff;
    text-align: left;
    position: absolute;
    z-index: 9;
    /*left: 100px;*/
    /*top: 50px;*/
    font-size: 16px;
    font-weight: 300;
    border-radius:15px;
    //background-color: #0A1A31;
    padding:10px;
    left: 20px;
    top: 30px;
}
.solidtexttransparentbg {
    background: rgba(0,46,81,0.4);
    border-radius: 10px;
    padding:15px;
    min-height:450px;
}
.breadcrum2{

    color: #EF8B22;
    text-align: left;
    position: absolute;
    z-index: 9;
    /*left: 100px;*/
    /*top: 50px;*/
    font-size: 32px;
    font-weight: 600;
    border-radius:15px;
    //background-color: #0A1A31;
    padding:10px;
    left: 10px;
    top: 124px;
}
#expdetailwindow .breadcrum {
    top: 10px;
    left: 0px;
}

.featuredrow {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.customcard{
    background: #0C1021;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    flex: 0 0 auto;
    width: auto;
    height: 200px;
    max-width: 150px;
    margin-right: 10px;
    margin-bottom:10px;
}
.customcard img {
    width:150px !important;
    height:83.5px !important;
}

.customcard .h2{
    margin: auto;
    text-align: left;
    //padding-left: 20px;
    font-size: 20px;
    color: #EF8B22;
    font-weight: 400;
    margin-top: 15px;
    text-align:center;

}
.customcard p{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 40px;
}
#loadedpage {
    display:none;
}
#loadingtable {
    padding:20%;
}
.showmorecontainer {
    display:flex;
    align-content: center;
    justify-items: center;
    flex-direction: row;
    margin-top:20px;
    margin-bottom:20px;
}
.tilesorlist {
    cursor:pointer;
    color: #0C1021;
    font-size: 16px;
    font-weight: 600;
    background: #EF8B22;
    text-transform: uppercase;
    padding: 5px 10px;
    opacity: 50%;
    border: 1px solid #EF8B22;
    text-align: center;
    margin: auto;
    bottom:0px;
}
.currentchoice {
    background: #ef7107 !important;
    border: 1px solid #ef7107;
    /*border: 1px solid #fff;*/
    opacity: 100% !important;
}
.leftbtn {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.rightbtn {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.listview {
    width: 100% !important;
    max-width: 100% !important;
    height:auto !important;
    cursor:pointer;
    padding:15px !important;
}
.listview .h2 {
    margin-top:0px !important;
    white-space:nowrap;
}
.listdes {
    color:white !important;
    //display:unset !important;
    text-overflow: ellipsis;
    overflow:hidden;
    /*font-weight:lighter;*/
    white-space:nowrap;
    width:100%;
    display:block;
    padding-right:10px;
}
.listtext {
}
.listtitle {
    font-size:25px !important;
    display:unset !important;
    color: #EF8B22 !important;
    white-space:nowrap;
}
.tileorlistline {
    margin-bottom:10px;
}
.showmorebutton {
    cursor:pointer;
    color: #0C1021;
    font-size: 16px;
    font-weight: 600;
    background: #EF8B22;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #EF8B22;
    text-align: center;
    margin: auto;
    bottom:0px;
}
.pdfbuttons .button {
    cursor:pointer;
    color: #0C1021;
    font-size: 16px;
    font-weight: 600;
    background: #EF8B22;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #EF8B22;
    display: block;
    text-align: center;
    margin: 20px;
    width:30%;
}
.pdfbuttons {
    position: relative;
    display:flex;
    justify-items: center;
    align-content: center;
    flex-direction:row;
    width: auto;
    margin-right: 10px;
    margin-bottom:10px;
}
.pdfbuttons .button:hover {
    background: #0C1021;
    border: 1px solid #EF8B22;
    color: #EF8B22;
}
.customcard .button {
    cursor:pointer;
    color: #0C1021;
    font-size: 16px;
    font-weight: 600;
    background: #EF8B22;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #EF8B22;
    display: block;
    text-align: center;
    margin: 20px;
    width:calc(100% - 40px);
    position:absolute;
    bottom:0px;
}

.customcard .buttonmore {
    color: #0C1021;
    font-size: 22px;
    font-weight: 600;
    background: #EF8B22;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #EF8B22;
    display: block;
    text-align: center;
    //margin: 20px;
    width:100%;
    height:calc(100% - 40px);
    display:flex;
    align-content:center;
    justify-items:center;
    flex-direction:row;
}
.customcard .buttonmore div {
    align-self:center;
}
.customcard .button:hover {
    background: #0C1021;
    border: 1px solid #EF8B22;
    color: #EF8B22;
}
.customcard span{
    font-size: 16px;
    display: block;
    color: #7E87AB;
    margin-bottom: 10px;
    margin-left: 20px;
}
.customcard span a{
    color: #7E87AB;
    text-decoration: underline !important;
}
.square{
    background: #0C1021;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.square .h2{
    margin: auto;
    text-align: left;
    padding-left: 20px;
    font-size: 35px;
    color: #EF8B22;
    font-weight: 600;
    margin-top: 25px;

}
.square p{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 31px;
    margin-top: 20px;
    margin-bottom: 40px;
}
#st-1 .st-btn[data-network='sharethis'] {
    background-color: transparent !important;
}
.square .button {
    color: #0C1021;
    font-size: 16px;
    font-weight: 600;
    background: #EF8B22;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 1px solid #EF8B22;
    display: block;
    text-align: center;
    margin: 20px;
}
.square .button:hover {
    background: #0C1021;
    border: 1px solid #EF8B22;
    color: #EF8B22;
}
.square span{
    font-size: 16px;
    display: block;
    color: #7E87AB;
    margin-bottom: 10px;
    margin-left: 20px;
}
.square span a{
    color: #7E87AB;
    text-decoration: underline !important;
}
.activity{
    /*margin-top: 80px;*/
}
.activity-head{
    font-size: 32px;
    color: #EF8B22;
    font-weight: 600;
    margin-bottom: -15px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.activity-head a{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline !important;
}
.tags{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    color: #fff;
    background: #0C1021;
    border-radius: 30px;
    padding: 6px 20px;
    border: 1px solid #fff;
}
.tagss{
    right: 20px;
    left: unset;
}
.txt-box{
    font-size: 25px;
    line-height: 30px;
    color: #EF8B22;
    text-align: center;
    background: #0C1021;
    border-radius: 15px;
    padding:50px 30px;
    min-height: 350px;
    font-weight: 600;
    text-align: center;
    margin-left: 20px;
}
.txt-box img{
    display: block;
    margin: 0 auto 30px;
}
.txt-box p{
    font-size: 16px;
    line-height: 24px;
    color: #7E87AB;
    display: block;
    margin-top: 20px;
}
.ask-team{
    font-size: 35px;
    color: #EF8B22;
    display: block;
    text-align: center;
    background: #0C1021;
    border-radius: 15px;
    padding: 50px 30px;
    min-height: 340px;
    font-weight: 500;
    text-align: center;
    margin-top: 60px;
    margin-left: 20px;
}
.ask-team img{
    display: block;
    margin: 0 auto 30px;
}

.map-slide .sldr-arow {
    position: absolute;
    right: 50px;
    top: -80px;
}
.map-slide .sldr-arow .carousel-control-prev {
    left: -80px;
}
.map-slide .sldr-arow .carousel-control-next {
    right: -60px;
}
.map-slide  .carousel-indicators {
    bottom: -30px;
    position: inherit;
}

.map-slide .carousel-control-next-icon, .map-slide .carousel-control-prev-icon{
    filter: brightness(0) saturate(100%) invert(74%) sepia(46%) saturate(4990%) hue-rotate(348deg) brightness(99%) contrast(88%);
}
.map-slide .carousel-item img{
    border-radius: 19px;
}
.partnrs{
    background: #00183F;
    border-radius: 15px;
    padding:40px;
    margin-top: 130px;
}
.partnrs h4 {
    font-size: 35px;
    color: #EF8B22;
    font-weight: 600;
    margin-bottom: 20px;
}
.partnrs ul{
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 50px;
}
.partnrs ul li{
    background: #fff;
    border-radius: 15px;
    padding: 15px 25px;
    width: 23%;
    margin: 0 5px
}




main {
    width: calc(100%);
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1); }
.show-sidebar main {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px); }
main .post-entry {
    margin-bottom: 30px; }
main .post-entry .custom-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 30px; }
main .post-content h3 {
    font-size: 18px; }
main .post-content .post-meta {
    font-size: 15px;
    color: #ccc; }

/* Burger */
.burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
    position: relative;
    z-index: 99;
    float: right; }

.burger:before, .burger span, .burger:after {
    width: 100%;
    height: 2px;
    display: block;
    background: #ef8b22;
    border-radius: 2px;
    position: absolute;
    opacity: 1; }

.burger:before, .burger:after {
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: ""; }

.burger:before {
    top: 4px; }

.burger span {
    top: 15px; }

.burger:after {
    top: 26px; }

/* Hover */
.burger:hover:before {
    top: 7px; }

.burger:hover:after {
    top: 23px; }

/* Click */
.burger.active span {
    opacity: 0; }

.burger.active:before, .burger.active:after {
    top: 40%; }

.burger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
    /*for IE*/ }

.burger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
    /*for IE*/ }

.burger:focus {
    outline: none; }

.mobi-head{display: none;}

.back-to-top {
    width: 100%;
    text-align: right;
    /*display: none;*/
    display: block;
}
.back-to-top a{
    margin-right: -10px;
}
.back-to-top a img{
    max-width: 80%;
}
.map-txt{
    background: #0C1021;
    border-radius: 15px;
    padding:30px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 285px;
    text-align: left;
}
.map-txt h4{
    font-size: 20px;
    color: #EF8B22;
}
.map-txt p {
    font-size: 12px;
    line-height: 20px;
    color: #7E87AB;
    display: block;
    margin-top: 10px;
}
.map-txt a{
    color: #0C1021;
    font-size: 16px;
    font-weight: 600;
    background: #EF8B22;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 12px 30px;
    margin-top: 10px;
    border: 1px solid #EF8B22;
    display: inline-block;
}
.map-txt a:hover {
    background: #0C1021;
    border: 1px solid #EF8B22;
    color: #EF8B22;
}
.map-slide .carousel-inner {
    height: auto;
}

/* Search page css start */
.hero-inner{
    padding: 80px 0 250px;
    position: relative;
}
.slide-2{
    background-image: url(../images/slide3.png);
    background-size: cover;
}
.slide-1{
    background-image: url(../images/slide2.png);
    background-size: cover;
    padding: 80px 0 130px;
}
.overlay{
    position: relative;
}
.overlay:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 181px;
    background-image: linear-gradient(180deg, #00031100, #000311);
}


.search-filter{
    margin-top: -70px;
    position: relative;
}
.search-result .square{
    margin-bottom: 50px;
}
.search-result .square img{
    height: 250px;
    object-fit: cover;
}
.search-result .square .h2{
    font-size: 20px;
    min-height: 50px;
}


.search-result .square p{
    font-size: 12px;
    margin-bottom: 18px;
    margin-top: 11px;
}
.search-result .square span{
    font-size: 10px;
}
.search-result .square .button{
    padding: 9px 30px;
    font-size: 18px;
}
.search-result .tags{
    font-size: 12px;
}
.search-result .active{
    background-color: #EF8B22;
}

.short-filter{
    margin: 0;
}
.short-filter label {
    display: inline-block;
    margin-right: 30px;
}
.short-filter.filters .dropdown{
    font-size: 16px;
    font-weight: 400;
    width: 180px;
}
.story-detail .tags{
    position: relative;
    display: inline-block;
    background-color: #EF8B22;
    font-size: 12px;
    left: 0;
    top: 0;
}
.story-detail h1{
    color: #EF8B22;
    margin: 25px 0;
}
.search-filter-detail{
    margin-top: -200px;
    position: relative;
}
.other-stroy .card-header{
    background-color: #0C1021;
    border-radius: 10px;
}
.other-stroy #accordion .card-body{
    background-color: #00345B;
    padding: 70px 70px 0;
    border-radius: 10px;
}
.link-path{
    position: relative;
    top: -20px;
    left: 0;
    margin-bottom: 55px;
    min-height: 50px;
}
.other-stroy #accordion button {
    position: relative;
    width: 100%;
    text-align: left;
    color: #EF8B22;
    font-size: 30px;
    font-weight: 500;
}
.other-stroy #accordion button:hover{
    text-decoration: none;
}
.other-stroy #accordion button:after {
    content: '';
    background: url(../images/down-arow-Icons.svg);
    width: 30px;
    height: 30px;
    -webkit-transition: .3s transform ease;
    -o-transition: .3s transform ease;
    transition: .3s transform ease;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 0;
    background-size: contain;
}

.other-stroy #accordion button[aria-expanded="true"]:before {
    opacity: 1;
    visibility: visible;
    width: 4px; }
.other-stroy #accordion button[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.breadcrum a {
    font-weight: 600;
}
.experience-bg-img{
    position: absolute;
    width: 100%;
    top: 0;
    min-height: 825px;
    object-fit: cover;
}
.experience-detail{
    padding-top: 120px;
}
.video-player{
    display: flex;
}
.video-player img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.video-player iframe {
    height: 600px;
    border: none;
}
.back-btn{
    margin-top: -30px;
    width: 100%;
    margin-bottom: 63px;
}
.experience-filter{
    padding: 20px;
    display: block;
}
.experience-filter .dropdown, .experience-filter .form-control{
    background-color: #00345b;
    width: 100%;
}

.experience-filter .dropdown:hover {
    background: #00345b !important;
}
.video-detail-box {
    border-radius: 0 0 15px 15px;
}
.video-see-btn{
    display: inline-block;
    width: 309px;
}
.key-info{
    padding: 24px 23px;
    background-color: #EF8B22;
    border-radius: 15px 15px 0px 0px;
}
.key-info h3{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 17px;
}
.side-filter span{
    display: inline;
}
.video-key span{
    margin-bottom:17px;
    margin-left: 0;
    color: #0C1021;
    font-size: 16px;
    display: block;
}
.video-key span a{
    color: #0C1021;
}

.result-boxes .margin-box:nth-last-child(1){
    margin-right: 0px;
}
.result-boxes .margin-box{
    margin-right: 30px ;
}
ul.boxes {
    display: flex;
    padding: 0px;
    justify-content: space-between;
}
ul.boxes li {
    width: 28%;
    margin-right: 100px;
    float: left;
    list-style: none;
}
ul.boxes li:nth-child(3){
    margin-right: 0;
}


.accordion-box .boxes li{
    flex: none;
}
.boxes li::marker{
    display: none;
    color: #00345b;
}
.video-detail-box p{
    min-height: 100px;
}
.video-detail-box .button{
    margin-bottom: 52px;
}

.experience-filter span, .experience-filter input {
    margin-left: 0;
    color: #ffffff;
}
.experience-filter label {
    margin-left: 15px;
}
.experience-filter .form-control{
    padding: 28px 15px;
}
.experience-filter .dropdown .list{
    background-color: #00345b;
    width: 100%;
}
.experience-filter .dropdown.open .list{
    width: 100%;
}
.experience-filter .dropdown:active, .experience-filter .dropdown.open{
    background: #00345b !important;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #000311 #0C1021;

}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 11px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #0C1021;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: #002e51;
    border-radius: 10px;
    border: 3px solid #0b0e30;

}
.searchresults {
    display:flex;
    flex-flow: row wrap;
}
.searchterms {
    display:none;
}
.filterageclick {
    cursor:pointer;
}
.nomobile {
    display:block;
}
.share-this {
    display:inline !important;
    margin-left:10px;
}
.share-this .st-btn {
    height: 25px !important;
    width: 25px !important;
    background-color:transparent !important;
    border-color:transparent !important;
}
.share-this .st-btn img {
    height: 10px !important;
    width: 10px !important;
    top:6px !important;
    right:6px !important;
}

#searchcustombanner {
    overflow-y:auto;
}





@media screen and (min-width: 2000px) {
    .slider-m{
        max-width: 1200px;
        margin: 0 auto;
    }


}
@media screen and (max-width: 1700px) {
    .carousel-inner {
        height: 680px;
    }
    .filters {
        display: block;
    }
    .form-group {
        display: inline-block;
    }
    .filters .dropdown {
        width: 200px;
    }
    aside .side-inner .nav-menu ul li a {
        padding-left: 20px;
        padding-right: 20px;
    }
    aside .side-inner .nav-menu-bottom ul li a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ask-team {
        min-height: 300px;
    }
    .experience-bg-img {
        min-height: 705px;
    }
    .video-player iframe, .video-player img {
        height: 480px;
    }
}

@media screen and (max-width: 1500px) {

    aside{
        width: 20%;
    }
    .carousel-inner {
        height: 600px;
    }
    .site-section {
        width: 79.5%;
        margin-left: 20.2%;
    }
    .studnts{
        margin: 0;
        overflow: auto;
    }
    .studnts li {
        flex: none;
        min-height: 150px;
        width: 20%;
    }
    .carousel-caption {
        right: 50px;
        left: 50px;
    }
    .carousel-indicators {
        bottom: -20px;
    }

    .main-pad {
        padding: 0px 0px 50px;
    }
    .filters .form-control{
        width: 200px;
    }
    .filters .dropdown {
        /*width: 135px;*/
    }
    .filters .dropdown.open .list {
        width: 160px;
    }
    .experience-filter .dropdown.open .list {
        width: 100% !important;
    }
    .txt-box {
        font-size: 20px;
        padding: 30px;
        min-height: inherit;
    }
    .ask-team {
        font-size: 23px;
        /* padding: 63px 30px; */
        min-height: inherit;
        margin-top: 20px;
    }
    .breadcrum {
        left: 50px;
    }
    .filters {
        display: block;
    }
    .form-group {
        margin-bottom: 1rem;
        display: inline-block;
    }

    .slide-1 {
        padding: 80px 0;
    }
    ul.boxes li {
        width: 30%;
        margin-right: 50px;
        float: left;
    }
    .other-stroy #accordion .card-body {
        padding: 20px 20px 0;
    }
    .experience-filter .dropdown, .experience-filter .form-control{
        margin: 0;
    }
    .experience-filter .form-group{
        width: 100%;
        margin-right: 0;
    }
    .filters.experience-filter{
        padding: 10px;
    }
    .experience-filter .dropdown, .experience-filter .filter-btn{
        width: 100%;
        padding: 10px;
        min-width: 100%;
    }
    .experience-filter .form-control{
        padding: 20px;
        width: 100%;
    }
    .link-path{
        left: 0;
        margin-bottom: 55px;
    }
    .video-key span {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .key-info h3{
        margin-bottom: 8px;
    }
    .key-info{
        padding: 15px 24px;
    }
    .filters label {
        font-size: 15px;
    }
    .experience-bg-img {
        min-height: 631px;
    }

    .video-player iframe, .video-player img {
        height: 410px;
    }
    .sliderblock {
        height:600px;
    }

    .carousel-indicators {
        bottom: -25px;
    }
    .filter-btn {
        font-size: 14px;
    }

}

/*@media screen and (max-width: 1250px) {
  .carousel-inner {
      height: 650px;
  }
}*/

@media screen and (max-width: 1070px) {
    aside {
        width: 25%;
    }
    .site-section {
        width: 74.5%;
        margin-left: 25.2%;
    }
    .carousel-caption {
        right: 20px;
        left: 20px;
    }
    .main-pad {
        padding: 0px 0px 50px;
    }
    aside .side-inner .nav-menu ul li a{
        font-size: 18px;
    }
    aside .side-inner .nav-menu-bottom ul li a{
        font-size: 18px;
    }
    aside .side-inner{
        height: auto;
    }
    .sliderblock{
        height:550px;
    }
    .studnts{
        overflow: auto  ;
    }
    .studnts li {
        width: 35%;
        flex: none;
    }
    .carousel-inner{
        min-height: 640px;
    }
    .hero-txt iframe {
        height: 250px;
    }
    .filters {
        display: block;
    }
    .filters .form-group{
        display: inline-block;
    }
    .filters .dropdown{
        width: 240px;
        margin-right: 10px;
    }
    .map-slide .carousel-inner{
        min-height: inherit;
    }
    .ask-team {
        font-size: 20px;
        padding: 60px 30px;
        margin-top: 30px;
        margin-left: 0px;
    }
    .ask-team img{
        max-width: 50%;
        margin: 0 auto 16px;
    }
    .txt-box img {
        margin: 0 auto 10px;
    }
    .txt-box p{
        margin: 0;
        margin-top: 10px;
    }
    .breadcrum {
        left: 20px;
    }
    .txt-box{
        margin-left: 0px;
    }
    ul.boxes li {
        width: 30%;
        margin-right: 30px;
        float: left;
    }
    .experience-filter .dropdown, .experience-filter .filter-btn{
        width: 100%;
        padding: 10px;
    }

}


@media screen and (max-width: 991px) {
    .site-section {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    #g-header a img {
        max-height: 40px;
    }
    #g-header ul {
        padding: 20px 0;
    }
    #g-header ul li {
        margin-right: 10px;
    }
    .hero-txt h1 {
        font-size: 24px;
    }
    .hero-txt span {
        font-size: 20px;
    }
    .carousel-inner {
        min-height: 540px;
    }
    body.show-sidebar:before{
        display: none;
    }
    aside {
        width: 300px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        position: fixed;
    }
    aside .toggle{
        display: block;
    }

    .show-sidebar main {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(300px);
        transform: translateX(0px);
    }
    .video-player iframe, .video-player img {
        height: 410px;
    }

    .ask-team {
        margin-top: 90px;
    }
    .extrafilters {
        display:none;
    }
    .mapfilters {
        display:block;
    }
    .mapfilters .dropdown {
        width:100%;
    }
    .mapfilters .form-control {
        width:100%;
    }
    .mapfilters .form-group {
        width:100%;
    }
    .mapfilterbarlocation {
        border-bottom-left-radius: 20px;
    }
    .showfilteroptions {
        height:430px !important;
    }
    #showfilters {
        display:block;
    }
    .detailcontainer {
        margin-top:40px;
        height:calc(100% - 60px);
    }
    .mapdetailicon div {
        align-self: center;
    }
    .mapdetailicon {
        position:absolute;
        overflow-x: hidden;
        text-align:center;
        width:100%;
        bottom:10px;
        top:10px;
        z-index: 11;
        display:flex;
        align-content: center;
        flex-direction: column;
        color:white;
        top:unset;
    }
    .showmapdetails {
        bottom:30px;
    }
    .hidemapdetails {
        display:none;
        top:10px;
    }
    #mapexpwindow {
        width:calc(100% - 40px);
        top:100vh; //hidden details
    }
    .zoomcontrols {
        bottom:85px;
    }
    .customcardmap {
        max-width:unset;
    }
    .detailcontainer {
        z-index: 12;
    }
    .mapdetailviewsize {
        right:10px;
        top:calc(100vh - 250px);
        bottom:5px;
        width:auto;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .pdfbuttons .button {
        font-size:12px;
    }
    .accordion-box .boxes {
        display: flex;
        overflow: auto;
    }
    .social-med {
    }
    select{
        -webkit-appearance:none
    }
    .get-tct {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
        border-radius: 15px !important;
        text-transform: uppercase !important;
        padding: 10px 20px !important;
        display: block !important;
        text-align: center !important;
        bottom: 0px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    .main-pad {
        padding: 0px 10px 50px;
    }
    .mobi-head{
        display: flex;
        justify-content: space-between;
        background: #EF8B22;
        padding: 25px 20px;
    }
    .site-section {
        margin-top: 0;
    }

    .mobi-head img{
        filter: brightness(0) saturate(100%) invert(0%) sepia(46%) saturate(4990%) hue-rotate(348deg) brightness(99%) contrast(88%);
    }
    .mobi-head .mlogo{
        height: 30px;
    }
    .mobi-head .burger:before, .mobi-head .burger span, .mobi-head .burger:after{
        background: #0f0f0f;
    }
    #g-header ul{
        display: block;
    }
    #g-header ul li{
        display: block;
        margin: 0;
    }
    #g-header select{
        width: 100%;
    }
    .get-tct {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    #g-header ul li:nth-child(3), #g-header ul li:nth-child(4), #g-header ul li:nth-child(5) , #g-header ul li:nth-child(6){
        display: none;
    }
    .slider-img {
        min-height: 470px;
        object-fit: cover;
    }
    .hero-txt h1 {
        font-size: 20px;
        line-height: 34px;
    }
    .hero-txt a{
        margin-top: 20px;
    }
    .carousel-inner {
        min-height: 850px;
    }
    .carousel-indicators {
        justify-content: start;
        margin-left: 20px;
    }

    .studnts li {
    //width: 55%;
    //padding: 10px;
    }
    .studnts li h3 {
        font-size: 18px;
    }
    .filters .form-group {
        display: block;
    }
    .filters .dropdown {
        width: 100%;
    }
    .filter-btn {
        min-width: 100%;
    }
    .short-filter .dropdown {
        width: 75% !important;
    }
    .filters .form-control {
        width: 100%;
    }
    .carousel-caption {
        top: 80px;
    }
    .righthere, .righthere1, .righthere2, .righthere3 {
        margin-bottom: 0px;
    }

    .carousel-indicators {
        position: absolute;
        bottom: unset;
        top: 390px;
    }
    .carousel-control-next {
        right: -70px;
    }
    .carousel-control-prev {
        left: -80px;
    }
    .map-slide .carousel-indicators {
        bottom: -10px;
        position: inherit;
        top: inherit;
        justify-content: center;
        margin: 0;
    }
    .map-slide .sldr-arow {
        right: 48%;
        top: 570px;
    }
    .partnrs {
        margin-top: 170px;
    }
    .partnrs ul {
        display: block;
    }
    .partnrs ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .txt-box{
        text-align: left;
        font-size: 25px;
        color: #fff;
        margin-top: 50px;
    }
    .txt-box p{
        color: #fff;
    }
    .txt-box img {
        margin: 0 auto 30px;
    }
    aside{
        top: 0;
        width: 80%;
    }
    .studnts {
        margin-top: 20px;
    }
    .studnts li {
        border-radius: 10px;
    }
    .map-img{
        min-height: 290px;
    }

    .studnts img{
        //border-radius: 25px;
    }
    .tags {
        background: rgb(12 16 33 / 60%);
        font-size: 15px;
        padding: 1px 20px;
    }
    .square .h2 {
        font-size: 20px;
    }
    .square p {
        font-size: 15px;
        line-height: 25px;
    }
    .ask-team{
        display: flex;
        font-size: 32px;
        text-align: left;
        font-weight: 600;
        line-height: 38px;
        padding: 50px 30px;
    }
    .ask-team img {
        max-width: 25%;
        margin-right: 20px;
    }
    #g-header {
        position: inherit;
    }
    aside .side-inner .profile {
        text-align: left;
        margin-left: 30px;
    }
    .side-inner .burger{
        margin:8px 30px;
    }
    aside .side-inner {
        height:100%;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 100%;
        padding: 30px 0 80px;
    }
    body.show-sidebar{
        overflow: hidden;
    }
    .filters .dropdown.open .list {
        width: 100%;
    }
    .mobi-head.fixed{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    .activity-head a {
        font-size: 15px;
    }
    .map-txt {
        border-radius: 0 0 15px 15px;
        position: inherit;
        width: 100%;
    }
    .map-txt a {
        display: block;
        text-align: center;
    }
    .map-slide .carousel-item img {
        border-radius: 15px 15px 0px 0px;
    }
    .show-sidebar main{
        position: fixed;
    }
    .breadcrum {
        top: 10px;
        font-size: 14px;
    }
    *::-webkit-scrollbar-thumb {
        background-color: #EF8B22;
    }
    .other-stroy #accordion button{
        font-size: 20px;
    }
    .other-stroy #accordion button:after{
        width: 20px;
        height: 20px;
    }
    .video-see-btn{
        width: auto;
    }
    .video-player iframe, .video-player img {
        height: 201px;
    }
    .experience-detail {
        padding-top: 0;
    }
    .link-path{
        left: 0;
    }
    .back-btn {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .experience-bg-img {
        position: absolute;
        width: 100%;
        top: 0;
        min-height: 406px;
        object-fit: cover;
    }
    .hero-inner {
        padding: 0px 0 190px;
    }
    .slide-1 {
        padding:0 0 80px;
    }
    .other-stroy #accordion .card-body {
        padding: 0 10px;
    }
    .story-detail .tags{
        margin-top: 30px;
    }
    .search-result-filter{
        display: block;
    }
    ul.boxes {
        display: inline-block;
        padding: 0;
    }
    ul.boxes li {
        width: 100%;
        padding: 0px;
    }
    .form-group {
        margin-right: 0;
    }
    .key-info {
        margin-bottom: 50px;
    }
    .square.side-filter {
        margin-top: 16px;
    }
    .square .form-group{
        margin-bottom: 2rem;
    }
    .experience-filter label {
        margin-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    .nomobile {
        display:none !important;
    }
}

