/* author nilesh */

:root {
	--color1 :#1e5eac;
	--color2 : #348636;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

.topline-p {
    margin-left: 0;
}

.bg-primary {
    background-color: var(--color2) !important;
}

.topline-p p{
	margin: 0px 0 4px;
}

.top-nav li a {
    padding: 15px;
    margin: 0;
    text-decoration: none;
}

.top-nav {
    float: right;
    margin: 50px 0 10px;
}

.navbar-nav li {
    /* display: inline-block; */
    position: relative;
}

li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
	padding: 0;
}

.topline {
    background: linear-gradient(1deg, var(--color1), var(--color2));
}

/* .nav-item > a:hover:before, .nav-item a.active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid var(--color2);
    border-bottom: 0 solid rgba(0, 0, 0, 0)!important;
    border-right: 10px solid rgba(0, 0, 0, 0)!important;
    border-left: 10px solid rgba(0, 0, 0, 0)!important;
    left: 50%;
    top: -20px;
    margin-left: -10px;
} */

.navbar-nav li a.active, .navbar-nav li > a:hover {
    /* color: #fff !important; */
    border-top: 5px solid var(--color2);
    /* background: var(--color1); */
}

.navbar a.nav-link {
    border-top: 5px solid transparent;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}

.serdp a.dropdown-item{
	border: 5px solid transparent;
}

.grid_data h3 {
    font-size: 1.5rem;
    color: var(--color2);
}

.abtcnt h1 {
    color: var(--color2);
    font-weight: 700;
}

.content h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: var(--color1);
    font-weight: 700;
}

/* tastmonial css start */

.textmon {
    background: #090909e6 url(../images/beauty-bg.png);
    padding: 50px 0;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
}

.textmon .owl-item .item {
    width: 50%;
    margin: auto;
    text-align: center;
    background: #ffffffd6;
    padding: 20px;
    color: var(--color1);
}

.textmon .owl-carousel .owl-item img {
    max-width: 50px;
    margin: auto;
    margin-bottom: 10px;
}

@media (max-width:767px){
    .textmon .owl-item .item {
        width: 100%;
    }
}

/* tastmonial css start */

.footer h3 {
    color: var(--color2);
    font-weight: 700;
    padding-bottom: 20px;
	font-size: 32px;
}

.footer ul.uselink a {
    color: var(--color1);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
}

.welcome h2 {
    background-color: transparent;
    width: 100%;
}

.cv {
    border-color: var(--color1);
    color: var(--color2);
    padding: 8px 15px;
    text-decoration: none;
    font-weight: 500;
    line-height: 1;
}

.heading h2 {
    text-align: center;
    border-bottom: 3px solid var(--color2);
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.galimg img.example-image {
    height: 270px;
    width: 100%;
}






@media (max-width:991px){
    .topline .col-md-6 .d-flex.align-items-center {
        justify-content: center !important;
    }
    .fa-bars:before, .fa-navicon:before {
        display: none;
    }
    .navbar-toggler .fa-bars:before {
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        color: #fff;
    }

    header .logo span {
        padding-left: 0px;
    }

    .navbar {
        justify-content: end;
        position: relative;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    div#hedmenu {
        position: absolute;
        top: 60px;
        background: var(--color1);
        width: 320px;
        padding: 15px;
        border-radius: 5px;
        max-height: 400px;
        overflow: scroll;
    }

    .navbar a.nav-link:hover {
        color: #fff;
        background-color: var(--color2);
    }

    .navbar a.nav-link {
        background: #fff;
        color: var(--color);
        font-size: 18px;
        font-weight: 600;
        margin-right: 0;
        display: block;
        padding: 7px 15px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    /* header end */
    
}

@media (max-width:767px) {
    .abtcnt {
        padding-top: 20px;
    }
}