@charset "UTF-8";

.theme-color {
  color: #2D2A6D;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #363636;
}


.white-bg {
  background: #ffffff;
}

.theme-bg {
  background: #2D2A6D;
}

.black-bg {
  background: #323232;
}



.page-section-pb {
  padding: 0 0 80px;
}



.fw-5 {
  font-weight: 500;
}

.fw-8 {
  font-weight: 800;
}



.l-height-24 {
  line-height: 24px;
}

.l-height-26 {
  line-height: 26px;
}



.p-0 {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}


.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}



.ml-15 {
  margin-left: 15px !important;
}



.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-70 {
  padding-top: 70px !important;
}


.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}


.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}


.full-width {
  width: 100% !important;
}

section {
  background: #ffffff;
}

.uppercase {
  text-transform: uppercase;
}


body {
  font-family: tahoma, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #626262;
}

a {
  outline: medium none !important;
  color: #2D2A6D;
  -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:focus {
  color: #2D2A6D;
  text-decoration: none !important;
}

a:hover {
  color: #2D2A6D;
  text-decoration: none !important;
}

h1,
h5,
h6 {
  font-family:  'Exo 2', sans-serif;
  font-weight: 700;
  color: #363636;
  margin-top: 0px;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

h5 a {
  color: inherit;
}

h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-weight: normal;
  line-height: 1.5;
  color: #626262;
}

*::-moz-selection {
  background: #2D2A6D;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #2D2A6D;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #2D2A6D;
  color: #ffffff;
  text-shadow: none;
}


#back-to-top .top {
  z-index: 999;
  position: fixed;
  margin: 0px;
  color: #ffffff;
  -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;
  position: fixed;
  bottom: 105px;
  right: 15px;
  border-radius: 3px;
  z-index: 999;
  background: transparent;
  font-size: 14px;
  background: #2D2A6D;
  width: 40px;
  height: 40px;
  text-align: center;
}

#back-to-top i {
  padding-top: 2px;
  font-size: 20px;
}

#back-to-top span {
  display: block;
  line-height: 8px;
  font-size: 11px;
}

.action-box {
  position: relative;
}

.table {
  margin-bottom: 0;
}

.table td {
  vertical-align: middle;
}

.table td {
  border-top: 1px solid #dee2e6;
}



.button {
  background: #2D2A6D;
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  font-family:  'Exo 2', sans-serif;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  border: 2px solid #2D2A6D;
  cursor: pointer;
}

.button + .button {
  margin-left: 20px;
}

.button.d-grid {
  margin-left: 0px;
}

.button:hover {
  background: #363636;
  color: #ffffff;
  border-color: #363636;
}

.button:focus {
  background: #363636;
  color: #ffffff;
  border-color: #363636;
}

.button.white {
  background: #ffffff;
  color: #2D2A6D;
  border-color: #ffffff;
}

.button.white:hover {
  background: #363636;
  color: #ffffff;
  border-color: #363636;
}

.button.white:focus {
  background: #363636;
  color: #ffffff;
  border-color: #363636;
}

.button.button-border {
  background: transparent;
  border: 2px solid #2D2A6D;
  color: #323232;
}

.button.button-border:hover {
  background: #2D2A6D;
  color: #ffffff;
  border-color: #2D2A6D;
}

.button.button-border:focus {
  background: #2D2A6D;
  color: #ffffff;
  border-color: #2D2A6D;
}

