@media screen and (min-width: 100px) and (max-width: 768px) {
  .googlemap {
    margin-bottom: 30px;
  }
  .row-sm-h {
    height: 100%;
  }
  .row-sm-h .wrapper__wrapp_img {
    height: 100%;
  }
  .row-sm-h .wrapper__wrapp_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .grid-margin-bottom {
    margin-bottom: 30px;
  }
  .websiteMincaption-and-content p {
    text-align: justify !important;
  }
  .wrapper__home__content {
    padding-left: 0 !important;
    padding-top: 50px !important;
  }
  .dropdown-panel .drop-link .dropArrow {
    position: absolute;
    right: 20px;
    top: 16px;
    width: 7px;
    height: 7px;
    display: block;
    transform: rotate(47.2deg);
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .dropdown-panel .dropBox {
    position: static !important;
    width: 100% !important;
  }
  .dropdown-panel:hover .dropBox {
    height: 200px !important;
    background: #fff;
    position: static !important;
    width: 100% !important;
  }
  .dropdown-panel:hover .dropBox li a {
    padding: 10px 30px !important;
    color: #000 !important;
  }
  .dropdown-panel:hover .drop1 {
    height: 160px !important;
  }
  .banner .container-fluid {
    padding: 0;
  }
  .bannerRow {
    height: 80vh !important;
    border-radius: 0;
  }
  .bannerRow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bannerCover aside {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 6%;
  }
  .bannerCover aside h1 {
    font-size: 42px;
    text-align: center;
  }
  .bannerCover aside h1 span {
    font-size: 24px;
  }
  .bannerCover aside h3 {
    font-size: 18px;
    text-align: center;
  }
  .bannerCover aside p {
    text-align: center;
  }
  .digitalmarketing-img-box {
    margin-bottom: 30px;
  }
  .innerPages header {
    background-color: #ffa22b;
  }
  header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .toggleBtn {
    display: flex !important;
  }
  .service_list ul li {
    height: auto !important;
  }
  .service_list ul li aside {
    width: 37px;
  }
  .service_list ul li h4 {
    font-size: 11px;
  }
  .count_block ul {
    width: 100%;
  }
  .wrapper_about_round {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
  }
  .wrapper_about_round aside {
    width: 50%;
  }
  .wrapper_about_round span {
    display: none;
  }
  .metaHash_coreArias {
    margin-bottom: 30px;
  }
  .addvance_digitalMarketing {
    padding-left: 0;
  }
  .gradient_panel {
    margin-bottom: 30px;
  }
  .footer__socialmedia {
    display: block;
  }
  .footer__socialmedia a {
    float: left;
    width: 19px;
    height: 19px;
  }
  .footer__socialmedia a i {
    font-size: 11px !important;
  }
  .emailPhone span {
    font-size: 10px !important;
  }
  .topBar {
    height: 20px;
  }
  .sm_banner_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(../images/smbannerbg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
  .sm_banner_wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d70a4+0,148485+100 */
    background: rgb(45, 112, 164); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(45, 112, 164) 0%, rgb(20, 132, 133) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2d70a4", endColorstr="#148485",GradientType=0 ); /* IE6-9 */
    opacity: 0.9;
  }
  .sm_banner_wrapper aside {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sm_banner_wrapper aside img {
    width: 100%;
  }
  .wrapper_banner_content {
    width: 80%;
    position: relative;
    z-index: 10;
  }
  .wrapper_banner_content h1 {
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 21px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    margin-bottom: 5px;
  }
  .wrapper_banner_content h1 span {
    font-weight: 500;
    text-transform: uppercase;
  }
  .wrapper_banner_content h3 {
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 21px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    margin-bottom: 5px;
  }
  .wrapper_banner_content h3 span {
    font-weight: 500;
    text-transform: uppercase;
  }
  .wrapper_banner_content h6 {
    text-transform: capitalize;
    font-size: 18px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
  }
  .button_cover {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .button_cover a {
    text-decoration: none;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 5px;
    border: solid 1px #fff;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .button_cover a i {
    font-size: 17px;
    margin-left: 5px;
  }
  .button_cover a:hover {
    background-color: #fff;
    color: #ffa22b;
    transition-duration: 0.2s;
  }
  .topSocialMedia aside a {
    background-color: #ffa22b;
  }
  .sm-bg-light {
    background-color: #1c3079;
  }
  .navigationFixed .container .navBlock .logo .logo-ooo {
    display: block;
  }
  .navigationFixed .container .navBlock .logo .logo-fff {
    display: none;
  }
  .navigationFixed .toggleBtn span {
    background-color: #fff;
  }
  .logo-ooo {
    display: none;
  }
  .logo-fff {
    display: block;
  }
  .contact_list_block::before {
    content: "";
    display: none;
  }
  .sm_none {
    display: none;
  }
  .whatsapp-round {
    right: 40px !important;
    bottom: 50px !important;
  }
  .sm__logo {
    display: block;
    width: 100%;
    padding: 22px;
  }
  .sm__logo img {
    width: 100%;
  }
  .service_list ul li:nth-child(15) {
    display: none;
  }
  header nav {
    height: 50px;
    display: flex;
    align-items: center;
  }
  .main__navigation {
    background-color: #1c3079;
    position: fixed;
    left: -560px;
    top: 0;
    height: 100%;
    width: 240px !important;
    flex-direction: column;
    z-index: 300;
    transition-duration: 0.2s;
    padding-top: 0px !important;
  }
  .navAnimate {
    left: 0;
    transition-duration: 0.2s;
  }
  .navBlock .wrapper_flex ul li a {
    padding: 1em 2em !important;
    color: #fff !important;
  }
  .navBlock .wrapper_flex ul li a:hover {
    background-color: #1c3079;
    color: #000 !important;
  }
  .toggleBtn {
    text-decoration: none;
    font-size: 14px;
    border: none;
    outline: none;
    box-shadow: none;
    width: -moz-fit-content;
    width: fit-content;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40px;
    padding: 5px;
    margin-left: 10px;
  }
  .toggleBtn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
  }
  .title-box {
    text-align: center;
    position: relative;
  }
  .title-box span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #0075ff;
    padding: 10px;
    font-size: 9px;
  }
  .theam_col span h5 {
    font-size: 12px;
  }
  .theam_col span h5 br {
    display: block;
  }
  .table_row th:nth-child(1) {
    font-size: 12px;
    width: 200px;
    display: block;
  }
  .consultation_panel {
    background-size: cover !important;
  }
}
@media screen and (max-width: 767px) {
  .owl-nav div {
    width: 30px !important;
    height: 30px !important;
  }
  .minCaption {
    margin-left: 0;
    margin-right: 0;
  }
  .minCaption p br {
    display: none;
  }
  .minCaption h5 {
    font-size: 15px;
    text-align: center;
  }
  .about_wrapper h3 {
    text-align: center;
  }
  .about_wrapper h6 {
    text-align: center;
  }
  .navBlock .logo a {
    width: 129px;
    top: -10px;
  }
  .emailPhone {
    display: none;
  }
  .wrapper_flex_block aside:nth-child(1) {
    height: auto !important;
  }
  .joinUs__team_content h3 {
    font-size: 1.9vw;
    line-height: 2.9vw;
  }
  .joinUs-block .col-12 {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .wrapper_flex_block aside h4 {
    text-align: center !important;
    font-size: 17px !important;
  }
  .joinUs__team_content h3 {
    font-size: 3.9vw;
    line-height: 1em;
  }
  .consultation_panel {
    background-size: cover !important;
  }
  .consultation_panel h2 br {
    display: none;
  }
  .quick_enqiry_wrapper h3 {
    font-size: 3.9vw;
  }
  .footerLogo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footerLogo img {
    background-color: #fff;
    width: 150px !important;
    height: 150px !important;
    border-radius: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about_wrapper {
    padding-right: 0;
  }
  .about_wrapper h6 {
    font-size: 18px;
  }
  .about_wrapper h6 br {
    display: none;
  }
  .about_wrapper p {
    margin: 0;
  }
}
@media screen and (max-width: 425px) {
  .banner-sm-hide {
    display: none;
  }
  .banner-sm-hide {
    display: none;
  }
  .whatsapp-round {
    display: none;
  }
  .mobileBanner {
    width: 100%;
    height: 100vh;
    background-color: #1c3079;
    position: relative;
    display: block;
  }
  .mobileBanner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobileBanner aside {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(1, 19, 95, 0.41);
    justify-content: flex-end;
    padding-bottom: 24%;
  }
  .mobileBanner aside h5, .mobileBanner aside h3, .mobileBanner aside h4 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
  }
  .mobileBanner aside h5 {
    font-size: 5.9vw;
    font-weight: 400;
    margin-bottom: 0;
  }
  .mobileBanner aside h3 {
    font-size: 7.9vw;
    font-weight: 900;
  }
  .mobileBanner aside h4 {
    font-size: 5.9vw;
    font-weight: 400;
  }
  .smBtnCover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .smBtnCover a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    margin: 11px;
    font-size: 30px;
  }
  .smBtnCover a:nth-child(1) {
    background-color: rgb(255, 255, 255);
    color: #000;
  }
  .smBtnCover a:nth-child(2) {
    background-color: #25D366;
    color: #fff;
  }
  .whatsApp-round {
    display: none !important;
  }
}/*# sourceMappingURL=responsive.css.map */