*{
	list-style:none;
	margin:0px;
	padding:0px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration:none;	
}
input:focus, textarea:focus, keygen:focus, select:focus, button:focus{
	outline-offset:inherit;
	outline:none;
}
body{	
	background:#EDF5FF;
}
.frame{
	width:1280px;
	margin:auto;
}
.container{
	width:960px;
	margin:auto;
}
.clear{
	clear:both;
}
.left_80{
	float:left;
	left:0;
	background:#EDF5FF;
}
.right_20{
	position:fixed;
	float:right;
	right:0;
	background:rgba(203,203,232,1.00);
}
.nav_bar{
	background:#0D2852;
	position:fixed;
	width:100%;
	z-index:990;
	display: block;
}
/*LOGO*/
/*LOGO*/

.logo{
	display: inline-block;
	width:240px;
	height:40px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin-top:-52px;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%); 
    -o-transform: translateX(-50%);
	position:absolute;
	background-size:contain;
}
/*DESIGNING SEARCH BAR*/
/*DESIGNING SEARCH BAR*/
/*DESIGNING SEARCH BAR*/
/*DESIGNING SEARCH BAR*/
/*DESIGNING SEARCH BAR*/

.search_bar_holder{
	width: 1020px;
	margin: auto;	
	margin-top: 50px;
}
.search_bar_text{
	width: 400px;
	height: 30px;
	padding: 10px;
	padding-right: 50px;
	padding-left: 20px;
	color: rgba(97,97,97,1.00);
	background-color:rgba(218,218,255,1.00);
	font-stretch: expanded;
	font-size: 16px;
	border-style: none;	
	border-radius: 5px;
}
.search_icon{
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: 10px;
	margin-left: 420px;
	background-image:url(../images/icons/search.png);
	z-index: 100;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

/*DESIGNING SEARCH BAR*/
/*DESIGNING SEARCH BAR*/
/*DESIGNING SEARCH BAR*/
/*DESIGNING SEARCH BAR*/
/*DESIGNING SEARCH BAR*/


/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/

.modals{
	margin-top: 50px;
}
.modal{
	float: left;
	width: 280px;
	height: 240px;
	margin: 20px;
	background:#ECF7FF;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 31px 9px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 0px 31px 9px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 31px 9px rgba(0,0,0,0.19);
	overflow: hidden;
}
.modal_image{
	width: 270px;
	height: 150px;
	margin: 5px auto;
	position: relative;  
	overflow: hidden;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
}
.modal_image img{
	  min-height: 100%;  
	  -moz-transition: all 0.3s;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
}
.modal:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.modal a{	
	color: darkslategrey;
	font-family: Tahoma;
	font-weight: 900;
}
.modal_title{
	padding: 10px;
	font-size: 14px;
}
.loading_info{
	clear: both;
	width: 100%;
}
.loading_info img{
	margin-left: 50%;
}

/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/
/*PHONE MODAL DESIGN*/
/*PHONE MODAL DESIGN*/
/*PHONE MODAL DESIGN*/
/*PHONE MODAL DESIGN*/
/*PHONE MODAL DESIGN*/

.phone_modal{
	float: left;	
	width: 170px;
	height: 254px;
	padding-bottom: 10px;
	margin: 20px;
	background:#ECF7FF;	
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 31px 9px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 0px 31px 9px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 31px 9px rgba(0,0,0,0.19);
	overflow: hidden;
}
.phone_modal_image{	
	width: 160px;
	height: 200px;
	margin: 5px;
	position: relative;  
	overflow: hidden;	
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
}
.phone_modal_image img{
	max-width: 100%;  
	  -moz-transition: all 0.3s;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
}
.phone_modal:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.phone_modal a{	
	color: darkslategrey;
	font-family: Tahoma;
	font-weight: 700;
}
.phone_modal_title{
	padding: 10px;
	font-size: 14px;
}

/*PHONE MODAL DESIGN*/
/*PHONE MODAL DESIGN*/
/*PHONE MODAL DESIGN*/
/*PHONE MODAL DESIGN*/
/*PHONE MODAL DESIGN*/
/*FEATURED POST*/
/*FEATURED POST*/
/*FEATURED POST*/
/*FEATURED POST*/
.feature_parent{
	display: none;
}
.featured_post{
	width: 100%;
	height: 600px;
	background-color:#DAEEFF;
	position: relative;
	-webkit-box-shadow: -2px 10px 20px 1px rgba(0,0,0,0.19);
	-moz-box-shadow: -2px 10px 20px 1px rgba(0,0,0,0.19);
	box-shadow: -2px 10px 20px 1px rgba(0,0,0,0.19);
}
.feature_parent_dex{
	width: 900px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	margin-top: 150px;
	margin-left: 3%;
}
p.featured{
	position: absolute;
	margin-top: 90px;
	font-size: 30px;
	margin-left: 3%;
	font-weight: 800;
	color: darkslategrey;
}
.featured_modal_holder_dex{
	width: 100%;
	height: 100%;
	background-color:#B1C8FF;
}/*	
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 150px;
}*/
#id_1{		
	width: 70%;
	height: 100%;	
	float: left;
}
#id_2{		
	width: 30%;
	height: 33.3%;	
	float: left;
}
#id_3{		
	width: 30%;
	height: 33.3%;	
	float: left;
}
#id_4{		
	width: 30%;
	height: 33.3%;	
	float: left;
}
/*div.featured_modal{	
	width: 105%;
	height: 80%;	
	float: left;
}*/
/*.featured_modal{
	width: 500px;
	height: 350px;
	background-color: #1565C0;
	margin: 20px;
	float: left;
}*/
.featured_modal_dex a{
	color:aliceblue;	
	text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.68);
}
.item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.item img {
  display: block;
  min-height: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#id_1 .overlay{
	position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(to bottom, rgba(44,86,150,0) 0%, rgba(19,46,88,0.37) 74%, rgba(10,32,66,0.88) 100%);
}
#id_2 .overlay, #id_3 .overlay, #id_4 .overlay{	
	position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(to bottom, rgba(18,36,63,0.41) 0%, rgba(14,30,53,0.31) 28%, rgba(8,20,38,0.37) 70%, rgba(4,13,27,0.53) 100%);
}
#id_1 .overlay_text{
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 10px;
	text-align: right;
	font-size: 24px;
}

