@import 'framework.css';
/* THIS IS A FREE VERSION OF STARTUP 3! */
/* 
	Table of contents:
	1. Common styles
	2. Common responsive styles
	3. Headers
	4. Navigations
	5. Contents
	6. Testimonials
	7. Features
	8. Forms
	9. Call to Actions
	10. Teams
	11. Pricing Tables
	12. Contacts
	13. Showcases
	14. Footers
	15. Ecommerce
*/
/* 1. Common styles */

/* Custom stuff */ 

/* Modal Start */

.middle {
  margin: 0 auto !important;
}

/*h1 {
  font-family: "Domine"
}*/


.polaroid {
  background-color: white;
/*    border: 1px solid black;*/
    border-radius: 10px 10px 0 0;
}

.polaroid-title-card {
  color: #084043;
    background-color: white;
    padding: 24px 18px;
    border: 1px;
    border-top: none !important;
    border-color: white !important;
    border-radius: 0 0 10px 10px;
    border: solid;
}

.domine-font {
  font-family: "Domine", serif !important;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.card-title {
  font-size: 1.5em;
  color: black;
  padding: 0 10px 0 10px;
  text-align: left;
}

.card {
  border: 2px solid black;
  margin: 0px;
  width: auto;
}

.card:hover {
  text-decoration: none;
  -webkit-box-shadow: -5px 5px 0px 0px black;
  -moz-box-shadow: -5px 5px 0px 0px black;
  box-shadow: -5px 5px 0px 0px black;

}

.thirty-three {
  padding-left: 33%;
}

.flex {
  display: inline-flex;
}

.align-start {
  align-items: flex-start;
}

.text-align-left {
  text-align: left;
}


.greenish {
  color: #084043;
}

.text-align-right {
  text-align: right;
}

.row {
margin: 5px;
}

.showcase-row {
  margin: 0 10px 0 10px;
}

.p-10 {
  padding: 10px;
}

.m-10 {
  margin: 10px;
}

.showcase-card {
  margin: 2%;
  background-color: white;
  padding: 0;
  border: 1px solid black;
  cursor: pointer;
/*  transition:  all 0.25s;*/
}

.showcase-card:hover {
  text-decoration: none;
  -webkit-box-shadow: -3px 0px 0px 0px black;
  -moz-box-shadow: -13px 0px 0px 0px black;
  box-shadow: -5px 5px 0px 0px black;
/*  transition:  all 0.25s;*/



}

.card-row {
margin: 5px;
display: inline-flex;
}

.close-x {
  padding-right: 3%;
  padding-top: 2%;
  display: 
}

.center-snap {
  margin: auto;
  width: 70%;
  padding: 10px;
}

.caption {
  font-size: .9em;
  color: #9cb3b4;
}

.block {
  display: block;
}

.button-center {
  margin: 0 33%;
}

ul {
  background-color: white;
  border-radius: 4px;
  padding: 4%;
  border: 1px dashed #d9dae1;
}

li {
  padding: 5px; 
}

.big-icon {
  font-size: 1.8rem;
  margin-top: -5px;
}

.wide-load {
  width: 74px;
  height: 36px;
}

.modal-dialog {
    min-width: 65%;
    max-width: 65%;

  }

.italic {
  font-style: italic;
}

.color-black {
  color: black;
}

.title-tweak {
  transform: rotate(-10deg) !important;
}

.phone-video{
  height: 550px;
}

.one-bump {
  margin-top: -1px
}

.modal-header {
  border-bottom: none;
  text-align: center;
  padding: 3% 5% 0 10%;
  background-color: #000b39;
  color: #21ffe2;
}

.nav-margin {
  margin-left:5%;
  margin-right:5%;
  margin-top: 0;
}

..nav-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.center-img {
  padding-left: 33%;
}

.left-5 {
  padding-left: 5%; 
}

.left-10 {
  padding-left: 10%;
}

.modal-footer {
  border-top: none;
}

.modal-body {
  padding: 2% 10% 5% 10%;
/*  background-color: #000B39 !important;
  color: white;*/
}

.modal-photo {
  padding: 2%;
  background-color: #00051C !important;
  color: white;
}

.img-modal {
  width: 100%;
}

.btn {
  background-color: #000B39 !important;

}

.marquee-text {
/*  font-size: .9em;*/
}

/*.bg-yellow {
background: repeating-linear-gradient(
    45deg,
    #eed20250,
    #eed20250 10px,
    white 10px,
    white 20px
  );
  border: 1px dotted #eed202;
padding: 10px 0;
}*/


.bg-yellow {
  background-color: #eed20220;
/*  border: 1px dotted #eed202;*/ 
/*  border-radius: 2px;*/
  padding: 15px 0;
}

/* Modal End */ 

/* text stuff */

.rotate {
    animation-name: ckw;
    animation-duration: 15.5s;
    /* Things added */
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    display: inline-block;
    /* <--- */
}
@keyframes ckw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

svg {
   height: 20%;
   width: 20%;
   fill: #50c6db;
}
svg:hover {
   transform: scale(1.25);
   transition-duration: 1.5s;
} 

.text-adaptive {
  width: 100%;
}

.tealish {
  color: #e0fffb !important;
}

/*Showcase stuff */
.showcase-info {
  color: black !important;
  text-align: left;
  width: 100%;
  padding: 0 10px 0 10px;
  text-wrap: wrap;
}

table {
  width: 100%;
}

th {
  text-align: left;
  background-color: red;
}

.info-wrapper {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 10px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.card {
  margin: 5px;
}

.ios-pill {
  background-color:#18293D;
  min-width: 84px;
}

.pill {
  color: white;
  font-size: .8em;
  padding: 5px 10px;
  border-radius: 50px;
/*  display: block;*/
/*  margin-top: 6px;*/
  margin-right: 12px;
  margin-bottom: 6px;
}

.download-link-button {
/*  color: black;*/
/*  font-size: .8em;*/
/*  padding: 2px 8px;*/
/*  border-radius: 50px;*/
  display: inline-block;
  margin-top: 6px;
  margin-right: 12px;
  margin-bottom: 6px;
  border-bottom: 1px solid blue;

}
/*.download-link-button:hover {
/*    color: #7D07F2;*/
    border-bottom: 2px solid #7D07F2;
  }*/

.bg-forest {
background-color: #041718;
}

.logo-icon {
  width: auto;
  height: 15px;
}

.test-nav {
    margin-left: 4%;
    margin-top: 8%;
    line-height: 2em;

}

.bg-white {
  background-color: white;
}

.color-hyper {
color:#7D07F2;
}

.color-blue {
  color: blue;
}


.coffee-pill {
  background-color: black;
}

.h-74 {
  height: 74px;
}

.web-pill {
  background-color:#1ca3aa;
}

.art-pill {
  background-color: #44a480;
}

.product-pill {
  background-color:#7D07F2;
}

.visual-pill {
  background-color:#EDBD1F;
}

.ux-pill {
  background-color:#F2167D;
}

.research-pill {
  background-color: #00D1FF;
}

/*.box-shadow {
  -webkit-box-shadow: -10px 10px 0px 0px #9765E0;
  -moz-box-shadow: -10px 10px 0px 0px r#9765E0;
  box-shadow: -10px 10px 0px 0px #9765E0;
}
*/

/*.hovernow {

/*  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);*/
  transition: box-shadow 0.5s ease-in-out;
}*/

