html, body {
    overflow-x: hidden;
}
body {
	/*margin: 0;*/
    /*font-family: Verdana, Helvetica, Arial;*/
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #212529;
    font-size: 16px;
    font-weight: 400;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: disc;
    font-size: 17px;
    line-height: 1.59;
}
a {
    text-decoration: none;
    color: #2f2f2f;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
    /*font-family: Verdana, Helvetica, Arial;*/
    /*font-family: 'Raleway', sans-serif;*/
    /*font-weight: 700;*/
    margin-top: 0;
}
img {
    border: none;
    max-width: 100%;
}

.scrollToTop {
    background-color: #0091ea;
    bottom: 60px;
    color: #ffffff;
    display: none;
    font-size: 25px;
    line-height: 32px;
    position: fixed;
    right: 10%;
    bottom: 25px;
    text-align: center;
    text-decoration: none;
    width: 37px;
    height: 37px;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.scrollToTop:hover,
.scrollToTop:focus {
    color: #fff;
}

/*#########################- Home page IOT  ############################*/
    #showIoT {
        margin-top: 50px;
    }
    #showIoT .modal-header h5 {
        color: #1cb11c;
        font-size: 16px;
    }
    .iot-image img {
        border: 1px solid #8cafe8;
    }
    .iot-image {
        margin-bottom: -14%;
    }
    .iot-image .iot-but {
        position: relative;
        bottom: 24%;
        left: 35%;
        margin: 10px;
    }
    .iot-but button, .hire-buttons button {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;            
    }
    #showIoT .btn-group-lg>.btn, #showIoT .btn-lg {
        padding: 5px; 
        /*font-size: 1.25rem;*/
        line-height: 1.5;
        border-radius: .3rem;
    }


    .hire-buttons {
        display: flex;
        position: relative;
        bottom: 69%;
        left: 19%;
    }
    .hire-buttons div {
        margin: 10px;
    }



/* ================================*/
.marquee-text .container
{
    min-height: 60px;
    position: relative;
    /*box-sizing: border-box;*/
}
.marquee-text .container .mar-img {
    /*padding: 10px;*/
    background-color: #fff;
    /*color: #626060;*/
    /*font-weight: bold;*/
}
.marquee-text .container marquee {
    /*line-height: 0.8;*/
}
.mar-txt {
    padding-top: 9px;
}
.marquee-text .container .mar-img-one {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.marquee-text .container .mar-img-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}
/* ================================*/






/* ================================*/
/*  FROM HOME PAGE INTERNAL CSS */
/* ================================*/
#navbarDropdown:hover .dropdown-menu {
    display: block;
}
#entupleVideo .col-12 {
    padding: 35px;
}
.iframe-youtube{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-youtube iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.marquee-text {
    border: 1px solid #e9f0f5;
    background-color: #ffffff;
    /*position: fixed;*/
    margin-top: 10px;
    margin-bottom: -10px;
}
marquee {
    padding: 8px 0px;
    
}
marquee span {
    /*color: #8B1DE0;*/
}
marquee, marquee a {
    color: #008000;
    font-weight: 600;
    font-size: 16px;
}
marquee a {
    color: #008000;
    font-size: 17px;
    text-decoration: underline;
}

.iot-image {
    margin-bottom: 0 
}
.modal-body {
    padding: 0;
}





/*#########################- End of Home page IOT  ############################*/


/*------------------- Whats New Image Blink ---------------------*/

/* Below are css for Whats New option & Linkedin Logo */




#WhatsNew {
    position: fixed;
    right: 2px;
    top: 40%;
    z-index: 100;
}
#WhatsNew #NewImg {
    text-align: right;
    margin-bottom: 20px;
}
#WhatsNew #NewImgOne {
    text-align: right;
    margin-bottom: 10px;
}
#TextDiv {
    display: none;
}
#WhatsNew:hover  #TextDiv {
    display: block;
}
.whats-new-img img {
    cursor: pointer;
}
.whats-new-hover-text {
    position: absolute;
    top: 5px;
    right: 67px;   
    background-color: #fde192;
    padding: 10px;
    width: 150px;
    box-shadow: 0px 0px 10px 3px #767676;
    border-radius: 10px;
}
.whats-new-hover p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
#TextDiv .button {
    text-align: center;
}
/*-------------- End of Whats New Image Blink -----------------*/