#id_2 .overlay_text, #id_3 .overlay_text, #id_4 .overlay_text{
	position: absolute;
	right: 10px;
	bottom: 5px;
	padding: 10px;
	text-align: right;
	font-size: 20px;
}
#id_2 a, #id_3 a, #id_4 a{
	color: whitesmoke;
}
/*feature ad*/
/*feature ad*/
/*feature ad*/
/*feature ad*/
.featured_ad{
	display: block;
	width: 24%;
	height: 400px;
	background-color: #0D47A1;
	right: 21%;
	margin-top: 150px;
	position: absolute;
}
.featured_ad_2{
	display: none;
}
/*feature ad*/
/*feature ad*/
/*feature ad*/
/*feature ad*/


/*FEATURED POST*/
/*FEATURED POST*/
/*FEATURED POST*/
/*FEATURED POST*/

/*LOGO*/
/*LOGO*/
/*MENU ICON DESIGN*/
/*MENU ICON DESIGN*/
/*MENU ICON DESIGN*/
/*MENU ICON DESIGN*/

/*nav_icon{
	width:60px;
	height:45px;
	margin-left:30px;
	margin-top:20px;
}*/
/* Icon 1 */
/*SIDE SECTION DESIGN*/
/*SIDE SECTION DESIGN*/
/*SIDE SECTION DESIGN*/
/*SIDE SECTION DESIGN*/


.main_sec{
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-stretch:ultra-expanded;
	font-weight: 500;
	color:aliceblue;
	cursor: pointer;
	background-color:rgba(0,0,0,0.50);
	border-radius: 5px;
	margin: 10px;
	padding-left: 35px;
}
.main_sec a{
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-stretch:ultra-expanded;
	font-weight: 500;
	color:aliceblue;
}
#arrow-down {
	position: absolute;
	margin-top: 7px;
	margin-left: -25px;
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;

	border-top: 7px solid #E0E0E0;
	border-radius: 5px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#arrow-down.open{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;	
}
.main_sec_1{
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-stretch:ultra-expanded;
	font-weight: 500;
	color:aliceblue;
	cursor: pointer;
	background-color:rgba(0,0,0,0.50);
	border-radius: 5px;
	margin: 10px;
	padding-left: 35px;
}
#arrow-down_1 {
	position: absolute;
	margin-top: 7px;
	margin-left: -25px;
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;

	border-top: 7px solid #E0E0E0;
	border-radius: 5px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#arrow-down_1.open{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;	
}

