/* common css start*/

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

body,
ul {
    margin: 0
}

.btn,
a,
a:focus,
a:hover,
button {
    text-decoration: none;
    outline-style: none
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.5;
    font-size: 18px;
    background: #fff;
    font-family: robotolight;
    position: relative
}

html {
    height: 100%;
    position: relative;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent !important;
}

ul {
    padding: 0;
    list-style: none
}

.btn,
a,
button {
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 62px
}

h2 {
    font-size: 50px
}

h3 {
    font-size: 38px;
    line-height: 1.4
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px
}

.tshadow {
    text-shadow: 2px 7px 4px rgba(0, 0, 0, .5)
}

.relative {
    position: relative
}

.full,
.imgContainer,
section {
    float: left;
    width: 100%
}

.imgContainer img {
    width: 100%
}

.autowidthL {
    width: auto !important;
    float: left
}

.autowidthR {
    width: auto;
    float: right
}

.dTable {
    display: table;
    width: 100%
}

.dcell {
    display: table-cell;
    vertical-align: top
}

.lightbg {
    background: #f3f3f3
}

.lightbg2 {
    background: #b3b3b5
}

.darkbg {
    background: #231f20;
    color: #fff
}

.textBox {
    background: #fff;
    height: 55px;
    border-radius: 0;
    border: none;
    width: 100%;
    float: left;
    padding: 0 15px;
    box-shadow: none !important;
    color: #000;
    font-size: 18px;
}

.selecttext {
    background: url(../images/icons/drop.png) right 3px center no-repeat !important;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 42px 0 5px;
    -moz-background-size: 20px !important;
    -ms-background-size: 20px !important;
    -webkit-background-size: 20px !important;
    -o-background-size: 20px !important;
    background-size: 20px !important;
    height: 55px;
    border: none;
    border-bottom: #333 2px solid;
    width: 100%;
    font: 20px robotoregular;
}

.textBox.selecttext:select {
    border: none
}

.selecttext option {
    background: #fff;
    padding: 5px 12px;
    font-size: 18px;
    color: #000
}

select::-ms-expand {
    display: none
}

.textBox.txtaea {
    height: 150px !important;
    resize: none;
    padding: 15px;
    line-height: normal
}

.textBox::-webkit-input-placeholder {
    color: #333;
    opacity: 1
}

.textBox:-moz-placeholder {
    color: #333;
    opacity: 1
}

.textBox:-ms-input-placeholder {
    color: #333;
    opacity: 1
}

.bCover {
    background-attachment: fixed !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important
}

.bCover2 {
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important
}

.dFlex {
    display: flex;
    width: 100%
}

.p-v-85 {
    padding: 75px 0
}

.m-t-55 {
    margin-top: 55px
}

.m-t-30 {
    margin-top: 30px
}

.m-t-120 {
    margin-top: 120px
}

.p-v-145 {
    padding: 130px 0
}

.m-b-70 {
    margin-bottom: 60px;
}

.m-b-16 {
    margin-bottom: 16px;
}

.m-v-140 {
    margin: 140px 0
}

.m-v-20 {
    margin: 20px 0
}

.m-t-95 {
    margin-top: 95px;
}

strong {
    font-family: robotomedium;
    font-weight: normal
}

.d-modal .mCustomScrollbar {
    height: 80vh;
}

.d-modal li a {
    color: #f68a20;
    padding-left: 20px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-t-85 {
    margin-top: 75px
}

.m-b-25 {
    margin-bottom: 25px;
}

.p-v-30 {
    padding: 30px 0;
}

.m-v-30 {
    margin: 30px 0
}

/* common css end*/

.logo a {
    display: block
}

.head_links span {
    display: none;
    cursor: pointer;
}

.filter-btn {
    display: none;
    cursor: pointer;
}

.board_slide {
    position: relative;
    text-align: center
}

.searchs ul {
    float: right;
    width: auto !important;
}

.navigation .searchs ul li {
    width: auto !important;
    float: left !important;
    padding: 5px 10px;
    margin: 0;
    position: relative !important;
}

.searchs ul li::before {
    position: absolute;
    right: 0;
    width: 1px;
    height: 22px;
    content: "";
    background: #ddd;
    top: 9px;
}

.searchs ul {
    border-color: transparent !important;
}

.searchs ul li:last-child:before {
    display: none;
}

.searchs ul li a {
    padding: 0 !important;
    display: block
}

.searchs ul li a img {
    width: 100%;
}

.searchs .textBox {
    height: 35px;
    background: transparent;
    border-bottom: #fff 1px solid;
    outline: none !important;
    color: #fff;
}

.searchbox {
    margin-left: 20px;
    position: relative;
    border: none;
    border-bottom: #333 2px solid;
}

.sbtn {
    position: absolute;
    bottom: 18px;
    right: 10px;
    background: none;
    border: none;
}

.sbtn img {
    -webkit-filter: invert(100%);
    /* Safari/Chrome */
    filter: invert(100%);
}

header .sbtn {
    right: 0;
    left: auto;
}

/* banner part */

.top_banner {
    background: #fff
}

.top_banner .item {
    height: 545px;
    color: #fff;
    background-position: top center !important;
}

.top_banner .item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    content: "";
    z-index: 1
}

