body,
html {
    width: 100%;
    height: 100%
}

html {
    overflow-x: hidden
}

body {
    font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #f05f40
}

hr.light {
    border-color: #fff
}

a {
    color: #f05f40;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

a:focus,
a:hover {
    color: #f05f40
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px
}

.bg-primary {
    background-color: #f05f40!important
}

.bg-dark {
    color: #fff;
    background-color: #222!important
}

.text-faded {
    color: rgba(255, 255, 255, .7)
}

section {
    padding: 100px 0px
}

.section-heading {
    margin-top: 0
}

::-moz-selection {
    color: #fff;
    background: #222;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #222;
    text-shadow: none
}

img::selection {
    color: #fff;
    background: 0 0
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}

body {
    -webkit-tap-highlight-color: #222
}

#mainNav {
    border-color: rgba(34, 34, 34, .05);
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}
#mainNav .container-fluid { background: transparent; padding: 0 }
#logo { display:flex; flex-wrap: nowrap }
#logo img { display: inline-block; vertical-align: middle; }
#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #f05f40;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
	white-space:nowrap;
	display: flex;
	flex-wrap:nowrap;
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #f05f40
}

h1 { display: flex; flex-wrap:nowrap; white-space:nowrap }
h1 span { position: absolute; margin-left:20px }
h1 span:first-of-type { margin-top: 15px }
h1 span:first-of-type:after { content:' ' }
h1 span:last-of-type { margin-top: 35px; }

#mainNav .navbar-toggle {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222
}
#mainNav .navbar-nav>li:first-of-type { position:absolute; transform:scale(1.5); right: 45%; background-image: url(../img/flame.gif); background-position: bottom; background-size: 300px 50px;background-clip: text; -webkit-background-clip:text; font-size: 22px; font-weight: 900; color: black; transition:all 1s ease}
#mainNav .navbar-nav>li:first-of-type:before {
    background: none;
    content: 'Buy Forex Leads';
    left: 0;
    position: absolute;
    top: 0;
    z-index: 11;
	background-image: url(../img/flame.gif); background-position: bottom; background-size: 300px 50px;background-clip: text; -webkit-background-clip:text; font-size: 22px; font-weight: 900; color: transparent; transform: scale(0.99);
}
#mainNav .navbar-nav>li:first-of-type:hover { filter: hue-rotate(90deg) saturate(4); }
#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #f05f40
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    color: #f05f40!important;
    background-color: transparent
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
    background-color: transparent
}

#homeHeading {
    color: rgba(220, 102, 0, 1.00);
  	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px
}

.header-content-inner {
    padding: 50px 0px;
    background: rgba(0, 0, 0, 0.8)
}
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

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

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

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

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

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

@media (max-width: 768px) {
  
  #intro h2 {
    font-size: 28px;
	margin-bottom:10px;
  }
  .carousel-container {position:relative;margin-top:25px;}
}

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

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}
@media (max-width: 768px) {
	#intro p{margin: 0 auto 10px auto;}
}

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

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

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

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

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

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

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

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

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}
.tabsrow {
    display: flex;
    justify-content: space-around;
    align-content: space-around;
    display: -ms-flexbox;
    -ms-flex-pack: justify
}

.servicetab {
    order: 1;
    -ms-flex-order: 1;
    flex: 0 0 30%;
    -ms-flex: 0 0 25%
}

.tabservicetab {
    order: 2;
    -ms-flex-order: 2;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    width: 100%;
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

input {
    display: none;
}

label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
    font-size: 18px
}

label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
    font-size: 20px;
}

label[for*='1']:before {
    content: '\f0c0'
}

label[for*='2']:before {
    content: '\f0d6'
}

label[for*='3']:before {
    content: '\f085'
}

label[for*='4']:before {
    content: '\f1fc'
}

label[for*='5']:before {
    content: '\f0cb'
}

label[for*='6']:before {
    content: '\f27e'
}

label:hover {
    color: #888;
    cursor: pointer;
}

