
@media (min-width: 1400px){
	.container {  max-width: 1370px; }
}
@media screen and (max-width: 1366px) {
	
}
@media screen and (max-width: 1366px) and (min-width: 1200px){

}
@media only screen and ( max-width:1199px ){

}
@media only screen and (min-width:768px) and ( max-width:1024px ){
	.sponsorBx {
    width: calc( 100% / 2 - 30px);
}

.highlights ul li {
    width: calc(100%/2 - 40px);
    margin: 0 20px 20px;
}

.highlights ul {
    flex-wrap: wrap;
}

.footerBtnLink {
    padding-left: 0 !important;
    justify-content: center;
}

.col-12.col-lg-4.border-right.border-left {
    border-color: transparent !important;
}

.footerImg {
    text-align: center;
}
}
@media only screen and ( max-width:767px ){
	.top_link ul li {
    padding: 0 10px;
}
	a.navbar-brand img {
    max-width: 200px;
}

a.navbar-brand {
    padding-top: 30px;
}

button.navbar-toggler {
    margin-top: 30px;
}

.form-position {
    position: static;
    transform: translateY(-0%) !important;
    max-width: 90%;
    margin: 0 auto;
}

.aboutSec p {
    padding-right: 0;
}

.abtImg {
    left: 0;
}

.corpNum ul {
    flex-wrap: wrap;
}

.corpNum ul li {
    border-bottom: solid 3px #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-right: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.corpNum {
    background-size: cover;
}

.reach_us_bx {
    padding: 30px;
}

.imgContentPair {
    margin-bottom: 20px;
}

.footercontent ul {
    display: block;
}

.footerImg {
    min-width: 100px;
    padding-right: 15px;
}

section#contactUs {
    background-size: cover;
}

.sponsorBx {
    width: calc( 100% / 2 - 20px);
}
.thumbImg {
    margin: 0 0 10px;
}

.thumbImg img {
    width: 100%;
}
.bannerText h1 span, .bannerText h2 span {
    font-size: 36px;
}

.bannerText h1, .bannerText h2 i {
    font-size: 24px;
}

.sponsorList .sponsorBx {
    width: calc(100% / 2 - 20px);
    margin: 10px;
}

.footerBtnLink {
    padding-left: 0 !important;
}

.footerBtnLink li a {
    margin: 10px 0;
    text-align: center;
}

.footercontent ul li {
    text-align: center;
}
.highlights ul {
    display: flex;
    flex-wrap: wrap;
}

.highlights ul li {
    width: 100%;
    margin-bottom: 40px;
}
.innerPageBannerInr img {
    min-height: 350px;
    object-fit: cover;
}

.contactFormWrp {
    flex-wrap: wrap;
}

.contactForm {
    padding: 50px 0;
}

.bannerContent h1 {
    font-size: 36px;
}
.clients ul {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.clients ul li {
    width: 33%;
    padding: 15px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionHeading {
    font-size: 36px;
}

}
@media only screen and ( max-width:450px ){
	
}