@import url("https://fonts.googleapis.com/css?family=Lato:300,400");

@font-face {
    font-family: GoodTimes;
    src: url("../font/Typodermic - GoodTimesRg-Regular.ttf") format("truetype"), url("../font/Typodermic - GoodTimesRg-Regular.otf")  format("opentype");
}

/* Sample */
body {
     font-family: "Poppins", sans-serif;
     background: #f7f7f7;
}
:focus {
  outline: none !important;
}
.logo-wrap {
  display: flex;
  color: #16A1FF !important;
  align-items: center;
  font-family: 'Roboto', sans-serif;
}
.form-control:focus {
  outline: none !important;
  border-color: #ced4da !important;
  box-shadow: none !important;
}
.logo-wrap img {
  width: 30px;
}
.logo-wrap span {
  color: #000;
}
.page-navbar.navbar{
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    background: #d1ddec;
    z-index: 999;
}

.page-navbar .navbar-nav .nav-item a{
  font-weight: 500;
  /*  font-weight: bold; */
}
.navbar-nav {
  margin: 0 auto;
  margin-right: 0 !important;
}
.nav-link:hover{
 opacity: 1;
 color: #16a1ff !important
}
.navbar-toggler {
  padding: 0 5px;
  border-radius: 3px;
  border: 0;
}
.navbar-toggler .navbar-toggler-icon {
   color: #fff;
   background-image: none;
}
.navbar-collapse {
  background: #d1ddec;
}
.page-navbar.navbar-dark .navbar-nav .nav-link {
    color: #223b55;
    font-size: 13px;
    font-weight: 500;
}

.page-navbar .logo{
    font-size: 1.5rem;
    margin-right: 10px;
    width: 30px;
}
.page{
    padding-top: 90px;
    padding-bottom: 100px;
    background: #f7f7f7;
}

.gradient{
    background: linear-gradient(120deg, #7f70f5, #0ea0ff);
    color: #fff !important;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background: linear-gradient(120deg, #7f70f5, #0ea0ff) !important;
}
.page-footer{
    padding-top: 12px;
    border-top: 1px solid #ddd;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 10px;
}

.page-footer a{
    display: inline-block;
    margin: 0px 5px;
    color: #282b2d;
    font-size: 18px;
}

.page-footer .links{
    display: inline-block;
}

.page-footer .social-icons{
    margin-top: 20px;
    margin-bottom: 16px;
}

.page-footer .social-icons a{
    font-size: 18px;
    margin: 0 3px;
    color: #ffffff;
    border: 1px solid;
    opacity: 0.75;
    border-radius: 50%;
    width: 36px;
    display: inline-block;
    height: 36px;
    text-align: center;
    background-color: #c5c9d2;
    line-height: 34px;
}

.page-footer .social-icons a:hover{
    opacity: 1;
    text-decoration: none !important;
}

.band {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 40px;
  
}
.card-img-wrap {
  height: 180px;
}
.title + .band{
  padding-top: 0%;

}

@media (min-width: 30em) {
  .band {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 60em) {
  .band {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .navbar-nav {
    margin-top: 20px;
  }
  .page-navbar.navbar-dark .navbar-nav .nav-link {
    padding: 0 !important;
  }
  .band {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 767px) {
  .band {
    grid-template-columns: repeat(1, 1fr);
  }
}
.post {
  background: white;
  text-decoration: none !important;
  color: #444 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  top: 0;
  transition: all .1s ease-in;
}
.post:hover {
  top: -2px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.post article {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post h1 {
  font-size: 20px;
  margin: 0;
  color: #333;
}
.post p {
  flex: 1;
  line-height: 1.4;
  margin-top: 5px;
  font-size: .9rem;
  color: #4c5a77;
}
.post span {
  font-size: 13px;
  color: #16A1FF;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.post .thumb {
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
}
.input-group-btn .btn {
  min-width: 60px;
  height: calc(2.25rem + 2px);
  padding: 12;
  border-radius: .25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-search .fa {
  font-size: 1rem;
}
.btn:hover:before {
  opacity: 0 !important;
}
@media (min-width: 60em) {
  .item-1 {
    grid-column: 1 / span 2;
    
  }
  .item-1 h1 {
    font-size: 24px;
  }
}
.blogPost  h1, h2 {
  color: #223b55 !important;
}
.blogPost  h3, h4 {
  color: #16A1FF !important
}
.paginationbtn {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  min-width: auto;
  padding: 15px !important;
}

.paginationbtn:hover {
opacity: 0.85;
}
.pagination {
  display: inline-flex;
  justify-content: center;
  box-shadow: 0 2px 5px rgb(0, 0, 0, 0.2);
  background: #fff;
}
.pagination li {
  padding: 5px 15px;
  font-weight: 500;
  border: 1px solid #f7f7f7;
}
.pagination li a {
  color: #4c5a77
}
.pagination li.active {
  color: #16A1FF;
   border: 1px solid #16A1FF;
}
.blogPost {
  margin-top: 3% !important;
  }
.meta {
    color: #6c757d;
    opacity: 0.8;
}

.meta a {
  padding-left: 5px;
  text-decoration: none;
  color: #6c757d;
}
.title h2 {
  color: #223b55;
}
blockquote {
  border-left: 5px solid #2e64e6

}

blockquote > * {
    margin-left: 10px;
}

img {
  
  max-width: 100%;
}
.sidebar-module {
  background: #efefef;
  padding: 15px;
  margin-bottom: 15px;
}
.sidebar-module h4 {
  font-size: 1.2rem !important;
  margin-bottom: 10px !important;
}
.sidebar-module-list {
  padding-left: 0;
  list-style: none;
}
.sidebar-module-list-child {
  padding-left: 25px;
}
.sidebar-module-list li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.sidebar-module-list li a {
  color: #222;
  font-size: 14px;
  line-height: initial
}
.sidebar-module-list li a:hover {
  color: #46bdf4
}
.sidebar-module-list li:last-child {
  border: none !important;
}
.blog-thumbnail {
  width: 50px;
  height: 42px;
  float: left;
  margin-right: 10px;
}
.media {
  margin-top: 0;
}
/*
Contact form
*/
.talk-to-expert-form {
  margin-top: 10px;
}
fieldset {
  line-height: 1.5;
  margin-bottom: 10px;
}
.field .input {
  opacity: 1;
  -webkit-transition: opacity 0s 0.3s;
  transition: opacity 0s 0.3s;
  width: 100%;
  padding: 10px;
  font-size: 13px;

}
.input:focus + .label::before,
.field .label::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  outline: none;
}
.input:focus + .label::after,
.field .label::after {
  opacity: 0;
  outline: 0;
}
.input:focus + .label .label-content,
.field .label .label-content {
  color: #222;
  font-weight: normal;
  -webkit-transform: translate3d(0, 2.1em, 0) scale3d(0.65, 0.65, 1);
  transform: translate3d(0, 2.1em, 0) scale3d(0.65, 0.65, 1);
  display: none;
}
.field .submit {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.field .submit:active, .field .submit:focus {
  border: 0;
  outline: 0;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #2b56f5 0%, #46bdf4 100%);
  background-image: linear-gradient(to right, #2b56f5 0%, #16a1ff 100%);
}
/* .fa-chevron-right, .fa-chevron-left {
  padding-top: 10px;
  padding-bottom: 10px
} */

.contact-us-error {
  border-color: #ff0000;
  border-width: 1px;
}