
.testimonials .testimonial-item .fetimg {
    width: 125px;
    height: 75px;
    border-radius: unset !important;
    margin: 23px !important;
    margin-bottom: 0px !important;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}

#header .logo img {
  
     max-height: 400px; 
}
.img-fluidheaderlogo {
    max-width: 300px;
    height: 57px;
}
#hero {
    
    background: url(../../assets/websiteimages/businesswoman-enter-company-office-meeting-room-late-night-sitting-desk-late-night-working-marketing-profit-analyzing-statistics.jpg) center center;
    background-size: 100% 100%;
}

#startingbanner h1 {
    text-align: right;
    margin: 100px 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    /*text-shadow: 4px 3px red  !important;*/
}

#startingbannerdigitalsignage h1 {
    text-align: right;
    margin: 100px 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
   /* text-shadow: 4px 3px red !important;*/
}



#startingbannercorporatescreensaver h1 {
    text-align: right;
    margin: 100px 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    /*text-shadow: 4px 3px red  !important;*/
}
#startingbannerbooking
{
    width: 100%;
    height: calc(100vh - 72px);
    background: url(../../assets/websiteimages/hands-with-laptop-virtual-world-map.jpg) center center;
    background-size: 100% 100%;
    height: 400px;
    position: relative;
    margin-top: 72px;
    padding: 0;
}

#startingbannerbooking h1 {
    text-align: right;
    margin: 100px 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
   /* text-shadow: 4px 3px red  !important;*/
}



#startingbannercontact h1 {
    text-align: right;
    margin: 100px 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    /*text-shadow: 4px 3px red  !important;*/
}


.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}
.aboutusfirst p{
    text-align: left !important;
    margin-bottom: 18px;
}
.aboutusfirst h3{
    text-align: left !important;
}
.aboutusfirst ol li{
    text-align: left !important;
}
.what-we-do {
    position: relative;
}
.whatwedo .singledo {
    padding: 26px 40px 10px !important;
}
.singledo:hover {
    box-shadow: 0px 10px 30px 0px rgb(133 66 189) !important;
}
.backgroundshadow:hover {
    box-shadow: 2px 4px 14px 0px rgb(133 66 189) !important;
}
.what-we-do .single-do {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    padding: 56px 40px 69px;
    border-radius: 6px;
}
.mb-30 {
    margin-bottom: 30px;
}
.text-center {
    text-align: center!important;
}
.whatwedo .singledo .do-caption h4 {
    color: #2b4b80;
    font-size: 12px !important;
}
.whatwedo::before {
    background-image: none;
}
.what-we-do::before {
    background-image: url(../img/shape/what_do.png);
    position: absolute;
    content: "";
    top: -187px;
    z-index: 1;
    background-repeat: no-repeat;
    left: -236px;
    max-width: 243px;
    max-height: 482px;
    width: 243px;
    height: 482px;
}
.what-we-do::after {
    background-image: url(../img/shape/what_do_right.png);
    position: absolute;
    content: "";
    bottom: -187px;
    z-index: -1;
    background-repeat: no-repeat;
    right: -236px;
    max-width: 351px;
    max-height: 461px;
    width: 351px;
    height: 461px;
    bottom: 125px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito Sans',sans-serif !important;
}
body {
    font-family: 'Nunito Sans',sans-serif !important;
}
.what-we-do .single-do .do-caption h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 23px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
.team .member .member-info-content {
    
    left: 0px !important;
    
}

.freedomimages {
    max-width: 100%;
    height: 330px !important;
}
.freedomdiv{
    background: transparent !important;
}
.wecreatecapimgfirst img {
    height: 600px !important;
    width: -webkit-fill-available !important;
}
.offersdiv {
    border: 40px solid #cdcdcd;
    padding: 52px;
}
.alignitemsend {
    align-items: flex-start !important;
}
.we-create-area .we-create-cap h3 {
    
    margin-bottom: 29px;
  
}
.textofpara {
    font-size: 14px !important;
    padding-right: 0px !important;
    margin-bottom: 25px !important;
}
.create-padding {
    
    padding-bottom: 50px !important;
}
.back-to-top {
    
    right: 156px  !important;
    
}
.cont247{
    display: block !important;
}
.back-to-top247 {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #1bac91;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.testimonials .testimonial-item {

    margin-top: 10px;
}
.testimonials .testimonial-item .testimonial-img {
     width: 280px !important; 
     height: 280px !important;
     border-radius: unset !important; 
     margin: 0px !important;  
   
}
.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 19px 4px 5px;
    padding: 13px;
    color: #111;
    /* background: aqua; */
}
.testimonials .adv .testimonial-img {
     width: 280px !important; 
     height: 180px !important;
     border-radius: unset !important; 
     margin: 0px !important;  
     border: 1px solid lightblue;
}