/*------------------- carousel slider ---------------------*/
.carousel-item:after {
    background-color: #d6d6d679;
    border-top: 2px solid #0091ea;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: .2;
    width: 100%;
    z-index: 10;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
    position: absolute;
    top: 30%;
    bottom: 30%;
}
.carousel-control-prev i, .carousel-control-next i {
    font-size: 35px;
    color: #f0831b;
}

.slider-mob {
    /*display: none !important;*/
    display: none;
}

.slider-full {
    /*display: block !important;*/
    display: block;
}
.carousel-caption {
	text-transform: uppercase;
    background-color: #0091ea;
    position: initial !important;
}
/*.carousel-caption h3 {
	font-size: 20px;
	font-weight: 500;
}*/

/* Know more button for Wavect controller page */
.carousel-inner .btn {
    padding: 0px 5px;
}
.carousel-item button {
    position: absolute;
    bottom: 53px;
    left: 51px;
    z-index: 99;
    border-radius: 20px;
}
/* Below carousel-item-2 for Nanatom button */
.carousel-item-2 button {
    position: absolute;
    bottom: 55px;
    left: 120px;
    z-index: 99;
    border-radius: 20px;
}
.btn-outline-know-more {
    font-size: 8px;
    font-weight: bold;
    background-color: #609fe0;
}
.btn-outline-know-more a {
    color: #ffffff;
}
.btn-outline-know-more:hover {
    color: #007bff;
    background-color: #eaecec;
}
.btn-outline-know-more:hover a {
    color: #007bff;
}
/* End of Know more button for Wavect controller page */

/*--------------End of carousel slider --------------*/


/*------------- Section Common Styles  --------------*/
main {
	height: 100%;
}
main section {
    /*background-image: url("../images/mesh-bg.jpg");*/
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: inline;
    float: left;
    /*position: relative;*/
    width: 100%;
}
.entuple-title {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    /*margin-bottom: 35px;*/
    /*padding: 0 10%;*/
}
.entuple-title h2 {
    color: #323232;
    /*font-size: 30px;*/
    text-transform: uppercase;
    /*margin-bottom: 15px;*/
}
.entuple-domains {
    margin-bottom: 25px;
}
.entuple-title p {
    text-align: justify;
}
/*------------- End of section Common Styles  --------------*/









/*------------- About / Who We Are Styles  --------------*/
.entuple-about-area {
    display: inline;
    float: left;
    padding: 20px 0;
    width: 100%;
}
.entuple-title h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.entuple-about-left {
    display: inline;
    float: left;
    padding-right: 15px;
    width: 100%;
}

.entuple-about-right {
    display: inline;
    float: left;
    margin-top: 20px;
	padding-left: 5px;
    width: 100%;
}
.entuple-about-right ul li {
    list-style: none;
    float: left;
    /*margin-bottom: 10px;*/
}
.entuple-about-right ul li h3 {
	border-bottom: 3px solid #e5e5e5;
    color: #323232;
    font-size: 18px;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 2px;
}
.entuple-title p, .entuple-about-right p {
	font-size: 14px;
}
.entuple-about-right ul li p {
    text-align: justify;
}
/*------------- End of About / Who We Are Styles  --------------*/


/*------------- Quote Section Styles  --------------*/
#entupleQuote {
    float: left;
    position: relative;
    width: 100%;
}
#entupleQuote:before {
    background: #0091E3;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.entuple-quote-area {
    display: inline;
    float: left;
    padding: 5px 7px;
    width: 100%;
}
.entuple-quote-left {
    color: #fff;
    display: inline;
    float: left;
    /*max-width: 70%;*/    
    margin-top: 40px;
}
.entuple-quote-left h2 {
	font-family: 'Gentium Book Basic', serif;
    font-size: 20px;
    margin-bottom: 8px;
}
.entuple-quote-left p {
    margin-bottom: 0;
    font-size: 15px;
}
.entuple-quote-right {
	/*margin-top: 15px;*/
}
.entuple-quote-image li {
	list-style: none;
    text-align: center;
}
.quote-img {
    border-radius: 50%;
    display: inline-block;
    border: 4px solid #f8f8f8;
    /*margin-bottom: 25px;*/
    margin: 15px 0 5px 0;
}

/*------------- End of Quote Section Styles  ---------*/


