@charset "utf-8";
/* CSS Document */

@media screen and (min-device-width: 900px) and (max-device-width: 1600px) { 
   
}

@media screen and (min-device-width: 769px) and (max-device-width: 1366px) { 
  
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	.partnerBox .col-lg-4{
		margin-bottom: 20px;
	}
	.homePageBody .pl-0{
		padding-left: 15px!important;
	}
	.objectiveBox h2 {
    
    padding: 0px 0px;
    
}
	.objectiveBox ul {
    padding: 0px 25px;
    margin: 0px;
}
	.homepageBttomBox .col-lg-4{
		margin-bottom: 20px;
	}
	.sliderRightBox{
		height: auto;
	}
	.mainSlider{
		height: auto;
	}
	.sliderSection .pl-0{
		padding-left: 15px!important;
	}
	.sliderSection .pr-0{
		padding-right: 15px!important;
	}
	.objectiveBox {
    background-color: #69bb18;
    padding: 10px 30px;
}
}

