/*
  http://www.ud-mu.com
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --primary: #06A3DA;
  --secondary: #34AD54;
  --light: #EEF9FF;
  --dark: #091E3E;
  --navy: #061429;
  --danger:#ae1d1d;
  --warning:#ffe81d;
  --maroon:#ae1d50;
  --tao:#dddddd;
  --far:#ccdfff;
  --keaw:#cffbdb;
}


body {
  background: #fff;
  color: #666666;
  font-family: 'Kanit', sans-serif;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color:#fff;
  -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
}
.logo_cover {
  text-align: center;
}
.logo_cover img {
      width: 140px;
      height: auto;
}
.font10 {
  font-size:10px !important;
  font-weight: normal !important;
  }
.font12 {
  font-size:12px !important;
  font-weight: normal !important;
}.font14 {
font-size:14px !important;
font-weight: normal !important;
}
.font16 {
font-size:16px !important;
font-weight: normal !important;
}
.font18 {
font-size:18px !important;
font-weight: normal !important;
}
.font20 {
font-size:20px !important;
font-weight: normal !important;
}
.font22 {
font-size:22px !important;
font-weight: normal !important;
}
.font24 {
font-size:24px !important;
font-weight: normal !important;
}
.font26 {
font-size:26px !important;
font-weight: normal !important;
}
.font28 {
font-size:28px !important;
font-weight: normal !important;
}
.font30 {
font-size:30px !important;
font-weight: normal !important;
}
.font32 {
font-size:32px !important;
font-weight: normal !important;
}
.font34 {
font-size:34px !important;
font-weight: normal !important;
}
.font36 {
font-size:36px !important;
font-weight: normal !important;
}
.font38 {
font-size:38px !important;
font-weight: normal !important;
}
.font40 {
font-size:40px !important;
font-weight: normal !important;
}




.textAlignVer{
display:block;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);   
position:relative;  
width:30px;  
white-space:nowrap;  
/*font-size:20px;*/  
margin-bottom:10px;  
color: #000000;
}
a {
  color: var(--primary);
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: var(--primary);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: var(--primary);
  
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}


/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid var(--primary);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid var(--primary);
}

#header #logo img {
  padding: 0;
  margin: 0;
}

.ac_member {
  padding: 0;
  margin: 0 5px 0 5px;
  background: var(--secondary);
  border: 0;
  border-radius: 10px;
  color: #000000;
  transition: 0.4s;
  cursor: pointer;
}
.ac_member a:hover {
  color: #000000;
}

.ac_manage {
  padding: 0;
  margin: 0 5px 0 5px;
  background: var(--primary);
  border: 0;
  border-radius: 10px;
  color: #000000;
  transition: 0.4s;
  cursor: pointer;
}
.ac_manage a:hover {
  color: #000000;
}

.ac_logout {
  padding: 0;
  margin: 0 5px 0 5px;
  background: var(--danger);
  border: 0;
  border-radius: 10px;
  color: #000000;
  transition: 0.4s;
  cursor: pointer;
}
.ac_logout a:hover {
  color: #000000;
}





#header-support {
  padding: 20px 0;
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(0, 0, 0, 0.9);

}
#header-support .header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header-support #logo {
  float: left;
}

#header-support #logo img {
  padding: 0;
  margin: 0;
}



/*--------------------------------------------------------------
# Intro
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
}

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

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

/**/
#intro .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
#intro .cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
#intro .cd-words-wrapper b.is-visible {
  position: relative;
}
#intro .cd-words-wrapper b {
  opacity: 0;
}
#intro .cd-words-wrapper b.is-visible {
  opacity: 1;
}
#intro .cd-headline.clip span {
  display: inline-block;
  /*padding: .2em 0;*/
  color: #eee;
  font-size: 24px;
}
#intro .cd-headline.clip span b{
	/*text-transform: uppercase;*/
  font-size: 24px;
}
#intro .cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
#intro .cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
#intro .cd-headline.clip b {
  opacity: 0;
}
#intro .cd-headline.clip b.is-visible {
  opacity: 1;
}