/*------------- Solutions Section Styles  --------------*/
#entupleSolutions {
    display: inline;
    float: left;
    width: 100%;
    padding: 20px 0;
}
.entuple-solutions-area {
    display: inline;
    float: left;
    width: 100%;
}
.entuple-solutions-content {
    display: inline;
    float: left;
    width: 100%;
    margin-top: -20px;
}
.solution-titles {
	margin-top: 25px;
}
.ent-single-solution {
    display: inline;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.ent-single-solution-content h3:hover {
    -webkit-animation: textRotate 1s linear 1;
    -moz-animation: textRotate 1s linear 1;
    animation: textRotate 1s linear 1;
    color: #28a745;
}
@keyframes textRotate {
    100% {
        transform: rotateX(360deg);
    }
}
.ent-single-solution-icon {
    background-color: #0091ea;
    border-radius: 50%;
    color: #fff;
    display: inline;
    font-size: 18px;
    float: left;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    margin-right: 10px;
}

.ent-single-solution-content {
    display: inline;
    /*float: left;*/
    /*width: 80%;*/
}
.ent-single-solution-content h3 {
    color: #323232;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 14px;
}
.pad-top h3 {
     margin-top: 2px;   
}
.all-solution-icons {
	display: inline;
    float: left;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    /*margin-top: 10px;*/
}
.single-solution-icon .solution-title {
    color: #0091ea;
    text-transform: capitalize;
    font-size: 16px;
}

/***********************Another Way of Shaking*******************/
/*.odd:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}*/

.ent-single-solution-icon:hover {
    background-color: #ffffff;
    color: #0091ea;
    -webkit-animation: logoRotate 2s linear 1;
    -moz-animation: logoRotate 2s linear 1;
    animation: logoRotate 2s linear 1;
    border: 2px solid #0091ea;
}
/* To Shake an icon in solutions section*/
.odd:hover {
    -webkit-animation: spin 0.5s linear 2;
    -moz-animation: spin 0.5s linear 2;
    animation: spin 0.5s linear 2;
    cursor: pointer;
}
@keyframes spin {
    35% {
        -moz-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    80% {
        -moz-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    95% {
        -moz-transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}

@keyframes logoRotate {
    100% {
        transform: rotateY(360deg);
    }
}
/*------------- End of Solutions Section Styles  --------------*/

/*------------- Principals Section Styles  --------------*/
    #entuplePrincipals {
        display: inline;
        float: left;
        width: 100%;
        /*background-color: #f8f9fa;*/
        position: relative;
    }
    #entuplePrincipals:before {
        /*background-color: #f0f5f9;*/
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;	
    }
    #entuplePrincipals .entuple-title h2 {
        margin: 8px 0px 0px 0px;
    }
    #principalSlider li {
        list-style-type: none !important;
    }
    /* #flexiselDemo3 {
    display:none;
    } */
    .nbs-flexisel-container {
        position:relative;
        max-width:100%;
    }
    .nbs-flexisel-ul {
        position:relative;
        width:99999px;
        margin:0px;
        padding:0px;
        list-style-type:none;   
        text-align:center;  
        overflow: auto;
    }
    .nbs-flexisel-inner {
        position: relative;
        overflow: hidden;
        float:left;
        width:100%;
        margin: 15px 0;
    }
    .nbs-flexisel-item {
        float:left;
        margin:0px;
        padding:0px;
        cursor:pointer;
        position:relative;
        line-height:0px;
    }
    .nbs-flexisel-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

/*------------- End of Principals Section Styles  --------------*/


/*------------- Awards Image Section Styles  ----------------------*/
#entupleAwards {
    background-color: #0091ea;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}
.entuple-awards-right:after {
    background-color: #0091ea;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.3;
    width: 100%;
    z-index: 10;
}
/*------------- End of Awards Image Section Styles  --------------*/


/*------------- Entuple Resources Section Styles -------------------*/
#entupleResources {
    display: inline;
    float: left;
    width: 100%;
}
.entuple-resources-area {
    display: inline;
    float: left;
    padding: 15px 0;
    width: 100%;
}
.resource-content {
    /*position: absolute;*/
}
.individual-resource {
	margin: 5px 0 8px 0;
}
.resource-title {
    text-align: left;
    color: #ffffff;
    background-color: rgb(163, 188, 214, 0.5);
}
.resource-title:hover {
    background-color: rgb(121, 184, 249, 0.6);
}
.resource-texts {
    margin-top: 110px;
    font-size: 11px;
    margin-left: -20px;
}
.resource-texts h5{
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}
.resource-texts h6{
    font-size: .7rem;
    margin-top: -5px;
}
.resource-texts .card-link {
    color: #fff;
    font-size: 11px;
}
.resource-texts .card-link:hover {
    text-decoration: underline !important;
}


