* {
  font-family: 'raleway', sans-serif;
  -webkit-transition: all 0.320s;
  -o-transition: all 0.320s;
  transition: all 0.320s;
  font-weight: 500; }

body {
  background: #eee; }

[class*='col-'] {
  padding-top: 5px;
  padding-bottom: 5px; }

.card {
  border: 0;
  border-radius: 0;
  margin: 15px auto; }

.btn {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0;
  color: white;
  padding: 10px 15px;
  margin-right: 10px; }
  .btn a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px; }

.btn-dark-blue {
  background: #032a49; }
  .btn-dark-blue:hover {
    background: #0ab8d3;
    color: white; }

.btn-blue {
  background: #0ab8d3; }
  .btn-blue:hover {
    background: #032a49;
    color: white; }

.row {
  margin: 0 !important; }

.owl-nav {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .owl-nav > div {
    width: 35px;
    height: 35px;
    border: 1px solid gray;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: gray;
    margin: 0  10px; }
    .owl-nav > div:hover {
      color: #032a49;
      border-color: #032a49; }
  .owl-nav .owl-prev {
    position: relative;
    left: -100px; }
  .owl-nav .owl-next {
    position: relative;
    right: -100px; }

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px; }

.navbar {
  padding: 0; }
  .navbar .nav-link {
    text-transform: uppercase;
    color: black;
    font-size: 17px;
    margin: 0 0px;
    padding: 0; }
  .navbar .nav-item .nav-link {
    padding: 18px 15px; }
    .navbar .nav-item .nav-link:hover {
      background-color: #0ab8d3;
      color: white; }
  .navbar .navbar-brand {
    padding: 0; }
  .navbar .active {
    background: #0ab8d3;
    padding: 18px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white; }

section.main-navbar .navbar {
  background: white; }
  section.main-navbar .navbar.fixed-top {
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999; }

section.main-navbar .navbar-brand img {
  max-width: 80%; }

section.main-navbar .about-info-col .card {
  padding: 25px; }
  section.main-navbar .about-info-col .card:first-child {
    padding-bottom: 50px; }

section.main-navbar .about-info-col .user {
  width: 180px;
  height: 180px;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

section.main-navbar .about-info-col .name {
  font-weight: 600;
  font-size: 25px;
  color: gray; }

section.main-navbar .about-info-col .title {
  color: gray;
  font-size: 18px;
  font-weight: 300; }

section.main-navbar .about-card {
  min-height: 416px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5))), url("../images/about-bg.jpg");
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5)), url("../images/about-bg.jpg");
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5)), url("../images/about-bg.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5)), url("../images/about-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  section.main-navbar .about-card .top-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px; }
    section.main-navbar .about-card .top-logo img {
      width: 150px; }

section.main-navbar .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  section.main-navbar .social-links ul {
    padding: 0;
    padding: 25px 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    section.main-navbar .social-links ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      padding: 0 5px; }
      section.main-navbar .social-links ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 35px;
        height: 35px;
        background-color: #eee;
        color: black;
        border-radius: 50%;
        text-decoration: none;
        font-size: 18px; }
        section.main-navbar .social-links ul li a:hover {
          background-color: #0ab8d3;
          color: white; }

section.main-navbar .img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  section.main-navbar .img-col .img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: -90px top; }

    .instalink {
          color: #0bb8d4;
    }

@media (max-width: 1265px) {
  section.main-navbar .navbar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    section.main-navbar .navbar .container .navbar-brand {
      padding: 10px;
      -webkit-box-ordinal-group: -5;
      -ms-flex-order: -6;
      order: -6; }
    section.main-navbar .navbar .container .navbar-toggler {
      background: #0ab8d3;
      margin: 0 15px; }
    section.main-navbar .navbar .container .nav-link {
      text-align: center; } }

@media (max-width: 1265px) and (max-width: 992px) {
  section.main-navbar * {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  section.main-navbar .img-col {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5;
    padding-top: 50px; }
    section.main-navbar .img-col .img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center top; } }

@media (max-width: 1265px) and (max-width: 768px) {
  section.main-navbar .main-nav {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5; } }