.testimonials .testimonial-item .testimonial-imgclients {
    width: 125px;
    height: 75px;
    border-radius: unset !important; 
     margin: 0px !important;  
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}

.testimonials .testimonial-item {

    min-height: 92px !important;
}
section {
 
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.services .icon-box {
    padding: 0px !important;
}
.nav-menu, .nav-menu * {
    
    font-weight: 900;
    
}

.nav-menu .drop-down ul a {
    
    font-weight: 900 !important;
    
}




























@media only screen and (max-width:280px){
    .blog-card .blog-card-image img {
    width: 100%;
    height: 200px !important;
    border-radius: 6px;
    pointer-events: none;
}
    .sldimghomefront{
    width:100% !important;
    height:215px !important;
}
section#heror {
    height: 313px !important;
}
.img-fluidheaderlogo {
    max-width: 300px;
    height: 51px !important;
}
.testimonials .testimonial-item .testimonial-img {
    width: 238px !important;
    height: 224px !important;
    border-radius: unset !important;
    margin: 0px !important;
}
.testimonials .testimonial-item .testimonial-imgclients {
    width: 125px;
    height: 75px;
    border-radius: unset !important;
    margin: 50px !important;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}
#footer .footer-top .footer-links {
 
    padding-left: 12px !important;
}
.img-fluidheaderlogo{
        margin-top: 0px !important;
}
#footer .copyright {
   
    padding: 40px !important;
}
#startingbanner {
    
    height: 215px !important;
    margin-top: 61px !important;
    
}
.unordered-list li {
   
    padding-left: 0px !important;
    
}
#startingbannercontact
{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannercontact h1 {
    text-align: right;
    margin: 100px 0 10px 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    /* text-shadow: 4px 3px red !important; */
}
.contact .info {
     padding: 0px !important; 
     margin-bottom: 30px !important;
   
}
iframe#gmap_canvas {
    width: 248px !important;
}
.gmap_canvas {
   
    width: 248px  !important;
}
.mapouter {
    
    width: 248px  !important;
}
#startingbannerdigitalsignage{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannerdigitalsignage h1 {
   
    font-size: 32px !important;
   
}
.pt-5, .py-5 {
    padding-top: 0rem!important;
}
.youtubevideoblock{
    height: 180px !important;
}
.custimg{
    margin-top: 20px !important;
}
.commercialimage{
    height: 300px !important;
}
.modcon{
    padding: 18px !important;
    width: 98% !important;
}
.bkformmc{
    padding: 18px !important;
    width: 98% !important;
}
.headdiv1{
    width: 80% !important;
}
.headdiv2{
    width: 20% !important;
}
.touchimage{
    padding-left: 43px !important;
}
.touchtableleft{
    width: 55% !important;
}
.touchtableright{
    width: 45% !important;
}
.touchdesk{
    display: none !important;
}
.touchp{
    display: block !important;
}
#startingbannercorporatescreensaver{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannercorporatescreensaver h1 {
  
    font-size: 37px !important;
    
}
.eelastblockimg{
    height: 110px !important;
}
.offersdiv {
    border: 1px solid #cdcdcd !important;
    padding: 0px !important;
}
.wecreatecapimgfirst img {
    height: 200px !important;
    
}
.cusprodph{
    height: 140px !important;
    margin-top: 10px !important;
}
.contact .php-email-form {
   
    padding: 10px  !important;
   
}
.weekdays li, .days li {
  
    font-size: 18px !important;
}
.spinnerdiv {
    text-align: center !important;
}
.days {
  
     padding-left: 4px !important; 
}
.modal-content17 {
    background-color: #fefefe;
    margin: auto;
    padding: 27px;
    border: 1px solid #888;
    width: 100%;
}
.slottxt{
    font-size: 20px !important;
}
}