/*------------- End of Entuple Resources Section Styles ----------------*/



@media (max-width: 320px) {

}

@media /*(min-width: 321px) and*/ (max-width: 359px) {	
	

    .marquee-text .container .mar-img-one img {
        width: 75%;
        height: 75%;
    }
    
    /*------------------ carousel slider ---------------------*/
    #mainCarousel {
    	margin-top: 10px;
    }
    .slider-mob {
	    /*display: none !important;*/
	    display: block;
	}

	.slider-full {
	    /*display: block !important;*/
	    display: none;
	}
	.carousel-control-prev i,
    .carousel-control-next i {
        font-size: 20px ;
    }
    .carousel-caption h3 {
        font-size: 13px;
    }
    .carousel-caption {
	    padding: 3px 0px 1px 0px !important;
	    min-height: 45px !important;
	    
	}
	.text-middle {
	    margin-top: 10px !important;
	}
	/*------------------ End of carousel slider ----------------*/

}

@media (min-width: 360px) and (max-width: 410px) {

    .marquee-text .container .mar-img-one img {
        width: 75%;
        height: 75%;
    }

    /*------------------ carousel slider ---------------------*/
    #mainCarousel {
    	margin-top: 10px;
    }
    .slider-mob {
	    /*display: none !important;*/
	    display: block;
	}

	.slider-full {
	    /*display: block !important;*/
	    display: none;
	}
	.carousel-control-prev i,
    .carousel-control-next i {
        font-size: 20px ;
    }
    .carousel-caption h3 {
        font-size: 14px;
    }
    .carousel-caption {
	    padding: 3px 0px 1px 0px !important;
	    min-height: 45px !important;
	    
	}
	.text-middle {
	    margin-top: 10px !important;
	}
    
    /*------------------ End of carousel slider -----------------*/

    /*------------- Entuple Resources Section Styles -------------------*/
	.resource-texts {
	    margin-top: 130px;
	}
	.resource-texts h5{
	    font-size: 1.2rem;
	}
	.resource-texts h6{
	    font-size: .8rem;
	}
	.resource-texts .card-link {
	    font-size: 12px;
	}
	/*------------- End of Entuple Resources Section Styles ----------------*/
    
}

@media (min-width: 411px) and (max-width: 480px) {

    .marquee-text {
        margin-top: 0px;
        margin-bottom: 0px;
    }
	/*------------------ carousel slider ---------------------*/
	#mainCarousel {
		/*margin-top: 10px;*/
	}
	.slider-mob {
	    display: block;
	}
	.slider-full {
	    display: none;
	}
    .carousel-caption h3 {
        font-size: 16px;
    }
    .carousel-caption {
	    padding: 3px 0px 1px 0px !important;
	    min-height: 50px !important;
	}
	.text-middle {
	    margin-top: 10px !important;
	}

    /* Know more button for Wavect controller page */
    .carousel-item button {
        bottom: 62px;
        left: 70px;
    }
    .carousel-item-2 button {
        bottom: 62px;
        left: 140px;
    }
    .btn-outline-know-more {
        font-size: 10px;
        font-weight: bold;
    }
    /* End of Know more button for Wavect controller page */
	/*------------------ End of carousel slider ------------------*/

	/*------------- Quote Section Styles  --------------*/
	.entuple-quote-area {
	    /*padding: 20px 10px;*/
	}
	/*.quote-img {
		margin: 15px 0 5px 0;
	}*/

	/*------------- End of Quote Section Styles  --------------*/
	/*------------- Solutions Section Styles  -------------------*/
	.ent-single-solution-content h3 {
	   	font-size: 18px;
	    margin-top: 12px;
	}
    .pad-top h3 {
         margin-top: 2px;   
    }
	/*------------- End of Solutions Section Styles  --------------*/

	/*------------- Entuple Resources Section Styles -------------------*/
	.resource-texts {
	    margin-top: 140px;
	}
	.resource-texts h5{
	    font-size: 1.3rem;
	}
	.resource-texts h6{
	    font-size: .9rem;
	}
	.resource-texts .card-link {
	    font-size: 13px;
	}
	/*------------- End of Entuple Resources Section Styles ----------------*/
}

