/* fireye */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'fireye';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/FireyeGF_3_Regular.ttf'); /* IE9 Compat Modes */
  src: url('../fonts/FireyeGF_3_Regular.ttf') format('truetype'), /* Safari, Android, iOS */
      
}


/* kanit-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/kanit-v15-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/nunito-sans-v15-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font-family: 'Kanit', sans-serif;
  color: #a0a0a0;
}
  	.pricing-tables .logo h2{
  padding: 0px 0px;
  font-size: 170%;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.9);
}
/* Add a thumb */
body::-webkit-scrollbar-thumb {
    background: rgba(250, 250, 250, 0.5);
}

body, html {
  height: 100%;
  min-height: 100%;
        scroll-behavior: smooth;
  /* overflow-x: hidden; */

}

a {
  color: #999;
  /* font-family: 'Nunito Sans'; */
}
.headline {
  font-size:120%;
  color: #c2c2c2;
}

a:hover{
  color:azure;
    text-decoration: none;
  
}

.breaker {
    width:20px;
    right:50%;
    margin-top: -50px;
    position: relative;
    left: auto;
    right: auto;
}


.btn:{display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #444;
    border-radius: 50px;
    background-color: #000;
    color: #ccc;
    font-weight: 500;
}



.btn:hover{
  color:#eee;
  background-color: #090f14;
}

..button:{display: inline-block;
    
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #444;
    border-radius: 50px;
    
    
    font-weight: 500;
         padding: 20px 14px 20px 14px;
    background-color: #14275e;
    color: #ffffff;
    font-weight: 900;
}



.main_logo{width: 150px;margin: -5.1em 0 0em 0;z-index: 10;position: relative;margin-bottom: 3.5em;/* margin-top: 3em; */}

.page-heading {
  background-image: url(../img/heading_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  text-align: center;
}

.page-heading .heading-content h1 {
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(250,250,250,0.1);
  display: inline-block;
  margin-bottom: 0;
  margin-top: 220px;
  padding: 20px 60px;
}

.page-heading .heading-content em {
  font-style: normal;
  font-weight: 200;
}


.teaminfo{
    width: 100%;
    /* height: 268px; */
    padding: 3em 2em 5em 2em;
    /* border-bottom: solid 1px #d00b0a; */
    border-top: solid 1px #d00b0a;
    font-size: 115%;
    }

.position{
    width: 100%;
    /* height: 268px; */
    font-size: 100%;
    font-variant-caps:all-petite-caps;
    color: #7b7b7b;
    }

.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    background-color: #edda8c;
    color: #333;
}

.service .service-item {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    align-items: center;
    box-shadow: inset 0 0 0 0 transparent;
    transition: ease-out 0.5s;
    color: #333;
   
  background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
  background-position: 0px 0px, 0px 0px, 5px 5px, 0px 0px;
   
    
       filter: grayscale(50%); /* Standard */
    -webkit-filter: grayscale(50%); /* Webkit */
    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray;  /* IE6-9 */
    -webkit-filter: grayscale(0.5); /* Old WebKit */
}



.service .service-icon {
    position: relative;
    width: 100%;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    /******************   border: 1px solid #edda8c;   *************/
    

}

.service .service-icon i {
    position: relative;
    font-size: 60px;
    color: #edda8c;
    transition: .3s;
}

.service .service-item:hover {

   filter: grayscale(0%); /* Standard */
    -webkit-filter: grayscale(0%); /* Webkit */
    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray;  /* IE6-9 */
    -webkit-filter: grayscale(0); /* Old WebKit */
}



.service .service-item:hover i {
    font-size: 75px;
 
    
}

.service .service-text {
    position: relative;
    
    padding: 0 30px;
}

.service .service-text h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    transition: 1s;
}

.service .service-text p {
    margin: 0;
    font-size: 16px;
    transition: 1s;
}

.service .service-item:hover .service-text h3,
.service .service-item:hover .service-text p {
    color: #ffffff;
    
}
.desktop{
    width:100%;
    height:100vh;
    display:block;
}
.mobile{
    display:none;
}
@media only screen and (max-width: 540px) {
    .desktop{
        display:none;
    }
    .mobile{
        width:100%;
        height:100vh;
        display:block;
    }
}
@media (min-width: 575.98px) {
    .service .service-text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .service .service-text p {
        font-size: 14px;
    }


}

