/*
    Author: ElonTechnologies.com
    Author URI: https://elontechnologies.com
    Version: 5
*/
/*==================================================
 BASE - Base tyles, Variables, Mixins, etc.
====================================================*/
body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  color: #333;
  font-size: 16px;
  overflow-x: hidden;
}

.no-padding {
  padding: 0;
}

.no-border {
  border: none;
}

.tocenter {
  text-align: center !important;
}

.red {
  color: red !important;
}

.purple {
  color: purple !important;
}

.green {
  color: green !important;
}

.orange {
  color: orange !important;
}

.blue {
  color: blue !important;
}

.primary-bg {
  background-color: #366FC0 !important;
}

.secondary-bg {
  background-color: #062E61 !important;
}

.white {
  color: white !important;
}

.white-bg {
  background-color: white !important;
}

.maxWidth {
  max-width: 1630px;
}

.darken-pseudo-8:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.darken-pseudo-7:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.darken-pseudo-6:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.darken-pseudo-5:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.darken-pseudo-4:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/*==================================================
 MODULES - Individual site components
====================================================*/
/*
	font-family: 'Fira Sans', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto', sans-serif;
*/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: 1px #CCC dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

img {
  border: none;
}

/*-- basic button --*/
.mcm-button-thin {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mcm-button-thin-primary {
  border: 1px solid #366FC0;
  color: #366FC0;
}

.mcm-button-thin-secondary {
  border: 1px solid #02554C;
  color: #02554C;
}

.mcm-button-thin-darkblue {
  border: 1px solid #02554C;
  color: #0D2C58;
}

.mcm-button-thin:hover,
.mcm-button-thin:focus {
  border: 1px solid #fff;
  color: #333;
  background-color: #333;
}

.mcm-button-thin:hover-primary,
.mcm-button-thin:focus-primary {
  color: #366FC0;
  background-color: #366FC0;
}

.mcm-button-thin:hover-secondary,
.mcm-button-thin:focus-secondary {
  color: #02554C;
  background-color: #02554C;
}

.mcm-button-thin:hover-darkblue,
.mcm-button-thin:focus-darkblue {
  color: #0D2C58;
  background-color: #0D2C58;
}

.mcm-button-solid {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mcm-button-solid-primary {
  border: 1px solid #366FC0;
  background-color: #366FC0;
}

.mcm-button-solid-primary:hover, .mcm-button-solid-primary:focus {
  background-color: #ffffff;
  border: 1px solid #366FC0 !important;
  color: #366FC0 !important;
}

.mcm-button-solid-secondary {
  border: 1px solid #02554C;
  background-color: #02554C;
}

.mcm-button-solid-secondary:hover, .mcm-button-solid-secondary:focus {
  background-color: #ffffff;
  border: 1px solid #02554C !important;
  color: #02554C !important;
}

.mcm-button-solid-darkblue {
  border: 1px solid #0D2C58;
  background-color: #0D2C58;
}

.mcm-button-solid-darkblue:hover, .mcm-button-solid-darkblue:focus {
  background-color: #ffffff;
  border: 1px solid #0D2C58 !important;
  color: #0D2C58 !important;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/*==================================================
 HEADER
====================================================*/
#mcm-header {
  background-color: #f8f8f8;
  float: left;
  width: 100%;
  border-bottom: 1px #CCC solid;
}

#mcm-header .mcm-header-area {
  float: left;
  padding: 10px 0;
  width: 100%;
}

#mcm-header .mcm-header-area .mcm-header-top-left {
  float: left;
  width: 100%;
}

#mcm-header .mcm-header-area .mcm-header-top-left .mcm-top-hhs {
  float: left;
  font-size: 14px;
}

#mcm-header .mcm-header-area .mcm-header-top-left .mcm-top-hhs i {
  margin-right: 5px;
}

#mcm-header .mcm-header-area .mcm-header-top-left .mcm-top-phe {
  border-left: 1px solid #ddd;
  font-size: 14px;
  float: left;
  margin-left: 15px;
  padding-left: 15px;
}

#mcm-header .mcm-header-area .mcm-header-top-left .mcm-top-phe i {
  margin-right: 5px;
}

#mcm-header .mcm-header-area .mcm-header-top-right {
  float: left;
  text-align: right;
  width: 100%;
}

#mcm-header .mcm-header-area .mcm-header-top-right .mcm-top-social-nav {
  display: inline-block;
}

#mcm-header .mcm-header-area .mcm-header-top-right .mcm-top-social-nav li {
  display: inline-block;
}

#mcm-header .mcm-header-area .mcm-header-top-right .mcm-top-social-nav li a {
  display: inline-block;
  font-size: 14px;
  padding: 0 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1200px) {
  /* */
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* */
}

@media (max-width: 767.98px) {
  #mcm-header .mcm-header-area .mcm-header-top-left .mcm-top-phe {
    border-left: none;
    font-size: 14px;
    float: left;
    margin-left: 15px;
    padding-left: 5px;
  }
}

@media (max-width: 575.98px) {
  .mcm-header-top-left {
    display: none;
  }
  .mcm-header-top-right {
    text-align: center !important;
  }
}

/*==================================================
 NAVBAR
====================================================*/
.overlay, .sideMenu {
  position: fixed;
  bottom: 0;
}

