html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* Reset for safari and Mozilla */
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1 !Important;
	margin: 0;
	font-family: 'Raleway', sans-serif !Important;
	margin: 0 !Important;
	padding: 0 !Important;
}
section {
	color:#616161;
}
ol, ul {
	list-style: none !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
    margin: 0 !important; 
}

h1 h2{
	
	font-family: "Raleway", sans-serif !Important;
}

/* Nav section */
.main_h {
 position: fixed;
 top: 0px;
 max-height: 70px;
 z-index: 999;
 width: 100%;
 padding-top: 17px;
 background: none;
 overflow: hidden;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
 opacity: 0;
 top: -100px;
 padding-bottom: 6px;
 font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 766px) {
.main_h {
 padding-top: 25px;
}
}

.open-nav {
 max-height: 400px !important;
}

.open-nav .mobile-toggle {
 transform: rotate(-90deg);
 -webkit-transform: rotate(-90deg);
}

.sticky {
 background-color: #1B242F;
 opacity: 1;
 top: 0px;
 border-bottom: 3px solid #04C2C9;
}

.nav {
 float: left;
 width: 60%;
}
@media only screen and (max-width: 766px) {

.nav {
 width: 100%;
}
}

.nav ul {
 list-style: none;
 overflow: hidden;
 text-align: right;
 float: left;
 padding-left: 0;
}
@media only screen and (max-width: 766px) {

.nav ul {
 padding-top: 30px;
 margin-bottom: 22px;
 float: left;
 text-align: center;
 width: 100%;
}
}

.nav ul li {
 display: inline-block;
 margin-right: 35px;
 line-height: 1.5;
}
@media only screen and (max-width: 766px) {

.nav ul li {
 width: 100%;
 padding: 7px 0;
 margin: 0;
}
}

.nav ul a {
 color: #fff;
 text-transform: uppercase;
 font-size: 12pt;
 -webkit-transition: color 0.3s ease-out;
 -moz-transition: color 0.3s ease-out;
 -o-transition: color 0.3s ease-out;
 -ms-transition: color 0.3s ease-out; 
 transition: color 0.3s ease-out;
}
/*css highlight menu when scrolling*/

a:focus {
	text-decoration: none !important;	
}

.nav ul li a:hover{
	color: #E31B6D;
	text-decoration: none !important;
	
}
.active{
	color: #E31B6D !Important;
	background-color: #1B242F !important;
	border-left: none !important;
}
  
/*End css highlight menu when scrolling*/
      
  
.mobile-toggle {
 display: none;
 cursor: pointer;
 font-size: 20px;
 position: absolute;
 right: 22px;
 top: 0;
 width: 30px;
 -webkit-transition: all 200ms ease-in;
 -moz-transition: all 200ms ease-in;
 transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {

.mobile-toggle {
 display: block;
}
}

.mobile-toggle span {
 width: 30px;
 height: 4px;
 margin-bottom: 6px;
 border-radius: 1000px;
 background: #8f8f8f;
 display: block;
}

.row_nav {
 width: 100%;
 max-width: 1090px;
 margin: 0 auto;
 position: relative;
 padding: 0 2%;
}

* {
 box-sizing: border-box;
}



a {
 text-decoration: none;
}

.mouse {
 display: block;
 margin: 0 auto;
 width: 26px;
 height: 46px;
 border-radius: 13px;
 border: 2px solid #e8f380;
 position: absolute;
 bottom: 40px;
 position: absolute;
 left: 50%;
 margin-left: -26px;
}

.mouse span {
 display: block;
 margin: 6px auto;
 width: 2px;
 height: 2px;
 border-radius: 4px;
 background: #e8f380;
 border: 1px solid transparent;
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
 -webkit-animation-name: scroll;
 animation-name: scroll;
}



/* Section one*/
#flex-container-sectionone {
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (min-width: 600px){
.sectionone_txt  {

  
}
}

.sectionone_txt {
	padding-top: 250px;
	
}

@media screen and (min-width: 600px){
#section_one h1  {
    font-size: 32pt !important;
	line-height:36pt !important;
  
}
}

#section_one h1 {
    font-size: 16pt;
	line-height:18pt;
	margin: 0px !important;
	font-weight: 500;
	width: 100%
}

#section_one{
	min-height: 100vh;
    width: 100%;
    text-align: center;
    color: white;
    border-top: 1px solid #000;	
}