/**/




#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  
  background: var(--primary);
}

#intro .btn-get-started:hover {
  background: #fff;
  
  color: var(--primary);
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0 0 -5px 0;
  padding: 0;
  list-style: none;

}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;

}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;

}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;

}

.nav-menu ul ul {
  top: 0;
  left: 100%;

}

.nav-menu ul li {
  min-width: 180px;

}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a {
  
  color: var(--primary);
}
.nav-menu > .menu-active > a {
  
  color: #fff;
 
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  
  color: var(--primary);
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
 
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  
}

#mobile-nav ul li a:hover {
  
  color: var(--primary);
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  
  color:  #000000;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  
  color: var(--primary);
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  
  color: var(--primary);
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

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

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  
  background: var(--primary);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 10px;
  color: #333;
}

/*background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}



/* About Us
--------------------------------*/

#about {
  background: url("../img/about-bg.png") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
  font-size: 18px;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 20;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  /*margin-top: -30px;*/
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  
  background-color: var(--primary);
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  
  color: var(--primary);
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  
  color: var(--primary);
}

#about .about-col p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
  
}





/* database
--------------------------------*/

#database {
  background: linear-gradient(rgb(0, 123, 255), rgba(0, 123, 255, 0.5)), url(../img/about-bg2.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

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

#database span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
#database p {
  color: #fff;
  font-size: 18px;
}

/* database
--------------------------------*/







/*------------------------------------------------------------------
    Pricing
-------------------------------------------------------------------*/
#pricing {
  padding: 60px 0;
}
.pricingTable{
  background: #fff;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
  border: 1px solid #28a9e2;
}
.pricingTable:hover{ box-shadow: 0 0 5px rgba(0,0,0,0.8) inset, 0 0 10px rgba(0,0,0,0.8); }
.pricingTable svg{
  display: block;
  margin-left: -1px;
}
.pricingTable .pricing-content{
  padding: 50px 0 30px;
  position: relative;
  
}
.pricingTable .title{
  font-size: 35px;
  font-weight: 600;
  color: #28a9e2;
  text-transform: uppercase;
  /*margin: 0 0 10px 0;*/
  margin-top: -30px;
}
.pricingTable .foot{
  background: #28a9e2;
  height: 40px;
}
.pricingTable .price-box-ribbon {
	position: absolute;
	width: 150px;
	top: 25px;
	right: -35px;
	text-align: center;
	padding: 5px 20px;
	background: #020202;
	color: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pricingTable .pricing-content ul{
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}
.pricingTable .pricing-content ul li{
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  line-height: 40px;
  text-transform: capitalize;
}
.pricingTable .pricingTable-signup{
  display: inline-block;
  padding: 8px 50px;
  background: #333333;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease 0s;
}
.pricingTable:hover .pricingTable-signup{ box-shadow: 0 0 10px #28a9e2; }
.pricingTable .pricingTable-signup:hover{
  color: #ffffff;
  background: #fff;
  box-shadow: 0 0 10px #28a9e2, 0 0 10px #1c142b inset;
}
.pricingTable.blue .title{ color: #28a9e2; }
.pricingTable.blue .pricingTable-signup{ background: #333333; }
.pricingTable.blue:hover .pricingTable-signup{ box-shadow: 0 0 10px #28a9e2; }
.pricingTable.blue .pricingTable-signup:hover{
  color: #ffffff;
  background: #fff;
  box-shadow:0 0 10px #28a9e2, 0 0 10px #1c142b inset;
}
.pricingTable.red .title{ color: #28a9e2; }
.pricingTable.red .pricingTable-signup{ background: #333333; }
.pricingTable.red:hover .pricingTable-signup{ box-shadow: 0 0 10px #28a9e2; }
.pricingTable.red .pricingTable-signup:hover{
  color: #ffffff;
  background: #fff;
  box-shadow:0 0 10px #28a9e2, 0 0 10px #1c142b inset;
}
@media only screen and (max-width: 990px){
  .pricingTable{ margin-bottom: 30px; }
}


.sim-btn{
	background: #333333;
	color: #ffffff;
	padding: 14px 20px;
	border-radius: 100px;
	overflow: hidden;
	border: none;
}

.sim-btn:hover{
	color: #ffffff;
}

.hvr-bounce-to-top{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}






/* Portfolio-member
--------------------------------*/

#portfolio-member {
  background: linear-gradient(rgb(0, 123, 255), rgba(0, 123, 255, 0.5)), url(../img/9.png) fixed center center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  text-align: center;
  height: 100%;
}

#portfolio-member #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio-member #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

#portfolio-member #portfolio-flters li:hover,
#portfolio-member #portfolio-flters li.filter-active {
  
  background: var(--primary);
  color: #fff;
}

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

#portfolio-member .portfolio-wrap {
  margin: auto auto auto auto;
}

#portfolio-member .portfolio-item {
  text-align: center;
}

#portfolio-member .portfolio-item figure {
  text-align: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  height: 100%;
  background: #000;

  width: 100px;
  border-radius: 50%;
  margin: 0px 10px 0px 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

#portfolio-member .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio-member .portfolio-item figure .link-preview,
#portfolio-member .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio-member .portfolio-item figure .link-preview i,
#portfolio-member .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio-member .portfolio-item figure .link-preview:hover,
#portfolio-member .portfolio-item figure .link-details:hover {
  
  background: var(--primary);
}

#portfolio-member .portfolio-item figure .link-preview:hover i,
#portfolio-member .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio-member .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio-member .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio-member .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio-member .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio-member .portfolio-item .portfolio-info {
  text-align: center;
}

#portfolio-member .portfolio-item .portfolio-info h3 {
  font-size: 14px;
  /*font-weight: bold;*/
  margin: 10px 0 15px 0;
  /*color: #111;*/
  color: #ffffff;
}

#portfolio-member .portfolio-item .portfolio-info h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}












/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}



