/* common styles */

body {
    font-family: 'Montserrat', sans-serif;
    color: #5E5E5E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    color: #5e5e5e;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 5px;
    line-height: 25px;
}

p::first-letter {
    text-transform: uppercase;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1200px;
}

/* common styles */

/* top navigation */

.navbar {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 15px;
}

.navbar ul li a {
    color: #fff;
    transition: .3s;
    font-weight: 500;
}

.navbar ul li a:hover {
    color: #fcff75;
    transition: .3s;
}

.navbar ul li a.active {
    color: #fcff75;
    transition: .3s;
}

.navbar .white-line-btn {
    margin-left: 1.3rem;
    margin-top: 3px;
}

.navbar-brand img {
    height: 70px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: 1.3rem;
        font-size: 13px;
    }
}

.navbar-expand-lg .navbar-nav .nav-link::first-letter {
    text-transform: uppercase;
}

/* top navigation */

/* side navigation */

.sidenav {
    height: 100%;
    width: 350px;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    transform: translateX(-385px);
    border-right: 1px solid #eee;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a.active {
    color: #ca1526;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    padding: 0;
    z-index: 99999;
}

.navigator {
    z-index: 11;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.navigator {
    position: absolute;
    right: 15px;
    color: #484646;
    font-size: 25px;
    top: 10px;
}

/* side navigation */

/* banner */

.banner {
    height: 560px;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
    background-position-y: -150px !important;
}

.main-title {
    padding-top: 35%;
    font-weight: 600;
}

.main-title span {
    display: block;
    font-size: 30px;
    font-weight: 300;
}

.banner p {
    padding-right: 25px;
}

.red-link {
    color: #E71F41;
    font-weight: 600;
    font-size: 14px;
    transition: .3s;
}

.red-link:hover {
    transition: .3s;
    color: #E71F41;
    margin-left: 3px;
}

.red-link img {
    margin-left: 5px;
}

.services {
    padding-top: 25px;
    padding-bottom: 45px;
}

.services img {
    margin: auto;
    display: block;
    width: 50px;
    margin-bottom: 20px;
    min-height: 60px;
}

.services h6 {
    text-align: center;
    font-weight: 600;
}

.services p {
    text-align: center;
    font-size: 14px;
    padding: 0px 10px;
}

.services .section-sub-title {
    padding-bottom: 45px;
}

h6::first-letter {
    text-transform: uppercase;
}

.section-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.section-sub-title {
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 30px;
    text-transform: none;
    font-weight: 400 !important;
}

.services .full-image {
    height: 345px;
    overflow: hidden;
}

.services .half-image {
    height: 200px;
    overflow: hidden;
}

.services .half-image .overlay {
    width: 92.5%;
    height: 100%;
}

.services .half-image .overlay h2 {
    padding-top: 21%;
}

.overlay {
    background: #ed1941c2;
    width: 95%;
    position: absolute;
    z-index: 5;
    height: 93.5%;
    top: 0;
    padding: 15px;
    opacity: 0;
    transition: .5s;
}

.overlay:hover {
    opacity: 1;
    transition: .5s;
}

.overlay h2 {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    padding-top: 27%;
}

.services .quater-image .overlay {
    width: 90%;
    height: 86.5%;
}

.services .quater-image .overlay h2 {
    padding-top: 20%;
}

.services .quater-image {
    height: 160px;
    overflow: hidden;
    margin-bottom: 25px;
}

.portfolio {
    padding-bottom: 50px;
    padding-top: 10px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0px 0 35px 0;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #bd2130;
    border-radius: 50px;
    text-transform: capitalize;
    background: #ffa8b9;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover {
    background: #bd2130;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    transition: 0.2s linear;
}

.portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-item .portfolio-wrap:hover {
    background: #ed1941;
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
    color: #fff;
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #e2effe;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
    display: inline-block;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    margin: 10px 4px 0 4px;
}

.portfolio #portfolio-flters li.filter-active {
    background: #bd2130;
    color: #ffffff;
}

.portfolio .portfolio-item i {
    color: #d5243a;
    padding-top: 8px;
    font-size: 22px;
}