section.l-skills {
  padding: 0 15px; }
  section.l-skills .about-para {
    font-size: 20px;
    font-weight: 500; }
  section.l-skills .skill-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    section.l-skills .skill-container .skill-circle {
      width: 150px;
      height: 150px;
      border: 10px solid #eee;
      border-radius: 50%;
      border-color: #0ab8d3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      section.l-skills .skill-container .skill-circle .circle {
        font-weight: 600; }

section.skill-progress .card {
  margin: 5px auto; }

section.skill-progress ul.skills {
  padding: 0;
  margin: 0; }
  section.skill-progress ul.skills li {
    padding: 15px 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    section.skill-progress ul.skills li .skill-bar {
      background: #b1b1b1;
      width: 100%;
      border-radius: 5px; }
    section.skill-progress ul.skills li .k-progress {
      height: 5px;
      background: #032a49;
      border-radius: 5px;
      position: relative; }
      section.skill-progress ul.skills li .k-progress span {
        position: absolute;
        right: 0;
        top: -25px;
        font-size: 14px; }

section.about-me {
  padding: 0 15px; }
  section.about-me [class*='col-'] {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0; }
  section.about-me .user-image .img {
    min-height: 450px;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  section.about-me .info-col {
    background: #032a49;
    padding: 15px;
    padding-left: 50px;
    padding-right: 100px; }
    @media (max-width: 580px) {
      section.about-me .info-col {
        padding-left: 15px;
        padding-right: 15px; } }
    section.about-me .info-col .title {
      font-weight: 400; }
    section.about-me .info-col * {
      color: white; }
    section.about-me .info-col .main-title {
      font-weight: 400;
      padding: 10px 0;
      font-size: 25px; }
    section.about-me .info-col p.info {
      font-size: 15px;
      font-weight: 400;
      padding-top: 15px; }
    section.about-me .info-col ul {
      padding: 0;
      margin: 0;
      padding-top: 15px; }
      section.about-me .info-col ul li {
        margin: 0;
        padding: 10px 0;
        list-style: none; }
        section.about-me .info-col ul li img {
          float: left;
          width: 40px; }
        section.about-me .info-col ul li .info-box {
          padding-left: 60px; }
          @media (max-width: 580px) {
            section.about-me .info-col ul li .info-box {
              padding-left: 50px; } }
          section.about-me .info-col ul li .info-box .title {
            font-weight: 400; }
          section.about-me .info-col ul li .info-box p {
            font-size: 12px;
            font-weight: 400;
            padding-top: 15px; }

section.plug {
  padding: 15px; }
  section.plug .container-fluid {
    background: #121116; }
  section.plug .container {
    max-width: 800px; }
    section.plug .container ul {
      padding: 15px 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      section.plug .container ul li {
        margin: 0;
        padding: 0;
        list-style: none; }
        section.plug .container ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 45px;
          height: 45px;
          border-radius: 50%;
          background: white;
          color: #0ab8d3;
          font-size: 18px;
          margin: 0 5px;
          text-decoration: none; }
          section.plug .container ul li a:hover {
            background: #0ab8d3;
            color: white; }
    section.plug .container img {
      margin: 0 auto;
      height: 250px; }
  @media (max-width: 740px) {
    section.plug p {
      font-size: 12px; }
    section.plug img {
      height: auto !important;
      width: 100%; } }

section.stories {
  padding: 0 15px; }
  section.stories .container-fluid {
    background: #032a49;
    padding: 15px 0; }
    section.stories .container-fluid .img {
      height: 130px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      section.stories .container-fluid .img img {
        width: 60px; }
    section.stories .container-fluid .count {
      font-weight: 400;
      padding: 5px 0; }
    section.stories .container-fluid .title {
      font-size: 20px;
      font-weight: 400;
      padding: 5px 0; }

section.experience {
  padding: 15px;
  padding-bottom: 5px; }
  section.experience .container-fluid {
    background: white; }
  @media (max-width: 992px) {
    section.experience .container {
      max-width: 100% !important; } }
  section.experience .main-title {
    text-align: center; }
  section.experience ul.left:last-child {
    border: none !important; }
    section.experience ul.left:last-child:before {
      right: -28px !important; }
    section.experience ul.left:last-child:after {
      right: -23px !important; }
  section.experience ul.right:last-child {
    border: none !important; }
    section.experience ul.right:last-child:before {
      left: -25px; }
    section.experience ul.right:last-child:after {
      left: -20px; }
  section.experience ul.left {
    padding: 0px;
    padding-bottom: 50px;
    padding-right: 100px;
    margin: 0px;
    position: relative;
    border-right: 5px solid gray; }
    section.experience ul.left:before {
      content: '';
      display: block;
      width: 60px;
      height: 60px;
      background: gray;
      position: absolute;
      top: -5px;
      right: -35px;
      border-radius: 50%; }
    section.experience ul.left:after {
      content: '';
      display: block;
      width: 50px;
      height: 50px;
      background: #0ab8d3;
      position: absolute;
      top: 0;
      right: -30px;
      border-radius: 50%; }
    section.experience ul.left li {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: right; }
    section.experience ul.left .date {
      font-size: 20px;
      color: #0ab8d3; }
    section.experience ul.left .title {
      font-size: 18px;
      font-weight: 600;
      color: black; }
    section.experience ul.left p {
      padding-top: 15px;
      color: black; }
  section.experience ul.right {
    padding: 0px;
    padding-bottom: 50px;
    padding-left: 100px;
    margin: 0px;
    position: relative;
    right: -99%;
    border-left: 5px solid gray; }
    section.experience ul.right:before {
      content: '';
      display: block;
      width: 60px;
      height: 60px;
      background: gray;
      position: absolute;
      top: -5px;
      left: -33px;
      border-radius: 50%; }
    section.experience ul.right:after {
      content: '';
      display: block;
      width: 50px;
      height: 50px;
      background: #0ab8d3;
      position: absolute;
      top: 0;
      left: -28px;
      border-radius: 50%; }
    section.experience ul.right li {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: left; }
    section.experience ul.right .date {
      font-size: 20px;
      color: #0ab8d3; }
    section.experience ul.right .title {
      font-size: 18px;
      font-weight: 600;
      color: black; }
    section.experience ul.right p {
      padding-top: 15px;
      color: black; }
  @media (max-width: 768px) {
    section.experience .col-xl-6 {
      padding: 0 10px 0 0; }
    section.experience ul.right {
      padding: 0px;
      padding-bottom: 50px;
      padding-left: 100px;
      margin: 0px;
      position: relative;
      right: 0 !important;
      border-left: none; }
    section.experience ul.right,
    section.experience ul.left {
      padding: 0px;
      padding-bottom: 25px;
      padding-left: 0;
      padding-right: 50px !important;
      margin: 0px;
      position: relative;
      right: 0 !important;
      border-right: 5px solid gray; }
      section.experience ul.right:before,
      section.experience ul.left:before {
        content: '';
        display: block;
        width: 60px;
        height: 60px;
        background: gray;
        position: absolute;
        top: -5px;
        left: unset !important;
        right: -35px !important;
        border-radius: 50%; }
      section.experience ul.right:after,
      section.experience ul.left:after {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        left: unset !important;
        background: #0ab8d3;
        position: absolute;
        top: 0;
        right: -30px !important;
        border-radius: 50%; }
      section.experience ul.right li,
      section.experience ul.left li {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: right !important; }
      section.experience ul.right .date,
      section.experience ul.left .date {
        font-size: 16px;
        color: #0ab8d3; }
      section.experience ul.right .title,
      section.experience ul.left .title {
        font-size: 14px;
        font-weight: 600;
        color: black; }
      section.experience ul.right p,
      section.experience ul.left p {
        padding-top: 15px;
        color: black;
        font-size: 12px; } }

section.influencers .container {
  max-width: 1000px; }

section.influencers .owl-item {
  padding: 100px 0; }

section.influencers .item {
  border: 2px solid #0ab8d3;
  padding: 0;
  border-radius: 20px;
  padding: 15px; }
  form label {
    width:100%;
  }
  section.influencers .item .img {
        background-position: center;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #64C7CC;
    border: 2px solid #0ab8d3;
    position: absolute;
    top: 40px;
    left: 50px;
    background-size: cover; }
  section.influencers .item .name {
    padding: 0 15px;
    color: #0ab8d3; }
  section.influencers .item .title {
    padding: 0 15px;
    color: black; }
  section.influencers .item .comment {
    padding: 15px; }
  @media (max-width: 580px) {
    section.influencers .item {
      padding-bottom: 0; }
      section.influencers .item .name {
        padding: 0 15px;
        color: #0ab8d3;
        font-size: 16px; }
      section.influencers .item .title {
        padding: 0 15px;
        color: black;
        font-size: 14px; }
      section.influencers .item .comment {
        padding: 15px;
        font-size: 14px; } }

@media (max-width: 1200px) {
  section.influencers .owl-nav .owl-prev {
    left: -10px;
    margin: 0; }
  section.influencers .owl-nav .owl-next {
    right: -10px;
    margin: 0; } }

section.contact .container-fluid {
  background: #032a49; }
  section.contact .container-fluid * {
    color: white; }

section.contact .sub-title {
  padding-bottom: 15px; }

section.contact ul {
  padding: 0;
  margin: 0; }
  section.contact ul li {
    margin: 0;
    padding: 5px 0px;
    list-style: none;
    font-size: 20px;
    font-weight: 300; }
    section.contact ul li span {
      font-weight: 300;
      width: 130px;
      display: inline-block; }
    section.contact ul li a {
      font-weight: 300;
      font-size: 20px;
      text-decoration: none; }

section.contact .map {
  margin-top: 25px;
  border: 2px solid #0ab8d3; }

section.contact form input {
  width: 100%;
  display: block;
  margin: 20px 0;
  padding: 10px 15px;
  background: transparent;
  border: 2px solid #0ab8d3; }
  section.contact form input::-webkit-input-placeholder {
    color: white;
    font-weight: 400; }
  section.contact form input:-ms-input-placeholder {
    color: white;
    font-weight: 400; }
  section.contact form input::-ms-input-placeholder {
    color: white;
    font-weight: 400; }
  section.contact form input::placeholder {
    color: white;
    font-weight: 400; }

section.contact form textarea {
  width: 100%;
  height: 350px;
  padding: 10px 15px;
  background: transparent;
  border: 2px solid #0ab8d3; }
  section.contact form textarea::-webkit-input-placeholder {
    color: white;
    font-weight: 400; }
  section.contact form textarea:-ms-input-placeholder {
    color: white;
    font-weight: 400; }
  section.contact form textarea::-ms-input-placeholder {
    color: white;
    font-weight: 400; }
  section.contact form textarea::placeholder {
    color: white;
    font-weight: 400; }

section.contact form .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

section.contact form button {
  padding: 10px 25px;
  background: #0ab8d3;
  border: 2px solid transparent;
  float: right;
  color: white !important;
  font-size: 18px;
  cursor: pointer; }
  section.contact form button:hover {
    background: #09a3bb;
    border-color: white; }

section.resources ul {
  padding: 15px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  section.resources ul li {
    padding: 0;
    margin: 0;
    list-style: none; }
    section.resources ul li.active a {
      background: #0ab8d3;
      color: white; }
    section.resources ul li:hover a {
      background: #0ab8d3;
      color: white; }
    section.resources ul li a {
      padding: 15px 25px;
      border: 2px solid #0ab8d3;
      border-right: 0;
      color: black;
      text-decoration: none;
      text-transform: uppercase; }
    section.resources ul li:last-child a {
      border-right: 2px solid #0ab8d3; }

section.resources .btn-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  padding-top: 50px; }
  section.resources .btn-box .btn {
    background: #0ab8d3;
    padding: 15px 25px; }
    section.resources .btn-box .btn:hover {
      color: white;
      background: #032a49; }

section.resources .item {
  padding-top: 45px; }

  .resource-item {
    cursor:pointer;
  }

  #resourceModal .modal-title {
    color:#fff;
  }
  #resourceModal .modal-header {
    background: #032a49;
  }
#resourceModal .logo {
  max-width:200px;
}
#resources {
  position: relative;
}
.resource-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8117647058823529);
  z-index: 2;
  display: none;
}

.outerLoad {
  display: table;
height: 100%;
width: 100%;
}

.innerLoad {
  display: table-cell;
vertical-align: middle;
text-align: center;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #032b49; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    display:inline-block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.tox-progress-content{
      justify-content: center;
    }

  @media (max-width: 580px) {
    section.resources .item {
      max-width: 300px;
      margin: 10px auto; } }
  section.resources .item .img {
    height: 220px;
    background: #999;
    background-size: 75%;
    background-position: center center;
    background-repeat: no-repeat; }
  section.resources .item .title {
    background: #032a49;
    color: white;
    padding: 15px 0; }

section.resources .owl-nav .owl-prev {
  left: 0; }

section.resources .owl-nav .owl-next {
  right: 0; }

@media (max-width: 1020px) {
  section.resources ul {
    padding: 15px 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    section.resources ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      section.resources ul li.active a {
        background: #0ab8d3;
        color: white; }
      section.resources ul li:hover a {
        background: #0ab8d3;
        color: white; }
      section.resources ul li a {
        padding: 10px 10px;
        border: 2px solid #0ab8d3;
        font-size: 12px;
        border-right: 0;
        color: black;
        text-decoration: none;
        text-transform: uppercase; }
      section.resources ul li:last-child a {
        border-right: 2px solid #0ab8d3; } }

@media (max-width: 680px) {
  section.resources ul {
    padding: 15px 0;
    margin: 10px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.resources ul li {
      padding: 0;
      margin: 5px auto;
      list-style: none; }
      section.resources ul li.active a {
        background: #0ab8d3;
        color: white; }
      section.resources ul li:hover a {
        background: #0ab8d3;
        color: white; }
      section.resources ul li a {
        margin: 0 auto;
        display: block;
        min-width: 150px;
        text-align: center;
        padding: 10px 10px;
        border: 2px solid #0ab8d3 !important;
        font-size: 12px;
        border-right: 0;
        color: black;
        text-decoration: none;
        text-transform: uppercase; } }

footer.main-footer {
  padding: 15px; }
  footer.main-footer .container-fluid {
    background: #0ab8d3;
    padding: 10px 0; }
    footer.main-footer .container-fluid .social-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 780px) {
        footer.main-footer .container-fluid .social-links {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      footer.main-footer .container-fluid .social-links ul {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 780px) {
          footer.main-footer .container-fluid .social-links ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        footer.main-footer .container-fluid .social-links ul li {
          list-style: none;
          padding: 0;
          margin: 0; }
          footer.main-footer .container-fluid .social-links ul li a {
            margin: 0 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 50px;
            height: 50px;
            background: white;
            color: #0ab8d3;
            border-radius: 50%;
            font-size: 25px;
            text-decoration: none; }
            @media (max-width: 780px) {
              footer.main-footer .container-fluid .social-links ul li a {
                width: 35px;
                height: 35px;
                font-size: 20px; } }
            footer.main-footer .container-fluid .social-links ul li a:hover {
              background: #032a49;
              color: white; }
    footer.main-footer .container-fluid .logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      footer.main-footer .container-fluid .logo img {
        height: 100px; }
        @media (max-width: 780px) {
          footer.main-footer .container-fluid .logo img {
            height: 80px; } }
    footer.main-footer .container-fluid .copy-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      footer.main-footer .container-fluid .copy-col p {
        color: white;
        margin: 0;
        font-size: 14px;
        text-align: right;
        width: 100%; }
        @media (max-width: 780px) {
          footer.main-footer .container-fluid .copy-col p {
            text-align: center; } }

section.instagram .item .img {
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
element.style {
}

section.main-navbar .about-info-col .sub-title {
  color: gray;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 1200px) {
  section.instagram .owl-nav .owl-prev {
    left: -10px;
    margin: 0; }
  section.instagram .owl-nav .owl-next {
    right: -10px;
    margin: 0; } }
