/*Start Global Css*/
/* line 2, ../sass/base/_global.scss */
body.accountability {
  background: none;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 14px;
  line-height: 22px;
}

/* line 9, ../sass/base/_global.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 16, ../sass/base/_global.scss */
.accountability .container {
  width: 1170px;
  max-width: 100%;
}
/* line 21, ../sass/base/_global.scss */
.accountability [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
/* line 26, ../sass/base/_global.scss */
.accountability [class*="row"] {
  margin-right: 0;
  margin-left: 0;
}
/* line 30, ../sass/base/_global.scss */
.accountability button, .accountability input {
  font-family: 'Roboto-Regular', sans-serif;
}
/* line 33, ../sass/base/_global.scss */
.accountability a {
  font-family: 'Roboto-Regular', sans-serif;
  color: #DF6D27;
}
/* line 36, ../sass/base/_global.scss */
.accountability a:hover {
  color: #CE181E;
  text-decoration: none;
}
/* line 40, ../sass/base/_global.scss */
.accountability a:focus {
  color: #DF6D27;
  text-decoration: none;
}
/* line 45, ../sass/base/_global.scss */
.accountability h1, .accountability h2, .accountability h3, .accountability h4, .accountability h5, .accountability h6 {
  font-family: AlegreyaSansBold;
}
/* line 48, ../sass/base/_global.scss */
.accountability h1 {
  font-size: 30px;
  margin-bottom: 21px;
}
/* line 52, ../sass/base/_global.scss */
.accountability h2 {
  font-size: 28px;
  margin-bottom: 27px;
  margin-top: 48px;
}
/* line 58, ../sass/base/_global.scss */
.accountability h3 {
  font-family: AlegreyaSansMedium;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
}
/* line 61, ../sass/base/_global.scss */
.accountability h4 {
  font-family: AlegreyaSansMedium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}
/* line 64, ../sass/base/_global.scss */
.accountability h5 {
  font-size: 14px;
}

/* line 70, ../sass/base/_global.scss */
.mo_img-banner {
  position: relative;
}
/* line 72, ../sass/base/_global.scss */
.mo_img-banner .at_img-fluid {
  height: 300px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 72, ../sass/base/_global.scss */
  .mo_img-banner .at_img-fluid {
    height: 120px;
  }
}
/* line 79, ../sass/base/_global.scss */
.mo_img-banner .text-position {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 87, ../sass/base/_global.scss */
.main {
  display: block;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  /* line 87, ../sass/base/_global.scss */
  .main {
    margin-top: 15px;
  }
}

/* line 95, ../sass/base/_global.scss */
.rounded-corner {
  border-radius: 6px;
  width: 100%;
}

/* line 99, ../sass/base/_global.scss */
.rounded-edge {
  border-radius: 6px;
  transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
/* line 105, ../sass/base/_global.scss */
.rounded-edge:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 4px;
}

/* line 114, ../sass/base/_global.scss */
.empty_space-10 {
  height: 10px;
}

/* line 117, ../sass/base/_global.scss */
.empty_space-20 {
  height: 20px;
  clear: both;
}

/* line 121, ../sass/base/_global.scss */
.empty_space-28 {
  height: 28px;
}

/* line 124, ../sass/base/_global.scss */
.empty_space-55 {
  height: 55px;
}

/* Global spacing */
/* line 129, ../sass/base/_global.scss */
.margin-top {
  margin-top: 0;
}

/* line 132, ../sass/base/_global.scss */
.mg-bottom {
  margin-bottom: 51px;
}

/* line 135, ../sass/base/_global.scss */
.justify-content {
  text-align: justify;
}

/* Global Pagination */
/* line 140, ../sass/base/_global.scss */
.list_item-border {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}
/* line 144, ../sass/base/_global.scss */
.list_item-border:nth-of-type(5n+5) {
  border: none;
}

/* line 148, ../sass/base/_global.scss */
.at_pager {
  margin-top: 30px;
}
/* line 150, ../sass/base/_global.scss */
.at_pager #previous-page a {
  color: #000;
  font-weight: 600;
}
/* line 154, ../sass/base/_global.scss */
.at_pager #next-page a {
  color: #000;
  font-weight: 600;
}
/* line 158, ../sass/base/_global.scss */
.at_pager .pagination {
  margin: 0;
}
/* line 160, ../sass/base/_global.scss */
.at_pager .pagination .page-item {
  margin-right: 10px;
}
/* line 163, ../sass/base/_global.scss */
.at_pager .pagination .page-item.active .page-link {
  background: #CE181E;
}
/* line 165, ../sass/base/_global.scss */
.at_pager .pagination .page-item.active .page-link:focus {
  color: #DF6D27;
  background: none;
}
/* line 172, ../sass/base/_global.scss */
.at_pager .pagination .page-link {
  border: none;
}
/* line 174, ../sass/base/_global.scss */
.at_pager .pagination .page-link:focus {
  color: #CE181E;
  background: none;
  border: none;
  outline: none;
}
/* line 180, ../sass/base/_global.scss */
.at_pager .pagination .page-link:hover {
  background: none;
}

/* Serch Result Pagination */
/* line 187, ../sass/base/_global.scss */
.at_pager-search-result {
  display: inline-block;
  width: 100%;
  text-align: center;
}
/* line 191, ../sass/base/_global.scss */
.at_pager-search-result ul {
  display: inline-block;
  margin: 0;
}
/* line 194, ../sass/base/_global.scss */
.at_pager-search-result ul li {
  float: left;
  list-style: none;
  padding: 0px 5px;
  margin-right: 6px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  /* line 194, ../sass/base/_global.scss */
  .at_pager-search-result ul li {
    margin-right: 0;
  }
}
/* line 205, ../sass/base/_global.scss */
.at_pager-search-result ul .next-page a, .at_pager-search-result ul .previous-page a {
  color: #000 !important;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  border: none;
  margin-right: 10px;
  margin-left: 10px;
}

/* line 217, ../sass/base/_global.scss */
.at_pager-search-result ul li.active {
  background: #CE181E !important;
}

/* line 220, ../sass/base/_global.scss */
.at_pager-search-result ul li.active a {
  color: #fff;
}

/* Border Style */
/* line 226, ../sass/base/_global.scss */
.bd-bottom {
  border-bottom: 1px solid #dbdbdb;
}

/* line 230, ../sass/base/_global.scss */
.at_para-section {
  background: #efefef;
}

/* line 234, ../sass/base/_global.scss */
.pd-right {
  padding-right: 15px;
}

/* line 237, ../sass/base/_global.scss */
.pd-right2 {
  padding-right: 30px;
}

/* line 240, ../sass/base/_global.scss */
.pd-right3 {
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  /* line 240, ../sass/base/_global.scss */
  .pd-right3 {
    padding-right: 0;
  }
}

/* line 247, ../sass/base/_global.scss */
.pd-left {
  padding-left: 15px;
}

/* line 251, ../sass/base/_global.scss */
.pd-left2 {
  padding-left: 30px;
}

/* line 254, ../sass/base/_global.scss */
.pd-top {
  padding-top: 15px;
}

/* Author Name */
/* line 258, ../sass/base/_global.scss */
.at_auth-name {
  display: block;
  font-family: AlegreyaSansBold;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

/* Filter icon */
/* line 264, ../sass/base/_global.scss */
.fa.fa-filter {
  font-size: 16px;
}

/*Intractive Map*/
/* line 269, ../sass/base/_global.scss */
.at_intractive-map a {
  display: none !important;
}

/* Ifram Widht */
/* line 273, ../sass/base/_global.scss */
iframe {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 273, ../sass/base/_global.scss */
  iframe {
    height: auto;
  }
}

/* line 279, ../sass/base/_global.scss */
ol {
  padding-left: 15px;
}

/* line 283, ../sass/base/_global.scss */
blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 15px 0 !important;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
}

/* line 295, ../sass/base/_global.scss */
blockquote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding-left: 1em;
}

/* line 301, ../sass/base/_global.scss */
.feedback {
  position: absolute;
  right: 8px;
  top: 240px;
  z-index: 9999;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  /* line 301, ../sass/base/_global.scss */
  .feedback {
    position: initial;
    text-align: center;
  }
}
/* line 315, ../sass/base/_global.scss */
.feedback a {
  position: fixed;
  right: 8px;
}
@media only screen and (max-width: 767px) {
  /* line 315, ../sass/base/_global.scss */
  .feedback a {
    z-index: 99;
  }
}

/*.message-dispaly {
    position: fixed;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    background-color: #e0dee0;
    width: 35%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 10px;
    z-index: 999;
    height: 150px;
    right: 0;
    top: 0;
    line-height: 18px;
    left: 0;
    bottom: 0;
    vertical-align: middle;
    margin: auto;
    @include small-devices {
        font-size: 14px;
        width: 55%;
        
    }
}*/
/*.close-btn {
	position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}*/