#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: var(--primary);
  color: #fff;
}

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

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  /*height: 360px;*/
  overflow: hidden;
  padding-bottom: 20px;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: var(--primary);
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: var(--primary);
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}











/* review
--------------------------------*/

#review {
  background: linear-gradient(rgb(0, 123, 255), rgba(0, 123, 255, 0.5)), url(../img/about-bg3.png) fixed center center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  text-align: center;
  height: 100%;
  background-color: #ffffff;
}

#review .section-header {
  margin-bottom: 40px;
}

#review .review-item {
  text-align: center;
}

#review .review-item .review-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#review .review-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #ffffff;
}

#review .review-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  color: #ffffff;
}

#review .review-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
  
}

#review .review-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;

}

#review .review-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #ffffff;
}

#review .owl-nav,
#review .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#review .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #999;
}

#review .owl-dot.active {
  background-color: var(--primary);
}

/* review
--------------------------------*/






/* Development
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 80%;
  margin-left: 10%;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

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

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

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

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Development
--------------------------------*/




















/*--------------------------------------------------------------
# footer-jack
--------------------------------------------------------------*/

#footer-jack {
  background: var(--navy);
  padding: 0 0 10px 0;
  color: #eee;
  font-size: 14px;
}

#footer-jack .footer-jack-top {
  background: var(--dark);
  padding: 50px 0 10px 0;
}

#footer-jack .footer-jack-top .footer-jack-info {
  margin-bottom: 30px;
}

#footer-jack .footer-jack-top .footer-jack-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  
  font-weight: 700;
  letter-spacing: 3px;
 /* border-left: 4px solid #18d26e;*/
  border-left: 4px solid var(--primary);
}

#footer-jack .footer-jack-top .footer-jack-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  
  color: #eee;
}

