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

/******************************[Table of Contents]
1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px
******************************/

/************1. 1600px************/
@media only screen and (max-width: 1600px){	}
/************2. 1440px************/
@media only screen and (max-width: 1440px){	}
/************3. 1380px************/
@media only screen and (max-width: 1380px){	}
/************3. 1280px************/
@media only screen and (max-width: 1280px){	}
/************4. 1199px************/
@media only screen and (max-width: 1199px){	}
/************4. 1100px************/
@media only screen and (max-width: 1100px){	}
/************5. 1024px************/
@media only screen and (max-width: 1024px){	}
/************6. 991px************/
@media only screen and (max-width: 991px){
	.background_image_index	{		
		position: absolute;
		top: 0;
		left: 0;
		width: 991px;
		height: 768px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.inst_social p {
		font-size: 27px;
		color: #FFF;
		float: left;
		margin-right: 40px;
		}
	.home_subtitle_b {
		font-size: 18px;
		font-weight: 700;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		line-height: 1.2;
		padding-left: 0px;
		margin-top: -390px;
		margin-left: -105px;
	}
	.home_title_b {
			margin-top: 30px;
			margin-left: -105px;
		}
	.home_slider .owl-dots
	{
		position: absolute;
		left: calc((100% - 750px) / 2);
		bottom: 36px;
		z-index: 100;
	}
	}
/************7. 959px************/
@media only screen and (max-width: 959px){	}
/************8. 880px************/
@media only screen and (max-width: 880px){	}
/************9. 768px************/
@media only screen and (max-width: 768px){	}
/************10. 767px************/
@media only screen and (max-width: 767px){	}
/************11. 575px************/
@media only screen and (max-width: 575px){	}
/************11. 539px************/
@media only screen and (max-width: 539px){	}
/************12. 480px************/
@media only screen and (max-width: 480px){	}
/************13. 479px************/
@media only screen and (max-width: 479px){	}
/************14. 400px************/
@media only screen and (max-width: 400px){	}