@font-face {
    font-family: Roboto-Black;
    src: url(../fonts/Roboto-Black.ttf ) format("truetype");
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf ) format("truetype");
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf ) format("truetype");
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf ) format("truetype");
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf ) format("truetype");
}

body {
    font-family: Roboto-Regular;
}

a {
    color: #ffffff;
    text-decoration: none;
}

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

li {
    list-style: none;
}

.owl-carousel img:hover {
    cursor: pointer;
}

/* header-top */

.header-top {
    background-color: #bc2026;
    padding: 6.5px;
}

.header-top i {
    color: #e19a9d;
}

.header-top a {
    color: #efcbcd;
    font-size: 14px;
}

.header-top p {
    color: #efcbcd;
    font-size: 14px;
    margin-bottom: unset;
}

.header-top .relative {
    position: relative;
}

.header-top .relative p {
    z-index: 5;
    position: absolute;
    right: 35px;
    color: #FFF;
}

.header-top .relative p a {
    color: #fff;
    font-family: Roboto-Medium;
}

.header-top .position img {
    position: absolute;
    z-index: 2;
    right: 14px;
    top: -7px;
}

/* header-top */

/* heade.r */

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}

.navbar {
    padding-right: unset;
    padding-left: unset;
}

.navbar-nav .nav-link, .dropdown-item {
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link, .dropdown-item {
    color: #000;
    font-size: 15px;
    font-family: Roboto-Bold;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #bc2026;
}

.navbar-nav .nav-link img {
    padding-left: 15px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: #ffffff;
    border-radius: unset;
    padding: unset;
    margin: unset;
}

.dropdown-divider {
    margin: unset;
}

.dropdown-menu a {
    color: #000;
    padding: 8px 15px;
}

.dropdown-menu a:hover {
    color: #bc2026;
    background-color: rgba(0, 0, 0, 0.1);
}

/* heade.r */

/* banner */

/* .banner{
    
} */

/* .banner h1{
    font-size: 50px;
    margin-bottom:25px;
    font-family: Roboto-Bold;
}
.banner h5{
    font-size: 25px; 
    margin-bottom: 20px; 
    font-family: Roboto-Regular;
}
.banner p{
    font-size: 15px;
    font-family: Roboto-Thin;
    letter-spacing: 1px;
} */

/* banner */

/* talktous */

.talktous {
    padding: 25px 0px 18px 0px;
    background-color: #293171;
    color: #fff;
}

.talktous h3 {
    font-size: 20px;
    font-family: Roboto-Medium;
}

.talktous h3 a {
    border: 1px solid #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    margin-left: 25px;
}

/* talktous */

/* about */

.about {
    padding: 45px 0px 48px 0px;
    background-image: url('../images/about_background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.about h2 {
    font-size: 28px;
    font-family: Roboto-Bold;
    color: #0d0d0d;
}

.about h3 {
    font-size: 17px;
    font-family: Roboto-Black;
    color: #484848;
}

.about p {
    font-size: 17px;
    font-family: Roboto-Regular;
    color: #000;
    padding-bottom: 10px;
}

.about a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: Roboto-Medium;
    color: #1f1f1f;
    border: 1px solid #1f1f1f;
    padding: 10px 20px 10px 10px;
}

.about a:hover {
    color: #c60505;
}

.about a span {
    background-color: #c60505;
    padding: 1px 5px 2px 5px;
    color: #fff;
    margin-right: 10px;
}

.about img {
    position: relative;
}

.about_absolute {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 30px;
}

.about_absolute h4 span {
    font-size: 14px;
    font-family: Roboto-Medium;
    text-transform: uppercase;
    color: #fff;
    background-color: #c60505;
    padding: 8px 9px;
}

.about_absolute h5 {
    font-size: 18px;
    font-family: Roboto-Bold;
    text-transform: uppercase;
    color: #fff;
}

/* about */

/* testinomials */

.testimonials {
    padding: 30px 0px 5px 0px;
    background-image: url('../images/cutpice.png');
    background-repeat: repeat;
}

.testimonials h2 {
    text-transform: capitalize;
    font-size: 31px;
    font-family: Roboto-Medium;
    color: #ffffff;
}

.testimonials p {
    color: #ffffff;
    font-size: 14px;
}

.testimonials h6 {
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    font-family: Roboto-Regular;
}

.testimonials h6 span {
    font-family: Roboto-Bold;
}

.testimonials h4 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.testimonials .section {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}
.testimonials .owl-carousel a img:hover {
    cursor: pointer !important;
}
.testimonials img:hover {
    opacity: .7;
}
/* testinomials */

/* projects */

.projects {
    padding: 50px 0px 55px 0px;
    background-image: url('../images/project_background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.projects h2 {
    text-transform: uppercase;
    font-size: 32px;
    font-family: Roboto-Medium;
    color: #ffffff;
    letter-spacing: 3px;
}

.projects p {
    color: #ffffff;
}

.projects .owl-carousel .owl-dots.disabled, .projects .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.projects .owl-carousel .owl-nav button.owl-next, .projects .owl-carousel .owl-nav button.owl-prev, .projects .owl-carousel button.owl-dot {
    font-size: 55px;
    font-weight: 300;
    color: #ffffff;
}

.projects .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    z-index: 2;
    right: -30px;
    top: 60px;
}

.projects .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    z-index: 2;
    left: -30px;
    top: 60px;
}