@media only screen and (min-width: 281px) and (max-width: 320px){
    .blog-card .blog-card-image img {
    width: 100%;
    height: 200px !important;
    border-radius: 6px;
    pointer-events: none;
}
    .sldimghomefront{
    width:100% !important;
    height:215px !important;
}
section#heror {
    height: 313px !important;
}
.img-fluidheaderlogo {
    max-width: 300px;
    height: 51px !important;
}
.testimonials .testimonial-item .testimonial-img {
    width: 238px !important;
    height: 224px !important;
    border-radius: unset !important;
    margin: 0px !important;
}
.testimonials .testimonial-item .testimonial-imgclients {
    width: 125px;
    height: 75px;
    border-radius: unset !important;
    margin: 50px !important;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}
#footer .footer-top .footer-links {
 
    padding-left: 12px !important;
}
.img-fluidheaderlogo{
        margin-top: 0px !important;
}
#footer .copyright {
   
    padding: 40px !important;
}
#startingbanner {
    
    height: 215px !important;
    margin-top: 61px !important;
    
}
.unordered-list li {
   
    padding-left: 0px !important;
    
}
#startingbannercontact
{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannercontact h1 {
    text-align: right;
    margin: 100px 0 10px 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    /* text-shadow: 4px 3px red !important; */
}
.contact .info {
     padding: 0px !important; 
     margin-bottom: 30px !important;
   
}
iframe#gmap_canvas {
    width: 248px !important;
}
.gmap_canvas {
   
    width: 248px  !important;
}
.mapouter {
    
    width: 248px  !important;
}
#startingbannerdigitalsignage{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannerdigitalsignage h1 {
   
    font-size: 32px !important;
   
}
.pt-5, .py-5 {
    padding-top: 0rem!important;
}
.youtubevideoblock{
    height: 180px !important;
}
.custimg{
    margin-top: 20px !important;
}
.commercialimage{
    height: 300px !important;
}
.modcon{
    padding: 18px !important;
    width: 98% !important;
}
.bkformmc{
    padding: 18px !important;
    width: 98% !important;
}
.headdiv1{
    width: 80% !important;
}
.headdiv2{
    width: 20% !important;
}
.touchimage{
    padding-left: 43px !important;
}
.touchtableleft{
    width: 55% !important;
}
.touchtableright{
    width: 45% !important;
}
.touchdesk{
    display: none !important;
}
.touchp{
    display: block !important;
}
#startingbannercorporatescreensaver{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannercorporatescreensaver h1 {
  
    font-size: 37px !important;
    
}
.eelastblockimg{
    height: 110px !important;
}
.offersdiv {
    border: 1px solid #cdcdcd !important;
    padding: 0px !important;
}
.wecreatecapimgfirst img {
    height: 200px !important;
    
}
.cusprodph{
    height: 140px !important;
    margin-top: 10px !important;
}
.contact .php-email-form {
   
    padding: 10px  !important;
   
}
.weekdays li, .days li {
  
    font-size: 18px !important;
}
.spinnerdiv {
    text-align: center !important;
}
.days {
  
     padding-left: 4px !important; 
}
.modal-content17 {
    background-color: #fefefe;
    margin: auto;
    padding: 27px;
    border: 1px solid #888;
    width: 100%;
}
.slottxt{
    font-size: 20px !important;
}
}




@media only screen and (min-width: 321px) and (max-width: 360px){
    .blog-card .blog-card-image img {
    width: 100%;
    height: 200px !important;
    border-radius: 6px;
    pointer-events: none;
}
    .sldimghomefront{
    width:100% !important;
    height:302px !important;
}
section#heror {
    height: 223px !important;
    margin-top: 55px !important;
}
.img-fluidheaderlogo {
    max-width: 300px;
    height: 51px !important;
}
.testimonials .testimonial-item .testimonial-img {
    width: 320px !important;
    height: 224px !important;
    border-radius: unset !important;
    margin: 0px !important;
}
.testimonials .testimonial-item .testimonial-imgclients {
    width: 125px;
    height: 75px;
    border-radius: unset !important;
    margin: 50px !important;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}