.name{
  font-size:100%;
    color:#ddd;
}


/* Nav Bar */

  .logo img {
    width:80px;
    width: 70px;
    margin-right: 21px;
    margin-top: -9px;
  }

nav .logo {
  /* margin-top: 7px; */
}

nav .logo a {
  font-size: 16px;
  line-height: 42px;
  color: #474747;
  text-decoration: none;
  letter-spacing: 0.2px;
}

nav .logo em {
  font-style: normal;
  font-weight: 200;
  margin-left: -12px;
  font-size: 114%;
}



nav {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  left: 0px;
  top: auto;
  bottom: auto;
  z-index: 300;
  box-shadow: 1px 1px 16px 1px rgb(0 0 0 / 25%);
  border-bottom: solid 1px #343434;
  text-align: center;
  height: 2.1em;
}

.menu-icon {
  background: transparent;
  border: 1px solid black;
  width: 40px;
  height: 40px;
  margin: 10px 39px 0 auto;
  position: relative;
  cursor: pointer;
  transition: background 0.5s;
  border-radius: 5px;
}

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background: black;
  position: absolute;
  left:25%;
  top: 50%;
  display: block;
  content: '';
  transition: all 0.5s ease-in-out;
}

.menu-icon span:before {
  left: 0;
  top: -10px;
}

.menu-icon span:after {
  left: 0;
  top: 10px;
}

.menu-icon.active {
  background: rgba(250,250,250,0.2);
}

.menu-icon.active span {
  background-color: transparent;
}

.menu-icon.active span:before,
.menu-icon.active span:after {
  top: 0;
}

.menu-icon.active span:before {
  transform: rotate(135deg);
}

.menu-icon.active span:after {
  transform: rotate(-135deg);
}
/* Menu */

.overlay-menu {
  background: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 50px 0;
  opacity: 0;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.5s;
}

.overlay-menu.open {
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
}

.overlay-menu.open .main-menu {
  transition: all 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu:nth-child(2) {
  transition-delay: 0s;
}

.overlay-menu.open .main-menu:nth-child(2) {
  transition-delay: 1.25s;
}

.overlay-menu {
  overflow: scroll;
}

.overlay-menu::-webkit-scrollbar {
  display: none;
}

.overlay-menu ul {
  list-style: none;
  margin-top: 80px;
  padding: 0px;
}
.overlay-menu ul li {
  padding: 15px 0px;
}

.overlay-menu ul li a {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

.overlay-menu ul li a:hover {
  color: rgba(250,250,250,0.5);
}


.overlay-menu p {
  margin-top: 60px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-align: center;
}



/*************************/
/*     02. Preloader     */
/*************************/
.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	background: radial-gradient(circle, rgba(14, 36, 59, 1) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e243b",endColorstr="#000000",GradientType=1);
	border-bot;
}

.spinner {
	position: absolute;
	top: 50%; /* centers the loading animation vertically one the screen */
	left: 50%; /* centers the loading animation horizontally one the screen */
	width: 200px;
	height: 50px;
	margin: -0.625rem 0 0 -8.975rem; /* is width and height divided by two */
	text-align: center;
}

.spinner > div {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 0px;
	background-color: transparent;
	background-image:url(../img/bounce1.png)
	-webkit-animation: sk-bouncedelay 2.0s infinite ease-in-out both;
	animation: sk-bouncedelay 2.0s infinite ease-in-out both;
	background-repeat: no-repeat;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.64s;
	animation-delay: -0.64s;
     background-image:url(../img/bounce1.png)
        
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.48s;
	animation-delay: -0.48s;
	background-image:url(../img/bounce2.png);
	margin-left: -31px;
}

.spinner .bounce3 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
	background-image:url(../img/bounce3.png);
	margin-left: -32px;
}

.spinner .bounce4 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	background-image:url(../img/bounce4.png);
	margin-left: -36px;
}

.spinner .bounce5 {
	background-image:url(../img/bounce1.png);
	margin-left: -35px;
}



@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}


#video-container  {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

#video-container video,
.video-overlay {
  position: absolute;
  left: 22%;
  top: 38%;
  transform: translate(-50%, -50%);
  /* min-width: 100%; */
  min-height: 100%;
}

#video-container .video-overlay {
  z-index: 9999;
  background: rgba(0,0,0,0.3);
  width: 100%;
}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 132%;
  width: 362%;
  margin-left: -31%;
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