.portfolio .portfolio-item .portfolio-wrap:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

.portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-wrap {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    margin: 0;
}

/* testimonials */

.testimonials {
    margin-bottom: 60px;
}

.owl-carousel .owl-item img {
    border-radius: 50%;
}

.shadow-effect {
    background: #fff;
    padding: 15px 35px;
    text-align: center;
    border-radius: 25px;
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 17px 0;
    font-weight: 300;
}

#customers-testimonials .item {
    text-align: center;
    padding: 1px;
    margin-bottom: 5px;
    opacity: .1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ca1526;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #9c9c9c;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 50%;
}

.testimonial-name {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.testimonial-name span {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    color: #666;
    font-weight: 400;
}

/* testimonials */

/* enquiry */

.contact {
    margin-bottom: 85px;
}

.c-form {
    max-width: 1000px;
    margin: auto;
    border: 1px solid #eeeeee5c;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 15px #00000021;
}

.c-form .lhs {
    background: #ca1526;
    padding: 40px;
    height: 100%;
    background-image: url(../img/contact.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 52px 320px;
}

.c-form .lhs span,
.c-form .lhs a {
    color: #fff;
    font-size: 14px;
}

.c-form .lhs a:hover {
    color: #fcff75;
    transition: .3s;
}

.c-form .lhs .fa {
    color: #fff;
}

.c-form .lhs .section-title,
.c-form .lhs .section-sub-title {
    color: #ffff;
    text-align: left;
}

.c-form .input-group {
    margin-bottom: 25px;
}

.c-form .input-group .form-contol {
    width: 100%;
    border: none;
    font-size: 13px;
    background: #eaeaea8f;
    height: 40px;
    padding: 15px 20px;
    border-radius: 25px;
    outline: none;
    transition: .3s;
}

.c-form .input-group .form-contol:hover {
    box-shadow: 0px 2px 5px #00000036;
    transition: .3s;
}

.c-form textarea.form-contol {
    height: 120px !important;
}

.c-form form {
    padding: 40px;
}

.c-form form button {
    background: #ca1526;
    color: #fff;
    width: 100%;
    font-size: 14px;
    border: none;
    height: 40px;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
    transition: .3s;
}

.enquiry-btn {
    background: #ca1526;
    color: #fff;
    font-size: 14px;
    border: none;
    height: 40px;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
    transition: .3s;
    display: block;
    text-align: center;
    width: 120px;
    line-height: 38px;
}

.c-form form button:hover {
    transition: .3s;
    background: #b51120;
    box-shadow: 0px 5px 5px #ca152636;
}

.enquiry-btn:hover {
    transition: .3s;
    color: #fff;
    background: #b51120;
    box-shadow: 0px 5px 5px #ca152636;
}

.error {
    font-size: 11px;
    color: #ca1526;
    padding-top: 9px;
    transition: .3s;
}

footer {
    background: #2E3339;
    padding: 30px 0px;
}

.copyright {
    color: #fff;
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 20px;
}

footer h3 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer h3 span {
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 6px;
    text-align: center;
    padding-left: 5px;
    padding-bottom: 15px;
}

footer .social {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 0;
}

footer .social li {
    display: inline-block;
    padding: 0px 7px;
}

footer .social li a i {
    background: #3b4148;
    color: #fff;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 36px;
    transition: .3s;
}

footer .social li a i:hover {
    background: #484f56;
    transition: .3s;
}

.small-banner {
    background: #ca1526;
    width: 100%;
    height: 230px;
    margin-bottom: 60px;
}

.small-banner .section-title {
    color: #fff;
    padding-top: 10%;
}

.small-banner ul {
    padding-left: 0px;
    text-align: center;
    list-style: none;
    color: #fff;
}

.small-banner ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
}

.small-banner ul li a {
    color: #fff;
    transition: .3s;
}

.small-banner ul li a:hover {
    color: #fcff75;
    transition: .3s;
}

.clients {
    background: #ca1526;
    padding: 80px 0px 55px;
}

.clients .section-title,
.clients .section-sub-title {
    color: #fff;
}

.clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px;
    margin-top: 15px;
}

