body {
    padding: 0;
    margin: 0;
    color: #424242
}

body,
input,
select,
textarea,
button,
.btn {
    font: 16px/1.75em 'Open Sans', Helvetica, Arial;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.75em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', Helvetica, Arial;
    color: #2b8686;
    font-weight: bold
}

p {
    font-size: 18px
}

.sep {
    background-image: url('../img/line.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 62px;
    margin: 50px 0
}

p.intro-text {
    font-size: 20px
}

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize
}

ul.intro-list li,
ul.list li {
    position: relative;
    padding-left: 25px;
    margin: 6px 0;
    font-size: 18px;
    width: 40%;
    color: #000;
    float: left;
    text-shadow: 0 0 5px #cbdbda, 0 0 0 #000
}

ul.list li {
    text-shadow: none;
    width: auto;
    float: none;
    color: #fff
}
#header ul.list li {
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
    font-weight: 600;
}
#header ul.list li:before{
    font-weight: normal;
}

ul.intro-list li:before,
ul.list li:before {
    font-family: "Ionicons";
    content: "\f375";
    color: #32c0c4;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px
}

ul.list li:before {
    content: "\f375";
}

.pop-body .title,
dd.cta_phone_number {
    font-family: 'Montserrat', sans-serif
}

.form-container {
    background-color: rgba(42, 51, 59, 0.7);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .53);
    margin: 70px 0 50px;
}

.pop-body form {
    padding: 15px 25px 10px
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #3c3c3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: 0;
    font-size: 13px;
    height: auto;
    padding: 6px 15px;
    border: 2px solid #a5a5a5;
    background: #fff;
    box-shadow: none;
    border-radius: 3px
}
textarea.form-control {
    height: 120px;
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block
}

.form-label {
    text-shadow: none;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: bold
}

.cta-sub {
    font-size: 13px;
    color: #fff;
    display: block;
    margin-top: 12px;
    text-shadow: none;
    text-align: center
}

.button,
a.button {
    -moz-transition: .1s transform ease-in, .2s background ease-in;
    -o-transition: .1s transform ease-in, .2s background ease-in;
    -webkit-transition: .1s -webkit-transform ease-in, .2s background ease-in;
    border: 0;
    display: inline-block;
    font-family: "NewTransport-Bold", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-size: 22px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: .003em;
    line-height: 20px;
    line-height: 2rem;
    outline: 0;
    padding: 19px 27px;
    padding: 1.4rem 2.7rem;
    position: relative;
    text-decoration: none;
    transition: .1s transform ease-in, .2s background ease-in
}

.button.primar {
    -moz-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    background: #fc0;
    background: -moz-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    border: 1px solid #ffc400;
    border: .1rem solid #ffc400;
    box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    color: #1d1d1d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#f9b800', GradientType=0);
    transform: scale(1);
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4)
}

.button.primar:hover {
    background: #ffe065;
    background: -moz-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe065', endColorstr='#ffcc05', GradientType=0)
}

.button.primar:active,
.button.primar:focus {
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    -webkit-transform: scale(.95);
    box-shadow: inset 0 0 10px rgba(178, 143, 4, .35);
    transform: scale(.95)
}

#footer {
    background: #080808;
    padding: 10px 0;
    z-index: 9999;
    position: relative
}

#footer p {
    color: #fafafa;
    margin-bottom: 0;
    font-size: 13px
}
#footer p.muted{
    color: #676767;
}
#floating-number {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    padding: 0 0 20px 20px
}

#floating-number .holder {
    padding: 10px 15px;
    border-radius: 6px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .5);
    -webkit-transition: all 350ms ease-in-out 0;
    -moz-transition: all 350ms ease-in-out 0;
    -ms-transition: all 350ms ease-in-out 0;
    -o-transition: all 350ms ease-in-out 0;
    transition: all 350ms ease-in-out 0;

    box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -wenkit-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.3);
    display: inline-block;
    
    background-color: #1551a1;
    background-color: rgba(21, 81, 161, 0.5);
}

#floating-number a {
    display: block;
    border-radius: 6px;
    color: #fff;
    text-decoration: none
}

@keyframes glowing {
    0%,
    100% {
        background-color: #00a8d7;
        box-shadow: 0 0 2px #00a8d7
    }
    50% {
        background-color: #0369a9;
        box-shadow: 0 0 8px #0369a9
    }
}