.overlay {
  top: 0;
  left: -100%;
  right: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.overlay.open {
  left: 0;
  right: 0;
}

.sidebarNavigation {
  margin-bottom: 0;
  z-index: 999;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sidebarNavigation .leftNavbarToggler {
  margin-right: 10px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.sideMenu {
  left: -100%;
  top: 52px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  overflow: hidden;
  width: 100%;
  z-index: 999;
  max-width: 80%;
  margin-bottom: 0;
  padding: 1rem;
}

.sideMenu.open {
  left: 0;
  display: block;
  overflow-y: auto;
}

.sideMenu ul {
  margin: 0;
  padding: 0 15px;
}

.btnimgmenu a.dropdown-item img {
    padding: 5px 0 4px 0 !important;
}
.btnimgmenu {
    height: 465px ;
    border-bottom-left-radius: 3px;
    font-size: 14px;
    line-height:16px !important;
    font-weight: 700;
}

@media (max-width: 1200px) {
  /* */
}

@media (min-width: 784px) and (max-width: 1024px) {
  /* */
}

@media (min-width: 768px) and (max-width: 783px) {
  #servicesDropdown {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* */
}

@media (max-width: 576px) {
  /* */
}

@media only screen and (max-width: 360px) {
  .navbar-brand img {
    height: 45px;
  }
}

#mu-search {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%) scale(0);
          transform: translateY(-100%) scale(0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 99999;
}

#mu-search .mu-search-area {
  float: left;
  width: 100%;
  padding: 10% 0;
  text-align: center;
}

#mu-search .mu-search-area .mu-search-close {
  background-color: transparent;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  outline: none;
  position: absolute;
  right: 100px;
  text-align: center;
  top: 50px;
}

#mu-search .mu-search-area .mu-search-form input[type="search"] {
  border-radius: 10px;
  background: white repeat scroll 0 0;
  border: medium none;
  font-size: 45px;
  font-family: "Montserrat",sans-serif;
  height: 70px;
  outline: medium none;
  text-align: center;
  width: 100%;
}

#mu-search .mu-search-area .mu-search-form .btn {
  background-color: #366FC0;
  color: white;
}

#mu-search .mu-search-area .mu-search-form .btn:hover {
  background-color: white;
  color: #366FC0;
}

#mu-search.mu-search-open {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

#custom-search-input {
  margin: 0;
  margin-top: 22px;
  padding: 0;
}

@media (max-width: 991px) {
  #mu-search .mu-search-area .mu-search-form input[type="search"] {
    font-size: 30px;
  }
  #mu-search .mu-search-area .mu-search-close {
    right: 50px;
  }
  #mu-search .mu-search-area {
    padding: 35% 0;
  }
}

@media (max-width: 783px) {
  #mu-search-icon {
    display: none;
  }
}

/*==================================================
 SECTIONS
====================================================*/
/*-- BANNERS --*/
#mcm-banner-section {
  background-color: black;
}

.mainContainer {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.mainBanner {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-color: black;
}

.mainContent {
  position: absolute;
  top: 100px;
  left: 50px;
  color: white;
  text-shadow: 2px 2px 4px #000000;
}

.mainContainer:hover .mainBanner {
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.mainContainer:hover .mainContent .bannerContent,
.mainContainer:focus .mainContent .bannerContent {
  text-decoration: underline;
}

.shortContainer {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.shortBannerTop {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-color: #333333;
  background-position: right;
}

.shortContent {
  position: absolute;
  top: 130px;
  left: 30px;
  color: white;
  text-shadow: 2px 2px 4px #000000;
}

.shortContainer:hover .shortBannerTop,
.shortContainer:focus .shortBannerTop {
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.shortContainer:hover .shortContent .bannerContent,
.shortContainer:focus .shortContent .bannerContent {
  text-decoration: underline;
}

.shortBannerBottom {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-color: #555555;
  background-position: right;
}

.shortBannerBottom .shortContent {
  position: absolute;
  top: 130px;
  left: 30px;
  color: white;
  text-shadow: 2px 2px 4px #000000;
}

.shortContainer:hover .shortBannerBottom,
.shortContainer:focus .shortBannerBottom {
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.content-lg {
  font-size: 2.5em;
  font-weight: bold;
}

.content-xl {
  font-size: 5em;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

.content-sm {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  margin-top: 7px;
}

.bannerButton {
  margin-top: 10px;
  display: none;
}

.mcm-button-thin {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1200px) {
  .mu-service-single a {
    text-decoration: underline;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .ipad-12 {
    display: block !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .ipad-12 .shortContainer {
    width: 50% !important;
    float: left !important;
  }
  .mainContent {
    text-decoration: underline;
  }
  .shortContent {
    text-decoration: underline;
    top: 110px;
  }
}

@media (max-width: 766.92px) {
  .mainContainer {
    display: block !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .mainBanner {
    background-image: none !important;
  }
  .mainContent {
    text-align: center;
    position: relative;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mainContent .content-xl {
    font-size: 3em;
  }
  .mainContent .content-lg {
    font-size: 2em;
  }
  .mainContent .content-sm {
    font-size: 16px;
  }
  .shortContainer {
    display: block !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .shortBannerTop {
    background-image: none !important;
  }
  .shortContent {
    text-align: center;
    position: relative;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .shortContent .content-lg {
    font-size: 2em;
  }
  .shortContent .content-sm {
    font-size: 16px;
  }
  .shortContent .bannerContentDescription {
    font-size: 16px;
  }
  .shortBannerBottom {
    background-image: none !important;
  }
  .bannerButton {
    display: block !important;
  }
}

@media (max-width: 576px) {
  /* */
}

@media only screen and (max-width: 360px) {
  /* */
}

#mcm-spotlight-section {
  position: fixed;
  right: 0px;
  top: 160px;
  z-index: 12;
}

.mcm-spotlight-tab {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 40px;
  margin: 0;
  padding: 0;
}

.mcm-spotlight-tab img {
  width: 44px;
}

.mcm-spotlight-area {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  width: 250px;
  margin-right: -250px;
  min-height: 300px;
  background: #000;
  color: white;
}

.mcm-spotlight-area .panel_title {
  color: #B8852B;
  font-size: 0.9em;
}

.mcm-spotlight-area .panel-item h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}

.mcm-spotlight-area .panel-item h2 a {
  color: white;
}

.mcm-spotlight-area .panel-item h2 a:hover {
  color: white;
}

.mcm-spotlight-area .panel_indicators.carousel-indicators {
  position: relative;
  margin-bottom: 0 !important;
}

.mcm-spotlight-area .panel_indicators li {
  display: inline-block;
  list-style-type: none;
  width: 10px;
  height: 10px;
  background-color: #000;
  border: 1px #FFF solid;
  border-radius: 100%;
}

.mcm-spotlight-area .panel_indicators .active {
  background-color: #FFF;
  border: 1px #FFF solid;
}

#mcm-counters-section {
  background-color: #FFFFFF;
  background-position: center center;
  background-size: cover;
  min-height: 250px;
}

#mcm-counters-section .mcm-counters-content {
  margin-top: 45px;
}

#mcm-counters-section .mcm-counters-content p {
  font-size: 1.9em;
  color: #0D2C58;
  border-right: 1px #CCC solid;
}

#mcm-counters-section .mcm-counters-counter {
  margin-top: 16px;
  text-align: center;
}

#mcm-counters-section .mcm-counters-counter .carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition: opacity ease-in-out 2s;
  transition: opacity ease-in-out 2s;
}

#mcm-counters-section .mcm-counters-counter .carousel-fade .carousel-item-text {
  margin: 0 auto;
  width: 80%;
  font-size: 1.2em;
}

#mcm-counters-section .mcm-counters-counter .mcm-counters-item:nth-child(3) > p:nth-child(2),
#mcm-counters-section .mcm-counters-counter .mcm-counters-item:nth-child(5) > p:nth-child(2) {
  width: 100%;
}

#mcm-counters-section .mcm-counters-counter .carousel-fade .carousel-item.active,
#mcm-counters-section .mcm-counters-counter .carousel-fade .carousel-item-next.carousel-item-left,
#mcm-counters-section .mcm-counters-counter .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

#mcm-counters-section .mcm-counters-counter .carousel-fade .active.carousel-item-left,
#mcm-counters-section .mcm-counters-counter .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

#mcm-counters-section .mcm-counters-counter .carousel-fade .carousel-item-next,
#mcm-counters-section .mcm-counters-counter .carousel-fade .carousel-item-prev,
#mcm-counters-section .mcm-counters-counter .carousel-fade .carousel-item.active,
#mcm-counters-section .mcm-counters-counter .carousel-fade .active.carousel-item-left,
#mcm-counters-section .mcm-counters-counter .carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#mcm-counters-section .mcm-counters-counter .mcm-counters-item {
  width: 80%;
  left: 17%;
  padding: 7px;
}

#mcm-counters-section .mcm-counters-counter .mcm-counters-item img {
  height: 138px;
  margin-bottom: 15px;
}

#mcm-counters-section .mcm-counters-counter .mcm-counters-item p {
  font-size: 1.5em;
}