input:checked + label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid orange;
    border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6 {
    display: block;
}

.progressbar,
.progressbar2 {
    display: inline-block;
    width: 100px;
    margin: 25px;
    margin-bottom: 0px;
}

.circle {
    width: 100%;
    margin: 0 0;
    margin-top: 0px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle canvas {
    vertical-align: middle;
}

.circle div {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}

.clip-text {
    font-size: 3.2em;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.clip-text_one {
    background-image: url(../img/desert_oasis_heat_hot_orange_sun_48082_3840x2160.jpg);
    background-position: 50% 50%;
}

#contact {
    border-top: 5px solid black
}

#last {
    border-top: 1px solid black;
    background: #aaa
}

#last,
#last container,
#last container row {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    height: 50px!important;
    display: -ms-flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center
}

.rights {
    order: 1;
    flex: 1 1;
    align-self: center;
    margin-left: 10px;
    -ms-flex-order: 1;
    -ms-flex: 1 1
}

.rights {
    font-size: 10px
}

.jologo {
    order: 1;
    flex: 1 1;
    align-self: center
}

.jologo img {
    max-height: 30px;
    float: right;
    margin-right: 10px
}

#last a {
    color: white;
    text-decoration: underline;
    cursor: pointer
}

.stage {
    width: 100%;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    display: -ms-flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center
}

.stagedescription {
    order: 1;
    flex: 0 0 60%;
    width: 70%;
    display: inline;
    -ms-flex-order: 1;
    -ms-flex: 0 0 60%
}

.stagep {
    text-align: left
}

.stageimg {
    order: 2;
    flex: 0 0 30%;
    width: 30%;
    -ms-flex-order: 2;
    -ms-flex: 0 0 30%
}

.stageimg img {
    width: 100%
}

#moreinfo .container:nth-of-type(3) {
    display: block;
    direction: rtl
}

.stagep:nth-of-type(2) {
    direction: ltr
}

.method {
    width: 100%
}

.methoddescription {
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    display: -ms-flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center
}

.methodicon {
    order: 1;
    flex: 0 0 30%;
    width: 30%;
    align-self: center;
    -ms-flex-order: 1;
    -ms-flex: 0 0 30%
}

.methodp {
    order: 2;
    flex: 0 0 70%;
    width: 70%;
    padding: 0px 10px;
    text-align: justify;
    -ms-flex-order: 2;
    -ms-flex: 0 0 70%
}

.backgroundheader2 {
    background: linear-gradient(#ED7D00, rgba(255, 173, 81, 0.93)), url(../img/desert_oasis_heat_hot_orange_sun_48082_3840x2160.jpg);
    background-size: 100% 100%;
    background-position: center fixed;
    color: transparent;
    background-clip: text;
    font-size: calc(2vw + 1em);
    font-weight: bold
}

#methods {
    margin-top: 0;
    padding-top: 40px
}

.img-fluid {
    width: 100%;
    height: 100%;
    margin: auto auto;
    text-align: center
}

.container-fluid {
    background: #000
}

#moreservices {
    padding-bottom: 0px;
    padding-top: 0px
}

#moreservices div {
    overflow: hidden
}

#moreservices div div {
    margin-top: -200%;
    transition: 1s all ease
}

.msbtn+label:before {
    content: "\f067"
}

.msbtn+label:after {
    content: "More Services"
}

.msbtn,
.msbtn+label {
    max-width: 250px;
    margin: auto auto;
    -ms-flex-order: 1
}

.msbtn:checked+label:before {
    content: "\f068"
}

.msbtn:checked + label {
    transform: translateY(50px)
}

.msbtn:checked + label:after {
    content: "Less Services"
}

.msbtn:checked ~ #moreservices div div {
    margin-top: 0
}

.barheader {
    display: block;
    margin-bottom: 0;
    margin-top: 40px
}

.bartext {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 24px
}