.captions_banner {
    position: absolute;
    bottom: 100px;
    width: 100%;
    max-width: 66%;
    padding: 0 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    z-index: 3
}

.captions_banner .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, .6);
    -webkit-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, .6);
    -moz-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, .6);
    -o-box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, .6)
}

.btn-primary:hover,
.blogs .border_btn:hover,
.fact_right .border_btn:hover {
    background-color: #f68a20;
    color: #fff;
    border-color: #f68a20;
}

.captions_banner h1 {
    margin-bottom: 5px;
    max-width: 85%;
}

.captions_banner h2 {
    display: inline-block;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
    padding-bottom: 30px;
    font-size: 36px;
    max-width: 85%;
}

.home .carousel-indicators {
    text-align: left;
    margin-left: -32%
}

.carousel-indicators li {
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    margin-right: 6px
}

.carousel-indicators {
    bottom: 35px;
}

.carousel-indicators {
    z-index: 5;
}

.carousel-indicators li.active {
    margin-right: 6px;
    width: 16px !important;
    height: 16px !important;
}

.btn-primary:focus,
.border_btn:focus,
.blogs .border_btn:focus,
.fact_right .border_btn:focus,
.btn-warning:hover {
    background-color: #214290;
    color: #fff;
    border-color: #214290
}

.btn-warning:focus {
    background-color: #999;
    border-color: #999
}

/* all btns */

.btn {
    font-size: 18px;
    border-radius: 10px;
    padding: 12px 20px
}

.btn-primary {
    color: #fff;
    background-color: #999;
    border-color: #999
}

.btn-warning {
    color: #fff;
    background-color: #f68a20;
    border-color: #f68a20;
    padding: 12px 40px
}

.border_btn {
    color: #58585a;
    border-color: #214290
}

.border_btn:hover {
    color: #fff;
    background-color: #f68a20;
    border-color: #f68a20;
}

.blogs .border_btn,
.fact_right .border_btn {
    color: #58585a;
    border-color: #666
}

/* .blogs .border_btn:hover,.fact_right .border_btn:hover{color:#fff;background-color:#58585a;border-color:#58585a} */

.dropdown_cus {
    height: 55px;
    border: none;
    border-bottom: #333 2px solid;
    width: 100%;
    font: 20px robotoregular;
    background: none !important;
    line-height: 55px;
    color: #000 !important
}

.dropdown_cus .caret {
    float: right;
    width: 0;
    height: 0;
    margin-right: 7px;
    vertical-align: middle;
    border-top: 10px dashed;
    border-top: 10px solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    margin-top: 20px;
}

.dropdown .dropdown-menu {
    min-width: 100%;
    max-width: 300px;
    margin: 2px 0 0;
    border: 1px solid #000;
    border-radius: 0;
}

.dropdown-menu li a {
    white-space: normal;
    background: none !important;
    color: #000;
    margin-bottom: 10px;
}

.dropdown-menu li a:hover {
    color: #f68a20 !important
}

.dropdown .dropdown-menu ul {
    width: 100%;
    padding: 8px 0;
    font: 18px robotoregular;
    padding: 10px 15px;
    float: left;
}

.dropdown .mCustomScrollbar {
    height: 265px;
}

.more a {
    color: #000 !important;
    font: 18px robotoregular;
}

.more a i {
    position: relative;
    top: 6px;
    font-size: 30px;
}