@media (max-width: 1200px) {
  /* */
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* */
}

@media (max-width: 767.98px) {
  #mcm-counters-section .mcm-counters {
    background-image: none !important;
  }
  #mcm-counters-section .mcm-counters-content {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 60px;
  }
  #mcm-counters-section .mcm-counters-content p {
    padding: 10px;
    text-align: center;
    font-size: 2.0em;
    color: #0D2C58;
    border-right: transparent !important;
  }
  #mcm-counters-section .mcm-counters-counter {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #mcm-counters-section .mcm-counters-counter .mcm-counters-item {
    width: 100%;
    left: 0;
    padding: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 567px) {
  /* */
}

@media only screen and (max-width: 360px) {
  /* */
}

#mcm-video-section {
  background-color: #F0F0F0;
  min-height: 500px;
  overflow-y: hidden;
  overflow-x: hidden;
}

#mcm-video-section .mcm-video-content {
  color: #0D2C58;
  line-height: 0.8;
}

#mcm-video-section .mcm-video-content-item {
  width: 500px;
  padding: 130px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#mcm-video-section .mcm-video-content .text-style-1 {
  font-size: 5em;
}

#mcm-video-section .mcm-video-content .text-style-2 {
  font-size: 1.7em;
}

#mcm-video-section .mcm-video-content p:nth-child(2) > span:nth-child(1) {
  font-size: 12em;
}

#mcm-video-section .mcm-video-content p:nth-child(2) > span:nth-child(2) {
  font-size: 5em;
}

#mcm-video-section .mcm-video-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1200px) {
  /* */
}

@media (min-width: 768px) and (max-width: 1024px) {
  #mcm-video-section {
    min-height: 450px;
  }
  #mcm-video-section .mcm-video-content {
    display: none !important;
  }
  #mcm-video-section .mcm-video-player {
    display: block !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center;
  }
  #mcm-video-section .mcm-video-player iframe {
    width: 90%;
    height: 200%;
    border: 0;
    margin: 15px 0;
  }
}

@media (max-width: 767.98px) {
  #mcm-video-section {
    min-height: 550px;
  }
  #mcm-video-section .mcm-video-content {
    width: 100% !important;
  }
  #mcm-video-section .mcm-video-content .mcm-video-content-item {
    width: 100% !important;
    padding: 60px 0 !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #mcm-video-section .mcm-video-content .mcm-video-content-item .text-style-1 {
    font-size: 2em !important;
  }
  #mcm-video-section .mcm-video-content .mcm-video-content-item .text-style-2 {
    font-size: 1em !important;
  }
  #mcm-video-section .mcm-video-content .mcm-video-content-item p:nth-child(2) > span:nth-child(1) {
    font-size: 6em !important;
  }
  #mcm-video-section .mcm-video-content .mcm-video-content-item p:nth-child(2) > span:nth-child(2) {
    font-size: 2em !important;
  }
  #mcm-video-section .mcm-video-player {
    text-align: center;
  }
  #mcm-video-section .mcm-video-player iframe {
    width: 90%;
    height: 150%;
    border: 0;
  }
}

@media (max-width: 567px) {
  /* */
}

@media only screen and (max-width: 360px) {
  #mcm-video-section .mcm-video-content {
    width: 100% !important;
  }
  #mcm-video-section .mcm-video-content .mcm-video-content-item {
    width: 100% !important;
    padding: 30px 0 !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #mcm-video-section .mcm-video-content .mcm-video-content-item .text-style-1 {
    font-size: 2em !important;
  }
  #mcm-video-section .mcm-video-content .mcm-video-content-item .text-style-2 {
    font-size: 1em !important;
  }
  #mcm-video-section .mcm-video-content .mcm-video-content-item p:nth-child(2) > span:nth-child(1) {
    font-size: 6em !important;
  }
  #mcm-video-section .mcm-video-content .mcm-video-content-item p:nth-child(2) > span:nth-child(2) {
    font-size: 2em !important;
  }
  #mcm-video-section .mcm-video-player {
    text-align: center;
  }
  #mcm-video-section .mcm-video-player iframe {
    width: 90%;
    height: 150%;
    border: 0;
  }
}

