html {
    -webkit-font-smoothing: antialiased;
    background-color: #EBEAEF;
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #EBEAEF;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

a {
    color: #000;
}

a:hover {
    color: #C40D6F;
    text-decoration: none;
}

b,
strong {
    font-weight: 600;
}

samp {
    display: none;
}

ul > li {
    list-style: none;
}

.btn-primary:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

/*======
    Nav-bar
    ======*/

header {
    padding: 45px 0;
    color: #000000;
    background-color: #ffffff;
}

header h6 {
    font-size: 14px;
    letter-spacing: 4px;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success.focus,
.btn-success:focus {
    box-shadow: none;
}

nav {
    background-color: #ffffff !important;
    border: 0px;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

header .fa {
    font-size: 20px;
    margin-left: 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,

.navbar-dark .navbar-nav .active > .nav-link {
    font-weight: 600;
    color: #C40D6F;
}

.navbar-dark .navbar-nav .nav-link {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 25px;
}

.navbar-nav {
    justify-content: center;
    width: 100%;
}

.navbar {
    padding: 0;
}

.navbar-nav .nav-item {
    border-right: 1px solid #ccc;
}

.navbar-nav .nav-item:last-child {
    border-right: 0;
}

.sticky-top {
    transition: all 0.25s ease-in;
}

/* style for when sitcky is applied */

.stuck .sticky-top {
    background-color: #ffffff !important;
}

.content {
    position: relative;
    text-align: center;
}

.thumbnail {
    background-color: whitesmoke;
    height: 320px;
    border: none;
    border-radius: 0px;
    text-align: center;
}

/*=============================
     Section-5 Styles
=============================*/

.section-5 {
    width: 100%;
    height: auto;
    padding-top: 75px;
}

.section-5 h3 {
    color: #737373;
    font-size: 38px;
    line-height: 60px;
    padding-bottom: 40px;
    margin-top: -13px;
}

.section-5 h5 {
    font-size: 16px;
    font-weight: 400;
}

.section-5 h3 span {
    display: block;
}

.section-5 .btn-success {
    color: #fff;
    padding: 12px 35px;
    letter-spacing: 1px;
    border-radius: 0;
    background-color: #b4dc2d;
    border-color: #b4dc2d;
    text-transform: uppercase;
}

.section-5 .btn-success:hover {
    color: #ffffff;
    background-color: #000;
    border: 1px solid #000;
}

.section-5 hr {
    padding-bottom: 60px;
}

.section-5 .more-button {
    text-align: center;
    padding-top: 75px;
}

.section-5 .btn-primary {
    color: #dddddd;
    background-color: transparent;
    border-color: #b2b2b2;
    border: 2px solid #b2b2b2;
    font-weight: 700;
    font-size: 14px;
    border-radius: 100px;
    padding: 14px 30px;
    text-transform: uppercase;
    margin: 10px;
}

.section-5 .btn-primary:hover {
    color: #ffffff;
    background: #000000;
    border: 2px solid #000000;
}

.section-5 .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.section-5 .box {
    position: relative;
    padding: 0;
}

.section-5 .img-fluid {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.section-5 .box:hover .overlay {
    opacity: 1;
}

.section-5 .text span {
    display: block;
}

.section-5 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000', GradientType=1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-5 .overlay img {
    width: 20%;
    right: 0;
    bottom: 0;
    background: #000;
    position: absolute;
}

.section-5 .text {
    color: white;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 8%;
    left: 10%;
}

.section-5 h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.section-5 h4 span {
    display: block;
}

.section-5 .other1 .overlay img {
    width: 15%;
}

.section-5 .modal {
    z-index: 99999;
}

.section-5 .modal-backdrop.show {
    opacity: .8;
}

.section-5 .modal-backdrop {
    z-index: 9999;
}

.btn-info:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.section-6 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #cacaca;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
}

.section-6 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #cacaca;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
}

.section-6 :-ms-input-placeholder {
    /* IE 10+ */
    color: #cacaca;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
}

.section-6 ::placeholder {
    color: #cacaca;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
}

.py-5 {
    width: 755px;
}

textarea.form-control {
    height: auto;
    margin-bottom: 15px;
    padding: 20px 13px;
}

#contact ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c2c2c2;
    font-style: italic;
    font-size: 13px;
    font-weight: 200;
}

#contact ::-moz-placeholder {
    /* Firefox 19+ */
    color: #c2c2c2;
    font-style: italic;
    font-weight: 200;
    font-size: 13px;
}