@media (min-width: 481px) and (max-width: 640px) {
    /*#########################- Home page IOT  ############################*/
    #WhatsNew {
        position: fixed;
        right: 5px;
        top: 25%;
        z-index: 100;
    }
    #WhatsNew #NewImg {
        position: fixed;
        right: 5px;
        top: 25%;
    }
    #WhatsNew #NewImgOne {
        position: fixed;
        right: 5px;
        top: 15%;
    }
    #WhatsNew #NewImgCovid {
        position: fixed;
        right: 5px;
        top: 60%;
    }
        #showIoT {
            margin-top: 15px;
        }
        .iot-image {
            margin-bottom: -8%;
        }
        .iot-image .iot-but {
            position: relative;
            bottom: 28%;
            left: 40%;
            margin: 10px;
        }
        .iot-but button, .hire-buttons button {
            font-size: 12px;
        }
        #showIoT .btn-group-lg>.btn, #showIoT .btn-lg {
            padding: 5px; 
        }
    /*#########################- End of Home page IOT  ############################*/

	/* Navbar display block & font adjustment */
	
	/*------------------ carousel slider ---------------------*/
	.carousel-caption h3 {
        font-size: 16px;
        margin-top: -10px;
    }
    /* carousel Know more button for Wavect controller page */
    .carousel-inner .btn {
        padding: 3px 8px;
    }
    .carousel-item button {
        bottom: 75px;
        left: 95px;
    }
    .carousel-item-2 button {
        bottom: 75px;
        left: 210px;
    } 
    .btn-outline-know-more {
        font-size: 11px;
        font-weight: bold;
    }
    /* carousel End of Know more button for Wavect controller page */
	/*------------------ carousel slider ---------------------*/
	/*------------------ Resources  ---------------------*/
	.resource-content {
		margin: 0px 55px;
    }
    .resource-texts {
	    margin-top: 140px;
	    font-size: 11px;
	    margin-left: -20px;
	}
	.resource-texts h5 {
	    font-size: 1.2rem;
	}
	.resource-texts h6 {
	    font-size: .9rem;
	}
	.resource-texts .card-link {
	    font-size: 12px;
	}
	/*------------------ End of Resources  ---------------------*/
    
}
@media screen {
	
}
/*For Resource Mobile Landscape View*/
@media only screen and (min-width: 576px) {

	.resource-texts {
	    margin-top: 40px;
	}
	.resource-texts h5 {
	    font-size: 13px;
	}
	.resource-texts h6 {
	    font-size: 12px;
	}
	.resource-texts .card-link {
	    font-size: 11px;
	}
}
/*For Resource on Landscape mode on mobile phones*/
@media only screen and (min-width: 640px) {
    
    /*------------------ Solutions  ---------------------*/
    .pad-top h3 {
         margin-top: 14px;   
    }
    /*------------------Solutions  ---------------------*/    
	/*------------------ Resources  ---------------------*/
	/*.resource-content {
		margin: 0px 55px;
    }*/
    .resource-texts {
	    margin-top: 35px;
	}
	.card-img-overlay .resource-texts {
	    margin-top: 140px;
	}
	.resource-texts h5 {
	    font-size: 14px;
	}
	.resource-texts h6 {
	    font-size: 12px;
	}
	.resource-texts .card-link {
	    font-size: 11px;
	}
	/*------------------ End of Resources  ---------------------*/
	
}
@media (min-width: 641px) and (max-width: 767px) {
    /*#########################- Home page IOT  ############################*/
        #showIoT {
            margin-top: 15px;
        }
        .iot-image {
            margin-bottom: -8%;
        }
        .iot-image .iot-but {
            position: relative;
            bottom: 28%;
            left: 40%;
            margin: 10px;
        }
        .iot-but button, .hire-buttons button {
            font-size: 12px;
        }
        #showIoT .btn-group-lg>.btn, #showIoT .btn-lg {
            padding: 5px; 
        }
    /*#########################- End of Home page IOT  ############################*/

	/*-------------- Header with Navbar -----------------*/
	#mainCarousel {
		/*margin-top: 10px;*/
	}
	
	/*------------------ carousel slider ---------------------*/
	.carousel-caption h3 {
        font-size: 16px;
        text-transform: uppercase;
    }
    /* carousel Know more button for Wavect controller page */
    .carousel-inner .btn {
        padding: 3px 8px;
    }
    .carousel-item button {
        bottom: 90px;
        left: 130px;
    }
    .carousel-item-2 button {
        bottom: 90px;
        left: 245px;
    } 
    .btn-outline-know-more {
        font-size: 14px;
        font-weight: bold;
    }
    /* carousel End of Know more button for Wavect controller page */
    /*------------------ End of carousel slider -----------------*/
    /*------------- Entuple Resources Section Styles -------------------*/
	.resource-content {
	    margin: 0px;
	}
	.resource-texts {
	    margin-top: 80px;
	}
	.resource-texts h5{
	    font-size: 1rem;
	}
	.resource-texts h6{
	    font-size: .6rem;
	}
	.resource-texts .card-link {
	    font-size: 11px;
	}
	/*------------- End of Entuple Resources Section Styles ----------------*/
}

 /*	width-768 for iPad */
