
@media (min-width: 768px) and (max-width: 990px) {
}
/* @media (max-width: 1540px){
    .containerFull{
        width: 100%;
        max-width: 1300px;
    }
} */
@media (max-width: 767px) {
    .containerFull{
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
    .leftLogo{
        width: 170px;
    }
     .offcanvas-header .leftLogo {
        width: 135px;

    }

    .offcanvas-header .leftLogo img {
        width: 100%;
        height: 100%;
    }
    .innerMenu ul li a {
    color: #222;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 10px;
    }
    .innerMenu ul li ul li a {
        padding-left: 25px;
        font-size: 15px;
        color: #333;
    }
    .innerMenu ul li a i{
        font-size: 13px;
    }
    .followUs {
        margin-top: 20px;
        padding-bottom: 10px;
        border-top: 1px solid #e0e0e0;
        padding-top: 30px;
        padding-left: 15px;
    }
    .followUs ul {
        display: flex;
        margin-top: 10px;
    }
    .innerMenu ul li ul {
        display: none;
    }
    .innerMenu ul li ul.active {
        display: block;
    }
    .rotated{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .followUs ul li a {
        display: inline-block;
        padding: 10px;
        font-size: 18px;
        color: #333;
    }
    .large_heading{
        font-size: 28px;
    }
    .btnTheme{
        padding: 12px 27px;
        font-size: 14px;
    }
    section{
        padding:40px 0
    }
    .heading{
        font-size: 26px;
    }
    .sub_heading{
        font-size: 24px;
    }
    .boxItem{
        padding: 1rem;
    }
    .leftAbout img{
        height: auto;
    }
    .negativeMargin{
        margin: 40px 0 0;
    }
    .title{
        font-size: 16px;
    }
    .itemSmallCol img{
        width: 60px;
    }
    .itemSmallCol .title{
        font-size: 15px;
    }
    .rightAboutRatio{
        padding:0px !important;
        box-shadow:none !important;
        border:none !important;
    }
    .leftRation .large_heading{
        font-size: 45px;
    }
    .itemRation{
        padding: 10px;
        margin-bottom: 15px;
    }
     .itemRation .large_heading{
        font-size: 35px;
     }
     .noTopSpace{
        padding-top: 0px;
     }
     .itemWhy{
        height: auto !important;
     }
     .small_heading{
        font-size: 20px;
     }
     .innerTestimonial{
        height: auto;
        padding: 20px;
     }
     .footerColumn{
        margin: 10px 0;
     }
     .footerItem .text{
        font-size: 14px;
     }
     .footer{
        padding: 3rem 0;
     }
     .itemWhy .btnTheme{
        padding: 12px 22px;
        font-size: 14px;
     }
     .aboutInner .itemWhy{
        padding: 20px 10px;
     }
     .innerClient{
        height: 80px;
     }
     .iconWe{
        width: 50px;
        height: 50px;
     }
     .rightWhyInner{
        margin-left: 15px;
     }
     .makeDifference{
        margin-bottom: 15px;
        padding: 20px;
     }
     .iconDifference{
        width: 60px;
        height: 60px;
        font-size: 1.9rem;
     }
     .leftProgramInner{
        padding-right: 0;
     }
     .bgGradientGreen{
        padding: 2rem;
     }
     .rightFormInner{
        padding: 0;
        box-shadow: none !important;
        margin-top: 30px;
     }
     .bannerText{
        text-align: center;
     }
     .itemblog{
        padding: 0;
     }
     .imgBlog img{
        height: 200px;
     }
     .singleImg img{
        height: auto;
     }
     .iconTesti{
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
     }
     .itemProSlider{
        padding: 0;
     }
     .leftBoxImg img{
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .rightContent{
        padding: 30px 0 0 0;
    }
    .itemBox{
        background: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
}
    .rightContent .bgGrey{
        background: transparent;
    }
    .bannerText ul li img{
        width: 50px;
    }
    .couraseBox{
        padding: 10px 15px;
    }
    .btnTheme i{
        margin-right: 5px;
    }
    .heightFull{
        height:auto;
    }
}
@media (min-width:768px) {
    .position-lg-absolute{
        position: absolute;
    }
    .translate-middle-lg-y{
        transform: translateY(-50%)!important;
        -webkit-transform: translateY(-50%)!important;
        -moz-transform: translateY(-50%)!important;
        -ms-transform: translateY(-50%)!important;
        -o-transform: translateY(-50%)!important;
}
}
@media (min-width: 1370px){
   .containerFull{
    max-width:1300px;
    margin: 0 auto;
    padding: 0;
   }
}
@media (min-width:1700px){
    .shapeBg{
        padding: 0;
        display: flex;
        align-items: center;
        height: 100vh;
    }
}