#contact ::-ms-input-placeholder {
    /* IE 10+ */
    color: #c2c2c2;
    font-style: italic;
    font-weight: 200;
    font-size: 13px;
}

#contact ::-moz-placeholder {
    /* Firefox 18- */
    color: #c2c2c2;
    font-weight: 200;
    font-style: italic;
    font-size: 13px;
}

/*=============================
     Portfolio Styles
=============================*/

.portfolio {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    padding-left: 80px;
    padding-right: 80px;
    background-color: #445560;
    padding-top: 80px;
}

.portfolio h3 {
    color: #737373;
    font-size: 33px;
    padding-bottom: 40px;
    text-transform: capitalize;
    font-weight: 600;
}

.portfolio .btn-success {
    color: #fff;
    padding: 12px 35px;
    letter-spacing: 1px;
    border-radius: 0;
    background-color: #b4dc2d;
    border-color: #b4dc2d;
    text-transform: uppercase;
}

.portfolio .btn-success:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}

.portfolio hr {
    padding-bottom: 60px;
}

.portfolio .more-button {
    text-align: center;
    padding-top: 75px;
}

.portfolio .btn-primary {
    color: #dddddd;
    background-color: transparent;
    border-color: #b2b2b2;
    border: 2px solid #b2b2b2;
    font-weight: 700;
    font-size: 14px;
    border-radius: 100px;
    padding: 14px 30px;
    text-transform: uppercase;
    margin: 10px;
}

.portfolio .btn-primary:hover {
    color: #ffffff;
    background: #000000;
    border: 2px solid #000000;
}

.portfolio .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.portfolio .box {
    position: relative;
    padding: 0;
}

.portfolio .img-fluid {
    display: block;
    width: 100%;
    object-fit: cover;
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    height: 300px;
}

.portfolio .box:hover .overlay {
    opacity: 1;
}

.portfolio .text span {
    display: block;
}

.portfolio .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000', GradientType=1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio .overlay img {
    width: 20%;
    right: 0;
    bottom: 0;
    background: #000;
    position: absolute;
}

.portfolio .text {
    color: white;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 8%;
    left: 10%;
}

.portfolio h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.portfolio h4 span {
    display: block;
}

.portfolio .other1 .overlay img {
    width: 15%;
}

.portfolio .modal {
    z-index: 99999;
}

.portfolio .modal-backdrop.show {
    opacity: .8;
}

.portfolio .modal-backdrop {
    z-index: 9999;
}

.portfolio button {
    background-color: transparent;
    color: #000;
    font-family: Sans-serif;
    font-size: 14px;
    height: 50px;
    text-transform: uppercase;
    width: 150px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    border: 0;
    border-radius: 0;
    transition: all 0.3s ease 0s;
    border: 1px solid #c5c5c5;
}

.portfolio button:hover {
    background-color: #000;
}

.portfolio .btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #000;
    border-color: #000;
}