/*.hovernow:hover {
  -webkit-box-shadow: -10px 10px 0px 0px #9765E0;
  -moz-box-shadow: -10px 10px 0px 0px r#9765E0;
  box-shadow: -10px 10px 0px 0px #9765E0;
}*/



/* Spinner Fuckery */

.fuck {
  position: absolute !important;
  margin-top: 7% !important;
   width: 240px; 
  height: 240px;
  margin-left: -16% !important;
}

/* NIGHTMODE SHIT */


 
.night-mode-bg {
   background-image: linear-gradient(#271C30, #B058C5) !important;
 }

p {
  font-size: 1.1rem;
  line-height: 2.1rem;
}

li {
  line-height: 2rem;
}

.w-30 {
  width: 30%;
}

.down-bump {
  margin-bottom: 20px;
}

.pad-no {
  padding-top: 0px !important
}

.bottom_border {
  border-bottom: 1px dashed #000B39;
  opacity: .15;
}

.soft-dark {
  color: #696969;
}

.pad-5 {
  padding-bottom: 5px;
}

.modal-text-block {
  /*line-height: 20px !important;*/
  margin-bottom: 24px;
}
/* text stuff */

.name-logo {
  width:85%;
  padding-left: 16%;
  /*height: 268px;*/
  transform: rotate(-5deg) !important;
}

.name-logo-02 {
  width:85%;
  padding-left: 16%;
  /*height: 268px;*/
  transform: rotate(2deg) !important;
}

.header-logo {
  height: 36px !important;
}

.eye {
  width: 10%;
  margin-top: -5%;
  margin-right: 6%;
}
/* Job Logo tweaks*/

.skykick-logo {
  margin-top: 37%;
  margin-left: 30%;
  height: 14%;
}

.xinova-logo {
  margin-top: 13%;
  margin-left: 32%;
  scale: 95%;
}

.westward-logo {
  margin-top: 30%;
  margin-left: 4%;
  scale: 78%;
}


.level-logo {
  margin-top: 28%;
  margin-left: 24%;
  height: 23%;
}

.rocket-logo {
    margin-top: 23%;
    margin-left: 32%;
    height: 42%;
}

.tyemill-logo {
  margin-top: 21%;
  margin-left: 18%;
  scale: 82%;
}

.uw-logo {
  height: 28%;
  margin-top: 22%;
  margin-left: 18%;
}

.arena-logo {
  height: 23%;
  margin-top: 21%;
  margin-left: 38%;
}

.pcc-logo {
  height: 35%;
  margin-top: 38%;
  margin-left: 34%;
}


/* End of Job Logos */

.fifty  {
  width: 50%;
}

.twenty {
  width: 20%;
}


.mlr-5 {
  margin-left: 5%;
  margin-right: 5%;
}

.hundred {
  width: 100% !important;
}

.center-header {
    position: fixed;
    margin-top: -5px;
    color: black;
}

.center-header-detail {
    position: fixed;
    /*padding: 2% 57%;*/
    background-color: rgba(37, 47, 56, 1);
    margin-top: 0;
}

.download-link {
  border-bottom: 2px red;
}

.product-header-bump {
  margin-top: 4.5%;
}

.top-zero {
  margin-top: 0 !important;
}

.eye-adjust {
  width: 15%;
  margin-top: -52% !important;
}

.bg-dark {
  background-color: #000B39 !important;
/*  background-color: #252F38 !important;*/

}

.bg-dark-night {
   background-image: linear-gradient(#271C30, #544FA4, #02C2BA, #B058C5) !important;
}

.bg-dark-maroon {
   background-color: #271C30 !important;
}

.bg-dark-2 {
  background-color: #0C2D2E !important;
}

.bg-light {
  background-color: #FAFAF6 !important;
}

.flip {
  transform: rotate(180deg);
  margin-top: -3px;
}

.bottom-wave {
  top: 1px;
  position: relative;
}

.soft {opacity: .5;
}

.absolute {
  position: absolute;
}

.five-percent-top {
  margin-top: -5%;
}

/* Width Controls*/
.thirty {
  width: 29% !important;
  padding: 1%;
}

.forty {
  width: 39% !important;
  padding: 1% 0;
}

.fifty {
  width: 49% !important;
  padding: 1% 0;
}

.sixty {
  width: 59% !important;
  padding: 1% 0;
}

.seventy {
  width: 69%;
  padding: 1% 0;
}

.eighty {
  width: 79%;
  display: inline-flex;
}

.middle-text {
  margin-top: : 25%;
}

.text-top {
  vertical-align: text-top;
}

.down {
  margin-bottom: 30px !important;
}


.inline-flex {
  display: inline-flex;
}

.inline-block {
  display: inline-block;
}

.col-lg-4 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  /*padding-bottom: 40px;*/
}

.color-white {
  color: white !important;
}

.color-teal {
  color: #22F2D8 !important;
}

.color-black {
  color: black !important;
}

.gold {
  color: #F7B500 !important;
}

.card {
  /*border: 2px solid #F7B500 !important;*/
  margin: 10px

  border-radius: 0px;
  /*padding-top: 20px !important;*/

}

.ninety-two {
  width: 92%;
}




/* End Custom Styles */ 

body {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #084043;
  -webkit-font-smoothing: antialiased;
}
body.dev {
  background: #ccc;
  min-height: 10000px;
}

nav, header, section, footer {
  position: relative;
}

header, section {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

header nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

nav {
  width: 100%;
}
nav.transparent {
  background: transparent;
}

a, button {
  cursor: pointer;
  transition: all 0.25s;
}

/* This is the button box shadow stuff */

.no-border {
    -webkit-box-shadow: 0px 0px 0px 0px black !important;
  -moz-box-shadow: 0px 0px 0px 0px black !important;
  box-shadow: 0px 0px 0px 0px black !important;
}

a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px 0px black;
  -moz-box-shadow: 0px 0px 0px 0px black;
  box-shadow: 0 0px 0px 0px #CF96FB;
/*  border-bottom: 1px solid #CF96FB;*/
}

button:hover {
  text-decoration: none;
  -webkit-box-shadow: -3px 0px 0px 0px black;
  -moz-box-shadow: -13px 0px 0px 0px black;
  box-shadow: -5px 5px 0px 0px black;

/*  border: 1px solid #CF96FB;*/
}

a:active, a:focus, button:active, button:focus {
  text-decoration: none;
  outline: none;
}

button {
  border: 1px solid black;
  background-color: white;
  outline: none !important;
  margin: 0;
  padding: 0;
}

.purp-bottom:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px 0px black;
  -moz-box-shadow: 0px 0px 0px 0px black;
  box-shadow: 0 1px 0px 0px #CF96FB;
}

