#social-media-management header {
	background-image: url(../img/social-media-header.png);
	
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    padding: 75px 0;
}
#social-media-management header h2{
    font-size: 6rem;
    z-index: 9;
    position: relative;
}

#social-media-management header p{
    font-size: 3rem;
    margin-top: 20px;
    z-index: 9;
    position: relative;
}
#social-media-management header .line{
    height: 5px;
    width:200px;
    background-color: white;
    margin: 30px auto 0;
    z-index: 9;
    position: relative;
}
#social-media-management #account-creation,
#social-media-management #account-arrangement,
#corporate-web-design-and-software #corporate-website,
#corporate-web-design-and-software #ecommerce-website,
#corporate-web-design-and-software #landing-pages,
#corporate-identity #logo-design,
#corporate-identity #digital-print-design,
#corporate-identity #package-design,
#corporate-identity #digital-banner-design{
    background-color: white;
    z-index: 9;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

#social-media-management #account-creation,
#corporate-web-design-and-software #corporate-website,
#corporate-web-design-and-software #landing-pages,
#corporate-identity #digital-print-design,
#corporate-identity #digital-banner-design{
    background-color: white;
    /* background-image: url(../img/about-us-bg.png); */
    background-repeat: no-repeat;
    background-size: 35%;
    background-position-x: left;
    background-position-y: center;
}



#social-media-management #account-creation h3,
#social-media-management #account-arrangement h3,
#corporate-web-design-and-software #corporate-website h3,
#corporate-web-design-and-software #ecommerce-website h3,
#corporate-web-design-and-software #landing-pages h3,
#corporate-identity #logo-design h3,
#corporate-identity #digital-print-design h3,
#corporate-identity #package-design h3,
#corporate-identity #digital-banner-design h3,
#corporate-identity #website-design h3,
#corporate-identity #data-analysis h3{
    font-size: 4rem;
    font-weight: 800;
}
#social-media-management #account-creation p,
#social-media-management #account-arrangement p,
#corporate-web-design-and-software #corporate-website p,
#corporate-web-design-and-software #ecommerce-website p,
#corporate-web-design-and-software #landing-pages p,
#corporate-identity #logo-design p,
#corporate-identity #digital-print-design p,
#corporate-identity #package-design p,
#corporate-identity #digital-banner-design p,
#corporate-identity #website-design p,
#corporate-identity #data-analysis p{
    font-size: 2.5rem;
    color: #575654;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
}
#social-media-management #account-creation .line,
#social-media-management #account-arrangement .line,
#corporate-web-design-and-software #corporate-website .line,
#corporate-web-design-and-software #ecommerce-website .line,
#corporate-web-design-and-software #landing-pages .line,
#corporate-identity #logo-design .line,
#corporate-identity #digital-print-design .line,
#corporate-identity #package-design .line,
#corporate-identity #digital-banner-design .line{
    background-color: #ff5800;
    height: 10px;
    width: 150px;
    margin-top: 30px;
}



#corporate-web-design-and-software header {
	background-image: url(../img/web-design-and-software-header.png);
	
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    padding: 75px 0;
}
#corporate-web-design-and-software header h2{
    font-size: 6rem;
    z-index: 9;
    position: relative;
}

#corporate-web-design-and-software header p{
    font-size: 3rem;
    margin-top: 20px;
    z-index: 9;
    position: relative;
}
#corporate-web-design-and-software header .line{
    height: 5px;
    width:200px;
    background-color: white;
    margin: 30px auto 0;
    z-index: 9;
    position: relative;
}




#corporate-identity header {
	background-image: url(../img/corporate-identity-header.png);
	
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    padding: 75px 0;
}
#corporate-identity header h2{
    font-size: 6rem;
    z-index: 9;
    position: relative;
}

#corporate-identity header p{
    font-size: 3rem;
    margin-top: 20px;
    z-index: 9;
    position: relative;
}
#corporate-identity header .line{
    height: 5px;
    width:200px;
    background-color: white;
    margin: 30px auto 0;
    z-index: 9;
    position: relative;
}