.canvas {
	background-image: url(../img/mfrank_background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
    width: 100%;
}

#section_one span{
    color: #409FBF;
}

.tl_section_one{
	font-size: 16pt;
	margin: 0 !important;
}

@media screen and (min-width: 600px){
.tl_section_one {
	font-size: 32pt;
	margin: 0 !important;	
}
}

.me {
	height: 200px;
}
@media screen and (min-width: 600px){
.me {
	height: 250px;
}
}

#section_arrows{
	margin: 30px 0 30px 0;
	
}
#section_arrows a{
	color: #409FBF !important;	
}

#section_arrows a:hover {
	color: #E6E6FA !important;	
}
#section_arrows_3 a:hover {
	
color: #409FBF;		
}
#section_arrows_4 a:hover {
	color: #E6E6FA;		
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
#section_one  {
    min-height: 87vh !important;
    
}
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
#section_one  {
    min-height: 67vh !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
.sectionone_txt, #section_one span {
    padding-top: 54%;
    font-size: 20px !important;
}
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.sectionone_txt, #section_one span {
    padding-top: 14%;
    font-size: 40px !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
.flex-container-about {
    padding-top: 80px !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
.caption-label{
    line-height: 13px !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
.bullet-wrap{
	height: 210px !important;
}
}



/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) { 
#section_one  {
    min-height: 90vh !important;
}
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { 
#section_one  {
    min-height: 67vh !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) { 
.sectionone_txt, #section_one span {
    padding-top: 54% !important;
    font-size: 20px !important;
}
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { 
.sectionone_txt, #section_one span {
    padding-top: 14%;
    font-size: 40px !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) { 
.flex-container-about {
    padding-top: 80px !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) { 
.caption-label{
    line-height: 13px !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) { 
.bullet-wrap{
	height: 210px !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) { 
.about-wrapper{

}
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { 
.about-wrapper{

}
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.sectionone_txt, #section_one span {
    padding-top: 47%;
    font-size: 35px !important;
}
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
.sectionone_txt, #section_one span {
    padding-top: 14%;
    font-size: 40px !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.flex-container-about {
    padding-top: 80px !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.caption-label{
    line-height: 18px !important;
}
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.bullet-wrap{
	height: 210px !important;
}
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
.about-wrapper {
	margin: 30px 35px !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.about-wrapper{
	margin: 10px 35px !important;
}
}


/* Section two*/

.flex.skills-row {
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	
} 

/*Start issue with IE*/
.flex {
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	
	flex-direction: column;
	-webkit-flex-direction: column;
    -ms-flex-direction: column;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	
	justify-content: center;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
	
	align-items: center;
	-webkit-align-items: center;
    -ms-flex-align: center;
}
/*End issue with IE*/


@media screen and (min-width: 960px){
.flex.row-gt-sm {
    flex-direction: row;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
	-o-flex-direction: row;
	-moz-flex-direction: row;
}
}


@media screen and (min-width: 960px){
.bullet-wrap {
    margin: 0;
    padding: 0 10px;
    height: intial;
}
}

@media screen and (min-width: 600px){
.bullet-wrap {
    height: 230px;
}
}

.bullet-wrap {
    justify-content: flex-start;
	-webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    padding: 0 7px;
    height: 230px;

}

@media screen and (min-width: 600px){
.hex-wrap {
    height: 100px !important;
    width: 100px !important;
}
}

.hex-wrap {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.hexagon {
    background-color: #04C2C9;
    height: 100%;
    width: calc(100% * 0.57735);
    display: inline-block;
}

.hexagon:before {
    position: absolute;
    top: 0;
    right: calc((100% / 2) - ((100% * 0.57735) / 2));
    background-color: inherit;
    height: inherit;
    width: inherit;
    content: '';
    transform: rotateZ(60deg);
}

.hexagon:after {
    position: absolute;
    top: 0;
    right: calc((100% / 2) - ((100% * 0.57735) / 2));
    background-color: inherit;
    height: inherit;
    width: inherit;
    content: '';
    transform: rotateZ(-60deg);
}

.code-icon {
    height: 100%;
    text-align: center;
    font-size: 43px;
    color: #fff;
    position: absolute;
	z-index:1;
}

.code-icon-change {
    top: 3px;
    left: 0px;
    right: 2px;
}

@media screen and (min-width: 600px){
.code-icon-change {
    top: 1px;
    left: 0px;
    right: 4px;
}
}

.code-icon-seo {
	left: 15px;	
}

@media screen and (min-width: 600px){
.code-icon-seo {
	left: 19px;
}
}

@media screen and (min-width: 600px){
.hexagon i {
    font-size: 38pt !important;
	top: 25px !important;
	left: 4px !important;
}
}

.hexagon i {
    position: absolute;
    top: 20px;
    font-size: 30pt;
    color: #fff;
    left: 3px;
    right: 0;
    z-index: 1;
}

.subtitle-wrap {

}
/* IE9, IE10, IE11 */
@media screen and (min-width:0\0) {
    .subtitle-wrap { width:250px}
}

@media screen and (min-width: 600px){
.label-wrap {
    padding: 0 45px;
}
}

@media screen and (min-width: 600px){
.label-wrap .label_profile {
    margin: 15px 0 5px 0;
}
}

.label-wrap .label_profile {
    margin: 20px 0 10px 0;
}

@media screen and (min-width: 600px){
.label_profile{
    font-size: 20px !important;
}
}

.label_profile {
    font-size: 15px;
    font-weight: 500;
}



.bold {
font-weight:800;
}

@media screen and (min-width: 600px){
.profile {
    font-size: 24px !important;
}
}
.profile {
	font-size: 16px;
    font-weight: 900;
    margin: 15px 0;
}


.caption-label {
font-size: 10px;
margin: 0 10px;	
}

@media screen and (min-width: 600px){
.caption-label {
    font-size: 14px !important;
	margin: 0 15px;
	line-height: 15pt;
}
}

.about-wrapper{
	height: auto;
	float:left;
	position: relative;
	margin: 50px 80px 0 80px;
} 


@media(max-width: 960px){
.about-wrapper  {
	margin: 20px 35px;
}
 } 
  
#section_two {
    min-height: 100vh;
    width: 100%;
    background-color: white;
    background-size: auto;
    text-align: center;
	line-height:1.2em;
	font-size: 15px;
}
 

#flex-container-sectiontwo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	padding: 0 0 80px 0;

}

.flex-item-two:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.flex-item-two {
	float: left;
	width: 50%;
	padding: 0 50px;
	height: auto;
}

@media(max-width: 500px){
.flex-item-two {
    padding: 0 15px !important;
}
}

@media(max-width: 960px){
.flex-item-two  {
	width: 100%;
}
 } 

@media(max-width: 960px){
.sectiontwo_txt1  {
	margin-bottom:60px;
}
 }
 
@media screen and (min-width: 600px){
#tools_title {
    font-size: 13px !important;
    text-align: left;
}
}
 
#tools_title {
	width: 100%;
    padding: 0 0 21px 0px;
    text-align: left;
	font-size: 11px;
}
#tools_title h2 {
	margin-top: 0 !important;
}	

#section_two h1{
    color: #444649;
    padding-top: 64px;
    width: 100%;
    font-size: 24pt;
    max-height: 91px;
	font-weight: 900;
	margin-top: 34px;
}
@media screen and (min-width: 600px){
#section_two h1 {
	color: #444649;
    padding-top: 64px;
    width: 100%;
    font-size: 29pt !Important;
    max-height: 91px;
	font-weight: 900;
	margin-top: 54px;
}
}

