@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Maven Pro', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 40
}

hr.star-dark,
hr.star-light {
    max-width: 15rem;
    padding: 0;
    text-align: center;
    border: none;
    border-top: solid .25rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

hr.star-dark:after,
hr.star-light:after {
    position: relative;
    top: -.8em;
    display: inline-block;
    padding: 0 .25em;
    content: '\f005';
    font-family: FontAwesome;
    font-size: 2em
}

#mainNav,
header.masthead h2 {
    font-family: 'Maven Pro', sans-serif
}

hr.star-light {
    border-color: #fff
}

hr.star-light:after {
    color: #fff;
    background-color: #2346FD
}

hr.star-dark {
    border-color: #2C3E50
}

hr.star-dark:after {
    color: #2C3E50;
    background-color: #fff
}

section {
    padding: 4.5rem 0
}

section h2 {
    line-height: 2rem
}

@media (min-width:992px) {
    section h2 {
        font-size: 3rem;
        line-height: 2.5rem
    }
}

.btn-xl {
    padding: 1rem 1.75rem;
    font-size: 1.25rem
}

.btn-social {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.25rem;
    line-height: 2rem
}

.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 1rem;
    display: none
}

.scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, .5);
    line-height: 3.1rem
}

#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 700
}

#mainNav .navbar-brand {
    color: #fff
}

#mainNav .navbar-nav li.nav-item a.nav-link.active,
#mainNav .navbar-nav li.nav-item a.nav-link:active,
#mainNav .navbar-nav li.nav-item a.nav-link:focus,
#mainNav .navbar-nav li.nav-item a.nav-link:hover,
.floating-label-form-group-with-focus label {
    color: #2346FD
}

#mainNav .navbar-nav {
    margin-top: 1rem;
    letter-spacing: .0625rem
}

@media (min-width:992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        -webkit-transition: padding-top .3s, padding-bottom .3s;
        -moz-transition: padding-top .3s, padding-bottom .3s;
        transition: padding-top .3s, padding-bottom .3s
    }
    #mainNav .navbar-brand {
        font-size: 2em;
        -webkit-transition: font-size .3s;
        -moz-transition: font-size .3s;
        transition: font-size .3s
    }
    #mainNav .navbar-nav {
        margin-top: 0
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link.active,
    #mainNav .navbar-nav>li.nav-item>a.nav-link.active:active,
    #mainNav .navbar-nav>li.nav-item>a.nav-link.active:focus,
    #mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover {
        color: #2346FD;
        background: 0 0;
        border-bottom: 3px solid #2346FD
    }
    #mainNav.navbar-shrink {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
}

header.masthead {
    padding-bottom: 6rem
}

header.masthead h1 {
    font-size: 3rem;
    line-height: 3rem
}

header.masthead h2 {
    font-size: 1.3rem
}

@media (min-width:992px) {
    header.masthead {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
    header.masthead h1 {
        font-size: 2.25rem;
        line-height: 2.3rem
    }
    header.masthead h2 {
        font-size: 1.5rem
    }
}

.portfolio {
    position: relative;
    overflow: hidden
}

.portfolio .portfolio-item {
    position: relative;
    display: block;
    max-width: 25rem;
    margin-bottom: 15px
}

.portfolio .portfolio-item .portfolio-item-caption {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    background-color: rgba(24, 188, 156, .9)
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
    opacity: 1
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
    font-size: 1.5rem
}

@media (min-width:576px) {
    .portfolio .portfolio-item {
        margin-bottom: 30px
    }
}

.portfolio-modal .portfolio-modal-dialog {
    padding: 3rem 1rem;
    min-height: calc(100vh - 2rem);
    margin: 1rem calc(1rem - 8px);
    position: relative;
    z-index: 2;
    -moz-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, .5);
    box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, .5)
}

.portfolio-modal .portfolio-modal-dialog .close-button {
    position: absolute;
    top: 2rem;
    right: 2rem
}

.portfolio-modal .portfolio-modal-dialog .close-button i {
    line-height: 38px
}

.portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 2rem
}

@media (min-width:768px) {
    .portfolio-modal .portfolio-modal-dialog {
        min-height: 100vh;
        padding: 5rem;
        margin: 3rem calc(3rem - 8px)
    }
    .portfolio-modal .portfolio-modal-dialog h2 {
        font-size: 3rem
    }
}

.floating-label-form-group {
    position: relative;
    border-bottom: 1px solid #e9ecef
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: 0 0;
    box-shadow: none!important
}

.floating-label-form-group label {
    font-size: .85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -ms-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #e9ecef
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1
}

.footer,
.footerNav li a {
    color: #fff
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #e9ecef
	
}

.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #002CFE
}

.footerEnd {
    border-top: 1px solid #002CFE;
    font-size: 14px;
}

.footerNav {
    float: left
}

.footerNav li {
    display: inline-block;
    margin-right: 40px
}

.copyright {
    float: right;
    color: #ffffff
}

.copyright span {
    color: #fff
}

.pwerd {
    display: block;
    font-size: 16px
}

