/* 
========================================================================
--------------------TO MAKE RESPONSIVE----------------------------------
------------------------------------------------------------------------ /

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

@media screen and (min-width: 1300px) {
  .slider_index{
    height: 750px;
  }
 
 
}

@media screen and (min-width: 1200px) {
	.page-title{
		font: normal bold 48px/56px 'Acrom';
	}
 
 
}
@media screen and (max-width: 1200px) { 

  
}
@media screen and (max-width: 992px) {
	#content img, #content iframe {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 768px) { 
 
}


@media screen and (max-width: 320px) {

}

/*
========================================================
Maintaining the lower vieport response for video section
========================================================
*/

/*-----Targetting the 800px -----*/

@media screen and (max-width: 800px) {
 
}

@media screen and (min-width: 768px) {

	.top-menu-sub {
		display: none;
		padding-top: 25px;
		position: absolute;
		top: 99%;
		z-index: 10;
	}
	.top-menu > li:hover .top-menu-sub {
		display: block;
	}
	.top-menu-sub > li {
		width: 100%;
		white-space: nowrap;
		background: #fff;
		padding: 0;
		display: block;
		font-size: 0;
		border-left: 3px solid rgba(0,0,0,0.1);
		border-right: 3px solid rgba(0,0,0,0.1);
	}
	.top-menu-sub > li > a {
		display: block;
		font-size: 14px;
		padding: 5px 10px;
	}
	.top-menu-sub > li:last-child {
		border-bottom: 3px solid rgba(0,0,0,0.1);
	}
}
/*-----Targetting the 768px -----*/

@media screen and (max-width: 768px) {

	.top-line-menu {
		text-align: center;
	}
	.mobile-navbar .navbar-toggle{
		margin-top: 0;
		margin-right: 0;
	}
	
	.mobile-img{
		width: 100% !important;
		height: auto;
		margin-bottom: 15px;
	}
	
	.mobile-frame{
		width: 100% !important;
		height: 220px !important;
	}
	
	.mobile-navbar .dropdown-menu{
		min-width: 142px;
	}
	
	.mobile-navbar  .get-button{
		margin-top: 15px;
	}
	
	#navbar-mobile-menu{
		background: #f5f5f5;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		margin-top: 15px;
	}
	
	.mobile-menu{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	ul.top-menu {
	    padding: 15px 0 15px;
	}
	
	ul.top-menu > li {
    	display: block;
	}
	.top-menu-sub {
		background: #fff;
		position: relative;
	}
	.top-menu-sub:after {
		content: "";
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
	}
	.top-menu-sub > li {
		display: inline-block;
	}
	.top-menu-sub > li > a {
		font-size: 12px !important;
		text-transform: none;
	}
	
	#page-title-block{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.page-title {
	    font: normal bold 36px/48px 'Acrom';
	    padding-top: 30px;
	    padding-bottom: 30px;
	    margin-top: 0;
	    margin-bottom: 0;
	    display: block;
	}
	
	.page-first-block {
    	height: 150px;
    }
    
    .video_play_button {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    }
    
    .video_play_button img{
	    position: absolute;
	    top:50%;
	    left: 50%;
	    width: 80px !important;
	    height: 80px !important;
	    margin-left: -40px;
	    margin-top: -40px;
	    display: block;
    }
    
    .detail-content {
	    text-align: center;
	    font: italic normal 18px/30px 'Montserrat Alternates';
	}
	
	.detail-more {
    	text-align: center;
	}
	
	.block-title {
	    font: normal bold 40px/48px 'Acrom';
	    padding: 0px;
	}
	
	#take_index img {
    	margin-right: 0;
    	margin-bottom: 30px;
	}
	
	#take_index .block-title {
	    font: normal bold 36px/48px 'Acrom';
	    text-align: center;
	}
	
	#take_index{
		padding-bottom: 120px;
	}
	
	.take-buttons{
		text-align: center;
	}
	.take-buttons a{
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 15px;
	}
	
	.news-item-title{
		height: auto;
		max-height: max-content;
	}
	
	.img-pb-70 {
    margin-bottom: 30px;
	}

