@font-face {
  font-family: "Alegreya";
  src: url("../fonts/alegreya/AlegreyaSans-Regular.ttf");
}
html {
  position: relative;    
  min-height: 100%;   
}
body{
  font-family: 'Alegreya';
  margin-bottom: 7rem;
}
a 
{
  text-decoration: none;
  color: #0fc0fc;
}
a:hover {
  color: #0fc0fc;
  text-decoration: none;
}
#TopLogo{
  width:200px
}
#nav-border{
  border-bottom: 1px solid #ddd;
}
#footer-border{
  border-top: 1px solid #ddd;
  margin-top: 20px;
  position: absolute;
  bottom: 0px;
  height: 7rem;
  width: 100%;
}
.footer-links a{
  color:#0fc0fc;
  text-decoration: none;
  font-weight: 550;
}
.pageBanner {
  background-color: #1e1e1e;
  margin-bottom: 20px;
  color: white;
}
.navbar-light .navbar-nav .nav-link
{
  /* color:#0fc0fc; */
  font-weight: 550;
}
.search-box{
  height: 30px;
  margin-top: 2px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 13px;
}
#search-label{
  height:30px;
  margin-top: 2px;
}
.language-dropdown a{
  color:black;
  text-decoration: none;
}
.language-drop {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
  z-index: 1000000000;
  margin-top: 5px;
  cursor: pointer;
  display: none;
}
.language-drop ul{
 list-style: none;
 padding-left: 20px;
 
}
@media (max-width:767px) {
  .d-xs-none {
    display: none;
  }  
  .portfolio .portfolio-item{
    position: relative!important;
    left:0px!important;
    top:0px!important;
  }
  .portfolio-container{
    height:auto!important
  }
}
.language-dropdown a:hover, .language-dropdown a.active {
  color: #b2dc25!important;
  font-weight: 600;
}
.centered-title{
  width: 100%;
  height: 20px; 
  border-bottom: 1px solid #ccc; 
  text-align: center;
  margin-bottom: 30px!important;
}
.centered-text-border{
  font-size: 25px; 
  background-color: #ffffff; 
  padding: 0 10px;
}
li.fontIcons {
  display: inline-block;
  padding: 0px 10px 0px 0px;
  color: #0fc0fc;
  font-size: 15px;
}
.primary_menu{
  float: right;
}
#navbarSupportedContent .nav-link{
  font-size: 16px;
}
#navbarSupportedContent .nav-link.active,#navbarSupportedContent .nav-link:hover{
  color: #b2dc25!important;
  font-weight: bold!important;
}
.fa-search:before {
  color: #0fc0fc!important;
}
#search-label{
  background-color: white!important;
}
#button-addon4{
  border-right: 1px solid #ced4da;
  border-radius: 0px;
}
.pr-5{
  padding-right:2px
}

/* Support dashboard */

#support_messages{
  height: 85%;
  overflow-y: auto;
}  
        
#messages-main {
  position: relative;
  margin: 0 auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#messages-main:after, #messages-main:before {
  content: " ";
  display: table;
}
#messages-main .ms-menu {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #eee;
  padding-bottom: 50px;
  height: 100%;
  width: 240px;
  background: #fff;
}
@media (min-width:768px) {
  #messages-main .ms-body {
  padding-left: 240px;
}
}@media (max-width:767px) {
  #messages-main .ms-menu {
  height: calc(100% - 58px);
  display: none;
  z-index: 1;
  top: 58px;
}
#messages-main .ms-menu.toggled {
  display: block;
}
#messages-main .ms-body {
  overflow: hidden;
}
 html,body{
  overflow-x: hidden;
 }
}
#messages-main .ms-user {
  padding: 15px;
  background: #0dcaf0;
  color:white;
}
#messages-main .ms-user>div {
  overflow: hidden;
  padding: 3px 5px 0 15px;
  
}
#messages-main #ms-compose {
  position: fixed;
  bottom: 120px;
  z-index: 1;
  right: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
#ms-menu-trigger {
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  padding-right: 10px;
  padding-top: 19px;
}
#ms-menu-trigger i {
  font-size: 21px;
}
#ms-menu-trigger.toggled i:before {
  content: '\f2ea'
}
.fc-toolbar:before, .login-content:after {
  content: ""
}
.message-feed {
  padding: 20px;
}
#footer, .fc-toolbar .ui-button, .fileinput .thumbnail, .four-zero, .four-zero footer>a, .ie-warning, .login-content, .login-navigation, .pt-inner, .pt-inner .pti-footer>a {
  text-align: center;
}
.message-feed.right>.pull-right {
  margin-left: 15px;
}
.message-feed:not(.right) .mf-content {
  background: #0fc0fc;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.message-feed.right .mf-content {
  background: #eee;
}
.mf-content {
  padding: 12px 17px 13px;
  border-radius: 2px;
  display: inline-block;
  max-width: 80%
}
.mf-date {
  display: block;
  color: #B3B3B3;
  margin-top: 7px;
}
.mf-date>i {
  font-size: 14px;
  line-height: 100%;
  position: relative;
  top: 1px;
}
.msb-reply {
  box-shadow: 0 -20px 20px -5px #fff;
  position: absolute;
  width: calc(100% - 240px);
  margin-top: 30px;
  border-top: 1px solid #eee;
  background: #f8f8f8;
  bottom: 0;
}
.four-zero, .lc-block {
  box-shadow: 0 1px 11px rgba(0, 0, 0, .27);
}
.msb-reply textarea {
  width: 100%;
  font-size: 16px;
  border: 0;
  padding: 10px 15px;
  resize: none;
  height: 44px;
  background: 0 0;
}
.msb-reply button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  width: 60px;
  font-size: 25px;
  color: #2196f3;
  background: 0 0;
}
.msb-reply button:hover {
  background: #f2f2f2;
}
.img-avatar {
  height: 37px;
  border-radius: 2px;
  width: 37px;
}
.list-group.lg-alt .list-group-item {
  border: 0;
}
.p-15 {
  padding: 15px!important;
}
.btn:not(.btn-alt) {
  border: 0;
}
.action-header {
  position: relative;
  background: #0dcaf0;
  padding: 15px 13px 15px 17px;
  color:white!important;
}
.ah-actions {
  z-index: 3;
  float: right;
  margin-top: 7px;
  position: relative;
}
.actions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.actions>li {
  display: inline-block;
}