@media (min-width: 768px) and (max-width: 991px) {
    /*#########################- Home page IOT  ############################*/
        #showIoT {
            margin-top: 15px;
        }
        .iot-image {
            margin-bottom: -8%;
        }
        .iot-image .iot-but {
            position: relative;
            bottom: 24%;
            left: 40%;
            margin: 10px;
        }
        .iot-but button, .hire-buttons button {
            font-size: 12px;
        }
        #showIoT .btn-group-lg>.btn, #showIoT .btn-lg {
            padding: 5px; 
        }

        .hire-buttons {
            display: flex;
            position: relative;
            bottom: 69%;
            left: 32%;
        }
    /*#########################- End of Home page IOT  ############################*/

    .marquee-text {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .marquee-text .container .mar-img-two {
        display: initial;
    }


	/*-------------- Header with Navbar -----------------*/
	#mainCarousel {	
		/*margin-top: 10px;*/
	}

	/*------------------ carousel slider ---------------------*/
    .carousel-caption {
        padding: 3px 0px 1px 0px !important;
        min-height: 50px !important;
    }
    .carousel-caption h3 {
        font-size: 16px;
        margin-top: 10px !important;
    }
	/* Know more button for Wavect controller page */
    .carousel-inner .btn {
        padding: 3px 8px;
    }
    .carousel-item button {
        bottom: 80px;
        left: 140px;
    }
    .carousel-item-2 button {
        bottom: 80px;
        left: 275px;
    } 
    .btn-outline-know-more {
        font-size: 13px;
        font-weight: bold;
    }
    /* End of Know more button for Wavect controller page */
    /*------------------ End of carousel slider ----------------*/
    /*------------------ About Section ---------------------*/
	.entuple-about-left {
		margin-top: 10px;
	    padding-right: 0px;
	}
	.entuple-about-right {
		margin-top: 5px;
	    padding-left: 0px;
	}

    /*------------------ End of About Section ----------------*/

	/*------------- Quote Section Styles  --------------*/
    .entuple-quote-left {
	    color: #fff;
	    display: inline;
	    float: left;
	    max-width: 70%;    
	    margin-top: 15px;
	}
	.entuple-quote-image {
	    width: 100px;
	    height: 100px;
	    display: inline-block;
	    margin: -10px 0 25px 70px;		
	}
	.quote-img {
		margin: 0;
	}

	/*------------- End of Quote Section Styles  --------------*/
	
	/*------------- Solution Section Styles  -------------------*/
	.ent-single-solution {
		margin: 0;
	}
	.ent-single-solution-content {
		width: 70%;
	}
	.solution-titles {
		margin-top: 25px;
	}
	.ent-single-solution-content h3 {
		font-size: 14px;
		/*margin-top: 8px;*/
	}
    .solution-head-row2 {
        margin-left: 130px;
    }
	/*------------- End of Solution Section Styles  -------------------*/


	/*------------- Entuple Resources Section Styles -------------------*/
	.resource-content {
	    margin: 0px;
	}
	.resource-texts {
	    margin-top: 60px;
	}
	.resource-texts h5{
	    font-size: 1rem;
	}
	.resource-texts h6{
	    font-size: .6rem;
	}
	.resource-texts .card-link {
	    font-size: 11px;
	}
	/*------------- End of Entuple Resources Section Styles ----------------*/


}