#footer .footer-top .footer-links {
 
    padding-left: 12px !important;
}
.img-fluidheaderlogo{
        margin-top: 0px !important;
}
#footer .copyright {
   
    padding: 40px !important;
}
#startingbanner {
    
    height: 215px !important;
    margin-top: 61px !important;
    
}
.unordered-list li {
   
    padding-left: 0px !important;
    
}
#startingbannercontact
{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannercontact h1 {
    text-align: right;
    margin: 100px 0 10px 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    /* text-shadow: 4px 3px red !important; */
}
.contact .info {
     padding: 0px !important; 
     margin-bottom: 30px !important;
   
}
iframe#gmap_canvas {
    width: 335px !important;
}
.gmap_canvas {
   
    width: 335px  !important;
}
.mapouter {
    
    width: 335px  !important;
}
#startingbannerdigitalsignage{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannerdigitalsignage h1 {
   
    font-size: 32px !important;
   
}
.pt-5, .py-5 {
    padding-top: 0rem!important;
}
.youtubevideoblock{
    height: 180px !important;
}
.custimg{
    margin-top: 20px !important;
}
.commercialimage{
    height: 300px !important;
}
.modcon{
    padding: 18px !important;
    width: 98% !important;
}
.bkformmc{
    padding: 18px !important;
    width: 98% !important;
}
.headdiv1{
    width: 80% !important;
}
.headdiv2{
    width: 20% !important;
}
.touchimage{
    padding-left: 62px !important;
}
.touchtableleft{
    width: 55% !important;
}
.touchtableright{
    width: 45% !important;
}
.touchdesk{
    display: none !important;
}
.touchp{
    display: block !important;
}
#startingbannercorporatescreensaver{
    height: 215px !important;
    margin-top: 61px !important;
}
section#heror{
    
}
#startingbannercorporatescreensaver h1 {
  
    font-size: 37px !important;
    
}
.eelastblockimg{
    height: 110px !important;
}
.offersdiv {
    border: 1px solid #cdcdcd !important;
    padding: 0px !important;
}
.wecreatecapimgfirst img {
    height: 200px !important;
    
}
.cusprodph{
    height: 140px !important;
    margin-top: 10px !important;
}
.contact .php-email-form {
   
    padding: 10px  !important;
   
}
.weekdays li, .days li {
  
    font-size: 18px !important;
}
.spinnerdiv {
    text-align: center !important;
}
.days {
  
     padding-left: 4px !important; 
}
.modal-content17 {
    background-color: #fefefe;
    margin: auto;
    padding: 27px;
    border: 1px solid #888;
    width: 100%;
}
.slottxt{
    font-size: 20px !important;
}
}




@media only screen and (min-width: 361px) and (max-width: 380px){
    .blog-card .blog-card-image img {
    width: 100%;
    height: 200px !important;
    border-radius: 6px;
    pointer-events: none;
}
     .sldimghomefront{
    width:100% !important;
    height:215px !important;
}
section#heror {
    height: 217px !important;
    margin-top: 60px !important;
}
.img-fluidheaderlogo {
    max-width: 300px;
    height: 51px !important;
}
.testimonials .testimonial-item .testimonial-img {
    width: 320px !important;
    height: 224px !important;
    border-radius: unset !important;
    margin: 0px !important;
}
.testimonials .testimonial-item .testimonial-imgclients {
    width: 125px;
    height: 75px;
    border-radius: unset !important;
    margin: 50px !important;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}