input, textarea {
  border: 0;
  outline: none;
  background: transparent;
  color: #084043;
  resize: none;
}

label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0;
  font-weight: 400;
  font-family: Abril Fatface;
}

h1, h2 {
  font-size: 58px;
  line-height: 70px;
}
h1.big, h2.big {
  font-size: 72px;
  line-height: 86px;
}
h1.small, h2.small {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
}

h3 {
  font-size: 42px;
  line-height: 52px;
}

b, strong {
  font-weight: 700;
}

.alert {
  display: none;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 970px;
  z-index: 2000;
}
.alert-dismissable .close, .alert-dismissible .close {
  top: 0;
}

/* Change AOS plugin default settings */
[data-aos=fade-down] {
  transform: translate3d(0, -35px, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 35px, 0);
}

/* Slick slider */
.slick-loading .slick-list {
  /* background: #fff url("../i/ajax-loader.gif") center center no-repeat; */
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -16px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.5;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.3;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  opacity: 1;
  transition: opacity 0.2s;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  background: url(../i/slick-arrow-left.svg) no-repeat 0 50%;
}
[dir=rtl] .slick-prev:before {
  background: url(../i/slick-arrow-right.svg) no-repeat 100% 50%;
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  background: url(../i/slick-arrow-right.svg) no-repeat 100% 50%;
}
[dir=rtl] .slick-next:before {
  background: url(../i/slick-arrow-left.svg) no-repeat 0 50%;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  opacity: 0.3;
  cursor: pointer;
}
.slick-dots li button:hover {
  outline: none;
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  background: #FFFFFF;
  opacity: 1;
}
.slick-dots li.slick-active button:hover {
  opacity: 1;
}