.sub_sec{
	width: 100%;
}
.sub_sec li{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size:14px;
	width: 100%;
}
.sub_sec li a{
	color: rgba(0,0,0,0.50);
	width: 100%;
}
.sub_sec li a p{
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
}

/*FOOTER SHARE ICON*/
/*FOOTER SHARE ICON*/

.footer{
	width: 20%;
	height: 30px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 990;
}
.share li{
	width: 25%;
	height: 100%;
	float: left;
}
.share_items a div{
	width: 100%;
	height: 30px;
}
.facebook{	
	width: 100%;
	height: 100%;
	background: #3124D8;
}
.twitter{	
	width: 100%;
	height: 100%;
	background: #19E8F3;
}
.whatsapp{	
	width: 100%;
	height: 100%;
	background:#4BAA1E;
}
.google{	
	width: 100%;
	height: 100%;
	background:#DF1F22;
}
.share_icon{
	margin: 0px 5px;
}
.fb_icon{
	width: 30px;
	height: 30px;
	background-image:url(../images/social/fb.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.tw_icon{
	width: 30px;
	height: 30px;
	background-image:url(../images/social/tw.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.w_icon{
	width: 30px;
	height: 30px;
	background-image:url(../images/social/wh.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.gp_icon{
	width: 30px;
	height: 30px;
	background-image:url(../images/social/gp.png);
	background-repeat: no-repeat;
	background-size: contain;
}
/*FOOTER SHARE ICON*/
/*FOOTER SHARE ICON*/



/*SIDE SECTION DESIGN*/
/*SIDE SECTION DESIGN*/
/*SIDE SECTION DESIGN*/


/*CUSTOM SCROLL BAR*/
/*CUSTOM SCROLL BAR*/
/*CUSTOM SCROLL BAR*/
/*CUSTOM SCROLL BAR*/

.parent{
    position:relative;
	margin-top:100px;
	margin-left:20px;	
    overflow:hidden;
    height:65%;
	width:80%;
	background:rgba(0,0,0,0.01);
}
.scrollable{
    overflow-y:scroll;
    position:absolute;
    padding:0 150px 0 0;
    width: 100%;
    height:100%;
}
#hide_scrollbar::-webkit-scrollbar { 
    display: none; 
}
/*CUSTOM SCROLL BAR*/
/*CUSTOM SCROLL BAR*/
/*CUSTOM SCROLL BAR*/

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 32px;
  height: 24px;
  margin-left:30px;
  margin-top:20px;
  margin-bottom:20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background:rgba(255,255,255,1.00);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/*MENU ICON DESIGN*/
/*MENU ICON DESIGN*/
/*MENU ICON DESIGN*/
/*MENU ICON DESIGN*/

.nav_menu{
	margin:1px auto;
	width:95%;
}
.nav_menu li{
	float:left;
	width:20%;
	padding-left:0;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:100;
}
.nav_menu li a{
	color:#E3F2FD;
}
#outer_arrow{
	width:200px;
	height:200px;
	bottom:0;
	right:0;
	background:rgba(0,0,0,1.00);
	position:fixed;
	cursor:pointer;
	display:none;
	z-index: 990;
}
#outer_arrow{
	width:60px;
	height:60px;
	border-radius:60px;
	margin-bottom:50px;
	margin-right:50px;
	background-color:#2196F3;	
	box-shadow: -2px 2px 20px 2px rgba(0,0,0,0.44);
}
#arrow_icon{
	background-image:url(../images/icons/arrow.png);
	width:60px;
	height:60px;
	background-size:contain;
	background-repeat:no-repeat;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#arrow_icon.open{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#outer_arrow.open{
	background-color:#64B5F6;	
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
/*FOOTER STYLING*/
/*FOOTER STYLING*/
/*FOOTER STYLING*/
.blank_space{
	clear: both;
	width: 100%;
	height: 40px;
	background-color:#EDF5FF;
}
.main_fotter{
	clear: both;
	margin-top: 30px;
	width: 100%;
	height: auto;
	background-color:#000713;
	padding: 50px 0px;
}
.footer_list{
	margin-left: 30px;
}
.main_fotter a{
	color: #64B5F6;	
}
.main_fotter a:hover{
	color: aqua;
}
.copyright{
	width: 100%;
	height: auto;
	padding: 15px 0px;
	background-color:#203558;
}
.copyright p{
	color: aliceblue;
	text-align: center;
}

/*FOOTER STYLING*/
/*FOOTER STYLING*/
/*FOOTER STYLING*/


/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
/*MEDIA QUERY STARTS*/
@media screen and (max-width:1300px){
	.search_bar_holder{
		width: 95%;
	}
}

@media screen and (max-width:1200px){
	.footer{
		width: 25%;
		height: 30px;
		position: fixed;
		bottom: 0;
		z-index: 990;
	}
	.featured_post{
		height: 500px;
	}
	.feature_parent_dex{
		width: 720px;
		height: 320px;
	}
	#id_1 .overlay_text{
		font-size: 24px;
	}
	#id_2 .overlay_text, #id_3 .overlay_text, #id_4 .overlay_text{
		font-size: 16px;
	}
}
@media screen and (max-width:1024px){
	.featured_post{
		height: 440px;
	}
	.feature_parent_dex{
		width: 540px;
		height: 240px;
	}
	#id_2 .overlay_text, #id_3 .overlay_text, #id_4 .overlay_text{
		font-size: 12px;
	}
}
@media screen and (max-width:784px){
	/*DESIGNING THE BRANDS*/
	/*DESIGNING THE BRANDS*/
	/*DESIGNING THE BRANDS*/
	/*DESIGNING THE BRANDS*/
	/*DESIGNING THE BRANDS*/
	/*DESIGNING THE BRANDS*/
	/*DESIGNING SEARCH BAR*/
	/*DESIGNING SEARCH BAR*/
	/*DESIGNING SEARCH BAR*/
	/*DESIGNING SEARCH BAR*/
	.search_bar_text{
		width: 90%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 5%;
		padding-left: 5%;
	}
	.search_icon{
		margin-top: 10px;
		margin-left: 0px;
		right: 5%;
	}
	/*DESIGNING SEARCH BAR*/
	/*DESIGNING SEARCH BAR*/
	/*DESIGNING SEARCH BAR*/
	/*DESIGNING SEARCH BAR*/
	#outer_arrow{
		display:block;
	}
	.right_20{
		position:fixed;
		float:right;
		right:0;
		z-index: 989;
	}
	.right_20{
		margin-right:-70%;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#right_sec.open{
		margin-right:0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	.nav_menu{
		margin:1px auto;
		width:90%;
	}
	.nav_menu li{
		clear:both;
		width:100%;
		padding-left:0;
		padding-top:15px;
		padding-bottom:15px;
		font-weight:100;
	}
	.nav_menu li a{
		color:#E3F2FD;
	}
	.footer{
		width: 100%;
		height: 30px;
		position: fixed;
		bottom: 0;
		z-index: 990;
	}
	/*FEATURED POST*/
	/*FEATURED POST*/
	/*FEATURED POST*/
	/*FEATURED POST*/
	.feature_parent_dex{
		display: none;
	}
	.featured_post{
		width: 100%;
		height: 480px;
		background-color: #DAEEFF;
		-webkit-box-shadow: -2px 10px 20px 1px rgba(0,0,0,0.19);
		-moz-box-shadow: -2px 10px 20px 1px rgba(0,0,0,0.19);
		box-shadow: -2px 10px 20px 1px rgba(0,0,0,0.19);
	}
	.feature_parent{
		display: block;
		margin-top: 120px;
		width: 90%;
		height: 310px;
		overflow-x: scroll;
		overflow-y: hidden;
		position: absolute;
		margin-left: 30px;
	}
	p.featured{
		position: absolute;
		margin-top: 75px;
		font-size: 24px;
		margin-left: 30px;
		font-weight: 800;
		color: darkslategrey;
	}
	.featured_modal_holder{
		display:inline-block;	
		width: 1700px;
		height: 100%;
		background-color: #B1C8FF;	
	}
	.featured_modal{
		width: 400px;
		height: 280px;
		margin: 10px;
		background-color: #1565C0;
		float: left;
	}
	.featured_modal a{
		color:#E3F2FD;
	}
	.item {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	  height: 100%;
	}
	.item img {
	  min-height: 100%;  
	  -moz-transition: all 1s;
	  -webkit-transition: all 1s;
	  transition: all 1s;
	}
	.item:hover img {
	  -moz-transform: scale(1.1);
	  -webkit-transform: scale(1.1);
	  transform: scale(1.1);
	}
	.overlay{
		position: absolute;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, rgba(18,36,63,0) 0%, rgba(11,25,45,0.35) 50%, rgba(4,13,27,0.85) 100%);
	}
	.overlay_text{
		position: absolute;
		right: 10px;
		bottom: 10px;
		padding: 10px;
		text-align: right;
		font-size: 24px;
	}

	/*FEATURED POST*/
	/*FEATURED POST*/
	/*FEATURED POST*/
	/*FEATURED POST*/
	/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/

	.modals{
		margin-top: 30px;
		width: 100%;
		height: auto;
		background-color: #EDF5FF;
		-webkit-box-shadow: 0px -5px 32px 5px rgba(0,0,0,0.19);
		-moz-box-shadow: 0px -5px 32px 5px rgba(0,0,0,0.19);
		box-shadow: 0px -5px 32px 5px rgba(0,0,0,0.19);
	}
	.modal{
		margin: 0px;
		float: left;
		width: 49.5%;
		height: 250px;
		border: 1px solid rgba(0,0,0,0.35);
		box-shadow: none;
		overflow: hidden;
	}
	.modal_image{
		width: 96.4%;
		height: 60%;
	}
	.modal a{	
		color: darkslategrey;
		font-family: Tahoma;
		font-weight: 700;
	}
	.modal_title{
		padding: 5px;	
		font-size: 18px;
	}