#footer .footer-top .footer-links {
 
    padding-left: 12px !important;
}
.img-fluidheaderlogo{
        margin-top: 0px !important;
}
#footer .copyright {
   
    padding: 40px !important;
}
#startingbanner {
    
    height: 215px !important;
    margin-top: 61px !important;
    
}
.unordered-list li {
   
    padding-left: 0px !important;
    
}
#startingbannercontact
{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannercontact h1 {
    text-align: right;
    margin: 100px 0 10px 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    /* text-shadow: 4px 3px red !important; */
}
.contact .info {
     padding: 0px !important; 
     margin-bottom: 30px !important;
   
}
iframe#gmap_canvas {
    width: 335px !important;
}
.gmap_canvas {
   
    width: 335px  !important;
}
.mapouter {
    
    width: 335px  !important;
}
#startingbannerdigitalsignage{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannerdigitalsignage h1 {
   
    font-size: 32px !important;
   
}
.pt-5, .py-5 {
    padding-top: 0rem!important;
}
.youtubevideoblock{
    height: 180px !important;
}
.custimg{
    margin-top: 20px !important;
}
.commercialimage{
    height: 300px !important;
}
.modcon{
    padding: 18px !important;
    width: 98% !important;
}
.bkformmc{
    padding: 18px !important;
    width: 98% !important;
}
.headdiv1{
    width: 80% !important;
}
.headdiv2{
    width: 20% !important;
}
.touchimage{
    padding-left: 77px !important;
}
.touchtableleft{
    width: 55% !important;
}
.touchtableright{
    width: 45% !important;
}
.touchdesk{
    display: none !important;
}
.touchp{
    display: block !important;
}
#startingbannercorporatescreensaver{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannercorporatescreensaver h1 {
  
    font-size: 37px !important;
    
}
.eelastblockimg{
    height: 110px !important;
}
.offersdiv {
    border: 1px solid #cdcdcd !important;
    padding: 0px !important;
}
.wecreatecapimgfirst img {
    height: 200px !important;
    
}
.cusprodph{
    height: 220px !important;
    margin-top: 10px !important;
}
.contact .php-email-form {
   
    padding: 10px  !important;
   
}
.weekdays li, .days li {
  
    font-size: 18px !important;
}
.spinnerdiv {
    text-align: center !important;
}
.days {
  
     padding-left: 4px !important; 
}
.modal-content17 {
    background-color: #fefefe;
    margin: auto;
    padding: 27px;
    border: 1px solid #888;
    width: 100%;
}
.slottxt{
    font-size: 20px !important;
}
}


@media only screen and (min-width: 381px) and (max-width: 400px){
    .blog-card .blog-card-image img {
    width: 100%;
    height: 200px !important;
    border-radius: 6px;
    pointer-events: none;
}
       .sldimghomefront{
    width:100% !important;
    height:215px !important;
}
section#heror {
    height: 217px !important;
    margin-top: 60px !important;
}
.img-fluidheaderlogo {
    max-width: 300px;
    height: 51px !important;
}
.testimonials .testimonial-item .testimonial-img {
    width: 320px !important;
    height: 224px !important;
    border-radius: unset !important;
    margin: 0px !important;
}
.testimonials .testimonial-item .testimonial-imgclients {
    width: 125px;
    height: 75px;
    border-radius: unset !important;
    margin: 50px !important;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}
#footer .footer-top .footer-links {
 
    padding-left: 12px !important;
}
.img-fluidheaderlogo{
        margin-top: 0px !important;
}
#footer .copyright {
   
    padding: 40px !important;
}
#startingbanner {
    
    height: 215px !important;
    margin-top: 61px !important;
    
}
.unordered-list li {
   
    padding-left: 0px !important;
    
}
#startingbannercontact
{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannercontact h1 {
    text-align: right;
    margin: 100px 0 10px 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    /* text-shadow: 4px 3px red !important; */
}
.contact .info {
     padding: 0px !important; 
     margin-bottom: 30px !important;
   
}
iframe#gmap_canvas {
    width: 358px !important;
}
.gmap_canvas {
   
    width: 358px  !important;
}
.mapouter {
    
    width: 358px  !important;
}
#startingbannerdigitalsignage{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannerdigitalsignage h1 {
   
    font-size: 32px !important;
   
}
.pt-5, .py-5 {
    padding-top: 0rem!important;
}
.youtubevideoblock{
    height: 180px !important;
}
.custimg{
    margin-top: 20px !important;
}
.commercialimage{
    height: 300px !important;
}
.modcon{
    padding: 18px !important;
    width: 98% !important;
}
.bkformmc{
    padding: 18px !important;
    width: 98% !important;
}
.headdiv1{
    width: 80% !important;
}
.headdiv2{
    width: 20% !important;
}
.touchimage{
    padding-left: 88px !important;
}
.touchtableleft{
    width: 55% !important;
}
.touchtableright{
    width: 45% !important;
}
.touchdesk{
    display: none !important;
}
.touchp{
    display: block !important;
}
#startingbannercorporatescreensaver{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannercorporatescreensaver h1 {
  
    font-size: 37px !important;
    
}
.eelastblockimg{
    height: 165px  !important;
}
.offersdiv {
    border: 1px solid #cdcdcd !important;
    padding: 0px !important;
}
.wecreatecapimgfirst img {
    height: 200px !important;
    
}
.cusprodph{
    height: 220px !important;
    margin-top: 10px !important;
}
.contact .php-email-form {
   
    padding: 10px  !important;
   
}
.weekdays li, .days li {
  
    font-size: 18px !important;
}
.spinnerdiv {
    text-align: center !important;
}
.days {
  
     padding-left: 4px !important; 
}
.modal-content17 {
    background-color: #fefefe;
    margin: auto;
    padding: 27px;
    border: 1px solid #888;
    width: 100%;
}
.slottxt{
    font-size: 20px !important;
}
}