#video-container .video-content .inner h1 {
  font-size: 64px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
}

#video-container .video-content .inner em {
  font-style: normal;
  font-weight: 200;
}


#video-container .video-content .inner p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0px 30px;
}

#video-container .video-content .inner a {
  color: #fff;
  text-decoration: underline;
}

#video-container .video-content .inner .scroll-icon {
  margin-top: 45px;
}




#video-container2  {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 199999;
}

#video-container2 video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container2 .video-overlay {
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  width: 100%;
}

#video-container2 .video-content {
  z-index: 919999;
  position: absolute;
  height: 100%;
  width: 100%;
}

#video-container2 .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

#video-container2 .video-content .inner h1 {
  font-size: 64px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
}

#video-container2 .video-content .inner em {
  font-style: normal;
  font-weight: 200;
}


#video-container2 .video-content .inner p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0px 30px;
}

#video-container2 .video-content .inner a {
  color: #fff;
  text-decoration: underline;
}

#video-container2 .video-content .inner .scroll-icon {
  margin-top: 45px;
}


.full-screen-portfolio .container-fluid,
.full-screen-portfolio .col-md-4, .col-md-8 {
  margin: 0px 0em;
  background-color: #030407;
  /* border: solid 1px #d00b0a; */
  /* padding-bottom: 0px; */
  /* border-bottom: solid 1px #d00b0a; */
}


.portfolio-item img {
  width: 100%;
  overflow: hidden;
}

.portfolio-item .thumb {
  position: relative;
  font-family: inherit;
  color: #a1a1a1;
  font-size: 22px;
  border-top: solid 2px #d00b0a;
}


.portfolio-item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 66%);
}


.full-screen-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  line-height: 5px;
  letter-spacing: 0.5px;
 }

 .full-screen-portfolio .portfolio-item em {
  font-style: normal;
  font-weight: 200;
 }



.full-screen-portfolio .portfolio-item p {
  
    padding-bottom: 5px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
 text-align: center;
  text-transform: uppercase;
    
    font-weight: 300!important;
    letter-spacing: 0.5px;
    font-size: 14px;
    
    text-transform: uppercase;
    
 }

 .full-screen-portfolio .portfolio-item {
 text-align: left;
 line-height: 150%;
 text-transform: lowercase;
 cursor: pointer;
 margin: 0;
}

.full-screen-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
 }

.brabusmini{
 text-align: center;
    background-image: url(../img/logo_brabus_w_mini.png);
    height: 3em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  
    
}

.abtmini{
 text-align: center;
    background-image: url(../img/logo_abt_w_mini.png);
    height: 3em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  
    
}

.mansorymini{
 text-align: center;
    background-image: url(../img/logo_mansory_w_mini.png);
    height: 3em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  
    
}


.break img {
  width: 100%;
  overflow: hidden;
    
}
.break  {
 /* text-align: center; */
 /* margin: 6em 0em 8em 0em; */
}

.break .thumb {
  position: relative;
}


.break .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 0;
    left: 0;
}


 .break h1 {
  position: relative;
  font-size: 4em;
     color: black;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
        font-style: normal;
    font-weight: 200;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.7px;
 }

 .full-screen-portfolio .break em {
  font-style: normal;
  font-weight: 200;
 }

.full-screen-portfolio .break-:hover h1 {
  transform: translateY(0);
 }

.full-screen-portfolio .break p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

 .full-screen-portfolio .break {
 text-align: center;
 line-height: 150%;
 text-transform: lowercase;
 cursor: pointer;
     align-content: center;
         font-style: normal;
    font-weight: 200;
}

.full-screen-portfolio .break:hover p {
  opacity: 1;
  transform: translateY(0);
 }


.vita {
    /* border-top: solid 1px #d00b0a; */
    border-bottom: solid 1px #d00b0a;
    padding: 2em 1.2em 3em 1.2em;
    /* font-size: 83%; */
    border-top: solid 1px #d00b0a;
}


.introtext {

color:white;
    font-size: 200%;
    padding-bottom: 2em;
}

.popup-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 300;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.popup-icon button {
  background-color: transparent;
  outline: none;
  border: none;
}

.modal-btn img {
  width: 60px;
  height: 60px;
}

/* Modal */
.modal {
  background-color: rgba(0,0,0,.95);
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: all 0.6s;
  overflow: scroll;
}