#mcm-partners {
  background-color: #FFFFFF;
  background-attachment: fixed;
  background-image: url("../img/twitter2_bg.png");
  background-position: center;
  background-size: cover;
  min-height: 600px;
}

#mcm-partners .carousel-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#mcm-partners h4 {
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  color: #0D2C58;
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 700;
}

#mcm-partners h4 a {
  font-size: 70px !important;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
  padding: 0 !important;
  color: #0D2C58;
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 700;
}

#mcm-partners h2 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  color: #0D2C58;
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 500;
}

#mcm-partners p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
  width: 600px;
}

#mcm-partners .carousel-item a {
  font-size: 14px;
  padding: 13px 32px;
  display: inline-block;
}

#mcm-partners .carousel-item a:hover {
  text-decoration: none;
}

#mcm-partners .carousel-item h4 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

#mcm-partners .carousel-item h2 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

#mcm-partners .carousel-item p {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

#mcm-partners .carousel-item a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#mcm-partners .carousel-item .mask img {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  display: block;
  height: auto;
  max-width: 400px;
}

#mcm-partners h4, h2, #mcm-partners p, #mcm-partners a, #mcm-partners .carousel-item .mask img {
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#mcm-partners .container {
  max-width: 1630px;
  padding-top: 70px;
}

#mcm-partners .carousel-item {
  height: 100%;
  min-height: 550px;
}

.carousel-control-next, .carousel-control-prev {
  height: 40px;
  width: 40px;
  padding: 12px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FFFFFF;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  -webkit-transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

#mcm-partners .carousel-indicators {
  margin-right: 21%;
  left: inherit;
  bottom: 20px;
}

#mcm-partners .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #0D2C58 !important;
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
  opacity: 0;
}

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.partner-title:hover,
.partner-title:focus {
  text-decoration: underline !important;
  color: #0D2C58 !important;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@media (max-width: 1200px) {
  /* */
}

@media (min-width: 768px) and (max-width: 1024px) {
  #mcm-partners {
    background-color: #FFFFFF;
    min-height: 550px;
  }
  #mcm-partners h4 {
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
    color: #0D2C58;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  #mcm-partners h4 a {
    font-size: 60px !important;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;
    padding: 0 !important;
    color: #0D2C58;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  #mcm-partners h2 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
    color: #0D2C58;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 500;
  }
  #mcm-partners p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
    width: 100%;
  }
  #mcm-partners .carousel-item {
    min-height: 470px;
  }
  #mcm-partners .carousel-item a {
    padding: 0;
  }
  #mcm-partners .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  #mcm-partners .carousel-item .mask img {
    width: 80%;
  }
}

@media (max-width: 767.98px) {
  #mcm-partners {
    background-color: #FFFFFF;
    background-image: none;
    min-height: 300px;
  }
  #mcm-partners h4 {
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
    color: #0D2C58;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  #mcm-partners h4 a {
    font-size: 60px !important;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;
    padding: 0 !important;
    color: #0D2C58;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  #mcm-partners h2 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
    color: #0D2C58;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 500;
  }
  #mcm-partners p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
    width: 100%;
  }
  #mcm-partners .carousel-item {
    min-height: 470px;
  }
  #mcm-partners .carousel-item a {
    padding: 0;
  }
  #mcm-partners .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  #mcm-partners .carousel-item .mask img {
    display: none;
  }
}

@media (max-width: 567px) {
  #mcm-partners {
    background-color: #FFFFFF;
    background-image: none;
    min-height: 300px;
  }
  #mcm-partners h4 {
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
    color: #0D2C58;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  #mcm-partners h4 a {
    font-size: 60px !important;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;
    padding: 0 !important;
    color: #0D2C58;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  #mcm-partners h2 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
    color: #0D2C58;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 500;
  }
  #mcm-partners p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
    width: 100%;
  }
  #mcm-partners .carousel-item {
    min-height: 470px;
  }
  #mcm-partners .carousel-item a {
    padding: 0;
  }
  #mcm-partners .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  #mcm-partners .carousel-item .mask img {
    display: none;
  }
}

@media only screen and (max-width: 360px) {
  #mcm-partners {
    background-color: #FFFFFF;
    background-image: none;
    min-height: 300px;
  }
  #mcm-partners h4 {
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
    color: #0D2C58;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  #mcm-partners h4 a {
    font-size: 60px !important;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;
    padding: 0 !important;
    color: #0D2C58;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  #mcm-partners h2 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
    color: #0D2C58;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 500;
  }
  #mcm-partners p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
    width: 100%;
  }
  #mcm-partners .carousel-item {
    min-height: 470px;
  }
  #mcm-partners .carousel-item a {
    padding: 0;
  }
  #mcm-partners .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  #mcm-partners .carousel-item .mask img {
    display: none;
  }
}

/*==================
 NEWSROOM SECTION
====================*/
#mcm-from-newsroom {
  width: 100%;
  min-height: 600px;
  background-color: #FFF;
}

#mcm-from-newsroom .mcm-from-newsroom-area {
  float: left;
  width: 100%;
  padding-top: 60px;
}

#mcm-from-newsroom .mcm-from-newsroom-area .mcm-from-newsroom-content {
  float: left;
  margin-top: 50px;
  width: 100%;
}

#mcm-from-newsroom .mcm-from-newsroom-area .mcm-title h2 {
  font-size: 2.5em;
  color: #000000;
}

#mcm-from-newsroom .mcm-from-newsroom-area .mcm-title a {
  color: #000000;
}

.mcm-newsroom-single-item {
  float: left;
  width: 100%;
  min-height: 400px;
  position: relative;
}

.mcm-newsroom-single-item .mcm-newsroom-single-img {
  float: left;
  width: 100%;
}

.mcm-newsroom-single-item .mcm-newsroom-single-img a {
  display: block;
}

.mcm-newsroom-single-item .mcm-newsroom-single-img a img {
  width: 100%;
}

