@media only screen and (min-width: 1601px) {
    .mobileburger {
        display: none;
    }
}

@media only screen and (max-width: 1440px) {
    .mobileburger {
        display: none;
    }
}

@media only screen and (max-width: 1366px) {
    .mobileburger {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    .mobileburger {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .container {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    h1 {
        font-size: 50px;

    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

    a {
        font-size: 12px;
    }
.header-search {
    right: 137px !important;
}
    .Home-banner,
    .Home-banner::after {
        height: 400px
    }

    .aboutimg::before {
        width: 570px;
        height: 510px;
    }

    .aboutimg img {
        width: 450px;
        height: 400px;
    }

    .aboutcontent {
        width: 420px;
    }

    .home-solutions {
        padding: 50px 0;
    }

    .solutionsimgswidth {
        width: 295px;
    }

    .solutionimg {
        height: 270px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .solutiontext {
        width: 295px;
    }

    .soltionicon img {
        margin: -70px auto 20px;
    }

    .inputform textarea {
        width: 600px;
    }

    .inputform input {
        width: 270px;
    }

    .home-contactus {
        padding: 40px 0;
    }

    .mobileburger {
        display: none;
    }

    /********************************************************** ABOUT PAGE CSS START HERE *************************************************************/
    .leadingtext {
        width: 100%;
    }

    section.About-world {
        padding: 10px 0;
    }

    /*********************************************************** RESOURCES PAGE CSS START HERE **************************************************/
    .resourcesmain {
        padding: 30px 0;
    }

    .container-two {
        max-width: 90%;
    }

    .resourcesimg img {
        width: 90%;
    }

    .resourcestext {
        width: 45%;
    }

    /*********************************************************** RESOURCES DETAIL PAGE CSS START HERE **************************************************/
    .detailtext {
        width: 100%;
        max-width: 49%;
    }

    .detailimg {
        width: 100%;
        max-width: 45%;
    }

    .detailimg img {
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    .detailtext h2 {
        font-size: 30px;
    }
    .detailtext {
        max-width: 47%;
    }
    .detail2img img {
        max-width: 460px;
        object-fit: cover;
        height: 530px;
    }
    .threewidth {
        width: 300px;
}
.footericons ul {
    max-width: 40%;
}
.banneranchar a {
    padding: 8px 23px;
}
.aboutimg {
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 992px) {
  .header-search {
    right: 111px !important;
}
	.headerlinks ul li {
        margin-right: 5px;
    }

    .headerlinks ul li:last-child a {
        padding: 10px;
    }

    .headerlogo img {
        width: 200px;
    }

    .home-about {
        padding: 30px 0;
    }

    .aboutimg::before {
        width: 350px;
        height: 400px;
        bottom: -44px;
    }

    .aboutcontent {
        width: 350px;
    }

    .aboutcontent p {
        margin: 10px 0;
    }

    .aboutcontent h2 {
        margin-bottom: 10px;
    }

    .aboutimg img {
        width: 315px;
        height: 320px;
    }

    .inputform textarea {
        width: 445px;
    }

    .inputform input {
        width: 200px;
    }

    .solutionsimgswidth {
        width: 330px;
    }

    .soltionicon img {
        margin: -45px auto 20px;
    }

    .solutionsmainflex .solutionsimgswidth:last-child {
        margin: 30px auto 0;
    }

    .mobileburger {
        display: none;
    }

    /******************************************************************* RESOURCE PAGE CSS START HERE *****************************************************/
    .resourcestext {
        width: 60%;
    }

    .resourcesimg {
        width: 40%;
    }

    .resourcesimg img {
        width: 100%;
    }
    .detailflex {
        flex-direction: column-reverse;
        margin-bottom: 0px;
    }
    .detailimg {
        max-width: 70%;
        margin: 0 auto 20px;
    }
    .detailtext {
        width: 100%;
        max-width: 100%;
    }
    section.resourcesdetail {
        padding: 50px 0;
    }
    .detail2img img {
        margin: 0 auto 20px;
    }
    .detail2img {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .threewidth {
        width: 220px;
        height: 240px;
    }
    .withus p {
        width: 100%;
}
.workingtwo {
    width: 100%;
}
section.workingwithtwo {
    padding: 30px 0;
}
.footerlinks ul {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}
.footerlinks ul li {
    margin: 6px 0;
}
.footerlinks ul li a {
    font-size: 17px;
}
.footericons ul {
    max-width: 50%;
}
.footerlinks ul {
    margin: 20px auto;
}
.socList li a {
    margin: 10px;
}
}

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

span#headerSearchIc {
    font-size: 22px;
}
	.header-search {
    right: 60px !important;
    top: 13px !important;
}
	.searchFormInner {
    position: absolute;
    z-index: 999;
    top: 111px;
}
	
    #hamburger-6.is-active {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #hamburger-6.is-active .line:nth-child(2) {
        width: 0px;
    }

    #hamburger-6.is-active .line:nth-child(1),
    #hamburger-6.is-active .line:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    #hamburger-6.is-active .line:nth-child(1) {
        -webkit-transform: translateY(13px);
        -ms-transform: translateY(13px);
        -o-transform: translateY(13px);
        transform: translateY(11px);
    }

    #hamburger-6.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(90deg);
        -ms-transform: translateY(-13px) rotate(90deg);
        -o-transform: translateY(-13px) rotate(90deg);
        transform: translateY(-13px) rotate(90deg);
    }

    .row .three {
        padding: 80px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #2c3e50;
        color: #ecf0f1;
        text-align: center;
    }

    .hamburger .line {
        width: 40px;
        height: 4px;
        background-color: #000;
        display: block;
        margin: 8px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .three col {
        position: relative;
    }
    .hamburger.is-active {
        z-index: 999999999 !important;
        position: relative;
    }
    .hamburger.is-active span {
        background: #fff;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    .bannercontent h1 {
        font-size: 26px;
        line-height: 40px;
    }

    .bannercontent h3 {
        margin: 0px 0;
        font-size: 16px;
    }

    .Home-banner,
    .Home-banner::after {
        height: 250px;
        background-size: cover;
        background-position: right;
    }

    .Home-banner::after {
        background-color: rgba(161, 161, 161, 0.8);
    }
    .button input {
    padding: 15px 25px;
}

    .inputform textarea {
        width: 300px;
    }

    .inputform input {
        width: 300px;
    }

    .button {
        text-align: right;
        width: 320px;
    }

    .footerlogo img {
        width: 250px;
    }

    .footerlinks ul {
        width: 330px;
        margin: 25px auto;
    }

    .formflex {
        justify-content: center;
    }
    .aboutimg::before {
        width: 350px;
        height: 350px;
        bottom: 4px;
    }

    .aboutimg img {
        width: 340px;
        height: 320px;
        margin-bottom: 20px;
    }

    /************************************************************* ABOUT PAGE CSS START HERE ************************************************************/
    .about-banner h1 {
        font-size: 42px;
    }

    .leadingtext {
        width: 100%;
    }

    section.About-world {
        padding: 20px 0;
    }

    .leadingtext h2 {
        margin: 10px 0;
    }

    /******************************************************** RESOURCE PAGE CSS START HERE ***********************************************************/
    .resourcestext {
        width: 100%;
    }

    .resourcesimg {
        width: 100%;
        margin-top: 15px;
    }

    .resourcesimg {
        margin: 15px 0;
    }

    .resourcesflex {
        padding: 0px;
    }

    .headerlinks {
        position: fixed;
        top: -103%;
        height: 39vh;
        width: 100vw;
        background-color: black;
        transition: 0.5s ease-in-out;
        z-index: 999999;
        left: 0;
    }

    .headerlinks.active {
        top: 0;
    }

    .headerlinks ul li a {
        color: white;
        padding: 10px 0;
        font-size: 18px;
    }

    .headerlinks ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .detailimg img {
        height: auto;
    }
    .detailimg {
        max-width: 100%;
    }
    .detailtext h2 {
        font-size: 30px;
    }
    .detail2img img {
        width: 100%;
        max-width: 100%;
        object-fit: contain;
        height: auto;
    }
    section.resourcesdetail {
        padding: 25px 0;
    }
    .threewidth {
        width: 100%;
        height: 240px;
        margin-bottom: 10px;
    }
    .links ul li a {
        margin-right: 25px;
        font-family: 'Lato';
        font-size: 8px;
    }
    .headermain {
        padding: 10px 0;
}
.lastlineflex {
    flex-direction: column;
}
.footerlinks ul li a {
    font-size: 18px;
    padding-bottom: 10px;
}
.headerlinks ul li:last-child {
    display: none;
}
.headerlinks ul li:nth-child(5) {
    display: none;
}
.footericons ul {
    max-width: 100%;
}
.footericons ul {
    justify-content: center;
}
}