/*--------------------------------------------------------------
15. Media queries
--------------------------------------------------------------*/
@media only screen and (min-device-width: 1400px) and (max-device-width: 1600px){ 
   

}
@media only screen and (min-width : 1600px) {

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


}
@media only screen and (max-width: 1300px) {


}

@media only screen and (max-width: 980px) {
 .swiper-slide{
    padding-left: 100px;
}

}
@media only screen and (max-width: 800px) {

}
@media only screen and (max-width: 768px) {
    .team-culture .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.fees {
    padding-top: 4rem;
}

.swiper-slide{
    padding-left: 50px;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  left: 28px !important;
}

    .footer-title {
    margin-top: 2rem;
}
.footer-social {
    margin-top: 16px;
    text-align: left !important;
}
 .hero-sec h1, .hero-sec label {
    font-size: 30pt;
}
.hero-sec p {
    font-size: 14pt;
}
.marketing, .data {
    padding-top: 5rem;
}
.title {
    font-size: 33pt;
}
.data .col{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.data .w-100 {
    width: auto !important;
}
.agency, .lets-do-something, .hero-sec, .footer {
    padding: 4rem 0rem;
}
.datalogie {
    font-size: 16pt;
}
.navbar {
    padding: .5rem 15px;
}
.nav-link {
    padding: 0.9rem 1rem 0.5rem 1rem !important;
}
.slider-text {
    color: #fff;
    font-size: 21pt;
    margin-bottom: 10px;
}
.hero-sec {
    margin-top: 55px;
    padding: 4rem 0rem;
}
.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 0px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -3%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 52vh;
}
.innerpages {
    margin-top: 0px;
}
.lets-do-something, .mobile-pad-sub {
    padding: 3rem 1.5rem !important;
}
}
@media (min-width: 992px){

}

@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 640px) {
  

}
    

@media only screen and (max-width: 590px) {

}
@media (min-width: 576px){

}

@media only screen and (max-width: 480px) {
  
}
@media only screen and (max-width: 400px) {

}
@media screen and (max-width: 375px){

}
@media screen and (max-width: 321px){

}