#footer-jack .footer-jack-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--primary);
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer-jack .footer-jack-top .social-links a:hover {
  
  background: #fff;
  color: var(--primary);
}

#footer-jack .footer-jack-top h4 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer-jack .footer-jack-top h4::before,
#footer-jack .footer-jack-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer-jack .footer-jack-top h4::before {
  right: 0;
  background: #555;
}

#footer-jack .footer-jack-top h4::after {
  
  background: var(--primary);
  width: 60px;
}

#footer-jack .footer-jack-top .footer-jack-links {
  margin-bottom: 10px;
}

#footer-jack .footer-jack-top .footer-jack-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer-jack .footer-jack-top .footer-jack-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer-jack .footer-jack-top .footer-jack-links ul li {
  /*border-bottom: 1px solid #333;*/
  padding: 2px 0;
}

#footer-jack .footer-jack-top .footer-jack-links ul li:first-child {
  padding-top: 0;
}

#footer-jack .footer-jack-top .footer-jack-links ul a {
  color: #eee;
}

#footer-jack .footer-jack-top .footer-jack-links ul a:hover {
  
  color: var(--primary);
}

#footer-jack .footer-jack-top .footer-jack-contact {
  margin-bottom: 30px;
}

#footer-jack .footer-jack-top .footer-jack-contact p {
  line-height: 26px;
}

#footer-jack .footer-jack-top .footer-jack-newsletter {
  margin-bottom: 30px;
}

#footer-jack .footer-jack-top .footer-jack-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer-jack .footer-jack-top .footer-jack-newsletter input[type="submit"] {
  
  background: var(--primary);
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer-jack .footer-jack-top .footer-jack-newsletter input[type="submit"]:hover {
  
  background: var(--primary);
}

#footer-jack .copyright {
  text-align: center;
  padding-top: 10px;
}

#footer-jack .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}


/*--------------------------------------------------------------
# footer-jack
--------------------------------------------------------------*/




/* register
--------------------------------*/

#register {
  padding: 120px 0;
  margin-bottom: -100px;
}

#register .register-info {
  margin-bottom: 20px;
  text-align: center;
}

#register .register-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--primary);
}

#register .register-info address,
#register .register-info p {
  margin-bottom: 0;
  color: #000;
}

#register .register-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#register .register-info a {
  color: #000;
}

#register .register-info a:hover {
  color: var(--primary);
}

#register .register-address,
#register .register-phone,
#register .register-email {
  margin-bottom: 20px;
}

#register .form #sendmessage {
  color: var(--primary);
  border: 1px solid var(--primary);
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#register .form #btnsubmit {
  color: rgb(254, 254, 254);
  border: 1px solid var(--primary);
  display: none;
  text-align: center;

}

#register .form #errormessage,#errorpasswd,#erroruser,#erroremail {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  background-color: rgba(255, 0, 0, 0.1);
}


#register .form #sendmessage.show,
#register .form #errormessage.show,
#register .form #btnsubmit.show,
#register .form #errorpasswd.show,
#register .form #erroruser.show,
#register .form #erroremail.show,
#register .form .show {
  display: block;
}

#register .form .validation {
  color: red;
  display: none;
  margin: 0 0 0;
  font-weight: 400;
  font-size: 14px;
  background-color: rgba(255, 0, 0, 0.1);
}

#register .form .input-group{
  padding: 10px 15px;
}

#register .form input,
#register .form textarea {
  
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  height: 40px;
}

#register .form button[type="submit"] {
  background: var(--primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#register .form button[type="submit"]:hover {
  background: rgb(0, 68, 255);
}

/* register
--------------------------------*/













.form, .form_trans, .form_save_topic {
  padding: 0px 0px;
}

.form .input-group, .form_trans .input-group, .form_save_topic .input-group{
  padding: 10px 10px;
}

.form input,  .form_trans input, .form_save_topic input{
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  height: 40px;
}

