@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gaegu&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gaegu&family=Lora:ital,wght@0,400..700;1,400..700&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');


body {
    font-family: "Arimo", sans-serif;
    background-color: #d0d5da;
    color: #51555A;
}

@media (min-width : 576px) {
    .ireno-shadow {
        box-shadow: 4px 2px 16px #909090;
        padding: 0;
    }
}

/************************ Utilities *********************************/
* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

p {
    margin: 0px;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.header_logo img {
    width: 60%;
}


@media (max-width : 576px) {
    ul.navbar-nav .nav-item .nav-link {
        padding: 6px;
    }
    
}

.color-red {
    color: #FF0000;
}

header ul.social-linko li {
    display: flex;
}

@media (min-width: 1200px) {
    .container {
        max-width: 955px;
    }
}

@keyframes animate_one {
    0% {
        opacity: 1;
        transform: none;
        animation-timing-function: ease-out;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 1);
        animation-timing-function: ease-in;
    }

    100% {
        opacity: 1;
        transform: none;
        animation-timing-function: ease-in;
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes rolling {
    0% {
        opacity: 1;
        transform: none;
        animation-timing-function: ease-out;
    }

    50% {
        opacity: 0;
        transform: rotate3d(0, 0, 1, 180deg);
        animation-timing-function: ease-in;
    }

    100% {
        opacity: 1;
        transform: none;
        animation-timing-function: ease-in;
    }
}

.bg-white {
    border-top: 2px solid #6ca7df;
}

.other-font {
    font-family: "Lora", serif;
    font-style: italic;
}

.header-banner {
    background: url('../images/banner.jpg') no-repeat center;
}

footer {
    background: url('../images/footer.jpg') no-repeat center;
    height: 95px;
    padding: 56px;
}

/************************ End Utilities *********************************/


/**************************** Header ********************************/
.logo img:hover,
.banner img:hover, .check-icon img:hover {
    animation: animate_one 0.5s forwards;
    animation-timing-function: ease-in-out;
}

.navbar {
    background-color: #6f757b;
}

.nav-link {
    background: #656a70;
    background: linear-gradient(to bottom, #7c8389, #60666b);
    padding: 13px 10px;
    font-size: 12px;
    color: #ededed !important;
}

.nav-link:hover, .active-link {
    background: linear-gradient(to bottom, #6f757b, #7c8389);
}

/**************************** End Header ********************************/

/**************************** Index Content ********************************/
.left-img:hover, .blink:hover, .blink-banner:hover {
    animation: flash 0.5s forwards;
    animation-timing-function: ease-in-out;
}

.content-header h1 {
    font-size: 50px;
}

.blue-clr {
    color: #0003FF;
}

.service-detail h2 {
    font-size: 33px;
}

.service-detail h3 {
    font-size: 24px;
}

.service-detail p,
.contact-info {
    font-size: 22px;
}

.list-style-bullet {
    list-style-type: disc;
    font-size: 22px;
}

.experience-img {
    display: inline-block;
    bottom: 13%;
    right: 5%;
}

.experience-img img:hover, .rolling img:hover {
    animation: rolling 1s forwards;
}

/**************************** End Index Content ********************************/

/**************************** About Us Page ********************************/

.about-text p {
    font-size: 16px;
}

.about-text .about-note {
    font-size: 18px;
    width: 60%;
}

.about-text .diff-font {
    font-family: "Gaegu", sans-serif;
    font-size: 32px;
    width: 100%;
    font-weight: 700;
}

.modal-body {
    padding: 0;
}
/**************************** End About Us Page ********************************/


/**************************** Services Page ********************************/

.services-list li,
.services-list p {
    font-size: 18px;
}

.services-list .experience-img {
    bottom: 25%;
    right: 10%;
}

.first-service {
    margin-top: 5.5rem;
}

/**************************** End Services Page ********************************/


/**************************** Gallery Page ********************************/

.outer {
    height: 2840px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    font-size: 40px;
    position: relative;
    display: table;
}

.img-main {
    width: 18%;
}

.parentSlider-cell {
    border: 1px solid #dedede;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 16px 0px;
}
.custom-close{
    position: relative;
    z-index: 9999;
}
/**************************** End Gallery Page ********************************/


/**************************** Testimonials Page ********************************/

.check-icon img{
    width: 20%;
}
.content-img{
    width: 90%;
    box-shadow: 15px 21px 6px rgba(0,0,0,0.76);
}
.para-heading h3{
    font-size: 19.75px;
}
.page-color{
    color: #6DA7E0;
}
.pre-heading{
    font-size: 13px;
}
.para-content{
    font-size: 11px;
}
/**************************** End Testimonials Page ********************************/



/****************************  Tradies Page ********************************/

.blink-banner{
    width: 90%;
    background: #343e50;
    color: #ffffff;
    padding: 5px;
}
.border-red{
    border-bottom: 1px solid #ff0000;
}
.safe-work-main{
    width: 90%;
}
.right-check img{
    float: right;
    width: 50% !important;
}
.safety-note p{
    font-size: 16px;
    color: #FF0000;
}
.member-text{
    font-size: 18px;
}
.custom-ling-hight{
    line-height: 60px;
}
.last-col{
    line-height: 70px;
}
/**************************** End Tradies Page ********************************/


/**************************** Contact Page ********************************/

.adress-detail{
    font-size: 16px;
}
.adress-detail .add-detail{
    font-size: 21px;
}


/**************************** End Contact Page ********************************/

/**************************** Responsive ********************************/

@media screen and (max-width:992px) {
    .navbar-toggler-icon {
        width: 20px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar{
        border-bottom: 2px solid #ffffff;
    }
    .nav-link{
        border-top: 2px solid #ffffff;
    }
}

@media screen and (max-width:767px) {
    .content-header h1 {
        font-size: 23px;
    }

    .service-detail h2 {
        font-size: 20px;
    }

    .service-detail h3 {
        font-size: 16px;
    }

    .service-detail p,
    .contact-info {
        font-size: 14px;
    }

    .list-style-bullet {
        font-size: 14px;
    }

    .experience-img {
        bottom: 25%;
        right: 0;
        width: 30%;
        mix-blend-mode: darken;
    }

    .services-list .experience-img {
        bottom: 38% !important;
        right: 0% !important;
    }

    .first-service {
        margin-top: 0px;
    }

    .outer {
        height: auto;
    }

    .img-main {
        width: 100%;
    }
    .double-logo{
        width: 40%;
    }
    .blink-banner{
        width: 100%;
    }
    .banner-heading h3{
        font-size: 18px;
    }
    .carousel-control-prev {
        left: 35px;
    }
    .carousel-control-next {
        right: 35px;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
        padding: 12px;
        font-size: 18px;
    }
}

/**************************** End Responsive ********************************/