/*----------Responsive Css Start----------*/
@media only screen and (min-width : 992px) and (max-width :1169px){
   
.container {width: 100% !important;
max-width: 100% !important;}

.header .navbar-brand {
    max-width: 160px;
}

.header nav li {
   padding-right: 15px;
    font-size: 14px;

}
.banner-img {
    position: static;
}

.abt-sec .sec-cont {

    font-size: 15px;

}
.serv-sec {

    padding: 100px 0;
}

.gal-sec .shape-lft {
    top: 16%;

}
.gal-sec .shape-rht {

    bottom: 6%;

}

.footer .container {
    top: -35px;

}

}

@media only screen and (min-width : 768px) and (max-width :991px){
   
.container {width: 100% !important;
max-width: 100% !important;
}

.header .navbar {
    padding: .5rem 0;
}

.header .navbar-nav {
    display: block;
}


.navbar-collapse {
       background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
    padding: 10px;
}

.header nav li {
    display: inline-block;
   padding-right: 10px;
    font-size: 14px;

}

.banner-img {
    position: static;
}


.banner-img img {
    box-shadow: 0 0 30px 1px rgba(0,0,0,.20);
}

.banner-cont .banner-title {
    font-size: 40px;
}
.banner-cont p {
    font-size: 20px;
    line-height: 30px;
}

.btn-grad:hover {
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.20);
}

.banner {
    height: 60vh !important;
}

.banner::after {
    right: -20vh;
    top: 10vh;
    width: 40vh;
    height: 40vh;
}
    .section-title .overlay-txt {
   letter-spacing: 15px;
}

.serv-bx .card-body {
    padding: 15px;
}

.serv-bx .card-title {
    font-size: 16px;
}

.serv-bx .serv-icon {
    width: 110px;
    height: 110px;
    line-height: 104px;
    padding: 0 25px;
}

.serv-bx .serv-icon::before {
   width: 116px;
    height: 116px;
}

.gal-sec .shape-lft {
    top: 18%;
    width: 30%;
}

.gal-sec .shape-rht {
    bottom: 5%;
    width: 15%;
}

.foot-link li a {
    padding: 0 10px;
    font-size: 13px;
}

}

@media only screen and (max-width : 767px){
.header {
    padding: 20px 5px;
}
.navbar {
    width: 100%;
    float: left;
    padding: 0;
}
.header .navbar-brand {
    max-width: 190px;
    float: left;
    margin: 0 !important;
}

.navbar-collapse {
       background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
    padding: 10px 15px;
}

.header nav li {
    padding-right: 0;
}
.header nav li a {
    padding: 10px 0px !important;
}
.banner-cont .banner-title {

    font-size: 34px;

}

.banner-img {
    position: static;
}

.banner-img img {
    box-shadow: 0 0 20px 1px rgba(0,0,0,.20);
}


.banner {
    padding: 120px 0px 70px;
    margin-bottom: 0;
    height: auto !important;
}

.banner::after {
    display: none;

}

.abt-sec {
    padding: 70px 0 50px;
}
.section-title {
    font-size: 36px;
    margin-bottom: 50px;
}

.section-title .overlay-txt {
    font-size: 60px;
    transform: translateX(-50%) translateY(-23%);
    letter-spacing: 5px;
}
.section-title + p {
    font-size: 15px;
}

.serv-sec {

    padding: 70px 0px;
}

.serv-bx{
    margin-bottom: 30px !important;
    border: 1px solid #e5e5e5 !important;

}
.serv-bx .card-title {

    font-size: 18px;

}
.gal-sec .shape-lft {
    width: 36%;

}
.gal-sec .shape-rht {
    width: 30%;

}

.join-cta h3 {

    font-size: 22px;

}

.join-cta p {

    line-height: 26px;
    font-size: 16px;
    text-align: justify;

}

.contact-sec {

    padding: 70px 0;

}

.contact-info .media-body p > a {
    display: block;
    margin-bottom: 12px;
}

.footer {
padding: 50px 0;
}



.footer .container {

    position: relative;
    top: 0;

}
.foot-link li {
    margin-bottom: 10px;
}

}


@media only screen and (min-width : 576px) and (max-width : 767px){
.container {
    width: 100%;
    max-width: 100%;
}

.banner-cont .banner-title {
    font-size: 30px;
    margin-bottom: 15px !important;
}

.banner-cont p {
    font-size: 18px;
    line-height: 28px;
}

.banner-cont .btn {

    margin-top: 15px !important;

}

.banner-img {
    width: 100%;
    margin: auto;
}

.section-title {
    font-size: 50px;
    margin-bottom: 50px;

}
.section-title .overlay-txt {

    font-size: 100px;
    transform: translateX(-50%) translateY(-26%);
    letter-spacing: 10px;

}
.card-group > .serv-bx {

    -ms-flex: 1 0 48%;
    flex: 1 0 48%;

}

.card-group > .serv-bx:nth-child(n+1) {

    border-right: none !important;

}

.gal-sec .shape-lft {
    width: auto;

}
.gal-sec .shape-rht {
    width: auto;

}

.join-cta h3 {
    font-size: 24px;
}

.contact-info .media-body p > a {

    display: inline-block;
    margin-bottom: 0;

}


}
/*----------Responsive Css End----------*/