.more a:hover {
    color: #f68a20 !important;
}

.select_project .owl-theme .owl-nav {
    top: 30%;
}

/* common headings style */

.headings {
    display: block;
    border-top: #f68a20 2px solid;
    padding-top: 52px
}

.text_wrap {
    display: block;
    border-top: #87afa6 1px solid;
    padding-top: 45px;
    font-size: 30px
}

.heading2 {
    text-align: center
}

/* counter s */

.single-coutnerup .count-num {
    font: 114px robotolight;
    line-height: 1
}

.single-coutnerup {
    text-align: center
}

.single-coutnerup .title {
    font: 20px robotobold;
    color: #f68a20;
    display: block;
    margin-top: 5px
}

/* counter e */

.pasentages {
    min-height: 402px;
    position: relative
}

.orange_wrap {
    position: absolute;
    top: 75px;
    width: 100%;
    max-width: 66%;
    padding: 94px 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #f68a20;
    border-radius: 10px;
    display: flex;
    color: #fff;
    font: 30px robotoregular;
    z-index: 3;
    -webkit-box-shadow: 5px 4px 15px -3px rgba(0, 0, 0, 0.52);
    box-shadow: 5px 4px 15px -3px rgba(0, 0, 0, 0.52);
}

.orange_wrap span {
    font-size: 100px;
    font-family: robotobold;
    padding-right: 30px
}

.quotes_part {
    position: relative;
    height: calc(100vh - 150px)
}

.quotes_part::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    content: "";
    z-index: 1
}

.quotes_wrap {
    position: absolute;
    bottom: 112px;
    width: 100%;
    max-width: 66%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    color: #fff
}

.quotes_wrap h3 {
    font: 30px 'Playfair Display';
    width: 100%;
    max-width: 780px;
    float: left;
    margin-bottom: 45px;
    line-height: 1.4
}

.quotes_wrap span {
    font: 25px playfair_displayitalic
}

.fact_left {
    max-width: 20%;
    flex: 0 0 20%;
    padding-right: 30px
}

.fact_right {
    font-size: 18px;
    padding-left: 30px;
}

.vertical_main {
    padding: 85px 0 0
}

.stagepadding {
    margin-top: 60px;
    padding-bottom: 65px
}

.stagepadding .item a {
    background-color: #f68a20 !important;
    background-blend-mode: multiply !important;
    height: 500px;
    border-radius: 15px;
    width: 100%;
    display: block;
    background-size: cover !important
}

.verticals_caption {
    position: absolute;
    width: calc(100% - 20%);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 60px;
    color: #fff
}

.verticals_caption p {
    margin: 20px 0 0
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: 0 0;
    border: #fff 1px solid;
    opacity: 1
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border: #fff 1px solid
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}

.blog_caption {
    width: 100%;
    float: left;
    margin: 80px 0 0;
    font-size: 24px
}

.blog_caption h3 {
    margin: 18px 0 20px;
}

.blog_caption h5 {
    margin-bottom: 10px;
}

.box1 {
    position: relative;
    width: 100%;
    float: left;
}

.box1 a {
    display: block;
}

.box1 .verticals_caption {
    font-family: 'robotolight'
}

.box1 .verticals_caption h3 {
    font-size: 30px;
}

.box1 .verticals_caption {
    bottom: 30px;
    width: calc(100% - 10%);
}

.quote2 {
    padding: 90px 0
}

.quote_left {
    max-width: 30%;
    flex: 0 0 30%;
    padding-right: 20px
}

.quote_right {
    padding-left: 20px;
    font: 20px 'Playfair Display';
}

.quote_right span {
    font: 20px playfair_displayitalic
}

.vertical_main {
    padding: 85px 0 0
}

.swiper-container {
    width: 100%;
    float: left;
    margin-top: 40px;
    padding-bottom: 85px
}

.quote_right h3 {
    margin-bottom: 22px;
}

.img-rounded {
    border-radius: 12px;
}

.trands .orange_wrap {
    margin-top: -199px;
    margin-bottom: 60px;
    width: 100%;
    max-width: 100%;
    padding: 60px 50px;
    font-family: 'robotolight';
    position: relative;
}

.news_box h2 {
    font-size: 38px;
    margin: 20px 0 10px;
}

.news_box {
    font-size: 24px;
    margin-bottom: 85px;
}