/*	width-992 to 1199 for iPad-pro & other */
@media (min-width: 992px) and (max-width: 1199px) {
    /*#########################- Home page IOT  ############################*/
        #showIoT {
            margin-top: 20px;
        }
        .iot-image {
            margin-bottom: -8%;
        }
        .iot-image .iot-but {
            position: relative;
            bottom: 24%;
            left: 42%;
            margin: 10px;
        }
        .iot-but button, .hire-buttons button {
            font-size: 13px;
        }
        #showIoT .btn-group-lg>.btn, #showIoT .btn-lg {
            padding: 10px; 
        }

        .hire-buttons {
            display: flex;
            position: relative;
            bottom: 69%;
            left: 32%;
        }
    /*#########################- End of Home page IOT  ############################*/

    .marquee-text {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .marquee-text .container .mar-img-two {
        display: initial;
    }

	
	/*------------------ carousel slider ---------------------*/
    .carousel-caption {
        padding: 3px 0px 1px 0px !important;
        min-height: 50px !important;
    }
    .carousel-caption h3 {
        font-size: 18px;
        margin-top: 10px !important;
    }
	/* Know more button for Wavect controller page */
    .carousel-inner .btn {
        padding: 3px 8px;
    }
    .carousel-item button {
        bottom: 90px;
        left: 200px;
    }
    .carousel-item-2 button {
        bottom: 82px;
        left: 335px;
    }  
    .btn-outline-know-more {
        font-size: 14px;
        font-weight: bold;
    }
    /* End of Know more button for Wavect controller page */
    /*------------------ End of carousel slider ----------------*/
    /*------------------ About Section ---------------------*/
    .entuple-about-left {
		margin-top: 10px;
	    padding-right: 0px;
	}
	.entuple-about-right {
		margin-top: 5px;
	    padding-left: 0px;
	}
	

    /*------------------ End of About Section ----------------*/

    /*------------- Quote Section Styles  --------------*/
    .entuple-quote-left h2 {
    	font-size: 26px;
    }
    .entuple-quote-left p {
    	font-size: 18px;
    }
    .entuple-quote-left {
	    color: #fff;
	    display: inline;
	    float: left;
	    max-width: 70%;    
	    margin-top: 10px;
	}
	.entuple-quote-image {
	    width: 100px;
	    height: 100px;
	    display: inline-block;
	    margin: -10px 0 25px 70px;		
	}
	.quote-img {
		margin: 0;
	}

	/*------------- End of Quote Section Styles  --------------*/


    /*------------- Solutions Section Styles -------------------*/
    .ent-single-solution-icon {
        display: inline;
        font-size: 24px;
        float: left;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        margin-right: 7px;
    }
    .solution-head-row2 {
        margin-left: 180px;
    }
    /*------------- End of Solutions Section Styles -------------------*/

	/*------------- Entuple Resources Section Styles -------------------*/
	.resource-content {
	    margin: 0px !important;
	}
	.resource-texts {
	    margin-top: 100px;
	}
	.resource-texts h5{
	    font-size: 1.1rem;
	}
	.resource-texts h6{
	    font-size: .8rem;
	}
	.resource-texts .card-link {
	    font-size: 12px;
	}
	/*------------- End of Entuple Resources Section Styles ----------------*/
}

