/*

Theme Name: Institution Pro Child
Template: institution-pro


/* Theme Development Css*/
.slider-main {
    max-height: 625px;
    overflow: hidden;
}

.nivo-caption {
    background-color: rgba(0,0,0,0.75);
    width: 70%;
    margin: 0 auto;
    padding: 60px 20px !important;
    border-radius: 15px;
    bottom: 23% !important;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
.nivo-directionNav {
    display:  none;
}
.about-left p {
    margin-bottom: 20px;
}
section#client-list {
    padding: 20px 0;
}
.nbs-flexisel-item img {
    border: none !important;
}
section#service {
    color: #ffffff;
}
.service-header {
    text-align: center;
}
.service-header h2 {
    font-family: Montserrat;
    font-size: 30px;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
	margin-bottom: 40px;
}

.service-left h4, .service-right h4 {
    font-size: 18px;
    line-height:  30px;
    font-weight: 500;
	color: #ffffff;
}

.service-left ul, .service-right ul {list-style: disc;padding-left:  35px;}

.service-left ul li, .service-right ul li {
    font-size:  18px;
    margin-bottom: 12px;
}
section#we-are-good {
    text-align:  center;
}

.we-are-good-heading h2, .services-item-heading h2 {
    font-family: Montserrat;
    font-size: 30px;
    color: #2f2f2f;
    font-style: normal;
    font-weight: bold;
}

.we-are-good-features h4,  .services-item-list h4{
    font-size:  18px;
    line-height:  30px;
    font-weight:  500;
}

.we-are-good-features li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    display: inline-block;
    width: 33%;
    background: #002147;
    color: #fff;
    padding: 12px 10px;
    margin: 20px 20px;
}
.we-are-good-features li:hover {
    background: #ddd;
    color: #333;
}
.services-item-list li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    display: inline-block;
    width: 26%;
    background: #002147;
    color: #fff;
    padding: 50px 10px;
    margin: 20px 20px;
    text-align: center;
    min-height: 52px;
    vertical-align: middle;
}
.services-item-list li:hover {
    background: #ddd;
    color: #333;
}
.services-item-heading {
	text-align: center;
	margin-top: 50px;
}
.services-item-list h4 {
	text-align: center;
	font-size: 20px !important;
}
.services-item-list h4 a{
	color: #fdc800;
}

@media only screen and (max-width: 767px) {
    .services-item-list li {
		display: block;
	    width: 70%;
	}
	.we-are-good-features li {
	    width: 90% !important;
	    display: block !important;
	    margin: 10px auto;
	}
}



section#cta {
    text-align:  center;
}

section#cta p {
    margin-bottom: 30px;
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 40px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#cta a.button {
    background: #fdc800;
    color: #002147;
}
#cta a.button:hover {
    color: #ffffff;
}
.latest-news-heading h2 {
   font-family: Montserrat;
    font-size: 30px;
    color: #2f2f2f;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}
.all-new-btn {
    text-align:  center;
}
.all-new-btn a.button {
    background: #fdc800;
    color: #002147;
}
.all-new-btn a.button:hover {
    color: #ffffff;
}

.service-header-banner {
    min-height:  500px;
    background-position: center center;
    background-repeat:  no-repeat;
    background-size:  cover;
    position: relative;
}

.service-header-banner-caption {
    bottom: 8% !important;
}

.service-header-banner-caption-heading {
    line-height: 45px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .service-header-banner-caption-heading {
        line-height: 28px !important;
        font-size: 18px !important;
    }
    
    #homebanner>.nivo-caption {
        width: 90% !important;
        padding: 20px !important;
    }
}
.service-header-banner-caption p {
    margin-bottom: 30px;
}