.mcm-newsroom-single-item .mcm-newsroom-single-img .mcm-newsroom-caption {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  color: #F1F1F1;
  padding: 15px 10px 5px 10px;
}

.mcm-newsroom-single-item .mcm-newsroom-single-img .mcm-newsroom-caption h3 a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mcm-newsroom-single-item .mcm-newsroom-meta {
  float: left;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 5px;
  border-radius: 5px;
  width: 105px;
  text-align: center;
  background-color: white;
}

.mcm-newsroom-single-item .mcm-newsroom-meta a {
  float: left;
  letter-spacing: 0.5px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mcm-newsroom-single-item .mcm-newsroom-meta span {
  float: left;
}

.mcm-newsroom-single-item .mcm-newsroom-meta span i {
  margin-right: 7px;
}

.mcm-newsroom-single-item .mcm-newsroom-description {
  float: left;
  width: 100%;
}

.mcm-newsroom-single-item .mcm-newsroom-description p {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1.7;
}

.mcm-newsroom-single-item .mcm-newsroom-description a {
  border-color: #366FC0;
  color: #366FC0;
  font-size: 14px;
  margin-top: 15px;
  position: absolute;
  bottom: 10px;
  bottom: 5px;
}

.mcm-newsroom-single-item .mcm-newsroom-description a:hover, .mcm-newsroom-single-item .mcm-newsroom-description a:focus {
  color: #fff;
}

@media (max-width: 1200px) {
  /* */
}

@media (min-width: 768px) and (max-width: 1024px) {
  #mcm-from-newsroom {
    width: 100%;
    min-height: 600px;
    background-color: #FFF;
  }
  #mcm-from-newsroom .col-md-4,
  #mcm-from-newsroom .col-sm-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #mcm-from-newsroom .mcm-from-newsroom-area {
    width: 100%;
    padding-top: 30px;
  }
  #mcm-from-newsroom .mcm-from-newsroom-area .mcm-from-newsroom-content {
    margin-top: 30px;
  }
  #mcm-from-newsroom .mcm-from-newsroom-area .mcm-title h2 {
    font-size: 2.5em !important;
  }
  .mcm-newsroom-single-item {
    min-height: auto;
  }
  .mcm-newsroom-single-item .mcm-newsroom-single-img {
    float: left;
    width: 100%;
  }
  .mcm-newsroom-single-item .mcm-newsroom-single-img a {
    display: block;
  }
  .mcm-newsroom-single-item .mcm-newsroom-single-img a img {
    width: 100%;
  }
  .mcm-newsroom-single-item .mcm-newsroom-single-img .mcm-newsroom-caption {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    color: #F1F1F1;
    padding: 30px 10px 30px 10px;
  }
  .mcm-newsroom-single-item .mcm-newsroom-single-img .mcm-newsroom-caption h3 a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mcm-newsroom-single-item .mcm-newsroom-single-img .mcm-newsroom-caption p {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 767.98px) {
  #mcm-from-newsroom {
    width: 100%;
    min-height: 600px;
    background-color: #FFF;
  }
  #mcm-from-newsroom .col-md-4,
  #mcm-from-newsroom .col-sm-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #mcm-from-newsroom .mcm-from-newsroom-area {
    width: 100%;
    padding-top: 30px;
  }
  #mcm-from-newsroom .mcm-from-newsroom-area .mcm-from-newsroom-content {
    margin-top: 30px;
  }
  #mcm-from-newsroom .mcm-from-newsroom-area .mcm-title h2 {
    font-size: 1.7em !important;
  }
  .mcm-newsroom-single-item {
    min-height: auto;
  }
}

@media (max-width: 567px) {
  #mcm-from-newsroom {
    width: 100%;
    min-height: 600px;
    background-color: #FFF;
  }
  #mcm-from-newsroom .mcm-from-newsroom-area {
    float: left;
    width: 100%;
    padding-top: 30px;
  }
  #mcm-from-newsroom .mcm-from-newsroom-area .mcm-from-newsroom-content {
    margin-top: 30px;
  }
  #mcm-from-newsroom .mcm-from-newsroom-area .mcm-title h2 {
    font-size: 1.7em !important;
  }
  .mcm-newsroom-single-item {
    min-height: auto;
  }
}

@media only screen and (max-width: 360px) {
  #mcm-from-newsroom {
    width: 100%;
    min-height: 600px;
    background-color: #FFF;
  }
  #mcm-from-newsroom .mcm-from-newsroom-area {
    float: left;
    width: 100%;
    padding-top: 30px;
  }
  #mcm-from-newsroom .mcm-from-newsroom-area .mcm-from-newsroom-content {
    margin-top: 30px;
  }
  #mcm-from-newsroom .mcm-from-newsroom-area .mcm-title h2 {
    font-size: 1.7em !important;
  }
  .mcm-newsroom-single-item {
    min-height: auto;
  }
}

#mcm-twitter-section {
  position: relative;
  z-index: 1;
  background-color: #0D2C58;
  background-size: cover;
  min-height: 600px;
  background: url(../img/twitter_bg3.png) center center no-repeat;
}

#mcm-twitter-section .mcm-twitter-area {
  width: 100%;
  padding-top: 60px;
}

#mcm-twitter-section .mcm-twitter-image {
  margin-top: 45px;
  text-align: center;
}

#mcm-twitter-section .mcm-twitter-image img {
  border-radius: 10px;
  border: 2px #fff solid;
  max-width: 680px;
}

#mcm-twitter-section .mcm-twitter-content {
  color: #000;
  text-align: center;
}

#mcm-twitter-section .mcm-twitter-content-item {
  padding: 115px 25px  100px 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#mcm-twitter-section .mcm-twitter-content-item p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.mcm-twitter-content-item p {
  color: #fff;
}

.mcm-twitter-content-item p a {
  color: #1b95e0;
  text-decoration: underline;
}

.u-hiddenVisually {
  display: none;
}

@media (max-width: 1200px) {
  /* */
}