.moreserviceflex {
    display: flex;
    flex-direction: column-reverse;
    display: -ms-flexbox;
    -ms-flex-direction: column-reverse;
    -ms-flex-align: center;
    width: 100%
}

#services {
    padding-bottom: 0px
}

.fullhr {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    margin: 50px auto
}

.btncont {
    display: flex;
    align-items: center;
    justify-content: space-around;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    width: 100%
}

.btncont a {
    order: 1;
    width: 200px;
    text-align: center;
    -ms-flex-order: 1;
    -ms-flex: 0 0 auto
}

.scrolltotop {
    position: fixed;
    left: 0;
    bottom: 5%;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: 2px solid white;
    display: flex;
    justify-content: space-around;
    align-items: space-around;
    display: -ms-flexboox;
    -ms-flex-pack: justify;
    -ms-flex-align: center
}

.scrolltotop a {
    align-self: center
}

.scrolltotop div {
    width: 32px;
    height: 32px;
    border-radius: 25px;
    border: 2px solid black;
    background: white;
    order: 1;
    align-self: center;
    color: black;
    text-align: center;
    -ms-flex-order: 1
}

.scrolltotop div i {
    color: black;
    margin-top: -2.5px
}

.logoimg {
    height: 60px;
    width: 60px;
    margin-right: 0px
}
.omimg { margin-right: 0px; margin-left: -15px; margin-top: 40px; height:40px; width: auto; filter: none; transition: all 0.5s ease;}
.navbar-shrink .omimg { filter: invert(100%) }
.navcta { width: 200px; background-image: url(../img/flame.gif); background-position: center; background-clip: text; margin: auto auto;}
.footerlogocont {
    width: 100%;
    margin-bottom: 30px
}

.bottomlogo {
    height: 200px;
    width: 200px;
    margin: auto auto
}

.sendform {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 0px;
    margin-top: 15px
}

.sendform p {
    align-self: center;
    margin: auto auto
}

.service-box_methods {
    width: 100%
}

.service-box_methods i {
    color: #999;
    border-radius: 10px;
    border: 2px solid orange;
    padding: 2px 7px
}

.methodrow {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: auto auto;
    display: -ms-flexbox;
    -ms-flex-pack: justify
}

.methodrow .col-lg-3 {
    order: 1;
    flex: 0 0 30%;
    max-width: 30%;
    width: 30%;
    padding: 0;
    -ms-flex-order: 1;
    -ms-flex: 0 0 30%
}

#partners {
    padding: 0;
    padding-top: 80px;
    background: #444
}

#partners div h2 {
    font-weight: 900;
    color: white;
    letter-spacing: 10px;
    word-spacing: 30px;
    margin-bottom: 35px
}

.partnerscont {
    height: 100%;
    width: 100%;
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    margin: 50px 0px;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-align: center
}

.partner img {
    max-height: 100px;
    max-width: 200px
}

.extrarow {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 50px;
    display: -ms-flexbox;
    -ms-flex-align: start;
    -ms-flex-pack: center
}

.extracont {
    order: 1;
    -ms-flex-order: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 33%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: start;
    align-self: flex-start
}

.extrahead {
    width: 50%;
    -ms-flex-order: 0
}

.extrainfo {
    width: 100%;
    text-align: center
}

.extrahead img {
    width: 100%;
    height: auto;
}

.altsicons {
    width: 100%;
    white-space: no-wrap;
    display: flex;
    align-items: center;
    justify-content: space-around;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: justify
}

.altimage {
    order: 1;
    -ms-flex-order: 1;
    height: 100%;
    flex: 0 0 20%;
    -ms-flex: 0 0 20%
}

.altimage img {
    width: 50%;
    height: 50%
}

#moreinfo {
    background: radial-gradient(circle, white 0%, black 1%, black 14%, #555 15%, #222 60%);
    padding-top: 75px;
    margin-top: 75px
}

#moreinfo .otheader {
    font-size: 3em;
    font-weight: 900;
    letter-spacing: 3px;
    word-spacing: 15px;
    color: #666
}