/*	For Desktop & wide screens: */
@media (min-width: 1200px) and (max-width: 1399px) {
    /*#########################- Home page IOT  ############################*/

        #WhatsNew {
            position: fixed;
            right: 5px;
            top: 25%;
            z-index: 100;
        }
        #WhatsNew #NewImg {
            position: fixed;
            right: 5px;
            top: 20%;
        }
        #WhatsNew #NewImgOne {
            position: fixed;
            right: 5px;
            top: 10%;
        }
        #WhatsNew #NewImgCovid {
            position: fixed;
            right: 5px;
            top: 45%;
        }
        #showIoT {
            margin-top: 40px;
        }
        .iot-image {
            margin-bottom: -8%;
        }
        .iot-image .iot-but {
            position: relative;
            bottom: 23%;
            left: 42%;
            margin: 10px;
        }
        .iot-but button, .hire-buttons button {
            font-size: 15px;
        }
        #showIoT .btn-group-lg>.btn, #showIoT .btn-lg {
            padding: 10px; 
        }


        .hire-buttons {
            display: flex;
            position: relative;
            bottom: 68%;
            left: 30%;
        }
    /*#########################- End of Home page IOT  ############################*/


        #showIoT {
            margin-top: 20px;
        }
        #showIoT .modal-body {
            padding: 0;
        }
        .marquee-text {
            margin-top: 0px;
            margin-bottom: 0px;
        }
        .marquee-text .container .mar-img-two {
            display: initial;
        }
        #navbarSupportedContent {
            margin-left: 10px;
            /*text-align: right;*/
        }

	.scrollToTop {
        font-size: 30px;
	    line-height: 40px;
	    width: 45px;
	    height: 45px;
	}

    /* carousel Know more button for Wavect controller page */
    .carousel-inner .btn {
        padding: 3px 8px;
    }
    .carousel-item button {
        bottom: 155px;
        left: 280px;
    }
    .carousel-item-2 button {
        bottom: 135px;
        left: 520px;
    } 
    .btn-outline-know-more {
        font-size: 18px;
        font-weight: bold;
    }
    /* carousel End of Know more button for Wavect controller page */
	
	/*------------------ Section Common Styles ---------------------*/
	.entuple-title {
	    /*display: inline;*/
	    /*float: left;*/
	    /*text-align: center;*/
	    /*width: 100%;*/
	    margin-bottom: 35px;
	    padding: 0 10%;
	}
	/*------------------ End of Section Common Styles ---------------------*/

	/*------------------ About Section ---------------------*/
	.entuple-title {
		margin-bottom: 0px;
	}
    .entuple-title h2 {
	    font-size: 30px;
	    margin-bottom: 15px;
	}
	.entuple-about-area {
	    padding: 20px 0;
	}
	.entuple-about-left {
	    padding-right: 15px;
	}
	.entuple-about-right {
		margin-top: 0px;
	    padding-left: 15px;
	}
	.entuple-about-right ul li h3 {
		border-bottom: 3px solid #e5e5e5;
	    font-size: 20px;
	}
	.entuple-title p, .entuple-about-right p {
		font-size: 17px;
	}

    /*------------------ End of About Section ----------------*/

	/*------------- Quote Section Styles  --------------*/
	.entuple-quote-area {
		padding: 40px 0px;
	}
	.entuple-quote-left {
	    color: #fff;
	    display: inline;
	    float: left;
	    max-width: 70%;    
	    /*margin-top: 10px;*/
	}
    .entuple-quote-left h2 {
    	font-size: 32px;
    }
    .entuple-quote-left p {
    	font-size: 20px;
    }    
	.entuple-quote-image {
	    width: 110px;
	    height: 110px;
	    display: inline-block;
	    margin: -10px 0 25px 150px;		
	}
	.quote-img {
		margin: 0;
	}

	/*------------- End of Quote Section Styles  --------------*/


	/*------------- Solutions Section Styles  --------------*/
    .ent-single-solution {
        /*border: none;*/
        /*box-shadow: 0px 0px 4px 2px #ededed;*/
    }
    .ent-single-solution-icon {
        display: inline;
        font-size: 27px;
        /*float: left;*/
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 60px;
        margin-right: 7px;

        font-size: 45px;
        height: 80px;
        width: 80px;
        line-height: 75px;
    }
	.entuple-solutions-content {
		margin-top: -15px;
	}
	.ent-single-solution-content h3 {
		font-size: 21px;
	}
    .pad-top h3 {
         margin-top: 15px;   
    }
    .pad-top1 h3 {
         margin-top: 20px;   
    }
    .solution-head-row2 {
        margin-left: 210px;
    }
	/*------------- Solutions Section Styles  --------------*/

	/*------------- Entuple Resources Section Styles -------------------*/
	.resource-content {
		/*margin-top: -20px;*/
	}
	.resource-texts {
	    margin-top: 140px;
	}
	.resource-texts h5{
	    font-size: 19px;
	}
	.resource-texts h6{
	    font-size: 15px;
	}
	.resource-texts .card-link {
	    font-size: 14px;
	}
	/*------------- End of Entuple Resources Section Styles ----------------*/
   	
}

@media (min-width: 1400px) {
    #WhatsNew {
        position: fixed;
        right: 5px;
        top: 25%;
        z-index: 100;
    }
    #WhatsNew #NewImg {
        position: fixed;
        right: 5px;
        top: 30%;
    }
    #WhatsNew #NewImgOne {
        position: fixed;
        right: 5px;
        top: 12%;
    }
    #WhatsNew #NewImgCovid {
        position: fixed;
        right: 5px;
        top: 55%;
    }
}