@media (min-width: 768px) and (max-width: 1024px) {
  #mcm-twitter-section {
    min-height: 450px;
  }
  #mcm-twitter-section .mcm-twitter-area {
    padding-top: 40px;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-twitter-content-item {
    padding: 15px;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-twitter-content-item p {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-twitter-image {
    margin-top: 20px !important;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-twitter-image img {
    margin: 0 auto;
    max-width: 320px !important;
  }
}

@media (max-width: 767.98px) {
  #mcm-twitter-section {
    min-height: 600px;
    background-color: #0D2C58;
    background-image: none;
  }
  #mcm-twitter-section .mcm-twitter-area {
    padding-top: 20px;
  }
  #mcm-twitter-section .mcm-twitter-area .slider-controls {
    text-align: center;
  }
  #mcm-twitter-section .mcm-twitter-area .slider-controls #mcm-twitter-previous {
    margin: 0 215px 15px 0;
  }
  #mcm-twitter-section .mcm-twitter-area .slider-controls #mcm-twitter-next {
    margin: 0 0 15px 215px;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-title {
    text-align: center !important;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-twitter-content-item {
    padding: 25px;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-twitter-content-item p {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-twitter-image {
    margin-top: 20px !important;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-twitter-image img {
    margin: 0 auto;
    max-width: 470px !important;
  }
}

@media (max-width: 567px) {
  #mcm-twitter-section {
    background-color: #0D2C58;
    background-image: none;
  }
  #mcm-twitter-section .mcm-twitter-area .slider-controls {
    text-align: center;
  }
  #mcm-twitter-section .mcm-twitter-area .slider-controls #mcm-twitter-previous {
    margin: 0 90px 10px 0;
  }
  #mcm-twitter-section .mcm-twitter-area .slider-controls #mcm-twitter-next {
    margin: 0 0 10px 90px;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-title {
    text-align: center !important;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-twitter-content-item {
    padding: 15px;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-twitter-content-item p {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-twitter-image {
    margin-top: 20px !important;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-twitter-image img {
    margin: 0 auto;
    max-width: 320px !important;
  }
}

@media only screen and (max-width: 360px) {
  #mcm-twitter-section {
    background-color: #0D2C58;
    background-image: none;
  }
  #mcm-twitter-section .mcm-twitter-area .slider-controls {
    text-align: center;
  }
  #mcm-twitter-section .mcm-twitter-area .slider-controls #mcm-twitter-previous {
    margin: 0 50px 10px 0;
  }
  #mcm-twitter-section .mcm-twitter-area .slider-controls #mcm-twitter-next {
    margin: 0 0 10px 50px;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-title {
    text-align: center !important;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-title h2 {
    font-size: 1.5em !important;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-twitter-content-item p {
    margin-bottom: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
  }
  #mcm-twitter-section .mcm-twitter-area .mcm-twitter-image img {
    max-width: 320px;
  }
}

#mcm-publications {
  position: relative;
  background-attachment: fixed;
  background-image: url("../img/publications2_bg.jpg");
  background-position: center center;
  background-size: cover;
  min-height: 600px;
  padding: 40px 0;
  width: 100%;
}

#mcm-publications .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#mcm-publications .mcm-publications-area {
  width: 100%;
  margin-top: 30px;
}

#mcm-publications .mcm-publications-area .mcm-title h2 {
  font-size: 2.5em;
  color: #fff;
}

#mcm-publications .mcm-publications-area .mcm-title a {
  color: #fff;
}

#mcm-publications .mcm-publications-area .mcm-title p {
  color: #fff;
}

#mcm-publications .mcm-publications-area .mcm-title .mcm-read-more-btn {
  margin-top: 4em;
}

#mcm-publications .mcm-publications-area .mcm-publications-content {
  float: left;
  margin-top: 50px;
  width: 100%;
}

#mcm-publications .mcm-publications-area .mcm-publications-content .slick-slide {
  outline: none;
}

#mcm-publications .mcm-publications-area .mcm-publications-content .slick-dots li {
  background-color: #fff;
  border-radius: 4px;
  height: 8px;
  width: 20px;
}

#mcm-publications .mcm-publications-area .mcm-publications-content .slick-dots li button {
  display: none;
}

#mcm-publications-previous {
  color: #fff;
  font-size: 2.5em;
  cursor: pointer;
}

#mcm-publications-next {
  color: #fff;
  font-size: 2.5em;
  cursor: pointer;
}

.mcm-publication-single {
  background-color: #fff;
  float: left;
  width: 100%;
}

.mcm-publication-single .mcm-publication-img {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}

.mcm-publication-single .mcm-publication-img a {
  display: block;
}

.mcm-publication-single .mcm-publication-img a img {
  width: 100%;
}

.mcm-publication-single .mcm-publication-img-title {
  position: absolute;
  width: 90%;
  font-size: 28px;
  color: white;
  top: 150px;
  left: 15px;
  text-align: center;
  font-weight: 700;
}

.mcm-publication-single .mcm-publication-img .mcm-publication-imgcaption {
  background-color: #f8f8f8;
  float: left;
  padding: 10px 15px;
  width: 100%;
}

