@font-face {
  font-family: "Roboto-Regular";
  src: url("../../fonts/Roboto-Regular.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../../fonts/Poppins-Regular.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../../fonts/Roboto-Medium.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../../fonts/Poppins-Medium.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../../fonts/Roboto-Regular.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../../fonts/Poppins-Regular.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../../fonts/Roboto-Medium.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../../fonts/Poppins-Medium.ttf");
  font-display: fallback;
}
body {
  color: #777777 !important;
  background-color: #e7f5f1 !important;
}

.cover-img-sec .absolute-container .overlay-content .autho-thumb {
  border-color: #fd6151 !important;
}
.cover-img-sec .absolute-container .overlay-content .title-wrap h1 {
  color: #fff !important;
}
.cover-img-sec .absolute-container .overlay-content .title-wrap h2 {
  color: #fff !important;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cover-img-sec {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 50% 50%/0 0 25% 25%;
}
.cover-img-sec::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 9;
  border-radius: 0 0 50% 50%/0 0 25% 25%;
}
.cover-img-sec .cover-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .cover-img-sec .cover-img {
    height: 280px;
  }
}
.cover-img-sec .absolute-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
@media (max-width: 991px) {
  .cover-img-sec .absolute-container {
    top: 40%;
  }
}
.cover-img-sec .absolute-container .overlay-content {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 767px) {
  .cover-img-sec .absolute-container .overlay-content {
    flex-direction: column-reverse;
  }
}
.cover-img-sec .absolute-container .overlay-content .autho-thumb {
  width: 150px;
  height: 150px;
  border: 10px solid;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .cover-img-sec .absolute-container .overlay-content .autho-thumb {
    width: 120px;
    height: 120px;
    border: 5px solid;
  }
}
.cover-img-sec .absolute-container .overlay-content .autho-thumb img {
  width: 100%;
  border-radius: 100%;
}
.cover-img-sec .absolute-container .overlay-content .title-wrap {
  padding: 0 15px;
}
.cover-img-sec .absolute-container .overlay-content .title-wrap h1 {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 800;
  margin-bottom: 5px;
  text-align: right;
  line-height: 1;
}
@media (max-width: 767px) {
  .cover-img-sec .absolute-container .overlay-content .title-wrap h1 {
    text-align: center;
    font-size: 30px;
  }
}
.cover-img-sec .absolute-container .overlay-content .title-wrap h2 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cover-img-sec .absolute-container .overlay-content .title-wrap h2 {
    text-align: center;
    font-size: 15px;
  }
}

.slide-container {
  width: 50%;
  margin-top: -65px;
  z-index: 99;
}
@media (max-width: 991px) {
  .slide-container {
    width: 100%;
  }
}
.slide-container .slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .slide-container .slide-content {
    margin: 0;
  }
}
.slide-container .slide-content .card-wrapper .card {
  border-radius: 15px;
  border: 0;
  background-color: transparent;
}
.slide-container .slide-content .card-wrapper .card .image-content {
  position: relative;
  cursor: pointer;
}
.slide-container .slide-content .card-wrapper .card .image-content .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
.slide-container .slide-content .card-wrapper .card .image-content .overlay::before, .slide-container .slide-content .card-wrapper .card .image-content .overlay::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.slide-container .slide-content .card-wrapper .card .image-content .overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.slide-container .slide-content .card-wrapper .card .image-content .card-image {
  padding: 0px;  
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 15px;
  border: 6px solid #adadad;
}
.slide-container .slide-content .card-wrapper .card .image-content .card-image.active {
  border-color: #fd6151;
}

.slider-btn-wrap .swiper-pagination {
  margin: 15px auto;
}
.slider-btn-wrap .swiper-pagination .swiper-pagination-bullet {
  background-color: #070346;
  opacity: 1;
}
.slider-btn-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fd6151;
}