.form button[type="submit"] {
  background: var(--primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.form button[type="submit"]:hover {
  background: rgb(0, 68, 255);
}

.form button[type="reset"] {
  background: var(--danger);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.form button[type="reset"]:hover {
  background: rgb(128, 1, 1);
}

.form #btnsubmit.show,
.form .show {
  display: block;
}
.btnsubmit {
  color: rgb(254, 254, 254);
  border: 1px solid var(--primary);
  display: none;
  text-align: center;
}
.form .validation {
  color: red;
  display: none;
  margin: 0 0 0;
  font-weight: 400;
  font-size: 14px;
  background-color: rgba(255, 0, 0, 0.1);
}
.form #errormessage,#errorpasswd,#erroruser,#erroremail {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  background-color: rgba(255, 0, 0, 0.1);
}


.form #sendmessage.show,
.form #errormessage.show,
.form #btnsubmit.show,
.form #errorpasswd.show,
.form #erroruser.show,
.form #erroremail.show,
.form .show {
  display: block;
}














/* member_photo -------------*/

#member_photo.show,#member_student.show, .show{
  display: block;
}
#member_photo,#member_student{
  display: none;
}



/*-------------PA-TEXT------------------------------------------*/



#pa_text {
  background: url("../img/about-bg.png") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
  font-size: 18px;
  margin-bottom: -10px;
}

#pa_text::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(rgb(0, 123, 255), rgba(0, 123, 255, 0.7));
  z-index: 9;
}

#pa_text .container {
  position: relative;
  z-index: 20;
}

#pa_text .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  /*margin-top: -30px;*/
}

#pa_text .about-col .img {
  position: relative;
}

#pa_text .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#pa_text .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  
  background-color: var(--primary);
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#pa_text .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#pa_text .about-col:hover .icon {
  background-color: #fff;
}

#pa_text .about-col:hover i {
  
  color: var(--primary);
}

#pa_text .about-col h2 {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#pa_text .about-col h2 a {
  color: #ffffff;
}

#pa_text .about-col h2 a:hover {
  
  color: var(--primary);
}

#pa_text .about-col p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
  
}

#pa_text .section-header h3 {
  font-size: 28px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

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

#pa_text .section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  
  background: var(--primary);
  bottom: 0;
  left: calc(50% - 20px);
}

#pa_text .section-header p {
  text-align: center;
  padding-bottom: 10px;
  color: #333;
}

#form_save_topic {
  padding: 0px 0px;
}

#form_save_topic .input-group{
  padding: 10px 10px;
}

#form_save_topic .input{
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
 
}







/* login
--------------------------------*/

#login {
  padding: 120px 0;
  margin-bottom: -100px;
}

#login .form #sendmessage {
  color: var(--primary);
  border: 1px solid var(--primary);
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#login .form #btnsubmit {
  color: rgb(254, 254, 254);
  border: 1px solid var(--primary);
  display: none;
  text-align: center;
}

#login .form #btnemail {
  color: rgb(0, 0, 0);
  border: 1px solid var(--primary);
  text-align: center;
  display: none;

}

#login .form #errormessage,#errorpasswd,#erroruser,#erroremail {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  background-color: rgba(255, 0, 0, 0.1);
}


#login .form #sendmessage.show,
#login .form #errormessage.show,
#login .form #btnsubmit.show,
#login .form #btnemail.show,
#login .form #errorpasswd.show,
#login .form #erroruser.show,
#login .form #erroremail.show,
#login .form .show {
  display: block;
}

#login .form .validation {
  color: red;
  display: none;
  margin: 0 0 0;
  font-weight: 400;
  font-size: 14px;
  background-color: rgba(255, 0, 0, 0.1);
}

#login .form .input-group{
  padding: 10px 15px;
}

#login .form input,
#login .form textarea {
  
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  height: 40px;
}

#login .form button[type="submit"] {
  background: var(--primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
#login .form button[type="reset"] {
  background: #fff;
  border: 0;
  padding: 10px 30px;
  color: #000000;
  transition: 0.4s;
  cursor: pointer;
}