.plus_icon {
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 2;
    font-size: 22px;
    font-family: robotobold;
    color: #2a3381;
    padding: 0 8px;
    border-radius: 10px;
    background: #fff;
}

.plus_icon i {
    position: relative;
    top: 2px;
}

.stagepadding .item:hover .plus_icon,
.about_box a:hover .plus_icon,
.news_l a:hover .plus_icon {
    opacity: 1;
    visibility: visible;
}

.video_icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    width: 88px;
    height: 88px;
    margin: 0 auto;
}

.about .carousel-indicators {
    bottom: auto;
    top: 42%
}

.filters {
    text-align: center;
    margin: 55px 0;
    display: inline-block
}

.filters li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    float: none;
    margin-bottom: 15px;
}

.filters li a {
    display: block;
    font: 20px robotolight;
    color: #8e8c8c;
    padding: 0 0 8px 0;
    border: none !important;
    background: none !important
}

.filters li a::after {
    border-bottom: #2562ec 2px solid;
    position: absolute;
    left: 0;
    left: 15px;
    bottom: 0;
    content: "";
    width: 0;
    opacity: 0;
    visibility: hidden;
    webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.filters li a:hover::after,
.filters li a:focus::after,
.filters li.active a::after {
    opacity: 1;
    visibility: visible;
    width: calc(100% - 30px);
}

.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 18%;
    z-index: 9;
    width: 100%;
    height: 1px;
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
    background: none !important;
    font-size: 100px;
    position: relative;
    left: -60px;
    color: #58585a !important;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
    background: none !important;
    font-size: 100px;
    position: relative;
    right: -60px;
    color: #58585a !important;
}

.filters {
    border: none
}

.quote2 .carousel-indicators {
    bottom: -40px;
}

.common-list h4 {
    font-family: 'robotoregular';
}

.common-list ul {
    padding-left: 0;
}

.common-list li {
    margin-top: 10px;
    position: relative;
    padding-left: 25px;
}

.common-list li::before {
    content: "â€¢";
    position: absolute;
    left: 0;
    top: 0px;
}

.panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
}

/* footer */

footer {
    width: 100%;
    float: left;
}

.f_banner {
    background-color: rgba(33, 66, 144, .7) !important;
    background-blend-mode: multiply !important;
    height: 50vh;
    position: relative;
}

.wrap {
    position: absolute;
    top: 50%;
    max-width: 66%;
    padding: 0 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    z-index: 2;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-family: robotobold;
    line-height: 1.6
}

.f_banner .btn {
    font-family: 'robotolight';
}

.box2 h4 {
    font-family: robotobold;
}

.box2 span a {
    color: #f68a20;
    text-transform: uppercase;
}

.fbox h3 {
    margin-bottom: 25px;
}

.fbox p {
    margin: 10px 0 18px;
}

.box2 {
    margin-bottom: 25px;
}

footer .darkbg {
    padding: 45px 0 35px;
}

.fbox .textBox {
    margin-bottom: 30px;
}

.fbox .btn-warning {
    width: 100%;
    padding: 12px 15px;
    text-align: center
}

.fbox strong {
    display: block;
}

.fbox strong a {
    font: 18px robotoregular;
    color: #f68a20;
    padding-left: 40px;
    position: relative;
    margin-top: 45px;
}

.fbox strong a i {
    position: absolute;
    left: 0;
    top: 3px;
    width: 30px;
    font-size: 20px;
}

.feed_l {
    max-width: 95px;
    flex: 0 0 95px;
}

.feed_r {
    padding-left: 30px;
}

.feed_r p {
    margin: 15px 0;
}

.feed {
    padding-bottom: 20px;
    border-bottom: #fff 1px solid;
    margin-bottom: 20px;
    font-family: 'robotoregular'
}

.foot_btm {
    padding: 45px 0 25px;
    background: #363c41;
    font: 18px robotoregular;
    color: #fff;
}

.foot_btm h4,
.tags h5 {
    margin-bottom: 20px;
}

.tags {
    font: 20px robotolight;
}

.tags ul li {
    width: auto;
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
}

.tags ul li a {
    display: block;
    color: #fff;
    padding: 6px 9px;
    border: #fff 1px solid;
    text-transform: uppercase;
    font-size: 14px;
}

