html, body {
	margin:0 !important;
	padding:0 !important;
	color: #616161 !important;
	font-family: 'Lato', sans-serif !important;	
	//overflow-x:hidden !important;
}
span, label, h1, h2, h3, h4, h5, h6, p, ul, li, a{
	margin:0 auto;
	padding:0;
}
.clr {
	clear:both;
}
@media only screen and (min-width:320px) and (max-width:640px) {
	
}
@media only screen and (min-width:641px) and (max-width:991px) {
	
}
@media only screen and (min-width:992px) and (max-width:1258px) {
	
}
.actives{
	border-bottom:1px solid #e4532d;
	color:#e4532d !important;
}
.f-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
}

/*---------------------------------------------------------------------------------------------*/
	.mid-1{
		background:#1a8bab url(../images/welcome_home_bg.png) no-repeat center left ;
		padding-top: 7%;
		padding-bottom: 7%;
	}
.bx-wrapper{
	margin: 0 !important;
}
.mid-1{
	text-align: center;
	color: white;
}
.mid-2{
	background:#1a8bab url(../images/banner_1.png) no-repeat center left fixed  /cover;
	padding-top: 7%;
	padding-bottom: 7%;
}
.mid-3{
	padding-top:0.5%;
	padding-bottom:1.5%;
	//background: url("../images/app_develp.png") no-repeat center left fixed  /cover;
	background: white;
}
.client_box{	
	padding: 5px;
}
/*---------------------------------------------------------------------------------------------*/

/*------------------------------- Header ------------------------------------------------------*/
header{
	background: #e4532d;
	padding-top: 5px;
	padding-bottom: 5px;
}
.topleft li{
	list-style-type: none;
	float: left;	
}
.topleft a{
	padding: 7px 15px;
	color: white;	
}
.topleft a:hover{	
	color: black;
	text-decoration: none;
}
.topright ul{
	float: right;
	margin-bottom: 0 !important
}
.topright li{
	float: left;
	list-style-type: none;
	padding-right:3px;
}
.topright a{
	padding: 7px 10px;
	color: white;
	background: #dc3003;
}
.topright a:hover{
	text-decoration: none;
	color: black;
}
/*-----------------------------------------------------*/
.my_nav{
	background:#f5f4f4;
	padding-top: 5px;
	padding-bottom: 5px;
}
#about_dropdown{
	left: 0 !important;
}
#about_dropdown li{
	width: 160px !important;
}
#about_dropdown a{
	width: 160px !important;
}


/*
.navbar-brand{
	padding: 0 !important;
}*/

@media only screen and (min-width:320px) and (max-width:640px) {
	.topleft ul{
		margin: 0 !important;
		padding: 0 !important;
	}
	.topleft{		
		padding: 0 !important;
		margin-bottom: 12px;
	}
	.topleft a{
		padding: 7px 11px !important;
	}
	.multi-level{
		background: #6bbbff !important;		 
	}
	#dropdownmenu{
		left:0 !important;
	}
	#about_dropdown{
		background: #6bbbff !important;
	}
	#carousel-example-generic{
		display: block !important; 
	}
}
@media only screen and (min-width:641px) and (max-width:991px) {
	.multi-level{
		background: #6bbbff !important;		 
	}
	#dropdownmenu{
		left:0 !important;
	}
	#about_dropdown{
		background: #6bbbff !important;
	}
	
}
@media only screen and (min-width:992px) and (max-width:1258px) {
	
}

.bx-wrapper{
	-moz-box-shadow: 0 0 5px #ccc !important;
    -webkit-box-shadow: 0 0 5px #ccc !important;
    box-shadow: 0 0 0 #ccc !important;
    border: 0 solid #fff !important;
    background:transparent !important;
}
.bx-default-pager{
	display: none !important;
}