@media only screen and (min-width: 401px) and (max-width: 500px){
    .blog-card .blog-card-image img {
    width: 100%;
    height: 200px !important;
    border-radius: 6px;
    pointer-events: none;
}
           .sldimghomefront{
    width:100% !important;
    height:215px !important;
}
section#heror {
    height: 217px !important;
    margin-top: 60px !important;
}
.img-fluidheaderlogo {
    max-width: 300px;
    height: 51px !important;
}
.testimonials .testimonial-item .testimonial-img {
    width: 320px !important;
    height: 224px !important;
    border-radius: unset !important;
    margin: 0px !important;
}
.testimonials .testimonial-item .testimonial-imgclients {
    width: 125px;
    height: 75px;
    border-radius: unset !important;
    margin: 50px !important;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}
#footer .footer-top .footer-links {
 
    padding-left: 12px !important;
}
.img-fluidheaderlogo{
        margin-top: 0px !important;
}
#footer .copyright {
   
    padding: 40px !important;
}
#startingbanner {
    
    height: 215px !important;
    margin-top: 61px !important;
    
}
.unordered-list li {
   
    padding-left: 0px !important;
    
}
#startingbannercontact
{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannercontact h1 {
    text-align: right;
    margin: 100px 0 10px 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    /* text-shadow: 4px 3px red !important; */
}
.contact .info {
     padding: 0px !important; 
     margin-bottom: 30px !important;
   
}
iframe#gmap_canvas {
    width: 385px !important;
}
.gmap_canvas {
   
    width: 385px  !important;
}
.mapouter {
    
    width: 385px  !important;
}
#startingbannerdigitalsignage{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannerdigitalsignage h1 {
   
    font-size: 32px !important;
   
}
.pt-5, .py-5 {
    padding-top: 0rem!important;
}
.youtubevideoblock{
    height: 180px !important;
}
.custimg{
    margin-top: 20px !important;
}
.commercialimage{
    height: 300px !important;
}
.modcon{
    padding: 18px !important;
    width: 98% !important;
}
.bkformmc{
    padding: 18px !important;
    width: 98% !important;
}
.headdiv1{
    width: 80% !important;
}
.headdiv2{
    width: 20% !important;
}
.touchimage{
    padding-left: 88px !important;
}
.touchtableleft{
    width: 55% !important;
}
.touchtableright{
    width: 45% !important;
}
.touchdesk{
    display: none !important;
}
.touchp{
    display: block !important;
}
#startingbannercorporatescreensaver{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannercorporatescreensaver h1 {
  
    font-size: 37px !important;
    
}
.eelastblockimg{
    height: 238px  !important;
}
.offersdiv {
    border: 1px solid #cdcdcd !important;
    padding: 0px !important;
}
.wecreatecapimgfirst img {
    height: 200px !important;
    
}
.cusprodph{
    height: 220px !important;
    margin-top: 10px !important;
}
.contact .php-email-form {
   
    padding: 10px  !important;
   
}
.weekdays li, .days li {
  
    font-size: 18px !important;
}
.spinnerdiv {
    text-align: center !important;
}
.days {
  
     padding-left: 4px !important; 
}
.modal-content17 {
    background-color: #fefefe;
    margin: auto;
    padding: 27px;
    border: 1px solid #888;
    width: 100%;
}
.slottxt{
    font-size: 20px !important;
}
}