@media only screen and (max-width: 767px) {
  /* line 360, ../sass/base/_global.scss */
  .page-template-team-listing .feedback a {
    top: 34%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 366, ../sass/base/_global.scss */
  .page-template-about .at_list-txt-lft ul {
    padding-left: 15px;
  }

  /* line 369, ../sass/base/_global.scss */
  .at_expert-insight .at_list-rtxt {
    padding-left: 15px;
    padding-right: 15px !important;
  }

  /* line 373, ../sass/base/_global.scss */
  .at_expert-insight .at_list-rtxt p {
    padding: 0;
  }

  /* line 376, ../sass/base/_global.scss */
  .google-recaptcha-container {
    display: flex;
  }
}
/* line 381, ../sass/base/_global.scss */
.modal-content .modal-body ul {
  padding-left: 15px;
}

/* line 386, ../sass/base/_global.scss */
.mg-ln-wrapper {
  position: fixed;
  z-index: 999;
  bottom: 5%;
  right: 2.3%;
  animation-name: notifklik;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  transition: all 5s ease-in-out;
}
/* line 395, ../sass/base/_global.scss */
.mg-ln-wrapper .close {
  float: none;
  position: relative;
  bottom: 10px;
  left: 2px;
}
/* line 401, ../sass/base/_global.scss */
.mg-ln-wrapper img {
  width: 160px;
  height: auto;
}
@keyframes notifklik {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* line 430, ../sass/base/_global.scss */
.grecaptcha-badge {
  visibility: hidden;
}

/* line 436, ../sass/base/_global.scss */
.page-id-27 .rounded-edge {
  width: 150%;
}

/* line 440, ../sass/base/_global.scss */
.quicktabs-group .at_xs-list-img-rgttxt {
  margin-top: 0;
  margin-bottom: 0;
}

/*
** Font Face For Accountability.
*/
/* Fonts Alegreya Sans */
@font-face {
  font-family: 'AlegreyaSansBold';
  src: url("../fonts/AlegreyaSans-Bold.eot") format("embedded-opentype"), url("../fonts/AlegreyaSans-Bold.woff2") format("woff2"), url("../fonts/AlegreyaSans-Bold.woff") format("woff"), url("../fonts/AlegreyaSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'AlegreyaSansMedium';
  src: url("../fonts/AlegreyaSans-Medium.eot") format("embedded-opentype"), url("../fonts/AlegreyaSans-Medium.woff2") format("woff2"), url("../fonts/AlegreyaSans-Medium.woff") format("woff"), url("../fonts/AlegreyaSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'AlegreyaSansRegular';
  src: url("../fonts/AlegreyaSans-Regular.eot") format("embedded-opentype"), url("../fonts/AlegreyaSans-Regular.woff2") format("woff2"), url("../fonts/AlegreyaSans-Regular.woff") format("woff"), url("../fonts/AlegreyaSans-Regular.ttf") format("truetype");
}
/* Fonts RobotoRegular */
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url("../fonts/Roboto-Medium.eot") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto-Black';
  src: url("../fonts/Roboto-Black.eot") format("embedded-opentype"), url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto-Italic';
  src: url("../fonts/Roboto-Italic.eot") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype");
}
/* Header Style */
@media only screen and (min-width: 1023px) {
  /* line 2, ../sass/layout/_header.scss */
  .header {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/layout/_header.scss */
  .header {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  /* line 2, ../sass/layout/_header.scss */
  .header {
    display: none;
  }
}

/* Header Top Css */
/* line 18, ../sass/layout/_header.scss */
.header-top {
  width: 100%;
  float: left;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  /* line 18, ../sass/layout/_header.scss */
  .header-top {
    margin-bottom: 10px;
  }
}
/* line 27, ../sass/layout/_header.scss */
.header-top .at-logo {
  position: relative;
  width: 33%;
}
/* line 33, ../sass/layout/_header.scss */
.header-top .mo_at-logo img {
  width: 150px;
  height: 65px;
}
/* line 39, ../sass/layout/_header.scss */
.header-top .at_slogen-header {
  font-family: AlegreyaSansBold;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  bottom: 13px;
  left: 28.5%;
}
@media only screen and (max-width: 767px) {
  /* line 46, ../sass/layout/_header.scss */
  .header-top .mo_at-logo {
    flex: 0 0 40%;
  }
}
/* line 52, ../sass/layout/_header.scss */
.header-top .mo_cpr-logo {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  /* line 52, ../sass/layout/_header.scss */
  .header-top .mo_cpr-logo {
    flex: 0 0 40%;
  }
}
/* line 59, ../sass/layout/_header.scss */
.header-top .mo_cpr-logo img {
  width: 150px;
  height: 65px;
}

/* Header Bottom Css */
/* line 67, ../sass/layout/_header.scss */
.hamburger-icon {
  display: none;
  width: 100%;
  height: 46px;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  /* line 67, ../sass/layout/_header.scss */
  .hamburger-icon {
    display: block;
  }
  /* line 80, ../sass/layout/_header.scss */
  .header-top .hamburger-icon {
    float: right;
    width: 18%;
  }
}
/* line 86, ../sass/layout/_header.scss */
.hamburger-icon:after {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
/* line 98, ../sass/layout/_header.scss */
.hamburger-icon:before {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 16px;
  right: 0;
  display: block;
  height: 2px;
  width: 20px;
  background: #000;
  content: "";
}
/* line 114, ../sass/layout/_header.scss */
.hamburger-icon.show-header:before, .hamburger-icon.menu-opened:before {
  top: 23px;
  background: #000;
  width: 19px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 125, ../sass/layout/_header.scss */
.hamburger-icon.show-header:after, .hamburger-icon.menu-opened:after {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 23px;
  border: 0;
  height: 2px;
  width: 19px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 142, ../sass/layout/_header.scss */
.hamburger-icon.icon-1 {
  width: 20px;
}
/* line 145, ../sass/layout/_header.scss */
.hamburger-icon.icon-1:before, .hamburger-icon.icon-1:after {
  left: 14px;
}
/* line 153, ../sass/layout/_header.scss */
.hamburger-icon.icon-2:after, .hamburger-icon.icon-2:before {
  right: 14px;
}

/* line 160, ../sass/layout/_header.scss */
.header-bottom {
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 160, ../sass/layout/_header.scss */
  .header-bottom {
    display: none;
  }
  /* line 169, ../sass/layout/_header.scss */
  .header-bottom.open-header {
    display: block;
  }
}
/* line 174, ../sass/layout/_header.scss */
.header-bottom .menu-primary {
  display: block;
  width: 100%;
  margin: 6px 0 0;
  z-index: 7;
}
@media only screen and (max-width: 767px) {
  /* line 174, ../sass/layout/_header.scss */
  .header-bottom .menu-primary {
    margin-top: 0;
    width: 100%;
  }
  /* line 184, ../sass/layout/_header.scss */
  .header-bottom .menu-primary.open-menu {
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 99;
    border-bottom: 5px solid #CE181E;
  }
  /* line 192, ../sass/layout/_header.scss */
  .header-bottom .menu-primary .col-lg-9 {
    display: none;
  }
}
/* line 201, ../sass/layout/_header.scss */
.header-bottom .menu-primary nav ul li a a:nth-child(-1n+1) {
  padding-left: 0;
}
/* line 210, ../sass/layout/_header.scss */
.header-bottom nav {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  /* line 210, ../sass/layout/_header.scss */
  .header-bottom nav {
    min-height: 40px;
  }
}
/* line 226, ../sass/layout/_header.scss */
.header-bottom nav ul {
  list-style: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 226, ../sass/layout/_header.scss */
  .header-bottom nav ul {
    display: block !important;
    /*Overwride Inline Js*/
  }
}
/* line 237, ../sass/layout/_header.scss */
.header-bottom nav ul > li {
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 237, ../sass/layout/_header.scss */
  .header-bottom nav ul > li {
    width: 100%;
    padding: 0 15px;
  }
  /* line 245, ../sass/layout/_header.scss */
  .header-bottom nav ul > li .at_menu-primary-link {
    border-bottom: 1px solid #dbdbdb;
  }
  /* line 249, ../sass/layout/_header.scss */
  .header-bottom nav ul > li .at_menu-secondary-link {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  /* line 249, ../sass/layout/_header.scss */
  .header-bottom nav ul > li .at_menu-secondary-link {
    border-bottom: 1px solid #000;
  }
}

/* line 258, ../sass/layout/_header.scss */
.header-bottom nav ul > li > a {
  display: block;
  padding: 17px 33px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  position: relative;
}
/* line 268, ../sass/layout/_header.scss */
.header-bottom nav ul > li > a:nth-child(-1n+1) {
  padding-left: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 268, ../sass/layout/_header.scss */
  .header-bottom nav ul > li > a:nth-child(-1n+1) {
    color: #000;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 258, ../sass/layout/_header.scss */
  .header-bottom nav ul > li > a {
    padding: 17px 11px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 258, ../sass/layout/_header.scss */
  .header-bottom nav ul > li > a {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 289, ../sass/layout/_header.scss */
.header-bottom nav ul > li:hover > .at_menu-item-sub {
  left: -14px;
  z-index: 999;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  /* line 289, ../sass/layout/_header.scss */
  .header-bottom nav ul > li:hover > .at_menu-item-sub {
    left: 0;
  }
}
/* line 299, ../sass/layout/_header.scss */
.header-bottom nav ul > li:hover > .at_menu-item-sub li {
  height: auto;
}
@media only screen and (min-width: 1023px) {
  /* line 309, ../sass/layout/_header.scss */
  .header-bottom nav ul > li .at_menu-item-sub li.has-sub:hover > .at_menu-item-sub {
    left: 100%;
    top: 0;
  }
}
/* line 318, ../sass/layout/_header.scss */
.header-bottom nav ul > li .at_menu-item-sub {
  position: absolute;
  left: -9999px;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  /* line 318, ../sass/layout/_header.scss */
  .header-bottom nav ul > li .at_menu-item-sub {
    position: relative;
  }
}
/* line 327, ../sass/layout/_header.scss */
.header-bottom nav ul > li .at_menu-item-sub li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 333, ../sass/layout/_header.scss */
.header-bottom nav ul > li .at_menu-item-sub li.at_menu-secondary-item {
  background: rgba(255, 203, 5, 0.5);
}
/* line 337, ../sass/layout/_header.scss */
.header-bottom nav ul > li .at_menu-item-sub li.at_menu-primary-item {
  background: #efefef;
}
/* line 341, ../sass/layout/_header.scss */
.header-bottom nav ul > li .at_menu-item-sub li a {
  color: #000;
  padding: 11px 17px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  width: 100%;
}
/* line 349, ../sass/layout/_header.scss */
.header-bottom nav ul > li .at_menu-item-sub li a.at_menu-primary-link {
  border-top: 1px solid #dbdbdb;
  min-width: 216px;
}
/* line 354, ../sass/layout/_header.scss */
.header-bottom nav ul > li .at_menu-item-sub li a.at_menu-secondary-link {
  border-bottom: 1px solid #fff;
  min-width: 206px;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 767px) {
  /* line 354, ../sass/layout/_header.scss */
  .header-bottom nav ul > li .at_menu-item-sub li a.at_menu-secondary-link {
    border-bottom: 1px solid #000;
  }
}
/* line 364, ../sass/layout/_header.scss */
.header-bottom nav ul > li .at_menu-item-sub li a.at_menu-secondary-link:hover {
  color: #CE181E;
}
/* line 369, ../sass/layout/_header.scss */
.header-bottom nav ul > li .at_menu-item-sub li a:hover {
  color: #CE181E;
}
/* line 375, ../sass/layout/_header.scss */
.header-bottom nav ul > li .at_menu-item-sub li:last-child > .at_menu-secondary-link {
  border-bottom: 0;
}
/* line 383, ../sass/layout/_header.scss */
.header-bottom nav ul > li.has-sub > a {
  padding-right: 46px;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  /* line 383, ../sass/layout/_header.scss */
  .header-bottom nav ul > li.has-sub > a {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 392, ../sass/layout/_header.scss */
.header-bottom nav ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 30px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000;
  content: "";
}
@media only screen and (max-width: 767px) {
  /* line 392, ../sass/layout/_header.scss */
  .header-bottom nav ul > li.has-sub > a:after {
    display: none;
  }
}
/* line 407, ../sass/layout/_header.scss */
.header-bottom nav ul > li.has-sub > a:hover::after {
  background: #CE181E !important;
  color: #CE181E !important;
}
/* line 412, ../sass/layout/_header.scss */
.header-bottom nav ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 33px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 767px) {
  /* line 412, ../sass/layout/_header.scss */
  .header-bottom nav ul > li.has-sub > a:before {
    display: none;
  }
}
/* line 432, ../sass/layout/_header.scss */
.header-bottom nav ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
@media only screen and (max-width: 767px) {
  /* line 439, ../sass/layout/_header.scss */
  .header-bottom nav ul > li.has-sub .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  /* line 449, ../sass/layout/_header.scss */
  .header-bottom nav ul > li.has-sub .submenu-button:first-child {
    display: none;
  }
  /* line 453, ../sass/layout/_header.scss */
  .header-bottom nav ul > li.has-sub .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: "";
  }
  /* line 464, ../sass/layout/_header.scss */
  .header-bottom nav ul > li.has-sub .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: "";
  }
  /* line 476, ../sass/layout/_header.scss */
  .header-bottom nav ul > li.has-sub .submenu-button.active:before {
    display: none;
  }
}
/* line 486, ../sass/layout/_header.scss */
.header-bottom nav #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: none;
}
/* line 501, ../sass/layout/_header.scss */
.header-bottom .menu-secondary {
  float: left;
  width: 100%;
  background: -webkit-linear-gradient(-45deg, #ce181e 47.4%, rgba(255, 203, 5, 0.7) 35%);
  clear: both;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 501, ../sass/layout/_header.scss */
  .header-bottom .menu-secondary {
    background: -webkit-linear-gradient(-45deg, #ce181e 45.6%, rgba(255, 203, 5, 0.7) 35%);
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1366px) {
  /* line 501, ../sass/layout/_header.scss */
  .header-bottom .menu-secondary {
    background: -webkit-linear-gradient(-45deg, #ce181e 46.6%, rgba(255, 203, 5, 0.7) 35%);
  }
}
@media only screen and (max-width: 767px) {
  /* line 501, ../sass/layout/_header.scss */
  .header-bottom .menu-secondary {
    width: 20%;
    background: #fff;
    display: none;
  }
  /* line 519, ../sass/layout/_header.scss */
  .header-bottom .menu-secondary.open-menu-sec {
    width: 100%;
    margin-left: 0;
    position: absolute;
    z-index: 8;
    border-bottom: 5px solid #CE181E;
  }
}
/* line 530, ../sass/layout/_header.scss */
.header-bottom .menu-secondary span {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 530, ../sass/layout/_header.scss */
  .header-bottom .menu-secondary span {
    float: right;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 540, ../sass/layout/_header.scss */
  .header-bottom .search-box {
    margin-bottom: 10px;
  }
}
/* line 545, ../sass/layout/_header.scss */
.header-bottom .search-box .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dbdbdb;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  /* line 545, ../sass/layout/_header.scss */
  .header-bottom .search-box .form-control {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}
/* line 560, ../sass/layout/_header.scss */
.header-bottom .search-box .form-control:focus {
  border: none;
  border-bottom: 1px solid #CE181E;
}
/* line 567, ../sass/layout/_header.scss */
.header-bottom .adminbar-button {
  border: none;
  position: relative;
  right: 14px;
  top: 4px;
  font-size: 14px;
}

/* Mobile Header Style */
/* line 577, ../sass/layout/_header.scss */
.mo_mobile-header {
  display: none;
}
/* line 580, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 590, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu ul {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 600, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu ul li {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 610, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu ul li a {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 623, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 634, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu:after,
.mo_mobile-header #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 644, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu #head-mobile {
  display: none;
}
/* line 648, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu > ul > li {
  float: left;
}
/* line 651, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
/* line 659, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu > ul > li > a:hover {
  color: #CE181E;
}
/* line 666, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
/* line 669, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: '';
}
/* line 680, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
/* line 695, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
/* line 701, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu li:hover > ul {
  left: auto;
}
/* line 704, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu li:hover > ul > li {
  height: 35px;
}
/* line 711, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
/* line 717, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
}
/* line 727, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu ul ul li:last-child > a, .mo_mobile-header #cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
/* line 732, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu ul ul li:hover > a,
.mo_mobile-header #cssmenu ul ul li a:hover {
  color: #fff;
}
/* line 739, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: '';
}
/* line 750, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
/* line 767, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
/* line 773, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
/* line 780, ../sass/layout/_header.scss */
.mo_mobile-header #cssmenu > ul > li.has-sub > ul > li.active > a,
.mo_mobile-header #cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

@media screen and (max-width: 1023px) {
  /* line 789, ../sass/layout/_header.scss */
  .mo_mobile-header {
    display: block;
    margin-bottom: 15px;
  }
  /* line 793, ../sass/layout/_header.scss */
  .mo_mobile-header .mobile-logo {
    position: relative;
    z-index: 123;
    padding: 20px 0 20px 10px;
    float: left;
    width: 85%;
  }
  /* line 800, ../sass/layout/_header.scss */
  .mo_mobile-header .mobile-logo .at-logo {
    float: left;
  }
  /* line 803, ../sass/layout/_header.scss */
  .mo_mobile-header .mobile-logo .at-logo img {
    height: 60px;
    width: 140px;
  }
  /* line 809, ../sass/layout/_header.scss */
  .mo_mobile-header .mobile-logo .at_cpr-logo {
    float: right;
  }
  /* line 812, ../sass/layout/_header.scss */
  .mo_mobile-header .mobile-logo .at_cpr-logo img {
    width: 135px;
    height: 56px;
  }
  /* line 819, ../sass/layout/_header.scss */
  .mo_mobile-header nav {
    width: 100%;
  }
  /* line 823, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu {
    width: 100%;
  }
  /* line 826, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul {
    width: 100%;
    display: none;
    margin-top: 59px;
  }
  /* line 831, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #333;
  }
  /* line 835, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul li:nth-child(-n+5) {
    background: #e0dee0;
  }
  /* line 839, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul li:nth-child(-n+5) ul li {
    background: #e0dee0;
    border-top: 1px solid #444;
  }
  /* line 846, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul li:nth-child(n+6) {
    background: #0b172a;
    border-top: 1px solid #fff;
  }
  /* line 851, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul li:nth-child(n+6) ul li {
    background: #0b172a;
    border-top: 1px solid #fff;
    color: #fff;
  }
  /* line 860, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul ul li {
    height: auto;
  }
  /* line 865, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu li:hover > ul > li {
    height: auto;
  }
  /* line 870, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul li a {
    width: 100%;
    border-bottom: 0;
  }
  /* line 875, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  /* line 877, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding-left: 25px;
  }
  /* line 884, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  /* line 889, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }
  /* line 894, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul ul li:hover > a, .mo_mobile-header #cssmenu ul ul li.active > a {
    color: #fff;
  }
  /* line 906, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  /* line 916, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul ul > li.has-sub > a:after, .mo_mobile-header #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  /* line 924, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu > ul > li {
    float: none;
  }
  /* line 930, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu > ul > li.has-sub > a:after, .mo_mobile-header #cssmenu > ul > li.has-sub > a:before {
    display: none;
  }
  /* line 936, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  /* line 945, ../sass/layout/_header.scss */
  .mo_mobile-header .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 28px;
    cursor: pointer;
    z-index: 99;
  }
  /* line 954, ../sass/layout/_header.scss */
  .mo_mobile-header .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    content: "";
  }
  /* line 966, ../sass/layout/_header.scss */
  .mo_mobile-header .button:before {
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #000;
    content: "";
  }
  /* line 979, ../sass/layout/_header.scss */
  .mo_mobile-header .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 995, ../sass/layout/_header.scss */
  .mo_mobile-header .button.menu-opened:before {
    top: 23px;
    background: #000;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 1009, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #333;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  /* line 1021, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  /* line 1026, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #333;
    content: '';
  }
  /* line 1037, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  /* line 1043, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu .submenu-button.submenu-opened:after {
    background: #333;
  }
  /* line 1047, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #333;
    content: '';
  }
  /* line 1059, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  /* line 1064, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  /* line 1068, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  /* line 1074, ../sass/layout/_header.scss */
  .mo_mobile-header #cssmenu > ul > li.has-sub > ul > li.active > a,
  .mo_mobile-header #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  /* line 1081, ../sass/layout/_header.scss */
  .mo_mobile-header .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dbdbdb;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    margin-top: 8px;
    z-index: 0 !important;
  }
  /* line 1091, ../sass/layout/_header.scss */
  .mo_mobile-header .form-control:focus {
    border: none;
    border-bottom: 1px solid #CE181E;
  }
  /* line 1097, ../sass/layout/_header.scss */
  .mo_mobile-header .input-group {
    border: 0;
    background: transparent;
    border-radius: 0;
  }
  /* line 1102, ../sass/layout/_header.scss */
  .mo_mobile-header .input-group .adminbar-button {
    border: none;
    position: relative;
    right: 14px;
    top: 4px;
    font-size: 14px;
  }
}
/* line 1113, ../sass/layout/_header.scss */
#cssmenu .mob-menu li:nth-child(-n+6).has-sub a {
  color: #333;
}
/* line 1116, ../sass/layout/_header.scss */
#cssmenu .mob-menu li:nth-child(-n+6).has-sub a:hover {
  color: #CE181E;
}

/* line 1121, ../sass/layout/_header.scss */
#cssmenu .mob-menu li:nth-child(n+6).has-sub .submenu-button {
  border-left: 1px solid #fff;
}

/* line 1125, ../sass/layout/_header.scss */
#cssmenu .mob-menu li:nth-child(n+6).has-sub .submenu-button:before,
#cssmenu .mob-menu li:nth-child(n+6).has-sub .submenu-button:after {
  background: #fff;
}

/*my css for multiplemenu*/
/* line 1131, ../sass/layout/_header.scss */
#cssmenu ul ul ul {
  display: block !important;
}

/* Footer Css */
/* line 2, ../sass/layout/_footer.scss */
.footer {
  background: #353333;
  color: #fff;
  width: 100%;
  float: left;
}
/* line 8, ../sass/layout/_footer.scss */
.footer .at_copyrigt {
  margin: 25px 0 0;
  font-size: 14px;
  float: right;
}
@media only screen and (max-width: 767px) {
  /* line 8, ../sass/layout/_footer.scss */
  .footer .at_copyrigt {
    float: left;
    margin: 14px 0 0;
  }
}
/* line 18, ../sass/layout/_footer.scss */
.footer .at_copyrigt a {
  color: #fff;
}
/* line 21, ../sass/layout/_footer.scss */
.footer .at_copyrigt a:hover {
  color: #DF6D27;
}
/* line 28, ../sass/layout/_footer.scss */
.footer .footer-top {
  padding-top: 30px;
}
/* line 32, ../sass/layout/_footer.scss */
.footer .footer-bottom {
  padding: 30px 0 60px 0;
}
@media only screen and (max-width: 767px) {
  /* line 34, ../sass/layout/_footer.scss */
  .footer .footer-bottom .mo_footer-contact {
    margin-bottom: 30px;
  }
}
/* line 41, ../sass/layout/_footer.scss */
.footer .footer-bottom .at_footertext {
  margin: 0;
  font-size: 14px;
  width: 86%;
  display: inline-block;
}
/* line 48, ../sass/layout/_footer.scss */
.footer .footer-bottom .at_footertext a:hover {
  color: #fff;
}
/* line 54, ../sass/layout/_footer.scss */
.footer .footer-bottom .input-group {
  margin-bottom: 10px;
}
/* line 57, ../sass/layout/_footer.scss */
.footer .footer-bottom .input-group input {
  border-right: 0;
}
/* line 63, ../sass/layout/_footer.scss */
.footer .at_social-icon {
  list-style: none;
  text-align: right;
  margin-bottom: 0;
  margin-top: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 63, ../sass/layout/_footer.scss */
  .footer .at_social-icon {
    text-align: left;
  }
}
/* line 73, ../sass/layout/_footer.scss */
.footer .at_social-icon li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  /* line 73, ../sass/layout/_footer.scss */
  .footer .at_social-icon li {
    margin-top: 0;
  }
}
/* line 80, ../sass/layout/_footer.scss */
.footer .at_social-icon li .fa {
  color: #fff;
  font-size: 30px;
  margin-left: 8px;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 767px) {
  /* line 80, ../sass/layout/_footer.scss */
  .footer .at_social-icon li .fa {
    margin-left: 0;
    margin-right: 8px;
  }
}
/* line 91, ../sass/layout/_footer.scss */
.footer .at_social-icon li .fa:hover {
  transform: rotateZ(360deg);
  color: #DF6D27;
}
/* line 100, ../sass/layout/_footer.scss */
.footer .at_slogen-footer {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  /* line 100, ../sass/layout/_footer.scss */
  .footer .at_slogen-footer {
    text-align: left;
    margin: 0 0 10px;
  }
}
/* line 109, ../sass/layout/_footer.scss */
.footer .at_heading5 {
  font-size: 16px;
  text-transform: capitalize;
}
/* line 114, ../sass/layout/_footer.scss */
.footer .mo_footer_menu {
  float: left;
  max-width: 85%;
}
/* line 118, ../sass/layout/_footer.scss */
.footer .mo_footer_menu ul {
  display: inline-block;
  margin: 0;
}
/* line 122, ../sass/layout/_footer.scss */
.footer .mo_footer_menu ul li {
  border-right: 1px solid #DF6D27;
  list-style: none;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-right: 5px;
  line-height: 16px;
}
/* line 131, ../sass/layout/_footer.scss */
.footer .mo_footer_menu ul li:last-child {
  border-right: none;
}
/* line 136, ../sass/layout/_footer.scss */
.footer .mo_footer_menu ul li a:hover {
  color: #fff;
}
/* line 144, ../sass/layout/_footer.scss */
.footer .mo_footer-item {
  margin-bottom: 35px;
}

/* line 2, ../sass/components/_accordion.scss */
.og_accordion-wrapper .card {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background: #efefef;
  border: 1px solid #dbdbdb;
  padding-bottom: 0;
  margin-bottom: 20px;
}
/* line 9, ../sass/components/_accordion.scss */
.og_accordion-wrapper .card .card-header {
  padding: 8px 20px;
  background-color: #c6d3dc;
}
/* line 13, ../sass/components/_accordion.scss */
.og_accordion-wrapper .card .card-header .at_accordion-title {
  margin: 0;
  display: block;
  position: relative;
}
/* line 18, ../sass/components/_accordion.scss */
.og_accordion-wrapper .card .card-header .at_accordion-title:hover {
  color: #CE181E;
}
/* line 22, ../sass/components/_accordion.scss */
.og_accordion-wrapper .card .card-header .at_accordion-title:after {
  content: "\002b";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
/* line 29, ../sass/components/_accordion.scss */
.og_accordion-wrapper .card .card-header .at_accordion-title[aria-expanded="true"]:after {
  content: "\2212";
}
/* line 35, ../sass/components/_accordion.scss */
.og_accordion-wrapper .card .card-body {
  padding: 20px;
  background: #efefef;
}
/* line 41, ../sass/components/_accordion.scss */
.og_accordion-wrapper video {
  width: 100%;
  margin-left: 15px;
}

/* line 47, ../sass/components/_accordion.scss */
#accordion-faq {
  margin-top: 35px;
  margin-bottom: 35px;
}
/* line 51, ../sass/components/_accordion.scss */
#accordion-faq .download-pdf {
  width: 100%;
  text-align: right;
  padding: 0 20px 20px;
}

/* line 58, ../sass/components/_accordion.scss */
.og_testimonial-slider {
  padding: 1px 0 55px 0;
  background-color: #ffeec6;
}
/* line 63, ../sass/components/_accordion.scss */
.og_testimonial-slider .carousel-indicators li {
  background: #CE181E;
}

/* Button Medium Css */
/* line 2, ../sass/components/_button.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  cursor: pointer;
}
/* line 20, ../sass/components/_button.scss */
.btn:hover {
  border: 1px solid #333;
  background-color: #fff;
  color: #000;
  box-shadow: none;
}
/* line 27, ../sass/components/_button.scss */
.btn.btn-outline-dark {
  background: #CE181E;
  background-image: none;
  border-color: #CE181E;
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
}
/* line 35, ../sass/components/_button.scss */
.btn.btn-outline-dark:hover {
  color: #fff;
  background: #DF6D27;
  border-color: #DF6D27;
}
/* line 41, ../sass/components/_button.scss */
.btn.btn-outline-dark:focus {
  color: #fff;
  background: #DF6D27;
  border-color: #DF6D27;
  box-shadow: none;
}

/* line 50, ../sass/components/_button.scss */
.button-md {
  width: 115px;
}

/* Button Small Css */
/* line 56, ../sass/components/_button.scss */
form .btn-sm {
  background: #DF6D27;
  color: #f1f1f1;
  border: 1px solid #DF6D27;
  border-radius: 0;
  font-size: 14px;
}
/* line 63, ../sass/components/_button.scss */
form .btn-sm:hover {
  background: #DF6D27;
  color: #f1f1f1;
  border: 1px solid #DF6D27;
  border-radius: 0;
  box-shadow: none;
}
/* line 71, ../sass/components/_button.scss */
form .btn-sm:focus {
  background: #DF6D27;
  color: #f1f1f1;
  border: 1px solid #DF6D27;
  border-radius: 0;
  box-shadow: none;
}

/*  Event Page Load More Button  */
/* line 82, ../sass/components/_button.scss */
#load_more_posts {
  font-size: 15px;
  font-weight: 600;
  width: auto;
  height: 42px;
  line-height: 42px;
  background: #ed7070;
  color: #fff;
  border: none;
  border-radius: 3px;
  margin: 0 0 4px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: padding .25s ease-in-out, width .25s ease-in-out;
  transition: padding .25s ease-in-out, width .25s ease-in-out;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

/* line 111, ../sass/components/_button.scss */
.btn.btn-secondary:hover {
  border: none;
  background: inherit;
}
/* line 116, ../sass/components/_button.scss */
.btn.btn-secondary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Css Card Layout */
/* line 3, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex {
  display: flex;
  justify-content: center;
}
/* line 7, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex .card {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background: #e0dee0;
  border: 1px solid #ddd;
  padding-bottom: mg-top-bottom-1;
  margin-bottom: 27px;
  overflow: hidden;
}
/* line 15, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex .card img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 21, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex .card img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 27, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex .card:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 27, ../sass/components/_card.scss */
  .mo_card-md-bg .d-flex .card:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 27, ../sass/components/_card.scss */
  .mo_card-md-bg .d-flex .card:nth-child(3n+3) {
    margin-right: 27px;
  }
}
/* line 40, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex .card .card-block {
  padding: 20px 20px 60px 20px;
  position: relative;
}
/* line 44, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex .card .card-block .btn.btn-outline-dark,
.mo_card-md-bg .d-flex .card .card-block a {
  position: absolute;
  bottom: 20px;
}
/* line 50, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex .card .card-block .card-title-link {
  position: unset !important;
}
/* line 55, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex .card .card__desc {
  border-top: 1px solid #333;
  color: #333;
  padding: 10px 20px 0;
  font-family: AlegreyaSansBold;
}
/* line 61, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex .card .card__desc .card__desc__cat {
  border-right: 1px solid #333;
  padding-right: 10px;
  font-size: 14px;
}
/* line 67, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex .card .card__desc .card__desc__author {
  padding-left: 10px;
}
/* line 73, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex .card-other-title {
  border-top: 1px solid #333;
  padding: 10px 0 0;
  margin: 0 20px;
}
/* line 78, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex .card-other-title a {
  color: #333;
  position: relative;
  font-size: 14px;
  font-family: AlegreyaSansBold;
}
/* line 84, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex .card-other-title a:after {
  content: "\2192";
  font-size: 19px;
  position: absolute;
  margin-left: 5px;
  bottom: -1px;
  transition: .5s;
  color: #CE181E;
}
/* line 94, ../sass/components/_card.scss */
.mo_card-md-bg .d-flex .card-other-title a:hover:after {
  padding-left: 15px;
}

/* line 103, ../sass/components/_card.scss */
.car-two-layout .card {
  margin-right: 27px;
  width: 48.75%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background: #efefef;
  border: 1px solid #ddd;
  padding-bottom: .75rem;
  margin-bottom: 27px;
  overflow: hidden;
}
/* line 113, ../sass/components/_card.scss */
.car-two-layout .card:nth-child(2n) {
  margin-right: 0;
}
/* line 117, ../sass/components/_card.scss */
.car-two-layout .card img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 123, ../sass/components/_card.scss */
.car-two-layout .card img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 131, ../sass/components/_card.scss */
.car-lft-rgt-layout {
  max-width: 900px;
  margin: 50px auto 0;
}
/* line 135, ../sass/components/_card.scss */
.car-lft-rgt-layout .card {
  margin-right: 8%;
  width: 45.75%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background: #efefef;
  border: 1px solid #ddd;
  padding-bottom: .75rem;
  margin-bottom: 6%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 135, ../sass/components/_card.scss */
  .car-lft-rgt-layout .card {
    width: 100%;
    margin-right: 0;
  }
}
/* line 150, ../sass/components/_card.scss */
.car-lft-rgt-layout .card:nth-child(2n) {
  margin-right: 0;
}
/* line 154, ../sass/components/_card.scss */
.car-lft-rgt-layout .card img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 160, ../sass/components/_card.scss */
.car-lft-rgt-layout .card img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 168, ../sass/components/_card.scss */
.card-xs-img {
  height: 100px;
  width: 100px;
}

/* line 173, ../sass/components/_card.scss */
.card-md-img {
  height: 220px;
}

/* line 177, ../sass/components/_card.scss */
.card-lg-img {
  height: 269px;
}

/* line 181, ../sass/components/_card.scss */
.card-img_padding {
  padding: 10px;
}

/* line 185, ../sass/components/_card.scss */
.card-md-width {
  margin-right: 27px;
  width: 31.75%;
}
@media only screen and (max-width: 767px) {
  /* line 185, ../sass/components/_card.scss */
  .card-md-width {
    margin-right: 0;
    width: 369px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1366px) {
  /* line 185, ../sass/components/_card.scss */
  .card-md-width {
    width: 31.50%;
  }
}

/* Stertching the images length wise in Tablet mode */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 202, ../sass/components/_card.scss */
  .card-md-width {
    width: 36%;
  }
}
/* line 1, ../sass/components/_carousel.scss */
.carousel-indicators {
  bottom: 0 !important;
}

/*Checkboxes styles*/
/* line 2, ../sass/components/_check-box.scss */
input[type="checkbox"] {
  display: none;
}

/* line 6, ../sass/components/_check-box.scss */
input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 19, ../sass/components/_check-box.scss */
input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

/* line 23, ../sass/components/_check-box.scss */
input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

/* line 37, ../sass/components/_check-box.scss */
input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Style For Filter */
/* Tab Filter Css*/
/* line 4, ../sass/components/_filter.scss */
#filters {
  margin: 1% 0;
  padding: 0;
  list-style: none;
}
/* line 8, ../sass/components/_filter.scss */
#filters li {
  float: left;
}
/* line 11, ../sass/components/_filter.scss */
#filters span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}
/* line 18, ../sass/components/_filter.scss */
#filters .active {
  background: #DF6D27;
  color: #fff;
}

/*Blog listing page language filter button*/
/* line 26, ../sass/components/_filter.scss */
#blogs_expose_filter .language_filter {
  position: relative;
}
/* line 28, ../sass/components/_filter.scss */
#blogs_expose_filter .language_filter .medium_tag {
  padding: 0 35px 0 15px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/49364/ico-down.svg);
  background-position: right 50%;
  background-repeat: no-repeat;
  background-size: 20px 5px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  color: #141414;
  margin-left: 16px;
}
/* line 42, ../sass/components/_filter.scss */
#blogs_expose_filter .language_filter .medium_tag option {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 767px) {
  /* line 28, ../sass/components/_filter.scss */
  #blogs_expose_filter .language_filter .medium_tag {
    padding-right: 5px;
    padding-left: 13px;
    margin-left: 0px;
  }
}