/*-------------------------------------------------------*/
.smobitrigger{
	background: #337ab7;
	margin-top: 9px;
}
.dropdown-menu {
	left: -100% !important;
}
.dropdown-menu li{
	width:400px;
}
.dropdown-menu a{
	padding: 7px 20px !important;
	width:400px;
}
.dropdown-submenu {
    position: relative;
}
/*
.dropdown-submenu>.dropdown-menu li{
	width:250px;
}*/
.dropdown-submenu>.dropdown-menu a{
	width: 316px;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left:0;
    right: 100%;
    width:319px;
    margin-top: -6px;
    margin-left:81px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*----------------------------------------------------------------*/
.section_about{
	padding-bottom: 4%;
	padding-top:2%;
}
.title{
	text-align: center;
}
.title span{
	color: #7b9c3b;
}
.line {
	padding-bottom: 3%;
}
.section_about_left img{
	background: #dedbdb;
    padding: 8px;
}
.section_about_right p{
	text-align: justify;
	line-height: 27px;
}
.section_about_right a{
	padding: 10px;
	background: orange;
	color: white;
}
.section_about_right a:hover{
	text-decoration: none;
	background: silver;
}

/*-------------------------------------------------------------------------------*/

.section_mid-two{
	background: url("../images/home_mid_bg.png") no-repeat center top /cover;
	padding-top: 3%;
	padding-bottom:5%;
}
.photo{
	padding-bottom:6%;
}
.info h4{
	text-align: center;
    margin: 0 !important;
    padding-bottom: 15px;
    color: #d06103;
}
.clear-left p{
	text-align: center;
}
/*---------------- slider ---------------------------*/

#carousel-example-generic{
	background:#a7d7f3;
    padding: 30px;
}
.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    //width: 100%;
    padding-top: 12px;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}
/*-------------------------------------------------------------------------------------------*/

.mid_section_partner{
	padding-top: 3%;
	padding-bottom: 3%;
}

/*---------------------------------------------------------------------*/


/*----------------------- footer -----------------------*/

#footer{
	background:#1b2844;
	padding-top:1%;
	padding-bottom:1%;
}

#footer i{
	color: #4d73fc;	
}
#footer p{
	text-align: center;
	font-size: 16px;
}
#footer li{
	padding: 10px 7px;
    color: white;
    font-size: 16px;
}

.border-1{
	//border-right: 1px solid #4d73fc;
	//border-left: 1px solid #4d73fc;
}

@media only screen and (min-width:320px) and (max-width:640px) {
	#footer li {
	    padding:10px 12px;	   
	}
}
@media only screen and (min-width:641px) and (max-width:991px) {
	#footer li {
	    padding: 4px 8px;	   
	}
}
@media only screen and (min-width:992px) and (max-width:1258px) {
	
}


/*--------------------------*/
.footer_p{
	color: white;
}

footer {
	padding-top:3%;
	padding-bottom:3%;
	background: #f1f1f1;
	//border-top: 2px solid #d4d4d4;
}
footer ul li {
	float:left;
	list-style-type:none;
	padding-left:40px;
}
footer h4 {
	color:#616161;
	text-transform:uppercase;
}
.foot {
	padding-top:2%;
}
.foot li a {
	color:#616161;
}
.foot li a:hover {
	text-decoration:none;
	color:#1a7eb4;
}
.footer-2 {
	text-align:center;
	background-color:#8aa739;
	padding-top:1%;
	color:white;
}

.scrollup {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('../images/top-bt.png') no-repeat center center;
	border-radius: 50%;
   // background-color: #009daf;
}
.foot_2 p{
	text-align: center;
}
.foot_2 h4{
	text-align: center;
}

@media only screen and (min-width:320px) and (max-width:640px) {
	
}
@media only screen and (min-width:641px) and (max-width:991px) {
	footer ul li{
		padding-left: 13px;
	}
	.md-section img{
        height: 370px;
    }
}
@media only screen and (min-width:992px) and (max-width:1258px) {
	.md-section img{
        height: 350px;
    }
    footer ul li {	    
	    padding-left: 25px;
	}
}
.con{
	text-align: center;
    font-weight: 600;
    font-size: 17px;
	color:#648425;
}
.title-01__titles{
	text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #e4532d;
}
/*---------------------- Home END ------------------------------------------------------------------------*/