#career header {
	background-image: url(../img/career-header.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: black;
    padding: 75px 0;
}
#career header h2{
    font-size: 6rem;
    z-index: 9;
    position: relative;
}

#career header p{
    font-size: 3rem;
    margin-top: 20px;
    z-index: 9;
    position: relative;
}
#career header .line{
    height: 5px;
    width:200px;
    background-color: #ff5800;
    margin: 30px auto 0;
    z-index: 9;
    position: relative;
}

#career .contact-form{
    background-color: #fffcf6;
}

#career .contact-form form{
    max-width: 80%;
    margin: 0 auto;
    padding: 50px 0;
    
}
#career .contact-form .form-control{
    font-size: 2.5rem;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

#career .contact-form .form-group{
    margin-bottom: 30px;
}

#career .contact-form h3{
    font-size: 4rem;
}
.job-selector{
    font-size: 2.5rem;
}
#career .contact-form .btn{
    font-size: 3rem;
    padding: 25px 50px;
    margin-top: 50px;
}

#career .contact-form .form-radio{
    margin-top: 15px;
}

/* 
 * Hide the inputs. 
 */

 #career .contact-form .form-radio input {
    display: none;
  }
  
  
  /*
   * Then, style the label so it looks like however you want.
   * Here's a quick rundown of how I did it here:
   */
  
  
  /*
   * Some basic positioning styles, and we give it the pointer cursor to show 
   * that it's clickable
   */
  
   #career .contact-form .form-radio label {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
  }
  
  
  /*
   * With how I decided to build this, the position: relative is super important.
   * We're going to position a pseudo element within this element(As it is the containing box)
   */
  
   #career .contact-form .form-radio label span {
    position: relative;
    line-height: 22px;
    display: flex;
  }
  
  
  /* 
   * Because we're using pseudo elements, a content property is required to make them appear.
   */
  
   #career .contact-form .form-radio label span:before,
   #career .contact-form .form-radio label span:after {
    content: '';
  }
  
  
  /*
   * We are using the :before peudo elemnt as the actual button,
   * then we'll position the :after over it. You could also use a background-image,
   * font-icon, or really anything if you want different styles.
   * For the specific style we're going for, this approach is simply the easiest, but
   * once you understand the concept you can really do it however you like.
   */
  
   #career .contact-form .form-radio label span:before {
    border: 2px solid #ff5800;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
  }
  
  #career .contact-form .form-radio label span:after {
    background: #ff5800;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: 300ms;
    opacity: 0;
    border-radius: 3px;
  }
  
  /*
   * This is the most important part of this whole file, if you understand what's happening here
   * you can really make this in so many different ways.
   * 
   * We start by selecting the input inside of the label, with "label input". From there we use the 
   * ":checked" selector to *only* select the input when it is checked. We then use the immediate sibling 
   * selector(+) to select the span, and then it's pseudo element :after(What we are using to mark the button)
   * Because we already styled the :after, all we have to do is set the opacity to 1, making it fade in.
   */
   #career .contact-form .form-radio label input:checked+span:after {
    opacity: 1;
  }



  #custom-button {
    font-size: 2.5rem;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
    background-color: white;
    border: none;
    cursor: pointer;
    text-align: left;
    color: #6c757d;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #custom-button i{
      transform: rotate(90deg);
  }
  
  #custom-button:hover {
    
  }
  
  #custom-text {
    font-size: 2.5rem;
    margin-left: 10px;
    margin-top: 10px;
    font-family: sans-serif;
    color: #aaa;
  }
  

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 400px;
    }
    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 400px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 400px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: -5%;
	top: 5%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 5%;
	top: 80%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 10%;
	top: 40%;
	
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 20%;
	top: 0;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 30%;
	top: 50%;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 50%;
	top: 0;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 65%;
	top: 70%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 80%;
	top: 10%;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 90%;
	top: 50%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 80%;
	top: 80%;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	
    height: 200px;
	position: absolute;
	width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bubble img{
    width: 80%;
    opacity: 0.95;

}
.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	
	content: "";
    height: 180px;
	left: 10px;
	position: absolute;
	width: 180px;
}





/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #career .contact-form form{
        max-width: 100%;
    }

    #career .contact-form .btn{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    
}