@keyframes glowing2 {
    0%,
    100% {
        background-color: #00a8d7;
        box-shadow: 0 0 3px #00a8d7
    }
    50% {
        background-color: #0369a9;
        box-shadow: 0 0 10px #0369a9
    }
}

.flushy {
    animation: glowing 1000ms infinite
}

.flushy2 {
    animation: glowing2 1500ms infinite
}

#floating-number a:hover .holder {
    color: #fff;
    background-color: #353d42
}

#floating-number a:active .holder {
    background-color: #231f20;
    box-shadow: inset 0 2px 4px #231f20;
    color: #fff
}

#navbar {
    position: relative;
    z-index: 99;
    
    background: #3d3d3d; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #3d3d3d 0%, #2d2d2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #3d3d3d 0%,#2d2d2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #3d3d3d 0%,#2d2d2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#2d2d2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#floating-number a:hover .holder h3,
#navbar a:active .holder {
    color: #fff
}

#floating-number p {
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600
}

#floating-number h3 {
    color: #fff;
    font-size: 40px;
    margin: 0
}

#header {
    background-image: url(../img/header_lg.jpg);
    background-size: cover;
    position: relative;
    background-position: center
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 18, 29, 0.8);
}

.header-logo {
    height: 80px;
    margin: 9px 0;  
}

.logo-holder {
    margin-bottom: -105px;
    display: inline-block;
    padding: 5px 10px 10px;
    border-radius: 5px;
    background-color: #020202
}

.head-phonenumber a {
    font-family: 'Open Sans', Helvetica, Arial;
    color: #fff;
    padding: 35px 0;
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    background: #38aaaa; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #38aaaa 0%, #286c7a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #38aaaa 0%,#286c7a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #38aaaa 0%,#286c7a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38aaaa', endColorstr='#286c7a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.head-phonenumber a:hover,
.head-phonenumber a:focus {
    text-decoration: none
}

.head-phonenumber a span {
    text-transform: capitalize;
    font-weight: 100;
}

.form-container h4.title.small {
    color: #ffe016;
    text-align: center;
    padding: 20px 10px 0;
    font-size: 25px;
    margin-bottom: 0
}

.form-container h4.title.small span {
    font-family: 'open sans', Helvetica, Arial;
    display: block;
    font-weight: normal;
    margin: 10px 0 0;
    font-size: 15px;
    color: #fff
}

#header h1,
#header p {
    color: #fff
}
#header p u{
    color: #32c0c4;
}

#header .header-content p {
    width: 90%;
    text-align: justify;
}

#header h1{
    font-size: 34px;
    color: #FFE016;
    margin-top: 0;
}
#header h1 span{
    color: #fff;
}

.header-content {
    padding: 90px 0;
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000
}

.heading-style1 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 24px
}

.heading-style1 span {
    font-weight: bold
}

.no-left-padding{
    padding-left: 0;
}
.list.no-top-margin{
    margin-top: 0;
}
.cta {
    background: #fff;
    padding: 45px 0;
    text-align: center;
    font-weight: normal
}

.cta h3 {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-weight: normal;
    color: #2f2f2f;
    line-height: 33px;
}

.cta h3 a {
    font-weight: bold
}