/*---------------------- About Start --------------------------------------------------------*/

.aboutus_mid_one{
	padding-top: 3%;
	padding-bottom: 3%;
	background: url("../images/3.jpg") repeat;
}
.ab_mid{
	padding-top: 3%;
}
.ab_content{
	text-align: justify;
}
.aboutus_mid_two{
	padding-top: 4%;
	padding-bottom: 4%;
	background: url("../images/bg.png") repeat;
}
.aboutus_mid_two_industries i{
	text-align: center;
	color: white;
	margin: 0 auto;
    display: block;
}
.aboutus_mid_two_industries:hover i{
	 color: wheat;
}
.aboutus_mid_two_industries h4{
	text-align: center;
    padding-top: 8%;
    color: wheat;
    line-height: 0.7cm;
    letter-spacing: 2px;
}

/*-----------------------------------------------------*/

.aboutus_mid_three{
	padding-top: 4%;
	padding-bottom: 4%;
	background: url("../images/about_careers.jpg") no-repeat center center;
	//transform: translate3d(0px, 57px, 0px);
	color: white;
}
.aboutus_mid_three_left p{
	text-align: justify;
}
.f-right {
	float: right;
	margin-left:25px;
	margin-bottom: 10px;
}

/*-------------------------------------*/

.middlework_career_one{
	background:url("../images/3.jpg") repeat;
	padding-top:4%;
	padding-bottom:4%;
}
.service-card{
	box-shadow: 0px 1px 8px #cacaca;
    -webkit-box-shadow: 0px 1px 8px #cacaca;
	padding-top: 2%;
    padding-bottom: 2%;
}
.middlework_career_two{
	background:url("../images/about_careers.jpg") no-repeat center left;
	padding-top: 5%;
	padding-bottom: 4%;
}
.middlework_career_two p{
	font-size:16px;
	color:white;
	line-height: 27px;
}

.middlework_career_two_box{
	text-align: center;
	color: white;
}
.middlework_career_two_box h4{
	text-transform: uppercase;
	color: cornflowerblue;
	font-weight: 600;
}

.middlework_career_two_box img{
	width: 28%;
	padding-bottom: 4%;
}

.middlework_career_one h4 {
		font-weight: 600;
	}
	.middlework_career_one p {
		line-height: 26px;
		text-align: justify;
	}		
	.sec-2 {
		background: url('images/bg-6.png') no-repeat center center / cover;
		padding-top: 3%;
		padding-bottom: 3%;
	}
	.sec-2 h4 {
		font-weight: 600;
	}
	.sec-2 li {
		line-height: 26px;
		list-style-type: none;
	}
	.sec-2 li::before{
		content: "\f05d";
	    font-family: FontAwesome;
	    padding-right: 10px;
	}		
.middlework_product_one{
	padding-top:3%;
	padding-bottom:3%;
	background: #ffc7bd;
}
.middlework_product_two{
	padding-top:3%;
	padding-bottom:3%;
	background: #e8ffb0;
}
.middlework_product_three{
	padding-top:3%;
	padding-bottom:3%;
	background: #ffd57a;
}
.middlework_product_four{
	padding-top:3%;
	padding-bottom:3%;
	background:#daefff;
}
/*-----------------------------------------------------*/

.middlework_staff_one{
	padding-top: 5%;
	//background: #eaf1f7 url("../images/itstaffaugmentation.jpg") no-repeat center left ;
	padding-bottom:5%;
	background:#ddff9a;
}