.f_banner h6 a {
    color: #fff;
}

::-moz-selection {
    color: #f68a20;
    background: #fff;
}

::selection {
    color: #f68a20;
    background: #fff;
}

.side_sticky ul li:last-child li {
    width: 100%;
    padding: 0 10px
}

.eventC .dncalendar-header .dncalendar-links .dncalendar-next-month {
    right: 10px
}

.eventC .dncalendar-header {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    text-align: center;
    background: #666;
    font-weight: 700;
    margin-bottom: 0
}

.eventC .dncalendar-header h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.eventC table tr td {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: #8f8e8e
}

.eventC table tr td:first-child {
    border-left: #fff 1px solid
}

.eventC table tr td {
    text-align: center;
    background: #c8c8c8;
    padding: 8px;
    border-bottom: #fff 1px solid;
    border-left: #fff 1px solid
}

.eventC table tr td.holiday {
    color: #fff !important
}

.eventC .dncalendar-body table td.calendarClick.holiday {
    color: #999 !important
}

.eventC .dncalendar-body tbody tr td {
    width: 13%;
    border-top: 1px solid #ddd;
    color: #bdbdbd;
    background: #eee !important;
    text-decoration: none;
    vertical-align: middle;
    color: #999 !important
}

.eventC .dncalendar-body tbody td .entry::after {
    content: "" !important
}

.eventC .dncalendar-body tbody td .entry {
    padding: 0 0 !important
}

.eventC .dncalendar-body table td.calendarClick.default-date {
    border: none !important;
    color: #999 !important
}

.eventC .dncalendar-body table td.calendarClick.note {
    border: none !important;
    color: #fff !important;
    background: #e77f43 !important
}

.current_event {
    display: flex;
    margin: 15px 0 15px;
    font-size: 14px
}

.current_event h4 {
    max-width: 90px;
    flex: 0 0 90px;
    text-align: center;
    padding-bottom: 4px;
    color: #fff;
    margin: 0;
    border: #666 5px solid;
    background: #666
}

.current_event h4 small {
    display: block;
    padding: 5px;
    background: #fff;
    margin-bottom: 5px;
    color: #333
}

.current_event_r {
    padding-left: 15px;
    text-align: left
}

.current_event_r h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700
}

.current_event h4 {
    font-size: 14px
}

.twitterfeed.mCustomScrollbar {
    height: 400px
}

.supportBox img {
    height: 50px;
    object-fit: cover
}

.errormsg {
    display: block;
    color: red
}

.blog-img {
    width: 100%;
    height: 241px;
    object-fit: cover
}

.no-result {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 15px;
    margin: 8px 0;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px
}

/* nav */

/* /* nav */

.sideNav_acl ul li {
    position: relative;
}

.sideNav_acl ul li a {
    display: inline-block !important;
}

.submenu {
    float: right;
}

/* .sideNav_acl ul li ul {position: absolute; top: 100%; width: 100%; left: 0; background: #231F20; padding: 10px; opacity: 0; visibility: hidden; display: block !important; z-index: 99;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out} */

.sideNav_acl ul li ul {
    width: 100%;
    float: left;
    background: none;
}

.sideNav_acl ul li ul li a {
    font-size: 18px !important;
    padding: 0 0 10px;
    /*  text-transform: capitalize; */
}

/* .sideNav_acl ul li:hover ul {opacity: 1; visibility: visible;} */

.side_sticky ul li:first-child ul.show_popup {
    width: 250px !important;
}

.side_sticky ul li:first-child ul li a {
    padding: 10px 3px 5px !important;
}

/* .side_sticky ul li:nth-child(5) ul {
	width: 350px !important;
} */

.side_sticky ul li:last-child ul {
    width: 150px !important;
}

.side_sticky ul li:nth-child(3) ul {
    width: 150px !important;
}

.dwnload_links h5 a {
    color: #000;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: robotobold;
}

.smenu.mCustomScrollbar {
    height: 220px;
}

.navigation {
    padding: 85px 30px 15px !important;
}

.smenu li {
    z-index: 9999;
}

/* .sideNav_acl ul li:hover ul {opacity: 1; visibility: visible;} */

.side_sticky ul li:first-child ul.show_popup {
    width: 250px !important;
}

.side_sticky ul li:first-child ul li a {
    padding: 10px 3px 5px !important;
}