.modal::-webkit-scrollbar {
  display: none;
}

/* Modal Content */
.modal-content {
  text-align: center;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}
.modal-animated-in {
  animation: totop-in .6s ease;
}
.modal-animated-out {
  animation: totop-out .6s ease forwards;
}
.modal-header {
  border-bottom: none;
}
.modal-header h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 64px;
  margin-top: 5%;
  border-bottom: none;
  margin-bottom: 20px;
}

.modal-header em {
  font-style: normal;
  font-weight: 200;
}

.modal-content .close-btn {
  position: absolute;
  z-index: 99999999;
  color: #fff;
  right: 38px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.modal-body {
  text-align: center;
  margin: 0 auto;
}

.modal-body input {
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.modal-body textarea {
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 25px;
}

.modal-body button {
  border-radius: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding: 0px 0px 3px 0px;
  transition: all 0.5s;
  border-top: none;
  border-right: none;
  border-left: none;
}

.modal-body button:hover {
  color: rgba(250,250,250,0.5);
  border-color: rgba(250,250,250,0.5);
  outline: none;
}


.wrapper {
  padding: 0em 0;
  /* background-color: #000000; */
}


    



/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0%;
    opacity: 1;
  }  
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }  
}



footer {
  width: 100%;
  height: 80px;
  background-color: #111415;
}

footer p {
  text-align: center;
  color: #fff;
  font-weight: 200;
  font-size: 13px;
  text-transform: lowercase;
  padding-top: 33px;
  letter-spacing: 0.5px;
}

footer a {
  color: #aaa;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
  color: #aaa;
}



.masonry-portfolio .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.masonry .col-md-4, .col-md-12,.masonry .col-md-8 {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0em;
}

.masonry {
  width: 100%;
  background-color: transparent;
  position: relative;
}

.masonry .item {
  display: inline-block;
  float: left;
}

.masonry .first-item {
  margin-bottom: -0.5px;
}

.masonry .last-item {
  float: left;
}

.masonry .item img {
  width: 100%;
  overflow-y: hidden;
}

.masonry .item .thumb {
  position: relative;
}

.masonry .item .hover-effect .hover-content {
    position: absolute;
    /* text-align: left; */
    width: 100%;
    bottom: 0px;
    left: 0;
    background-color: rgb(0 0 0);
    
}


.masonry .item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

.masonry .item em {
  font-style: normal;
  font-weight: 200;
 }

.masonry .item:hover h1 {
  transform: translateY(0);
 }

.masonry .item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

.masonry .item {
 text-align: center;
 line-height: 150%;
 text-transform: lowercase;
 cursor: pointer;
    
}

.masonry .item:hover p {
  opacity: 1;
  transform: translateY(0);
 }




.grid-portfolio {
  padding: 65px 0px;
  background-color: #232323;
}

.grid-portfolio .portfolio-item {
  margin: 15px 0px;
}

.portfolio-item .hover-effect .hover-content {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0px;
    left: 0;
    height: 45px;
    /* border-top: solid 1px #d00b0a; */
}


.grid-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

 .grid-portfolio .portfolio-item em {
  font-style: normal;
  font-weight: 200;
 }

.grid-portfolio .portfolio-item:hover h1 {
  transform: translateY(0);
 }

.grid-portfolio .portfolio-item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

.grid-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
 }

 .grid-portfolio .load-more-button {
  margin-top: 15px;
 }

 .grid-portfolio .load-more-button a {
  width: 100%;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
  background-color: #313131;
  transition: all 0.5s;
 }

 .grid-portfolio .load-more-button a:hover {
  color: rgba(250,250,250,0.5);
 }




 .services {
  background-color: #232323;
  padding: 65px 0px;
 }

 .services .service-item {
  margin: 15px 0px;
  padding: 20px;
  text-align: center;
  transition: all 0.5s;
 }

  .services .service-item:hover {
    background-color: #313131;
  }

 .services .service-item .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
 }

.services .service-item .icon img {
  max-width: 100%;
}

.services .service-item h4 {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.services .service-item p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}