.actions:not(.a-alt)>li>a>i {
  color: #939393;
}
.actions>li>a>i {
  font-size: 20px;
}
.actions>li>a {
  display: block;
  padding: 0 10px;
}
.ms-body{
  background:#fff;    
}
#ms-menu-trigger {
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  padding-right: 10px;
  padding-top: 19px;
  cursor:pointer;
}
#ms-menu-trigger, .message-feed.right {
  text-align: right;
}
#ms-menu-trigger, .toggle-switch {
  -webkit-user-select: none;
  -moz-user-select: none;
}
.textdecoration-none{
  text-decoration: none!important;
}
.fs-6{
  font-size: 1.2rem!important;
}
.recordingButtons{
  font-size: 20px;
  border-radius: 75%;
  padding: 7px;
  width: 45px;
}
#recordingsList{
  list-style: none!important;
  margin-top: -5px;
  padding-left: 0rem!important;
}
.gradient-custom-2 {
  /* fallback for old browsers */
  background: #fccb90;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}

.fnameErr #firstname,
.lnameErr #lastname,
.unameErr #username,
.uroleErr #userrole,
.passErr #password,
.confErr #confirm_password,
.subjectErr #subjects {
  border: 1px solid red !important;
}

@media (min-width: 768px) {
  .gradient-form {
      height: 100vh !important;
  }
}

@media (min-width: 769px) {
  .gradient-custom-2 {
      border-top-right-radius: .3rem;
      border-bottom-right-radius: .3rem;
  }
}

#datatable td{
  border: 1px solid #dee2e6!important;
}
.modal-backdrop{
  z-index: 10!important;
}
#ticketList{
  height: 99%;
  overflow-y: auto;
}
#messages-main .ms-body{
  height: 73vh;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#changeTicketStatus i{
  color: white!important;
  font-size: 15px;
}

#status-dropdown::after{
  vertical-align: 0.15em;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px!important;
}

#ticketList .list-group-item{
  border-bottom: 1px solid #dee2e6;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0fc0fc!important;
}
a:hover {
  color: #0fc0fc;
}
#datatable_length{
  margin-bottom: 20px;
}
#datatable_length select{
  width:auto!important;
  min-width:0%!Important;
}
.dataTables_wrapper .dataTables_filter input{
  padding: 2px!Important;
}
#datatable td, #datatable th,table.dataTable thead th, table.dataTable thead td,#datatable .s_no{
  border: 1px solid #dee2e6!important;
  border: 1px solid #dee2e6!important;
}
#addUser .modal-content{
  width: 90%;
}
#new_request #message {
  height: 50px;
}
#recordingsList li{
  width: 100%;
  border: 1px solid #cccc;
  text-align: right;
}
#recordingsList li audio{
  margin-top: 7px;
  margin-right: 8px;
}
audio{
  height: 40px!important;
}
.mf-content audio{
  margin-bottom: -5px;
}
#social-nav{
  height: 20px;
}
#contact_info_icons i{
    background: #31d2f2;
    padding: 10px;
    border-radius: 25px;
    color: white;
}
#search-list div{
  padding-top: 20px;
}
.bb-1{
  border-bottom: 1px solid #eee;
}
#search-list a{
  color:black!important;
  text-decoration: none;
  cursor: pointer;
}
#search-list a:hover{
  color:#0fc0fc!important;
}
.footer-links a:after {
  content: '|';
}
.footer-links a:last-child:after { 
  content: ""; 
}
#menu-primary-itemsLogin a{
  color:#0fc0fc;
}



/* Custom Template CSS */


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: "";
  background-color:rgb(178 220 37 / 80%)
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #0fc0fc;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #0fc0fc;
}

#hero .btn-get-started:hover {
  background: #6ec083;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f8fcf9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0fc0fc;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  padding: 20px 0;
}

.featured-services .icon-box {
  padding: 20px;
}

.featured-services .icon-box-bg {
  background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  color: #0fc0fc;
  font-size: 42px;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #222222;
  transition: 0.3s;
}

.featured-services .icon-box:hover .title a {
  color: #0fc0fc;
}

.featured-services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #0fc0fc;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .row {
  overflow: hidden;
}

.why-us .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.why-us .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #6ec083;
}

.why-us .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}

.why-us .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #0fc0fc;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #0fc0fc;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #0fc0fc;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #6ec083;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0fc0fc;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0fc0fc;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
  height:100px
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #0fc0fc;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
#topbar{
  background-color: #0fc0fc!important;
  height: 30px;
  padding: 3px 8px 5px 15px;
}
#topbar .language-drop li a{
  color:#0fc0fc;
  float: left;
  width: 100%;
  text-align: left;;
}
#topbar a{
  color: white;
}
#list-basic li a{
  font-weight: bold;
  font-size: 20px;
}

/* Spinner */
.lds-spinner {
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 70px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.spinner-overlay {
  display: flex;
  position:fixed;
  left:0px;
  right:0px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  min-height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index:100000000000000;
}
.loading-message{
  margin-top: 8em;
  font-size:20px;
  color:white;
}
.message-feed.right:last-child {
  margin-bottom: 10px;
}
/* End Spinner */
