:root {
  --font-sofia: sofia-pro, sans-serif;
  --font-din: "urw-din", sans-serif;
  --primary-color: #86bc42;
  --color-black: #273239;
  --body-color: white;
  --selected-color: #ececec;
  --title-color: #121212;
  --subtitle-color: #121212;
  --text-color: #989898;
  --grey-bg: #f9f9f9;
  --image-grid: url(../images/icons.svg);
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}
.font-14{
  font-size: 14px;
}

.mb-30{
  margin-bottom: 30px;
}
/******************************Topbar starts from here***********************************/
.top {
  background-color: #ffffff;
  color: rgb(89, 89, 89);
  font-size: 14px;
  position: relative !important;
  z-index: 200 !important;

}

.top a span{
  color: rgb(39, 39, 39);
  text-align: right;
}



.top a span:hover{
  color: #86bc42;
}

.top .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
}
.social-media-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-uom-info-header .uom-info-section {
  float: right;
  margin: 0 0 0 48px;
}
/*.uom-info-header {*/
/*  background-image: url(../images/bubble-outline.png);*/
/*}*/

.Newsupdate{
  height: 50px;
  padding: 15px;
    color: #8a3321;

}
.my-header-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.uom-slogan {
  position: absolute;
  top: 16px;
  left: 13%;
}
@media screen and (max-width: 991px) {
  .uom-slogan {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .uom-slogan {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  .uom-logo-section{
    /*background: blue;*/
    width: 30%;
  }

  .uom-logo-section #logo img{
    width: 90px;
    height: 75px;
    margin-bottom: -50px;
    margin-top: 0px;
  }

  .uom-info-area{
    /*background: red;*/
    width: 68%;
  }
  .nineDot-menu_left{
    background: red;
    display: none !important;
  }
}
.uom-slogan .name {
  font-size: 20px;
  color: #B33936;
  text-shadow: 1px 1px 5px #B33936;
  margin-bottom: 2px;
  font-weight: bold;
}
.uom-slogan .location {
  font-size: 13.4px;
  font-weight: bold;
}
.uom-slogan .slogan {
  font-size: 11px;
  color: #248C51;
}
.top .email {
  margin-right: 20px;
  display: inline-block;
}
.top .hotline {
  display: inline-block;
}
.email .topbar-icon,
.hotline .topbar-icon {
  color: #86bc42;
  margin-right: 10px;
  font-size: 16px;
}
.header .logo {
  margin: 20px 0 0 0;
  position: relative;
}
.header .logo a img {
  position: relative;
  height: 100px;
  margin-left: -5px;
  margin-top: -20px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header .logo a span {
  display: none;
  position: absolute;
  top: 10px;
  left: 140px;
  padding: 12px 7px;
  background-color: #575757;
  color: #fff;
  z-index: 9999;
  border-radius: 4px;
}
.header .logo a span::after {
  content: "";
  position: absolute;
  top: 11px;
  left: -7px;
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #575757;
}
.header .logo a:hover span {
  display: inline-block;
}
.header .logo a img:hover {
  transform: scale(1.25);
  filter: saturate(1.3) contrast(1.3);
  transform-origin: center;
  z-index: 9999;
}
.header.header-backgroundf61 {
  background-color: #1c0f61;
}


/******************************Topbar ends here***************************************/
/******************************Infor section starts here******************************/
.uom-info-section .info-icon {
  float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 3px 20px 0 0;
    background-color: #eee;
    box-shadow: 5px 5px 10px #ddd;
    color: #86bc42;
    border: 1px solid #ddd;
    transform: rotate(45deg);
}
.uom-info-section .info-icon i {
  font-size: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.uom-info-section .info-text {
  overflow: hidden;
}
.uom-info-section .info-text h6 {
  margin-bottom: 0;
}
.uom-info-section .info-text p {
  font-size: 14px;
}
.uom-info.uom-info-phone span {
  font-size: 18px;
  font-weight: 700;
}
.uom-info.uom-info-phone i {
  font-size: 16px;
  padding-right: 8px;
}
/******************************Infor section ends here******************************/
/******************************Header section ends here*****************************/
/******************************Main Slider ends here********************************/

.uom-vc-carousel-section{
  background-image: url(../images/bubble-outline.png);
  overflow-x: hidden;
  padding: 30px;
  padding-bottom: 26px;
}


.uom-vc-carousel-section .info, .uom-vc-carousel-section .main-carousel{
  border: 1px solid #333333;
}

.uom-vc-carousel-section .main-carousel:hover {
  box-shadow: 0 10px 30px rgba(134, 188, 66, 0.4);*/
  /*box-shadow: 0 10px 30px rgba(255, 255, 255, 0.4);*/
}


.carousel-cell {
  width: 100%;
  height: 482px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
  position: relative;
}
.carousel-cell img {
  width: 100%;
  height: 482px;
}

.flickity-page-dots {
  /*margin-bottom: 30px !important;*/
  /*background: red !important*/
  display: none;
}

.flickity-page-dots .dot{
  /*background: #000000 !important;*/
}

@keyframes animateContent {
  0% {
    transform: translateX(100%) scale(2);
  }
  100% {
    transform: translateX(0) scale(1) rotate(360deg);
  }
}

.slider-content {
  position: absolute;
  max-width: 400px;
  padding: 30px;
  border-radius: 20px;
  bottom: 10%;
  left:10%;
  background-color: #ffffff;
  opacity: 0.85;
  border: 1px solid #B33936;
  box-shadow: 5px 5px 20px #B33936;
  animation: animateContent 1s;
}
.slider-content h1 {
  margin-top: -5px;
  font-size: 30px;
  text-shadow: 2px 2px 5px #555;
}
.slider-content p {
  font-size: 20px;
  color: #222
}
.slider-content a {
  display: inline-block;
  margin-top: 5px;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #248C51;
  border-radius: 50px;
  opacity: 1;
  font-size: 20px;
  color: white;
  transition: all 0.3s ease;
}
.slider-content a:hover {
  background-color: #176137;
  transform: translateY(3px);
  box-shadow: 3px 3px 7px #248C51;
  color: #fff;
}

.flickity-button {
  width: 70px !important;
  height: 70px !important;
  border: 1px solid #000 !important;
}
.flickity-button:hover {
  width: 80px !important;
  height: 80px !important;
}
.flickity-page-dots .dot {
  width: 20px !important;
  height: 20px !important
}


/******************************Counter section starts from here***********************/
#counter-section {
  /*background-image: url(../images/bubble-outline.png);*/
  /*background: #f6f6f6;*/
}
#counter-section2 {
  background: #f6f6f6;
}
.counters-item {
  background: #fff;
  padding: 25px 0;
  position: relative;
  border: 1px solid  #212370;
  margin-bottom: 15px;
}
.number-counters .counters-item i {
  display: inline-block;
  font-size: 26px;
  margin-bottom: 10px;
}
.number-counters .counters-item strong {
  color: #222;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
.number-counters .counters-item p {
  margin: 0;
  font-size: 17px;
}
.border-inner {
  border: 1px solid #eeeeee;
  bottom: 0;
  left: 0;
  margin: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.number-counters .counters-item p {
  color: #0f3661;
}
.number-counters .counters-item i {
  color: #8b4b31;
}
.number-counters .counters-item i {
  display: inline-block;
  font-size: 26px;
  margin-bottom: 10px;
}
/******************************Counter section ends here*****************************/
/******************************uom section styles starts from here*******************/
.uom_section_styles .info {
  padding: 40px 20px;
  transition: all 0.3s ease 0s;
  overflow: auto;
  background: #fff;
}
.info ul {
  padding: 10px !important;
}
.uom_section_styles .info:hover {
  box-shadow: 0 10px 30px rgba(134, 188, 66, 0.4);*/
  /*box-shadow: 0 10px 30px rgba(255, 255, 255, 0.4);*/
}
.uom_section_styles .info h5 {
  font-size: 20px;
}
.uom_section_styles .info p {
  color: #aaa;
  font-size: 12px;
}
.uom_section_styles .info h3 {
  margin: 35px 0px;
  font-size: 50px;
}
.uom_section_styles .info ul li {
  margin-bottom: 15px;
  padding: 7px 2px;
  color: #000;
  line-height: 1.4em;
  box-shadow: 2px 2px 5px 0 #000;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.uom_section_styles .info ul li:hover {
  box-shadow: 3px 5px 10px 0 #000;
  border: 1px solid #ccc;
  cursor: pointer;
  transform: scale(1.05);
}
.uom_section_styles .info ul li a i {
  padding: 0px 10px;
}
.uom_section_styles .btn.hover {
  width: 140px;
}
.uom_section_styles ul {
  margin: 0;
  padding: 0;
}
.uom_section_styles .h-style {
  font-weight: 700;
}
.uom_section_styles .p-style {
  color: #aaa;
  font-size: 13px;
  margin: 0;
}
.uom_section_styles .btn {
  padding: 0;
}
.uom_section_styles .btn.hover {
  margin-top: 20px;
  border: 2px solid #1a1a1a;
  box-shadow: none;
  background: transparent;
  color: #1a1a1a;
  height: 47px;
  line-height: 45px;
  font-size: 10px;
  letter-spacing: 6px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  width: 170px;
  border-radius: 0;
}
.uom_section_styles .btn.hover span {
  z-index: 2;
  position: absolute;
  left: 24%;
  text-transform: uppercase;
}
.uom_section_styles .btn.hover:after {
  content: "";
  position: absolute;
  background: #1a1a1a;
  height: 47px;
  left: -50%;
  width: 50%;
  transition: 0.4s;
}
.uom_section_styles .btn.hover:before {
  content: "";
  position: absolute;
  background: #1a1a1a;
  height: 47px;
  right: -50%;
  width: 50%;
  transition: 0.4s;
}
.uom_section_styles .btn.hover:hover::after {
  left: 0;
  z-index: 1;
}
.btn.hover:hover::before {
  right: 0;
  z-index: 1;
  width: 55%;
}
.uom_section_styles .btn.hover:hover {
  color: #fff;
}
.uom_section_styles .title {
  padding: 20px 0 0 0;
}
.uom_section_styles img{
  width:200px !important;
  height: 220px !important;
}
.uom_section_styles p{
  font-size: 17px !important;
  color: #000 !important;
  line-height: 1.62em !important;
}
.uom_section_linkages{
  background:#4B6375 !important;
}
/******************************uom section styles ends here**************************/
/******************************uom footer styles starts from here********************/
footer {
  width: 100%;
}
.footer-main {
    background-color:  #212370 !important;
    overflow-x: hidden;
}
.footer-main .footer-main-wrapper {
  padding-top: 50px;
  padding-bottom: 10px;
  color: #fff;
}
.footer-main .footer-title-widget {
  color: #f7f7f7;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #fff;
  border-radius: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.footer-main .hyperlink {
  border-top: 1px solid #fff;
  line-height: 70px;
  font-weight: bold;
  position: relative;
}
.footer-main .hyperlink:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: -1px;
  left: -100%;
}
.footer-main .hyperlink:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: -1px;
  right: -100%;
}
.footer-main .hyperlink .hyper-left a {
  font-size: 10px;
  color: #999 !important;
}
.footer-main .hyperlink .hyper-left a:hover {
  color: lightgray !important;
  text-decoration: underline;
}
.footer-main .hyperlink .hyper-right {
  font-size: 12px;
  color: lightgray;
}
.footer-main .hyperlink ul.list-inline {
  margin-bottom: 0;
}
.footer-main .widget a {
  color: white;
}
.footer-main .widget .cur-title {
  color: #86bc42;
}
.footer-main .recent-post-widget .footer-content-widget a:hover,
.footer-main .popular-course-widget .footer-content-widget a:hover,
.footer-main .category-widget .footer-content-widget a:hover,
.footer-main .archive-widget .footer-content-widget a:hover {
  color: #86bc42;
}
.footer-main .recent-post-widget .footer-content-widget a:hover span,
.footer-main .popular-course-widget .footer-content-widget a:hover span,
.footer-main .category-widget .footer-content-widget a:hover span,
.footer-main .archive-widget .footer-content-widget a:hover span,
.footer-main .recent-post-widget .footer-content-widget a:hover p,
.footer-main .popular-course-widget .footer-content-widget a:hover p,
.footer-main .category-widget .footer-content-widget a:hover p,
.footer-main .archive-widget .footer-content-widget a:hover p,
.footer-main .recent-post-widget .footer-content-widget a:hover i,
.footer-main .popular-course-widget .footer-content-widget a:hover i,
.footer-main .category-widget .footer-content-widget a:hover i,
.footer-main .archive-widget .footer-content-widget a:hover i {
  color: #86bc42;
}
.footer-main .category-widget li,
.footer-main .archive-widget li {
  border-bottom-color: #2f374c;
}
.footer-main .media {
  border-bottom-color: #2f374c;
}
.footer-main .tag-widget {
  margin: 20px 0px;
}
.footer-main .tag-widget li {
  margin: 0px 10px 10px 0px;
  display: inline-block;
}
.footer-main .tag-widget li .tag-item {
  color: #fff;
  display: inherit;
  padding: 10px;
  background-color: #3b4757;
  transition: all 0.3s ease-in;
}
.footer-main .tag-widget li .tag-item:hover {
  background-color: #86bc42;
}
.footer-main .tag-widget li .tag-item:hover .tag-item {
  color: #fff;
}
.footer-main .course-price-widget .cur-title.cur {
  color: #86bc42;
}
.footer-uom-widget p {
  margin-bottom: 20px;
  font-size: 14px;
}
.footer-uom-widget .info-list ul {
  margin-bottom: 0px;
}
.footer-uom-widget .info-list ul li {
  display: table;
  border-top: 1px solid #444;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
}
.footer-uom-widget .info-list ul li > i {
  display: table-cell;
  width: 25px;
}
.footer-uom-widget .info-list ul li > a {
  display: table-cell;
  font-size: 14px;
}
.footer-uom-widget .info-list p {
  margin-bottom: 0px;
}
.footer-main .hyperlink ul.list-inline {
  margin-bottom: 0;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.footer-main .hyperlink .hyper-left a {
  font-size: 12px;
  color: lightgray !important;
}

.footer-main .list-unstyled li i {
  color: lightgray
}
/******************************uom footer styles ends here**************************/
/******************************uom widget styles starts here************************/
.widget {
  margin-bottom: 30px;
}
.widget a {
  color: #999;
}
.widget a:hover {
  text-decoration: underline;
}
.widget p {
  line-height: 24px;
  color: #fff;
}
.widget .footer-title-widget {
  font-weight: bold;
  text-transform: uppercase;
}
.widget .media {
  border-bottom: 1px solid #dee5e9;
  padding: 20px 0px;
  margin: 0px;
}
.widget .media:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget .media .media-left {
  padding-right: 0;
  width: 100px;
  height: auto;
}
.widget .media .media-right {
  padding-left: 15px;
}
.widget .media .media-right span {
  font-size: 12px;
}
.widget .media .media-right .comment {
  float: right;
}
.widget .media .media-right .comment i {
  margin-right: 3px;
}
.widget .media .media-right p {
  margin: 0px;
}
.widget .media .info {
  display: inline-block;
}
.widget .media .link {
  display: inline-block;
  color: #6f8190;
}
.widget .media .link .media-image {
  width: 100%;
}
.widget .media .link:hover {
  color: #86bc42;
}
/******************************uom widget styles ends here*************************/
/******************************useful links starts from here***********************/
.useful-link-list ul {
  padding: 0px;
  margin: 0px;
}
.useful-link-list ul li {
  margin-bottom: 15px;
  display: table;
  line-height: 24px;
}
.useful-link-list ul li a {
  display: table-cell;
  font-size: 14px;
}
.useful-link-list ul li i {
  display: table-cell;
  width: 15px;
  color: #86bc42;
  font-weight: bold;
}
/******************************useful links ends here******************************/

.event-ti-style {
  line-height: 28px;
  margin-bottom: 10px;
      font-weight: 700;
}

/******************************events starts here******************************/

.events-panel {
  height: 515px;
  padding: 5px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.events-panel::-webkit-scrollbar {
  width: 0.5em;
  border-radius: 50px;
}

.events-panel::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 50px;
}

.events-panel::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #ddd;
}

.events-list .event .image {
  display: block;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  opacity: 0.6;
}

.events-list .event:hover {
  transform: scale(1.05);
}

.events-list .event:hover .image {
  opacity: 1;
}

.events-list .event .text {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.events-list .event .text .detail {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.events-list .event {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #eee;
  cursor: pointer;
  display: flex;
  transform: all 0.5s ease;
}

.events-list .event:hover {
  background-color: #ddd;
  box-shadow: 5px 5px 10px #aaa;
}

/******************************events ends here******************************/

/******************************Custom top to bottom starts from here********************************/
#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #0f3661;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: #86bc42;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
/******************************Custom top to bottom ends here********************************/

/******************************Events Styles starts from here********************************/
.event_box_section {
  float:left;
  width:100%;
  margin-bottom:30px;
}
.event_box_section ul {
  float:left;
  margin:0;
  padding:0;
}
.event_box_section figure {
  position: relative;
  overflow: hidden;
  width:100%;
  float:left;
}
.event_box_section figure img {
  float:left;
  width:100%;
}
.event_box_section figure:after {
  background: #000;
  bottom:0;
  content: "";
  top: 0;
  left:0px;
  height:0;
  opacity: 0;
  position: absolute;
  margin:auto;
  width:100%;
  transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
  border:solid 3px;
}
.event_box_section:hover figure::after {
 height:100%;
 opacity: 0.6;
}
.event_box_section .events_s-fig-capstion {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  left: 0;
  line-height: 21px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 9999;
  top:50%;
  margin-top:-24px;
  transform:rotateX(90deg);
  -moz-transform:rotateX(90deg);
  -webkit-transform:rotateX(90deg);
  transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
}
.event_box_section:hover .events_s-fig-capstion {
  transform:rotateX(0deg);
  -moz-transform:rotateX(0deg);
  -webkit-transform:rotateX(0deg);
}
.events_s-fig-capstion > a {
  font-size: 18px;
  color:#fff;
}
.events_s-fig-capstion > a:hover {
  text-decoration:none;
}
.events_s-fig-capstion p {
  margin:0px;
  font-size:16px;
}
.event_box_section h4 {
  font-size: 18px;
  margin: 0 0 12px 0;
}
.event_box_section .events_s-thumb-caption {
  float: left;
  font-size: 16px;
  padding-right:0px;
  width: 100%;
  padding-top:27px;
}
.event_box_section .events_s-thumb-caption {
  padding-right:0px;
}
.event_box_section .events_s-thumb-caption > ul {
  list-style: outside none none;
  margin-bottom: 10px;
  width: 100%;
}
.event_box_section .events_s-thumb-caption li {
  margin-right: 20px;
  float: left;
  padding: 0 0 14px 0;
}
.event_box_section .events_s-thumb-caption li a {
  font-style: normal;
  text-decoration:none;
  color:#929292;
  font-size:14px;
}
.event_box_section .events_s-thumb-caption li i {
  margin-right:8px;
}
.events_s-thumb-caption > span {
  display: inline-flex;
  float: left;
  border:1px solid #c7c7c7;
}
.event_box_section .events_s-thumb-caption span a {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 17px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.event_box_section .events_s-thumb-caption span a:hover {
  color:#86bc42;
}
.event-ti-style {
  line-height: 28px;
  margin-bottom: 10px;
  
}

/******************************Events Styles ends here********************************/


/******************************Events 3 Styles starts  from here********************************/


/******************************Events 3 Styles ends here********************************/
.uom_event_content {
  position: relative;
}
.uom_event_content .proerty_text {
  padding: 25px 20px;
}
.proerty_text > h3, .property_head h3 {
  margin-bottom: 5px;
  font-size: 16px;
}
.proerty_text p {
  margin-top: 15px !important;
}
.proerty_text > span, .property_head p {
  font-size: 12px;
}
.proerty_text p span{
  font-size: 12px;
  font-weight: bold;
}
.uom_event_content p {
  margin: 0;
}
.uom_event_content .favroute p {
  line-height: 34px;
  margin-left: 15px;
  font-size: 12px;
  margin-top: 3px;
}
.uom_event_content .favroute p, .uom_event_content .favroute ul, .uom_event_content .favroute ul li {
  display: inline-block;
  margin-bottom: 0;
}
.uom_event_content .favroute ul li a {
  color: #676767;
  display: block;
  height: inherit;
  line-height: 40px;
  text-align: center;
  width: 70px;
  border-left: 1px solid #e5e5e5;
  margin: 0 -1.6px;
}
.uom_event_content .favroute ul li a button{
  background: #fff;
  color: #676767;
  text-align: center;
  border: 0;
  outline: none;
}
.uom_event_content .favroute ul li a:hover,.uom_event_content .favroute ul li a button:hover {
  color: #86bc42;
}
.uom_event_content {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.uom_event_content .table > tbody > tr > td i {
  font-size: 17px;
  margin-right: 8px;
  vertical-align: middle;
}
.favroute i {
  vertical-align: text-bottom;
}
.uom_event_content .favroute, .deal_property .dealer {
  border-top: 1px solid #e5e5e5;
}
.default_clr-2 {
  background: #1d1d1d;
}
.default_clr {
  background: #454040;
}
.uom_event_content .table > tbody > tr > td {
  border-top: 1px solid #dcdcdc;
  font-size: 12px;
  line-height: 24px;
  padding: 8px 15px;
}
.uom_event_content .table > tbody > tr > td i {
  display: inline-table;
}
.link_arrow {
  color: #2a2a2a;
  text-transform: capitalize;
}
.link_arrow, .white_border, .dark_border, .btn_brd {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}
.link_arrow::after {
 color: inherit;
 content: "\f105";
 font-family: "fontawesome";
 font-size: 18px;
 font-weight: normal;
 line-height: normal;
 margin-left: 8px;
 position: relative;
 left: 0;
 top: 0;
 vertical-align: middle;
}
.link_arrow:hover::after, .link_arrow:focus::after {
 left: 5px;
}
.white_border, .dark_border, .btn_fill, .btn_brd {
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
}
.btn_brd {
  background: #fff;
  color: #222;
  margin-right: 15px;
}
.white_border {
  border: 1px solid #fff;
  color: #fff;
}
.dark_border {
  border: 1px solid #313030;
  color: #313030;
}
.white_border:hover, .white_border:focus {
  border: 1px solid #fff;
  background: #fff;
}
#uoas_main_events{
    background: linear-gradient(to right, rgba(9, 59, 37, 0.63), rgba(11, 93, 57, 0.63));
    background-position: center;
    background-size: cover;
  
  
}
#uom_main_events .media {
  margin-bottom: 30px;
}
#uom_main_events .group-button-search {
  display: block;
  width: 145px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
#uom_event_slider .item {
  margin: 0 8px;
}
#uom_event_slider {
  margin: 40px 0 0 0;
}
.uom_event_item {
  background: #fff;
  margin-bottom: 0px;
  -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
}
.bg_light {
  background: #edf3f8;
}
.default_clr > h3, .default_clr > p {
  color: #fff;
}
.uom_event_item .property_head {
  padding: 20px 0;
}
.uom_event_item .property_head .start_tag {
  position: absolute;
  right: 0;
  top: 0 !important;
  width: auto;
}
.price .tag {
  top: 15px;
  position: absolute;
  z-index: 1;
  right: 15px;
}
.uom_event_item:hover .image img, #agents .agent_item:hover .image img, .feature_item:hover .image img, .image:hover img {
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.image > img {
  width: 100%;
  height: 250px;
}
.image, .image img, .uom_event_item .property_head {
  overflow: hidden;
  position: relative !important;
}
.uom_event_item .price .tag, .uom_event_item .price h4 {
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
}
.overlay {
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.uom_event_item:hover .overlay, .image:hover .overlay, .cbp-item:hover .overlay {
  display: block;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.centered, .overlay {
  position: absolute;
}
.centered {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
a.centered {
  background: #fff;
  border-radius: 4px;
  color: #676767;
  display: inline-block;
  font-size: 25px;
  line-height: 18px;
  padding: 15px;
  width: auto;
}

/******************************Main Page Image Gallery starts from here*****************/

/*#photo-gallery{*/
/*  background-image: url(../images/bubble-outline.png);*/
/*}*/

#portfolio .buttons a {
  font-size: 16px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.uom-gallery-grid .picture {
  position: relative;
  overflow: hidden;
  margin: 0 0 25px 0;
}
.uom-gallery-grid img {
  width: 100%;
  height: 275px;
  display: block;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
}
.uom-gallery-grid .picture:hover img {
  opacity: 0.8;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 -ms-transition: all .3s ease-in-out 0s;
 -o-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.uom-gallery-grid figure {
  float: left;
  width: 30%;
  height: auto!important;
  margin-bottom: 1px;
  margin-left: 1px;
  overflow: hidden;
  padding: 15px;
}
.uom-gallery-grid figure img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.uom-gallery-grid.nospace figure.item {
  padding: 0px;
  text-align: center;
}
.uom-gallery-grid figure.item {
  margin-bottom: 1px!important;
  text-align: center;
}
.uom-gallery-grid .item-w2 {
  width: 60%
}
.uom-gallery-grid .item-h2 {
  height: auto!important
}
.uom-gallery-grid .picture {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.uom-gallery-grid .item:hover img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.uom-gallery-grid .picture .icon-overlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 12;
  opacity: 0;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 -ms-transition: all .3s ease-in-out 0s;
 -o-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.uom-gallery-grid .picture:hover .icon-overlay {
  opacity: 1
}
.uom-gallery-grid .picture .icon-overlay a {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}
.uom-gallery-grid .picture .icon-overlay a:hover {
  font-size: 30px;
  color: #000;
  text-decoration: none;
}
.uom-gallery-grid .picture .text-overlay {
  position: absolute;
  background-color: rgba(134, 188, 66, 0.8);
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 -ms-transition: all .3s ease-in-out 0s;
 -o-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.uom-gallery-grid .picture:hover .text-overlay {
  opacity: 1
}
.uom-gallery-grid .picture .text-overlay .category {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
  letter-spacing: 2px;
  position: absolute;
  top: 30px;
  left: 40px;
  opacity: 0;
  margin-left: -100px;
  transition: all 300ms 100ms;
}
.uom-gallery-grid .picture:hover .text-overlay .category {
  opacity: 1;
  margin-left: 0px;
}
.uom-gallery-grid .picture .text-overlay h1 {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  top: 45px;
  left: 40px;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  margin-left: 100px;
  transition: opacity 300ms, margin 300ms;
}
.uom-gallery-grid .picture:hover .text-overlay h1 {
  opacity: 1;
  margin-left: 0px;
}
.uom-gallery-grid .picture .text-overlay h1 a {
  color: #fff;
}
.uom-gallery-grid .picture .text-overlay h1 a:hover {
  color: #000;
  text-decoration: none;
}
.uom-gallery-grid .picture .text-overlay .line {
  background-color: #fff;
  height: 2px;
  width: 60px;
  margin-top: 16px;
  position: absolute;
  text-align: left;
  top: 75px;
  left: 40px;
}
.uom-gallery-grid.nospace .picture .text-overlay .category {
  position: absolute;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: left;
  top: auto;
  bottom: 90px;
  left: 50px;
}
.uom-gallery-grid.nospace .picture .text-overlay h1 {
  position: absolute;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  top: auto;
  bottom: 70px;
  left: 50px;
}
.uom-gallery-grid.nospace .picture .text-overlay .line {
  background-color: #fff;
  height: 1px;
  width: 60px;
  margin-top: 16px;
  position: absolute;
  text-align: left;
  top: auto;
  bottom: 55px;
  left: 30px;
}
.portfolio .button {
  text-align: center;
  padding-top: 80px;
}
.uom-gallery-grid {
  margin:0;
  padding:0;
}


/******************************Main Page Image Gallery ends here************************/


/******************************Custom blink class starts from here*****************/
.blink {
  font-size: 20px;
  color: red;
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/******************************Custom list and carousel settings ends***********************/

@keyframes blinking {
  0% {
    opacity: 0;
  }
  15% {
    color: black;
    opacity: 0.15;
  }
  30% {
    color: crimson;
    opacity: 0.3;
  }
  45% {
    color: darkred;
    opacity: 0.45;
  }
  60% {
    color: purple;
    opacity: 0.6;
  }
  75% {
    color: teal;
    opacity: 0.75;
  }
  90% {
    color: orange;
    opacity: 0.85;
  }
  100% {
    color: red;
    opacity: 1;
  }
}

.news-blink {
  font-size: 12px;
  padding-right: 10px;
  animation: blinking 0.5s linear infinite alternate;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v53/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)
    format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.header-main__wrapper,
html .header-main__wrapper {
  background-color:  #212370;
  line-height: 1.5 !important;
  font-size: 12pt !important;
  height: auto;
}
.header-main__wrapper {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  margin: 0 0 auto 0;
  z-index: 1024 !important;
  height: 60px;
  background-color: var(--body-color);
  opacity: 1;
  transition: position 0.4s, opacity 0.2s !important;
}


.header-main__wrapper.not-fixed {
  position: relative;
}

.header-main__wrapper.not-fixed .nineDot-menu {
  top: 47px;
  border-top: 1px solid var(--grey-bg);
}

.header-main__container {
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-basis: auto;
}

.header-sidebar__wrapper {
  width: 300px;
  left: -300px;
  position: fixed;
  z-index: 9999 !important;
  background-color: #fff;
  color: var(--color-black);
  top: 70px;
  transition: left 0.3s ease-in;
  height: 100%;
  overflow-y: scroll;
}

.header-sidebar__wrapper.open {
  left: 0;
  top: 60px !important;
}

.hamburger-menu {
  z-index: 1024 !important;
  padding: 2em;
  margin-left: 20px i !important;
  display: none;
  font: normal normal normal 16px/1 Roboto;
  text-transform: uppercase;
}

.header-main__list_first{
  margin-right: 27px !important;
  
}

.header-main__list_first a{
  color: lightgray !important;
}

.header-main__list_first a:hover{
  color: #86bc42 !important;
}

.header-main__list {
  list-style: none;
  font-family: var(--font-sofia);
}

.header-main__list-item {
  display: inline-block;
  cursor: pointer;
  font-size: 95%;
  color: lightgray;
  font-weight: 600;
  position: relative;
}

.header-main__list-item > span, .header-main__list-item > a {
  white-space: nowrap;
}

.header-main__list-item.selected,
.header-main__list-item:hover {
  color: var(--primary-color);
}

.header-main__list-item-caret {
  position: absolute;
  left: 90%;
  top: -1px;
  margin-left: 4px;
  transition: all 0.3s ease-in;
}

.header-main__list-item
  .mega-dropdown__list-item
  > .mega-dropdown
  .mega-dropdown__list-item
  > .mega-dropdown {
  top: -4px !important;
  width: 300px;
  left: 100.15%;
}

.header-main__list-item.selected > .uom-icon::after,
.header-main__list-item.selected > .header-main__list-item-caret {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in;
}

.header-main__list-item.selected > .uom-icon_arrow-down::after,
.header-main__list-item:hover > .uom-icon_arrow-down::after {
  background-position: 0 -1px !important;
}

.header-sidebar__list-item .uom-icon:not(.uom-icon_default-pos)::after,
.header-sidebar__list-item .material-icons,
.mega-dropdown .mega-dropdown__list-item > .uom-icon::after,
.mega-dropdown .mega-dropdown__list-item > .material-icons {
  position: absolute;
  right: 10px;
  opacity: 1 !important;
}

.header-sidebar__list-item.selected > .mega-dropdown {
  display: block;
}

.uom-icon::after {
  content: "";
  background-image: var(--image-grid);
  background-repeat: no-repeat;
  width: 24px;
  vertical-align: middle;
  background-color: transparent;
  overflow: hidden !important;
  display: inline-block;
  height: 24px;
  transition: opacity 0.3s, rotate 0.2s;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transform-origin: center;
}

.uom-icon_header::after {
  position: absolute;
  top: 2px;
  margin-left: 2px;
  left: 100%;
}

.uom-icon_opacity-half {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
  -ms-filter: opacity(0.5);
}

.uom-icon_arrow-down::after {
  background-position: -40px -1px;
}

.uom-icon_arrow-right::after {
  background-position: -40px -1px;
  transform: rotate(-90deg);
}

.uom-icon_arrow-left.gicon-centered::after {
  background-position: -41px -1px;
  transform: rotate(90deg);
}

.uom-icon_calendar::after {
  background-position: -40px -361px;
}

.uom-icon_tag-primary::after {
  background-position: 0 -401px;
}

.uom-icon_user::after {
  background-position: -40px -121px;
}

.uom-icon_logout::after {
  background-position: -40px -161px;
}

.uom-icon_edit::after {
  background-position: -40px -521px;
}

.uom-icon_mail::after {
  background-position: 0 -81px;
}

.uom-icon_pin::after {
  background-position: 0 -441px;
}

.uom-icon_bookmark::after {
  background-position: -40px -921px;
}

.uom-icon_bookmark-filled::after {
  background-position: -40px -961px;
}

.uom-icon_article::after {
  background-position: -40px -1041px;
}

.uom-icon_courses::after {
  background-position: -40px -1001px;
}

.uom-icon_close::after {
  background-position: -40px -601px;
}

.uom-icon_link::after {
  background-position: -38px -757px;
}

.uom-icon_copy::after {
  background-position: -37px -797px;
}

.uom-icon_copy-centered::after {
  background-position: -40px -801px;
}

.uom-icon_edit_1::after {
  background-position: -37px -518px;
}

.uom-icon_light-toggle::after {
  background-position: -38px -556px;
}

.uom-icon_dark-toggle::after {
  background-position: -37px -677px;
}

.uom-icon_play::after {
  background-position: -37px -837px;
}

.uom-icon_code::after {
  background-position: -38px -637px;
}

.uom-icon.padding-2px::after {
  padding: 2px;
}

.uom-icon_arrow-right-editor::after {
  background-position: -38px 2px;
  transform: rotate(-90deg);
}

.uom-icon_close-editor::after {
  background-position: -37px -597px;
}

.uom-icon_premium::after {
  background-position: -40px -241px;
}

.uom-icon_ndot {
  padding: 4px !important;
  border-radius: 50%;
  transition: background 0.2s ease-in-out;
}

.uom-icon_ndot::after {
  background-position: -40px -513px;
  background-size: 350%;
  width: 32px;
  height: 32px;
}

.uom-icon_ndot.active,
.uom-icon_ndot:hover {
  cursor: pointer;
  background-color: #333333;
}

.uom-icon_search::after {
  background-position: -40px -39px;
}

.uom-icon_times::after {
  background-position: -40px -600px;
}

.gcse_input-class.show-me + .uom-icon_search {
  display: none !important;
}

.uom-icon_arrow-right.gicon-centered::after {
  background-position: -39px -1px;
  transform: rotate(-90deg);
}

.uom-icon_arrow-right_filled::after {
  background-position: -40px -201px;
}

.uom-icon_arrow-left::after {
  background-position: -40px -1px;
  transform: rotate(90deg);
}

.uom-icon_arrow-down-thin::after {
  background-position: -40px -881px;
}

.header-main__profile.selected + .mega-dropdown {
  width: 200px;
  right: 10px;
  left: auto;
  display: block;
  list-style: none;
  top: 100%;
  background-color: var(--body-color);
}

.header-main__profile + .mega-dropdown li:hover {
  background-color: var(--selected-color);
}

.header-main__profile + .mega-dropdown li .material-icons {
  position: absolute;
  left: 20px;
}

.header-main__profile + .mega-dropdown li span:nth-child(2) {
  margin-left: 12%;
}

.header-main__profile.selected + .mega-dropdown li {
  font-size: 90%;
  cursor: pointer;
  color: var(--subtitle-color);
  font-family: var(--font-sofia);
}

.header-main__profile.selected + .mega-dropdown li a {
  padding: 10px 20px;
  display: block;
}

.mega-dropdown {
  z-index: 1022;
  color: var(--color-black);
  border-top: 4px solid var(--primary-color) !important;
  padding: 0 !important;
  position: absolute;
  width: 250px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  background: #f9f9f9;
  display: none;
  top: 190%;
  left: 0;
  font-weight: 500;
}

.mega-dropdown [data-parent="true"]::after, .header-main__list-item[data-parent="true"] .mega-dropdown::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 40px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary-color);
}

.mega-dropdown .mega-dropdown__list-item {
  display: block;
  font-size: 95%;
  color: var(--subtitle-color) !important;
}

.mega-dropdown .mega-dropdown__list-item[data-expandable="true"] {
  padding: 10px 20px;
}

.mega-dropdown .mega-dropdown__list-item:hover {
  background-color: var(--selected-color);
  transition: all 0.2s;
}

.mega-dropdown__list-item .mega-dropdown {
  top: -4px;
  left: 100%;
}

.header-main__list-item.selected > .mega-dropdown,
.mega-dropdown__list-item.selected > .mega-dropdown {
  display: block;
  background-color: var(--body-color);
}

.mega-dropdown__list-item.selected {
  background-color: var(--selected-color);
  transition: all 0.2s;
}

.header-sidebar__list-item.selected > span > .uom-icon::after,
.header-sidebar__list-item.selected > span > .material-icons,
.mega-dropdown__list-item.selected > .material-icons {
  transform: rotate(-180deg);
  transition: all 0.3s;
}

.mega-dropdown__list-item.selected > .uom-icon::after {
  transform: rotate(-270deg);
  transition: all 0.3s;
}

.header-sidebar__list-item a,
.mega-dropdown__list-item a {
  text-decoration: none !important;
  color: inherit !important;
}

.header-sidebar__list {
  margin-top: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  background-color: var(--body-color);
}

.header-sidebar__list-item {
  -webkit-tap-highlight-color: transparent;
  border-bottom: 1px solid rgba(158, 158, 158, 0.3);
  box-shadow: 0 15px 1px -15px #1111112b;
  color: var(--subtitle-color);
  list-style: none;
  padding: 10px 0 0 0;
  cursor: pointer;
  font-family: var(--font-sofia);
}

.header-sidebar__list-item > span {
  position: relative;
}

.header-sidebar__list-item > a,
.header-sidebar__list-item > span {
  display: block;
  margin: 0 0 10px 25px;
  padding: 5px;
}

.header-sidebar__list-item > span > .material-icons {
  transition: all 0.5s;
}

.header-main__left-list {
  list-style: none;
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-left: 0;
  height: 100%;
}

.header-main__left-list-item {
  display: flex;
  height: 100%;
  align-items: center;
}

.header-main__left-list-item:last-child {
  margin-left: 20px;
  width: 120px;
}

.nineDot-menu_container {
  width: 87%;
  margin: 0 auto;
}

.nineDot-menu_container::after {
  content: "";
  position: absolute;
  z-index: 9999;
  top: -12px;
  right: 172px;
  height: 0px;
  width: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
}

.nineDot-menu .nineDot-menu_container {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 20px 50px 20px 35px;
}

.nineDot-menu .nineDot-menu_container .nineDot-menu_right {
  flex-basis: 40% !important;
  justify-content: space-around;
  height: auto !important;
}

.nineDot-menu
  .nineDot-menu_container
  .nineDot-menu_left
  .nineDot-menu_item
  .img-wrapper
  img {
  width: 60px;
}

.nineDot-menu
  .nineDot-menu_container
  .nineDot-menu_left
  .nineDot-menu_item
  .text {
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--font-din);
  font-size: 11pt;
}

.nineDot-menu {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 9999 !important;
  background-color: var(--body-color);
  box-shadow: 0 15px 10px -15px #1e204b2b;
  transform: translateX(-100%);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  white-space:initial;
}

.nineDot-menu:hover,
.nineDot-menu[data-show="true"] {
  opacity: 1;
  transform: translateX(0);
}

.header-main__wrapper.not-fixed .nineDot-menu {
  top: 47px;
  border-top: 1px solid var(--grey-bg);
}

.nineDot-menu .nineDot-menu_container {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 20px 50px 20px 35px;
}

.nineDot-menu .nineDot-menu_container .nineDot-menu_left,
.nineDot-menu .nineDot-menu_container .nineDot-menu_right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-basis: 60%;
}

.nineDot-menu .nineDot-menu_container .nineDot-menu_right {
  flex-basis: 40% !important;
  justify-content: space-around;
  height: auto !important;
}

.nineDot-menu .nineDot-menu_container .nineDot-menu_left .nineDot-menu_item {
  text-decoration: none !important;
  margin-right: 15px;
  display: flex;
  flex-direction: column !important;
}

.nineDot-menu
  .nineDot-menu_container
  .nineDot-menu_left
  .nineDot-menu_item
  .nineDot-menu_item-wrap {
  margin-top: auto !important;
}

.nineDot-menu
  .nineDot-menu_container
  .nineDot-menu_left
  .nineDot-menu_item
  .img-wrapper {
  display: flex !important;
  
  margin-bottom: 8px;
}

.nineDot-menu
  .nineDot-menu_container
  .nineDot-menu_left
  .nineDot-menu_item
  .head {
  font-size: 18pt;
  font-weight: 600;
  font-family: var(--font-sofia);
  margin-bottom: 5px;
  color: var(--color-black);
}

.nineDot-menu .nineDot-menu_container .nineDot-menu_right ul {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.nineDot-menu .nineDot-menu_container .nineDot-menu_right ul li {
  padding-bottom: 10px;
  list-style-type: none;
}

.nineDot-menu .nineDot-menu_container .nineDot-menu_right ul li a {
  font-family: var(--font-sofia);
  font-size: 12pt;
  font-weight: 600;
  color: var(--color-black);
  text-decoration: none;
}

.nineDot-menu .nineDot-menu_container .nineDot-menu_right ul li a:hover {
  text-decoration: underline;
}

.remove-anchor__decoration {
  text-decoration: none !important;
  color: inherit !important;
}

.uom-overlay {
  position: fixed;
  width: 100%;
  left: 0;
  top: 60px !important;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1022 !important;
}

.display-none {
  display: none !important;
}

.uom-sec-bg {
  background-color: #fff !important;
  background-color: #333333 !important;
  color: white!important;
  text-align: center;
  padding : 10px!important;
}

.hidden-menu-div{
  height: 80px;
}

.color-white,
.color-white:visited,
.color-white:focus,
.color-white:hover {
  color: #fff !important;
}

.cta-button {
  position: relative;
  background-color: transparent;
  color: #575757;
  white-space: nowrap;
  border: 1px solid #575757;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 12px 12px;
}

.cta-button::after {
  content: "";
  position: absolute;
  background-color: #86bc42;
  width: 0%;
  height: 0%;
  top: 45%;
  left: 45%;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.4s;
  z-index: -1;
  border-radius: 50%;
}

.cta-button:hover::after {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  border-radius: 0%;
}

.cta-button:hover {
  box-shadow: 10px 10px 30px #95a5a6;
  outline: none;
  border: 1px solid #86bc42;
  color: #fff;
}

#uom_mission_vission_section{
  padding-bottom: 30px;
}

#uom_mission_vission_section div.info{
  background: #0F3661;
}

#uom_mission_vission_section h4{
  color: #86bc42 !important;
}

#uom_mission_vission_section p{
  color: white !important;
}

@media (min-width: 991.1px) {
  .header-main__container {
    display: flex;
    flex-basis: auto;
  }
  .header-main__list {
    display: flex;
    padding-left: 15px;
  }
  .header-main__list-item:not([data-expandable="false"]) {
    margin-right: 45px;
  }
  .header-main__list-item:not(:first-child)[data-expandable="false"]{
    margin-right: 25px;
  }
  .mega-dropdown__list-item a {
    padding: 10px 20px;
    display: block;
  }
  .header-main__left-list-item:first-child {
    margin-right: 20px;
  }
}

@media (max-width: 1200px) {
  .nineDot-menu .nineDot-menu_container {
    padding: 20px 35px;
  }
}

@media (max-width: 768px) {
  .header-main__left-list[data-type="0"] {
    display: flex;
    width: 100%;
    margin-left: unset;
    padding-left: 0;
  }
  .header-main__list-item:not([data-expandable="false"]) {
    margin-right: 30px;
  }
  .header-main__list-item:not(:first-child)[data-expandable="false"]{
    margin-right: 15px;
  }
  .header-main__left-list-item:not(:first-child) {
    display: none;
  }
  .header-main__left-list[data-type="0"] li:first-child i {
    margin-left: auto;
  }
  .header-main__left-list[data-type="0"] li:first-child {
    width: 100%;
    position: relative;
    display: flex;
  }
}

@media (max-width: 576px) {
  .hamburger-menu {
    width: 20px;
  }
  .header-main__left-list-item:first-child {
    margin-right: 15px;
  }
  @-webkit-keyframes expand {
    0% {
      width: 0;
    }
    100% {
      width: 67vw;
    }
  }
  @keyframes expand {
    0% {
      width: 0;
    }
    100% {
      width: 67vw;
    }
  }
  #gcse-form .gcse-search__close {
    right: 12vw;
  }
}
@media (max-width: 991px) {
  .hamburger-menu {
    -webkit-tap-highlight-color: transparent;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: block !important;
    text-align: center;
    float: none;
    margin-left: -15px;
  }
  .uom-burger-1,
  .uom-burger-2,
  .uom-burger-3 {
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    border-radius: 30px;
    left: 0;
    margin-left: 15px;
    margin-right: 25px;
    background-color: lightgray !important;
    -webkit-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .uom-burger-1 {
    top: 24px;
  }
  .uom-burger-2 {
    top: 32px;
  }
  .uom-burger-3 {
    top: 40px;
  }
  .uom-burger-1.open,
  .uom-burger-2.open,
  .uom-burger-3.open {
    -webkit-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    transform-origin: 50% 50%;
  }
  .uom-burger-1.open {
    top: 31px;
    width: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .uom-burger-2.open {
    opacity: 0;
  }
  .uom-burger-3.open {
    top: 31px;
    width: 23px;
    transform: rotate(-45deg);
  }
  .header-main__left-list-item:last-child,
  .header-main__list {
    display: none;
  }
  .header-main__left-list-item:first-child {
    margin-right: 10px;
  }
  .header-main__list-item:not([data-expandable="false"]) {
    margin-right: 35px;
  }
  .header-main__list-item:not(:first-child)[data-expandable="false"]{
    margin-right: 18px;
  }
  .header-sidebar__list-item.selected > .mega-dropdown {
    display: block;
  }
  .header-sidebar__list-item .mega-dropdown {
    position: relative;
    width: 300px !important;
    box-shadow: 0 0 0 !important;
    border-top: 0 !important;
  }
  .header-sidebar__list-item .mega-dropdown li {
    border-bottom: 1px solid rgba(158, 158, 158, 0.3);
    box-shadow: 0 15px 1px -15px #1111112b;
    background-color: var(--selected-color);
  }
  .header-sidebar__list-item .mega-dropdown > .mega-dropdown__list-item a {
    text-align: left;
    max-width: 220px;
    word-wrap: break-word;
    word-break: normal;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px 10px 45px;
  }
  .header-main__left-list-item:nth-child(2) {
    margin-right: 10px !important;
  }
  .nineDot-menu_container {
    align-items: flex-start !important;
  }
  .nineDot-menu .nineDot-menu_container .nineDot-menu_left,
  .nineDot-menu .nineDot-menu_container .nineDot-menu_right {
    flex-wrap: wrap;
  }
  .nineDot-menu .nineDot-menu_container .nineDot-menu_left {
    flex-basis: 80%;
  }
  .nineDot-menu .nineDot-menu_container .nineDot-menu_right {
    flex-direction: column;
    flex-basis: 20%;
  }
  .nineDot-menu .nineDot-menu_container .nineDot-menu_left .nineDot-menu_item {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: 12px;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .header-main__wrapper.not-fixed {
    position: sticky;
    position: -webkit-sticky;
    box-shadow: 0 0 0 !important;
  }
  .nineDot-menu_container::after {
    right: 138px;
  }
}

@media only screen and (max-width: 991px) {
  .header-main__left-list {
    width: auto;
  }
}

.fa-angle-right {
  color: #aaa !important;
}

.clip {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.svg--source {
  display: none;
}

.svg--icon {
  width: 100%;
  max-width: 2rem;
  height: 100%;
  max-height: 2rem;
  display: block;
  margin: 0 auto;
  fill: currentColor;
}

.wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.share {
  width: 2rem;
  height: 2rem;
  float: left;
  color: #353c4a;
  border: 0.125rem solid lightgray;;
  box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.15);
  border-radius: 50%;
  transition: 250ms;
}
.share:last-child {
  margin-right: 0;
}
.share:focus {
  outline-color: inherit;
}

.twitter{
  color: #00ACED;
}

.twitter:hover, .twitter:focus {
  color: #00ACED;
  box-shadow: 0 0 24px 0 #00ACED;
}

.youtube{
  color: #cd201f;
}

.youtube:hover, .youtube:focus {
  color: #cd201f;
  box-shadow: 0 0 24px 0 #cd201f;
}

.facebook{
  color: #166FE5;
}
.facebook:hover, .facebook:focus {
  color: #166FE5;
  box-shadow: 0 0 24px 0 #166FE5;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

#uom_section_styles{
  background: #126c38 !important;

  background-position: center !important;
  background-size: cover !important;
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/******************************Linkages styles starts from here***********************/
.uom_section_styles .uom_quick_links,
.uom_section_styles .uom_facilites_links,
.uom_section_styles .uom_useful_links{
  background: #ffffff !important;
  margin-bottom: 15px;
}
.uom_section_styles .uom_quick_links:hover,
.uom_section_styles .uom_facilites_links:hover,
.uom_section_styles .uom_useful_links:hover{
  box-shadow: 0 10px 30px rgba(134, 188, 255, 0.4);
}


.uom_section_linkages h4.event-ti-style {
    width: 96%;
    background: #ffffff;
    color: #000;
    padding: 3px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-indent: 5px;
    font-weight: bolder;
} 

.badge123 {
  background-color: red;
  color: white;
  padding: 0px 0px;
  text-align: center;
  border-radius: 2px;
  animation: blink 0.s infinite
}
.uom_section_linkages .uom-btn-style1{

    background:  #212370;
    border: 0;
}

.uom_section_linkages .uom-btn-effect{
  background: #86bc42;
  color: #fff;
}

.uom_section_linkages a.uom-btn-more, .uom_section_linkages a.uom-btn-more:hover{
  color: #fff;
}

.uom_section_styles .uom_quick_links  li a,
.uom_section_styles .uom_quick_links  li a:hover,
.uom_section_styles .uom_facilites_links li a,
.uom_section_styles .uom_facilites_links li a:hover,
.uom_section_styles .uom_useful_links li a,
.uom_section_styles .uom_useful_links li a:hover{
  color: #000;
}

/******************************Linkages styles ends here***********************/



/*************************Administration Scrollbar start***********************/

.main-menu-scrollbar{
    /*display:none !important;*/
    height: 450px;
    background: red;
    overflow-y: scroll;
}

.main-menu-scrollbar::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.main-menu-scrollbar::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}
.main-menu-scrollbar::-webkit-scrollbar-thumb
{
    background-color: #86BC42;
}


/**********************Administration Scrollbar ends here**********************/

.background_image {
    background: url('../images/main.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  padding: 60px 0px;
      
}
.background_image2 {
  background: url('../images/back3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}
.pos_relative {
    position: relative;
}
.background_image .uom_innerpage_overlay {
    background: rgb(10 10 10 / 41%);
}
.uom_innerpage_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.uom_common_breadcrumb .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}
.uom_common_breadcrumb.background_image .breadcrumbs_content {
    min-height: 200px;
}
.color_ff {
    color: #fff;
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: 600;
}
.welocme {
    color: #fff;
    letter-spacing: 2px;
    font-size: 25px;
    /*font-weight: 600;*/
}
.align_row_spacebetween {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
.marqi {
    
}