.more-about-us {
  background-image: url(../img/about_us.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  width: 100%;
  text-align: center;
  background: rgb(14 36 59 / 24%);
  background: -moz-radial-gradient(circle, rgba(14,36,59,1) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(14,36,59,1) 0%, rgba(0,0,0,1) 100%);
  background: radial-gradient(circle, rgba(14,36,59,1) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e243b",endColorstr="#000000",GradientType=1);
  border-top: solid 1px #d00b0a;
}

.more-about-us .content {
  /* background-color: rgb(0 0 0 / 58%); */
  text-align: -webkit-center;
  padding: 150px 60px 50px 60px;
  color: #bfbfbf;
  /* border-top: solid 1px #d00b0a; */
}

.more-about-us .content h2 {
  margin-top: 0px;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.more-about-us .content span {
  font-size: 16px;
  font-weight: 200;
  display: inline-block;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.more-about-us .content p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.more-about-us .content .simple-btn {
  margin-top: 30px;
}

.more-about-us .content .simple-btn a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all 0.5s;
}

.more-about-us .content .simple-btn a:hover {
  opacity: 0.5;
}



.pricing-tables {padding: 2em 1em 0em 1em;font-weight: 200;background: #171717e8;border-bottom: solid #000000 2px;/* box-shadow: 0px 2px 10px 0px rgb(0 0 0); */text-align: center;background: rgb(14,36,59);background: -moz-radial-gradient(circle, rgba(14,36,59,1) 0%, rgba(0,0,0,1) 100%);background: -webkit-radial-gradient(circle, rgba(14,36,59,1) 0%, rgba(0,0,0,1) 100%);background: radial-gradient(circle, rgba(14,36,59,1) 0%, rgba(0,0,0,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e243b",endColorstr="#000000",GradientType=1);/* border-bottom: solid 1px #d00b0a; */}

	.pricing-tables .logo h2{
  padding: 0px 0px;
  font-size: 200%;
}

@media (max-width: 620px) {


	nav .logo em {
  font-style: normal;
  font-weight: 200;
  margin-left: -12px;
  /* font-size: 200%; */
}
	    .logo img {
    width: 52px;
    margin-right: 21px;
    margin-top: -6px;
  }
	nav .logo {
    margin-top: 6px;
}
    
.pricing-tables {
  padding: 0px 0px;
  font-size: 100%;
}

	.pricing-tables .logo h2{
  padding: 0px 0px;
  font-size: 170%;
}
	
	

  .teaminfo p{
    width: 100%;
    /* height: 268px; */
    padding: 0em 1em;
    /* border-bottom: solid 1px #d00b0a; */
    font-size: 72%;
}

    .position {
    display:none;
}
  hover-content {
    
    height: 30px;
    
}
    .name{
  font-size:100%;
    color:#ddd;
}
  
}



@media (max-width: 620px) {
      	.pricing-tables .logo h2{
  padding: 0px 0px;
  font-size: 150%;
}
    .name{
  font-size:100%;
    color:#ddd;
}
    
.pricing-tables em{
  padding: 0px 0px;
font-size:180%;
 color:red
}
	.headline {
  
	font-size:80%
}

.teaminfo {
    width: 100%;
    /* height: 268px; */
    padding: 0em 1em 4em 1em;
    /* border-bottom: solid 1px #d00b0a; */
    border-top: solid 1px #d00b0a;
    font-size: 105%;
}
.vita {
    border-top: solid 1px #d00b0a;
    border-bottom: solid 1px #d00b0a;
    padding: 2.8em 1.2em;
    font-size: 95%;
}

  .position {
    display:none;
}
  

.main_logo {
    width: 150px;
    margin: -2.9em 0 3em 0;
    z-index: 10;
    position: relative;
    /* display: none; */
}


@media (max-width: 530px) {

  .main_logo {
    width: 150px;
    margin: -2.9em 0 3em 0;
    z-index: 12;
    position: relative;
}
  	.pricing-tables .logo h2{
  padding: 0px 0px;
  font-size: 120%;
}

}

.pricing-tables .table-item {
  padding: 25px 0px;
  margin: 15px 10px;
  text-align: left;
  text-align:center;
  font-size: 150%;
  color:white;
}


.pricing-tables  h4 {
  margin-top: 0px;
  font-size: 37px;
  font-weight: 200;
  color: white;
  letter-spacing: 0.5px;
     text-transform: capitalize;
    
}
.pricing-tables  h1{
position: relative;
    font-size: 22px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    
    line-height: 15px;
    
    letter-spacing: 0.5px;
    
}

.pricing-tables  em{
  position: relative;
  font-size: 22px;
  /* text-transform: uppercase; */
  color: white;
  display: inline-block;
  line-height: 15px;
  letter-spacing: 0.5px;
  font-style: normal;
  font-weight: 200;
  /* width: 100%; */
  color: #444;
  letter-spacing:0em;
  font-size: 90%;
  padding-bottom: 
      1em;
  color:#888;
  font-family: 'Kanit';
  font-style: italic;
}





.pricing-tables .table-item h4 {
  margin-top: 0px;
  font-size: 17px;
  font-weight: 400;
  color: white;
  letter-spacing: 0.5px;
     text-transform: capitalize;
    
}

.pricing-tables .table-item span {
padding-left: 20px;
    font-weight: 300!important;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}

.pricing-tables .table-item ul {
  list-style: none;
  padding: 0;
  margin-top: 35px;
}

.pricing-tables .table-item ul li {
  font-size: 15px;
  font-weight: 300;
  color: white;
  letter-spacing: 0.5px;
  margin: 15px 0px;
}

.pricing-tables .table-item .simple-btn {
  margin-top: 40px;
  padding-bottom: 10px;
}

.pricing-tables .table-item .simple-btn a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: white;
  letter-spacing: 2px;
  border-bottom: 3px solid #f4dd5b;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all 0.5s;
}

.pricing-tables .table-item .simple-btn a:hover {
  opacity: 0.5;
}

.pricing-tables .premium-item {
  background-color: black;
}

.pricing-tables .premium-item h4, .pricing-tables .premium-item span, .pricing-tables .premium-item ul li, .pricing-tables .premium-item .simple-btn a {
  color: #e0e000;
  border-color: #232323;
}



.blog-entries {
  padding: 80px 0px;
  background-color: #232323;
}


.blog-entries .blog-posts {
  margin-right: 30px;
}


.blog-post {
  border-bottom: 1px solid #414141;
  padding-bottom: 65px;
  margin-bottom: 60px;
}

.blog-post img {
  width: 100%;
  overflow-y: hidden;
}

.blog-post .text-content {
  margin-top: 30px;
}

.blog-post .text-content span {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.5px;
}

.blog-post .text-content span a {
  color: #f4dd5b;
  text-decoration: none;
}

.blog-post .text-content h2 {
  margin-top: 5px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 300;
}

.blog-post .text-content p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
}

.blog-post .text-content .simple-btn {
  margin-top: 25px;
}

.blog-post .text-content .simple-btn a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all 0.5s;
}

.blog-post .text-content .simple-btn a:hover {
  opacity: 0.5;
}

.blog-entries .page-number {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-entries .page-number li {
  display: inline-block;
  margin-right: 3px;
}

.blog-entries .page-number li:last-child {
  margin-right: 0px;
}

.blog-entries .page-number li.active a {
  color: #232323;
  background-color: #fff;
}

.blog-entries .page-number li.active a:hover {
  opacity: 1;
}

.blog-entries .page-number li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background-color: #414141;
  transition: all 0.5s;
}

.blog-entries .page-number li a:hover {
  opacity: 0.5;
}

.single-blog-post {
  margin-right: 30px;
}

.single-blog-post img {
  width: 100%;
  overflow-y: hidden;
}

.single-blog-post .text-content {
  margin-top: 20px;
}

.single-blog-post .text-content span {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #414141;
  padding-bottom: 25px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.single-blog-post .text-content span a {
  color: #f4dd5b;
  text-decoration: none;
}

.single-blog-post .text-content h2 {
  margin-top: 0px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 300;
}

.single-blog-post .text-content p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.single-blog-post .tags-share {
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  padding: 8px 0px 10px 0px;
}

.single-blog-post .tags-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-blog-post .tags-share ul li:first-child {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.single-blog-post .tags-share ul li {
  display: inline-block;
  color: #fff;
}

.single-blog-post .tags-share ul li a {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
  color: #f4dd5b;
  text-decoration: none;
  transition: all 0.5s;
}

.single-blog-post .tags-share ul li a:hover {
  opacity: 0.5;
}

.single-blog-post .tags-share .share {
  text-align: right;
}

.blog-entries .search input {
  background-color: rgba(250,250,250,0.1);
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  border-radius: 0px;
  outline: none;
  border: none;
}

.sidebar-heding h2 {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  margin-top: 40px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #414141;
  margin-bottom: 20px;
}

.archives ul, .categories ul {
  margin-top: -5px;
  padding: 0;
  list-style: none;
}

.archives ul li, .categories ul li {
  margin-bottom: 12px; 
}

.archives ul li:last-child, .categories ul li:last-child {
  margin-bottom: 0px; 
}

.archives ul li a, .categories ul li a {
  font-size: 15px;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}


.archives ul li a:hover, .categories ul li a:hover {
  opacity: 0.5;
}

.recent-posts ul {
  padding: 0;
  list-style: none;
}

.recent-posts ul li {
  margin-bottom: 15px;
}

.recent-posts ul a {
  text-decoration: none;
}

.recent-posts ul li img {
  display: inline-block;
  max-width: 100%;
  margin-right: 15px;
}

.recent-posts ul li .text {
  display: inline-block;
}

.recent-posts ul li h6 {
  margin-bottom: 5px;
  padding-top: 0px;
  margin-top: 0px;
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}

.recent-posts ul li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  color: #f4dd5b;
}


.latest-gallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.latest-gallery ul li {
  display: inline-block;
  max-width: 59px;
  overflow-y: hidden;
  margin-bottom: 3px;
  margin-right: 1px;
}

.latest-gallery ul li:nth-child(4){
  margin-right: 0px;
}

.latest-gallery ul li:nth-child(8){
  margin-right: 0px;
}

.latest-gallery ul li img {
  width: 100%;
  transition: all 0.5s;
}

.latest-gallery ul li img:hover {
  cursor: pointer;
  opacity: 0.5;
}





@media (max-width: 992px) {
    

    .masonry .item h1 {
   
    font-size: 20px;
        transform: none;
           line-height: 28px;
    
}
    
    .masonry .item .hover-effect .hover-content {
    
    height: 5em;
}
    
    
   .introtext {

color:white;
    font-size: 160%;
       padding-bottom: 2em;
}
    
 
  .blog-entries .blog-posts {
    margin-right: 0px;
  }

  .single-blog-post {
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .blog-entries .page-number {
    margin-bottom: 80px;
  }

  .single-blog-post .tags-share .tags {
    text-align: center;
  }

  .single-blog-post .tags-share .share {
    text-align: center;
  }
.more-about-us .content {
    padding: 60px 30px;
    background-color: transparent;
    text-align: center;
  }
     .more-about-us  {
  background: rgb(10,10,10);
background: linear-gradient(338deg, rgba(10,10,10,1) 0%, rgba(22,22,22,1) 21%, rgba(36,36,36,1) 40%, rgba(38,38,38,1) 51%, rgba(20,20,20,1) 85%, rgba(13,13,13,1) 100%);
  
  }
         #video-container video, .video-overlay {
    
    width: 150%;
    }
#video-container {
    height: 50%;
    /* background-color: #151515; */
}
    
}


@media (max-width: 767px) {
   
    
    
        .portfolio-item .logoi {
  padding: 0 4em 0 4em;
  
   }
    
     #video-container video, .video-overlay {
    
    width: 150%;
    }
#video-container {
    height: 50%;
    /* background-color: #151515; */
}
    }