.main {
  position: relative;
}
.main .container {
  height: 100vh;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.main .main-menu-pgactive {
  left: 0% !important;
}
.main .main-menu {
  display: none;
  width: 15%;
  position: absolute;
  top: 0;
  left: 15%;
  padding-right: 10px;
  margin-top: 40px;
  transition: all 0.6s ease-in-out;
}
@media (min-width: 992px) {
  .main .main-menu {
    display: block;
  }
}
.main .main-menu .main-menu-list {
  margin: 0;
  padding: 0;
}
.main .main-menu .main-menu-list li {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  list-style: none;
}
.main .main-menu .main-menu-list li a {
  text-decoration: none;
  display: block;
  padding: 10px;
  background: #ddd;
  color: #070346;
  text-transform: capitalize;
  font-size: 14px;
  font-family: "Roboto-Medium", sans-serif;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main .main-menu .main-menu-list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
  background: #070346;
  z-index: -1;
}
.main .main-menu .main-menu-list li a:hover {
  color: #ffffff;
  border: 0px solid transparent !important;
  text-decoration: none;
  padding-left: 15px;
}
.main .main-menu .main-menu-list li a:hover:before {
  width: 100%;
}
.main .main-menu .main-menu-list li a.menuActive {
  text-decoration: none;
  background: #070346;
  color: #fff;
  padding-left: 15px;
}
.main .mobile-menu-container {
  display: block;
}
@media (min-width: 992px) {
  .main .mobile-menu-container {
    display: none;
  }
}
.main .mobile-menu-container .topnav {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  opacity: 0.8;
}
.main .mobile-menu-container .topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.main .mobile-menu-container .topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.main .mobile-menu-container .topnav a:hover {
  background-color: #ddd;
  color: black;
}
.main .mobile-menu-container .topnav a.active {
  background-color: #333;
  color: white;
}
.main .mobile-menu-container .topnav #myLinks {
  display: none;
  list-style: none;
  padding: 0;
}
.main .mobile-menu-container .topnav #myLinks li {
  padding: 0;
  margin: 0;
}
.main .section-page {
  z-index: 11;
  opacity: 0;
}
.main .section-page .section-education {
  margin-bottom: 20px;
}
.main .section-page .section-title {
  color: #070346;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 26px;
  font-weight: 800;
  margin-top: 0;
  border-bottom: 1px solid #070346;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.main .section-page .section-title2 {
  font-weight: bold;
  color: #fd6151;
  font-size: 20px;
  line-height: 24px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 4px solid #fd6151;
}
.main .section-page .resume-item {
  padding: 15px;
  border: 4px double #ddd;
  margin-bottom: 15px;
}
.main .section-page .resume-item .section-item-title-1 {
  font-weight: bold;
  color: #070346;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 8px;
}
.main .section-page .resume-item .graduation-time {
  line-height: 15px;
  font-style: italic;
  color: #9d9d9d;
  font-size: 14px;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.main .section-page .resume-item .graduation-description p {
  font-size: 14px;
  text-align: justify;
}
.main .section-page .resume-item .graduation-description p .read-more {
  text-decoration: underline;
  color: #fd6151;
}
.main .section-page .resume-item .graduation-description p .read-more:hover {
  color: #070346;
  text-decoration: none;
}
.main .section-page .resume-item .graduation-description p.quote {
  font-family: "Poppins-Regular", sans-serif;
  font-style: italic;
  color: #fd6151;
}
.main .section-page .page-footer {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  display: flex;
}
.main .section-page .page-footer .footer-quote {
  font-family: "Poppins-Regular", sans-serif;
  font-style: italic;
  color: #fd6151;
  text-align: center;
  padding: 0 10px;
}
.main .section-page .blog-item {
  margin-bottom: 30px;
  border-top: 4px solid #132644;
  padding: 15px;
  background: rgba(255, 255, 255, 0.6);
}
.main .section-page .blog-item .blog-item-wrapper {
  transition: all 0.3s ease-in-out;
}
.main .section-page .blog-item .blog-item-wrapper .blog-item-thumb {
  margin-top: 25px;
  margin-bottom: 25px;
}
.main .section-page .blog-item .blog-item-wrapper .blog-item-thumb .loadPost {
  text-decoration: none;
  position: relative;
  background-color: #fd6151;
  color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 100%;
  outline: 12px solid rgba(225, 225, 225, 0.43);
  box-shadow: 0px 28px 118px rgba(109, 108, 115, 0.12);
}
.main .section-page .blog-item .blog-item-wrapper .blog-item-thumb .loadPost i {
  font-size: 60px;
}
.main .section-page .blog-item .blog-item-wrapper .blog-item-infos .blog-item-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 6px;
  margin-top: 6px;
  color: #fd6151;
  border-bottom: 1px dotted #fd6151;
  padding-bottom: 4px;
  font-weight: bold;
}
.main .section-page .blog-item .blog-item-wrapper .blog-item-infos .blog-item-title a {
  color: #070346;
  text-decoration: none;
}
.main .section-page .blog-item .blog-item-wrapper .blog-item-infos .blog-item-description p {
  font-size: 14px;
}
.main .section-page .blog-item-link {
  margin-top: 20px;
  margin-bottom: 10px;
}
.main .section-page .blog-item-link .btn-default {
  display: inline-block;
  font-size: 12px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #070346 !important;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border: 0px solid transparent !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main .section-page .blog-item-link .btn-default:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
  background: #fd6151;
  z-index: -1;
}
.main .section-page .blog-item-link .btn-default:hover {
  color: #ffffff;
  border: 0px solid transparent !important;
}
.main .section-page .blog-item-link .btn-default:hover:before {
  width: 100%;
}
.main .section-page .section-pagination {
  font-size: 12px;
  padding-top: 10px;
}
.main .section-page .section-pagination a {
  display: inline-block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  background: #070346;
  font-weight: bold;
  transition: all 0.2s;
}
.main .section-page .section-pagination a:hover {
  background: #fd6151;
  text-decoration: none;
}
.main .section-page .nav-tabs {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  padding-left: 40px;
  list-style-type: none;
}
.main .section-page .nav-tabs .nav-link:focus, .main .section-page .nav-tabs .nav-link:hover {
  border-color: transparent !important;
  border: 0;
}
.main .section-page .nav-tabs li .nav-link {
  display: block;
  border: 0;
  padding: 10px 24px 8px;
  background-color: #FFF;
  margin-right: 40px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: #777;
  text-transform: capitalize;
  font-family: "Roboto-Regular", sans-serif, sans-serif;
  transition: all 250ms ease;
}
.main .section-page .nav-tabs li .nav-link:before, .main .section-page .nav-tabs li .nav-link:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;
  background-color: #FFF;
  transition: all 250ms ease;
}
.main .section-page .nav-tabs li .nav-link:before {
  right: -24px;
  transform: skew(30deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 5px, inset rgba(255, 255, 255, 0.09) -1px 0;
}
.main .section-page .nav-tabs li .nav-link:after {
  left: -24px;
  transform: skew(-30deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.1) -3px 2px 5px, inset rgba(255, 255, 255, 0.09) 1px 0;
}
.main .section-page .nav-tabs li .nav-link:hover, .main .section-page .nav-tabs li .nav-link:hover:before, .main .section-page .nav-tabs li .nav-link:hover:after {
  background-color: #F4F7F9;
  color: #444;
}
.main .section-page .nav-tabs li .nav-link.active {
  z-index: 3;
}
.main .section-page .nav-tabs li .nav-link.active, .main .section-page .nav-tabs li .nav-link.active:before, .main .section-page .nav-tabs li .nav-link.active:after {
  background-color: #070346;
  color: #fff;
}
.main .section-page .project-item {
  padding: 0;
  width: 100%;
  margin: 15px 0;
  position: relative;
  opacity: 1;
  transition: all 0.8s ease-in-out;
  transform: translateY(0px);
}
.main .section-page .project-item .thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  height: 350px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.08);
}
.main .section-page .project-item .thumbnail:hover > img {
  transform: scale(1.1);
}
@media (max-width: 430px) {
  .main .section-page .project-item .thumbnail {
    height: 280px;
  }
}
.main .section-page .project-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  transition: all 0.3s linear;
}
.main .section-page .section-contact .map {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.main .section-page .section-contact .map iframe {
  width: 100%;
}
.main .section-page .section-contact .contact-subtitle-1 {
  color: #070346;
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 25px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #070346;
}
.main .section-page .section-contact .contact-subtitle-1:first-child {
  margin-top: 0;
}
.main .section-page .section-contact p {
  font-size: 13px;
  line-height: 16px;
}
.main .section-page .section-contact form .form-group {
  margin-bottom: 8px;
}
.main .section-page .section-contact form .form-group .form-control {
  border-radius: 0;
  height: 50px;
}
.main .section-page .section-contact form .form-group textarea.form-control {
  height: auto;
}
.main .section-page .section-contact form .form-group .form-send {
  width: 100%;
}
.main .section-page .section-contact form .form-group .btn-default {
  display: inline-block;
  font-size: 12px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #070346 !important;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border: 0px solid transparent !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main .section-page .section-contact form .form-group .btn-default:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
  background: #fd6151;
  z-index: -1;
}
.main .section-page .section-contact form .form-group .btn-default:hover:before {
  width: 100%;
}
.main .section-page .client-section .clients-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.main .section-page .client-section .clients-list li:hover {
  transform: translateY(-0.3rem);
}
.main .section-page .client-section .clients-list .client {
  width: calc(50% - 10px);
  height: 200px;
  background-color: #fff;
  margin: 5px;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.08);
}
.main .section-page .client-section .clients-list .client a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.main .section-page .client-section .clients-list .client a .client-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .modal-body {
  position: relative;
  padding: 0;
}
.main .modal-body .img-responsive {
  width: 100%;
  height: auto;
}
.main .modal-body .close {
  background-color: #070346;
  color: #fff;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -20px;
  top: -20px;
  opacity: 1;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
  z-index: 1;
}
@media (max-width: 575px) {
  .main .modal-body .close {
    right: 5px;
    top: 5px;
  }
}
.main .modal-body .btn-next {
  background-color: #070346;
  color: #fff;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -50px;
  left: 40%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
  z-index: 1;
}
@media (max-width: 575px) {
  .main .modal-body .btn-next {
    left: 25%;
  }
}
.main .modal-body .btn-next i {
  line-height: 0;
}
.main .modal-body .btn-prev {
  background-color: #070346;
  color: #fff;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -50px;
  right: 40%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
  z-index: 1;
}
@media (max-width: 575px) {
  .main .modal-body .btn-prev {
    right: 25%;
  }
}
.main .modal-body .btn-prev i {
  line-height: 0;
}
.main .section-home {
  z-index: 88;
  opacity: 1;
  overflow-y: auto;
}
.main .section-home .company-info-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .main .section-home .company-info-col {
    justify-content: center;
  }
}
.main .section-home .company-info-col .vcard-profile-pic {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 0;
  border: 6px solid #ddd;
  background-color: #fff;
  position: relative;
}
.main .section-home .company-info-col .vcard-profile-pic.qr-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .main .section-home .company-info-col .vcard-profile-pic.qr-img {
    display: none;
  }
}
.main .section-home .company-info-col .vcard-profile-pic img {
  transition: all 0.6s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.main .section-home .vcard-profile-description {
  text-align: center;
}
.main .section-home .vcard-profile-description .profile-title {
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  font-size: 22px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  color: #070346;
}
.main .section-home .vcard-profile-description .profile-subtitle {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.main .section-home .vcard-profile-description .hr1 {
  border: none;
  height: 1px;
  width: 100%;
  background: url(../../images/hr-line.png) no-repeat center center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main .section-home .vcard-profile-description .vcard-profile-description-text {
  padding: 10px;
  padding-top: 10px;
}
.main .section-home .vcard-profile-description .vcard-profile-description-text p {
  font-size: 14px;
}
.main .section-home .vcard-profile-description .vcard-profile-description-ft-item {
  margin-bottom: 20px;
  border-radius: 0;
  padding: 12px 10px 10px;
  background: url(../../images/bg-btn.png) no-repeat center center #ddd;
}
.main .section-home .vcard-profile-description .vcard-profile-description-ft-item ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.main .section-home .vcard-profile-description .vcard-profile-description-ft-item ul li {
  text-align: center;
  width: 125px;
  margin: 12px 0;
}
.main .section-home .vcard-profile-description .vcard-profile-description-ft-item ul li a {
  color: #070346;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  background: #ddd;
  transition: all 0.3s ease-in-out;
  font-size: 17px;
  border-radius: 100%;
  border: 1px solid #070346;
  text-decoration: none;
  margin: 0 auto;
}
.main .section-home .vcard-profile-description .vcard-profile-description-ft-item ul li a:hover {
  background: #070346;
  border-color: #070346;
  color: #fff;
}
.main .section-home .vcard-profile-description .vcard-profile-description-ft-item ul li span {
  margin-top: 5px;
  display: block;
  color: #070346;
  font-family: "Roboto-Medium", sans-serif;
}
.main .section-home .footer-social-icons {
  text-align: center;
  margin-bottom: 20px;
}
.main .section-home .footer-social-icons a {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  margin: 0 10px;
  text-align: center;
  background: #070346;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  border-radius: 0px;
}
.main .section-home .footer-social-icons a:hover {
  background-color: #fd6151;
}
.main .section-page-active {
  opacity: 1;
  z-index: 22;
  left: 55% !important;
  visibility: visible;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.main .section-page-active {
  margin-top: 40px !important;
  margin-left: 10px !important;
}
.main .section-vcardbody {
  width: 99%;
  margin: 0 auto;
  overflow-y: scroll;
  background: url(../../images/bg-card.png) repeat-x right top #f4f4f4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  transition: all 0.6s ease-in-out;
  border-radius: 0px;
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.46);
  border-bottom: 15px solid #f4f4f4;
}
@media (max-width: 991px) {
  .main .section-vcardbody {
    opacity: 1;
    z-index: 22;
  }
}
.main .ps-container {
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .main .ps-container {
    position: absolute;
    margin-top: 40px;
    left: 30%;
    height: 550px;
    width: 40%;
    padding: 30px;
    padding-bottom: 20px;
  }
}
.main .section-vcardbody-pgactive {
  left: 15%;
}

.float-container {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: flex-end;
  bottom: 60px;
  right: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  .float-container {
    right: 10px;
    bottom: 15px;
  }
}
.float-container a {
  z-index: 99;
  display: flex;
  width: 230px;
  height: 60px;
  margin-right: -170px;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: white;
  border-color: #7d7d7d;
  border-radius: 5px 0 0 5px;
  background-color: #fd6151;
  box-shadow: 0 2px 4px #7d7d7d;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
}
@media (max-width: 767px) {
  .float-container a {
    margin-right: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    justify-content: center;
    padding: 0;
  }
  .float-container a span {
    display: none;
  }
}
.float-container a i {
  font-size: 20px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .float-container a i {
    margin-right: 0;
  }
}
.float-container a:hover {
  margin-right: 0;
  background-color: #c45100;
}/*# sourceMappingURL=v-card.css.map */
/*Floating Action Button*/
.fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 998;
}

.icons {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  background: #fd6151;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: all 0.1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
}
.icons.animate-plus {
  -webkit-animation: 1.5s linear 0s infinite normal pulse;
          animation: 1.5s linear 0s infinite normal pulse;
  transition: ease-in-out 0.2s;
}

.icons > i {
  font-size: 1.5em;
  line-height: 55px;
  transition: all 0.2s ease-in-out;
}

.icons:not(:last-child) {
  width: 0;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden;
}

.icons:not(:last-child) > i {
  font-size: 1em;
  line-height: 40px;
}

.icons:not(:last-child).is-visible {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  background-color: #070346;
}

.icons:nth-last-child(1) {
  transition-delay: 25ms;
}

.icons:not(:last-child):nth-last-child(2) {
  transition-delay: 20ms;
}

.icons:not(:last-child):nth-last-child(3) {
  transition-delay: 40ms;
}

.icons:not(:last-child):nth-last-child(4) {
  transition-delay: 60ms;
}

.icons:not(:last-child):nth-last-child(5) {
  transition-delay: 80ms;
}

.icons:not(:last-child):active,
.icons:not(:last-child):focus,
.icons:not(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
  color: #fff;
}

/*Animation*/
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes load {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes load {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* Ripple */
.ink {
  display: block;
  position: absolute;
  background: rgba(38, 50, 56, 0.4);
  border-radius: 100%;
  transform: scale(0);
}

/*animation effect*/
.ink.animate {
  -webkit-animation: ripple 0.5s ease-in-out;
          animation: ripple 0.5s ease-in-out;
}

@-webkit-keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    transform: scale(5);
  }
}

@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    transform: scale(5);
  }
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 0px rgba(239, 36, 36, 0.3137254902);
  }
  30% {
    box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 5px rgba(239, 36, 36, 0.3137254902);
  }
  70% {
    box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 15px rgba(239, 36, 36, 0.062745098);
  }
  100% {
    box-shadow: 1px 1px 2px 1px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 20px transparent;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 0px rgba(239, 36, 36, 0.3137254902);
  }
  30% {
    box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 5px rgba(239, 36, 36, 0.3137254902);
  }
  70% {
    box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 15px rgba(239, 36, 36, 0.062745098);
  }
  100% {
    box-shadow: 1px 1px 2px 1px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 20px transparent;
  }
}