.slick-slide {
  outline: none;
}

/* Slick slider Dark arrows */
.arrows-dark .slick-prev:before {
  background: url(../i/slick-arrow-left-dark.svg) no-repeat 0 50%;
}
[dir=rtl] .arrows-dark .slick-prev:before {
  background: url(../i/slick-arrow-right-dark.svg) no-repeat 100% 50%;
}
.arrows-dark .slick-next:before {
  background: url(../i/slick-arrow-right-dark.svg) no-repeat 100% 50%;
}
[dir=rtl] .arrows-dark .slick-next:before {
  background: url(../i/slick-arrow-left-dark.svg) no-repeat 0 50%;
}

.container {
  position: relative;
}

::-moz-selection {
  background: #DB6397;
  color: #FFFFFF;
}

::-webkit-selection {
  background: #DB6397;
  color: #FFFFFF;
}

::selection {
  background: #DB6397;
  color: #FFFFFF;
}

/* 2. Common responsive styles */
/* Smaller than 1200px */
@media (max-width: 1199.98px) {
  header[class^=pt-], header[class*=" pt-"], section[class^=pt-], section[class*=" pt-"] {
    padding-top: 80px;
  }
  header[class^=pb-], header[class*=" pb-"], section[class^=pb-], section[class*=" pb-"] {
    padding-bottom: 80px;
  }

  h1 br, h2 br, h3 br, .text-adaptive br {
    display: none;
  }

  h1, h2 {
    font-size: 52px;
    line-height: 62px;
  }
  h1.big, h2.big {
    font-size: 62px;
    line-height: 72px;
  }
  h1.small, h2.small {
    font-size: 36px;
    line-height: 46px;
  }

  h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .navigation_mobile {
    display: block;
  }
}
/* Smaller than 992px */
@media (max-width: 991.98px) {
  h1, h2 {
    font-size: 42px;
    line-height: 52px;
  }
  h1.big, h2.big {
    font-size: 52px;
    line-height: 62px;
  }
  h1.small, h2.small {
    font-size: 32px;
    line-height: 42px;
  }

  h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .text-adaptive.f-24 {
    font-size: 22px;
    line-height: 32px;
  }
  .text-adaptive.f-22 {
    font-size: 20px;
    line-height: 30px;
  }
  .text-adaptive.f-20 {
    font-size: 18px;
    line-height: 28px;
  }

  .alert {
    top: 10px;
    left: 20px;
    right: 20px;
    transform: none;
    width: auto;
    padding-left: 40px;
  }
}
/* Smaller than 768px */
@media (max-width: 767.98px) {
  h1, h2 {
    font-size: 32px;
    line-height: 42px;
  }
  h1.big, h2.big {
    font-size: 42px;
    line-height: 52px;
  }
  h1.small, h2.small {
    font-size: 26px;
    line-height: 36px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .text-adaptive.f-24 {
    font-size: 20px;
    line-height: 30px;
  }
  .text-adaptive.f-22 {
    font-size: 18px;
    line-height: 28px;
  }
  .text-adaptive.f-20 {
    font-size: 16px;
    line-height: 26px;
  }
  .text-adaptive.f-18 {
    font-size: 16px;
    line-height: 26px;
  }

  .btn.lg {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
  }
  .btn.lg[class^=border-], .btn.lg[class*=" border-"] {
    line-height: 46px;
  }
  .btn.xl {
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    font-size: 18px;
    font-weight: 500;
  }
  .btn.xl[class^=border-], .btn.xl[class*=" border-"] {
    line-height: 56px;
  }

  .input.lg {
    height: 50px;
    font-size: 18px;
    font-weight: 500;
  }
}
/* Smaller than 640px */
@media (max-width: 639.98px) {
  .video_popup iframe {
    width: calc(100% - 30px);
    height: calc((100vw - 30px) * 0.56);
  }
}
/* Smaller than 576px */
@media (max-width: 575.98px) {
  h1, h2 {
    font-size: 26px;
    line-height: 36px;
  }
  h1.big, h2.big {
    font-size: 32px;
    line-height: 42px;
  }
  h1.small, h2.small {
    font-size: 22px;
    line-height: 32px;
  }

  .btn.xl {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
  .btn.xl[class^=border-], .btn.xl[class*=" border-"] {
    line-height: 46px;
  }
}
/* 3. Headers */
@media (max-width: 767.98px) {
  .header_1 .text-adaptive {
    margin-top: 20px;
  }
  .header_1 .buttons {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .header_2 .text-adaptive {
    margin-top: 20px;
  }
  .header_2 form {
    margin-top: 40px;
  }
  .header_2 form .input {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .header_2 form .btn {
    margin-top: 15px;
  }
}

/* 4. Navigations */
@media (max-width: 1199.98px) {
  .navigation_2 a {
    margin: 0 15px;
  }
  .navigation_2 .dropdown a {
    margin: 0;
  }
}

/* 5. Contents */
@media (max-width: 767.98px) {
  .content_1 h2 {
    margin-top: 10px;
  }
}

@media (max-width: 991.98px) {
  .content_2 .text-adaptive {
    margin-top: 15px;
  }
}

/* 6. Testimonials */
@media (max-width: 767.98px) {
  .testimonial_2 .text-adaptive {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}

/* 7. Features */
@media (max-width: 1199.98px) {
  .feature_1[class^=pb-], .feature_1[class*=" pb-"] {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .feature_1 .title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .feature_1 .title br {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .feature_2[class^=pb-], .feature_2[class*=" pb-"] {
    padding-bottom: 30px;
  }
  .feature_2 .description {
    margin-top: 20px;
  }
}

/* 8. Forms */
@media (max-width: 467.98px) {
  .form_1 h2 {
    margin-bottom: 20px;
  }
  .form_1 form {
    padding: 30px;
  }
}
@media (max-width: 359.98px) {
  .form_1 form {
    padding: 30px 20px;
  }
}


.call-out {
  display: inline;
  color: blue;
  color: black;
}

.prod-border{
  border-bottom: 2px dotted #7D07F2;
}

.ux-border{
  border-bottom: 2px dotted #F2167D;
}

.link-border {
  border-bottom: 2px solid blue;
}

.form_2 {
  overflow: hidden;
}
.form_2 .bg {
  top: 0;
  left: 15px;
}
@media (max-width: 1199.98px) {
  .form_2 form {
    padding: 80px 0;
  }
  .form_2 .buttons {
    margin-top: 10px;
  }
  .form_2 button {
    margin-right: 0px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .form_2 form {
    max-width: 290px;
    margin: 0 auto;
  }
}

/* 9. Call to Actions */
@media (max-width: 767.98px) {
  .call_to_action_1 .description {
    margin: 10px 0 30px 0;
  }
  .call_to_action_1 .btn {
    margin-bottom: 15px;
  }
}

.call_to_action_2 .inner {
  border: 2px solid #D9E4D7;
}
@media (max-width: 991.98px) {
  .call_to_action_2 .inner {
    padding: 40px 30px;
  }
}
@media (max-width: 575.98px) {
  .call_to_action_2 .inner {
    padding: 30px 20px;
  }
}

/* 10. Teams */
.team_1 .block {
  border: 2px solid #D9E4D7;
}
.team_1 .block_socials {
  border-top: 2px solid #D9E4D7;
}
.team_1 .block_socials .border_right {
  border-right: 2px solid #D9E4D7;
}

.team_2 .bordered {
  border-left: 2px solid #D9E4D7;
  border-right: 2px solid #D9E4D7;
}
@media (max-width: 767.98px) {
  .team_2 .bordered {
    border: none;
    border-top: 2px solid #D9E4D7;
    border-bottom: 2px solid #D9E4D7;
  }
}

/* 11. Pricing Tables */
.pricing_table_1 .block {
  border: 2px solid #D9E4D7;
  border-bottom-left-radius: 10px;
}
.pricing_table_1 .block.noborder_right {
  border-right: none;
}
.pricing_table_1 .item {
  padding: 16px 0 14px 0;
  border-top: 2px solid #D9E4D7;
}
.pricing_table_1 .price span.absolute {
  top: 5px;
  left: -15px;
}
@media (max-width: 991.98px) {
  .pricing_table_1[class^=pb-], .pricing_table_1[class*=" pb-"] {
    padding-bottom: 30px;
  }
  .pricing_table_1 .block {
    margin: 0 auto 50px auto;
    max-width: 300px;
    border-radius: 10px;
  }
  .pricing_table_1 .block.noborder_right {
    border-right: 2px solid #D9E4D7;
  }
}

/* 12. Contacts */
.contact_1 textarea.input {
  height: 170px;
}
.contact_1 .separate {
  position: relative;
}
.contact_1 .separate:before, .contact_1 .separate:after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% / 2 - 60px);
  left: 0;
  top: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact_1 .separate:after {
  left: auto;
  right: 0;
}

.contact_2 textarea.input {
  height: 170px;
}

/* 13. Showcases */
.showcase_1 .block a:hover {
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .showcase_1 .description {
    margin: 10px;
  }
}

.showcase_2 a:hover {
  opacity: 0.8;
  -webkit-box-shadow: -10px 10px 0px 0px #9765E0;
  -moz-box-shadow: -10px 10px 0px 0px r#9765E0;
  box-shadow: -10px 10px 0px 0px #9765E0;
}

/* 14. Footers */
@media (max-width: 575.98px) {
  .footer_1 .links a {
    margin: 0 10px;
  }
}

/* 15. Ecommerce */
.ecommerce_1 .product .img_link img {
  transition: all 0.25s;
}
.ecommerce_1 .product .img_link:hover img {
  opacity: 0.8;
}
.ecommerce_1 .product .btn {
  left: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .ecommerce_1 .main_info .btn {
    margin-top: 30px;
  }
}

.ecommerce_2 .product {
  border: 2px solid #D9E4D7;
}
.ecommerce_2 .product.big {
  min-height: calc(100% - 30px);
}
.ecommerce_2 .product.big ul {
  column-count: 2;
}
.ecommerce_2 .product li {
  list-style: none;
  position: relative;
}
.ecommerce_2 .product li:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #9CB3B4;
}
@media (max-width: 575.98px) {
  .ecommerce_2 .product {
    max-width: 290px;
    padding: 20px 20px 30px 20px;
  }
  .ecommerce_2 .product.big ul {
    column-count: 1;
  }
  .ecommerce_2 .product .left {
    margin-right: 0;
  }
  .ecommerce_2 .product img {
    width: 100%;
    max-width: 100%;
  }
}