.appFootLink li,
.rightSecBox a {
    display: inline-block
}

a {
    color: #FF8C00
}

a:active,
a:focus,
a:hover {
    color: #0b7f08
}

.btn {
    border-width: 2px
}

header.masthead {
    background: url('https://success-sciences.github.io/GSASecurityInc/img/bannersized.jpg') center center no-repeat;
    height: 510px;
    margin-top: 150px;
    text-align: center;
    padding-top: 100px
}

header.masthead h3,
header.masthead p {
    font-size: 28px;
    text-align: center;
    padding-right: 25px;
    line-height: 25px
}

.appBg .rightSecBox,
.appFootLink,
.appFootLink li,
.carousel-item,
.featureSection,
.graph6,
.infos p,
.performanceSec {
    text-align: center
}

header.masthead p {
    margin-bottom: 28px
}

.smallTxt {
    font-size: 12px;
    margin-top: 148px
}

header.masthead .container {
    position: relative
}

.applicatioFor {
    background: url(../img/bannerhand.jpg) center center no-repeat;
    height: 700px
}

.appBg {
    background: url(../img/contactusbg.jpg) center center no-repeat;
    height: 320px
}

.appBg .rightSecBox h3 {
    font-size: 32px
}

.appBg .rightSecBox a {
    background-color: transparent;
    padding: 0;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    margin: 20px 10px 20px 0;
    display: inline-block
}

.appBg .requestBtn a {
    background-color: #2346FD;
    padding: 12px;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 290px;
    text-decoration: none
}

.appBg .requestBtn a:hover {
    background-color: #0b7f08
}

.appFootLink {
    margin-top: 64px
}

.appFootLink li:nth-child(2) {
    border-left: 1px solid #716f6e;
    margin-left: 40px;
    padding-left: 40px
}

.graph6 {
    margin: 30px auto 0;
    position: relative
}

.portfolio {
    background-color: #ffffff
}

.applicatioFor h2,
.portfolio h2 {
    font-size: 32px
}

.rightSecBox h3 {
    font-size: 22px;
    margin-top: 48px;
    margin-bottom: 24px;
    font-weight: 500
}

.rightSecBox p {
    font-size: 20px;
    margin-top: 24px;
    font-weight: 400
}

.rightSecBox a {
    background-color: #3abeef;
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    margin: 5px 3px
}

.rightSecBox a:hover {
    opacity: .8
}

.rightSecBox a.color1 {
    background-color: #f6aa44
}

.rightSecBox a.color2 {
    background-color: #f49083
}

.rightSecBox a.color3 {
    background-color: #717af4
}

.rightSecBox a.color4 {
    background-color: #2346FD
}

section h2 {
    font-size: 32px
}

.featureSection {
    position: relative;
    overflow: hidden
}

.featureSection p {
    font-size: 18px;
    margin: 24px 0 50px
}

.featureSection h3 {
    font-size: 20px;
    margin-top: 24px;
    font-weight: 700
}

.featureBox {
    margin: 36px 0
}

.performanceSec {
    background-color: #e1ebef;
    padding-bottom: 9px;
    position: relative
}

.performanceSec p {
    font-size: 20px
}

.performanceSec h2 {
    margin: 20px 0 120px
}

.bg-secondary {
    background-color: #fff!important
}

.text-primary {
    color: #2346FD!important
}

.text-secondary {
    color: #2C3E50!important
}

.btn-primary {
    background-color: #2346FD;
    border-color: #2346FD
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #128f76;
    border-color: #128f76
}

.btn-secondary {
    background-color: #2C3E50;
    border-color: #2C3E50
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #1a252f;
    border-color: #1a252f
}

.featureSection .carousel {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 10px auto
}

.carousel-container {
    display: block;
    overflow: hidden;
    width: 99%;
    margin: 0 auto
}

.carousel-wrapper,
.carousel-wrapper2 {
    clear: both;
    height: auto;
    overflow: hidden;
    margin: 0
}

.carousel-element {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: 1px
}

.infos {
    background: #e5e5e5;
    display: block;
    padding: 4px
}

.infos p {
    margin: 0;
    padding: 2px!important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px
}

.infos p a {
    text-decoration: underline;
    color: #e16f00;
    text-transform: lowercase
}

.carousel-element span.t1 {
    color: #53b9ff;
    font-size: 24px;
    font-family: Georgia;
    text-transform: uppercase
}

.carousel-element span.t2 {
    color: #0b7cc3;
    font-size: 28px;
    font-family: Georgia;
    text-transform: uppercase
}

.carousel-element span.t3 {
    color: #e37a00;
    font-size: 20px;
    font-family: Verdana
}

.carousel-nav .precedent,
.carousel-nav .suivant {
    color: #000;
    margin-top: 0;
    width: 69px
}

.carousel-element span.t3 span {
    font-size: 28px;
    font-weight: 700
}

.carousel-element span.t1,
.carousel-element span.t2,
.carousel-element span.t3 {
    display: block;
    text-align: center;
    line-height: 34px
}