/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/
		.copyright{
			padding-bottom: 45px;

		}
}
@media screen and (max-width:600px){
	.modal{
		margin: 0px;
		float: left;
		width: 49.5%;
		height: 250px;
		border: 1px solid rgba(0,0,0,0.35);
		box-shadow: none;
		overflow: hidden;
		border-radius: 0px;
	}
	.modal_image{
		border-radius: 0px;
	}
	.phone_modal{
		margin: 0px;
		width: 49.5%;
		height: 380px;
		box-shadow: none;
		border: 1px solid rgba(0,0,0,0.35);
		border-radius: 0px;
		overflow: hidden;
	}
	.phone_modal_image{	
		width: 96%;
		height: 80%;
		margin: 5px;
		position: relative;  
		overflow: hidden;
		border-radius: 0px;
	}
}
@media screen and (max-width:480px){
	/*DESIGNING SEARCH BAR*/
	/*DESIGNING SEARCH BAR*/
	.search_bar_holder{	
		margin-top: 50px;
	}
	/*DESIGNING SEARCH BAR*/
	/*DESIGNING SEARCH BAR*/
	#outer_arrow{
		margin-bottom:50px;
		margin-right:30px;
	}
	.logo{
		width:210px;
		height:35px;
		margin-top:-48px;
	}
	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	  width: 24px;
	  height: 18px;
	  margin-left:20px;
	  margin-top:20px;
	  margin-bottom:20px;
	}

	#nav-icon1 span:nth-child(2) {
	  top: 6px;
	}

	#nav-icon1 span:nth-child(3) {
	  top: 12px;
	}

	#nav-icon1.open span:nth-child(1) {
	  top: 6px;
	  -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	  transform: rotate(135deg);
	}

	#nav-icon1.open span:nth-child(2) {
	  opacity: 0;
	  left: -60px;
	}

	#nav-icon1.open span:nth-child(3) {
	  top: 6px;
	  -webkit-transform: rotate(-135deg);
	  -moz-transform: rotate(-135deg);
	  -o-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}
	/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/
		.featured_post{
			height: 400px;
		}
		.feature_parent{
			margin-top: 110px;
			width: 90%;
			height: 230px;
			margin-left: 4.5%;
		}
		p.featured{
			margin-top: 65px;
			font-size: 24px;
			margin-left: 5%;
		}
		.featured_modal_holder{
			width: 1400px;
			height: 230px;
		}
		.featured_modal{
			width: 330px;
			height: 210px;
			margin: 10px;
		}
		.featured_ad_2{
			display: block;
			position: absolute;
			width: 92%;
			height: 50px;
			margin-top: 400px;
			margin-left: 15px;
			background:rgba(255,0,4,1.00);
		}
		.overlay_text{
			font-size: 18px;
		}
		/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/


	.modal{
		margin: 0px;
		float: left;
		width: 49.2%;
		height: 190px;
		border: 1px solid rgba(0,0,0,0.35);
		box-shadow: none;
		overflow: hidden;
	}

	.modal_title{
		padding: 2px;	
		font-size: 14px;
	}
	.phone_modal{
		margin: 0px;
		width: 32.5%;
		height: 210px;
		box-shadow: none;
		border: 1px solid rgba(0,0,0,0.35);
		overflow: hidden;
	}
	.phone_modal_image{	
		width: 96%;
		height: 82%;
		position: relative;  
		overflow: hidden;
	}
	.phone_modal_title{
		margin: 0px auto;
		font-size: 14px;
		width: 96%;
	}
	


