﻿body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f7f7f7;
}

.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    fnavbar-dark padding: 5px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

/*
headeer top
*/
.topbar {
    background-color: #0e5fb2;
    padding: 0;
}

    .topbar .container .row {
        margin: -7px;
        padding: 0;
    }

        .topbar .container .row .col-md-12 {
            padding: 0;
        }

    .topbar p {
        margin: 0;
        display: inline-block;
        font-size: 13px;
        color: #f1f6ff;
    }

        .topbar p > i {
            margin-right: 5px;
        }

        .topbar p:last-child {
            text-align: right;
        }

header .navbar {
    margin-bottom: 0;
}

.topbar li.topbar {
    display: inline;
    padding-right: 18px;
    line-height: 52px;
    transition: all .3s linear;
}

    .topbar li.topbar:hover {
        color: #1bbde8;
    }

.topbar ul.info i {
    color: #131313;
    font-style: normal;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.topbar ul.info li {
    float: right;
    padding-left: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 44px;
}

.topbar ul.info i span {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 18px;
}

ul.social-network {
    border: none;
    margin: 0;
    padding: 0;
}

    ul.social-network li {
        border: none;
        margin: 0;
    }

        ul.social-network li i {
            margin: 0;
        }

    ul.social-network li {
        display: inline;
        margin: 0 5px;
        border: 0px solid #2D2D2D;
        padding: 5px 0 0;
        width: 32px;
        display: inline-block;
        text-align: center;
        height: 32px;
        vertical-align: baseline;
        color: #000;
    }

ul.social-network {
    list-style: none;
    margin: 5px 0 10px -25px;
    float: right;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    color: #fff;
}

a {
    color: #0a0a0a;
    text-decoration: none;
}

li {
    list-style-type: none;
}

.bg-image-full {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg-dark {
    background-color: #222 !important;
}

.mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #f8f9fa 1%, #0e5fb2 1%);
    background: -webkit-linear-gradient(left, #f8f9fa 1%, #0e5fb2 1%);
    background: linear-gradient(45deg, #f8f9fa 42%, #0e5fb2 1%);
}


.navbar-dark .navbar-toggler-icon {
    background-image: url("../images/hamburgerM.svg");
}

.navbar-dark .navbar-toggler {
    border-color: unset !important;
    border: 0px;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    border: 0px;
    outline: 0px !important;
}

.xxl-mrml {
    margin: 0px 100px;
}

#ourServiceArea {
    width: 100%;
    height: 370px;
    background-color: white;
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    place-content: center;
    gap: 4%;
    padding: 14px 0px;
    top: 85px;
}

    #ourServiceArea ul {
        row-gap: 10px;
        display: inline-grid;
    }


        #ourServiceArea ul li a {
            text-decoration: unset;
            color: #0e5fb2;
            font-weight: 700;
        }

.hide {
    display: none !important;
}
.wpPhone {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
}

.wpPhone img {
    width: 200px;
}

.showServices {
    position: relative;
}


@media only screen and (max-width: 1400px) {
    .xxl-mrml {
        margin: 0px 0px;
    }
}

@media only screen and (max-width: 1200px) {
    #ourServiceArea ul li a {
        font-size: 12px;
    }
}



@media only screen and (max-width: 1150px) {
    .nav-link strong {
        font-size: 14px;
    }
}




@media only screen and (max-width: 992px) {
    .navbar-dark .navbar-nav .nav-link {
        color: black;
    }
	    #ourServiceArea {
        place-content: unset;
    }

    #ourServiceArea ul {
        row-gap: 10px;
        display: unset;
    }

    #ourServiceArea {
        height: 530px;
        top: 85px;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        top: 310px;
        padding: 10px;
    }

    .mx-background-top-linear {
        padding: 0px;
    }

    .navbar-collapse {
        background-color: #0e5fb2;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: white;
        padding-left: 20px;
        padding-right 20px;
    }
}



@media only screen and (max-width: 576px) {
.lines {
	    position: absolute;
    	right: 30px;
   		height: 10px;
    	width: 10px;
    	top: 50%;
    	transform: translateX(-50%);
    }

    .lineOne {
        width: 10px;
        height: 2px;
        background-color: white;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .lineTwo {
        width: 10px;
        height: 2px;
        background-color: white;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
    }

    #ourServiceArea {
        height: 300px;
        padding: 10px;
        overflow: scroll;
        top: 85px;
        grid-template-columns: 1fr;
        top: 310px;
        position: unset;
        transform: unset;
    }
	   .wpPhone img {
        width: 150px;
    }
}