.middlework_staff_one p{
	text-align: justify;
}
.middlework_staff_two{
	padding-top: 4%;
	padding-bottom: 4%;
	background: url("../images/bg.png") repeat;
}
.one_staff{
	background: white;
    padding: 30px;
    //border: 3px solid #ddebf4;
    box-shadow: 0px 1px 8px #cacaca;
   -webkit-box-shadow: 0px 1px 8px #cacaca;
}
.img_staff{
	border-radius: 50%;
    overflow: hidden;
    height:120px;
    width:120px;
    background: #fdfcff;
    margin: 0 auto;
}
.img_staff img{
	max-width: 125% !important;
    margin-left: -11%;
}

.title_2{	
    text-transform: uppercase;
    font-weight: 600;
    color: #f68220;
}
.staff_two_box{
	text-align: center;
	color: white;
}
.staff_two_box:hover i{
	color: orange;
}
.staff_two_box i{
	border: 2px solid white;
    padding: 10px;
    border-radius: 50px;
}
.staff_two_box h3{
	text-transform: uppercase;
	color: #a0ba34;
}

.middlework_staff_three{
	padding-top: 4%;
	padding-bottom: 4%;
	background: url("../images/3.jpg") repeat;
}

.headdingstaff{
	font-weight: 600; color:#ee652a; text-align: center; font-size: 16px; padding-bottom: 4%;
}

.middlework_staff_three_box h4{
	color: #8aa739;
    font-weight: 600;
    text-transform: uppercase;
}
.middlework_staff_three_box p{
	text-align: justify;
}
.middlework_staff_three_box img{
	width:65%;
}
.middlework_staff_four{
	padding-top: 4%;
	padding-bottom: 4%;
	background: antiquewhite;
}

.staff_three_box_right img{
	padding:7px;
	background:#e2dfdf;
}
.staff_three_box li{
	list-style-type: none;
    float: left;  
    width: 47%;
    padding-bottom: 9px;
}
.staff_three_box li::before{
	content: "\f05d";
    font-family: FontAwesome;
    padding-right: 10px;
}
.staff_three_box_left p{
	text-align: justify;
}

@media only screen and (min-width:320px) and (max-width:640px) {
	.staff_three_box li{
		float: none;
		width: 100%;
	}
	.sap_two{
		margin: 0 !important;
	}
}
@media only screen and (min-width:641px) and (max-width:991px) {
	
}
@media only screen and (min-width:992px) and (max-width:1258px) {
	
}
/*---------------------------------------------------------*/

.career_one{
	padding-top:4%;
	padding-bottom:3%;
	background: #efefef;
}
.career_one h4{
	font-weight: 600;
    color: #9b5f4a;
    text-transform: uppercase;
}
.career_two{
	padding-top:4%;
	padding-bottom:3%;
}
.career_two_boxone h4{
	color: #be5112;
    font-weight: 600;
    text-align: center;
    margin-top: 8%;
    text-transform: uppercase;
}
.career_two_boxone p{
	text-align: justify;
    line-height: 23px;
}

.career_three{
	padding-top:2%;
	padding-bottom:3%;
	background:#ffb595;
}

/*---------------------------------- Services Start ------------------------------------------------------*/
.wrapperone{
	background:url(../images/DigitalExperience_LandingPage.jpg) no-repeat center center fixed /cover ;
	padding-top:3%;
	padding-bottom:4%;
}
.middle_app_two_1{
	padding-top: 7%;
    font-family: times;
    font-size: 18px;
}
.middlework_cu-app-dev_one{
	padding-top:1%;	
	padding-bottom:2%;
	//background: #fbd99a;
}
.middle_app_two{
	padding-top:2%;	
	padding-bottom:2%;
	background:#e3e3e3;
}
.app_de{
	background: white;
	padding: 10px;
}
.middle_app_two p{
	//text-align: justify;
	//padding-top:2%;
}
.middle_app_three{
	padding-top:2%;	
	padding-bottom:2%;
	background:#eaffaf;
}

