@charset "utf-8";
/* CSS Document */


@media screen and (max-width: 1820px){
    .contnetBox3 {
        top: 10%;
        right: 17%;
    }
    .contnetBox4 {
        top: 68%;
        right: 17%;
    }
    .contnetBox1 {
        top: 16%;
        left: 15%;
    }
    .contnetBox2 {
        top: 65%;
        left: 15%;
    }
    .innerImg {
        width: 330px;
    }
}
@media screen and (max-width: 1600px){
    .contnetBox3 {
        top: 10%;
        right: 13%;
    }
    .contnetBox4 {
        top: 68%;
        right: 13%;
    }
    .contnetBox1 {
        top: 16%;
        left: 10%;
    }
    .contnetBox2 {
        top: 65%;
        left: 10%;
    }
    .innerImg {
        width: 300px;
        left: 49.2%;
        top: 48.8%;
        transform: translate(-50%, -50%);
    }

}
@media screen and (max-width:1440px){
    .contnetBox3 {
        top: 10%;
        right: 13%;
    }
    .contnetBox4 {
        top: 68%;
        right: 13%;
    }
    .contnetBox1 {
        top: 16%;
        left: 10%;
    }
    .contnetBox2 {
        top: 65%;
        left: 10%;
    }
    .innerImg {
        width: 275px;
    }

}
@media screen and (max-width: 1280px){
    .contnetBox1 {
        top: 11%;
        left: 4%;
    }
    .contnetBox3 {
        top: 10%;
        right: 6%;
    }
    .contnetBox2 {
        top: 65%;
        left: 3%;
    }
    .contnetBox4 {
        top: 68%;
        right: 3%;
    }
}
@media screen and (max-width: 1200px){
    .deskH{
        display: none;
    }
    .logoWeap {
        width: 160px;
    }
    .menuTrigger{
        display: block;
    }
    .deskS{
        display: block;
      }
      .banner_menu.deskS{        
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        padding-top: 20px;
        margin-bottom: 40px;
        column-count: 2;
      }
      .bannerWrap{
        height: 60vh;
      }
      .solutionContent .contentLeft {
        width: 200px;
    }
    .contentRight {
        width: calc(100% - 200px);
    }
    .chooseContent2{
        display: block;
    }
}
@media screen and (max-width: 991px){
    .aboutSec .txtWrap{
        margin-bottom: 40px;
    }
    .solutionContact {
        flex-direction: column;
        text-align: center;
    }
    .solutionContact{
        padding: 20px;
    }
    .solutionContact .leftWrap{
        padding: 20px;
        margin-bottom: 20px;
        background-color: #fff;
    }
    .rightWrap{
        padding: 20px;
        background-color: #fff;
    }
    .solutionContact a{
        line-height: normal;
        padding-left: 0;
        padding-top: 30px;
    }
    .solutionContact a::before {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .serviceInnerBox .contentBox {
        position: relative;
        text-align: center;
        width: 100%;
        min-height: 170px;
    }
    .sliderItem .itemInner .testitxt::before{
        top: 8px;
    }
    .sliderItem .itemInner .testitxt::after{
        bottom: 8px;
    }
    .footerTop {
        flex-direction: column;
    }
    .footerLogo{
        margin-bottom: 20px;
    }
    .footerContent .txtWrap{
        margin-bottom: 20px;
    }
    .contactTxt{
        text-align: center;
    }
    .aboutPgSec .aboutinnerBox{
        margin-bottom: 20px;
    }
    .aboutPgSec .contactBox{
        margin-bottom: 20px;
    }
    .serviceDetails{
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px){
   .testimonialSec.tMob{
      display: block !important;
   }
   .socialWrap{
    display: none;
   }
   .testimonialSec.tDesk{
      display: none !important;
   }
    .bannerWrap {
        height: 37vh;
    }
    .sidemenu{
        width: 100%;
    }
    .banner_menu.deskS{     
        column-count: 1;
      }
      .secH{
        font-size: 30px;
        line-height: normal;
      }
      .subH{
        font-size: 20px;
      }
      .serviceInnerBox .contentBox:last-child{
        margin-bottom: 0px;
        min-height: auto;
      }
      .sliderItem .itemInner {
        display: flex;
        flex-direction: column;
    }
    .sliderItem .itemInner .testitxt{
        width: 100%;
        margin-left: 0px;
    }
    .sliderItem .itemInner .testImg {
        width: 120px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .aboutDetailsTxt{
        margin-top: 20px;
    }
    .innerHeading{
        font-size: 24px;
    }
    .contactWrapBox{
        margin-top: 20px;
    }
    .pageTitle{
        font-size: 24px;
    }
    .serviceListBox .serviceimg img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .serviceListBox .serviceimg a{
        height: 100%;
    }
    .mobBottomBar {
      position: fixed;
     bottom: 0;
        background: #13064e;
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-top: 2px solid #cd0048;
        z-index: 10;
   }
   .mobBottomBar a{
      width: 50%;
      display: inline-block;
      text-align: center;
      padding: 10px;
      color: #fff;
   }
   .mobBottomBar a:not(:last-child){
      border-right: 1px solid #f7f7f7;
   }
}
@media screen and (max-width: 580px){
    .solutionContent {
        flex-direction: column;
    }
    .solutionContent .contentLeft {
        width: 100%;
        border-radius: 0px;
    }
    .solutionImg {
        width: 100px;
        margin: 0 auto;
    }
    .contentRight {
        width:100%;
        margin-top: 0px;
        text-align: center;
    }

    }
@media screen and (max-width: 420px){
    .bannerWrap {
        height: 175px;
    }
    .logoWeap {
        width: 130px;
    }
    .headerArea{
        padding: 10px 20px;
    }
    .menuTrigger {
        width: auto;
        font-size: 24px;
        height: auto;
    }
    .socialWrap{
        right: 15px;
    }
    .socialWrap ul li a {
        position: relative;
        margin-bottom: 4px;
        margin-top: 5px;
        font-size: 25px;
        color: #fff;
        display: flex;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.5s;
    }
    section {
        padding: 20px 0;
    }
    .mtasBox{
        flex-direction: column;
    }
    .tasBox .rightTxt{
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    .mtasBox .leftImg{
        margin-bottom: 20px;
    }
    .sliderItem .itemInner .testImg a.playIcon{
        width: 40px;
        height: 40px;
        top: 15%;
    }
}