.buttons-block{
	text-align: center;
}

	.buttons-block > a{
		display: block;
		margin-bottom: 15px;
	}
	#map{
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	.warning-block {
    	padding: 30px 15px 15px;
    }
    
    .warning-block .buttons-block a {
    width: 100%;
}

	.video-background {
    position: initial;
    width: 100%;
    height: 100%;
    background: url(./../images/first-bg-block.jpg) no-repeat;
	}
	
	.first-block .container{
		padding-left: 0;
		padding-right: 0;
	}
	
	.first-block .container .col-sm-12{
		padding-left: 0;
		padding-right: 0;
	}
	
	.title-first-block {
    margin-top: 60px;
    font: normal bold 28px/40px 'Acrom';
}

	.mh{
		min-height: 70px;
	}
	#typed {
    font: normal normal 24px/27px 'Acrom';
}
	.typed-cursor{
		font: normal normal 24px/27px 'Acrom';
	}
	
	.first-block-text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}

	.slider_index{
		height: 650px;
	}
	
	.first-block-buttons{
		text-align: center;
	}
	
	.first-block-buttons a{
		margin-bottom: 15px;
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}
	
	.properties .col-sm-3{
		margin-bottom: 30px;
	}
	
	img.corner{
		width: 100%;
		height: auto;
	}
	
	.modal-form .modal-dialog {
	    width: auto;
	    margin: 60px 5px;
	}
	
	.modal-form .modal-header .close {
	    margin-top: -90px;
	    margin-right: -35px;
	}
	
	#carousel-video .carousel-inner .item iframe{
		height: 190px !important;
		width: 100% !important;
	}
	
	.properties-course .property-item{
		margin-bottom: 80px;
	}
	
	.properties-course .property-item:after{
	display: block;
	width: 32px;
	height: 18px;
	content: '';
	position: absolute;
	bottom: -40px;
	left: calc(50% - 16px);
	right: auto;
	top:auto;
	background: url(./../images/bottom-arrow-angle.png) no-repeat;
	background-size: contain;
}

	.properties-course .property-item.yes-arrow:after{
	display: block;
	width: 32px;
	height: 18px;
	content: '';
	position: absolute;
	bottom: -40px;
	left: calc(50% - 16px);
	right: auto;
	top:auto;
	background: url(./../images/bottom-arrow-angle.png) no-repeat;
	background-size: contain;
}

.properties {
    margin-top: 0;
    margin-bottom: 0px;
}

.learning-block-title {
    margin-bottom: 25px;
}




.pt-80-mobile{
	margin-top:100px;
}


.warning-bq {
    border: 1px solid #eee;
    border-top: 7px solid #66b244;
    background: #fff;
    padding: 160px 20px 20px 20px;
    font: italic normal 18px/30px 'Acrom';
    background: url(./../images/chat-icon.png) no-repeat;
    background-size: 120px 120px;
    background-position-x: center;
    background-position-y: 20px;
    text-align: justify;
}

.top-block-line {

    font-size: 12px;
	padding-left:0px !important;
	padding-right:0px !important;

}

.callback-block .btn-callback {
	white-space: normal;
	    line-height: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.block-title-lp {
    font-size: 24px;
    line-height: 32px;
}


.header .h-bottom-block {
	margin-top: 0px;
}

.header .header-title {
    margin-top: 60px;
}


}





@media screen and (max-width: 480px) {
  	.page-title {
	    font: normal bold 24px/42px 'Acrom';
	    padding-top: 30px;
	    padding-bottom: 30px;
	    margin-top: 0;
	    margin-bottom: 0;
	    display: block;
	    padding-left: 15px;
		padding-right: 15px;
	}
	
	.mobile-video{
		height: 190px !important;
		width: 100% !important;
		margin-bottom: 15px;
	}
	
	.subtitle {
	    font: normal 700 28px/40px 'Acrom';
	    text-transform: uppercase;
	    color: #000;
	    margin-bottom: 30px;
	}
	
	.news-item-text{
		height: auto !important;
	}
	
	.card-wrapper.flip-right:hover .card .front,
	.card-wrapper.flip-right:active .card .front,
	.card-wrapper.flip-right:focus .card .front{
    
    transform: translateZ(1px);
	}
	
	.card-wrapper.flip-right:hover .card .back,
	.card-wrapper.flip-right:active .card .back,
	.card-wrapper.flip-right:focus .card .back{
    
	}
	
	.col-sm-offset-1-5{
		margin-left: 0px !important;
	}
	
	.learning-block-title {
    font: normal 700 24px/40px 'Acrom';
    text-transform: uppercase;
    color: #000;
    text-align: center;
}
	.partner-item {
		width: 100%;
	}
}


/*-----Targetting the iPhone 6 plus and similar viewport-----*/

@media screen and (max-width: 414px) {
 }

/*-----Targetting the Samsung Gallaxy Note and similar viewport-----*/

@media screen and (max-width: 400px) {
   
   .title-first-block{
      font-size: 22px;
   }
 
}

/*-----Taretting the BlackBerry Z10, Google Nexus 4 and similar viewport-----*/

@media screen and (max-width: 384px) {

}

/*-----Taretting the iPhone 6 and similar viewport-----*/

@media screen and (max-width: 375px) {

}


/*-----Taretting the BalckBerry Z30, Samsung Gallaxy Note,Samsung Gallaxy Note II, Google Nexus 5 and similar viewport-----*/

@media screen and (max-width: 360px) {

   .title-first-block{
      font-size: 20px;
   }

}

/*-----Taretting the iPhone 3gs iPhone 4, iPhone 5, Google Nexus S and similar viewport-----*/

@media screen and (max-width: 320px) {
  
}

