html,
body {
  font-family: 'Montserrat', sans-serif;
  color: #626262;
}

* {
  outline: 0 !important;
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #1270c8;
  transition: .3s all;
}

a:hover {
  text-decoration: none;
}

.relative {
  position: relative;
}

.clear {
  clear: both;
}

.s-container {
  padding: 0 60px;
}

header.head {
  background: #1270c8;
  color: #fff;
  padding: 40px 0 0;
}

header.head .header-clear {
  padding-top: 50px;
}

header.head a {
  color: #fff;
}

header.head .header-top .logo img {
  height: 60px;
}

header.head .header-top .top-menu {
  margin-bottom: 40px;
}

header.head .header-top .top-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header.head .header-top .top-menu ul li {
  float: left;
}

header.head .header-top .top-menu ul li a {
  display: block;
  line-height: 20px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 700;
}

header.head .header-top .top-menu ul li a:hover {
  transform: translateY(-3px);
}

header.head .header-top .top-menu ul li.profile {
  margin-top: -10px;
}

header.head .header-top .top-menu ul li.profile img {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  object-fit: cover;
  margin-right: 10px;
  transform: translateY(-2px);
}

header.head .header-top .top-menu ul li.profile a {
  font-weight: 300;
}

header.head .header-top .services-buttons a.b1 {
  background: #000;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 20px 12px 20px;
  border-radius: 5px;
  margin-left: 10px;
}

header.head .header-top .services-buttons a.b1 i {
  margin-right: 10px;
  font-size: 18px;
  transform: translateY(2px);
}

header.head .header-top .services-buttons a.b1.color1 {
  background: #b34c82;
}

header.head .header-top .services-buttons a.b1.color2 {
  background: #2c8736;
}

header.head .header-top .services-buttons a.b1.color3 {
  background: #cd9f3b;
}

header.head .header-top .services-buttons a.b1.color4 {
  background: #6a3aa0;
}

header.head .header-top .services-buttons a.b1:hover {
  transform: translateY(-5px);
}

header.head .header-top .services-buttons a.b2 {
  background: #000;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 5px 0 20px;
  border-radius: 5px 50px 50px 5px;
  margin-left: 10px;
  line-height: 45px;
}

header.head .header-top .services-buttons a.b2 i {
  margin-right: 10px;
  font-size: 18px;
  transform: translateY(2px);
}

header.head .header-top .services-buttons a.b2 span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  margin-left: 10px;
}

header.head .header-top .services-buttons a.b2.color1 {
  background: #d61346;
}

header.head .header-top .services-buttons a.b2.color2 {
  background: #2c8736;
}

header.head .header-top .services-buttons a.b2.color3 {
  background: #cd9f3b;
}

header.head .header-top .services-buttons a.b2.color4 {
  background: #6a3aa0;
}

header.head .header-top .services-buttons a.b2:hover {
  transform: translateY(-5px);
}

header.head .header-content {
  margin: 100px 0 0;
}

header.head .header-content .background {
  background: url(../images/header-bg.png) no-repeat;
  background-size: contain;
  background-position: bottom left;
}

header.head .header-content img {
  max-width: 100%;
  margin-bottom: 30px;
  width: 600px;
}

header.head .header-content p {
  max-width: 450px;
  margin-bottom: 30px;
}