.mcm-publication-single .mcm-publication-img .mcm-publication-imgcaption a {
  float: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mcm-publication-single .mcm-publication-img .mcm-publication-imgcaption span {
  float: right;
}

.mcm-publication-single .mcm-publication-img .mcm-publication-imgcaption span i {
  margin-right: 5px;
}

.mcm-publication-single .mcm-publication-single-content {
  float: left;
  width: 100%;
  padding: 15px;
}

.mcm-publication-single .mcm-publication-single-content h4 {
  color: #333;
  line-height: 1.5;
}

.mcm-publication-single .mcm-publication-single-content h4 a {
  font-weight: bold;
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mcm-publication-single .mcm-publication-single-content p {
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1.7;
}

.mcm-publication-single .mcm-publication-single-content .mcm-publication-single-contbottom {
  border-top: 1px solid #ccc;
  float: left;
  margin-top: 15px;
  padding-top: 15px;
  width: 100%;
}

.mcm-publication-single .mcm-publication-single-content .mcm-publication-single-contbottom .mcm-publication-details {
  float: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mcm-publication-single .mcm-publication-single-content .mcm-publication-single-contbottom .mcm-publication-details:hover, .mcm-publication-single .mcm-publication-single-content .mcm-publication-single-contbottom .mcm-publication-details:focus {
  color: #333;
}

.mcm-publication-single .mcm-publication-single-content .mcm-publication-single-contbottom .mcm-publication-price {
  float: right;
}

@media (max-width: 1200px) {
  /* */
}

@media (min-width: 768px) and (max-width: 1024px) {
  #mcm-publications {
    position: relative;
    background-color: #0D2C58;
    min-height: 400px;
    padding: 20px 0;
    width: 100%;
  }
  #mcm-publications .slick-dots {
    display: none !important;
  }
  #mcm-publications .mcm-publications-area {
    width: 100%;
    margin-top: 15px;
  }
  #mcm-publications .mcm-publications-area .mcm-title h2 {
    font-size: 2.5em;
    color: #fff;
  }
  #mcm-publications .mcm-publications-area .mcm-title a {
    color: #fff;
  }
  #mcm-publications .mcm-publications-area .mcm-title p {
    color: #fff;
  }
  #mcm-publications .mcm-publications-area .mcm-title .mcm-read-more-btn {
    margin-top: 4em;
  }
  #mcm-publications-previous {
    color: #fff;
    font-size: 2.5em;
    cursor: pointer;
  }
  #mcm-publications-next {
    color: #fff;
    font-size: 2.5em;
    cursor: pointer;
  }
  .mcm-publication-single {
    background-color: #fff;
    float: left;
    width: 100%;
  }
  .mcm-publication-single .mcm-publication-img {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
  }
  .mcm-publication-single .mcm-publication-img a {
    display: block;
  }
  .mcm-publication-single .mcm-publication-img a img {
    width: 100%;
  }
  .mcm-publication-single .mcm-publication-img-title {
    position: absolute;
    width: 90%;
    font-size: 1em;
    color: white;
    top: 33%;
    left: 15px;
    text-align: center;
    font-weight: 700;
  }
  .mcm-publication-single .mcm-publication-img .mcm-publication-imgcaption {
    background-color: #f8f8f8;
    float: left;
    padding: 10px 15px;
    width: 100%;
    font-size: 0.8em;
  }
  .mcm-publication-single .mcm-publication-img .mcm-publication-imgcaption a {
    float: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mcm-publication-single .mcm-publication-img .mcm-publication-imgcaption span {
    float: right;
  }
  .mcm-publication-single .mcm-publication-img .mcm-publication-imgcaption span i {
    margin-right: 5px;
  }
}

@media (max-width: 767.98px) {
  #mcm-publications {
    position: relative;
    background-image: none;
    background-color: #0D2C58;
    min-height: 500px;
    padding: 20px 0;
    width: 100%;
  }
  #mcm-publications .slick-dots {
    display: none !important;
  }
  #mcm-publications .mcm-publications-area {
    width: 100%;
    margin-top: 15px;
  }
  #mcm-publications .mcm-publications-area .slider-controls {
    text-align: center !important;
  }
  #mcm-publications .mcm-publications-area .slider-controls #mcm-publications-previous {
    margin: 0 215px 15px 0;
  }
  #mcm-publications .mcm-publications-area .slider-controls #mcm-publications-next {
    margin: 0 0 15px 215px;
  }
  #mcm-publications .mcm-publications-area .mcm-title {
    text-align: center !important;
  }
  #mcm-publications .mcm-publications-area .mcm-title h2 {
    font-size: 2.5em;
    color: #fff;
  }
  #mcm-publications .mcm-publications-area .mcm-title a {
    color: #fff;
  }
  #mcm-publications .mcm-publications-area .mcm-title p {
    color: #fff;
  }
  #mcm-publications .mcm-publications-area .mcm-title .mcm-read-more-btn {
    margin-top: 4em;
  }
  #mcm-publications-previous {
    color: #fff;
    font-size: 2.5em;
    cursor: pointer;
  }
  #mcm-publications-next {
    color: #fff;
    font-size: 2.5em;
    cursor: pointer;
  }
  .mcm-publication-single {
    background-color: #fff;
    float: left;
    width: 100%;
  }
  .mcm-publication-single .mcm-publication-img {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
  }
  .mcm-publication-single .mcm-publication-img a {
    display: block;
  }
  .mcm-publication-single .mcm-publication-img a img {
    width: 100%;
  }
  .mcm-publication-single .mcm-publication-img-title {
    position: absolute;
    width: 90%;
    font-size: 1em;
    color: white;
    top: 33%;
    left: 15px;
    text-align: center;
    font-weight: 700;
  }
  .mcm-publication-single .mcm-publication-img .mcm-publication-imgcaption {
    background-color: #f8f8f8;
    float: left;
    padding: 10px 15px;
    width: 100%;
    font-size: 0.8em;
  }
  .mcm-publication-single .mcm-publication-img .mcm-publication-imgcaption a {
    float: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mcm-publication-single .mcm-publication-img .mcm-publication-imgcaption span {
    float: right;
  }
  .mcm-publication-single .mcm-publication-img .mcm-publication-imgcaption span i {
    margin-right: 5px;
  }
}

@media (max-width: 567px) {
  #mcm-publications {
    position: relative;
    background-image: none;
    background-color: #0D2C58;
    min-height: 500px;
    padding: 20px 0;
    width: 100%;
  }
  #mcm-publications .mcm-publications-area {
    width: 100%;
    margin-top: 15px;
  }
  #mcm-publications .mcm-publications-area .slider-controls {
    text-align: center !important;
  }
  #mcm-publications .mcm-publications-area .slider-controls #mcm-publications-previous {
    margin: 0 50px 10px 0;
  }
  #mcm-publications .mcm-publications-area .slider-controls #mcm-publications-next {
    margin: 0 0 10px 50px;
  }
  #mcm-publications .mcm-publications-area .mcm-title {
    text-align: center !important;
  }
  #mcm-publications .mcm-publications-area .mcm-title h2 {
    font-size: 1.5em;
    color: #fff;
  }
  #mcm-publications .mcm-publications-area .mcm-title a {
    color: #fff;
  }
  #mcm-publications .mcm-publications-area .mcm-title p {
    color: #fff;
  }
  #mcm-publications .mcm-publications-area .mcm-title .mcm-read-more-btn {
    margin-top: 4em;
  }
  #mcm-publications-previous {
    color: #fff;
    font-size: 2.5em;
    cursor: pointer;
  }
  #mcm-publications-next {
    color: #fff;
    font-size: 2.5em;
    cursor: pointer;
  }
  .mcm-publication-single {
    background-color: #fff;
    float: left;
    width: 100%;
  }
  .mcm-publication-single .mcm-publication-img {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
  }
  .mcm-publication-single .mcm-publication-img a {
    display: block;
  }
  .mcm-publication-single .mcm-publication-img a img {
    width: 100%;
  }
  .mcm-publication-single .mcm-publication-img-title {
    position: absolute;
    width: 90%;
    font-size: 28px;
    color: white;
    top: 80px;
    left: 15px;
    text-align: center;
    font-weight: 700;
  }
}