.middle_app_three_box {
	text-align: center;
}
.middle_app_three_box_icon{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #e3e3e3;
	overflow: hidden;
	margin: 0 auto;
}
.middle_app_three_box_icon img{
	padding-top: 12%;
}
.middle_app_three h4{
	text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    color: #1d3056;
    margin-top: 6%;
}

.cusapp_dev_two_left p{
	text-align: justify;
}
.cusapp_dev_two_left img{
	padding: 8px;
    margin-bottom: 5px;
    background: #e8e7e7;
}

/*----------------------------------------------------------------*/

.middlework_sap_one{
	padding-top:3%;	
	padding-bottom:3%;
	background:wheat;
}
.middlework_sap_one p{
	//font-size: 17px;
	text-align:center;
}
.middlework_sap_two{
	padding-top:4%;	
	padding-bottom:4%;
	background:#ffffd0;
}
.middlework_sap_two li, .middlework_sap_four li, .middlework_sap_five li{
	list-style-type: none;
}
.middlework_sap_two li::before{
	font-family: 'FontAwesome';
    content: '\f18e';
    padding-right: 10px;
    color:#00b8f1;
}
.middlework_sap_two img{
	//background: #ff9572;
    padding:10px;
}
.f-left{
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
.f-right{
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}
.middlework_sap_three h4, .middlework_sap_two h4, .middlework_sap_four h4, .middlework_sap_five h4{
	color: brown;
    font-weight: 600;
    text-transform: uppercase;
}


.middlework_sap_three{
	padding-top: 3%;
	padding-bottom: 3%;
	background: #d4fbff;
}

.middlework_sap_three li{
	list-style-type: none;
} 
.middlework_sap_three li::before{
	font-family: 'FontAwesome';
    content: '\f18e';
    padding-right: 10px;
    color:#266eb6;
}
.sap_two li{
	list-style-type: none;
} 
.sap_two li::before{
	font-family: 'FontAwesome';
    content: '\f18e';
    padding-right: 10px;
    color:#266eb6;
}

.middlework_sap_four{
	padding-top: 3%;
	padding-bottom: 3%;
	background: #f1ffd6;
}
.middlework_sap_five{
	padding-top: 3%;
	padding-bottom: 3%;
	background: #fbf0cd;
}

/*-----------------------------------*/

.middlework_hp_one{
	padding-top:3%;
	padding-bottom:5%;
	background: #f3f3f3;
}

.middlework_hp_one_right p{
	text-align: justify;
	font-size: 16px;
}

.middlework_hp_two{
	padding-top:3%;
	padding-bottom:3%;
	background: #e8754f;
	color: white;
}
.middlework_hp_one_left li{
	list-style-type: none;
}
.middlework_hp_one_left li::before{
	font-family: 'FontAwesome';
    content: '\f18e';
    padding-right: 10px;
    color:#f6ff68;
}
.middlework_hp_one_right img{
	padding-top: 13%;
}
.hp_img{
	padding: 5px;
    background:#e24826;   
    margin: 0 auto;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border:6px solid #ff8760;
}
.middlework_hp_one_right h4{
	text-align: center;
    line-height: 26px;
    color: yellow;
    font-weight: 600;
}

/*------------------------------------------------*/

.middlework_msdynamic_one{
	padding-top: 3%;
	padding-bottom: 3%;
}
.middlework_msdynamic_one_mid1{
	text-align: center;
}
.middlework_msdynamic_two{
	padding-top:4%;
	padding-bottom:4%;
	background: #efefef;
}

.middlework_msdynamic_two h4{
	text-transform: uppercase;
    color: #ea9c0b;
    font-weight: 600;
}

.middlework_msdynamic_two{
	text-align: center;
}
.i i{
	//color:Tomato;
	border: 2px solid Tomato;
    padding: 13px;
    border-radius: 50%;
}
.middlework_msdynamic_two_box:hover i{
	color:Tomato;
}

/*------------------------------------------*/

.middlework_derex_one{
	padding-top:4%;
	padding-bottom:4%;
}

.middlework_derex_one_box p{
	text-align: justify;
}

.middlework_derex_one_box ul{
	padding-left:6%;	
}

.middlework_derex_two{
	padding-top:4%;
	padding-bottom:4%;
	background: #e8754f;
}
.tab h4{
	text-transform: uppercase;
    color: #822303;
    font-weight: 600;
    //text-decoration: underline;
    text-align: left;
}

/*-------------------------------------------*/

.middlework_transition_one{
	padding-top: 4%;
	padding-bottom: 4%;
	background:#eaf7a6;
}

.middlework_transition_one p{
	text-align: center;
	font-size: 16px;
}

.middlework_transition_two{
	padding-top: 4%;
	padding-bottom: 4%;
	background: #ffd4bd;
}
.middlework_transition_five h4, .middlework_transition_four h4, .middlework_transition_three h4, .middlework_transition_two h4{
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0 !important;
}
.middlework_transition_five p, .middlework_transition_four p, .middlework_transition_three p, .middlework_transition_two p{
	text-align: justify;
}
.middlework_transition_three{
	padding-top: 4%;
	padding-bottom: 4%;
	background:#eaeae9;
}

.middlework_transition_four{
	padding-top: 4%;
	padding-bottom: 4%;
	background: #d6f3fd;
}

.middlework_transition_five{
	padding-top: 4%;
	padding-bottom: 4%;
	background: #f9eae2;
}
.middlework_transition_five ul{
	padding-left: 2%;
}
.middlework_transition_five li{
	padding-bottom: 10px;
}
/*-------------------------------------*/

.middlework_itinfra_one{
	padding-top: 4%;
	padding-bottom: 4%;
	background: #ffefef;
}

.middlework_itinfra_one_box{
	text-align: center;
	font-size: 16px;
}
.middlework_itinfra_two{
	padding-top: 4%;
	padding-bottom: 4%;
	background: #d7f3ff;
}
.middlework_itinfra_two_box h4{
	text-align: center;
}
.middlework_itinfra_two_box p{
	text-align: center;
}

/*----------------------------------------*/

.middlework_datatransf_one{
	padding-top: 4%;
	padding-bottom: 4%;
	background: #d7f3ff;
}
.middlework_datatransf_one p{
	text-align: center;
	font-size: 16px;
}
.middlework_datatransf_two{
	padding-top: 4%;
	padding-bottom: 4%;
	background:url("../images/bg.png") repeat;
}
.tabssubul {
	text-align: left !important;
}

/*-------------------------------*/

.middlework_itapp_one{
	padding-top: 4%;
	padding-bottom: 4%;
	background: #ffd4bd;
}

.middlework_itapp_one p{
	text-align: justify;
	font-size: 16px;
}

.middlework_itapp_two{
	padding-top: 4%;
	padding-bottom: 4%;
	background:url("../images/bg.png") repeat;
	color: white;
}
.middlework_itapp_two h3{
	color: wheat;
    text-transform: uppercase;
}
.middlework_itapp_two ul{
	padding-left: 6%;
}

.iddlework_itapp_two img{
	margin-right: 50px !important;
}

/*--------------------------------------------------*/

.middlework_itapp_three{
	padding-top: 3%;
	padding-bottom: 3%;
	background: #d7f3ff;
}
.middlework_itapp_four h3, .middlework_itapp_three h3{
	text-transform: uppercase;
	font-weight: 600;
}
.middlework_itapp_three ul{
	padding-left: 6%;
}

.middlework_itapp_four{
	padding-top: 3%;
	padding-bottom: 3%;
	background:#e4e9ef;
}
.middlework_itapp_four p{
	text-align: justify;
}

















@media only screen and (min-width:320px) and (max-width:640px) {
	.sap_one{
		margin: 0 !important;
	}
}
@media only screen and (min-width:641px) and (max-width:991px) {
	
}
@media only screen and (min-width:992px) and (max-width:1258px) {
	
}

/*---------------------------------------------------------------------------*/