/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/

}
@media screen and (max-width:400px){
	.modal{
		margin: 0px;
		float: left;
		width: 49.2%;
		height: 170px;
		border: 1px solid rgba(0,0,0,0.35);
		box-shadow: none;
		overflow: hidden;
	}

}
@media screen and (max-width:360px){
	.logo{
		width:210px;
		height:35px;
		margin-top:-48px;
	}
	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	  width: 24px;
	  height: 18px;
	  margin-left:20px;
	  margin-top:20px;
	  margin-bottom:20px;
	}

	#nav-icon1 span:nth-child(2) {
	  top: 6px;
	}

	#nav-icon1 span:nth-child(3) {
	  top: 12px;
	}

	#nav-icon1.open span:nth-child(1) {
	  top: 6px;
	  -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	  transform: rotate(135deg);
	}

	#nav-icon1.open span:nth-child(2) {
	  opacity: 0;
	  left: -60px;
	}

	#nav-icon1.open span:nth-child(3) {
	  top: 6px;
	  -webkit-transform: rotate(-135deg);
	  -moz-transform: rotate(-135deg);
	  -o-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}
		#outer_arrow{
			width:40px;
			height:40px;
		}
		#arrow_icon{
			background-image:url(../images/icons/arrow.png);
			width:40px;
			height:40px;
		}
	/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/
		.featured_post{
			height: 340px;
		}
		.feature_parent{
			margin-top: 120px;
			width: 90%;
			height: 182px;
			margin-left: 10px;
		}
		p.featured{
			margin-top: 75px;
			font-size: 24px;
			margin-left: 30px;
		}
		.featured_modal_holder{
			width: 1150px;			
			height: 182px;
		}
		.featured_modal{
			width: 270px;
			height: 165px;
			margin: 8px;
		}
		.featured_ad_2{
			display: block;
			position: absolute;
			width: 93%;
			height: 50px;
			margin-top: 330px;
			margin-left: 10px;
			background:rgba(255,0,4,1.00);
		}
		.overlay_text{
			font-size: 18px;
		}
		/*DESIGNING THE MODAL*/
		/*DESIGNING THE MODAL*/
		/*DESIGNING THE MODAL*/
		/*DESIGNING THE MODAL*/


		.modal{
			width: 49%;
			height: 140px;
		}
		.modal_title{
			padding: 2px;	
			font-size: 10px;
		}
		.phone_modal{
			width: 49%;
			height: 240px;
		}
		.phone_modal_image{	
			width: 96%;
			height: 80%;
		}
		.right_20{
			margin-right:-80%;
			-webkit-transition: .5s ease-in-out;
			-moz-transition: .5s ease-in-out;
			-o-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
		}
		#right_sec.open{
			margin-right:0;
			-webkit-transition: .5s ease-in-out;
			-moz-transition: .5s ease-in-out;
			-o-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
		}

}
@media screen and (max-width:320px){
	.modal{
		width: 49%;
		height: 120px;
	}
}
@media screen and (max-width:300px){
	*{
		max-width: 100%;
	}
}