/*
 Theme Name: Jinnah Institute
 Theme URI: https://wordpress.org/themes/twentysixteen/
 Description:  A Twenty Thirteen child theme
 Author: the WordPress team
 Author URI: https://wordpress.org/
 Template:     twentysixteen
 Version:      1.0.0
*/
/*Variables*/
/*Fonts*/
@font-face {
  font-family: 'AcuminPro-Regular';
  src: url('fonts/AcuminPro-Regular.eot');
  src: url('fonts/AcuminPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/AcuminPro-Regular.svg#AcuminPro-Regular') format('svg'), url('fonts/AcuminPro-Regular.ttf') format('truetype'), url('fonts/AcuminPro-Regular.woff') format('woff'), url('fonts/AcuminPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cambria';
  src: url('fonts/Cambria.eot');
  src: url('fonts/Cambria.eot?#iefix') format('embedded-opentype'), url('fonts/Cambria.svg#Cambria') format('svg'), url('fonts/Cambria.ttf') format('truetype'), url('fonts/Cambria.woff') format('woff'), url('fonts/Cambria.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/*Overwrite master slider play icon*/
.ms-skin-light-2 .ms-slide .ms-slide-vpbtn {
  background: url("images/play-icon.jpg") !important;
  width: 80px !important;
  height: 76px !important;
}
/*Global*/
body {
  overflow-x: hidden;
}
body {
  font-family: 'Cambria';
  color: #3f3f3f;
  font-size: 15px;
  line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
  font-family: 'AcuminPro-Regular';
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 25px;
}
h2 a {
  color: #1f1f1f;
}
h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
/*Mobile menu*/
.mobmenu .mobmenur-container {
  right: 4px;
  top: 24px;
}
.mobmenu-right-panel .mobmenu-right-bt {
  color: #000;
  right: 10px !important;
  top: 10px !important;
}
.mobmenu-content li:first-child {
  border-top: none;
}
.mobmenu-content .menu-mobile-menu-container ul li ul.sub-menu {
  padding: 0;
}
.mobmenu-content .menu-mobile-menu-container ul li ul.sub-menu li a {
  padding-left: 30px;
}
.xts-social-share a {
  padding: 5px;
}
.xts-social-share a i.fa {
  color: #33588f;
}
.xts-social-share span.fa-share-alt {
  font-size: 14px;
}
.xts-opinion-tile-one {
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 163px;
}
.xts-opinion-tile-one .xts-opinion-tile-left {
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
}
.xts-opinion-tile-one .xts-opinion-tile-left img {
  width: 100%;
}
.xts-opinion-tile-one .xts-opinion-tile-left span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.51);
  padding: 2px 10px;
  color: #33588f;
  font-weight: bold;
}
.xts-opinion-tile-one .xts-opinion-tile-left span:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #33588f;
  position: absolute;
  left: 0;
  top: 0;
}
.xts-opinion-tile-one .xts-opinion-tile-right {
  margin: 0 0 0 20px;
  border-top: 1px solid #33588f;
}
.xts-opinion-tile-one .xts-opinion-tile-right a {
  display: block;
}
.xts-opinion-tile-one .xts-opinion-tile-right a h3 {
  color: #3f3f3f;
  margin: 10px 0 0;
}
.xts-opinion-tile-one .xts-opinion-tile-right p {
  margin: 0;
}
.xts-opinion-tile-one .xts-opinion-tile-right p.xts-post-date strong {
  color: #33588f;
}
.xts-opinion-tile-one .xts-opinion-tile-right p i {
  font-weight: normal;
  color: #3f3f3f;
}
.xts-opinion-tile-one .xts-opinion-tile-right label {
  margin: 18px 0 0;
}
.xts-opinion-tile-two {
  border-top: 1px solid #33588f;
  margin: 0 0 30px;
}
.xts-opinion-tile-two h3 {
  color: #3f3f3f;
  margin: 10px 0 0;
}
.xts-opinion-tile-two p {
  margin: 0;
}
.xts-opinion-tile-two p.xts-post-date strong,
.xts-opinion-tile-two p.xts-post-date b {
  color: #33588f;
}
.xts-opinion-tile-two p i {
  font-weight: normal;
  color: #3f3f3f;
}
/*Two column tile*/
.xts-tile {
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 200px;
}
.xts-tile .xts-tile-left {
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
}
.xts-tile .xts-tile-left span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.51);
  padding: 2px 10px;
  color: #33588f;
  font-weight: bold;
  text-transform: capitalize;
}
.xts-tile .xts-tile-left span:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #33588f;
  position: absolute;
  left: 0;
  top: 0;
}
.xts-tile .xts-tile-right {
  margin: 0 0 0 20px;
  border-top: 1px solid #afacab;
}
.xts-tile .xts-tile-right h3 {
  color: #3f3f3f;
  margin: 10px 0 0;
  max-height: 50px;
  overflow: hidden;
}
.xts-tile .xts-tile-right p {
  margin: 0;
}
.xts-tile .xts-tile-right p i {
  font-weight: normal;
  color: #3f3f3f;
}
.xts-tile .xts-tile-right label,
.xts-tile .xts-tile-right .xts-content {
  margin: 10px 0 0;
}
.xts-tile .xts-tile-right .xts-post-date strong {
  color: #33588f;
}
/*interview-tile*/
.xts-single-column-tile {
  border-top: 1px solid #afacab;
  text-align: center;
  padding: 20px 0;
}
.xts-single-column-tile .xts-single-column-tile-img {
  background-size: cover;
  background-position: top center;
  height: 200px;
  width: 100%;
  margin-bottom: 15px;
}
.xts-single-column-tile a h4 {
  color: #1f1f1f;
}
.xts-single-column-tile h5 {
  color: #33588f;
  font-weight: bold;
}
.xts-single-column-tile p {
  margin: 0;
}
.xts-single-column-tile p.xts-post-date strong {
  color: #33588f;
}
/*Infographic tile*/
.xts-single-column-top-border-tile {
  border-top: 5px solid #afacab;
  margin-bottom: 30px;
}
.xts-single-column-top-border-tile .xts-single-column-tile-img {
  background-size: cover;
  background-position: top center;
  height: 200px;
  width: 100%;
  margin-bottom: 15px;
}
.xts-single-column-top-border-tile a h4 {
  color: #1f1f1f;
}
.xts-single-column-top-border-tile h5 {
  color: #33588f;
  font-weight: bold;
}
.xts-single-column-top-border-tile p {
  margin: 0;
}
.xts-single-column-top-border-tile p.xts-post-date strong {
  color: #33588f;
}
.xts-two-cols-lst {
  margin: 0;
  padding: 0;
}
.xts-two-cols-lst li {
  list-style: none;
  margin-bottom: 15px;
}
.xts-two-cols-lst li strong {
  width: 120px;
  display: inline-block;
}
.xts-two-cols-lst li:last-child {
  margin-bottom: 0;
}
.xts-section {
  margin-bottom: 20px;
}
/********************/
/*Mixins*/
.xts-iframe {
  border: none;
  float: left;
  width: 100%;
}
.xts-iframe.xts-height-350px {
  height: 350px;
}
.xts-iframe.xts-height-600px {
  height: 600px;
}
.xts-full-width {
  width: 100%;
}
.xts-primary-color {
  color: #33588f;
}
.xts-dark-blue-bgcolor {
  background-color: #0d2240;
}
/*report-tile*/
.xts-report-tile {
  margin-bottom: 30px;
  width: 100%;
}
.xts-report-tile .xts-tile-top {
  background-color: #dedad7;
  border-top: 10px solid #afacab;
  display: inline-block;
  width: 100%;
  padding: 30px 60px 30px 60px;
  height: 250px;
}
.xts-report-tile .xts-tile-top .xts-tile-img {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.xts-report-tile .xts-tile-bottom {
  width: 100%;
  margin: 0;
  background-color: #c0ccdc;
  text-align: center;
  padding: 10px 0;
}
.xts-report-tile .xts-tile-bottom a {
  color: #1f1f1f;
}
.xts-report-tile .xts-tile-bottom a h3 {
  margin: 0;
  padding: 0 15px;
}
/*Banner*/
.xts-banner-section {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  height: 300px;
  margin-bottom: 50px;
  width: 100%;
}
.xts-banner-section .xts-banner-inner {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px 0 0 0;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.xts-banner-section .xts-banner-inner p {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
}
.xts-banner-section .xts-banner-inner h1 {
  font-size: 120px;
  line-height: 100%;
  margin-top: 30px;
}
.xts-banner-section:after {
  background-color: #33588f;
  bottom: 0;
  content: "";
  height: 8px;
  position: absolute;
  width: 100%;
}
/*Navigation*/
/* #Navigation
================================================== */
.menu-icon {
  height: 35px;
  width: 25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}
.menu-icon:after {
  content: "Menu";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  height: 15px;
}
.menu-icon__line {
  height: 2px;
  width: 25px;
  display: block;
  background-color: #fff;
  margin-bottom: 7px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease;
}
.menu-icon__line-left {
  width: 25px;
  margin-bottom: 7px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu-icon__line-right {
  width: 25px;
  float: right;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
  width: 25px;
}
@keyframes movebefore {
  0% {
    left: -7px;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    left: -15px;
    opacity: 0;
    transform: scale(1.3);
  }
}
.headphones:after {
  content: ")";
  position: absolute;
  height: 12px;
  width: 4px;
  top: 25px;
  right: -7px;
  line-height: 12px;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-animation: moveafter 0.8s ease-out infinite;
  animation: moveafter 1s ease-out infinite;
}
@keyframes moveafter {
  0% {
    right: -7px;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    right: -15px;
    opacity: 0;
    transform: scale(1.3);
  }
}
.headphones-text {
  font-size: 13px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.switch-wrap p span {
  position: relative;
  padding: 5px 12px;
  margin: 0 5px;
}
.switch-wrap p span:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #8167a9;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.switch-wrap p span:after {
  position: absolute;
  content: '';
  width: calc(100% - 10px);
  height: 2px;
  border-radius: 4px;
  background-color: #000;
  left: 5px;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.switch-wrap p span:nth-child(2):after {
  opacity: 0;
}
#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
#switch {
  width: 70px;
  height: 8px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #000;
  border-radius: 27px;
  background: #8167a9;
  position: relative;
  display: inline-block;
}
#circle {
  position: absolute;
  top: -11px;
  left: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #fff;
}
.switched {
  border-color: #8167a9 !important;
  background: #000 !important;
}
.switched #circle {
  left: 35px;
  background: #000;
}
.nav {
  position: fixed;
  z-index: 98;
}
.nav .nav__content {
  position: fixed;
  visibility: hidden;
  top: 95px;
  width: 100%;
  text-align: center;
  transition: 0.2s ease-in-out 0s;
  z-index: 1;
}
.nav .nav__content hr {
  margin: 10px 0 18px;
}
.nav .nav__content .main-navigation {
  display: flex;
  /*max-width: 1110px;*/
  max-width: 660px;
  margin: 0 auto;
}
.nav .nav__content .main-navigation ul li:first-child {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 5px;
  height: 32px;
  line-height: 28px;
}
.nav .nav__content .main-navigation ul li:first-child a {
  color: #33588f;
  font-size: 22px;
}
.nav .nav__content .main-navigation ul li:first-child a:after {
  content: none;
}
.nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 70vh;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  z-index: 0;
  /*-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  */
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.nav:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.nav:before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(225, 225, 225, 0.6);
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  z-index: 0;
  /* -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
   transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
   transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
   transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
   */
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.nav__list {
  position: relative;
  padding: 0;
  margin: 0 23px 0 0;
  z-index: 2;
}
.nav__list .nav__list-item {
  position: relative;
  display: block;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
  text-align: left;
  color: #fff;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  -webkit-transform: translate(0%, 40px);
  transform: translate(0%, 40px);
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, transform 0.1s ease;
  transition: opacity 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
  margin-top: 0;
  margin-bottom: 0;
}
.nav__list.xts-last-menu {
  margin-right: 0;
}
.nav__list-item a {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 20px;
  font-weight: 700;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 15px;
  white-space: nowrap;
}
.nav__list-item a:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: #33588f;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav__list-item a:hover:after {
  height: 3px;
  opacity: 0.7;
  left: 0;
  width: 100%;
}
.nav__list-item a:hover {
  color: #ffffff;
}
.nav__list-item.current-menu-item a {
  color: #ffffff;
}
.nav__list-item.current-menu-item a:after {
  height: 3px;
  opacity: 0.7;
  left: 0;
  width: 100%;
}
body.nav-active {
  overflow: hidden;
}
body.nav-active .xts-header {
  background: #fafafa;
}
body.nav-active .nav__content {
  visibility: visible;
}
body.nav-active .menu-icon__line {
  -webkit-transform: translate(-3px, -1px) rotate(-45deg);
  transform: translate(-3px, -1px) rotate(-45deg);
  width: 26px;
}
body.nav-active .menu-icon__line-left {
  width: 12px;
  -webkit-transform: translate(-1px, 3px) rotate(45deg);
  transform: translate(-1px, 3px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
  width: 13px;
  float: right;
  -webkit-transform: translate(-4px, -5px) rotate(45deg);
  transform: translate(-4px, -5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 12px;
}
body.nav-active .nav {
  visibility: visible;
}
body.nav-active .nav:before,
body.nav-active .nav:after {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0;
}
body.nav-active .nav:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
body.nav-active .nav:before {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: opacity 0.1s ease, color 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 1.1s ease, color 1.1s ease, -webkit-transform 1.1s ease;
  transition: opacity 1.1s ease, transform 1.1s ease, color 1.1s ease;
  transition: opacity 1.1s ease, transform 1.1s ease, color 1.1s ease, -webkit-transform 1.1s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(5) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(6) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(7) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(8) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(9) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(10) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
body.nav-active .nav__list-item:nth-child(11) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
body.nav-active .nav__list-item:nth-child(12) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.switch-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  transform: translateY(-50%);
  width: 100%;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.switch-wrap p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin-top: 25px;
}
/* #Light
================================================== */
body.light {
  background-color: #fff;
}
.cursor,
.cursor2,
.cursor3 {
  mix-blend-mode: normal;
}
.cursor2 {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.cursor2.hover {
  background: rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.menu-icon__line {
  background-color: #33588f;
}
.nav:before {
  background: rgba(0, 0, 0, 0.6);
}
.nav .nav__content {
  background: #fafafa;
  padding-bottom: 15px;
}
.nav__list-item a {
  color: rgba(0, 0, 0, 0.6);
}
.nav__list-item a:hover {
  color: #1f2029;
}
.nav__list-item.current-menu-item a {
  color: #1f2029;
}
.switch-wrap p span:nth-child(2):after {
  background-color: #fff;
  opacity: 1;
}
.switch-wrap p span:nth-child(1):after {
  opacity: 0;
}
.shadow-title {
  background: linear-gradient(rgba(31, 32, 41, 0), rgba(31, 32, 41, 0.15));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.headphones {
  background-image: url(http://ivang-design.com/svg-load/menu/headphoness.svg);
}
.headphones:before,
.headphones:after {
  color: #000;
}
.headphones-text {
  color: #000;
}
/*Modules*/
/*The buzzs section*/
.xts-the-buzzs-section {
  margin-bottom: 50px;
}
.xts-the-buzzs-section .xts-buzz-wrapper {
  background-color: #1f1f1f;
  display: flex;
  overflow: hidden;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-heading {
  position: relative;
  text-align: center;
  padding: 50px 10px;
  width: 100px;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-rows: 20% 80%;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-heading i {
  color: #a10606;
  font-size: 60px;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-heading h3 {
  color: #a10606;
  font-size: 50px;
  margin: 0;
  display: block;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-decoration: none;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-heading a {
  display: block;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-decoration: none;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-heading a h3 {
  color: #a10606;
  font-size: 50px;
  margin: 0;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-img {
  margin-right: 15px;
  width: 320px;
  float: left;
  position: relative;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-img h4 {
  color: #a10606;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 10px 0;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-slider {
  padding: 15px;
  width: 67%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-slider::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #1f1f1f;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-slider::-webkit-scrollbar {
  height: 10px;
  width: 5px;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-slider::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #8c0a0a;
  width: 50px;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-slider .xts-buzz-slider-inner {
  width: 3000px;
  display: flex;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-slider .xts-buzz-slider-inner .xts-buzz-slide {
  background-color: #343738;
  margin-right: 15px;
  padding: 15px;
  height: 320px;
  width: 300px;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-slider .xts-buzz-slider-inner .xts-buzz-slide p {
  margin: 0;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-slider .xts-buzz-slider-inner .xts-buzz-slide .xts-buzz-title {
  color: #d61111;
  font-family: 'AcuminPro-Regular';
  font-size: 24px;
  margin: 0;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-slider .xts-buzz-slider-inner .xts-buzz-slide .xts-buzz-designation {
  color: #999999;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-slider .xts-buzz-slider-inner .xts-buzz-slide .xts-buzz-author-name {
  text-align: right;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-slider .xts-buzz-slider-inner .xts-buzz-slide .xts-buzz-author-name a {
  color: #000;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-slider .xts-buzz-slider-inner .xts-buzz-slide .xts-buzz-content {
  color: #fff;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-slider .xts-buzz-slider-inner .xts-buzz-slide .xts-buzz-content img {
  width: 100%;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-bottom {
  bottom: 10px;
  position: absolute;
  right: 20px;
  max-width: 650px;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-bottom p {
  color: #fff;
  margin: 0;
  text-align: right;
  line-height: 20px;
  font-size: 18px;
}
.xts-the-buzzs-section.xts-all-buzzs {
  display: none;
  margin-bottom: 0;
}
.xts-the-buzzs-section.xts-all-buzzs .xts-buzz-wrapper {
  margin-bottom: 50px;
}
/*Search*/
.xts-search-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 88, 143, 0.94);
  z-index: 99;
}
.xts-search-wrapper .xts-search-inner {
  max-width: 1140px;
  margin: 40px auto 0;
  display: flex;
}
.xts-search-wrapper .xts-search-inner h2 {
  text-align: center;
  font-size: 50px;
}
.xts-search-wrapper .xts-search-inner .search-form {
  width: 95%;
}
.xts-search-wrapper .xts-search-inner .search-form > label {
  display: block;
  margin: 0;
  width: 100%;
}
.xts-search-wrapper .xts-search-inner .search-form > label .screen-reader-text:not(button) {
  display: none;
}
.xts-search-wrapper .xts-search-inner .search-form .search-field {
  background-color: transparent;
  color: #fff;
  width: 100%;
  border: none;
  text-indent: 15px;
  outline: none;
  font-size: 30px;
  line-height: 40px;
}
.xts-search-wrapper .xts-search-inner .search-form .search-field::-webkit-input-placeholder {
  color: #fff;
}
.xts-search-wrapper .xts-search-inner .search-form .search-field::-moz-placeholder {
  color: #fff;
}
.xts-search-wrapper .xts-search-inner .search-form .search-field:-ms-input-placeholder {
  color: #fff;
}
.xts-search-wrapper .xts-search-inner .search-form .search-submit {
  background-color: #33588f;
  border: none;
  color: #fff;
  display: none;
  padding: 0 50px;
}
.xts-search-wrapper .xts-search-inner .search-form .search-submit span {
  font-size: 22px;
  position: static;
}
.xts-search-wrapper .xts-search-inner .xts-search-close {
  color: #fff;
  margin: 0 15px;
  font-size: 30px;
  line-height: 45px;
}
.xts-search-result-wrapper .xts-post-img {
  margin-bottom: 15px;
}
.xts-search-result-wrapper .xts-post-img img {
  width: auto;
  max-height: 300px;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.xts-search-result-wrapper .navigation {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  margin-bottom: 50px;
}
.xts-search-result-wrapper .navigation h2 {
  display: none;
}
.xts-search-result-wrapper .navigation .nav-links {
  display: block;
  height: 40px;
  line-height: 40px;
}
.xts-search-result-wrapper .navigation .nav-links span {
  opacity: 0.7;
}
.xts-search-result-wrapper .navigation .nav-links a,
.xts-search-result-wrapper .navigation .nav-links span {
  color: #fff;
  display: inline-block;
  padding: 10px;
  background-color: #33588f;
  text-decoration: none;
}
/*Header*/
.xts-header {
  padding: 25px 0 10px;
  position: relative;
  z-index: 98;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.xts-header .site-header-main .xts-header-left .site-branding {
  display: flex;
}
.xts-header .site-header-main .xts-header-left .site-branding a {
  display: block;
  outline: none;
}
.xts-header .site-header-main .xts-header-left .site-branding a svg {
  height: 50px;
}
.xts-header .site-header-main .xts-header-left .nav-but-wrap {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  transition: all 0.3s ease-out;
  z-index: 9999;
}
.xts-header .site-header-main .xts-header-right .xts-header-right-inner {
  max-width: 300px;
  float: right;
}
.xts-header .site-header-main .xts-header-right p {
  color: #33588f;
}
.xts-header .site-header-main .xts-header-right .xts-social-icons {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.xts-header .site-header-main .xts-header-right .xts-social-icons .cnss-social-icon li a {
  background-color: transparent !important;
  position: relative;
}
.xts-header .site-header-main .xts-header-right .xts-social-icons .cnss-social-icon li a:hover {
  background-color: #33588f !important;
}
.xts-header .site-header-main .xts-header-right .xts-social-icons .cnss-social-icon li a i {
  position: absolute;
  left: 0;
  right: 0;
}
.xts-header .site-header-main .xts-header-right .xts-social-icons .xts-search-icon a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 8px 0;
  margin: 2px;
  text-align: center;
  -webkit-transition: width 0.5s !important;
  transition: all 0.5s !important;
}
.xts-header .site-header-main .xts-header-right .xts-social-icons .xts-search-icon a i {
  color: #33588f;
  font-size: 22px;
}
.xts-header .site-header-main .xts-header-right .xts-social-icons .xts-search-icon a:hover {
  background-color: #33588f;
}
.xts-header .site-header-main .xts-header-right .xts-social-icons .xts-search-icon a:hover i {
  color: #ffffff;
}
/*Header sticky during scroll*/
@-webkit-keyframes move-down {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move-down {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.xts-header-fixed {
  background-color: rgba(255, 255, 255, 0.8);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-animation: move-down 0.3s forwards;
  animation: move-down 0.3s forwards;
}
@-webkit-keyframes up {
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes move-up {
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.xts-moveup {
  background-color: rgba(255, 255, 255, 0.8);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: move-up 0.3s forwards;
  animation: move-up 0.3s forwards;
}
.xts-home {
  /*Home section One*/
  /*Home section Two*/
  /*Section one*/
  /*Section two*/
  /*IP timeline*/
  /*Newsletter section*/
  /*Video*/
}
.xts-home .xts-home-section-one {
  padding: 50px 0;
}
.xts-home .xts-home-section-one .xts-aside a {
  color: #fff;
}
.xts-home .xts-home-section-one .xts-aside a h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.xts-home .xts-home-section-one .xts-aside a .xts-img {
  background-repeat: no-repeat;
  background-size: 100% 230px;
  height: 230px;
  margin-bottom: 15px;
  width: 100%;
}
.xts-home .xts-home-section-one .xts-aside a:hover {
  text-decoration: none;
}
.xts-home .xts-home-section-two {
  padding: 50px 0;
}
.xts-home .xts-home-section-two .xts-aside {
  color: #fff;
}
.xts-home .xts-home-section-two .xts-aside img {
  width: 100%;
}
.xts-home .xts-section-one {
  padding: 0 0 50px 0;
}
.xts-home .xts-section-one .xts-left {
  border-right: 1px solid #fff;
  padding-right: 0;
  position: relative;
}
.xts-home .xts-section-one .xts-left .xts-img {
  width: 100%;
}
.xts-home .xts-section-one .xts-left .xts-img h2 {
  left: 0;
  top: 0;
  position: absolute;
  font-size: 18px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.51);
  padding: 10px 10px 2px;
  color: #33588f;
  font-weight: bold;
  line-height: 100%;
}
.xts-home .xts-section-one .xts-left .xts-img h2:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #33588f;
  position: absolute;
  left: 0;
  top: 0;
}
.xts-home .xts-section-one .xts-left .xts-img img {
  width: 100%;
}
.xts-home .xts-section-one .xts-left h3 {
  margin-top: 15px;
  margin-bottom: 0;
}
.xts-home .xts-section-one .xts-left p {
  margin: 0;
}
.xts-home .xts-section-one .xts-left a {
  color: #1f1f1f;
  display: block;
}
.xts-home .xts-section-one .xts-left a.xts-post-link div {
  height: 371px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.xts-home .xts-section-one .xts-left .xts-left-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xts-home .xts-section-one .xts-left .xts-banner-desc {
  display: none;
  position: absolute;
  bottom: 0;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px 15px;
  width: 97.5%;
  font-size: 16px;
  overflow: hidden;
}
.xts-home .xts-section-one .xts-center {
  background-color: #8c8c8c;
  border-right: 1px solid #fff;
  color: #fff;
  padding-top: 15px;
  display: grid;
  grid-template-rows: 10% 90%;
  align-items: end;
  padding-bottom: 15px;
}
.xts-home .xts-section-one .xts-center a {
  display: block;
  text-decoration: none;
}
.xts-home .xts-section-one .xts-center a h2 {
  text-transform: uppercase;
  margin: 0;
}
.xts-home .xts-section-one .xts-center a h3 {
  margin: 0;
}
.xts-home .xts-section-one .xts-center a h2,
.xts-home .xts-section-one .xts-center a h3 {
  color: #fff;
}
.xts-home .xts-section-one .xts-center .xts-post-content {
  margin-top: 15px;
  height: 100px;
  overflow: hidden;
  font-size: 16px;
}
.xts-home .xts-section-one .xts-right {
  padding-left: 0;
}
.xts-home .xts-section-one .xts-right .xts-post-category {
  color: #33588f;
  text-transform: uppercase;
}
.xts-home .xts-section-one .xts-right h3 {
  font-weight: bold;
}
.xts-home .xts-section-one .xts-right ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.xts-home .xts-section-one .xts-right ul li {
  list-style: none;
  padding: 6.6px 10px;
  background-color: #d0d0d0;
  margin-bottom: 1px;
  height: 92px;
}
.xts-home .xts-section-one .xts-right ul li a {
  color: #3f3f3f;
  display: block;
}
.xts-home .xts-section-one .xts-right ul li a:hover {
  cursor: pointer;
  text-decoration: none;
}
.xts-home .xts-section-one .xts-right ul li a h3 {
  font-size: 15px;
  overflow: hidden;
  line-height: 100%;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xts-home .xts-section-one .xts-right ul li a p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xts-home .xts-section-one .xts-right ul li a .xts-post-date strong {
  color: #33588f;
}
.xts-home .xts-section-one .xts-right ul li:hover {
  background-color: #bccee9;
}
.xts-home .xts-section-one .xts-right ul li:last-child {
  margin-bottom: 0;
}
.xts-home .xts-section-two {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.xts-home .xts-section-two .xts-aside-wrapper h4 {
  color: #3f3f3f;
  text-transform: uppercase;
  font-weight: bold;
}
.xts-home .xts-section-two .xts-aside-wrapper aside {
  margin-bottom: 15px;
  min-height: auto;
}
.xts-home .xts-section-two .xts-aside-wrapper aside:after {
  content: none;
}
.xts-home .xts-section-two .xts-aside-wrapper aside .xts-content a {
  color: #1f1f1f;
}
.xts-home .xts-section-two .xts-aside-wrapper:after {
  content: "";
  width: 1px;
  height: 92%;
  background-color: #afacab;
  position: absolute;
  right: 0;
  top: 29px;
}
.xts-home .xts-section-two .xts-aside-wrapper:last-child:after {
  content: none;
}
.xts-home .xts-section-two aside {
  position: relative;
  min-height: 310px;
}
.xts-home .xts-section-two aside:after {
  content: "";
  width: 1px;
  min-height: 310px;
  background-color: #afacab;
  position: absolute;
  right: -17px;
  top: 29px;
}
.xts-home .xts-section-two aside a h4 {
  color: #3f3f3f;
  font-family: 'Alegreya-Bold';
  text-transform: uppercase;
}
.xts-home .xts-section-two aside .xts-tile-img {
  background-repeat: no-repeat;
  height: 170px;
  width: 100%;
  background-size: 100% auto;
  margin-bottom: 15px;
}
.xts-home .xts-section-two .xts-top-event {
  padding: 28px 0 0;
  position: relative;
}
.xts-home .xts-section-two .xts-top-event a h4 {
  height: 23px;
  margin: 0;
  overflow: hidden;
  margin-bottom: 6px;
  color: #3f3f3f;
  font-family: 'Alegreya-Bold';
  text-transform: uppercase;
}
.xts-home .xts-section-two .xts-top-event a h4 ul {
  margin: 0;
  padding: 0;
}
.xts-home .xts-section-two .xts-top-event a h4 ul li {
  list-style: none;
}
.xts-home .xts-section-two .xts-top-event a h4 ul li a {
  color: #3f3f3f;
  font-family: 'Alegreya-Bold';
  text-transform: uppercase;
}
.xts-home .xts-section-two .xts-top-event aside {
  background-repeat: no-repeat;
  background-size: cover;
  height: 390px;
  margin: 0;
}
.xts-home .xts-section-two .xts-top-event aside:after {
  content: none;
}
.xts-home .xts-section-two .xts-top-event .xts-content {
  color: #fff;
  position: absolute;
  bottom: 0;
}
.xts-home .xts-ip-timeline {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.xts-home .xts-ip-timeline h1 {
  line-height: 26px;
}
.xts-home .xts-ip-timeline h2 {
  text-transform: uppercase;
}
.xts-home .xts-ip-timeline .xts-template-images-wrapper {
  height: 410px;
}
.xts-home .xts-ip-timeline .xts-template-images-wrapper .xts-left-img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.xts-home .xts-ip-timeline .xts-template-images-wrapper .xts-right-top-img {
  margin-bottom: 15px;
}
.xts-home .xts-ip-timeline .xts-template-images-wrapper .xts-right-bottom-img {
  margin-top: 15px;
}
.xts-home .xts-ip-timeline .xts-template-images-wrapper .xts-right-top-img,
.xts-home .xts-ip-timeline .xts-template-images-wrapper .xts-right-bottom-img {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 190px;
}
.xts-home .xts-newsletter-email-form-wrapper {
  padding: 35px 0;
  border-top: 1px solid #afacab;
  border-bottom: 1px solid #afacab;
}
.xts-home .xts-newsletter-email-form-wrapper .wpcf7-form {
  position: relative;
}
.xts-home .xts-newsletter-email-form-wrapper .wpcf7-form h3 {
  color: #33588f;
  margin: 0;
  text-transform: uppercase;
  font-size: 29px;
  font-weight: bold;
  line-height: 50px;
  font-family: 'Cambria';
}
.xts-home .xts-newsletter-email-form-wrapper .wpcf7-form .xts-newsletter-form {
  display: flex;
  position: relative;
}
.xts-home .xts-newsletter-email-form-wrapper .wpcf7-form .xts-newsletter-form .newsletter-email {
  position: relative;
  width: 90%;
}
.xts-home .xts-newsletter-email-form-wrapper .wpcf7-form .xts-newsletter-form .newsletter-email .xts-newsletter-email {
  height: 50px;
  padding-left: 45px;
}
.xts-home .xts-newsletter-email-form-wrapper .wpcf7-form .xts-newsletter-form .newsletter-email:before {
  color: #afacab;
  content: "\f003";
  font: normal normal normal 25px/1 FontAwesome;
  position: absolute;
  left: 15px;
  top: 13px;
}
.xts-home .xts-newsletter-email-form-wrapper .wpcf7-form .xts-newsletter-form .wpcf7-submit {
  background-color: #0d2240;
  color: #fff;
  border: none;
  padding-right: 30px;
  margin-left: 5px;
  border-radius: 4px;
  height: 50px;
  padding-left: 30px;
}
.xts-home .xts-newsletter-email-form-wrapper .wpcf7-form .xts-newsletter-form .ajax-loader {
  position: absolute;
  right: 0;
  bottom: -16px;
}
.xts-home .xts-newsletter-email-form-wrapper .wpcf7-form .wpcf7-response-output {
  margin: 15px 0 0 0;
  padding: 10px 0;
  text-align: center;
}
.xts-home .xts-newsletter-email-form-wrapper .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: none;
  background: #63a940;
  color: #000;
}
.xts-home .xts-newsletter-email-form-wrapper .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
  content: "\f118";
  font: normal normal normal 16px/1 FontAwesome;
  margin-right: 5px;
  display: inline-block;
}
.xts-home .xts-newsletter-email-form-wrapper .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}
.xts-home .xts-video-section {
  background-color: #0d2240;
  padding: 50px 0;
}
.xts-home .xts-video-section a {
  color: #ff9800;
  text-decoration: underline;
}
.xts-home .xts-video-section a h2 {
  font-family: "Alegreya Sans";
  font-size: 40px;
  line-height: 100%;
}
.xts-home .xts-video-section a:hover {
  text-decoration: none;
}
.xts-home .xts-video-section h3 {
  color: #fff;
  font-size: 25px;
  margin: 0;
}
.xts-home .xts-video-section .xts-post-date {
  color: #ff9800;
  font-family: "Alegreya Sans";
  font-size: 20px;
  margin-bottom: 15px;
}
.xts-home .xts-video-section p {
  color: #fff;
  font-family: "Alegreya Sans";
  font-size: 18px;
}
.xts-home .xts-video-section .xts-home-video {
/*   height: 300px; */
	height: 369px;
    position: relative;
    top: 49px;
}
.xts-home .xts-video-section .xts-bottom-section {
  margin-top: 30px;
}
.xts-home .xts-video-section .xts-bottom-section h2 {
  color: #fff;
}
.xts-home .xts-video-section .xts-bottom-section h3 {
  color: #ff9800;
  font-family: "Alegreya Sans";
  margin: 0;
}
.xts-home .xts-video-section .xts-bottom-section p {
  color: #fff;
  font-size: 20px;
}
.xts-home .xts-video-section .ms-skin-light-2 .ms-slide .ms-slide-vcbtn {
  display: none;
}
.xts-home .xts-video-section .ms-thumb-list.ms-dir-v .ms-thumblist-fwd,
.xts-home .xts-video-section .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
  background: #000000;
  color: #fff;
}
.xts-home .xts-video-section .ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after,
.xts-home .xts-video-section .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  content: close-quote;
  left: 48%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0 8px 8px 8px;
  display: block;
  border-bottom-color: #fff;
  height: 1px;
  top: 5px;
  width: 0;
}
.xts-home .xts-video-section .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  border-width: 8px 8px 0 8px;
  border-top-color: #fff;
  top: 7px;
}
.xts-home .xts-the-buzzs-section {
  margin-bottom: 0;
  padding: 50px 0;
}
/*Footer*/
.xts-footer {
  background: url("images/footer-bg.jpg") repeat-x;
  clear: both;
  padding: 50px 0;
}
.xts-footer .xts-footer-section-one .xts-top {
  margin-bottom: 30px;
}
.xts-footer .xts-footer-section-one .xts-top img {
  margin-bottom: 15px;
  max-width: 160px;
  width: 100%;
}
.xts-footer .xts-footer-section-one .xts-top ul {
  margin: 0;
  padding: 0;
}
.xts-footer .xts-footer-section-one .xts-top ul li {
  list-style: none;
  color: #fff;
}
.xts-footer .xts-footer-section-one .xts-bottom {
  width: 70%;
}
.xts-footer .xts-footer-section-one p {
  color: #fff;
}
.xts-footer .xts-footer-section-two .menu-odi-footer-container {
  position: relative;
}
.xts-footer .xts-footer-section-three .menu-ssi-footer-container {
  position: relative;
}
.xts-footer .xts-footer-section-three .menu-ssi-footer-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #fff;
}
.xts-footer .xts-footer-section h2 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 25px;
}
.xts-footer .xts-footer-section ul {
  margin: 0;
  padding: 0;
}
.xts-footer .xts-footer-section ul li {
  height: 34px;
  list-style: none;
  line-height: 34px;
}
.xts-footer .xts-footer-section ul li a {
  color: #fff;
}
.xts-footer .xts-site-info {
  color: #fff;
  margin-top: 15px;
}
/*The Buzzs page*/
.xts-the-buzz h2.xts-main-heading {
  color: #33588f;
  font-size: 70px;
  margin: 30px 0;
}
.xts-the-buzz h2.xts-main-heading:first-child {
  margin-top: 0;
}
.xts-the-buzz .xts-load-buzzs {
  margin-bottom: 15px;
  position: relative;
}
.xts-the-buzz .xts-load-buzzs:before {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #ccc;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.xts-the-buzz .xts-load-buzzs .xts-load-buzzs-inner {
  background-color: #fff;
  position: relative;
  max-width: 150px;
  margin: 0 auto;
}
.xts-the-buzz .xts-load-buzzs .xts-load-buzzs-inner a {
  display: block;
  width: 60px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #33588f;
  border-radius: 50%;
  height: 60px;
  padding: 15px;
}
.xts-the-buzz .xts-load-buzzs .xts-load-buzzs-inner a i {
  font-size: 30px;
  color: #33588f;
}
/*about-section1*/
.xts-about-section-one {
  margin: -60px 0 0;
  display: inline-block;
  position: relative;
  box-shadow: 1px 1px 19px 1px #ccc;
  background-color: white;
  padding: 15px;
}
.xts-about-section-one .left-img {
  float: left;
  width: 35%;
  margin: 0 20px 0 0;
}
.xts-about-section-one .left-img img {
  width: 100%;
}
.xts-border-right {
  border-right: 1px solid #afacab;
}
.xts-about-section-two {
  border-bottom: 1px solid #afacab;
  padding: 0 0 20px;
}
.xts-about-section-two .xts-about-tile {
  margin: 10px 0;
}
.xts-about-section-two .xts-about-tile img {
  width: 100%;
}
.xts-about-section-two .xts-about-tile i {
  margin: 10px 0;
  display: inline-block;
}
.xts-about-section-two .xts-about-tile p {
  margin: 0;
}
.xts-about-section-two .xts-about-tile h4 {
  margin: 0;
  color: #33588f;
}
.xts-about-section-three {
  border-bottom: 1px solid #afacab;
  padding: 20px 0;
}
.xts-about-section-three:last-child {
  border-bottom: none;
  padding: 0;
}
/**********************/
/*Post details*/
.xts-two-cols-post-details .xts-details-img img {
  width: 100%;
}
.xts-one-cols-post-details {
  margin-bottom: 50px;
}
.xts-one-cols-post-details .xts-details-img {
  margin-bottom: 15px;
}
.xts-one-cols-post-details .xts-details-img img {
  height: auto;
  width: 100%;
}
.xts-one-cols-post-details .awsm-job-single-wrap .awsm-job-form {
  max-width: 600px;
  width: 100%;
}
.xts-one-cols-post-details .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group label {
  margin: 0;
}
.xts-one-cols-post-details .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group .awsm-job-form-control:not(textarea) {
  height: 40px;
}
.xts-one-cols-post-details .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group input[type="submit"] {
  background-color: transparent;
  border: 2px solid #33588f;
  color: #33588f;
  padding: 5px 30px 3px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.xts-one-cols-post-details .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group .awsm-form-file-control {
  outline: none;
}
.xts-one-cols-post-details .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group .awsm-form-file-control::-webkit-file-upload-button {
  visibility: hidden;
}
.xts-one-cols-post-details .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner form .awsm-job-form-group .awsm-form-file-control::before {
  content: 'Select';
  display: inline-block;
  background-color: #33588f;
  border: 1px solid #33588f;
  padding: 5px 22px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;
  color: #fff;
}
.xts-one-cols-post-details .xts-post-content h1.xts-post-title {
  margin: 0;
}
.xts-one-cols-post-details .xts-post-content h3.xts-post-category {
  color: #33588f;
  text-transform: uppercase;
  margin: 0;
}
.xts-one-cols-post-details .xts-post-content .xts-post-date strong {
  color: #33588f;
}
.xts-one-cols-post-details .xts-post-content .download-attachments {
  text-align: center;
  margin: 15px 0;
}
.xts-one-cols-post-details .xts-post-content .download-attachments .da-attachments-list {
  margin: 0;
  padding: 0;
}
.xts-one-cols-post-details .xts-post-content .download-attachments .da-attachments-list .pdf {
  list-style: none;
}
.xts-one-cols-post-details .xts-post-content .download-attachments .da-attachments-list .pdf a {
  border: 2px solid #33588f;
  color: #33588f;
  padding: 5px 30px 3px;
  margin: 0;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  width: 170px;
  height: 32px;
}
.xts-one-cols-post-details .xts-post-content .download-attachments .da-attachments-list .pdf a:before {
  content: "Download PDF";
  color: #33588f;
  float: left;
  margin: 0 auto;
  text-indent: 0;
  width: 105px;
}
.xts-two-cols-post-details {
  margin: 40px 0 50px;
}
.xts-two-cols-post-details .xts-left-section .download-attachments {
  text-align: center;
  margin: 15px 0;
}
.xts-two-cols-post-details .xts-left-section .download-attachments .da-attachments-list {
  margin: 0;
  padding: 0;
}
.xts-two-cols-post-details .xts-left-section .download-attachments .da-attachments-list .pdf {
  list-style: none;
}
.xts-two-cols-post-details .xts-left-section .download-attachments .da-attachments-list .pdf a {
  border: 2px solid #33588f;
  color: #33588f;
  padding: 5px 30px 3px;
  margin: 0;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  width: 170px;
  height: 32px;
}
.xts-two-cols-post-details .xts-left-section .download-attachments .da-attachments-list .pdf a:before {
  content: "Download PDF";
  color: #33588f;
  float: left;
  margin: 0 auto;
  text-indent: 0;
  width: 105px;
}
.xts-two-cols-post-details .xts-post-content .xts-post-date strong {
  color: #33588f;
}
/*Category*/
.xts-category .xts-category-tile {
  border-top: 1px solid #afacab;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #afacab;
}
.xts-category .xts-category-tile .xts-single-column-tile-img {
  margin-bottom: 5px;
}
.xts-category .xts-category-tile .xts-single-column-tile-img img {
  height: 150px;
  width: 100%;
}
.xts-category .xts-category-tile a h4 {
  color: #1f1f1f;
  margin: 0;
}
.xts-category .xts-category-tile h5 {
  margin: 10px 0;
  color: #33588f;
  font-weight: bold;
}
.xts-category .xts-category-tile p {
  margin: 0;
}
/*Team page*/
.xts-circle-img-tile {
  text-align: left;
  margin: 0 0 30px;
}
.xts-circle-img-tile .xts-circle-img-tile-top {
  text-align: center;
}
.xts-circle-img-tile .xts-circle-img-tile-top .xts-team-tile-circle-img {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.xts-circle-img-tile i {
  margin: 10px 0 0;
  display: inline-block;
}
.xts-circle-img-tile p {
  margin: 10px 0 0;
}
.xts-circle-img-tile h4 {
  color: #33588f;
}
/**************/
/*Careers*/
.xts-careers .awsm-job-wrap .awsm-grid-item {
  color: #1f1f1f;
}
.xts-careers .awsm-job-wrap .awsm-grid-item .awsm-job-item {
  border-top: 5px solid #afacab;
  background-color: #eeeeee;
  text-align: center;
  display: grid;
  grid-template-rows: 90% 10%;
  min-height: 350px;
}
.xts-careers .awsm-job-wrap .awsm-grid-item .awsm-job-item .awsm-grid-left-col h2.awsm-job-post-title {
  color: #1f1f1f;
  font-size: 25px;
  text-align: center;
}
.xts-careers .awsm-job-wrap .awsm-grid-item .awsm-job-item .awsm-grid-left-col h2 .awsm-job-post-content {
  font-size: 15px;
}
.xts-careers .awsm-job-wrap .awsm-grid-item .awsm-job-item .awsm-grid-right-col .awsm-job-more-container .awsm-job-more {
  border: 2px solid #33588f;
  color: #33588f;
  padding: 5px 30px 3px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.xts-careers .xts-footer {
  margin-top: 20px;
}
/*Footer top spacing*/
.xts-contact-us .xts-footer,
.xts-about .xts-footer,
.xts-board-of-advisors .xts-footer {
  margin-top: 50px;
}
.xts-opinion-post-wrapper {
  margin-bottom: 50px;
}
.xts-opinion-post-wrapper .xts-opinion-post-left .xts-post-content hr {
  margin: 10px 0;
}
.xts-opinion-post-wrapper .xts-opinion-post-left .xts-opinion-post-info {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.xts-opinion-post-wrapper .xts-opinion-post-left .xts-opinion-post-info li {
  margin: 0 30px 0 0;
}
.xts-opinion-post-wrapper .xts-opinion-post-left .xts-opinion-post-info li span {
  color: #33588f;
}
.xts-opinion-post-wrapper .xts-opinion-post-left .xts-opinion-post-info li:last-child {
  margin: 0;
}
.xts-opinion-post-wrapper .xts-opinion-post-left blockquote {
  font-size: 70px;
  line-height: 100%;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.xts-opinion-post-wrapper .xts-opinion-post-left .xts-title {
  color: #33588f;
  font-family: AlegreyaSans-Regular;
  font-size: 30px;
  margin: 0;
}
.xts-opinion-post-wrapper .xts-opinion-post-left h3 {
  font-size: 30px;
}
.xts-opinion-post-wrapper .xts-opinion-post-left span {
  color: #33588f;
}
.xts-opinion-post-wrapper .xts-opinion-post-left img {
  margin-bottom: 15px;
  width: 100%;
}
.xts-opinion-post-wrapper .xts-opinion-post-left .xts-post-img {
  margin-bottom: 15px;
  position: relative;
}
.xts-opinion-post-wrapper .xts-opinion-post-left .xts-post-img:after {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #33588f;
  position: absolute;
  right: -60px;
  top: 0;
}
.xts-opinion-post-wrapper .xts-opinion-post-left .xts-post-img img {
  margin-bottom: 0;
}
.xts-opinion-post-wrapper .xts-opinion-post-right .xts-opinion-post-right-inner {
  margin-bottom: 15px;
}
.xts-opinion-post-wrapper .xts-opinion-post-right .xts-opinion-post-right-inner h2 {
  color: #33588f;
  font-size: 40px;
}
.xts-opinion-post-wrapper .xts-opinion-post-right .xts-opinion-post-right-inner ul {
  margin: 0;
  padding: 0;
}
.xts-opinion-post-wrapper .xts-opinion-post-right .xts-opinion-post-right-inner ul li {
  border-top: 1px solid #afacab;
  list-style: none;
  padding: 10px 0;
}
.xts-opinion-post-wrapper .xts-opinion-post-right .xts-opinion-post-right-inner ul li a {
  color: #1f1f1f;
  text-decoration: none;
}
.xts-opinion-post-wrapper .xts-opinion-post-right .xts-opinion-post-right-inner ul li a:hover {
  text-decoration: underline;
}
.xts-opinion-post-wrapper .xts-opinion-post-right .xts-opinion-post-right-inner ul li p {
  margin: 0;
}
.xts-opinion-post-wrapper .xts-opinion-post-right .xts-opinion-post-right-inner ul li p.xts-post-category {
  color: #33588f;
  text-transform: uppercase;
  font-size: 16px;
}
.xts-opinion-post-wrapper .xts-opinion-post-right .xts-opinion-post-right-inner ul li p.xts-post-date strong {
  color: #33588f;
}
@media only screen and (max-width: 1199px) {
  .xts-home .xts-newsletter-email-form-wrapper .wpcf7-form h3 {
    font-size: 18px;
  }
  .xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-bottom {
    max-width: 483px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav .nav__content .main-navigation ul li:first-child a {
    font-size: 15px;
  }
  .nav__list-item a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .xts-home .xts-newsletter-email-form-wrapper .wpcf7-form h3 {
    font-size: 14px;
  }
  .xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-bottom {
    width: 53%;
  }
  .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .xts-search-wrapper {
    top: 80px;
  }
  .xts-footer {
    background: #0d2240;
  }
  .xts-footer .xts-footer-section-one .xts-bottom {
    width: 100%;
    height: 100px;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
    font-weight: bold;
  }
  .xts-search-wrapper .xts-search-inner .xts-search-close {
    margin-left: -24px;
    margin-top: -4px;
  }
  .xts-banner-section .xts-banner-inner h1 {
    font-size: 60px;
    line-height: 60px;
    margin-top: 30px;
  }
  .xts-home .xts-section-one .xts-left {
    padding-right: 15px;
  }
  .xts-home .xts-section-one .xts-left a.xts-post-link div {
    height: 200px;
  }
  .xts-home .xts-section-one .xts-center {
    margin: 0 15px;
  }
  .xts-home .xts-section-one .xts-right {
    padding: 0 15px;
  }
  .xts-home .xts-section-two {
    background-color: #f5f5f5;
    padding: 20px 0;
  }
  .xts-home .xts-section-two .xts-aside-wrapper:after {
    background-color: transparent;
  }
  .xts-home .xts-video-section .master-slider-parent .master-slider {
    margin: 0 !important;
  }
  .xts-home .xts-video-section .master-slider-parent .master-slider .ms-thumb-list {
    margin-top: 80px;
    position: relative;
    right: 0 !important;
    width: 100% !important;
    height: 500px;
  }
  .xts-home .xts-video-section .master-slider-parent .master-slider .ms-thumb-list .ms-thumbs-cont .ms-thumb-frame {
    width: 100% !important;
  }
  .xts-home .xts-video-section .master-slider-parent .master-slider .ms-thumb-list .ms-thumbs-cont .ms-thumb-frame img {
    width: 100% !important;
  }
  .xts-home .xts-video-section .master-slider-parent .master-slider .ms-slide-info {
    margin-top: 0 !important;
    position: absolute !important;
    top: 175px !important;
  }
  .xts-home .xts-video-section h2 {
    font-size: 16px;
  }
  .xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-heading {
    display: none;
  }
  .xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner {
    display: block;
  }
  .xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-img {
    width: 100%;
  }
  .xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-img h4 {
    font-size: 35px;
  }
  .xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-slider {
    padding: 15px 15px 40px;
    width: 100%;
  }
  .xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-bottom {
    bottom: 10px;
    right: 0;
    width: 95%;
    left: 0;
    margin: 0 auto;
  }
  .xts-the-buzzs-section .xts-buzz-wrapper .xts-buzz-inner .xts-buzz-bottom p {
    text-align: center;
  }
  .xts-footer .xts-footer-section:not(.xts-footer-section-two) {
    border-bottom: 1px solid #afacab;
    margin-bottom: 15px;
  }
  .xts-footer .xts-footer-section:not(.xts-footer-section-two) h2 {
    margin-bottom: 0;
  }
  .xts-footer .xts-footer-section-one .xts-bottom {
    height: auto;
  }
  .xts-footer .xts-footer-section-three .menu-ssi-footer-container:after {
    background: none;
  }
	
	#masthead{
		display:none;
	}
}
@media (max-width: 480px) {
  .xts-home .xts-newsletter-email-form-wrapper .wpcf7-form h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .xts-home .xts-newsletter-email-form-wrapper .wpcf7-form .wpcf7-response-output {
    bottom: -25px;
    font-size: 12px;
  }
  .xts-header .site-header-main .xts-header-right .xts-header-right-inner {
    float: none;
  }
  .xts-header .site-header-main .xts-header-right .xts-header-right-inner p {
    font-size: 14px;
  }
  .xts-tile {
    grid-template-columns: 100%;
  }
  .xts-tile .xts-tile-left {
    min-height: 200px;
  }
  .xts-tile .xts-tile-right {
    margin: 0;
  }
  .xts-opinion-post-wrapper .xts-opinion-post-left .xts-opinion-post-info {
    display: inline-block;
  }
  .xts-opinion-post-wrapper .xts-opinion-post-left .xts-opinion-post-info li {
    margin: 0;
    width: 100%;
  }
  .xts-footer .xts-footer-section-three .menu-ssi-footer-container:after {
    background: none;
  }
}
/*# sourceMappingURL=style.css.map */