.cta-inverse {
    background: #3d3d3d;
    background: -moz-linear-gradient(-45deg, #3d3d3d 0%, #2d2d2d 100%);
    background: -webkit-linear-gradient(-45deg, #3d3d3d 0%,#2d2d2d 100%);
    background: linear-gradient(135deg, #3d3d3d 0%,#2d2d2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#2d2d2d',GradientType=1 );
}
.cta-yellow {
    background: #ffcb00; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffcb00 0%, #f29d00 67%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffcb00 0%,#f29d00 67%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffcb00 0%,#f29d00 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb00', endColorstr='#f29d00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.cta-cyan {
    background: #38aaaa;
    background: -moz-linear-gradient(-45deg, #38aaaa 0%, #286c7a 100%);
    background: -webkit-linear-gradient(-45deg, #38aaaa 0%,#286c7a 100%);
    background: linear-gradient(135deg, #38aaaa 0%,#286c7a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38aaaa', endColorstr='#286c7a',GradientType=1 );
}
.cta-yellow h3, .cta-cyan h3 {
    color: #fff;
}
.cta-yellow h3 a, .cta-cyan h3 a {
    color: #19232d;
}
.cta-inverse h3,
.cta-inverse h3 a {
    color: #fff
}

.cta-inverse h3 a {
    text-decoration: underline;
    color: #FFE016;
}

#into-text {
    padding: 150px 0;
    background-image: url('../img/bg-light.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center
}

#into-text h4 {
    font-weight: normal
}

#into-text h2 {
    color: #383637;
    margin-top: 0;
    margin-bottom: 15px
}

.phone-number {
    display: inline-block;
    font-weight: bold
}

#testimonials {
    background-color: #f6f6f6;
    padding-bottom: 25px;
    padding-top: 25px;
    z-index: 9999;
    position: relative
}

#testimonials .padding {
    padding: 6px 20px
}

.testimonial {
    max-width: 850px;
    margin: 0 auto;
    font-style: italic;
    font-size: 16px;
    font-weight: 600
}

.testimonial p.name {
    color: #2e2e2e;
    font-weight: 700
}

blockquote {
    margin-bottom: 20px;
    padding: 10px 30px;
    border-left: 4px none #edeff0;
    background-image: url(../img/564cc1830cfb0f3061f3e1e0_iconmonstr-quote-6-icon.svg), url(../img/564cc16c97ec07540ebff988_iconmonstr-quote-5-icon.svg);
    background-position: 100% 100%, 0 0;
    background-size: 60px, 60px;
    background-repeat: no-repeat, no-repeat;
    color: #323b40;
    font-size: 19px;
    line-height: 1.4em;
    font-style: italic;
    text-align: left
}

blockquote .author {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #f0911c;
}

.pre-footer-form-header {
    color: #fefefe;
    -webkit-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -khtml-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -moz-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -ms-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -o-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-align: center;
    background: #38aaaa;
    letter-spacing: 2px;
    padding-bottom: 1px;
    padding: 10px 5px;
    margin-top: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold
}

.pre-footer-form-header span {
    font-family: 'Open Sans', Helvetica, Arial;
    font-weight: normal;
    display: block;
    margin-top: 6px;
    font-size: 16px
}

#testimonials .field-wrp {
    padding: 0 5px
}

#testimonials .field-wrp label {
    font-weight: 600;
    margin-bottom: 2px;
    color: #111
}

#testimonials h2 {
    color: #323b40;
    text-align: center;
    font-weight: normal
}

#testimonials h2 b {
    color: #38aaaa;
    line-height: 19px;
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

#header .value-prop {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 15px;
    padding: 15px 15px 15px 90px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    font-weight: 600
}

#header .value-prop p {
    margin-bottom: 0
}

#header .value-prop i {
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 50px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding: 8px 1px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    color: #FFE016;
    text-shadow: none;
    margin: 8px 8px
}

.satisfaction-seal{
    margin-top: 10px;
}

h1 span.subhead {
    display: block;
    font-size: 25px;
    font-weight: 100;
    margin-top: 5px;
}

#services {
    background-image: url('../img/bg-light.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0
}

#services .services-card {
    padding: 20px
}
#services .services-card p{
    color: #000;
}

#services h1 {
    font-size: 60px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px
}

#services h4 {
    margin-bottom: 0;
    text-transform: capitalize
}

#recent-work{
    background-image: url('../img/work-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
}
.section-header{
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2{
    margin-top: 0;
}
#recent-work .section-header h2{
    color: #fff;
}

#recent-work .section-header p{
    color: rgba(255, 255, 255, 0.8);
}
#recent-work .project-item{
    margin-bottom: 35px;
}
#recent-work .project-item a{
    position: relative;
    display: block;
}
#recent-work .project-item h3{
    margin: 0;
    background-color: rgba(0,84,175,.7);
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 11px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    z-index: 99;
}
#recent-work .project-item a:hover{
    cursor: pointer;
}
#recent-work .project-item a:before{
    font-family: "Ionicons";
    content: "\f216";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 110px;
    text-align: center;
    color: rgba(255,255,255,0);
    font-size: 45px;
    background: rgba(137,204,37,0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
#recent-work .project-item a:hover:before{
    background-color: rgba(1, 18, 29, 0.7);
    color: #fff;
}
#recent-work .last-row .project-item{
    margin-bottom: 0;
}