@media (max-width: 745px) {
    
     .portfolio-item .logoi {
  padding: 0 4em 0 4em;
  
   }
    
      .masonry .item h1 {
   
    font-size: 16px;
        transform: none;
           line-height: 4px;
    
}
    
    .masonry .item .hover-effect .hover-content {
    
    height: 3em;
}
    
    .introtext {

color:white;
    font-size: 140%;
}
    
 
      .mobino1 {
    font-size: 100%;
  }
    
       .mobino2 {
    font-size: 80%;
  }
    
    nav {
    background-color: white;
    height: 40px;
}
        nav .logo {
        margin-top: 0px;
    }
    
.more-about-us .content {
    padding: 60px 30px;
    background-color: transparent;
    text-align: center;
    /* align-self: center; */
    /* align-content: center; */
  }
     .more-about-us  {
  background: rgb(10,10,10);
  /* background: linear-gradient(338deg, rgba(10,10,10,1) 0%, rgba(22,22,22,1) 21%, rgba(36,36,36,1) 40%, rgba(38,38,38,1) 51%, rgba(20,20,20,1) 85%, rgba(13,13,13,1) 100%); */
  background: radial-gradient(circle, rgba(14, 36, 59, 1) 0%, rgba(0, 0, 0, 1) 100%);
  }
    
      #video-container video, .video-overlay {
    width: 150%;
    }
