/********ipad-pro****************/

@media (min-width : 1024px) and (max-width : 1366px) and (orientation : landscape) {
}
 @media (min-width : 1024px) and (max-width : 1366px) and (orientation : portrait) {
}

/********ipad****************/

@media (orientation : landscape) and (min-device-width : 768px) and (max-width : 1024px) {
}
 @media (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
}

/********iphone-X****************/



@media (min-width : 375px) and (max-width : 812px) and (orientation : landscape) {
}



/** iPhone 6 in portrait **/

@media only screen and (min-width : 360px) and (max-width : 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
}



/*iPhone 6  landscape*/

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : landscape) {
}

/** in landscape **/

@media only screen and (min-width : 480px) and (max-width : 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : landscape) {
}



/** in portrait **/

@media only screen and (min-width : 320px) and (max-width : 480px) and (orientation : portrait) {
.skdslider .slide-desc { top: 3%; }
.skdslider .slide-desc a.btn-primary { font-size: 15px; }
.skdslider .slide-desc a.btn-default { font-size: 15px; }
.custom-col {
	display:inline-block;
	width: 100%;
}
li.home-work { width: 100%; }
.carousel-main .carousel-cell { width: 100%; }
.carousel_main_vrnar h2 { font-size: 18px; }
.intro_wrap img {
	float: none;
	width: 100%;
}
.wedo_cption h3 { font-size: 24px; }
.small_wedo_box .wedo_cption h3 { font-size: 24px; }
.services_left {
	width: 100%;
	padding: 15px;
	float: none;
	background: #f6f6f6;
	margin: 0px 0 0;
}
.services_right {
	float: none;
	width: 100%;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	padding:0;
}
.services_right img { width: 100%; }
.gageservices_left ul {
	column-count: 1;
	width: auto;
	padding:0;
}
.inner_caption h1 { display: none; }
.intro_wrap h2 { font-size: 23px; }
.navbar-default .navbar-nav > li > a {
	font-size: 17px;
	line-height: initial;
}
.navbar-nav > li {
	display: block;
	float: none;
}
.navbar-nav > li.more_menu { display:none; }
.navbar-nav > li.mobile_item { display: block; }
.navbar-default .navbar-toggle { border-color: #fff; }
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 28px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-nav > li:last-child { padding: 0px 0px; }
.temologo_box { padding: 0 0 40px; }
.home_form-group .file-upload-input {
	width: 54.2%;
	margin: 0 0 15px;
	color: #555;
	font-size: 16px;
	padding: 12px 17px;
}
.footer_wrap img { width:100%; }
img { width:100%; }
.partner_wrap ul li {
	display: inline-block;
	width: 15%;
}
.temo_box { overflow:hidden; }
.carousel-caption { top: 10%; }
.carousel-caption h3 { font-size: 20px; }
.solutions__grid { display:none; }
.solutions__grid:nth-child(1) { display: block; }
.solutions__grid:nth-child(2) { display: block; }
.solutions__grid:nth-child(3) { display: block; }
.anygame_box {
    width: 100%;
    height: auto;
    margin: 0 0px 25px;
    min-height: auto;
}
.virtualinfocommobile_box {
    width: 100%;
    margin: 0 0px 25px;
    padding: 12px;
    min-height: auto;
}
.contain-table-left-work {
    float: none;
    max-width: initial;
    padding: 0 0 30px;
    text-align: center;
}
.contain-table-left-work h2 {
    text-align: center !important;
}
.game_page_box {
    padding: 0;
}
.workshops_content {
    min-height: auto;
}
.workshops_box {
    padding: 0;
}
.tab_game ul li {
    display: block;
}
.iot_caption {
    position: relative;
    top: 20%;
    left: 2%;
    background: #fff;
    width: 96%;
    padding: 25px;
}
.intro_wrap .set-up-box-list li {
    list-style: none;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    display: inline-block;
    box-shadow: 0px 0px 10px 0px #e1e5ec;
    margin-bottom: 25px;
    width: auto;
}

.set-up-box-list li.left {
    margin-left: 0;
}
.set-up-icon-div img {
    float: left;
    width: auto;
}
.banner_oit_left img{
    width: 100%;
}
.banner_oit_right {
    padding: 40px 20px 0;
    float: left;
}
peerbits-awards-box img{
    float: none;
    width: auto;
}
.peerbits-awards-box {
    min-height: 145px;
    vertical-align: middle;
    text-align: center;
    width: 90%;
}
.iot-development-sprite img{
width:auto;
}
}





/** iPhone 5 & 5S in landscape **/

@media only screen and (max-width : 568px) and (min-width : 320px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : landscape) {
}





/** iPhone 5 & 5S in portrait **/

@media only screen and (min-width : 320px) and (max-width : 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
.home_form-group .file-upload-input { width: 46.2%; }
}