.portfolio .load-more {
    text-align: center;
    padding-top: 50px;
}
.section-1 {
    background-color: #EBEAEF;
    background-size: auto auto;
    height: 250px;
}
.section-1 .logo #logo {
    width: 520px;
    float: right;
}
.section-1 .logo {
    float: right;
    padding-top: 70px;
}
.modal-body {
    padding: 0px;
}
.section-7 {
    background-color: #EBEAEF;
    margin: 0px;
    padding: 10px;
    color: #C40D6F;
    text-align: center;
}
.footer {
    width: 100%;
    height: 50px;
    background-color: #2B3239;
    padding-top: 13px;
    text-align: center;
    bottom: 0px;
    vertical-align: bottom;
    position: fixed;
}
.footer h7 {
    color: #de2186;
    text-align: center;
    text-transform: uppercase;
    float: none;
    letter-spacing: 0.3rem;
    font-size: 1rem;
}
.footer h7 a {
    color: #de2186;
}
.tdm {
    background-color: #EBEAEF;
    color: #FFFFFF;
    font-size: 8rem;
    padding-top: 20px;
    padding-left: 50px;
    padding-bottom: 70px;
    line-height: 7.5rem;
    text-align: left;
    text-transform: uppercase;
}
.tdm a {
    color: #FFFFFF;
}
.tdm a:hover {
    color: #C40D6F;
}
#forcelist2 {
    padding-bottom: 0.7em;
}

@media(max-width:1024px) {
    header {
        padding: 30px 0;
    }
    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link {
        font-size: 12px;
        padding: 10px 10px;
    }
    header .navbar-brand img {
        width: 75%;
    }
    header .fa {
        font-size: 18px;
        margin-left: 10px;
    }
    .section-5 h3 {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 30px;
        margin-top: 0;
    }
    .section-5 .btn-success {
        font-size: 12px;
        padding: 10px 30px;
    }
    .section-5 {
        padding-top: 50px;
    }
    .section-5 .img-fluid {
        height: 250px;
    }
    .py-5 {
        width: 100%;
        padding-top: 1rem !important;
    }
    .portfolio h3 {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 30px;
        margin-top: 0;
    }
    .portfolio .btn-success {
        font-size: 12px;
        padding: 10px 30px;
    }
    .portfolio .img-fluid {
        height: 250px;
    }
}

@media(max-width:768px) {
    .section-5 {
        padding-top: 30px;
    }
    .section-5 h3 {
        font-size: 24px;
        line-height: 35px;
        padding-bottom: 20px;
    }
    .section-5 .img-fluid {
    height: 200px;
    }
    .portfolio h3 {
        font-size: 24px;
        line-height: 35px;
        padding-bottom: 20px;
    }
    .portfolio .img-fluid {
    height: 200px;
    }
.section-1 .logo #logo {
    width: 400px;
    float: right;
}
.section-1 .logo {
    float: right;
    padding-top: 110px;
}
#clients {
    font-size: 1.1em;
}
}

@media(max-width:425px) {
    .navbar-dark .navbar-toggler {
    position: absolute;
    top: -65px;
    }
    .navbar-expand-sm > .container {
    padding: 0 0;
    }
    .navbar-nav .nav-item {
        border-right: none;
    }
    .navbar-dark .navbar-toggler {
        color: rgb(0, 0, 0);
        border-color: rgba(255, 255, 255, 0.1);
        background: #b4dc2d;
    }
    .navbar-toggler {
    padding-top: .15rem;
    padding-bottom: .15rem;
    padding-left: 0px;
    }
    .section-5 h3 {
        font-size: 21px;
        line-height: 25px;
    }
    .section-5 .img-fluid {
    height: 320px;
    }
    .portfolio h3 {
        font-size: 21px;
        line-height: 25px;
    }
    .portfolio .img-fluid {
    height: 280px;
    }
.portfolio  {
    padding: 25px;
}
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .section-6 ::placeholder {
        font-size: 12px;
    }
    .section-6 :-moz-placeholder {
        font-size: 12px;
    }
    .section-6 :-ms-input-placeholder {
        font-size: 12px;
    }
    .section-6 ::-webkit-input-placeholder {
        font-size: 12px;
    }
    .navbar-nav {
        padding: 10px 0;
    }
.section-1 .logo #logo {
    width: 300px;
    float: right;
}
.bandeindex #divlogoindex #logoindexsm {
    width: 300px;
    padding-top: 75px;
}
.section-1 .logo {
    float: right;
    padding-top: 95px;
}
#pf-bande-425 {
    height: 200px;
}
.bodyindex #comm-425 {
    font-size: 1.rem;
    font-size: large;
    line-height: 100%;
    padding-left: 30px;
}
.bodyindex #bandeindex425 {
    height: 200px;
}
.bodyindex #bandeindex425 #divlogoindex {
    padding-top: 18px;
}
.tdm {
    background-color: #EBEAEF;
    color: #C40D6F;
    font-size: 3rem;
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 70px;
    text-align: left;
    text-transform: uppercase;
    line-height: 3rem;
    margin-bottom: 50px;
}
.tdm a {
    color: #C40D6F;
    font-size: 3rem;
    line-height: 3rem;
}
.footer h7 {
    color: #de2186;
    text-align: center;
    text-transform: uppercase;
    float: none;
    letter-spacing: 0.3rem;
    font-size: 0.8rem;
}
.footer {
    width: 100%;
    height: 70px;
    background-color: #2B3239;
    padding-top: 9px;
    text-align: center;
    bottom: 0px;
    vertical-align: bottom;
    position: fixed;
    padding-bottom: 13px;
}
#banderose {
    background-color: #C40D6F;
    height: 200px;
}
.clients {
    font-weight: 300;
    font-size: 0.1em;
    letter-spacing: 0.04em;
    text-align: center;
}
#clients {
    font-size: 1em;
}
}