#video-container {
    height: 100%;
    /* background-color: #151515; */
    position: relative;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    z-index: 1;
}
}



@media (max-width: 530px) {

	.name{
  font-size:70%;
  color: #ececec;
}

	.teaminfo {
    width: 100%;
    /* height: 268px; */
    padding: 1em 2em;
    /* border-bottom: solid 1px #d00b0a; */
    border-top: solid 1px #d00b0a;
    font-size: 120%;
}

	
      .portfolio-item .logoi {
  padding: 0 4em 0 4em;
  
   }
    
       .masonry .item h1 {
   
    font-size: 14px;
        transform: none;
           line-height: 5px;
    
}
    
    .masonry .item .hover-effect .hover-content {
    
    height: 3em;
}
     
.introtext{

        color:white;
        font-size: 120%;
        padding: 0 1em 0 1em;
}
    
   

    .itemm {
   width: 100%;
  }
    
      .mobino2 {
    display: none;
  }
     .mobino1 {
    display: none;
  }

	  .logo img {
    width:40px;
    width: 54px;
    margin-right: 21px;
    margin-top: -5px;
  }



nav .logo a {
  font-size: -7px;
  line-height: 38px;
  color: black;
  text-decoration: none;
  letter-spacing: 0.2px;
}

nav .logo em {
  font-style: normal;
  font-weight: 200;
  margin-left: -12px;
  font-size: 82%;
}
	

nav .logo {
   margin-left: 0px;
   float:none;
   position: relative;
   text-align: center;
   height: 103%;
   top: 0px;
}
   
     .mobino1 {
    font-size: 80%;
  }
       .mobino2 {
    font-size: 60%;
  }
      

  .modal-header h3 {
    margin-top: 15%;
  }

  .modal-body input {
    width: 100%;
  }

  .modal-body textarea {
    width: 100%;
  }

  .modal-content {
    padding-bottom: 40px;
  }

  .grid-portfolio {
    padding: 0px 0px;
  }

  .grid-portfolio .portfolio-item {
    margin: 30px 0px;
  }

  .grid-portfolio .load-more-button {
    padding-bottom: 30px;
  }

.more-about-us .content {
    padding: 60px 30px;
    background-color: transparent;
    text-align: center;
  }
     .more-about-us  {background: rgb(10,10,10);/* background: linear-gradient(338deg, rgba(10,10,10,1) 0%, rgba(22,22,22,1) 21%, rgba(36,36,36,1) 40%, rgba(38,38,38,1) 51%, rgba(20,20,20,1) 85%, rgba(13,13,13,1) 100%); */background: radial-gradient(circle, rgba(14, 36, 59, 1) 0%, rgba(0, 0, 0, 1) 100%);padding-top: 3em;}
    #video-container2 .video-content .inner {
  
  display: none;
 
}
     #video-container2  {
  display: none;
}
    
      #video-container video, .video-overlay {
    width: 100%;
    height: 100%;
    }