.button.button-border.white {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.button.button-border.white:hover {
  background: #ffffff;
  color: #2D2A6D;
  border-color: #ffffff;
}

.button.button-border.white:focus {
  background: #ffffff;
  color: #2D2A6D;
  border-color: #ffffff;
}

.button.x-small {
  padding: 8px 14px;
  font-size: 12px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus {
  background: #2D2A6D;
  border-color: #2D2A6D;
  -webkit-box-shadow: 0px 0px 0.2rem rgba(45, 42, 109, 0.5);
  -moz-box-shadow: 0px 0px 0.2rem rgba(45, 42, 109, 0.5);
  box-shadow: 0px 0px 0.2rem rgba(45, 42, 109, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #2D2A6D;
  border-color: #2D2A6D;
  -webkit-box-shadow: 0px 0px 0.2rem rgba(45, 42, 109, 0.5);
  -moz-box-shadow: 0px 0px 0.2rem rgba(45, 42, 109, 0.5);
  box-shadow: 0px 0px 0.2rem rgba(45, 42, 109, 0.5);
}

.counter {
  position: relative;
  color: #363636;
  min-height: 60px;
}

.counter .timer {
  display: block;
  font-size: 44px;
  font-weight: 500;
  line-height: 40px;
  margin: 20px 0 5px;
}

.counter label {
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0 0;
  position: relative;
  text-transform: capitalize;
}

.divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.divider.icon {
  border: 0;
  color: #ccc;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.divider.icon:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
  content: "";
  display: inline-block;
  display: inline-block;
  height: 10px;
  height: 10px;
  margin: 0 -4px 0 -100%;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  vertical-align: top;
  width: 50%;
  width: 50%;
}

.divider.icon:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
  content: "";
  display: inline-block;
  display: inline-block;
  height: 10px;
  height: 10px;
  margin: 0 -4px 0 -100%;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  vertical-align: top;
  width: 50%;
  width: 50%;
}

.divider.icon::after {
  margin: 0 -100% 0 0;
  margin: 0 -100% 0 0;
}

.divider.icon span {
  margin: 0 20px 0 24px;
  margin: 0 20px 0 24px;
}


.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

/* Dots */

.page-title {
  display: block;
  padding-top: 250px;
  padding-bottom: 100px;
  position: relative;
}

.page-title .container {
  height: 100%;
  position: relative;
}

.page-title span {
  text-transform: capitalize;
}

.page-title h1 {
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
}

.page-title .page-title-name {
  display: inline-block;
}


.default {
  background: transparent;
  z-index: 9999;
  position: absolute;
  width: 100%;
}

body > .wrapper {
  position: relative;
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
}

.topbar ul li {
  display: inline-block;
  color: #FFCC04;
  font-size: 13px;
  font-weight: normal;
  margin-right: 10px;
}

.topbar ul li:last-child {
  margin-right: 0px;
}

.topbar ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}

.topbar ul li a:hover {
  color: #2D2A6D;
}

.topbar-social {
  position: relative;
}

.topbar-social ul li a {
  margin-left: 5px;
}

.topbar-social ul li a span {
  margin-right: 5px;
  font-size: 12px;
}

.topbar-social ul li:last-child a span {
  margin-right: 0;
}

.menu-bar {
  float: right;
}

.mega-menu .menu-links {
  float: left;
}

.mega-menu .menu-links > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.mega-menu .menu-logo {
  padding: 25px 0 25px;
}

.mega-menu .menu-logo img {
  height: 48px;
}

.mega-menu > section.menu-list-items {
  padding: 0;
}

.mega-menu .row {
  margin-left: 0px;
  margin-right: 0px;
}

.mega-menu .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 992px) {
  .mega-menu {
    min-height: inherit;
  }
  .mega-menu > section.menu-list-items {
    float: none;
  }
  .mega-menu > section.menu-list-items > .container {
    height: 100%;
  }
  .mega-menu > section.menu-list-items > .container > .row {
    height: 100%;
  }
  .mega-menu > section.menu-list-items > .container > .row > div {
    height: 100%;
  }
  .mega-menu > section.menu-list-items .menu-bar {
    height: 100%;
  }
  .mega-menu > section.menu-list-items .menu-bar > ul {
    display: table !important;
    height: 100%;
  }
  .mega-menu > section.menu-list-items .menu-bar > ul > li {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .mega-menu .drop-down-multilevel {
    top: 100%;
  }
}

.owl-carousel img {
  width: 100%;
}

.sidebar-widget .recent-post {
  border-bottom: 0px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sidebar-widget .recent-post .recent-post-image {
  float: left;
  margin-right: 15px;
}

.sidebar-widget .recent-post .recent-post-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.sidebar-widget .recent-post .recent-post-info {
  overflow: hidden;
}

.sidebar-widget .recent-post .recent-post-info a {
  display: block;
  margin-bottom: 5px;
  color: #323232;
}

.sidebar-widget .recent-post .recent-post-info a:hover {
  color: #2D2A6D;
}

.sidebar-widget .recent-post .recent-post-info span {
  color: #2D2A6D;
  font-style: italic;
  font-size: 14px;
}

.sidebar-widget .recent-post .recent-post-info span i {
  padding-right: 10px;
}

.sidebar-widget .recent-post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-widget .recent-post.medium .recent-post-image {
  width: 150px;
}

.sidebar-widget .recent-post.medium .recent-post-image img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

label:after {
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  top: -3px;
  left: 0;
  padding-left: 2px;
  border-radius: 3px;
}

.footer h6 {
  font-size: 14px;
}

.footer a {
  font-size: 14px;
}

.footer .footer-social ul li a {
  color: rgba(255, 255, 255, 0.5) !important;
  padding-top: 10px;
}

.footer .footer-social ul li a:hover {
  color: #2D2A6D !important;
}

.full-width {
  width: 100%;
}

.popup-video-image {
  position: relative;
}

.popup-video-image:before {
  background: rgba(37, 41, 51, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.popup-video-image a i {
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  background: #2D2A6D;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  font-size: 20px;
  -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;
}

.popup-video-image a i:hover {
  background: #323232;
}

.blog-overlay {
  position: relative;
  text-align: left;
  z-index: 2;
  -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;
}

.blog-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  left: 0;
  right: 0;
  z-index: 1;
}

.blog-overlay .blog-name {
  padding-left: 30px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

.blog-overlay .blog-image {
  overflow: hidden;
  position: relative;
}

.blog-overlay .blog-image img {
  -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;
}

.blog-overlay:hover .blog-image img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-overlay:hover:before {
  z-index: 1;
}

.video-attribute {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.video-attribute .quality {
  background: #dd3333;
  padding: 0px 8px;
  color: #ffffff;
  margin-left: 2px;
  border-radius: 2px;
  font-size: 13px;
}

.popup-video-image.border-video a i {
  font-size: 14px;
  width: 70px;
  height: 70px;
  line-height: 62px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  border: 5px solid rgba(255, 255, 255, 0.6);
}

.popup-video-image.border-video a i:hover {
  border: 5px solid rgba(255, 255, 255, 0.8);
}

@media print {
  footer {
    display: none !important;
  }
  header {
    display: none !important;
  }
  .page-title {
    display: none !important;
  }
  #back-to-top {
    display: none !important;
  }
  .action-box {
    display: none !important;
  }
}


@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1200px) {

  .mega-menu .menu-links > li > a {
    padding: 0 10px;
  }
  .mega-menu .drop-down-multilevel {
    width: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 94%;
  }
}

@media (max-width: 1025px) {
  .mega-menu .menu-links > li > a {
    padding: 10px 8px;
  }
  .footer .footer-social li {
    padding: 0 1px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .container {
    max-width: 96%;
  }
}

@media (max-width: 991px) {
  .sm-mt-30 {
    margin-top: 30px !important;
  }
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
  h5 {
    font-size: 15px;
  }
  .default {
    position: relative;
    background: #323232;
  }
  .mega-menu {
    min-height: 60px;
  }
  .mega-menu .menu-logo {
    padding: 10px 0;
  }
  .mega-menu .menu-logo > li > a {
    padding: 0;
  }
  .mega-menu .menu-logo img {
    height: 30px;
    margin: 5px 0;
  }
  .mega-menu .menu-links {
    overflow: auto;
    padding: 10px;
  }
  .mega-menu .menu-links > li > a {
    line-height: normal;
  }
  .mega-menu .drop-down-multilevel {
    border-top: 0px !important;
    width: inherit;
    padding: 0;
  }
  .mega-menu .drop-down-multilevel a {
    display: block;
    padding: 10px 20px;
  }
  .mega-menu > section.menu-list-items {
    height: 60px !important;
  }
  .page-title {
    padding-top: 100px;
    text-align: left;
  }
  .page-title .page-title-name {
    width: 100%;
  }
  .page-two-sidebar .page-content {
    margin-top: 40px;
  }
  .counter .timer {
    font-size: 38px;
  }
  .counter label {
    font-size: 14px;
  }
  .menu-bar {
    float: none;
  }
  .button + .button {
    margin-left: 3px;
  }
  .blog-overlay .blog-image img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .xs-mt-30 {
    margin-top: 30px !important;
  }
  h1 {
    font-size: 30px;
  }
  .page-section-pb {
    padding: 0 0 50px;
  }
}

@media (max-width: 500px) {
  .action-box {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  .action-box {
    padding: 30px 15px;
  }
}

.blog-entry .blog-detail .entry-title a {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  color: #353535;
  line-height: 26px;
}

.blog-entry .blog-detail {
	background: #ffffff;
	padding: 30px;
	border-top: 0px;
}

.blog-entry .blog-detail .entry-title a:hover {
  color: #2D2A6D;
}

.blog-entry .entry-meta ul li {
  display: inline-block;
  margin-right: 12px;
}

.blog-entry .entry-meta ul li i {
  color: #2D2A6D;
  padding-right: 6px;
}

.blog-entry .entry-meta ul li a {
  color: #353535;
  line-height: 0px;
  padding-right: 5px;
}

.blog-entry .entry-meta ul li a i {
  padding-right: 6px;
  color: #2D2A6D;
}

.blog-entry .entry-meta ul li a:hover {
  color: #2D2A6D;
}

.mega-menu.desktopTopFixed .menu-logo {
	padding: 0px;
}

.mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
	height: 30px;
}

.gray-bg {
	background: #f7f7f7;
}

.tab .nav.nav-tabs {
	border: none;
	margin-bottom: 20px;
}

.blog-overlay {
	position: relative;
	text-align: left;
	z-index: 2;
	-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;
}

.listing-post .listing-post-info {
	background: #f7f7f7;
	padding: 20px;
}

.blog-overlay .blog-name {
	padding-left: 30px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2;
}

.listing-post .blog-name .blog-name-left {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	float: left;
	margin-right: 20px;
}

.listing-post .blog-name .blog-name-right {
	display: table-cell;
}

.team-shadow {
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}	
	
.team {
	padding-top: 20px;
	text-align: center;
	overflow: hidden;
}

.team img{
	border: 3px solid #e2e2e2;
}

.team .team-info span {
	font-size: 14px;
	text-transform: uppercase;
}

.team .team-info h5 {
	text-transform: uppercase;
	line-height: 24px;
}

	.team .team-description {
	padding: 20px 20px 10px;
}