@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

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

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

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    color: #486f75;
    font-weight: 300;
    background: #fff;
}

body p {
    line-height: 25px;
    word-break: keep-all;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

a {
    color: #222;
    transition: all 0.3s ease 0s
}

a:hover {
    color: #fd2d38;
}

.btn:hover,
.btn:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

/* ============================================
HELPER CLASSES
============================================ */
.relative {
    position: relative;
}

.of-hidden {
    overflow: hidden;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #f5f5f5;
}

.bg-chrome-grad {
background: #bdc3c7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-red-grad {
background: #fd2d38;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f12711, #fd2d38);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f12711, #fd2d38); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.box-shadow {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.20);
}

.text-white {
    color: #fff;
}

.text-black {
    color: #181818;
}

.text-red {
    color: #fd2d38;
}

.inline-block {
    display: inline-block;
}

.center-block {
    margin: auto;
    display: block;
    float: none;
}

.font-light {
    font-weight: 300 !important;

}
.font-reg {
    font-weight: 400 !important;
}

.font-med {
    font-weight: 500 !important;
}

.font-semi {
    font-weight: 600 !important;
}


.lh-h4
{
    line-height: 34px;
}

.lh-h5
{
    line-height: 30px;
}


.lh-h6
{
    line-height: 26px;
}

.modal-sm {
    max-width: 500px;
    width: 96%;
}

.modal-md {
    max-width: 700px;
    width: 96%;
}

.modal-lg {
    max-width: 900px;
    width: 96%;
}

.btn-red {
    font-weight: 500;
    color: #fff;
    padding: 0 20px;
    border-radius: 25px;
    border: none;
    text-transform: uppercase;
    line-height: 45px;
    font-size: 16px;
    display: inline-block;
    box-shadow: none;
    background: #ff2b3f;
    border: 1px solid #ff2b3f;
    position: relative;
    transform: translateY(0);
    transition: all 0.3s;
}
.btn-red::before {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: -20px;
    height: 3px;
    content: "";
    background: #000;
    filter: blur(8px);
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s;
}

.btn-red:hover,
.btn-red:focus {
    background: none;
        transform: translateY(-5px);
    color: #ff2b3f;
}

.btn-red:hover:before,
.btn-red:focus:before {
   opacity: 0.4;
}



.btn-black {
    font-weight: 500;
    color: #fff;
    padding: 0 20px;
    border-radius: 25px;
    border: none;
    text-transform: uppercase;
    line-height: 45px;
    font-size: 16px;
    display: inline-block;
    box-shadow: none;
    background: #222;
    border: 1px solid #222;
    position: relative;
    transform: translateY(0);
    transition: all 0.3s;
}
.btn-black::before {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: -20px;
    height: 3px;
    content: "";
    background: #000;
    filter: blur(8px);
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s;
}

.btn-black:hover,
.btn-black:focus {
    background: none;
        transform: translateY(-5px);
    color: #222;
}

.btn-black:hover:before,
.btn-black:focus:before {
   opacity: 0.4;
}

.btn-white-ol {
    font-weight: 500;
    background-color: transparent;
    color: #fff;
    padding: 0 20px;
    border-radius: 0px;
    border: 1px solid #fff;
    text-transform: uppercase;
    line-height: 45px;
    font-size: 15px;
    transition: all 0.3s ease 0s;
    display: inline-block;
}

.btn-white-ol:hover,
.btn-white-ol:focus {
    background-color: #fff;
    border-color: #fff;
    color: #181818;
}

section
{
    width: 100%;
    float: left;
}


.bullet-list li {
    font-size: 18px;
    color: #222;
    margin: 0 auto 20px;

}

.bullet-list li span {
    font-size: 22px;
    top: 3px;
    position: relative;
    margin-right: 10px;
    float: left;
    min-height: 30px;
}

/* ============================================
HEADER
============================================ */

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 20px 0;
    background-color: transparent;
}

.visit-btn {
    position: relative;
}


.banner
{
    background: #000 url(../images/page-header.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 650px;
    position:relative;
}


.banner:before
{
    position:absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
z-index: 0;
background-color: #000;
opacity: 0.5;
}

.banner .container
{
    position: relative;
    z-index: 1;
}



.serv-sec .card-deck {
    margin-top: 110px;
}

.serv-sec .card-deck.two {
    margin-top: 70px;
}


.serv-bx .icon {

    width: 120px;
    height: 120px;
    background-color: #fff;
    border: 3px solid #f5f5f5;
    border-radius: 50%;
    line-height: 120px;
    text-align: center;
    padding: 0 25px;
    position: relative;
    top: -80px;
margin-bottom: -60px;
}


.call-to-action {
    background: #222 url(../images/contact-bg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 120px 0;
}

.call-to-action:before
{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: 0.6;
}


.call-to-action .container
{
    position: relative;
    z-index: 2;
}

.call-to-action .btn.btn-red {
    font-size: 28px;
    line-height: 60px;
    padding: 0 30px;
    border-radius: 30px;
}


.call-to-action .btn.btn-red:hover {
color: #fff;
border: 1px solid #fff;
}


.cust-review .card {
    border-radius: 10px;
    overflow: hidden;
    border: 5px solid rgba(0,0,0,0.05) !important;
}


.cust-review .card .card-header
{

    border-radius: 10px 10px 0 0;

}

.cust-review .card .cust-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.accordion .card-header h6 {
    background: #fff;
    padding: 15px;
}

.accordion .card-header h6[aria-expanded="true"] {
    background: #fd2d38;
}

.accordion .card-header h6[aria-expanded="true"] a{
color: #fff;
}



.social-icon ul li {
    display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    text-align: center;
    transform: scale(1);
    transition: all 0.5s;
}

.social-icon ul li:last-child {
    margin: auto;
}

.social-icon ul li a {
    font-size: 16px;
    color: #a9a9a9;
    line-height: 35px;
    transform: rotate(0deg);
    display: block;
    transition: all 0.5s;
}

.social-icon ul li:hover {
    cursor: pointer;
    transform: scale(1.1);    
}

.social-icon ul li:hover a {
    color: #fff;
    transform: rotate(360deg);
}

.social-icon ul .fb:hover {
    background-color: #3B5998;
}

.social-icon ul .tw:hover {
    background-color: #1DA1F2;
}

.social-icon ul .skype:hover {
    background-color: #00ABE9;
}

.social-icon ul .dribble:hover {
    background-color: #C41F5F;
}

.social-icon ul .pin:hover {
    background-color: #BD081C;
}

.social-icon ul .tumblr:hover {
    background-color: #36465C;
}

.social-icon ul .gplus:hover {
    background-color: #DC4A38;
}

.footer .social-icon ul {
    margin: auto;
    float: right;
}

.foot-link {

    margin-top: 3px !important;

}

.foot-link li a {
    color: #fff;
    opacity: 0.5;
transition: all 0.5s;
}

.foot-link li a:hover {
    opacity: 1;
}