.flex-container-about{
	padding-top: 119px;
	
}



#title_underline:after{
	content: "";
    display: block;
    width: 1.7em;
    max-width: 70%;
    border-bottom: 0.1em solid #444649;
    margin: 0.6em auto 2.5em;
}
#title_underline_adjusted:after{
	content: "";
    display: block;
    width: 1.7em;
    max-width: 70%;
    border-bottom: 0.1em solid #444649;
    margin: 0.4em auto 2.5em;
}

@media screen and (min-width: 600px){
.sectiontwo_txt1 {
    font-size: 15px !important;
}
}

.sectiontwo_txt1 {
    font-size: 12px;	
}

.sectiontwo_txt1 p {
    color: #444349;
	line-height: 15pt;
}

.sectiontwo_txt1 span {
    color: #409FBF;
	line-height: 15pt;
}


.sectiontwo_txt2 p {
    color: #409FBF;
    font-size: 15px;
}

.sectiontwo_txt2 span {
    color: #444349;
}

#container-sectiontwo-txt2 {
	width:auto;
	margin: 0 auto;
	position: relative;
	top: 50%;
	min-height: auto;
	box-sizing: border-box;
	background-color: #fff;	
}
.bar {
	background-color: #f2f2f1;
	width: 100%;
	height: 30px;
	margin-bottom: 17px;
	position:relative;
	z-index:9;
}
.bar-inner {
	background-color: #04C2C9;
	width: 0%;
	height: 100%;
	position: relative;
	-webkit-transition: width 1000ms linear;
	-moz-transition: width 1000ms linear;
	transition: width 1000ms linear;
	
}
.bar-inner:after {
	position: absolute;
	right: 2.5%;
	content: attr(data-percent);
	line-height: 30px;
	color:#fff;
	font-weight: 700;
}
.bar-title {
	text-align: left; 
	font-weight: 700;
	font-size: 14px;
	color: #566366;
	margin: 0 0 4px 0;
	text-transform: uppercase;
}
/*.bar-25 {
	width: 25%;
}
.bar-20 {
	width: 20%;
}
.bar-70 {
	width: 70%;	
}
.bar-30 {
	width: 30%;	
}
.bar-80 {
	width: 80%;	
}
*/
 
 
#section_two .fa {
    color: #409FBF;
    padding-bottom: 20px;
} 
 
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

 
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { 
.sectiontwo_txt1  {
    font-size: 12px !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) { 
.sectiontwo_txt1  {
    font-size: 12px !important;
}
}


/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.sectiontwo_txt1, .sectiontwo_txt2  {
    margin: 80px 20px 0 20px !important;
}
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.sectiontwo_txt1  {
    font-size: 12px !important;
}
}


 
/* Section three*/ 