.carousel-index,
.carousel-nav {
    display: block;
    margin: 0 auto
}

.carousel-nav {
    position: absolute;
    margin-top: auto;
    width: 100%;
    clear: both;
    float: left;
    top: 42%;
    z-index: 999
}

.carousel-nav .precedent {
    float: left;
    display: block;
    margin-left: -50px;
    margin-top: 0;
    color: #000
}

.carousel-nav .suivant {
    float: right;
    display: block;
    margin-right: -50px;
    margin-top: 0;
    color: #000
}

.carousel-index {
    margin: 0 auto;
    width: 100%;
    display: none
}

.carousel-index a,
.carousel-index a.clic,
.carousel-index a:hover {
    display: block;
    padding: 5px;
    text-decoration: none;
    margin: 3px;
    text-align: center;
    float: left
}

.carousel-index a {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    width: 18px
}

.carousel-index a.clic,
.carousel-index a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000
}

.responsive {
    width: 100%!important
}

.feedbackBox {
    background-color: #002EFE;
    padding: 25px;
    color: #fff;
    position: relative
}

.feedbackBox img,
.mobileScreen {
    position: absolute;
    left: 0;
    right: 0
}

.feedbackBox img {
    bottom: -40px;
    margin: auto
}

.feedbackBox p {
    margin: 0 0 70px
}

.client_ifno {
    text-align: center;
    margin-top: 50px
}

.client_ifno h2 {
    font-size: 20px;
    color: #FF8C00;
    line-height: normal
}

.client_ifno p {
    font-size: 16px;
    margin: 0
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #002CFE
}

.appFootLink li a {
    color: #FF8C00!important
}

.mobileScreen {
    bottom: 0;
    margin: auto;
    z-index: 9;
    width: 284px
}

.mobileScreen img {
    margin-left: -1px
}

.carousel-nav .precedent {
    background: url(../img/leftArrow.png) center center no-repeat;
    height: 69px
}

.carousel-nav .suivant {
    background: url(../img/rightArrow.png) center center no-repeat;
    height: 69px
}

.featureSection .container {
    position: relative
}

.carousel-control-prev {
    left: -12%
}

.carousel-control-next {
    right: -12%
}

.ml-subscribe-form {
    display: none;
    background: rgba(00, 00, 00, .5)!important;
    width: 100%!important;
    height: 100%!important;
    position: fixed!important;
    z-index: 9999!important;
    top: 0!important;
    left: 0!important;
    bottom: 0!important;
    right: 0!important;
    margin: auto!important
}

#mlb2-7419732 .subscribe-form {
    margin: auto
}

#mainNav .navbar-toggler {
    font-size: 150%;
    padding: 8px 12px;
    background-color: #2346FD
}

#btnCloseDemo {
    position: fixed;
    top: 10px;
    right: 36%;
    color: #fff;
    z-index: 99999
}

@media screen and (max-width:768px) {
    header.masthead {
        background: url(../img/bannerBg1.png) left center no-repeat
    }
    .applicatioFor {
        background: url(../img/bannerhand.jpg) right center no-repeat
    }
    .appBg {
        background: url(../img/appBg.jpg) right center no-repeat
    }
}

@media screen and (max-width:767px) {
    .appBg,
    .applicatioFor,
    header.masthead {
        height: 100%;
        background-size: cover;
        padding: 20px
    }
    .smallTxt {
        margin-top: 44px
    }
    header.masthead h3,
    header.masthead p {
        padding-right: 0
    }
    .appFootLink li:nth-child(2) {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 20px
    }
    .appFootLink {
        padding-left: 0
    }
    .carousel-control-prev {
        left: 0
    }
    .carousel-control-next {
        right: 0
    }
    .carousel-nav .precedent {
        margin-left: 0
    }
    .carousel-nav .suivant {
        margin-right: 0;
        position: absolute;
        left: 27%;
        z-index: 999
    }
    .client_ifno p {
        margin: 0 0 40px
    }
    .lastP {
        margin: 0
    }
    .carousel-element,
    .carousel-wrapper,
    .carousel-wrapper2 {
        height: 436px
    }
    .responsive {
        width: 297%!important
    }
    .performanceSec .container {
        overflow: hidden
    }
}

#particles-js,
#particles-js2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.performanceSec .container {
    position: relative
}

.footer .container {
    padding: 10px;
    position: relative
}

.other1,
.other2,
.other3,
.other4 {
    position: absolute
}

.other1 {
    right: 0;
    top: -28px
}

.other2 {
    left: 0;
    top: 12%
}

.other3 {
    right: 5%;
    top: -13px
}

.other4 {
    left: 9%;
    top: 40px
}

.first-column {
    width: 60%;
    padding: 0 10px 0 0;
    float: left
}

.second-column {
    width: 40%;
    padding: 5px 10px 10px 0px;
    float: right

}

@media only screen and (max-width:800px) {
    .first-column,
    .second-column {
        width: 100%;
        padding-bottom: 10px;
        float: none
    }
}

.row {
    top: 50%
}