#why-us{
    padding: 90px 0;
}

#why-us .why-item{
    margin-bottom: 35px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    text-align: center;
    padding: 20px 22px;
    min-height: 295px;
}
#why-us .why-item img{
    height: 125px;
    margin: 0 auto;
}
#why-us .why-item h3{
    font-weight: 400;
    text-transform: capitalize;
}

#about {
    background-image: url('../img/cracked-glass.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden
}

#about .content-block {
    background-color: #19232D;
    color: #fff;
    padding: 50px;
    position: relative
}

#about .content-block h2 {
    color: #FFE016;
    margin-top: 0;
}

#about .content-block * {
    position: relative
}
#about .content-block b, #about .content-block a {
    color: #fbbd00;
}


#about .content-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 150%;
    height: 100%;
    background-color: #19232D;
}

.cta a, .head-phonenumber a .display-block{
    display: inline-block
}
.head-phonenumber a .display-block{
	font-weight: bold !important;
    margin-left: 9px;
}
.thank_you .form-container {
    background-color: rgba(42, 51, 59, 0.7);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .53);
}

@media(max-width:990px) {
    #header {
        background-position: center
    }
    .row {
        margin-left: 0;
        margin-right: 0
    }
}
@media(max-width:768px) {
    .header-content{
        padding-bottom: 0;
    }
    .form-container{
        margin: 20px 0 50px;
    }
    #why-us .why-item {
        padding: 10px 13px;
    }
    #recent-work .last-row .project-item{
        margin-bottom: 35px;
    }
    #recent-work .last-row .project-item{
        margin-bottom: 35px;
    }
}

@media screen and (max-width:767px) {
    #navbar {
        background-position: center;
        margin-top: 97px
    }
    .header-logo {
        width: auto;
        height: 85px;
    }
    .text-custom-center{
        text-align: center;
    }
    .header-content {
        padding: 10px 0
    }
    .row {
        margin-left: 0;
        margin-right: 0
    }
    #floating-number {
        padding: 0;
        right: 0;
        top: 0;
        bottom: auto
    }
    #floating-number .holder,
    #floating-number a {
        border-radius: 0
    }
    #floating-number .holder {
        width: 100%;
        text-align: center
    }
    .form-container {
        z-index: 999;
        position: relative;
        margin: 40px 0
    }
    body.display-offer {
        padding-top: 0
    }
    ul.intro-list li {
        text-shadow: none;
        width: auto;
        float: none
    }
    #about .content-block:before {
        left: -50%;
        width: 200%
    }
    #about .content-block {
        padding: 50px 0
    }
    #services .services-card {
        padding: 20px 0
    }
}

@media (max-width: 414px){
    #header .header-content p{
        width: 100%;
    }
    #recent-work .last-row .project-item{
        margin-bottom: 35px;
    }
}

.contat-options label input {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 4px
}

.contat-options label:last-child {
    margin-left: 10px
}

.form-control:focus {
    border-color: #0786ea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(7, 134, 234, 0.5), 0 0 8px rgba(102, 175, 233, 0.8)
}

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

.today-offer {
    display: inline-block;
    border: 6px dashed #f0911c;
    padding: 15px 15px 20px;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    color: #FFE016;
    font-size: 19px;
    margin-top: 10px;
    box-shadow: 0 0 50px #020202, 0 0 1px #000;
    background-color: #252c33;
}

.today-offer span {
    display: block
}

.today-offer .offer-price {
    font-size: 60px;
    margin: 15px 0;
}

.strike {
    text-decoration: line-through
}

.iconbox{
    box-shadow: 0 2px 6px rgba(202, 202, 202, 0.57);
    padding: 25px 20px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgba(202, 202, 202, 0.35);
    height: 213px;
}

.iconbox i{
    color: #fd5315;
    margin-bottom: 15px;
    font-size: 65px;
    display: block;
}

.iconbox h5{
    color: #1551a1;
    font-family: "Montserrat", arial;
}

.feature-row{
    margin: 25px 0;
    text-align: left;
    margin-bottom:80px;
}
