* {
  outline: none !important;
}
body {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  letter-spacing: .3px;
  color: #616161;
  line-height: 1.75em;
  font-weight: 300;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a,
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
}
p {
  margin-bottom: 20px;
}
.bm-0 {
  margin-bottom: 0 !important;
}
.ovh {
  overflow: hidden;
}
.psr-z13 {
  position: relative;
  z-index: 13;
}
.two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.use-full-links p {
  margin-bottom: 10px;
}
.flex-vh-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services-box-shadow {
  box-shadow: 7px 7px 12px -7px #dadada;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn.btn-primary {
  background: #1a2980;
  border-color: #1a2980;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-primary:hover {
  background: transparent;
  border-color: #1a2980;
  color: #1a2980;
}
.btn.btn-primary:focus {
  outline: 0;
}
.btn.btn-info {
  background: transparent;
  border-color: #1a2980;
  color: #1a2980;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-info:hover {
  background: #1a2980;
  border-color: #1a2980;
  color: #ffffff;
}
.btn.btn-info:focus {
  outline: 0;
}
.gradiant-btn .qx-btn:hover,
.gradiant-btn .btn:hover {
  background: #2681cf;
  background: -moz-linear-gradient(left, #2681cf 0%, #26d0ce 100%);
  background: -webkit-linear-gradient(left, #2681cf 0%, #26d0ce 100%);
  background: linear-gradient(to right, #2681cf 0%, #26d0ce 100%);
}
.arrow-icon i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-icon:hover i {
  padding-left: 5px;
}
.boxed .t3-wrapper {
  width: 90%;
  margin: 0 auto;
  background: #F1F1F1;
  position: relative;
  overflow: hidden;
}
.boxed .t3-wrapper .container {
  width: 100%;
}
.boxed .t3-wrapper .navbar-fixed-top .container {
  width: 90%;
}
.bordered-blurb .qx-element-blurb {
  border-right: 1px dashed #e2e2e2;
  padding: 50px 15px;
  position: relative;
  margin: 0;
}
.bordered-blurb .qx-column {
  padding: 0;
}
.bordered-blurb .qx-column:last-child .qx-element-blurb {
  border-right: 0;
}
.bordered-blurb .qx-element-blurb + .qx-element-blurb:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  border-top: 1px dashed #e2e2e2;
}
.t3-sl-roof {
  background: #f8f8f8;
  border-bottom: 1px solid #f1f1f1;
}
.t3-sl-roof.t3-sl {
  padding: 0;
}
.t3-sl-roof .t3-module,
.t3-sl-roof p {
  margin: 0;
}
.t3-sl-roof .mod-txlinks {
  margin-top: 6px;
}
.t3-sl-roof .mod-txlinks .icon-set {
  margin-right: 10px;
  color: #a9a9a9;
}
.t3-sl-roof .mod-txlinks .icon-set:last-child {
  margin-right: 0;
}
.t3-sl-roof .mod-txlinks .icon-set .fa {
  color: #1a2980;
  margin-right: 2px;
}
.t3-sl-roof .mod-txsociallinks {
  text-align: right;
}
.t3-sl-roof .mod-txsociallinks .icon-set {
  color: #1a2980;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
}
.t3-sl-roof .mod-txsociallinks .icon-set:last-child {
  border-right: 0;
}
a[href="facebook.com"]:hover,
a:hover .fa-facebook {
  color: #3b5998;
}
a[href="twitter.com"]:hover,
a:hover .fa-twitter {
  color: #00abf0;
}
a[href="linkedin.com"]:hover,
a:hover .fa-linkedin {
  color: #105b88;
}
a[href="behance.com"]:hover,
a:hover .fa-behance {
  color: #1478ff;
}
a[href="dribbble.com"]:hover,
a:hover .fa-dribbble {
  color: #f16396;
}
a[href="plus.google.com"]:hover,
a:hover .fa-google-plus {
  color: #DB4437;
}
.t3-header {
  padding-top: 22px;
  padding-bottom: 22px;
}
.t3-header.navbar-fixed-top {
  position: fixed !important;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  margin-top: -15px;
  z-index: 99999;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.t3-header.navbar-fixed-top .navbar-nav {
  margin-top: 20px;
}
.t3-header.navbar-fixed-top .navbar-nav > li > a,
.t3-header.navbar-fixed-top .navbar-nav > li > span {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.t3-header.navbar-fixed-top .logo a {
  margin-top: 25px;
}
.t3-header.navbar-fixed-top .head-search .search-icon {
  margin-top: 16px;
}
.t3-header.navbar-fixed-top .head-search .header-search-form.search-toggle {
  top: 28px;
}
@media (min-width: 1200px) {
  .head-search .search-icon {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding: 10px;
    margin-top: 30px;
    line-height: 22px;
  }
}
.header-transparent .t3-header {
  padding-bottom: 20px;
}
.header-transparent .t3-header.navbar-fixed-top {
  background: #ffffff !important;
}
.com_quix .t3-header.navbar-fixed-top .navbar-nav {
  margin-top: 20px;
}
.com_quix .t3-header.navbar-fixed-top .navbar-nav > li > a,
.com_quix .t3-header.navbar-fixed-top .navbar-nav > li > span {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.com_quix .header3.t3-header.navbar-fixed-top .navbar-nav > li > a,
.com_quix .header3.t3-header.navbar-fixed-top .navbar-nav > li > span {
  padding-top: 30px !important;
}
@media screen and (max-width: 480px) {
  .logo {
    width: 75%;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin-top: 26px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.separator {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.separator .caret {
  margin-left: 5px;
}
.t3-navbar .t3-megamenu .mega-nav > li,
.t3-navbar .t3-megamenu .dropdown-menu .mega-nav > li {
  margin: 5px 5px 5px 5px;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  padding: 3px 15px !important;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover {
  padding: 3px 20px !important;
}
.t3-megamenu .mega-inner,
.dropdown-menu {
  padding: 0 !important;
}
.navbar-nav > li > a,
.navbar-nav > li > span {
  padding-top: 30px !important;
  padding-bottom: 0px !important;
  text-transform: uppercase;
}
.t3-mainnav .t3-megamenu .mega-group-ct .row {
  margin: 0;
}
.t3-mainnav .t3-megamenu .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  background: #212121;
}
.t3-mainnav .t3-megamenu .dropdown .mega-dropdown-menu .mega-inner li a,
.t3-mainnav .t3-megamenu .dropdown .mega-dropdown-menu .mega-inner li .separator {
  color: #cccccc;
}
.t3-mainnav .t3-megamenu .dropdown .mega-col-nav {
  padding: 0;
  padding-right: 15px;
}
.t3-mainnav .t3-megamenu .dropdown .mega-col-nav:last-child {
  padding-right: 0;
}
.t3-mainnav .t3-megamenu .dropdown.mega .mega-group .mega-group-title {
  font-size: 14px;
  padding: 25px;
  color: #18191b;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .open,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > li > span {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open:hover,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > span:hover {
  color: #1a2980;
}
.off-canvas-toggle {
  display: none;
}
.navbar-default {
  background-color: transparent;
  border: 0;
}
.t3-header {
  padding-top: 0;
  padding-bottom: 20px;
  width: 100%;
  z-index: 123;
  background: #ffffff;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.com_quix.header-transparent .t3-header {
  position: absolute;
  padding-bottom: 50px;
  background: transparent;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.com_quix.header-transparent .navbar-nav > li > a,
.com_quix.header-transparent .navbar-nav > li > span {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding: 10px;
}
.com_quix.header-transparent .head-search a {
  background: transparent;
}
.navbar-nav > li > a,
.navbar-nav > li > span {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding: 10px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li.active,
.navbar-default .navbar-nav > li.active .separator {
  background-color: transparent;
  position: relative;
  color: #1a2980;
}
.navbar-default .navbar-nav > .active > a .mega-inner .current.active,
.navbar-default .navbar-nav > .active > a:hover .mega-inner .current.active,
.navbar-default .navbar-nav > .active > a:focus .mega-inner .current.active,
.navbar-default .navbar-nav > li.active .mega-inner .current.active,
.navbar-default .navbar-nav > li.active .separator .mega-inner .current.active {
  background: #1a2980;
}
.navbar-default .navbar-nav > .active > a .mega-inner .current.active a,
.navbar-default .navbar-nav > .active > a:hover .mega-inner .current.active a,
.navbar-default .navbar-nav > .active > a:focus .mega-inner .current.active a,
.navbar-default .navbar-nav > li.active .mega-inner .current.active a,
.navbar-default .navbar-nav > li.active .separator .mega-inner .current.active a {
  color: #ffffff;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  color: #ffffff !important;
  background-color: #1a2980 !important;
}
.t3-megamenu.animate .mega.open > .mega-dropdown-menu,
.t3-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
  border-bottom: 3px solid #1a2980;
}
.mega-col-module {
  padding: 25px;
  color: #616161;
}
.navbar-nav > li > a,
.navbar-nav li > span {
  margin-top: -0px;
}
.navbar-nav > li > span {
  cursor: pointer;
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active > a {
  background-color: #1a2980;
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active a {
  color: #ffffff !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #1a2980;
}
.dropdown-submenu > a:after,
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
  margin-top: 9px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("https://www.themexpert.com/templates/txv5/images/logo.png");
}
.t3-header.navbar-fixed-top .navbar-default .navbar-nav > li a,
.t3-header.navbar-fixed-top .navbar-default .navbar-nav > li span {
  color: #444444;
}
.t3-header.navbar-fixed-top .navbar-default .navbar-nav > li a:hover,
.t3-header.navbar-fixed-top .navbar-default .navbar-nav > li span:hover,
.t3-header.navbar-fixed-top .navbar-default .navbar-nav > li a.current,
.t3-header.navbar-fixed-top .navbar-default .navbar-nav > li span.current {
  color: #1a2980;
}
.t3-header.navbar-fixed-top .navbar-default .navbar-nav > li.active > a {
  color: #1a2980;
}
.left-sidebar-menu .nav {
  background: #fafafa;
}
.left-sidebar-menu .nav li {
  border-bottom: 1px solid #f0f0f0;
}
.left-sidebar-menu .nav li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #444444;
  font-weight: 700;
  border-radius: 0;
  padding: 20px 20px 20px 40px;
}
.left-sidebar-menu .nav li a:before {
  content: "";
  position: absolute;
  background: #1a2980;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.left-sidebar-menu .nav li a:hover {
  background-color: transparent;
}
.left-sidebar-menu .nav li a:hover:before {
  opacity: 1;
}
.left-sidebar-menu .nav li.active a {
  background: transparent;
  position: relative;
}
.left-sidebar-menu .nav li.active a:before {
  opacity: 1;
}
.left-sidebar-menu .nav li.active a:hover {
  color: #444444;
}
.left-sidebar-menu .nav li + li {
  margin: 0;
}
.t3-sl {
  padding-bottom: 44px;
  padding-top: 44px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 66px;
    padding-top: 66px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 700;
  word-wrap: break-word;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 12px;
}
.our-service h3 {
  font-size: 24px;
  color: #212121;
}
.t3-mainbody {
  padding: 100px 0 100px;
}
.com_quix .t3-mainbody {
  padding: 0;
}
.page-header {
  border-bottom: 0;
}
.page-header h2 {
  font-size: 25px;
  text-transform: inherit;
  margin-top: 0;
  margin-bottom: -5px;
}
.page-title {
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: inherit;
}
.t3-content article .divider-vertical {
  margin: 40px 0;
}
.t3-content article .article-aside {
  margin-bottom: 0;
}
.t3-content article .article-image.article-image-full {
  margin-bottom: 30px;
}
.t3-content .article-header .article-title {
  font-size: 25px;
  text-transform: inherit;
  margin-bottom: 5px;
}
.pagenav > li {
  float: inherit;
}
.items-more h3 {
  text-transform: inherit;
}
.t3-sidebar {
  padding-bottom: 22px;
}
.t3-sidebar ul {
  margin-left: 0;
  list-style: none;
}
.t3-sidebar ul li {
  border-bottom: 1px solid #dddddd;
}
.t3-sidebar ul li:last-child {
  border: 0;
}
.t3-sidebar ul li a {
  padding: 8px 0;
  display: block;
}
.newsfeed .redirect-ltr {
  font-size: 25px;
  text-transform: inherit;
}
.newsfeed ol {
  padding-left: 0;
}
.newsfeed ol li {
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
}
.newsfeed ol li h3 {
  font-size: 20px;
  text-transform: inherit;
}
.newsfeed .feed-item-description img {
  margin-right: 25px;
}
.layout-blog .t3-wrapper,
.view-article .t3-wrapper {
  background: #fff;
}
.layout-blog .t3-wrapper .items-leading,
.view-article .t3-wrapper .items-leading,
.layout-blog .t3-wrapper .items-row,
.view-article .t3-wrapper .items-row,
.layout-blog .t3-wrapper .item-page,
.view-article .t3-wrapper .item-page {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 0 3px 1px #ddd;
}
.layout-blog .t3-wrapper article .readmore a.btn,
.view-article .t3-wrapper article .readmore a.btn {
  border-radius: 0;
  border-color: #1a2980;
  padding: 12px 30px;
}
.layout-blog .t3-wrapper article .readmore a.btn:hover,
.view-article .t3-wrapper article .readmore a.btn:hover {
  background: #1a2980;
  color: #ffffff;
}
.layout-blog .t3-wrapper .article-title a,
.view-article .t3-wrapper .article-title a {
  color: #444;
}
.layout-blog .t3-wrapper .article-title a:hover,
.view-article .t3-wrapper .article-title a:hover {
  color: #1a2980;
}
.layout-blog .t3-wrapper .t3-module.module,
.view-article .t3-wrapper .t3-module.module {
  background: #fff;
}
.layout-blog .t3-wrapper .t3-module.module .module-inner .module-title,
.view-article .t3-wrapper .t3-module.module .module-inner .module-title,
.layout-blog .t3-wrapper .t3-module.module .module-inner .module-ct,
.view-article .t3-wrapper .t3-module.module .module-inner .module-ct {
  padding: 15px 25px;
}
.layout-blog .t3-wrapper .t3-module.module .module-inner .module-title,
.view-article .t3-wrapper .t3-module.module .module-inner .module-title {
  margin-bottom: 0;
  background: #1a2980;
  color: #ffffff;
}
.layout-blog .t3-wrapper .t3-module.module .module-inner .module-ct a,
.view-article .t3-wrapper .t3-module.module .module-inner .module-ct a {
  color: #444;
}
.layout-blog .t3-wrapper .t3-module.module .module-inner .module-ct a:hover,
.view-article .t3-wrapper .t3-module.module .module-inner .module-ct a:hover {
  color: #1a2980;
}
.pagination-wrap .pagination a,
.dc-pagination .pagination a {
  margin-top: 0;
  border-radius: 0;
  color: #1a2980 !important;
}
.pagination-wrap .pagination .active a,
.dc-pagination .pagination .active a {
  position: relative;
  background-color: #1a2980;
  color: #ffffff !important;
  border-top: 5px solid #1a2980;
  border-bottom: 5px solid #1a2980;
  margin-top: -3px;
  border-color: #1a2980;
}
.pagination-wrap .pagination .active a:before,
.dc-pagination .pagination .active a:before,
.pagination-wrap .pagination .active a:after,
.dc-pagination .pagination .active a:after {
  content: "";
  position: absolute;
  left: -6px;
}
.pagination-wrap .pagination .active a:before,
.dc-pagination .pagination .active a:before {
  border-left: 5px solid rgba(255, 255, 0, 0);
  border-bottom: 5px solid #1a2980;
  top: -5px;
}
.pagination-wrap .pagination .active a:after,
.dc-pagination .pagination .active a:after {
  border-top: 6px solid #1a2980;
  border-left: 5px solid rgba(255, 255, 0, 0);
  bottom: -5px;
}
.pagination-wrap .pagination .active a span:before,
.dc-pagination .pagination .active a span:before,
.pagination-wrap .pagination .active a span:after,
.dc-pagination .pagination .active a span:after {
  content: "";
  position: absolute;
  right: -6px;
}
.pagination-wrap .pagination .active a span:before,
.dc-pagination .pagination .active a span:before {
  border-right: 5px solid rgba(255, 255, 0, 0);
  border-bottom: 5px solid #1a2980;
  top: -5px;
}
.pagination-wrap .pagination .active a span:after,
.dc-pagination .pagination .active a span:after {
  border-top: 6px solid #1a2980;
  border-right: 5px solid rgba(255, 255, 0, 0);
  bottom: -5px;
}
.pagination-wrap .pagination .active a:hover,
.dc-pagination .pagination .active a:hover {
  background-color: #1a2980;
  border-color: #1a2980;
}
.item-image {
  margin-bottom: 20px;
}
.page-header {
  margin-bottom: 0;
}
dl.article-info.muted {
  margin-bottom: 30px;
  float: left;
  color: #999999;
  font-size: 13px;
}
dl.article-info.muted a {
  color: #999999;
}
.pagenav {
  margin-top: 30px;
}
.t3-footer {
  background: #2b2b2b;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
  color: #969595;
  padding: 20px 0;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer .custom-links li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
.t3-footer .custom-links li:last-child {
  border-bottom: 0;
}
.t3-footer .custom-links li:first-child a {
  padding-top: 0;
}
.t3-footer .custom-links li a {
  padding: 10px 0;
  display: block;
  line-height: 1;
}
.t3-footnav {
  padding: 22px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 44px 0;
  }
}
.t3-footnav .t3-module {
  background: transparent;
  color: #969595;
  margin-top: 11px;
  margin-bottom: 11px;
}
.t3-footnav .t3-module .module-title {
  color: #969595;
  font-size: 20px;
  margin-bottom: 11px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #969595;
  text-decoration: none;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #1a2980;
}
.footer-subscribe-box .input-group {
  max-width: 500px;
  margin: 0 auto;
}
.footer-subscribe-box .input-group .form-control {
  background: #4a4a4a;
  color: #fff;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 20px;
  height: 55px;
}
.footer-subscribe-box .input-group .input-group-btn .btn {
  background: #d42531;
  background: -moz-linear-gradient(left, #d42531 0%, #db7a3b 100%);
  background: -webkit-linear-gradient(left, #d42531 0%, #db7a3b 100%);
  background: linear-gradient(to right, #d42531 0%, #db7a3b 100%);
  color: #fff;
  border-radius: 0;
  padding: 10px 28px;
  height: 55px;
  border: 0;
  z-index: 33;
}
.footer-subscribe-box .input-group .input-group-btn .btn2 {
  background: #2681cf;
  background: -moz-linear-gradient(left, #2681cf 0%, #26d0ce 100%);
  background: -webkit-linear-gradient(left, #2681cf 0%, #26d0ce 100%);
  background: linear-gradient(to right, #2681cf 0%, #26d0ce 100%);
  color: #fff;
  border-radius: 0;
  padding: 10px 28px;
  height: 55px;
  border: 0;
  z-index: 33;
}
#xt-wrap {
  border: 0;
}
#xt-wrap .xt-list li {
  border: 0;
}
#xt-wrap .xt-list li .xt-inner-pad {
  padding: 0 0 0 70px;
  position: relative;
  display: table;
  margin: 0 auto;
}
#xt-wrap .xt-list li .xt-inner-pad:before {
  content: "\f099";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  color: #fff;
  font-size: 50px;
}
#xt-wrap .xt-list li .xt-inner-pad .xt-tweet {
  margin: 0;
  color: #fff;
}
#xt-wrap .xt-list li .xt-inner-pad .xt-tweet a {
  color: #fff;
}
.t3-copyright {
  font-size: 13px;
  font-weight: 300;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small a {
  color: #ffffff;
}
.footer-widget .t3-footnav {
  padding: 0;
}
.footer-widget .t3-footnav .t3-module {
  margin: 0;
}
.copyright .navbar-nav.nav li {
  margin-right: 20px;
}
.copyright .navbar-nav.nav li:last-child {
  margin-right: 0;
}
.copyright .navbar-nav.nav li.active a {
  background-color: transparent;
}
.copyright .navbar-nav.nav li.active a:hover {
  color: #969595;
}
.copyright .navbar-nav.nav li a {
  padding: 0 !important;
  color: #969595;
  text-transform: inherit;
}
.copyright .navbar-nav.nav li a:before {
  height: 0;
}
.copyright .navbar-nav.nav li a:hover {
  background-color: transparent;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.head-search .search-icon {
  background: transparent;
  color: #0000ee;
  text-align: center;
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
  line-height: 35px;
  padding: 0;
  margin: 24px 0 0 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.head-search .header-search-form {
  display: none;
  position: absolute;
  z-index: 120;
  right: 40px;
  width: 95.3%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.head-search .header-search-form.search-toggle {
  display: block;
  top: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.head-search .header-search-form .form-control {
  width: 100% !important;
  border-radius: 0;
  height: 45px;
}
.head-search.layout_fullscreen.active {
  z-index: 123;
  position: relative;
}
.header2-logo-right .header-search-form {
  left: 40px;
}
.header2-logo-right button.btn.btn-primary.off-canvas-toggle {
  left: 40px;
}
.header3-logo-center .logo {
  border-bottom: 1px solid rgba(241, 241, 241, 0.1);
  padding-bottom: 20px;
}
.header3-logo-center .logo a {
  margin-bottom: 10px;
}
.header3-logo-center.t3-header.navbar-fixed-top .head-search .search-icon {
  margin-top: 20px;
}
.header4-logo-off-canvas.t3-header {
  padding-bottom: 10px;
}
.header4-logo-off-canvas.t3-header.navbar-fixed-top {
  padding-bottom: 14px !important;
}
.header4-logo-off-canvas.t3-header.navbar-fixed-top .off-canvas-toggle {
  margin-top: 33px;
}
.header4-logo-off-canvas .logo a {
  margin-top: 21px;
}
.header4-logo-off-canvas .head-search .search-icon {
  margin: 7px 0 0 10px;
}
.header4-logo-off-canvas .off-canvas-toggle {
  display: block;
  position: absolute;
  right: 40px;
  margin-top: 21px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.off-canvas-toggle {
  right: 40px !important;
  margin-top: 21px !important;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.t3-header.navbar-fixed-top .off-canvas-toggle {
  margin-top: 33px !important;
}
.explore-gallery .explore-gallery-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.preloader-box {
  position: fixed;
  background: #1a2980;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  padding-top: 25%;
  text-align: center;
}
.preloader4 {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #1a2980;
  border-right-color: #1a2980;
  -webkit-animation: preloader4 0.8s linear infinite;
  animation: preloader4 0.8s linear infinite;
}
@keyframes preloader4 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader4 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}