/* line 56, ../sass/components/_filter.scss */
#ajaxPanelResponce {
  padding-bottom: 2em;
}

/* line 2, ../sass/components/_form.scss */
#blogs_expose_filter {
  display: inline-flex;
  width: 75%;
  margin: 30px auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/components/_form.scss */
  #blogs_expose_filter {
    width: 100%;
  }
}
/* line 12, ../sass/components/_form.scss */
#blogs_expose_filter .fstElement.fstMultipleMode {
  border-top: 1px solid #dbdbdb;
}
/* line 15, ../sass/components/_form.scss */
#blogs_expose_filter .fstElement.fstMultipleMode .fstControls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  top: 0;
  width: 100%;
}
/* line 22, ../sass/components/_form.scss */
#blogs_expose_filter .fstElement.fstMultipleMode .fstControls input:last-child {
  margin: 0 5px 5px;
}
/* line 26, ../sass/components/_form.scss */
#blogs_expose_filter .fstElement.fstMultipleMode .fstControls input.fstQueryInputExpanded.fstQueryInput {
  padding: 0;
  margin: 0;
  padding: 0 0 0 8px;
}
/* line 31, ../sass/components/_form.scss */
#blogs_expose_filter .fstElement.fstMultipleMode .fstControls input.fstQueryInputExpanded.fstQueryInput::placeholder {
  color: #141414;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 14px;
}
/* line 38, ../sass/components/_form.scss */
#blogs_expose_filter .fstElement.fstMultipleMode .fstControls .fstChoiceItem {
  display: inline-block;
  background: #efefef;
  padding: 0 20px 0 10px;
  margin: 0 0 5px 5px;
  border-radius: 2px;
}
/* line 45, ../sass/components/_form.scss */
#blogs_expose_filter .fstElement.fstMultipleMode .fstControls .fstChoiceItem .fstChoiceRemove {
  background: none;
  outline: none;
  border: none;
  margin-left: 10px;
  cursor: pointer;
}
/* line 55, ../sass/components/_form.scss */
#blogs_expose_filter .fstElement.fstMultipleMode .filter_tags_item {
  width: 90%;
  float: left;
  min-height: 27px;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  padding: 0 10px;
  color: #dbdbdb;
  background: transparent;
}
/* line 65, ../sass/components/_form.scss */
#blogs_expose_filter .fstElement.fstMultipleMode .filter_tags_item:focus {
  border-bottom: 1px solid #CE181E;
}
/* line 71, ../sass/components/_form.scss */
#blogs_expose_filter #updateBtn {
  background: #CE181E;
  border: none;
  font-size: 16px;
  padding: .5rem 1rem;
}
/* line 77, ../sass/components/_form.scss */
#blogs_expose_filter #updateBtn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* Comment Form */
/* line 85, ../sass/components/_form.scss */
.at_comment-form {
  padding: 0 15px 0 0;
}
/* line 88, ../sass/components/_form.scss */
.at_comment-form .form-title {
  margin: 28px 0 20px 0;
  padding: 20px 0;
  color: #CE181E;
  position: relative;
}
/* line 94, ../sass/components/_form.scss */
.at_comment-form .form-title:after {
  content: " ";
  width: 300px;
  background: #141414;
  height: 1px;
  float: left;
  position: absolute;
  top: 0;
  left: 222px;
}
@media screen and (max-device-width: 1366px) {
  /* line 94, ../sass/components/_form.scss */
  .at_comment-form .form-title:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 85, ../sass/components/_form.scss */
  .at_comment-form {
    padding: 0;
  }
}
/* line 114, ../sass/components/_form.scss */
.at_comment-form form {
  text-align: center;
}
/* line 119, ../sass/components/_form.scss */
.at_comment-form form p:nth-child(2), .at_comment-form form p:nth-child(3) {
  float: left;
  width: 48.5%;
}
@media screen and (max-device-width: 1366px) {
  /* line 119, ../sass/components/_form.scss */
  .at_comment-form form p:nth-child(2), .at_comment-form form p:nth-child(3) {
    width: 100%;
  }
}
/* line 129, ../sass/components/_form.scss */
.at_comment-form form p:nth-child(3) {
  margin-left: 22px;
}
@media screen and (max-device-width: 1366px) {
  /* line 129, ../sass/components/_form.scss */
  .at_comment-form form p:nth-child(3) {
    margin-left: 0;
  }
}
/* line 137, ../sass/components/_form.scss */
.at_comment-form form p input {
  padding: 0 6px;
  width: 100%;
}
/* line 142, ../sass/components/_form.scss */
.at_comment-form form p .error {
  color: #CE181E;
}
/* line 148, ../sass/components/_form.scss */
.at_comment-form textarea {
  width: 100%;
  height: 100px;
  max-height: 100%;
  padding: 0 6px;
}
/* line 155, ../sass/components/_form.scss */
.at_comment-form input[type=submit] {
  background: #CE181E;
  background-image: none;
  border-color: #CE181E;
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
  width: 90px;
}
/* line 164, ../sass/components/_form.scss */
.at_comment-form input[type=submit]:hover {
  color: #fff;
  background: #DF6D27;
  border-color: #DF6D27;
}