@media (max-width: 600px){
.portfolio .img-fluid {
    height: 300px;
    }
.portfolio {
    padding: 45px;
}
#logoindexsm {
    width: 400px;
    padding-top: 40px;
}
.tdm {
    background-color: #EBEAEF;
    color: #C40D6F;
    font-size: 4.2rem;
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 50px;
    text-align: left;
    text-transform: uppercase;
    line-height: 4rem;
}
.bodyindex #comm-425 {
    font-size: 1.rem;
    font-size: large;
    line-height: 100%;
    padding-left: 30px;
}
.footer h7 {
    color: #de2186;
    text-align: center;
    text-transform: uppercase;
    float: none;
    letter-spacing: 0.3rem;
    font-size: 0.8rem;
}
.clients {
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 0.06em;
    text-align: center;
}
#clients {
    font-size: medium;
}
}
#indexx {
    background-color: #C40D6F;
    height: 320px;
}
#indexx {
}
#divlogoindex {
    padding-top: 140px;
    float: right;
}
#indexx {
}
.Comm {
    color: #3D606F;
    text-transform: uppercase;
    padding-left: 60px;
    padding-top: 20px;
    font-size: 1.3rem;
    line-height: 1.5rem;
}
.logoindex {
    width: 520px;
}
.bandeindex {
    height: 320px;
    background-color: #C40D6F;
}
.bodyindex {
    background-color: #EBEAEF;
}
#comm-425 {
}
#bandeindex425 {
}
#banderose {
    background-color: #C40D6F;
}
#bodystudio {
    background-color: #EBEAEF;
}
.forces {
    background-color: #EBEAEF;
    text-align: center;
    font-size: 1.4em;
    color: #2B3239;
    width: 100%;
    font-weight: 300;
    letter-spacing: 0.05em;
}
#h4 {
    color: #C40D6F;
}
#forces2 {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
}
.h9 {
    color: #C40D6F;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.25em;
}
#serv-bullets {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 6px;
    font-size: 0.7em;
    color: #C40D6F;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.7em;
}
#forces3 {
    background-color: #2B3239;
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 60px;
    color: #EBEAEF;
}
.coord {
    padding-top: 12px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 50px;
    font-size: 0.7em;
    font-weight: 300;
}
#forces1 {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 30px;
}
.box2 {
    height: 200px;
}
.h11 {
    color: #DE2186;
    font-weight: 600;
    margin-left: 0.02em;
    margin-right: 0.07em;
}

    .clients {
    font-weight: 300;
    font-size: 1.4em;
    letter-spacing: 0.04em;
    text-align: center;
    padding-bottom: 30px;
}
    
#clients {
}
#forcelist1 {
    padding-bottom: 0.7em;
    padding-top: 0.3em;
}
#services {
}