#video-container {
    height: 10;
    /* background-color: #151515; */
}


  .portfolio-item h2{
    font-size: 10px;
}
  .portfolio-item .thumb {
    position: relative;
    font-family: inherit;
    color: #a1a1a1;
    font-size: 18px;
}

  



  

  
    }
    
    
@media (max-width: 400px) {
    
    
      .portfolio-item .logoi {
  padding: 0;
  
   }

	#video-container .video-content {
    z-index: 99999;
    position: absolute;
    height: 148%;
    width: 208%;
    margin-bottom: 0px;
}
	
    
         #video-container video, .video-overlay {
    width: 267%;
    height: 123%;
    }
#video-container {
    /* height: 113%; */
    background-color: #151515;
    /* width: 135%; */
}
    }

.itemm {
   width: 50%;
  }



.itemmm {
   width: 100%;
  }

.button-dark{
   margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    appearance: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    padding: 0.5rem 2.75rem 0.75rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .1s linear;
    
    -webkit-font-smoothing: antialiased;
  
    font-weight: 400;
}
.button-dark a :hover {
  
    background-color: #683;
    color: #fff;
}

.topic  h4 {
  margin: 30px 0 30px 0;
  font-size: 37px;
  font-weight: 200;
  color: white;
  letter-spacing: 0.5px;
     text-transform: capitalize;
    
}