header.head .header-content a.button {
  background: #fff;
  color: #1270c8;
  border-radius: 5px;
  display: inline-block;
  padding: 14px 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

header.head .header-content a.button:hover {
  transform: translateY(-5px);
}

section.services {
  padding: 60px 0;
}

section.services .item {
  margin-bottom: 20px;
}

section.services .item .icon {
  width: 55px;
  font-size: 44px;
  color: #1270c8;
  float: left;
}

section.services .item .icon img {
  width: 100%;
}

section.services .item .content {
  width: calc(100% - 75px);
  float: right;
  font-weight: 500;
}

section.services .item .content h3 {
  color: #1270c8;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}

section.services .item .content h3 strong {
  display: block;
  font-weight: 700;
}

section.order-form {
  padding: 20px 0 40px;
}

section.order-form .top-nav {
  border: 2px solid #1270c8;
  line-height: 50px;
  border-radius: 10px;
}

section.order-form .top-nav a {
  display: block;
  float: left;
  width: calc(25% + 4px);
  text-align: center;
  font-weight: 300;
  margin: -2px;
  border-radius: 10px;
}


section.order-form .top-nav a:hover{
	color: #fff;
  display: block;
  float: left;
  background : #c3c3c3;
  width: calc(25% + 4px);
  text-align: center;
  font-weight: 300;
  margin: -2px;
  border-radius: 2px;
}

section.order-form .top-nav a.color1.active {
  color: #fff;
  background: #2c8736;
  font-weight: 600;
}

section.order-form .top-nav a.color2.active {
  color: #fff;
  background: #d61346;
  font-weight: 600;
}

section.order-form .top-nav a.color3.active {
  color: #fff;
  background: #cd9f3b;
  font-weight: 600;
}

section.order-form .top-nav a.color4.active {
  color: #fff;
  background: #6a3aa0;
  font-weight: 600;
}

section.order-form form {
  margin-top: 40px;
}

section.order-form form .image-bottom {
  color: #1270c8;
  line-height: 60px;
  margin-top: 10px;
  display: block;
  font-weight: 700;
}

section.order-form form .image-bottom i {
  font-size: 30px;
  margin-right: 10px;
  transform: translateY(5px);
}

section.order-form form .image-bottom.color1 i {
  color: #d61346;
}

section.order-form form .image-bottom.color2 i {
  color: #6a3aa0;
}

section.order-form form img {
  width: 100%;
}

section.order-form form .col-md-6 {
  margin-bottom: 15px;
}

section.order-form form label {
  font-weight: 700;
  color: #1270c8;
  text-transform: uppercase;
  width: 100%;
}

section.order-form form label small {
  font-weight: 300;
}

section.order-form form label input[type=text] {
  margin-top: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #1270c8;
  line-height: 50px;
  padding: 0 15px;
}

section.order-form form .price {
  color: #1270c8;
  font-weight: 700;
  font-size: 30px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #1270c8;
  line-height: 45px;
  margin-top: 33px;
}

section.order-form form .price small {
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px;
}

section.order-form form button[type=submit] {
  width: 100%;
  border: 0;
  background: #2c8736;
  color: #fff;
  line-height: 50px;
  margin-top: 33px;
  border-radius: 5px;
  font-weight: 700;
}

section.order-form form button[type=submit].color1 {
  background: #2c8736;
}

section.order-form form button[type=submit].color2 {
  background: #d61346;
}

section.order-form form button[type=submit].color3 {
  background: #cd9f3b;
}

section.order-form form button[type=submit].color4 {
  background: #6a3aa0;
}

section.packages {
  padding: 60px 0;
}

section.packages h2 {
  color: #1270c8;
  font-weight: 300;
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}

section.packages h2 strong {
  display: block;
  font-weight: 800;
}

section.packages .package {
  background: #fff;
  box-shadow: 0 0 50px rgba(18, 112, 200, 0.2);
  text-align: center;
  margin-bottom: 30px;
  border-radius: 0 0 5px 5px;
}

section.packages .package .title {
  background: #1270c8;
  color: #fff;
  padding: 5px 0 15px;
  font-size: 20px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
}

section.packages .package .title strong {
  font-weight: 800;
  display: block;
  font-size: 40px;
  color: #fff;
}

section.packages .package .content {
  padding: 20px;
}

section.packages .package .content span {
  display: block;
  font-weight: 700;
  margin: 10px 0;
  color: #878787;
}

section.packages .package .content span.price {
  font-size: 36px;
}

section.packages .package a.buy {
  background: #1270c8;
  display: block;
  border-radius: 0 0 5px 5px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

section.roulette {
  padding: 120px 0 60px;
}

section.roulette .flex-center {
  display: flex;
  align-items: center;
  padding-left: 50px;
}

section.roulette img {
  max-width: 100%;
}

section.roulette .image {
  width: 140px;
  float: left;
}

section.roulette .image img {
  width: 100%;
}

section.roulette .content {
  width: calc(100% - 170px);
  float: right;
}

section.roulette .content img {
  max-width: 600px;
  margin-top: 40px;
  width: 100%;
}

section.last-blog-posts {
  padding: 60px 0 100px;
}

section.last-blog-posts h3 {
  color: #1270c8;
  margin-bottom: 70px;
}

section.last-blog-posts button.owl-prev {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  color: #fff !important;
  border-radius: 40px;
  top: calc(50% - 50px);
  left: -70px;
  font-size: 30px !important;
  background: #1270c8;
}

section.last-blog-posts button.owl-prev span {
  margin-left: -3px;
  display: block;
  margin-top: -6px;
}

section.last-blog-posts button.owl-next {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  color: #fff !important;
  border-radius: 40px;
  top: calc(50% - 50px);
  right: -70px;
  font-size: 30px !important;
  background: #1270c8;
}

section.last-blog-posts button.owl-next span {
  margin-left: 3px;
  display: block;
  margin-top: -6px;
}

section.last-blog-posts .blog-post {
  margin-bottom: 30px;
}

section.last-blog-posts .blog-post img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(6, 74, 134, 0.199);
  margin-bottom: 15px;
}

section.last-blog-posts .blog-post h4 {
  font-size: 18px;
}

section.last-blog-posts .blog-post p {
  color: #738ba0;
  font-size: 14px;
}

section.last-blog-posts .blog-post a.read-more {
  display: block;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  background: #1270c8;
  color: #fff;
}

section.last-blog-posts nav.right-menu {
  border: 1px solid #f6f6f6;
  margin-bottom: 30px;
}

section.last-blog-posts nav.right-menu .nav-title {
  background: #f6f6f6;
  color: #333;
  line-height: 50px;
  font-weight: 500;
  padding: 0 20px;
}

section.last-blog-posts nav.right-menu .content {
  padding: 20px;
}

section.last-blog-posts nav.right-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.last-blog-posts nav.right-menu ul li:last-child a {
  border-bottom: 0;
}

section.last-blog-posts nav.right-menu ul li a {
  color: #1270c8;
  display: block;
  border-bottom: 1px solid #f6f6f6;
  padding: 15px 20px;
  color: #53575a;
}

section.last-blog-posts nav.right-menu ul li a i {
  color: #1270c8;
  transform: translateY(1px);
  margin-right: 6px;
}

section.last-blog-posts nav.right-menu ul li a:hover {
  background: #1270c8;
  color: #fff;
}

section.last-blog-posts nav.right-menu ul li a:hover i {
  color: #fff;
}

section.blog-detail {
  padding: 60px 0;
}

section.blog-detail img.post-image {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(6, 74, 134, 0.1);
  margin-bottom: 30px;
  max-height: 350px;
  object-fit: cover;
}

section.blog-detail .post-info {
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
}

section.blog-detail .post-info span {
  margin-right: 20px;
}

section.blog-detail .post-info span i {
  margin-right: 5px;
}

section.blog-detail .post-info a.social {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: #1270c8;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-top: -10px;
  margin-left: 5px;
}

section.blog-detail h2.title {
  color: #1270c8;
}

section.blog-detail nav.right-menu {
  border: 1px solid #f6f6f6;
  margin-bottom: 30px;
}

section.blog-detail nav.right-menu .nav-title {
  background: #f6f6f6;
  color: #333;
  line-height: 50px;
  font-weight: 500;
  padding: 0 20px;
}

section.blog-detail nav.right-menu .content {
  padding: 20px;
}

section.blog-detail nav.right-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.blog-detail nav.right-menu ul li:last-child a {
  border-bottom: 0;
}

section.blog-detail nav.right-menu ul li a {
  color: #1270c8;
  display: block;
  border-bottom: 1px solid #f6f6f6;
  padding: 15px 20px;
  color: #53575a;
}

section.blog-detail nav.right-menu ul li a i {
  color: #1270c8;
  transform: translateY(1px);
  margin-right: 6px;
}

section.blog-detail nav.right-menu ul li a:hover {
  background: #1270c8;
  color: #fff;
}

section.blog-detail nav.right-menu ul li a:hover i {
  color: #fff;
}

footer.foot {
  background: #1270c8;
  color: #fff;
  padding: 50px 0;
}

footer.foot .logo img {
  height: 20px;
}

footer.foot a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  line-height: 20px;
  padding-left: 20px;
}

button.open-menu {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 18px;
  border-radius: 5px;
  font-size: 20px;
  margin-top: -10px;
}

button.close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  background: transparent;
  color: #1270c8;
  border: 0;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .s-container {
    padding: 0 30px;
  }
  .show-desktop {
    display: none;
  }
  header.head .header-top .services-buttons a.b1,
  header.head .header-top .services-buttons a.b2 {
    margin-bottom: 10px;
  }
  .float-right.services-buttons {
    text-align: center;
    margin-top: 60px;
  }
  header.head .header-top .top-menu {
    float: none !important;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    visibility: hidden;
    transform: translateY(-100%);
    opacity: 0;
    transition: .3s all;
    z-index: 8;
  }
  header.head .header-top .top-menu.active {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
  header.head .header-top .top-menu ul li {
    float: none;
  }
  header.head .header-top .top-menu ul li a {
    text-align: center;
    color: #1270c8;
    padding: 0;
    line-height: 45px;
  }
  footer.foot .menu {
    text-align: center;
    margin-top: 30px;
    line-height: 33px;
    float: none !important;
  }
  footer.foot .logo {
    text-align: center;
    float: none !important;
  }
  section.order-form .top-nav a {
    width: calc(100% + 4px);
  }
  .post-info .float-right {
    margin-top: 10px;
  }
  section.roulette .image {
    display: none;
  }
  section.roulette .content {
    float: none;
    width: 100%;
  }
  section.order-form .col-md-8 {
    margin-top: 30px;
  }
}