@media only screen and (min-width: 581px) and (max-width: 767px) {
  /* line 172, ../sass/components/_form.scss */
  .input-group {
    width: 50% !important;
    margin-left: 49%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 172, ../sass/components/_form.scss */
  .input-group {
    width: 35% !important;
    margin-left: 65%;
  }
}
/* line 183, ../sass/components/_form.scss */
.input-group input {
  border-color: #DF6D27;
  font-size: 14px;
}
/* line 187, ../sass/components/_form.scss */
.input-group input:focus {
  border-color: #DF6D27;
}
/* line 192, ../sass/components/_form.scss */
.input-group .input-group-addon {
  border: 0;
  background: transparent;
  border-radius: 0;
}

/* line 200, ../sass/components/_form.scss */
.mc4wp-form {
  position: relative;
}
/* line 203, ../sass/components/_form.scss */
.mc4wp-form .mc4wp-form-fields {
  display: flex;
  display: -webkit-flex;
}
/* line 207, ../sass/components/_form.scss */
.mc4wp-form .mc4wp-form-fields .form-control {
  font-size: 14px;
  padding: 5px;
}
/* line 211, ../sass/components/_form.scss */
.mc4wp-form .mc4wp-form-fields .form-control:focus {
  border-color: transparent;
  outline: 0;
}
/* line 217, ../sass/components/_form.scss */
.mc4wp-form .mc4wp-form-fields .input-group-append {
  position: absolute;
  right: 0;
}
/* line 221, ../sass/components/_form.scss */
.mc4wp-form .mc4wp-form-fields .input-group-append .btn {
  padding: 5px 6px 3px 6px;
  position: relative;
  top: 1px;
}

/* line 231, ../sass/components/_form.scss */
.ai-form-feedback {
  margin: 0 auto;
  font-family: 'Roboto-Regular', sans-serif;
  color: #565656;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  background: #FFF;
  font-weight: bold;
  padding: 5%;
  max-width: 424px;
}
/* line 242, ../sass/components/_form.scss */
.ai-form-feedback h2 {
  text-align: center;
  color: #383838;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  margin: 16px 0;
  padding: 0 16px;
}
/* line 252, ../sass/components/_form.scss */
.ai-form-feedback label {
  font-size: 14px;
  margin: 7px 0;
  width: 100%;
}
/* line 257, ../sass/components/_form.scss */
.ai-form-feedback label:last-child {
  margin-bottom: 0;
}
/* line 262, ../sass/components/_form.scss */
.ai-form-feedback .required {
  font-size: 14px;
  color: #eb8281;
  margin-right: 3px;
}
/* line 268, ../sass/components/_form.scss */
.ai-form-feedback input,
.ai-form-feedback textarea {
  background-color: #FFF;
  border: 1px solid #bec6ca;
  box-shadow: none;
  outline: none;
  border-radius: 4px;
  color: #333;
  font-weight: normal;
  font-style: normal;
  margin-top: 4px;
  padding: 6px 12px;
  width: 100%;
}
/* line 282, ../sass/components/_form.scss */
.ai-form-feedback input:focus,
.ai-form-feedback textarea:focus {
  border: 1px solid #3b8cff;
  opacity: .7;
  box-shadow: 0 0 4px #66afe9;
  outline: none;
}
/* line 291, ../sass/components/_form.scss */
.ai-form-feedback .star-rating-control a {
  position: initial;
}
/* line 296, ../sass/components/_form.scss */
.ai-form-feedback .recaptcha {
  display: inline-block;
  margin-bottom: 10px;
}
/* line 301, ../sass/components/_form.scss */
.ai-form-feedback .submit {
  text-align: center;
}
/* line 304, ../sass/components/_form.scss */
.ai-form-feedback .submit input[type=submit] {
  background-color: #000;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid;
  color: #FFF;
  padding: 10px 15px;
  width: 50%;
  vertical-align: middle;
  cursor: pointer;
  opacity: unset;
  margin-left: 75px;
}
@media only screen and (max-width: 767px) {
  /* line 304, ../sass/components/_form.scss */
  .ai-form-feedback .submit input[type=submit] {
    margin-left: 70px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 304, ../sass/components/_form.scss */
  .ai-form-feedback .submit input[type=submit] {
    margin-left: 75px;
  }
}
/* line 325, ../sass/components/_form.scss */
.ai-form-feedback .submit input[type=submit]:hover {
  opacity: 0.95;
}
/* line 331, ../sass/components/_form.scss */
.ai-form-feedback .ajax-loader {
  display: none;
}
/* line 335, ../sass/components/_form.scss */
.ai-form-feedback .star-website,
.ai-form-feedback .star-experience {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: 4px;
}

/* List styling */
/* line 3, ../sass/components/_list.scss */
.mo_list-ltimg-rtxt .at_list-ltimg {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 6, ../sass/components/_list.scss */
  .mo_list-ltimg-rtxt .at_list-ltimg img {
    height: auto !important;
  }
}
/* line 13, ../sass/components/_list.scss */
.mo_list-ltimg-rtxt .at_list-rtxt {
  word-break: break-word;
  word-wrap: break-word;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 13, ../sass/components/_list.scss */
  .mo_list-ltimg-rtxt .at_list-rtxt {
    padding: 15px 0 0 0;
  }
}
/* line 22, ../sass/components/_list.scss */
.mo_list-ltimg-rtxt .at_list-rtxt h3 {
  margin: 0;
}
/* line 26, ../sass/components/_list.scss */
.mo_list-ltimg-rtxt .at_list-rtxt p {
  margin: 22px 0 28px 0;
}
/* line 30, ../sass/components/_list.scss */
.mo_list-ltimg-rtxt .at_list-rtxt .at_min-read-text {
  display: block;
}
/* line 35, ../sass/components/_list.scss */
.mo_list-ltimg-rtxt .at_list-rtxt .at_wrap-date .at_post-date {
  display: block;
}
/* line 42, ../sass/components/_list.scss */
.mo_list-ltimg-rtxt .at_list-lttext-img p {
  margin: 10px 0;
}
/* line 48, ../sass/components/_list.scss */
.mo_list-ltimg-rtxt.m-s p {
  margin: 10px 0 10px 0;
}
/* line 52, ../sass/components/_list.scss */
.mo_list-ltimg-rtxt.m-s a {
  font-weight: 600;
}
/* line 58, ../sass/components/_list.scss */
.mo_list-ltimg-rtxt.n-s .at_list-rtxt {
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  /* line 58, ../sass/components/_list.scss */
  .mo_list-ltimg-rtxt.n-s .at_list-rtxt {
    padding-left: 0;
  }
}
/* line 66, ../sass/components/_list.scss */
.mo_list-ltimg-rtxt.n-s p {
  margin: 0;
}

/* List styling pagination number */
/* line 73, ../sass/components/_list.scss */
.mo_bottom-pager {
  display: flex;
  display: -webkit-flex;
}
@media only screen and (max-width: 767px) {
  /* line 73, ../sass/components/_list.scss */
  .mo_bottom-pager {
    display: block;
    display: -webkit-block;
  }
}
/* line 82, ../sass/components/_list.scss */
.mo_bottom-pager .at_dispalay-page {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  /* line 82, ../sass/components/_list.scss */
  .mo_bottom-pager .at_dispalay-page {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* line 92, ../sass/components/_list.scss */
.mo_bottom-pager .pagination li {
  margin-right: 6px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  /* line 92, ../sass/components/_list.scss */
  .mo_bottom-pager .pagination li {
    margin-right: 0;
  }
}
/* line 100, ../sass/components/_list.scss */
.mo_bottom-pager .pagination li:focus {
  outline: none;
}
/* line 104, ../sass/components/_list.scss */
.mo_bottom-pager .pagination li .pager_btn {
  padding: 4px 8px;
}
/* line 107, ../sass/components/_list.scss */
.mo_bottom-pager .pagination li .pager_btn:hover {
  background: #CE181E;
  color: #fff !important;
}
/* line 112, ../sass/components/_list.scss */
.mo_bottom-pager .pagination li .pager_btn:focus {
  outline: none;
  background: #CE181E;
  color: #fff !important;
}
/* line 119, ../sass/components/_list.scss */
.mo_bottom-pager .pagination li .active {
  background: #CE181E;
  padding: 4px 8px;
  color: #fff !important;
}
/* line 125, ../sass/components/_list.scss */
.mo_bottom-pager .pagination li .nxt-lst-btn,
.mo_bottom-pager .pagination li .frst-pre-btn {
  color: #000 !important;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  border: none;
  margin-right: 10px;
  margin-left: 10px;
}
/* line 135, ../sass/components/_list.scss */
.mo_bottom-pager .pagination li .nxt-lst-btn:hover,
.mo_bottom-pager .pagination li .frst-pre-btn:hover {
  border: none;
}
/* line 139, ../sass/components/_list.scss */
.mo_bottom-pager .pagination li .nxt-lst-btn:focus,
.mo_bottom-pager .pagination li .frst-pre-btn:focus {
  border: none;
  background: inherit;
  outline: none;
  box-shadow: none !important;
}

/*Contact Page*/
/* line 152, ../sass/components/_list.scss */
.mo_list-rimg-ltxt .at_list-ltxt {
  padding-right: 30px;
}
/* line 155, ../sass/components/_list.scss */
.mo_list-rimg-ltxt .at_list-ltxt p {
  margin: 0;
}
/* line 161, ../sass/components/_list.scss */
.mo_list-rimg-ltxt .at_list-rimg iframe {
  width: 100%;
  height: 356px;
}

/*News Listing*/
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 171, ../sass/components/_list.scss */
  .org_news .at_media-team .at_media-team-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
/* line 180, ../sass/components/_list.scss */
.org_news .at_media-team .at_media-team-content p {
  padding-right: 30px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 186, ../sass/components/_list.scss */
  .org_news .at_media-team .at_media-query-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* line 195, ../sass/components/_list.scss */
.org_news .at_media-team .at_media-query-img h4 {
  text-align: center;
}
/* line 198, ../sass/components/_list.scss */
.org_news .at_media-team .at_media-query-img h4:before {
  content: "\f095";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;
  color: #DF6D27;
}
/* line 209, ../sass/components/_list.scss */
.org_news .at_media-team .at_media-query-img .at_media-query {
  position: relative;
  cursor: pointer;
}
/* line 213, ../sass/components/_list.scss */
.org_news .at_media-team .at_media-query-img .at_media-query:hover .at_overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* line 219, ../sass/components/_list.scss */
.org_news .at_media-team .at_media-query-img .at_media-query img {
  width: 100%;
}
/* line 223, ../sass/components/_list.scss */
.org_news .at_media-team .at_media-query-img .at_media-query .at_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: RGB(223, 109, 2, 0.6);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
/* line 239, ../sass/components/_list.scss */
.org_news .at_media-team .at_media-query-img .at_media-query .at_content {
  color: #fff;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}
/* line 249, ../sass/components/_list.scss */
.org_news .at_media-team .at_media-query-img .at_media-query .at_content p {
  padding: 0;
  margin: 0;
}
/* line 254, ../sass/components/_list.scss */
.org_news .at_media-team .at_media-query-img .at_media-query .at_content a {
  color: #fff;
  word-break: break-all;
}
/* line 264, ../sass/components/_list.scss */
.org_news .at_news .at_news-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  display: none;
  overflow: hidden;
}

/* line 277, ../sass/components/_list.scss */
.org_datasets .mo_list-datasets {
  padding-right: 30px;
}
/* line 281, ../sass/components/_list.scss */
.org_datasets .mo_list-datasets .item a {
  line-height: 2;
}
/* line 288, ../sass/components/_list.scss */
.org_datasets .sidebar-right .at_sidebar-items {
  margin: 0;
}
/* line 293, ../sass/components/_list.scss */
.org_datasets .sidebar-right .at_data-type .label {
  font-size: 14px;
  padding: 3px 26px;
  margin: 2px 0;
  box-sizing: border-box;
  text-shadow: none;
  background-color: #c6d3dc;
  display: inline-block;
  border-radius: .25rem;
}

/* Publications Listing Page Css */
/* line 310, ../sass/components/_list.scss */
.og_publications ul,
.or_work-with-us ul {
  padding-left: 15px;
}

/* List styling learning-hub */
/* line 317, ../sass/components/_list.scss */
.page-template-learning-hub ul {
  padding-left: 15px;
}

/* line 2, ../sass/components/_scroll.scss */
.at_scrollbar {
  height: 360px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 8, ../sass/components/_scroll.scss */
.force-overflow {
  min-height: 450px;
  padding-right: 30px;
}

/* line 13, ../sass/components/_scroll.scss */
.horizontal_scroll::-webkit-scrollbar-track {
  border: none;
  background-color: #F5F5F5;
}

/* line 18, ../sass/components/_scroll.scss */
.horizontal_scroll::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

/* line 23, ../sass/components/_scroll.scss */
.horizontal_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #CE181E;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}

/* Style for left menu sidebar */
/* line 3, ../sass/components/_sidebar.scss */
.mo_left-sidebar-wraper .at_left-sidebar-menu {
  padding: 30px 20px;
  background: #efefef;
  margin-right: 30px;
}
/* line 8, ../sass/components/_sidebar.scss */
.mo_left-sidebar-wraper .at_left-sidebar-menu h2 {
  font-size: 28px;
  margin: 0;
}
/* line 13, ../sass/components/_sidebar.scss */
.mo_left-sidebar-wraper .at_left-sidebar-menu ul {
  padding: 0;
  list-style: none;
}
/* line 17, ../sass/components/_sidebar.scss */
.mo_left-sidebar-wraper .at_left-sidebar-menu ul li {
  position: relative;
  line-height: 21px;
  text-align: left;
  clear: both;
}
/* line 23, ../sass/components/_sidebar.scss */
.mo_left-sidebar-wraper .at_left-sidebar-menu ul li a {
  display: block;
  padding: 10px 0px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  font-family: AlegreyaSansMedium;
}
/* line 32, ../sass/components/_sidebar.scss */
.mo_left-sidebar-wraper .at_left-sidebar-menu ul li a:hover {
  color: #CE181E;
}
/* line 36, ../sass/components/_sidebar.scss */
.mo_left-sidebar-wraper .at_left-sidebar-menu ul li a span {
  margin-left: 10px;
}
/* line 41, ../sass/components/_sidebar.scss */
.mo_left-sidebar-wraper .at_left-sidebar-menu ul li .dropdown-menu {
  min-width: 100%;
  display: none;
  position: relative;
  z-index: 999;
  left: 0;
  border: none;
  background: #efefef;
  padding-left: 40px;
}
/* line 51, ../sass/components/_sidebar.scss */
.mo_left-sidebar-wraper .at_left-sidebar-menu ul li .dropdown-menu li {
  list-style: disc;
}
/* line 54, ../sass/components/_sidebar.scss */
.mo_left-sidebar-wraper .at_left-sidebar-menu ul li .dropdown-menu li a {
  font-size: 16px;
  font-family: AlegreyaSanMedium;
}

/* Style for sidebar */
/* line 66, ../sass/components/_sidebar.scss */
.at_detail-sidebar-title {
  margin-bottom: 0;
}
/* line 69, ../sass/components/_sidebar.scss */
.at_detail-sidebar-title a {
  font-family: AlegreyaSansBold;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}

/* line 75, ../sass/components/_sidebar.scss */
.sidebar-right .at_h3 {
  border-bottom: 2px solid #141414;
  padding: 0 0 10px 0;
  margin: 0;
  color: #000;
}
/* line 82, ../sass/components/_sidebar.scss */
.sidebar-right .at_detail-item {
  padding: 10px 0;
}
/* line 85, ../sass/components/_sidebar.scss */
.sidebar-right .at_detail-item:nth-child(odd) {
  border-bottom: 1px solid #dbdbdb;
}
/* line 89, ../sass/components/_sidebar.scss */
.sidebar-right .at_detail-item:nth-child(even) {
  border-bottom: 1px solid #dbdbdb;
}
/* line 94, ../sass/components/_sidebar.scss */
.sidebar-right .at_detail-auth-name {
  font-family: AlegreyaSansBold;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 5px;
}
/* line 99, ../sass/components/_sidebar.scss */
.sidebar-right .at_sidebar-items {
  margin-bottom: 30px;
}

/* line 104, ../sass/components/_sidebar.scss */
.sidebar-inside-wrap {
  padding-left: 10px;
}

/* line 2, ../sass/components/_table.scss */
.table thead {
  background: #0c6770;
  color: #fff;
}
/* line 6, ../sass/components/_table.scss */
.table thead th {
  font-family: AlegreyaSansBold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  width: 33%;
}
/* line 13, ../sass/components/_table.scss */
.table tbody {
  font-family: AlegreyaSansMedium;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
/* line 16, ../sass/components/_table.scss */
.table tbody:nth-child(odd) {
  background: #e0dee0;
}
/* line 20, ../sass/components/_table.scss */
.table tbody td {
  text-align: center;
}
/* line 23, ../sass/components/_table.scss */
.table tbody td .comp-logo {
  margin-right: 30px;
}
/* line 26, ../sass/components/_table.scss */
.table tbody td .comp-logo img {
  width: 50px;
  height: 50px;
}
/* line 33, ../sass/components/_table.scss */
.table tbody .job-title {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  height: 50px;
}
/* line 39, ../sass/components/_table.scss */
.table tbody .job-title .title-job {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  /* line 39, ../sass/components/_table.scss */
  .table tbody .job-title .title-job {
    line-height: 1.1;
  }
}
/* line 50, ../sass/components/_table.scss */
.table tbody .job-title a {
  font-family: AlegreyaSansMedium;
}
/* line 55, ../sass/components/_table.scss */
.table tbody .submission-last-date,
.table tbody .location-name {
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

/* line 2, ../sass/pages/_about.scss */
.mo_page-title ul {
  margin-bottom: 30px;
}
/* line 5, ../sass/pages/_about.scss */
.mo_page-title ul li {
  padding-bottom: 30px;
}
/* line 8, ../sass/pages/_about.scss */
.mo_page-title ul li:last-child {
  padding-bottom: 0;
}

/* line 15, ../sass/pages/_about.scss */
.mo_vision-mission {
  background: -webkit-linear-gradient(-24deg, #eba779 48.5%, #de6c27 35%);
  padding: 35px 0;
  color: #f1f1f1;
}
/* line 20, ../sass/pages/_about.scss */
.mo_vision-mission .at_img {
  overflow: hidden;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  /* line 20, ../sass/pages/_about.scss */
  .mo_vision-mission .at_img {
    width: 100%;
  }
}
/* line 28, ../sass/pages/_about.scss */
.mo_vision-mission .at_img img {
  width: 100%;
}
/* line 33, ../sass/pages/_about.scss */
.mo_vision-mission .at_v-m-ltgpd {
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  /* line 33, ../sass/pages/_about.scss */
  .mo_vision-mission .at_v-m-ltgpd {
    padding-left: 0;
  }
}
/* line 40, ../sass/pages/_about.scss */
.mo_vision-mission .at_v-m-ltgpd h2 {
  margin-top: 0;
}

/* line 46, ../sass/pages/_about.scss */
.mo_list-img-lftext {
  margin: 30px 0;
}
/* line 49, ../sass/pages/_about.scss */
.mo_list-img-lftext .at_key-word-list {
  margin-left: 30px;
}
/* line 52, ../sass/pages/_about.scss */
.mo_list-img-lftext .at_key-word-list ul {
  padding-left: 16px;
}
/* line 57, ../sass/pages/_about.scss */
.mo_list-img-lftext .img {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 60, ../sass/pages/_about.scss */
  .mo_list-img-lftext .img img {
    width: 100%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 60, ../sass/pages/_about.scss */
  .mo_list-img-lftext .img img {
    width: 100%;
  }
}

/* line 72, ../sass/pages/_about.scss */
.at_list-image-rgt {
  text-align: right;
  padding-top: 34px;
}

/* line 77, ../sass/pages/_about.scss */
.mo_flow-chart {
  padding: 30px 0;
  background: rgba(235, 167, 121, 0.7);
}
/* line 81, ../sass/pages/_about.scss */
.mo_flow-chart h2 {
  color: #000;
  margin: 0;
}
/* line 86, ../sass/pages/_about.scss */
.mo_flow-chart .at_chart-flow {
  margin-top: 35px;
}
/* line 89, ../sass/pages/_about.scss */
.mo_flow-chart .at_chart-flow .mo_evidence-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 97, ../sass/pages/_about.scss */
.mo_flow-chart .at_chart-flow .mo_evidence-content .at_evidence-content {
  width: 30%;
  margin-left: 57px;
}
@media only screen and (max-width: 767px) {
  /* line 97, ../sass/pages/_about.scss */
  .mo_flow-chart .at_chart-flow .mo_evidence-content .at_evidence-content {
    width: 380px;
    margin-left: 0;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 97, ../sass/pages/_about.scss */
  .mo_flow-chart .at_chart-flow .mo_evidence-content .at_evidence-content {
    margin-left: 36px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1366px) {
  /* line 97, ../sass/pages/_about.scss */
  .mo_flow-chart .at_chart-flow .mo_evidence-content .at_evidence-content {
    margin-left: 49px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1366px) and (max-width: 768px) {
  /* line 97, ../sass/pages/_about.scss */
  .mo_flow-chart .at_chart-flow .mo_evidence-content .at_evidence-content {
    margin-left: 12px;
  }
}

/* line 119, ../sass/pages/_about.scss */
.mo_flow-chart .at_chart-flow .mo_evidence-content .at_evidence-content:first-child {
  margin-left: 0;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1366px) and (max-width: 765px) {
  /* line 119, ../sass/pages/_about.scss */
  .mo_flow-chart .at_chart-flow .mo_evidence-content .at_evidence-content:first-child {
    margin-left: 12px;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 129, ../sass/pages/_about.scss */
  .mo_flow-chart .at_chart-flow .mo_evidence-content .at_evidence-content img {
    width: 100%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1366px) {
  /* line 129, ../sass/pages/_about.scss */
  .mo_flow-chart .at_chart-flow .mo_evidence-content .at_evidence-content img {
    width: 100%;
  }
}
/* line 139, ../sass/pages/_about.scss */
.mo_flow-chart .at_chart-flow .mo_evidence-content .at_evidence-content h3,
.mo_flow-chart .at_chart-flow .mo_evidence-content .at_evidence-content p {
  color: #000;
}

/* line 148, ../sass/pages/_about.scss */
.mo_map-section {
  margin: 30px 0;
}
/* line 151, ../sass/pages/_about.scss */
.mo_map-section .amcharts-chart-div {
  margin-top: 12px;
}
/* line 154, ../sass/pages/_about.scss */
.mo_map-section .amcharts-chart-div a {
  display: none !important;
}
/* line 158, ../sass/pages/_about.scss */
.mo_map-section .amcharts-chart-div path[aria-label] {
  fill-opacity: 1;
}

/* Detail Page Css  */
/* line 2, ../sass/pages/_detail.scss */
.mo-detail {
  /* Events Detail Page Css  */
}
/* line 4, ../sass/pages/_detail.scss */
.mo-detail.mo_blog-detail .fixed-sidebar .sidebar-inside-wrap {
  position: fixed;
  z-index: 999;
  width: 380px;
  top: 0;
  transition: all .9s ease-in-out;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 4, ../sass/pages/_detail.scss */
  .mo-detail.mo_blog-detail .fixed-sidebar .sidebar-inside-wrap {
    width: auto;
    position: unset;
  }
}
/* line 17, ../sass/pages/_detail.scss */
.mo-detail.mo_blog-detail .at_detail-items-left {
  background: #fff;
  padding: 0 30px 0 0;
  z-index: 999;
  transition: 0.25s;
}
@media only screen and (max-width: 767px) {
  /* line 17, ../sass/pages/_detail.scss */
  .mo-detail.mo_blog-detail .at_detail-items-left {
    padding: 0;
  }
}
/* line 27, ../sass/pages/_detail.scss */
.mo-detail.mo_blog-detail .at_detail-items-left .at_detail-title {
  font-size: 30px;
  margin: 29px 0 12px 0;
}
/* line 32, ../sass/pages/_detail.scss */
.mo-detail.mo_blog-detail .at_detail-items-left p {
  font-size: 16px;
  word-break: break-word;
}
/* line 36, ../sass/pages/_detail.scss */
.mo-detail.mo_blog-detail .at_detail-items-left p img {
  max-width: 100%;
  border-radius: 6px;
  object-fit: contain;
  object-position: left;
  width: 100%;
  height: auto;
}
/* line 46, ../sass/pages/_detail.scss */
.mo-detail.mo_blog-detail .at_detail-items-left .at_detail-tag-link {
  margin-bottom: 16px;
}
/* line 50, ../sass/pages/_detail.scss */
.mo-detail.mo_blog-detail .at_detail-items-left img.at_detail-img {
  width: 100%;
  border-radius: 6px;
}
/* line 55, ../sass/pages/_detail.scss */
.mo-detail.mo_blog-detail .at_detail-items-left ul {
  padding-left: 15px;
}
/* line 61, ../sass/pages/_detail.scss */
.mo-detail.mo_blog-detail .sidebar-right .at_detail-auth-name {
  font-size: 14px;
}
/* line 65, ../sass/pages/_detail.scss */
.mo-detail.mo_blog-detail .sidebar-right p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  /* line 70, ../sass/pages/_detail.scss */
  .mo-detail.mo_blog-detail .at_list-rtxt {
    padding: 0 0 0 15px;
  }
}
/* line 79, ../sass/pages/_detail.scss */
.mo-detail.mo_events-detail .at_detail-items-left {
  padding-right: 24px;
}
/* line 82, ../sass/pages/_detail.scss */
.mo-detail.mo_events-detail .at_detail-items-left .at_detail-title {
  font-size: 22px;
  margin-bottom: 20.8px;
  margin-top: 0;
}
/* line 88, ../sass/pages/_detail.scss */
.mo-detail.mo_events-detail .at_detail-items-left p {
  font-size: 14px;
}
/* line 94, ../sass/pages/_detail.scss */
.mo-detail.mo_events-detail .sidebar-right .at_h3 {
  border-bottom: 2px solid #141414;
}
/* line 98, ../sass/pages/_detail.scss */
.mo-detail.mo_events-detail .sidebar-right .at_sidebar-items {
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  /* line 103, ../sass/pages/_detail.scss */
  .mo-detail.mo_events-detail .sidebar-right .at_sidebar-items .at_list-rtxt {
    padding: 0 0 0 0;
  }
}
/* line 109, ../sass/pages/_detail.scss */
.mo-detail.mo_events-detail .sidebar-right .at_sidebar-items .at_event-list {
  float: left;
  border: 1px solid #dbdbdb;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
  line-height: 18px;
  border-radius: 5px;
  background: #353333;
  color: #fff;
}
/* line 122, ../sass/pages/_detail.scss */
.mo-detail.mo_events-detail .sidebar-right .at_sidebar-items .at_detail-item:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  /* line 132, ../sass/pages/_detail.scss */
  .mo-detail.mo_publications-detail .at_left-sidebar {
    margin-bottom: 30px;
  }
}
/* line 137, ../sass/pages/_detail.scss */
.mo-detail.mo_publications-detail .at_left-sidebar h3,
.mo-detail.mo_publications-detail .at_left-sidebar h4 {
  margin-bottom: 16px;
}
/* line 146, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #portfoliolist .portfolio {
  width: 100%;
  margin: 0;
}
/* line 152, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail .at_left-sidebar {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 152, ../sass/pages/_detail.scss */
  .mo-detail.mo_module-detail .at_left-sidebar {
    padding-right: 0;
  }
}
/* line 159, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail .at_left-sidebar #at_gallery-tabs {
  padding: 0;
  list-style: none;
}
/* line 163, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail .at_left-sidebar #at_gallery-tabs li {
  background: #efefef;
  float: left;
  width: 100%;
}
/* line 169, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail .at_left-sidebar #at_gallery-tabs span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}
/* line 177, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail .at_left-sidebar #at_gallery-tabs .active {
  background: #DF6D27;
  color: #fff;
}
/* line 185, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .at_gallery-tab {
  display: none;
}
/* line 188, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .at_gallery-tab .at_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #dbdbdb;
  padding-top: 14px;
}
/* line 195, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .at_gallery-tab .at_list li {
  margin: 0;
  margin-bottom: 14px;
  padding-left: 34px;
  position: relative;
}
/* line 201, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .at_gallery-tab .at_list li:after {
  content: '';
  height: .4em;
  width: .4em;
  background: #CE181E;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 6px;
  left: 18px;
}
/* line 216, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper {
  width: 100%;
  background: #fff;
}
/* line 220, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-container {
  position: relative;
  height: 0;
  width: 70%;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 220, ../sass/pages/_detail.scss */
  .mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-container {
    width: 100%;
    position: unset;
    height: auto;
  }
}
/* line 232, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-container iframe,
.mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-container object,
.mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 360px;
}
@media only screen and (max-width: 767px) {
  /* line 232, ../sass/pages/_detail.scss */
  .mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-container iframe,
  .mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-container object,
  .mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-container embed {
    position: unset;
  }
}
/* line 247, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-list-container {
  width: 30%;
  height: 360px;
  overflow: hidden;
  float: right;
}
@media only screen and (max-width: 767px) {
  /* line 247, ../sass/pages/_detail.scss */
  .mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-list-container {
    width: 100%;
    position: relative;
    bottom: 6px;
  }
}
/* line 259, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-list-container:hover, .mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-list-container:focus {
  overflow-y: auto;
}
/* line 264, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-list-container ol {
  margin: 0;
  padding: 0;
  background: #222;
}
/* line 269, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-list-container ol li {
  list-style: none;
}
/* line 272, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-list-container ol li a {
  text-decoration: none;
  background-color: #222;
  color: #fff;
  height: 68px;
  display: block;
  padding: 8px 8px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 272, ../sass/pages/_detail.scss */
  .mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-list-container ol li a {
    height: auto;
  }
}
/* line 284, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-list-container ol li a:hover {
  background-color: #666666;
}
/* line 290, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-list-container ol .vid-thumb {
  float: left;
  margin-right: 8px;
}
/* line 295, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-list-container ol .active-vid {
  background: #3A3A3A;
}
/* line 299, ../sass/pages/_detail.scss */
.mo-detail.mo_module-detail #at_gallery-iframes .vid-main-wrapper .vid-list-container ol #vid-list .desc {
  color: #CACACA;
  font-size: 13px;
}

/* line 3, ../sass/pages/_dialogue.scss */
.org_dialogue h2 {
  margin-bottom: 12px;
}
/* line 7, ../sass/pages/_dialogue.scss */
.org_dialogue .img-height {
  height: 332px;
}
/* line 11, ../sass/pages/_dialogue.scss */
.org_dialogue .at_list-rtxt {
  padding-left: 28px;
}
@media only screen and (max-width: 767px) {
  /* line 11, ../sass/pages/_dialogue.scss */
  .org_dialogue .at_list-rtxt {
    padding-left: 0;
    margin-top: 15px;
  }
}
/* line 19, ../sass/pages/_dialogue.scss */
.org_dialogue .at_list-rtxt h2 {
  margin-top: 0;
}
/* line 23, ../sass/pages/_dialogue.scss */
.org_dialogue .at_list-rtxt p {
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 23, ../sass/pages/_dialogue.scss */
  .org_dialogue .at_list-rtxt p {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* line 35, ../sass/pages/_dialogue.scss */
.org_dialogue .at_expert-insight .row {
  background: #0b172a !important;
  color: #fff;
  border-radius: 8px;
}
/* line 41, ../sass/pages/_dialogue.scss */
.org_dialogue .at_expert-insight .at-rtxt {
  text-align: center;
}
/* line 45, ../sass/pages/_dialogue.scss */
.org_dialogue .at_expert-insight .border-left {
  border-left: 3px solid #dbdbdb;
}
@media only screen and (max-width: 767px) {
  /* line 45, ../sass/pages/_dialogue.scss */
  .org_dialogue .at_expert-insight .border-left {
    border-left: 0px solid #dbdbdb;
  }
}
/* line 52, ../sass/pages/_dialogue.scss */
.org_dialogue .at_expert-insight .border-left hr {
  width: 60%;
  height: 3px;
  background: #dbdbdb;
  display: inline-block;
  margin: 0;
}
/* line 60, ../sass/pages/_dialogue.scss */
.org_dialogue .at_expert-insight .border-left .at_heading {
  padding: 38px 0;
}
/* line 67, ../sass/pages/_dialogue.scss */
.org_dialogue .at_news img {
  height: 150px;
}
/* line 71, ../sass/pages/_dialogue.scss */
.org_dialogue .at_news .row {
  background: #e0dee0;
  padding: 18px 10px;
  border-radius: 8px;
}
/* line 79, ../sass/pages/_dialogue.scss */
.org_dialogue .mo_list-ltimg-rtxt .at_list-rtxt {
  padding-right: 30px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  /* line 79, ../sass/pages/_dialogue.scss */
  .org_dialogue .mo_list-ltimg-rtxt .at_list-rtxt {
    margin-top: 15px;
    padding-right: 0;
  }
}
/* line 88, ../sass/pages/_dialogue.scss */
.org_dialogue .mo_list-ltimg-rtxt .at_list-rtxt p {
  margin: 6px 0 10px 0;
}
@media only 