.client-logo {
    padding: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #f7abb975;
    border-bottom: 1px solid #f7abb975;
    overflow: hidden;
    background: #fff;
    height: 160px;
}

.client-logo img {
    filter: grayscale(100);
    transition: .3s;
}

.client-logo img:hover {
    filter: grayscale(0);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.about {
    padding: 20px 0px 35px;
}

.about h2 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}

.inner-service {}

.inner-service img {
    transition: .3s;
}

.services img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: .3s;
}

.inner-service .full-image {
    height: 300px;
}

.inner-service h3 {
    text-align: center;
    font-size: 15px;
    padding: 25px 20px 40px;
    transition: .3s;
}

.inner-service h3:hover {
    color: #ca1526;
    transition: .3s;
}

.details-service {
    padding-bottom: 85px;
}

.details-service h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.modal .c-form {
    border: none;
    box-shadow: none;
}

.modal .c-form form {
    padding: 5px;
}

.map {
    margin-bottom: -8px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
    .banner {
        background: none !important;
    }

    .main-title {
        padding-top: 45%;
        line-height: 45px;
    }

    .services .full-image,
    .services .quater-image,
    .services .half-image {
        height: 225px;
        margin-bottom: 25px;
    }

    .overlay,
    .services .quater-image .overlay,
    .services .half-image .overlay {
        height: 90.5%;
        width: 92%;
    }

    .services .quater-image .overlay h2,
    .services .half-image .overlay h2 {
        padding-top: 30%;
    }

    .small-banner .section-title {
        color: #fff;
        padding-top: 38%;
    }

    .inner-service h3 {
        padding: 10px 20px 40px;
    }

    .navigator {
        position: absolute;
        right: 0;
        color: #ffffff;
        font-size: 25px;
        top: 0;
        background: #ca1526;
        width: 100px;
        height: 100px;
        border-bottom-left-radius: 114px;
        padding-left: 60px;
        padding-top: 10px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .banner {
        height: 480px;
    }

    .small-banner .section-title {
        padding-top: 13%;
    }

    .inner-service .full-image {
        height: 260px;
    }

    .overlay {
        width: 94%;
    }

    .overlay h2 {
        padding-top: 33%;
    }

    .services .quater-image .overlay {
        width: 89%;
    }

    .services .half-image .overlay {
        width: 91.5%;
        height: 100%;
    }

    .services .half-image .overlay h2 {
        padding-top: 25%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .main-title {
        padding-top: 17%;
        font-size: 25px;
    }

    .main-title span {
        font-size: 20px;
    }

    .banner p {
        display: none;
    }

    .navigator {
        color: #ffffff;
        top: 25px;
        right: 30px;
    }

    .banner {
        height: 290px;
    }

    .services .quater-image {
        height: 131px;
    }

    .services .full-image {
        height: 290px;
    }

    .client-logo {
        padding: 20px;
    }

    .overlay {
        height: 92.5%;
        width: 93%;
    }

    .overlay h2 {
        padding-top: 38%;
    }

    .services .quater-image .overlay {
        width: 85%;
        height: 84.5%;
    }

    .inner-service .full-image {
        height: 185px;
    }

    .c-form .lhs {
        background-position: 38px 376px;
    }

    .small-banner .section-title {
        padding-top: 17%;
    }

    .services .half-image {
        height: 110px;
        overflow: hidden;
    }

    .services .half-image .overlay {
        width: 89.5%;
        height: 100%;
    }

    .services .half-image .overlay h2 {
        padding-top: 14%;
    }
}

@media only screen and (min-device-width: 1920px) and (max-device-width: 1920px) {
    .banner {
        background-position-y: -300px !important;
        height: 710px;
    }

    .main-title {
        padding-top: 50%;
    }

    .small-banner .section-title {
        padding-top: 7%;
    }
}

@media only screen and (min-device-width: 1440px) and (max-device-width: 1440px) {
    .small-banner .section-title {
        padding-top: 8%;
    }

    .banner {
        height: 610px;
    }
}