@media only screen and (max-width: 360px) {
  #mcm-publications {
    position: relative;
    background-image: none;
    background-color: #0D2C58;
    min-height: 500px;
    padding: 20px 0;
    width: 100%;
  }
  #mcm-publications .mcm-publications-area {
    width: 100%;
    margin-top: 15px;
  }
  #mcm-publications .mcm-publications-area .slider-controls {
    text-align: center !important;
  }
  #mcm-publications .mcm-publications-area .slider-controls #mcm-publications-previous {
    margin: 0 50px 10px 0;
  }
  #mcm-publications .mcm-publications-area .slider-controls #mcm-publications-next {
    margin: 0 0 10px 50px;
  }
  #mcm-publications .mcm-publications-area .mcm-title {
    text-align: center !important;
  }
  #mcm-publications .mcm-publications-area .mcm-title h2 {
    font-size: 1.5em;
    color: #fff;
  }
  #mcm-publications .mcm-publications-area .mcm-title a {
    color: #fff;
  }
  #mcm-publications .mcm-publications-area .mcm-title p {
    color: #fff;
  }
  #mcm-publications .mcm-publications-area .mcm-title .mcm-read-more-btn {
    margin-top: 4em;
  }
  #mcm-publications-previous {
    color: #fff;
    font-size: 2.5em;
    cursor: pointer;
  }
  #mcm-publications-next {
    color: #fff;
    font-size: 2.5em;
    cursor: pointer;
  }
  .mcm-publication-single {
    background-color: #fff;
    float: left;
    width: 100%;
  }
  .mcm-publication-single .mcm-publication-img {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
  }
  .mcm-publication-single .mcm-publication-img a {
    display: block;
  }
  .mcm-publication-single .mcm-publication-img a img {
    width: 100%;
  }
  .mcm-publication-single .mcm-publication-img-title {
    position: absolute;
    width: 90%;
    font-size: 28px;
    color: white;
    top: 80px;
    left: 15px;
    text-align: center;
    font-weight: 700;
  }
}

/*==================================================
 FOOTER
====================================================*/
#mcm-footer {
  display: inline;
  float: left;
  width: 100%;
}

#mcm-footer .mcm-footer-top {
  background-color: #062E61;
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}

#mcm-footer .mcm-footer-top .mcm-footer-top-area {
  display: inline;
  float: left;
  width: 100%;
}

#mcm-footer .mcm-footer-top .mcm-footer-top-area .mcm-footer-widget {
  display: inline;
  float: left;
  width: 100%;
}

#mcm-footer .mcm-footer-top .mcm-footer-top-area .mcm-footer-widget h4 {
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#mcm-footer .mcm-footer-top .mcm-footer-top-area .mcm-footer-widget ul li a {
  color: #f9f9f9;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0 5px 15px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mcm-footer .mcm-footer-top .mcm-footer-top-area .mcm-footer-widget ul li a:before {
  content: "\f101";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 5px;
}

#mcm-footer .mcm-footer-top .mcm-footer-top-area .mcm-footer-widget ul li a:hover, #mcm-footer .mcm-footer-top .mcm-footer-top-area .mcm-footer-widget ul li a:focus {
  margin-left: 5px;
}

#mcm-footer .mcm-footer-top .mcm-footer-top-area .mcm-footer-widget p {
  color: #f9f9f9;
}

#mcm-footer .mcm-footer-top .mcm-footer-top-area .mcm-footer-widget .mu-subscribe-form {
  display: inline;
  float: left;
  margin-top: 10px;
  width: 100%;
}

#mcm-footer .mcm-footer-top .mcm-footer-top-area .mcm-footer-widget .mu-subscribe-form input[type="email"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  font-size: 15px;
  height: 35px;
  margin-bottom: 20px;
  padding: 5px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mcm-footer .mcm-footer-top .mcm-footer-top-area .mcm-footer-widget .mu-subscribe-form .mu-subscribe-btn {
  color: #fff;
  border: medium none;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}

#mcm-footer .mcm-footer-top .mcm-footer-top-area .mcm-footer-widget address p {
  font-weight: lighter;
  letter-spacing: 0.5px;
}

#mcm-footer .mcm-footer-bottom {
  background-color: #222;
  display: inline;
  float: left;
  padding: 25px 0;
  width: 100%;
}

#mcm-footer .mcm-footer-bottom .mcm-footer-bottom-area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

#mcm-footer .mcm-footer-bottom .mcm-footer-bottom-area p {
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 0.3px;
}

#mcm-footer .mcm-footer-bottom .mcm-footer-bottom-area p a {
  color: #fff;
}

@media (max-width: 767px) {
  #mcm-footer .mcm-footer-top .mcm-footer-top-area .mcm-footer-widget {
    margin-bottom: 30px;
    text-align: center;
  }
  #mcm-footer .mcm-footer-top .mcm-footer-top-area .mcm-footer-widget {
    width: 50%;
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  #mcm-footer .mcm-footer-top .mcm-footer-top-area .mcm-footer-widget {
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 360px) {
  #mcm-footer .mcm-footer-top {
    padding: 50px 0 10px;
  }
}

/*==================================================
 THEME COLOR
====================================================*/