/* .side_sticky ul li:nth-child(5) ul {
	width: 350px !important;
} */

.side_sticky ul li:last-child ul {
    width: 150px !important;
}

.side_sticky ul li:nth-child(3) ul {
    width: 150px !important;
}

.dwnload_links h5 a {
    color: #000;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: robotobold;
}

.smenu.mCustomScrollbar {
    height: 180px;
}

.navigation {
    padding: 85px 30px 15px !important
}

.smenu li {
    z-index: 9999;
}

.side_sticky li:first-child ul {
    width: 210px;
}

.side_sticky li:first-child:hover ul {
    opacity: 1;
    visibility: visible;
    right: 58px;
}

.about_icon ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.about_icon li {
    width: 20%;
    padding: 0 10px;
}

.about_icon li h5 {
    margin-top: 15px;
    font-weight: bold;
    font-size: 15px;
}

.about_icon li a {
    color: #000;
}

.about_icon li img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.newadd1 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    width: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, .6);
    border-radius: 0 0 12px 12px;
    color: #fff;
}

.newadd1 p {
    position: static !important;
    padding: 0 !important;
    font-size: 14px;
    margin-top: 10px;
}

.noimagebg {
    background: #224290;
    border-radius: 12px;
}

.noimagebg img {
    border-radius: 12px;
}

/* .slide2 .about_box a img {
	width: 100%;
	height: 285px;
	object-fit: cover;
}
.slide3 .about_box a img {
	width: 100%;
	height: 346px;
	object-fit: cover;
} */

.about_box a img {
    height: 300px;
    background: #b3b3b5;
    object-fit: contain;
    margin: 0 auto;
}

.side_sticky ul li:last-child li {
    width: 100%;
    padding: 0 10px;
}

.side_sticky ul li:last-child ul {
    width: 250px !important;
}

/* .about_box a img {width: 100%;} */

.home .about_box.full.publications {
    position: relative;
}

.home .publications a {
    display: block;
}

.innerNAV_mobile {
    display: none;
}

.navigation ul.innerNAV {
    width: 33.333% !important;
}

.eventbox {
    display: flex;
    flex-direction: row;
}

