@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/* =====[ GLOBAL STYLES ]======================================== */

html,body {min-height:100%;height: 100%;}
body {margin:0;font-family: 'Lato', sans-serif;color:#333; font-size:16px; font-weight:400; line-height: normal;}
div, p, span, h1, h2, h3, h4, h5, h6, img, dl, dt, dd, blockquote, pre, form, fieldset, label, a {margin:0; padding:0; border:0;}
img {vertical-align: middle;max-width: 100%; height: auto;}
img, a img {border:none;}
h1, h2, h3, h4, h6 {font-family: 'Lato';color:#000;}
ul li{list-style: none;}
p { margin:0;padding:0;line-height: 26px; font-family: 'Lato', sans-serif;font-size: 16px;}
a { color:#f2a104; text-decoration:none !important;outline: none;}
a:hover { color:#f2a104; text-decoration:underline;}
a.active{color: #357f44 !important;}
a:focus{outline: none;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
html .clearfix {height:1%;}
.clearfix {display:block}
.clr {clear:both}
.center-block{float: none; margin:0 auto;}
::-moz-placeholder {color: #868686 !important; opacity: 1; font-size: 13px;font-style: italic;}
:-ms-input-placeholder {color: grey !important; opacity: 1;font-size: 13px;font-style: italic;}
::-webkit-input-placeholder {color: #868686 !important; opacity: 1;font-size: 13px;font-style: italic;}
section ul li {
    list-style: disc;
    margin: 10px 0;
}
/* =====[ MAIN STYLES ]====================================== */
    
.whitebg{
    background: #fff;
}
.navbar {
    display: block;
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
    width: 100%;
    background: #fff;
}
section{
    padding:8rem 0;
    display: inline-block;
    width: 100%;
}
.carousel-control-next, .carousel-control-prev{
    display: none;
}
.navbar-brand{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
}
header .nav-link {
    padding: .4em 0 !important;
    margin:10px 12px;
}
.nav-link{
    color: #333;position: relative; margin:0;padding:10px 0;text-align: center;    
    transition: .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.15, 0.29, 0.25, 1);
    transition-delay: 0s;
}
.nav-link:after{
    content: "";
    width: 15px;
    height: 3px;
    margin: 0 auto;
    left: 0;
    bottom: 0;
    background:#333;
    position: absolute;
    transition: .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.15, 0.29, 0.25, 1);
    transition-delay: 0s;
}
.carousel-caption p{
    color:#fff;
}
#Banner .carousel-indicators {
    bottom: 20px;
}
#Banner .carousel-caption {
    bottom: 50px;
}
#Banner .carousel-caption h1 {
    font-size: 60px;
    font-weight: 300;
    color:#fff;
}
.nav-item.active a,
.nav-item:hover a,
.nav-item a:hover{
    color:#f2a104;
}
.nav-item:hover .nav-link:after,
.nav-item.active .nav-link:after{
    width:100%;
    background:#f2a104;
}
.btn-orange{
    background:#f2a104;color: #fff;
}
.btn-orange:hover{
    background:#f7a507;color: #fff;
}
.blueBg{
    background:#eff7f8;
}
#MenuItem .ItemBlock{
    position:relative;display: block;
    overflow:hidden;
}
#MenuItem .team-info {
    position: absolute;
    background: rgba(0,0,0,.7);
    left: 0;
    right: 0;
    bottom:100%;
    margin:0;
    padding: 40px 0;
    transition: 0.5s 0.2s;
    all-transition: 0.5s 0.2s;
    webkit-transition: 0.5s 0.2s;
    ms-transition: 0.5s 0.2s;
    moz-transition: 0.5s 0.2s;
}
#MenuItem .team-info h4,
#MenuItem .team-info p{
    color:#fff;
}
#MenuItem .team-info small{
    color:#dc3545;
}
#MenuItem .team-info p{
    line-height:18px;
}
#MenuItem .team-info{
    padding:20px 0;
}
#MenuItem .ItemBlock:hover .team-info{
    bottom:0;
}
.HeadingBlock {
    display:block;
    text-align: center;
}
.HeadingBlock h1 {
    position: relative;
    display: inline-block;
}
.HeadingBlock h1::after, .HeadingBlock h1::before {
    content: "~";
    font-weight: 300;
}
.HeadingBlock h1::after{
    padding-left:15px;
}
.HeadingBlock h1::before{
    padding-right: 15px;
}
#testimonial{
    background:url(../img/testimonial.jpg) center center fixed;
    width:100%;
    float:left;
}
#testimonial img {
    max-width: 170px;
    border-radius: 500px;
    overflow: hidden;
    border:8px solid rgba(255,255,255,.4);
}
#testimonial .carousel-caption {
    bottom: 0;
    position: static;
    left: 0;
    right: 0;
}
 /* Blur + Gray Scale */
.itemBlock img {
   -webkit-filter: grayscale(0) blur(0);
   filter: grayscale(0) blur(0);
   -webkit-transition: .3s ease-in-out;
   transition: .3s ease-in-out;
}
.itemBlock:hover img {
   -webkit-filter: grayscale(100%) blur(2px);
   filter: grayscale(100%) blur(2px);
}
footer {
    background: #eff7f8;
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}
footer ul {
    margin: 0;padding: 0
}
footer ul li{
    margin:5px 0;
    border-top: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom:0px;
    padding-top: 10px;
    max-width:180px;
    list-style: none;
}
footer ul li:first-child{
    border:none;
    padding-top:5px;
}
footer ul li a{
    font-size: 13px;
    color: #333;
}
footer h6 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
footer h6:before {
    content:"";
    position: absolute;
    left: 0;
    width: 15px;
    height: 3px;
    background: #333;
    bottom:0px;
}
.info{
    font-size: 13px;
}
.info ul{
    margin: 0;
    padding: 0;
}
.info ul li{
    padding: 0;
    margin: 10px 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.info i {
    color: #f78e21;
    margin-right: 10px;
    font-size: 18px;
}



/* =====[ MEDIA QUERIES ]====================================== */

.navbar-toggler {
    padding:4px 8px 0px;
    font-size: 1rem;
    background-color: #333;
    border: 1px solid #333;
}
.fa.fa-navicon {
  color:white;
}

.ServicePg #MenuItem {

    padding-top: 0;

}

@media only screen and (max-width:991px){
    .nav-link::after{
        right: 0;
        left: 0;
    }
    .nav-item:hover .nav-link::after, .nav-item.active .nav-link::after {
        width: 80px;
    }
    .navbar-nav {
        background: #fafafa;
        border: 1px solid #eee;
    }
}

@media only screen and (min-width:768px) and (max-width :991px) {
.FooterBlock {
    margin-bottom: 30px;
    display: inline-block;
}
.aboutImg {
    float: none !important;
}



}




@media only screen and (max-width:767px){
.HeadingBlock h1,
.display-4 {
    font-size: 30px;
}
.FooterBlock {
    margin-bottom: 30px;
    display: inline-block;
}
.HeadingBlock p {
    font-size: 13px;
}
section {
    padding: 3rem 0;
}
#Banner .carousel-indicators {
    bottom: 0;
}


}

@media only screen and (max-width:576px){
.HeadingBlock h1,
.display-4 {
    font-size:21px;
}
#Banner .carousel-caption {
    bottom:20px;
}
.carousel-caption p{
    display: none;
}
#Banner .carousel-caption h1 {
    font-size: 28px;
}
.HeadingBlock h1::after{
    padding-left:5px;
}
.HeadingBlock h1::before{
    padding-right:5px;
}
}


@media only screen and (min-width: 320px) and (max-width : 480px) {

}