button:focus {
    outline: unset !important;
}

.projects .owl-carousel {
    left: 0 !important;
}

.projects .owl-carousel a img:hover {
    cursor: pointer !important;
}

/* projects */

/* Clients */

.clients {
    padding: 30px 0px 30px 0px;
}

.clients_projects {
    padding: 50px 0px 10px 0px;
}

.clients_projects h2 {
    text-transform: capitalize;
    font-size: 32px;
    font-family: Roboto-Medium;
    color: #000;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.clients_projects .owl-carousel .owl-dots.disabled, .clients_projects .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.clients_projects .owl-carousel .owl-nav button.owl-next, .clients_projects .owl-carousel .owl-nav button.owl-prev, .clients_projects .owl-carousel button.owl-dot {
    font-size: 55px;
    font-weight: 300;
    color: #000000;
}

.clients_projects .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    z-index: 2;
    right: -30px;
    top: 20px;
}

.clients_projects .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    z-index: 2;
    left: -30px;
    top: 20px;
}

button:focus {
    outline: unset !important;
}

.clients_projects .owl-carousel {
    left: 0 !important;
}

.clients_projects .owl-carousel a img:hover {
    cursor: pointer !important;
}

.clients_projects .bg_dark h4 {
    padding: 10px 0px;
    font-size: 15px;
    font-family: Roboto-Bold;
    text-transform: uppercase;
}

/* Clients */

/* footer */

.footer {
    background-color: #c60505;
}

.right-padding {
    padding-top: 40px;
    padding-bottom: 25px;
}

.footer h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #f0bbbb;
}

.footer h5 {
    color: #FFF;
    margin-bottom: unset;
    text-transform: uppercase;
    font-family: Roboto-Regular;
    font-size: 14px;
}

.footer a span {
    color: #FFF;
    font-family: Roboto-Bold;
    font-size: 18px;
}

.footer a span:hover {
    color: #000;
}

.footer li a {
    font-size: 14px;
    font-weight: 400;
    color: #f9e6e6;
    text-transform: capitalize;
}

.footer .bd-rht {
    border-right: 1px solid #8a0303;
}

.footer li a:hover {
    color: #000;
}

.footer li i {
    padding-right: 10px;
}

.footer .social i {
    border-radius: 50%;
    margin: 1px;
    background-color: #293171;
}