.eventbox img,
.eventbox2 img {
    border-radius: 20px;
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.eventbox span {
    max-width: 32%;
    flex: 0 0 32%;
}

.eventbox p span {
    margin: 0 30px 0 0;
}

.eventbox p span:last-child {
    margin-right: 0;
}

.eventtext {
    padding-left: 60px;
}

.eventtext p,
.eventbox2 p {
    margin-bottom: 15px;
}

.eventbox2 {
    height: 450px;
    overflow: hidden;
}

.eventbox2 a {
    color: #000;
}

.eventtext h3 {
    color: #224290;
    margin-bottom: 5px;
}

.eventbox2 h4 {
    color: #224290;
    margin: 10px 0;
}

.eventbox2 span {
    display: block;
}

.pagination {
    margin: 30px 0 0;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li {
    margin: 0 1px;
    display: inline-block;
}

.pagination>li>a:hover {
    background: #F68B20;
    color: #fff;
}

.challenges .nav-tabs>li a {
    background: #b1afaf !important;
    color: #000;
    border-radius: 5px;
    font-size: 15px;
    margin: 8px 5px;
    line-height: 1;
    padding: 10px 12px 10px;
}

.challenges .nav-tabs>li a:hover {
    background-color: #f68a20 !important;
    color: #fff !important;
    border-color: #f68a20 !important;
}

.challenges .nav-tabs>li.active>a,
.challenges .nav-tabs>li.active>a:focus,
.challenges .nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: default !important;
    background-color: #224290 !important;
    border-color: #224290 !important;
}

.challenges .nav-tabs {
    border-bottom: transparent;
    margin-bottom: 25px;
}

.second-lebel .btn {
    cursor: pointer;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:focus {
    background: #F68B20;
    border-color: #F68B20;
}

.pagination>li>a,
.pagination>li>span {
    padding: 4px 12px;
    color: #333;
    margin-right: 3px;
    font-family: robotoregular;
    font-size: 14px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #e77f43;
    border-color: #e77f43
}

.side_sticky {
    z-index: 9 !important;
}

.fullModal {
    width: 100%;
    margin: 0;
}

.fullModal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

#myCareer1 {
    padding-right: 0 !important;
}

.fullModal .dwnload_links strong {
    background-color: #224290;
    color: #fff;
    padding: 8px 18px;
    display: inline-block;
    border-radius: 10px;
    margin-top: 30px;
}

.p-b-85 {
    padding-bottom: 75px;
}

.fullModal .close {
    font-size: 35px;
}

.challenges,
.projects {
    margin-bottom: 60px;
}

.dwnload_links ul {
    margin: 30px 0 0;
    padding-left: 20px;
    list-style-type: disc;
}

.dwnload_links ul li {
    padding-left: 15px;
}

.challenges img {
    display: none;
}

.challenges .supportcol img {
    display: block !important;
    max-width: 100%;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
}

.publications .searchbox {
    max-width: 50%;
    width: 100%;
}

/* .socialLinks {
    margin-top: 35px;
    max-width: 100%;
    width: 100%;
} */

.socialLinks li {
    float: left;
    padding: 0 0px 15px 0;
    display: inline-block;
    width: 33.333%;
}
.socialLinks {
    display: flex;
    margin-top: 35px;
    max-width: 100%;
    width: 100%;
    gap: 18px;
}

.announcements {
    padding-top: 52px;
    font-size: 25px;
    border-top: #eee 1px solid;
}

.headings.announcement h3 {
    font-size: 26px;
}

.announCement .carousel-indicators {
    text-align: left;
    margin-left: -50%;
    bottom: -60px;
}

.m-t-15 {
    margin-top: 15px !important;
}

.d-hide,
.about-hide {
    display: none
}

.m-t-45 {
    display: block;
    margin-top: 48px;
}

.vertical-icon {
    display: none;
}

.mobile-icon {
    width: 50%;
    flex: 0 0 50%;
    padding: 20px 15px;
}

.mobile-icon a {
    text-align: center;
    display: block;
    color: #fff;
}

.mobile-icon img {
    width: 100px;
    margin: 0 auto;
}

.group-leaders {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.group-leaders .item {
    flex: 0 0 33.333%;
    width: 33.333%;
    padding: 0 15px;
    text-align: center;
}

.group-leaders .item img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}

.group-leaders .item h4 {
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.mt-0 {
    margin-top: 0 !important;
}

.myCarousel_video img {
    display: block;
    border-radius: 20px;
}

.myCarousel_video {
    width: calc(100% - 51px) !important;
    margin: 0 auto;
}

.playBtns {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90px !important;
    height: 90px;
    margin: auto;
}

.gallery .owl-theme .owl-nav {
    top: 30%;
}

.download_annou h5 a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background: #999;
    border-radius: 6px;
}

.download_annou h5 a i {
    margin-right: 10px;
}

.download_annou h5 {
    display: inline-block;
    margin-right: 10px;
}



/* New Changes By BS */
.m123{
    /* margin: 132px 0px 0px 24px; */
    padding: 113px 96px;
}


/* Job Apply Form */
.container11 {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .apply-box {
    max-width: 679px;
    padding:20px;
    background-color:#d1cde0;
    margin:0 auto;
    margin-top: 50px;
    border-radius:50px;
    box-shadow: 4px 3px 5px rgba(1,1,1,0.1);
  }
  
  .title_small {
    font-size: 20px;
    color:orangered;
  }
  
  .form_container {
    margin-top:20px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap:20px;
  }
  
  .form_control {
    display:flex;
    flex-direction:column;
  }
  
  .textarea_control {
    grid-column: 1 / span 2;
  }
  
  .textarea_control textarea {
    width: 100%;
  }
  
  label {
    font-size: 15px;
    margin-bottom: 5px;
  }
  
  input,select,textarea{
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
  }
  
  input:focus, textarea:focus,select:focus {
    outline-color:red;
  }
  
  .button_container {
    display:flex;
    justify-content:flex-end;
    margin-top:20px;
  }
  
  .button_container button {
    background:orangered;
    border:transparent solid 2px;
    padding: 5px 10px;
    color:#fff;
    border-radius: 10px;
    transition: 0.3s ease-in;
    cursor: pointer;
  }
  
  @media screen and (max-width: 550px) {
    .textarea_control {
      grid-column: 1 / span 1;
    }
  }


  @media(max-width:600px){
    .apply-box{
        width: 252px;
    }
  }