.stageheader h3 {
    font-size: 2em;
    letter-spacing: 2px;
    word-spacing: 15px;
    font-weight: 600
}

.stagedescription {
    color: #ccc
}

#methods {
    background-image: url(../img/woodbg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.portfolioheader {
    padding-top: 100px;
    color: white;
    margin-bottom: 25px
}

#portfolio {
    background: linear-gradient(black, #222 40%);
}

.portfolioheader h2 {
    margin-bottom: 25px;
    letter-spacing: 2px;
    word-spacing: 15px;
    font-weight: 900
}

.error {
    padding-top: 50px
}

.errormessage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    max-width: 90vw;
    margin: auto auto;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    ms-flex-align: center;
    -ms-flex-pack: center
}

.errormessage h1 {
    padding: 20px 0px 10px;
    text-decoration: underline
}

.errormessage div span {
    font-size: 36px;
    display: block;
    height: 40px;
    margin-bottom: 10px
}

.errormessage img {
    width: 100px;
    max-width: 50vw;
    height: auto
}

.errormessage p {
    font-size: 12px;
    margin-top: 10px
}

.formbtn {
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    -ms-flex-order: 1;
}

.formbtn i {
    margin-right: 15px
}

.nojs {
    display: block
}

.nojs:before {
    content: ""attr(data-percent)"+";
    display: block;
    height: 50px
}

.nojsfirst:before {
    content: ""attr(data-percent)"M+";
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #partners .container {
        max-width: 80%;
    }
    #moreservices {
        width: 100%
    }
    .clip-text {
        background: none;
        background-clip: none;
        color: orange;
    }
    .extrarow {
        height: auto
    }
    .extrahead {
        height: 200px;
    }
    .extrainfo {
        height: 200px
    }
    .aboutbtn,
    btncont a {
        display: inline-block;
        width: auto;
        padding: 0 0;
        margin: 0 0
    }
}

@media (min-width:992px) {
    #mainNav {
        border-color: rgba(255, 255, 255, .3);
        background-color: transparent
    }
    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, .7)
    }
    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: #fff
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
        color: rgba(255, 255, 255, .7)
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #fff
    }
    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, .05);
        background-color: #fff
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 16px;
        color: #f05f40
    }
    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #f05f40
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
        color: #222
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #f05f40
    }
}

header.masthead {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/trafficbg.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

header.masthead .header-content {
    position: relative;
    width: 100%;
    padding: 150px 15px 100px;
    text-align: center
}

header.masthead .header-content .header-content-inner h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase
}

header.masthead .header-content .header-content-inner hr {
    margin: 30px auto
}

header.masthead .header-content .header-content-inner p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, .7)
}

@media (min-width:768px) {
    header.masthead {
        height: 100%;
        min-height: 600px
    }
    header.masthead .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    header.masthead .header-content .header-content-inner {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto
    }
    header.masthead .header-content .header-content-inner h1 {
        font-size: 50px
    }
    header.masthead .header-content .header-content-inner p {
        font-size: 18px;
        max-width: 80%;
        margin-right: auto;
        margin-left: auto
    }
}

.service-box {
    max-width: 400px;
    margin: 50px auto 0
}

@media (min-width:992px) {
    .service-box {
        margin: 20px auto 0
    }
}

.service-box p {
    margin-bottom: 0
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
    height: 100%
}

.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(240, 95, 64, .9);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1
}

.portfolio-box:focus {
    outline: 0
}

@media (min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px
    }
}

.call-to-action {
    padding: 50px 0
}

.call-to-action h2 {
    margin: 0 auto 20px
}