.footer .imgs img {
    padding-right: 10px;
}

.social .fa-instagram, .fa-twitter {
    padding: .5rem;
}

.social .fa-facebook-f {
    padding: .5rem .7rem;
}

.social .fa-linkedin-in {
    padding: .5rem .6rem;
}

.social i:hover {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background-color: #000000;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

/* Pop */

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.footer .form-control {
    border-radius: unset;
}

footer .btn-primary {
    border-color: #000000;
    background-color: #000000;
    font-size: 14px;
    font-family: Roboto-Medium;
}

footer .btn {
    border-radius: unset;
    padding: .48rem .4rem;
}

footer .btn:hover {
    border-color: #293171;
    background-color: #293171;
}

.footer .brdr {
    text-transform: uppercase;
    border: 1px solid #293171;
    background-color: #293171;
    padding: 5px;
}

.footer .brdr:hover {
    border: 1px solid #000;
    background-color: #000;
}

.footer h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Roboto-Bold;
}

/* footer */

/* copyright */

.copyright {
    background-color: #293171;
    font-size: 14px;
    padding: 10px 0px;
}

.copyright p {
    color: #c1c1c1;
}

.copyright span {
    font-family: Roboto-Bold;
    color: #fff;
}

/* copyright */

/*  */

/*  */

/* scroll top */

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}

#back2Top:hover {
    color: #000;
}

/* scroll top */

@media(max-width:1199px) {
    .navbar-light .navbar-nav .nav-link, .dropdown-item {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .navbar-nav {
        padding-top: 40px;
        padding-left: 25px;
        display: block;
    }
    .overlaye {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999999999;
        display: none;
    }
    .header #navNavbar {
        top: 0;
        bottom: 0;
        right: 0;
        width: 0;
        position: fixed;
        z-index: 9999999999;
        background: #ffffff;
        color: #000;
    }
    .header #navNavbar .navbar-nav {
        width: 200px;
    }
    .footer .bd-rht {
        border-right: unset;
    }
    .clients_projects .owl-carousel .owl-nav button.owl-next {
        top: 5px;
    }
    .clients_projects .owl-carousel .owl-nav button.owl-prev {
        top: 5px;
    }

}

@media(max-width:767px) {
    .talktous h3 {
        line-height: 1.8;
    }
    .talktous h3 a {
        margin-left: unset;
    }
    .talktous {
        padding: 18px 0px 10px 0px;
    }
    .content .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none !important;
    }
    .projects .owl-carousel .owl-nav button.owl-next {
        top: 30px;
    }
    .projects .owl-carousel .owl-nav button.owl-prev {
        top: 30px;
    }
}

@media (max-width:575px) {
    .talktous {
        padding: 17px 0px 9px 0px;
    }
    .talktous h3 {
        font-size: 18px;
    }
    .talktous h3 a {
        padding: 3px 10px;
    }
    .right-padding {
        padding-top: unset;
        padding-bottom: unset;
    }
    .footer {
        padding: 30px 0px 25px 0px;
    }
    .projects {
        padding: 20px 0px;
    }
    .clients_projects .owl-carousel .owl-dots.disabled, .clients_projects .owl-carousel .owl-nav.disabled {
        display: none !important;
    }
    .projects .owl-carousel .owl-dots.disabled, .projects .owl-carousel .owl-nav.disabled {
        display: none !important;
    }
}

@media (max-width:430px) {
    .talktous h3 {
        font-size: 16px;
    }
}

@media (max-width:400px) {
    .navbar-brand {
        margin-right: unset;
        width: 80% !important;
    }
}

@media (max-width:390px) {
    .talktous h3 {
        font-size: 15px;
    }
}

@media (max-width:360px) {
    .navbar-brand {
        margin-right: unset;
        width: 76% !important;
    }
    .header-top .relative p {
        right: 18px;
    }
    .talktous h3 {
        font-size: 13px;
    }
}