@media only screen and (min-width: 501px) and (max-width: 600px){
    .blog-card .blog-card-image img {
    width: 100%;
    height: 300px !important;
    border-radius: 6px;
    pointer-events: none;
}
               .sldimghomefront{
    width:100% !important;
    height:311px !important;
}
section#heror {
    height: 311px !important;
    margin-top: 60px !important;
}
.img-fluidheaderlogo {
    max-width: 300px;
    height: 51px !important;
}
.testimonials .testimonial-item .testimonial-img {
    width: 500px  !important;
    height: 366px   !important;
    border-radius: unset !important;
    margin: 0px !important;
}
.testimonials .testimonial-item .testimonial-imgclients {
   width: 367px;
    height: 195px;
    border-radius: unset !important;
    margin: 50px !important;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}
#footer .footer-top .footer-links {
 
    padding-left: 12px !important;
}
.img-fluidheaderlogo{
        margin-top: 0px !important;
}
#footer .copyright {
   
    padding: 40px !important;
}
#startingbanner {
    
    height: 215px !important;
    margin-top: 61px !important;
    
}
.unordered-list li {
   
    padding-left: 0px !important;
    
}
#startingbannercontact
{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannercontact h1 {
    text-align: right;
    margin: 100px 0 10px 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    /* text-shadow: 4px 3px red !important; */
}
.contact .info {
     padding: 0px !important; 
     margin-bottom: 30px !important;
   
}
iframe#gmap_canvas {
    width: 508px !important;
}
.gmap_canvas {
   
    width: 508px  !important;
}
.mapouter {
    
    width: 508px  !important;
}
#startingbannerdigitalsignage{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannerdigitalsignage h1 {
   
    font-size: 32px !important;
   
}
.pt-5, .py-5 {
    padding-top: 0rem!important;
}
.youtubevideoblock{
    height: 397px !important;
}
.custimg{
    margin-top: 20px !important;
        width: -webkit-fill-available;
}
.commercialimage{
    height: 300px !important;
}
.modcon{
    padding: 18px !important;
    width: 98% !important;
}
.bkformmc{
    padding: 18px !important;
    width: 98% !important;
}
.headdiv1{
    width: 80% !important;
}
.headdiv2{
    width: 20% !important;
}
.touchimage{
    padding-left: 162px !important;
}
.touchtableleft{
    width: 55% !important;
}
.touchtableright{
    width: 45% !important;
}
.touchdesk{
    display: none !important;
}
.touchp{
    display: block !important;
}
#startingbannercorporatescreensaver{
    height: 215px !important;
    margin-top: 61px !important;
}
#startingbannercorporatescreensaver h1 {
  
    font-size: 37px !important;
    
}
.eelastblockimg{
    height: 238px  !important;
}
.offersdiv {
    border: 1px solid #cdcdcd !important;
    padding: 0px !important;
}
.wecreatecapimgfirst img {
    height: 360px !important;
    
}
.cusprodph{
    height: 340px !important;
    margin-top: 10px !important;
}
.contact .php-email-form {
   
    padding: 10px  !important;
   
}
.weekdays li, .days li {
  
    font-size: 18px !important;
}
.spinnerdiv {
    text-align: center !important;
}
.days {
  
     padding-left: 4px !important; 
}
.modal-content17 {
    background-color: #fefefe;
    margin: auto;
    padding: 27px;
    border: 1px solid #888;
    width: 100%;
}
.slottxt{
    font-size: 20px !important;
}
.blkimgs{
    height: 397px !important;
}
.testimonial-item  .fa{
    font-size: 200px !important;
}
}




@media only screen and (min-width: 601px) and (max-width: 768px){
                   .sldimghomefront{
    width:100% !important;
    height:419px !important;
}
section#heror {
    height: 421px !important;
    margin-top: 60px !important;
}
.img-fluidheaderlogo {
    max-width: 300px;
    height: 51px !important;
}
.testimonials .testimonial-item .testimonial-img {
    width: 365px  !important;
    height: 366px   !important;
    border-radius: unset !important;
    margin: 0px !important;
}
.testimonials .testimonial-item .testimonial-imgclients {
   width: 308px;
    height: 195px;
    border-radius: unset !important;
    margin: 50px !important;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}
