*{
	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;
}

/*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 */
/*DESIGNING SEARCH BAR*/
/*DESIGNING SEARCH BAR*/
/*DESIGNING SEARCH BAR*/
/*DESIGNING SEARCH BAR*/
/*DESIGNING SEARCH BAR*/
.ads_top{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 30px;
}
.search_bar_holder{
	width: 1020px;
	margin: auto;	
}
.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*/
/*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;
}

	/*ADD*/
	/*ADD*/
	/*ADD*/
	.comert{
		display: block;
		width: 95%;
		height: 150px;
		background-color: blueviolet;
		margin-top: 100px;
		margin-left: 20px;
}
	/*ADD*/
	/*ADD*/
	/*ADD*/



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

.modals{
	margin-top: 30px;
}
.modal{
	float: left;
	width: 280px;
	height: 240px;
	margin: 20px;
	background:#ECF7FF;
	-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;	
	border-radius: 5px;
}
.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{
	  max-width: 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*/


/*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%;
}

/*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: 900;
}
#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;
	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;
	}
}

@media screen and (max-width:784px){
	/*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: 500;
	}
	.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;
	}
	.footer{
		width: 100%;
		height: 30px;
		position: fixed;
		bottom: 0;
		z-index: 990;
	}
	.copyright{
		padding-bottom: 50px;
		
	}
	/*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*/
}
@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;
	}
}
@media screen and (max-width:480px){
	/*DESIGNING SEARCH BAR*/
	/*DESIGNING SEARCH BAR*/
	
	/*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*/


	.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;
	}


/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/
/*DESIGNING THE MODAL*/	
	/*ADD*/
	/*ADD*/
	/*ADD*/
	.comert{
		height: 100px;
		margin-top: 100px;
		margin-left: 10px;
	}
	/*ADD*/
	/*ADD*/
	/*ADD*/	
	
}
@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);
	}
	/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/
	/*DESIGNING THE MODAL*/


		.modal{
			width: 49%;
			height: 140px;
		}
		.modal_title{
			padding: 2px;	
			font-size: 11px;
		}	
	/*OUTER ARROW*/
		/*OUTER ARROW*/
		/*OUTER ARROW*/
		/*OUTER ARROW*/
		#outer_arrow{
			width:40px;
			height:40px;
		}
		#arrow_icon{
			background-image:url(../images/icons/arrow.png);
			width:40px;
			height:40px;
		}
		.comert{
			margin-top: 80px;
			margin-left: 7px;
		}



		.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%;
	}
}