.text-primary {
    color: #f05f40!important
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.btn-default {
    color: #222;
    border-color: #fff;
    background-color: #fff
}

.btn-default.focus,
.btn-default:focus {
    color: #222;
    border-color: #bfbfbf;
    background-color: #e6e6e6
}

.btn-default:hover {
    color: #222;
    border-color: #e0e0e0;
    background-color: #e6e6e6
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    color: #222;
    border-color: #e0e0e0;
    background-color: #e6e6e6
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #222;
    border-color: #bfbfbf;
    background-color: #d4d4d4
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    border-color: #fff;
    background-color: #fff
}

.btn-default .badge {
    color: #fff;
    background-color: #222
}

.btn-primary {
    color: #fff;
    border-color: #f05f40;
    background-color: #f05f40
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    border-color: #a4270d;
    background-color: #eb3812
}

.btn-primary:hover {
    color: #fff;
    border-color: #e13612;
    background-color: #eb3812
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #e13612;
    background-color: #eb3812
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    border-color: #a4270d;
    background-color: #c93110
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    border-color: #f05f40;
    background-color: #f05f40
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.btn-xl {
    padding: 15px 30px
}

@media (max-width:992px) {
    .methodrow {
        width: 100%
    }
}

@media (max-width:768px) {
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0
    }
    .stage {
        display: block
    }
    .stagedescription {
        flex: 0 0 100%;
        width: 100%;
        display: block;
        -ms-flex: 0 0 100%
    }
    .stagep {
        text-align: left
    }
    .stageimg {
        order: 2;
        flex: 0 0 40%;
        width: 40%;
        display: block;
        margin: 0px auto;
        -ms-flex-order: 2;
        -ms-flex: 0 0 40%;
        min-width: 200px;
        max-width: 350px;
    }
    .methoddescription {
        flex-direction: column;
        -ms-flex-direction: column
    }
    .methodicon {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-around;
        display: -ms-flex;
        -ms-flex-direction: row-reverse;
        ms-flex-align: center;
        ms-flex-pack: justify
    }
    .methodicon,
    .methodicon h4,
    .methodicon i {
        width: auto
    }
    .methodicon i {
        margin-right: 40px
    }
    .methodicon hr {
        display: none
    }
    .methodp {
        margin: 0 0;
        padding: 0;
        width: 100%
    }
    .methodrow {
        display: block;
        text-align: center
    }
    .methodrow .col-lg-3 {
        max-width: 100%;
        width: 100%
    }
    .partner img {
        max-width: 100px
    }
    #mainNav .container {
        white-space: nowrap;
        align-content: space-between;
        justify-content: space-between;
        flex-wrap: no-wrap;
        -ms-flex-align: center;
        -ms-flex-pack: justify
    }
    .navbar-brand,
    .navbar-toggler {
        order: 0;
        flex: 0 0;
        display: inline;
        -ms-flex-order: 0;
        -ms-flex: 0 0
    }
    .logoimg {
        max-height: 40px;
        max-width: 40px
    }
	.omimg { height: 27px; width: auto; margin-top: 27px; margin-left: -10px; }
    .navbar-brand {
        font-size: 1em
    }
	.h1holder { margin-top: -10px; }
    .extrarow {
        display: block
    }
    .extracont {
        width: 100%;
        margin: auto auto
    }
    .extracont .extrahead {
        width: 50%;
        max-width: 150px;
    }
    .extracont .extrainfo h4 {
        margin: auto auto;
    }
    .extrainfo {
        width: 66%
    }
    .extracont:first-of-type {
        margin-bottom: 30px
    }
}

@media screen and (max-width:650px) {
    label {
        font-size: 14px;
        padding: 15px 0px
    }
    label:before {
        margin: 5px;
        font-size: 14px
    }
    .omimg {
        margin-right: 15px
    }
    .row {
        margin: 0px 2px
    }
}

@media screen and (max-width:590px) {
    label {
        margin: 0
    }
    .btncont {
        display: block;
        width: 100%
    }
    .aboutbtn {
        display: block;
        margin: auto auto;
        margin-top: 15px
    }
    .navbar-brand {
        font-size: 11.3px!important
    }
    .omimg {
        margin-right: 5px
    }
    .altimage img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:400px) {
    .logoimg {
        margin-left: 0px;
        width: 25px;
        height: 25px
    }
	.omimg { height: 17px; width: auto; }
}