#login .form button[type="submit"]:hover {
  background: rgb(0, 68, 255);
}

#login .form button[type="reset"]:hover {
  background: rgb(0, 68, 255);
}
/* login
--------------------------------*/






/*----------------footbutton------------------------------------*/
#foot-zero a {
  color: #fff;
}
#foot-zero a:hover {
  color: #000000;
}
.foot-button-zero {

  /*background: var(--primary);*/
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  border-radius: 50%;
  /*left: 15px;*/
  transition: background 0.5s;
  bottom: 0.8rem;
  position: fixed;
  right: 1.25rem;
  z-index: 1032;
}

.foot-button-zero i {
  font-size: 16px;
  padding-top: 11px;
  color: #fff;
}


.foot-button-zero:focus {
  box-shadow: none;
}



/*----------------footbutton------------------------------------*/
#foot-zero-market a {
  color: #fff;
}
#foot-zero-market a:hover {
  color: #000000;
}
.foot-button-zero-market {

  /*background: var(--primary);*/
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  border-radius: 50%;
  /*left: 15px;*/
  transition: background 0.5s;
  bottom: 0.8rem;
  position: fixed;
  right: 1.25rem;
  z-index: 1032;
}

.foot-button-zero-market i {
  font-size: 16px;
  padding-top: 9px;
  padding-bottom: 3px;
  color: #fff;
}


.foot-button-zero-market:focus {
  box-shadow: none;
}






/*----------------footbutton------------------------------------*/
#foot-zero-show a {
  color: #fff;
}
#foot-zero-show a:hover {
  color: #fff;
}
.foot-button-zero-show {
  /*background: var(--primary);*/
  color: #fff;
  width: 80px;
  height: 50px;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  /*border-radius: 50%;*/
  /*left: 15px;*/
  transition: background 0.5s;
  bottom: 0.8rem;
  position: fixed;
  right: 1.25rem;
  z-index: 1032;
}
.foot-button-zero-show i {
  font-size: 22px;
  padding-top: 11px;
  padding-bottom: 3px;
  color: #fff;
}
.foot-button-zero-show:focus {
  box-shadow: none;
}



/*----------------footbutton------------------------------------*/
#foot-zero-bank-show a {
  color: #fff;
}
#foot-zero-bank-show a:hover {
  color: #fff;
}
.foot-button-zero-bank-show {
  /*background: var(--primary);*/
  color: #fff;
  width: 100px;
  height: 50px;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  /*border-radius: 50%;*/
  /*left: 15px;*/
  transition: background 0.5s;
  bottom: 0.8rem;
  position: fixed;
  right: 1.25rem;
  z-index: 1032;
}
.foot-button-zero-bank-show i {
  font-size: 22px;
  padding-top: 11px;
  padding-bottom: 3px;
  color: #fff;
}
.foot-button-zero-bank-show:focus {
  box-shadow: none;
}







/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 2000px) {
  
  #intro .cd-headline.clip span b{
    font-size: 34px;
  }
  #header #logo {
    padding-left: 60px;
  }
  #header-support #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 60%;
  }

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

  #nav-menu-container {
    padding-right: 60px;
  }
  .zero-text{
    font-size: 3vw;
  }
  .zero-text-show{
    font-size: 4vw;
  }

  #portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }

}

@media screen and (max-width: 600px) {
  #intro .cd-headline.clip span b{
    margin-top: -40px;
    font-size: 18px;
  }
  #intro h2 {
    font-size: 23px;
  }

  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #header-support #logo h1 {
    font-size: 28px;
  }

  #header-support #logo img {
    max-height: 40px;
  }


  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  .container{
    max-width: 100%;
  }
  .zero-text{
    font-size: 28px;
  }
  .zero-text-show{
    font-size: 28px;
  }

  #portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 5px 5px 5px 0;
    display: inline-block;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }
}

