#footer .footer-top .footer-links {
 
    padding-left: 12px !important;
}
.img-fluidheaderlogo{
        margin-top: 0px !important;
}
#footer .copyright {
   
    padding: 40px !important;
}
#startingbanner {
    
    height: 330px !important;
    margin-top: 61px !important;
    
}
.unordered-list li {
   
    padding-left: 0px !important;
    
}
#startingbannercontact
{
    height: 330px !important;
    margin-top: 61px !important;
}
#startingbannercontact h1 {
    text-align: right;
    margin: 100px 0 10px 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    /* text-shadow: 4px 3px red !important; */
}
.contact .info {
     padding: 0px !important; 
     margin-bottom: 30px !important;
   
}
iframe#gmap_canvas {
    width: 730px !important;
}
.gmap_canvas {
   
    width: 730px  !important;
}
.mapouter {
    
    width: 730px  !important;
}
#startingbannerdigitalsignage{
    height: 330px !important;
    margin-top: 61px !important;
}
#startingbannerdigitalsignage h1 {
   
    font-size: 32px !important;
   
}
.pt-5, .py-5 {
    padding-top: 0rem!important;
}
.youtubevideoblock{
    height: 397px !important;
}
.custimg{
    margin-top: 20px !important;
    width: -webkit-fill-available;
}
.commercialimage{
    height: 300px !important;
}
.modcon{
    padding: 18px !important;
    width: 98% !important;
}
.bkformmc{
    padding: 18px !important;
    width: 98% !important;
}
.headdiv1{
    width: 80% !important;
}
.headdiv2{
    width: 20% !important;
}
.touchimage{
    padding-left: 281px !important;
}
.touchtableleft{
    width: 55% !important;
}
.touchtableright{
    width: 45% !important;
}
.touchdesk{
    display: none !important;
}
.touchp{
    display: block !important;
}
#startingbannercorporatescreensaver{
    height: 330px !important;
    margin-top: 61px !important;
}
#startingbannercorporatescreensaver h1 {
  
    font-size: 37px !important;
    
}
.eelastblockimg{
    height: 313px  !important;
}
.offersdiv {
    border: 1px solid #cdcdcd !important;
    padding: 0px !important;
}
.wecreatecapimgfirst img {
    height: 500px !important;
    
}
.cusprodph{
    height: 300px  !important;
    margin-top: 10px !important;
}
.contact .php-email-form {
   
    padding: 10px  !important;
   
}
.weekdays li, .days li {
  
    font-size: 18px !important;
}
.spinnerdiv {
    text-align: center !important;
}
.days {
  
     padding-left: 4px !important; 
}
.modal-content17 {
    background-color: #fefefe;
    margin: auto;
    padding: 27px;
    border: 1px solid #888;
    width: 100%;
}
.slottxt{
    font-size: 20px !important;
}
.blkimgs{
    height: 110px !important;
}
.testimonial-item  .fa{
    font-size: 200px !important;
}
}




@media only screen and (min-width: 769px) and (max-width: 1200px){
    .sldimghomefront{
        height: 400px !important;
    }
    section#heror{
        height: 400px !important;
        margin-top: 72px !important;
    }
    .testimonials .testimonial-item .testimonial-img {
    width: 236px !important;
    height: 255px !important;
    border-radius: unset !important;
    margin: 0px !important;
}
.testimonials .adv .testimonial-img {
    width: 225px !important;
    height: 180px !important;
    border-radius: unset !important;
    margin: 0px !important;
    border: 1px solid lightblue;
}
    
}




@media only screen and (min-width: 1201px) and (max-width: 1366px){
    .wecreatecapimgfirst img {
    height: 450px  !important;
    width: -webkit-fill-available !important;
}
}




@media only screen and (min-width: 1367px) and (max-width: 2500px){
    .sldimghomefront{
    width:1519px !important;
    height:700px !important;
}
section#heror {
    height: 700px !important;
}
}