@media only screen and (max-width:991px) {
.navbar-light .navbar-brand {
    padding-left: 15px;
}

.flush-xs {
    padding-right: 0px;
    padding-left: 0px;
} 

.navbar-toggler {
    line-height: 1;
    padding: 0;
    border-radius: 0;
}
.navbar-toggler.menu-icon {
    width:35px;
    padding:0;
    cursor: pointer;
    position: relative;
    border:0px;
    margin-right: 15px;
}
.navbar-toggler.menu-icon span {
    width: 100%;
    height:3px;
    display: block;
    background-color: #000;
    margin: 6px 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 8px);
    box-shadow: none;
}
.navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: none;
} 

.visible-xs {
    display: inline-block;
}

.xs-100 {
    width: 100%;
}

.navbar-light .navbar-brand {
    width:75%;
    padding-left: 0;
}

.navbar-light .navbar-brand img {
    max-height: 21px;
    margin-left: 0px;
}

.header .navbar-nav .nav-item {
    margin:0px;
}

.navbar-nav {
    height: inherit;
    align-items: center;
    padding: 10px 0px;
	width:20%;
}

.header .navbar-nav .nav-link.bt {
    margin-left: 0;
    margin-top: 10px;
}
.navbar-brand a:first-child {
    border-right: 1px solid #656a73;
    padding: 3px 0px;
    padding-right: 6px;
    margin-right: 2px;
}


}

@media only screen and (max-width:767px) {
#banner {
    padding-top: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 16px;
}

h5 {
    font-size: 18px;
}

.section-title h6 {
    font-size: 14px;
}

.section-title h2 {
    font-size: 24px;
}

p {
    font-size: 14px;
}

.banner h1 {
    padding-right: 0px;
}

h1 {
    font-size: 27px;
}

.banner {
    padding: 80px 0px 0px 0px;
}

.banner-img {
    display: none;
}

.banner .bts {
    margin-bottom: -15px;
}

.productbox {
    padding: 35px 25px;
}

.logos .item>div img {
    max-height: 20px;
}

.info {
    padding: 70px 0px 35px 0px;
}

.info .spright {
    padding-right: 15px;
    padding-top: 45px;
}

.sbox span {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.clientslider .bgs {
    padding: 60px 15px 75px 15px;
    border-radius: 15px;
}

.clientslider .section-title h2 span img {
    z-index: -1;
    bottom: -2px;
    left: -5px;
}

.clientslider .section-title h2 {
    font-size: 20px;
}

.clientslider .section-title h2 span {
    z-index: 5;
    font-size: 25px;
}

.clientslider .bg h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 10px;
}

.clientslider .bg {
    padding: 30px 34px;
}

.clientslider .al {
    bottom: -30px;
    left: 17%;
    width: 30px;
}

.section-title.lg h2 {
    font-size: 25px;
}

.solutions .nav-tabs {
    margin-bottom: 40px;
}

.footer ul li {
    padding: 5px 10px;
}


.copyright p {
    text-align: center;
}

.copyright p {
    font-size: 13px;
    margin: 10px 0;
}

	.xs-center {
		text-align:center !important;
	}
	.navbar-nav {
    height: inherit;
    align-items: center;
    padding: 10px 0px;
    width:100%;
}

.navbar-light .navbar-brand {
    width:100%;
	text-align:center;
    padding-left: 0;
}
	
.contform {
    padding: 45px 20px 55px 20px;
}

.modal .modal-content {
    border: none;
    border-radius: 30px;
}
	
}

@media only screen and (min-width:768px) and (max-width:991px) {
h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

.section-title h2 {
    font-size: 27px;
}

.section-title h6 {
    font-size: 14px;
}

p {
    font-size: 14px;
}

.copyright p {
    font-size: 12px;
}

.footer ul li {
    padding: 0px 25px;
}

.section-title.lg h2 {
    font-size: 40px;
}

h1 {
    font-size: 27px;
}

.banner {
    position: relative;
    background-size: cover;
    padding: 40px 0px 87px 0px;
}

.banner-img {
    bottom: -19px;
}

.sbox span {
    font-size: 14px;
}

.clientslider .al {
    bottom: -25px;
    left: 5%;
    width: 50px;
}

.clientslider .bg h4 {
    font-size: 19px;
}

.solutions .nav-tabs li button.active .arrow {
    right: -13px;
    width: 30px;
}
	
.contform {
    padding: 45px 40px 55px 40px;
}	

}

@media only screen and (min-width:992px) and (max-width:1199px) {
.section-title h2 {
    font-size: 30px;
}

.clientslider .al {
    bottom: -25px;
    left: 5%;
    width: 50px;
}


.section-title.lg h2 {
    font-size: 40px;
}

h3 {
    font-size: 18px;
    line-height: 1.5;
}

}


@media only screen and (min-width:1200px) and (max-width:1415px) {

}
