@charset "UTF-8";
.main-manue {
  margin-right: 0px; }

.header-area .header-bottom .manue-area ul li:first-child:after {
  background: transparent; }

.subpage-main-container {
  margin-top: 120px; }

.navbar-inverse {
  border: none !important;
  background-color: #173266;
  opacity: 0.9; }

.header-area .header-top {
  background: #173266;
  padding: 10px 0; }
  .header-area .header-top .topbar-left p {
    color: white;
    margin: 0; }
    .header-area .header-top .topbar-left p a {
      color: #FFFFFF;
      display: inline-block;
      background: #30aeff;
      width: 15px;
      height: 15px;
      line-height: 15px;
      text-align: center;
      font-weight: 700;
      font-family: "Ubuntu", sans-serif;
      border-radius: 2px 2px 20px 20px;
      margin-right: 15px;
      transition: all 0.5s ease 0s; }
      .header-area .header-top .topbar-left p a:hover {
        background: #2877b1; }
  .header-area .header-top .topbar-right ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .header-area .header-top .topbar-right ul li {
      display: inline-block;
      margin-left: 20px; }
      .header-area .header-top .topbar-right ul li a {
        display: block;
        color: white;
        transition: all 0.5s ease 0s;
        text-transform: capitalize; }
        .header-area .header-top .topbar-right ul li a:hover {
          color: #2877b1; }
          .header-area .header-top .topbar-right ul li a:hover i {
            color: #2877b1; }
        .header-area .header-top .topbar-right ul li a i {
          color: #30aeff;
          margin-right: 15px;
          transition: all 0.5s ease 0s; }
.header-area .header-bottom .pixing {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99; }
  .header-area .header-bottom .pixing .manue-area ul li a, .header-area .header-bottom .pixing .manue-area .search-box-area .search-box .search-button i {
    color: #ffffff; }
  .header-area .header-bottom .pixing .shopbag-area .cart-area:before {
    color: #ffffff; }
.header-area .header-bottom .logo-area {
  padding: 28px 0; }
  .header-area .header-bottom .logo-area a img {
    width: 100%;
    height: 100%; }
.header-area .header-bottom .manue-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right; }
  .header-area .header-bottom .manue-area ul li {
    display: inline-block;
    position: relative; }
    .header-area .header-bottom .manue-area ul li:after {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      width: 100%;
      height: 3px;
      background: #2877b1;
      content: "";
      bottom: 0;
      margin: auto;
      opacity: 0; }
    .header-area .header-bottom .manue-area ul li:hover:after {
      opacity: 1; }
    .header-area .header-bottom .manue-area ul li:hover ul {
      opacity: 1;
      transform: scaleY(1);
      visibility: visible; }
    .header-area .header-bottom .manue-area ul li ul {
      background: rgba(0, 0, 0, 0.8);
      left: 0;
      position: absolute;
      top: 100%;
      transition: all 0.5s ease 0s;
      width: 200px;
      z-index: 99999 !important;
      text-align: left;
      transform: scaleY(0);
      transform-origin: 0 0 0;
      visibility: hidden; }
      .header-area .header-bottom .manue-area ul li ul li {
        display: block;
        border-bottom: 1px dashed #dddddd;
        margin: 0;
        padding: 0; }
        .header-area .header-bottom .manue-area ul li ul li:after {
          display: none; }
        .header-area .header-bottom .manue-area ul li ul li:last-child {
          border-bottom: none; }
        .header-area .header-bottom .manue-area ul li ul li a {
          display: block;
          padding: 6px 27px;
          transition: all 0.5s ease 0s;
          color: #ffffff !important;
          font-size: 14px;
          text-transform: capitalize; }
          .header-area .header-bottom .manue-area ul li ul li a:hover {
            padding-left: 20px;
            color: #2877b1 !important; }
    .header-area .header-bottom .manue-area ul li.current:after {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      width: 100%;
      height: 3px;
      background: #2877b1;
      content: "";
      bottom: 0;
      margin: auto;
      opacity: 1; }
    .header-area .header-bottom .manue-area ul li a {
      display: block;
      padding: 29px 10px;
      font-size: 10px;
      color: white;
      text-transform: capitalize;
      line-height: 30px;
      transition: all 0.5s ease 0s; }
    .header-area .header-bottom .manue-area ul li.megamenu:hover .mega-menu-area {
      transform: scaleY(1);
      opacity: 1; }
    .header-area .header-bottom .manue-area ul li.megamenu .mega-menu-area {
      background: #2c2c2c none repeat scroll 0 0;
      right: -257%;
      opacity: 0;
      padding: 40px 0;
      position: absolute;
      transform: scaleY(0);
      transform-origin: 0 0 0;
      transition: all 0.5s ease 0s;
      width: 790px;
      z-index: 9;
      margin-top: 0px;
      top: 100%; }
      .header-area .header-bottom .manue-area ul li.megamenu .mega-menu-area .single-mega-menu {
        float: left;
        width: 25%;
        padding: 0px 20px 0px 20px;
        text-align: left;
        border-left: 1px solid #ffffff; }
        .header-area .header-bottom .manue-area ul li.megamenu .mega-menu-area .single-mega-menu:first-child {
          border-left: 0; }
        .header-area .header-bottom .manue-area ul li.megamenu .mega-menu-area .single-mega-menu a {
          color: #ffffff;
          display: block;
          font-size: 14px;
          padding: 0 0 5px;
          text-transform: capitalize;
          transition: all 0.5s ease 0s; }
          .header-area .header-bottom .manue-area ul li.megamenu .mega-menu-area .single-mega-menu a:hover {
            color: #203f77 !important;
            padding-left: 1px; }
.header-area .header-bottom .shopbag-area {
  padding: 28px 0;
  text-align: right;
  /*chackout area */ }
  .header-area .header-bottom .shopbag-area:hover .cart-area {
    background: #173266; }
  .header-area .header-bottom .shopbag-area:hover .chakeout-area {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1); }
  .header-area .header-bottom .shopbag-area .cart-area {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #203f77;
    text-align: center;
    z-index: 1;
    transition: all 0.5s ease 0s; }
    .header-area .header-bottom .shopbag-area .cart-area a {
      color: #ffffff; }
    .header-area .header-bottom .shopbag-area .cart-area:before {
      position: absolute;
      content: "";
      font-family: fontawesome;
      width: 100%;
      height: 100%;
      left: -20px;
      font-size: 25px;
      top: 8px;
      color: #626262;
      z-index: -1; }
  .header-area .header-bottom .shopbag-area .chakeout-area {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
    width: 320px;
    background: #f6f6f6;
    padding: 30px;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0); }
    .header-area .header-bottom .shopbag-area .chakeout-area .single-product {
      padding: 15px 0;
      overflow: hidden;
      border-bottom: 1px solid #dddddd;
      margin-bottom: 10px; }
      .header-area .header-bottom .shopbag-area .chakeout-area .single-product .product-img {
        float: left;
        width: 30%; }
        .header-area .header-bottom .shopbag-area .chakeout-area .single-product .product-img img {
          width: 80px;
          height: 80px; }
      .header-area .header-bottom .shopbag-area .chakeout-area .single-product .product-name {
        float: right;
        overflow: hidden;
        width: 70%; }
        .header-area .header-bottom .shopbag-area .chakeout-area .single-product .product-name h4 {
          margin: 0; }
          .header-area .header-bottom .shopbag-area .chakeout-area .single-product .product-name h4 a {
            color: #000000;
            transition: all 0.5s ease 0s; }
            .header-area .header-bottom .shopbag-area .chakeout-area .single-product .product-name h4 a:hover {
              color: #173266; }
        .header-area .header-bottom .shopbag-area .chakeout-area .single-product .product-name p {
          margin: 0; }
    .header-area .header-bottom .shopbag-area .chakeout-area .total-area {
      overflow: hidden;
      padding: 20px; }
      .header-area .header-bottom .shopbag-area .chakeout-area .total-area .sub-total {
        float: left;
        width: 50%;
        text-align: left; }
        .header-area .header-bottom .shopbag-area .chakeout-area .total-area .sub-total h4 {
          font-size: 18px; }
          .header-area .header-bottom .shopbag-area .chakeout-area .total-area .sub-total h4 a {
            color: #000000;
            transition: all 0.5s ease 0s; }
            .header-area .header-bottom .shopbag-area .chakeout-area .total-area .sub-total h4 a:hover {
              color: #173266; }
      .header-area .header-bottom .shopbag-area .chakeout-area .total-area .total-price {
        float: right;
        width: 50%; }
        .header-area .header-bottom .shopbag-area .chakeout-area .total-area .total-price h4 {
          color: #173266;
          font-size: 18px; }
    .header-area .header-bottom .shopbag-area .chakeout-area .chackout-button {
      text-align: center; }
      .header-area .header-bottom .shopbag-area .chakeout-area .chackout-button ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .header-area .header-bottom .shopbag-area .chakeout-area .chackout-button ul li {
          display: inline-block;
          margin-left: 10px; }
          .header-area .header-bottom .shopbag-area .chakeout-area .chackout-button ul li a {
            display: block;
            text-transform: capitalize;
            padding: 5px 25px;
            font-size: 14px;
            color: #000000;
            border: 1px solid #cccccc;
            transition: all 0.5s ease 0s; }
            .header-area .header-bottom .shopbag-area .chakeout-area .chackout-button ul li a:hover {
              color: #ffffff;
              background: #203f77;
              border: 1px solid #203f77; }

@media screen and (max-width: 768px) {
  header {
    display: none !important; } }
@media screen and (max-width: 1100px) {
  .header-area .header-bottom .manue-area ul li a {
    font-size: 9px; }

  .main-manue {
    margin-right: 0 !important;
    position: relative;
    top: 0; } }
@media screen and (min-width: 1200px) {
  .header-area .header-bottom .manue-area ul li a {
    font-size: 15px; } }
@media screen and (min-width: 768px) {
  .mobile-nav {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .dropdown-menu {
    background: #203f77 !important; }
    .dropdown-menu li a {
      background: #203f77 !important; }

  .mobile-nav {
    opacity: 1; }

  .navbar-collapse li a {
    background: #173266; }
    .navbar-collapse li a:hover {
      background: #203f77 !important; }

  .navbar-toggle {
    border: 1px solid white !important;
    background-color: #173266 !important; }
    .navbar-toggle:hover {
      background-color: #203f77 !important; }

  .navbar-inverse .navbar-nav > .open > a {
    background-color: #173266 !important; }
    .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
      background-color: #173266 !important; }

  .navbar-inverse .navbar-nav > .active > a {
    background-color: #173266 !important; }
    .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
      background-color: #173266 !important; } }
.footer-area {
  overflow: hidden; }
  .footer-area .footer-weidget {
    background: #203f77;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    margin-top: 2%; }
    .footer-area .footer-weidget .single-weidget .footer-logo {
      margin-bottom: 30px; }
    .footer-area .footer-weidget .single-weidget .footer-content p {
      color: #ffffff;
      font-size: 14px;
      line-height: 26px;
      margin-bottom: 0; }
    .footer-area .footer-weidget .single-weidget .footer-content ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer-area .footer-weidget .single-weidget .footer-content ul li {
        display: block;
        position: relative;
        padding-left: 15px; }
        .footer-area .footer-weidget .single-weidget .footer-content ul li:hover i {
          color: #2877b1; }
        .footer-area .footer-weidget .single-weidget .footer-content ul li:hover a {
          color: #2877b1;
          margin-left: 5px; }
        .footer-area .footer-weidget .single-weidget .footer-content ul li i {
          position: absolute;
          left: 0;
          top: 7px;
          color: #30aeff;
          transition: all 0.5s ease 0s; }
        .footer-area .footer-weidget .single-weidget .footer-content ul li a {
          display: block;
          color: #ffffff;
          font-family: "Ubuntu", sans-serif;
          font-size: 14px;
          font-weight: 400;
          transition: all 0.5s ease 0s; }
    .footer-area .footer-weidget .single-weidget .footer-header h3 {
      font-size: 24px;
      color: #ffffff;
      margin-bottom: 30px; }
    .footer-area .footer-weidget .single-weidget .featured-content ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer-area .footer-weidget .single-weidget .featured-content ul li {
        display: block;
        position: relative;
        padding-left: 30px; }
        .footer-area .footer-weidget .single-weidget .featured-content ul li:hover i {
          color: #2877b1; }
        .footer-area .footer-weidget .single-weidget .featured-content ul li:hover a {
          color: #2877b1;
          margin-left: 5px; }
        .footer-area .footer-weidget .single-weidget .featured-content ul li i {
          position: absolute;
          left: 0;
          top: 7px;
          color: #30aeff;
          transition: all 0.5s ease 0s; }
        .footer-area .footer-weidget .single-weidget .featured-content ul li a {
          display: block;
          color: #ffffff;
          font-family: "Ubuntu", sans-serif;
          font-size: 14px;
          font-weight: 400;
          transition: all 0.5s ease 0s; }
    .footer-area .footer-weidget .single-weidget .footer-form form .sing-input {
      position: relative; }
      .footer-area .footer-weidget .single-weidget .footer-form form .sing-input input {
        width: 100%;
        padding: 8px 40px;
        margin-bottom: 20px;
        font-family: "Ubuntu", sans-serif;
        font-size: 14px;
        color: #ffffff; }
        .footer-area .footer-weidget .single-weidget .footer-form form .sing-input input#footer-name, .footer-area .footer-weidget .single-weidget .footer-form form .sing-input input#footer-email {
          background: #1b2329;
          border: 1px solid transparent; }
          .footer-area .footer-weidget .single-weidget .footer-form form .sing-input input#footer-name:focus, .footer-area .footer-weidget .single-weidget .footer-form form .sing-input input#footer-email:focus {
            background: transparent; }
      .footer-area .footer-weidget .single-weidget .footer-form form .sing-input i {
        position: absolute;
        top: 17px;
        left: 10px;
        color: #ffffff; }
    .footer-area .footer-weidget .single-weidget .footer-form form button {
      border: 0; }
      .footer-area .footer-weidget .single-weidget .footer-form form button.btn-icon {
        text-transform: uppercase;
        padding: 10px 40px; }
  .footer-area .footer-bottom {
    background: #173266;
    padding-top: 10px;
    padding-bottom: 30px !important; }
    .footer-area .footer-bottom .footer-social {
      padding-bottom: 30px;
      border-bottom: 1px solid #60656a; }
      .footer-area .footer-bottom .footer-social ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .footer-area .footer-bottom .footer-social ul li {
          display: inline-block;
          margin: 0 5px; }
          .footer-area .footer-bottom .footer-social ul li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #2d3337;
            border-radius: 50%;
            background: #60656a;
            transition: all 0.5s ease 0s;
            font-size: 16px; }
            .footer-area .footer-bottom .footer-social ul li a:hover {
              color: #ffffff;
              background: #203f77; }
    .footer-area .footer-bottom .copyright-area {
      margin-top: 25px; }
      .footer-area .footer-bottom .copyright-area h6 {
        color: #60656a;
        font-size: 14px;
        margin-bottom: 0; }
        .footer-area .footer-bottom .copyright-area h6 a {
          color: #30aeff;
          transition: all 0.5s ease 0s; }
          .footer-area .footer-bottom .copyright-area h6 a:hover {
            color: #2877b1; }

.recentnews-title h4 {
  padding-left: 6px; }

.blogdetels-area {
  overflow: hidden; }
  .blogdetels-area .sidebar-widgect .singleside-widgect {
    margin-bottom: 30px; }
    .blogdetels-area .sidebar-widgect .singleside-widgect .widgect-title h3 {
      font-size: 24px;
      color: #222222;
      padding-bottom: 10px;
      margin-bottom: 20px;
      position: relative;
      margin-left: 0;
      text-transform: capitalize; }
      .blogdetels-area .sidebar-widgect .singleside-widgect .widgect-title h3:after {
        position: absolute;
        content: "";
        width: 50px;
        height: 3px;
        background: #203f77;
        left: 0;
        bottom: 0; }

.coursefour-area .sidebar-widgect .singleside-widgect .widgect-form form button {
  width: 100%;
  border: 0;
  text-transform: uppercase; }

.sidebar-widgect .singleside-widgect .widgect-category ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sidebar-widgect .singleside-widgect .widgect-category ul li {
    display: block; }
    .sidebar-widgect .singleside-widgect .widgect-category ul li:last-child a {
      border-bottom: none; }
    .sidebar-widgect .singleside-widgect .widgect-category ul li a {
      display: block;
      color: #222222;
      font-size: 16px;
      font-family: "Ubuntu", sans-serif;
      position: relative;
      padding: 8px 0;
      border-bottom: 1px solid #dddddd;
      transition: all 0.2s ease 0s; }
      .sidebar-widgect .singleside-widgect .widgect-category ul li a:hover {
        border-color: #173266;
        color: #173266; }
        .sidebar-widgect .singleside-widgect .widgect-category ul li a:hover:after {
          opacity: 1; }
      .sidebar-widgect .singleside-widgect .widgect-category ul li a:after {
        position: absolute;
        content: "";
        font-family: fontawesome;
        right: 0;
        font-size: 18px;
        font-weight: 700;
        color: #173266;
        opacity: 0;
        transition: all 0.5s ease 0s; }

/* End aside menu */
.blogdetels-area .sidebar-widgect .singleside-widgect .serch-widgect {
  overflow: hidden; }
  .blogdetels-area .sidebar-widgect .singleside-widgect .serch-widgect input {
    font-family: "Ubuntu", sans-serif;
    border: 1px solid #203f77;
    font-size: 14px;
    color: #222222;
    padding: 10px;
    background: #f8f8f8;
    width: 65%;
    float: left; }
  .blogdetels-area .sidebar-widgect .singleside-widgect .serch-widgect .submit {
    width: 35%;
    text-transform: uppercase;
    color: #ffffff;
    background: #203f77;
    transition: all 0.5s ease 0s;
    font-size: 14px; }
    .blogdetels-area .sidebar-widgect .singleside-widgect .serch-widgect .submit:hover {
      background: #173266;
      border: 1px solid #173266; }
.blogdetels-area .sidebar-widgect .singleside-widgect .recentnews-widgect .recentnews-list {
  overflow: hidden; }
  .blogdetels-area .sidebar-widgect .singleside-widgect .recentnews-widgect .recentnews-list .single-recentnews {
    margin-bottom: 20px;
    overflow: hidden; }
    .blogdetels-area .sidebar-widgect .singleside-widgect .recentnews-widgect .recentnews-list .single-recentnews:last-child {
      margin-bottom: 0; }
    .blogdetels-area .sidebar-widgect .singleside-widgect .recentnews-widgect .recentnews-list .single-recentnews .recentnews-img {
      width: 30%;
      float: left; }
      .blogdetels-area .sidebar-widgect .singleside-widgect .recentnews-widgect .recentnews-list .single-recentnews .recentnews-img img {
        width: 80px;
        height: 70px; }
    .blogdetels-area .sidebar-widgect .singleside-widgect .recentnews-widgect .recentnews-list .single-recentnews .recentnews-contetn {
      width: 70%;
      float: left;
      padding-left: 0px; }
      .blogdetels-area .sidebar-widgect .singleside-widgect .recentnews-widgect .recentnews-list .single-recentnews .recentnews-contetn .recentnews-title h4 {
        margin-bottom: 5px;
        font-size: 16px; }
        .blogdetels-area .sidebar-widgect .singleside-widgect .recentnews-widgect .recentnews-list .single-recentnews .recentnews-contetn .recentnews-title h4 a {
          color: #222222;
          transition: all 0.5s ease 0s;
          font-weight: 500; }
          .blogdetels-area .sidebar-widgect .singleside-widgect .recentnews-widgect .recentnews-list .single-recentnews .recentnews-contetn .recentnews-title h4 a:hover {
            color: #173266; }
      .blogdetels-area .sidebar-widgect .singleside-widgect .recentnews-widgect .recentnews-list .single-recentnews .recentnews-contetn .recentnews-title p {
        margin: 0;
        color: #aaaaaa;
        font-size: 14px; }
.blogdetels-area .sidebar-widgect .singleside-widgect .tag-widgect ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .blogdetels-area .sidebar-widgect .singleside-widgect .tag-widgect ul li {
    display: inline-block;
    margin: 7px 0; }
    .blogdetels-area .sidebar-widgect .singleside-widgect .tag-widgect ul li a {
      display: inline-block;
      padding: 10px 20px;
      text-transform: uppercase;
      border: 1px solid #dddddd;
      font-family: "Ubuntu", sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #222222;
      transition: all 0.5s ease 0s; }
      .blogdetels-area .sidebar-widgect .singleside-widgect .tag-widgect ul li a:hover {
        color: #ffffff;
        border-color: #173266;
        background: #173266; }
    .blogdetels-area .sidebar-widgect .singleside-widgect .tag-widgect ul li.active a {
      color: #ffffff;
      border-color: #173266;
      background: #173266; }
.blogdetels-area .sidebar-widgect .singleside-widgect .inastagram-widgect {
  overflow: hidden; }
  .blogdetels-area .sidebar-widgect .singleside-widgect .inastagram-widgect ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .blogdetels-area .sidebar-widgect .singleside-widgect .inastagram-widgect ul li {
      float: left;
      width: 30%;
      margin-left: 2%;
      margin-bottom: 2%;
      z-index: 2; }
      .blogdetels-area .sidebar-widgect .singleside-widgect .inastagram-widgect ul li a {
        display: block;
        position: relative; }
        .blogdetels-area .sidebar-widgect .singleside-widgect .inastagram-widgect ul li a:hover:after {
          transform: scale(1);
          opacity: 1; }
        .blogdetels-area .sidebar-widgect .singleside-widgect .inastagram-widgect ul li a:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: rgba(0, 0, 0, 0.5);
          opacity: 0;
          transform: scale(0);
          transition: all 0.5s ease 0s;
          z-index: 1; }
        .blogdetels-area .sidebar-widgect .singleside-widgect .inastagram-widgect ul li a img {
          width: 100%;
          height: 100%; }

.fb_iframe_widget {
  margin-bottom: 100px;
  left: -15px;
  width: 100%; }

.single-recentnews {
  margin-bottom: 15px !important; }
  .single-recentnews h4 {
    width: 90%;
    color: black !important;
    transition: all 0.5s;
    font-size: 18px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .single-recentnews:hover h4 {
    color: #203f77 !important;
    transition: all 0.5s; }
  .single-recentnews span {
    color: gray;
    font-size: 12px;
    padding-left: 6px; }

#layout-container {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important; }

.section-title {
  margin-bottom: 60px; }
  .section-title h2 {
    color: #173266;
    font-size: 36px;
    line-height: 36px;
    text-transform: capitalize;
    margin-bottom: 20px;
    letter-spacing: 4px; }
  .section-title p {
    color: #203f77; }

.btn {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 24px;
  background: #203f77;
  transition: all 0.5s ease 0s;
  border-radius: 0;
  text-align: Center; }
  .btn:hover {
    background: #173266;
    color: #ffffff; }

.btn-hr {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #203f77;
  text-align: center;
  padding: 10px 30px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize; }
  .btn-hr:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #173266;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .btn-hr.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .btn-hr:hover {
    color: white; }
    .btn-hr:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.slider-area {
  overflow: hidden; }

.slider-progress {
  display: none !important; }

.pagination-area {
  text-align: center; }
  .pagination-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center !important; }
    .pagination-area ul li {
      display: inline-block;
      margin-left: 10px; }
      .pagination-area ul li.active a {
        background: #203f77;
        color: #ffffff; }
        .pagination-area ul li.active a:hover {
          background: #203f77;
          color: #ffffff; }
      .pagination-area ul li a {
        border: 0;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 40px;
        text-align: center !important;
        border-radius: 50% !important;
        color: #000000;
        font-size: 18px;
        font-family: "Ubuntu", sans-serif;
        background: #dddddd;
        transition: all 0.5s ease 0s; }
        .pagination-area ul li a:hover {
          background: #203f77;
          color: #ffffff; }

.pagination > .disabled span {
  border: 0;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center !important;
  border-radius: 50% !important;
  color: #000000;
  font-size: 18px !important;
  font-family: "Ubuntu", sans-serif;
  background: #dddddd;
  transition: all 0.5s ease 0s; }
  .pagination > .disabled span:hover, .pagination > .disabled span:focus {
    border: 0;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center !important;
    border-radius: 50% !important;
    color: #000000;
    font-size: 18px !important;
    font-family: "Ubuntu", sans-serif;
    background: #dddddd;
    transition: all 0.5s ease 0s; }
  .pagination > .disabled span a {
    border: 0;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center !important;
    border-radius: 50% !important;
    color: #000000;
    font-size: 18px !important;
    font-family: "Ubuntu", sans-serif;
    background: #dddddd;
    transition: all 0.5s ease 0s; }
    .pagination > .disabled span a:hover, .pagination > .disabled span a:focus {
      border: 0;
      display: block;
      width: 50px;
      height: 50px;
      line-height: 40px;
      text-align: center !important;
      border-radius: 50% !important;
      color: #000000;
      font-size: 18px !important;
      font-family: "Ubuntu", sans-serif;
      background: #dddddd;
      transition: all 0.5s ease 0s; }

/*# sourceMappingURL=main.css.map */