#section_three {
    min-height: 100vh;
    width: 100%;
    text-align: center;
    background-color: #f5f5f5;
    background-repeat: repeat;
	background-size: auto;
}

#section_three h1 {
    color: #444649;
    padding-top: 64px;
    width: 100%;
    font-size: 24pt;
    max-height: 100px;
	font-weight: 900;
	margin-top: 34px;
}

 
@media screen and (min-width: 600px){
#section_three h1 {
	color: #444649;
    padding-top: 64px;
    width: 100%;
    font-size: 29pt !Important;
    max-height: 91px;
	font-weight: 900;
	margin-top: 54px;
}
}

#flex-container-portfolio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
    padding: 0 0 80px 0 !important;
}

#elastic_grid{
	width: 100%;
	height: auto;
}

#section_arrows_3 {
    padding: 30px 0 30px 0;
}

#section_arrows_3 a{ 
color: #fff;
}

/* Section four*/ 

#bigTriangleColors {
fill: #f5f5f5;
position: relative;
}
svg:not(:root) {
overflow: hidden;
}

#section_four {
	background-color: #252934;
	background-repeat: repeat;
	background-size: auto;
    min-height: 100vh;
    width: 100%;
    text-align: center;
}


#section_four h1 {
    color: #fff;
    padding-top: 64px;
    width: 100%;
    font-size: 24pt;
    max-height: 100px;
	font-weight: 900;
	margin-top: 34px;
}

 
@media screen and (min-width: 600px){
#section_four h1 {
	color: #fff;
    padding-top: 0;
    width: 100%;
    font-size: 29pt !Important;
    max-height: 91px;
	font-weight: 900;
	margin-top: 54px;
}
}

#section_four h2 {
    color: #409FBF;
    width: 100%;
    font-size: 12pt;
	padding: 87px 0 38px 0;
	font-weight: 600;
}
@media screen and (min-width: 600px){
#section_four h2 {
    color: #409FBF;
    width: 100%;
    font-size: 16pt;
	padding: 0 0 38px 0;
	font-weight: 600;
}
}

#title_underline_adjusted_modif:after{
	content: "";
    display: block;
    width: 1.7em;
    max-width: 70%;
    border-bottom: 0.1em solid #fff;
    margin: 0.4em auto 2.5em;
}

-webkit-any(article,aside,nav,section) h1 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

#flex-container-contact {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}


#flex-container-contact{
	
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	align-items: flex-start;
    align-content: center;
    padding: 0 0 80px 0;
}

#page-wrapper {
    text-align: left;
    width: 500px;
    background-color: #262626;
    background-repeat: repeat;
    padding: 20px;
    margin: auto 0;
    /*border-top: 5px solid #bcbcbc;*/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}


@media (max-width: 500px){
#page-wrapper {
    width: 300px;
}
}

.flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.field {
    margin: 1em 0;
}

form {
    display: block;
    margin-top: 0em;
}

label {
    display: block;
    margin-top: 2em;
    margin-bottom: 0.5em;
    margin-left: 1em;
    color: #bcbcbc;
}

input {
    width: 100%;
    padding: 0.5em;
    font-size: 1.2em;
    border-radius: 3px;
    border: 1px solid #444349;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.checkbox {
    width: unset;
    margin-right: 5px;
    float: left;
}

textarea {
    width: 100%;
    height: 200px;
    padding: 0.5em;
    font-size: 1.2em;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}

textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
    padding: 2px;
}

#section_four .agree_content {
    font-size: 8px;
}

#section_four p {
    color: #409FBF;
}
#section_arrows_4{
	padding: 30px 0 30px 0;
	
}

/* Social media*/

.flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}


#linkedin {
    margin-top: 35px;
}

#github, #linkedin, #mail, #phone {
    padding: 10px;
    transition: all 0.2s ease-in-out;
}


#section_four a {
    text-align: left;
    text-decoration: none;
    color: #409FBF;
    padding-left: 10px;
}

#section_four p {
    color: #409FBF;
}



/*Footer*/

footer {
    background-color: #262626;
    height: 80px;
    width: 100%;
    /*border-top: 5px solid #bcbcbc;*/
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 13px;
}

@media (max-width: 500px){
footer p {
    font-size: 12px;
}
}

.footer-container-wrap{ 
	padding-top: 45px;
}





/*Infinite bounce arrow button*/
.container_button_arrow {margin: 0 auto; width:auto;height:auto;}

.flex-container-footer {

}
.arrow-footer-wrap {
	
}
.fa-angle-double-up {
	width: 47px !important;
    padding: 10px;
    background-color: #E31B6D;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	transition: background .5s;
	top: -25px;

}
.fa-angle-double-up:hover {

	background-color: #fb1f79;
	
}

/*Carousel*/

.demo ul{
	padding-inline-start: 0 !important;
	
}

@media (max-width: 500px){
.demo {
    width: 340px;
}
}

@media (max-width: 500px){
.demo li {
    width: auto;
}
}

@media (max-width: 500px){
.demo ul {
    margin-right: auto !important;
}
}

@media (max-width: 500px){
.demo img {
    width: 320px;
}
}

/*Modal*/

.modal-content {
	border-radius: 0px !important;
	border: 0px !important;
}

.modal {
	overflow-y: auto !important;	
	overflow-x: auto !important;
}
.modal-open {
	overflow-y: auto !important;	
	overflow-x: auto !important;
}

.small, small {
    font-size: 11pt !important;
    line-height: 18pt !important;
	position: relative;
    float: left;
	margin-top: 15px;
}

.modal-footer {
    text-align: left !important;
}

.modal-body {
    padding: 0 !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    top: 90% !important;

}

.btn-modal-wrap {
	width: auto;
    height: auto;
    position: relative;
    float: left;
	top: 25px;
}

.btn-modal-wrap a.btn-modal-p {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 11px 30px;
    font-size: 10pt;
    transition: 0.3s;
    cursor: pointer;
    background-color: #E31B6D;
    bottom: 20px;
    left: 10px;
}

.btn-modal-wrap a.btn-modal-p:hover {
    background-color: #fff;	
	color: #E31B6D;
	
}

.fa-external-link-alt {
	position: relative;
    left: -10px;
    font-size: 11pt;
}

a.btn-modal-p {
	font-weight: 800;
}

.carousel-control.left, .carousel-control.right {
	background-image: none !important;
	opacity: none !important;
}

.pull-left-bold {
	font-size: 21pt;
    font-weight: 600;
	line-height: 30pt;
}	

.pull-left-normal {
	display: block;
    font-weight: 300;
    color: #c0c0c0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    font-size: 8pt;
}

@media (min-width: 768px){
.modal-content {
    top: 0vh !Important;
    height: initial;
}
}

@media (min-width: 768px){
.modal-dialog {
    width: 700px !important;
    margin: 3px auto !important;
}
}
@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 66px !important;
    height: 55px !important;
    margin-top: -15px !important;
    font-size: 30px;
    padding: 10px 15px !important;
    background: rgba(0, 0, 0, 1) !important;
    opacity: 1 !important;
}
}

@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: none !important;
}
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 9% !important;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 9% !important;
}

