﻿body
{
	margin: 0;
	font-family: 'Roboto-Regular';
	background: #fff;
}

@font-face
{
	font-family: 'Roboto-Regular';
	src: url(../fonts/Roboto-Regular.ttf) format( 'truetype' );
}
@font-face
{
	font-family: 'Abel-Regular';
	src: url(../fonts/Abel-Regular.ttf) format( 'truetype' );
}


/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px)
{
}
/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px)
{
}
/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px)
{
}
/* portrait tablets and small desktops*/
@media (max-width: 767px)
{
}
/* Mobile and small Phones*/
@media (max-width: 480px)
{
}
/*Media query*/

.Body-Bg
{
	background-color: #ac9259;
}
.wt-bg
{
	background-color: #fff;
}
.C_Align
{
	text-align: center;
}
.nav > li
{
	padding: 0px 11px;
}
.nav > li > a
{
	color: #fff;
	font-size: 17px;
	padding: 10px 15px;
	font-weight: 700;
}
.Iframe
{
	height: 460px;
}
.abt
{
	color: #000;
	font-family: "Raleway" ,sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 30px;
	letter-spacing: 1px;
	margin: 20px 0px 15px 0px; /*text-shadow: 1px 1px 1px #0C0C0C;*/
}
.ifa
{
	color: #E15327;
	font-family: "Raleway" ,sans-serif; /*text-transform: uppercase;*/
	font-weight: 800;
	font-size: 40px;
	letter-spacing: 1px;
	margin: 10px 0px 30px 0px; /*text-shadow: 1px 1px 1px #0C0C0C;*/
}
.ht1
{
	margin-top: 20px;
}
.mtop
{
	margin-top: 15px;
}
.R_Align
{
	text-align: right;
}
.gray-bg
{
	background-color: #ccc;
}
.brown-bg
{
	background-color: #532728;
}
.Gold-bg
{
	background-color: #ac9259;
}
.MyAccount
{
	margin: 0px;
	padding: 5px;
}
.AccountMenus, .ifa-cart
{
	color: #fff;
	font-size: 16px;
	/*font-family: "Raleway" ,sans-serif;
	font-weight: 800;*/
}
.AccountMenus:hover, .ifa-cart:hover
{
	color: #e1e1e1;
	transition: all 0.5s;
}
.ifa-inter
{
	color:#ffff2a;
}
.MyAccount img
{
	width: 18px;
}
.ifa-welcome, .ifa-name
{
	font-size: 16px;
	font-family: "Raleway" ,sans-serif;
	font-weight: 800;
}
.ifa-welcome
{
	color: #fff;
}
.ifa-name
{
	color: #ffff2a;
}
.tag
{
	font-family: Brush Script MT;
	font-weight: 800;
	font-size: 30px;
	font-style: italic;
	color: #000;
	text-align: center1;
	margin: 15px 0px;
}
.head
{
	color: #E15327;
	font-family: "Raleway" ,sans-serif; /*text-transform: uppercase;*/
	font-weight: 800;
	font-size: 20px;
	
	margin: 10px 0px; /*text-shadow: 1px 1px 1px #0C0C0C;*/
}
.Feature-Iframe
{
	height: 221px;
}
.Feature-Iframe1
{
	height: 235px;
	width: 100%;
}
/*-- forms of art --*/
.agileits_w3layouts_team_grid
{
	position: relative;
	display: block;
	background: #000;
	overflow: hidden;
}
.agileits_w3layouts_team_grid .agileinfo_social_icons
{
	width: 100%;
	text-align: center;
	content: '';
	z-index: 1;
	position: absolute;
	left: 40%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: 100px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.agile_team_grid:hover .agileits_w3layouts_team_grid .agileinfo_social_icons
{
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: 0;
}
.agile_team_grid:hover .agileits_w3layouts_team_grid img
{
	opacity: 0.3;
}
.agileinfo_social_icons li
{
	display: inline-block;
}
.agileinfo_social_icons li a
{
	color: #fff;
	font-size: 17px;
	font-weight: 700;
}
.agileinfo_social_icons li a:hover
{
	color: Yellow;
	transition: all 0.5s;
}
/*-- //forms of art --*/

.msg-bg
{
	background: url( "../images/background/Message-bg.jpg" ) 0px 0px repeat;
	background-size: cover;
	background-attachment: fixed;
}
.Message
{
	border: 2px solid #333;
	border-radius: 5px;
	margin-top: 35px;
}
.Message img
{
	width: 40px;
	margin: -20px 0px 0px 35px;
	background-color: #fff;
}

.AchieveSlider1, .AchieveSliderManager1
{
	/*margin: auto; */
	width: 350px; /*margin:0px;*/
	position: relative;
	float: left; /*background-color :#336699;*/
}

.RightArrow1 img
{
	cursor: pointer; /*background: rgba(255,255,255,0.7);*/
	float: right;
	margin-right: 20px;
	margin-top: -2px;
	opacity: 0.7;
	transition: all 0.5s;
}
.RightArrow1 img:hover
{
	background-color: #c0a063;
	width: 30px;
	height: 30px;
}
.LeftArrow1 img
{
	cursor: pointer; /*background: rgba(255,255,255,0.7);*/
	float: left;
	margin-top: -2px;
	margin-left: 10px;
	opacity: 0.7;
}
.LeftArrow1 img:hover
{
	background-color: #c0a063;
	width: 30px;
	height: 30px;
}
#AchevimentScrollingSlider1, #Div1
{
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 97%;
	height: 285px;
}
.Galleryname
{
	position: absolute;
	margin: -264px -40px 0px;
	color: #532728;
	font-size: 15px;
	font-weight: bold;
}
.f-title
{
	font-size: 18px;
	color: #e15327;
	font-weight: 700;
	margin: 20px 0px 10px 0px;
}
.fdiv
{
	margin-bottom: 20px;
}
.fdiv p, .fdiv p a
{
	color: #fff;
	line-height: 25px;
	font-size: 16px;
}
.fdiv p a
{
	text-decoration: underline;
}
.fdiv p a:hover, .flink p a:hover
{
	color: #e15327;
	transition: all 0.5s;
}
.flink p
{
	margin: 0px;
}
.flink p a
{
	color: #fff;
	line-height: 25px;
	font-size: 16px;
}
.fsocial a img
{
	margin-left: -5px;
}
.copyright, .copyright a
{
	background-color: #e15327;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 15px;
	color: #fff;
	font-size: 13px; /*font-weight: 700;*/
	padding: 3px;
}
.copyright a:hover
{
	text-decoration: underline;
	transition: all 0.5s;
}
.XML_Image
{
	height: 300px;
}
.ArtistImg
{
	width: 295px;
	height: 235px;
}
/*Media query*/
.sub-menu-left
{
	width: 100%;
}
.sub-menu-left tr
{
	border: 1px solid #000;		
	width: 100%;
	background-color: #ccc;
}
.sub-menu-left tr td a
{
	padding: 3px;
	color: #000;
	font-weight: 500;
	text-align: left;
	float: left;
	font-size: 15px;
}
.sub-menu-left tr td a:hover
{	
	color: #fff;	
	transition: all 0.5s;
}
.sub-menu-left tr:hover
{	
	width: 100%;
	background-color: #e15327;
	transition: all 0.3s;
}
.Subhead
{
	font-size: 16px;	
	color: #e15327;
	
	font-family: "Raleway" ,sans-serif;
	font-weight: 700;	
	margin: 15px 0px; /*text-shadow: 1px 1px 1px #0C0C0C;	*/
	line-height:20px;
	
}
.abt-artist
{
	border: 1px solid #532728;
	/*background: linear-gradient(to top, #532728, #D3B26B) repeat scroll 0% 0% transparent;*/
	background-color:#eee;
}
.abt-artist p
{
	font-size: 15px;
	color: #000;
}
.abt-artist p b
{
	font-size: 16px;
	color: #532728;
}
.visit
{
	border: 1px solid #532728; /*margin-top:65px; 	height: 333px;*/
}
.visit:hover
{
	background-color: #eee;
	transition: all 0.5s;
}
.visit p
{
	font-size: 15px;
}
.visit p a
{
	color: #532728;
	font-weight: 700;
}
.visit p a:hover
{
	text-decoration: underline;
	transition: all 0.5s;
}
.Kala
{
	width: 120px;
}
.contact-reason
{
	font-weight: normal;
}
.contact-info
{
	width: 100%;
	height: 33px;
	border-left: 2px solid #532728;
	border-bottom: 2px solid #532728;
	border-right: 2px solid Transparent;
	border-top: 2px solid Transparent;
	background-color: Transparent;
	color: #000;
	font-size: 16px;
	padding: 5px;
}
.contact-info:focus
{
	border-left: 2px solid #532728;
	border-bottom: 2px solid #532728;
	border-right: 2px solid #ac9259;
	border-top: 2px solid #ac9259;
	transition: all 0.5s;
	font-size: 16px;
	padding: 5px;
	height: 33px;
}
.shareit
{
	float: right;
}
.ifa-btn
{
	border: 1px solid #e15327;
	background-color: #e15327;
	height: 30px;
	width: 100px;
	color: #fff;
	font-size: 16px;
	margin: 10px 0px;
}
.ifa-btn:hover
{
	border: 1px solid #1e1e1e;
	background-color: #1e1e1e;
	color: #fff;
	transition: all 0.5s;
}
.Contact p
{
	margin-top: 15px;
}
.sitemap li a
{
	color: #000;
	font-size: 15px;
}
.sitemap li a:hover
{
	color: #532728;
	font-size: 15px;
	transitions: all 0.5s;
}
.Login
{
	border: 1px solid;
	border-radius: 5px;
	box-shadow: 2px 2px;
}
.NewUser
{
	text-align: right;
}
.Text2
{
	border: 1px solid #333;
	border-radius: 3px;
	height: 27px;
	width: 85%;
	padding: 3px;
}
.Text2:focus, .Border
{
	border: 1px solid #532728;
}
.reg
{
	font-weight: bold;
}
.reght1
{
	height: 10px;
}
.Prod-search
{
	background-color: #ccc;
	margin-top: 63px;
}
.Prod-search p
{
	margin: 0px;
}
.search-box
{
	border: 1px solid #000;
	height: 28px;
	width: 100%;
	padding: 3px;
	color: #000;
	font-size: 15px;
	border-radius: 0px;
}
.search-box:focus
{
	border: 1px solid #e15327;
	transition: all 0.5s;
}
.Productcat
{
	border: 1px solid #333;
	padding-bottom: 20px;
	background-color: #fff;
}
.Productcat:hover, .coursediv:hover
{
	border: 1px solid #532728;
	background-color: #eee;
	transition: all 0.8s;
}
.ProdTitle
{
	font-size: 16px;
	font-weight: 700;
	color: #532728;
	margin: 15px 0px 15px 0px;
}
.Psale
{
	background-color: #ccc;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 5px;
	border-radius: 15px 0px;
}
.price
{
	color: Red;
	font-size: 15px;
	font-weight: 700;
	margin: 15px 0px;
}
.Discount
{
	color: Green;
	font-size: 14px;
	font-weight: 700;
}
.Mrbtn
{
	background-color: #532728;
	color: #fff;
	padding: 1px 5px;
}
.Mrbtn:hover
{
	background-color: #532728;
	color: #ac9259;
	transition: all 0.5s;
}
.LblStyl, .MsgStyl
{
	color: #532728;
	font-weight: 700;
	font-size: 18px;
}
.shopborder
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.coursediv
{
	border: 1px solid #333;
	height: 380px;
	background-color: #fff;
	width: 283px;
}
.billing
{
	font-weight: 700;
	color: #532728;
	font-size: 17px;
	margin: 15px 0px;
}
.billing-txt
{
	height: 30px;
	background-color: Transparent;
	padding-left: 5px;
	color: #000;
	font-size: 15px;
	border-bottom: 1px solid #532728;
	border-left: none;
	border-top: none;
	border-right: none;
	width: 100%;
}
.billing-txt:focus
{
	background-color: #fff;
	border-bottom: 1px solid #fff;
	transition: all 0.5s;
}
.billing-div p
{
	margin-top: 20px;
}
.payment-txtbox
{
	border: 1px solid #532728;
	height: 28px;
	border-radius: 5px;
	padding-left: 5px;
	color: #000;
	font-size: 15px;
	background-color: #fff;
	width: 100%;
}

.ifa-contact img
{
	width: 19px;
}

/* Large desktop and laptops*/
@media (min-width: 1200px)
{
	.f-left
	{
		margin-left: 12px;
	}
	.Artist
	{
		margin-top: 0px;
		height: 270px;
	}
	.PGDiv
	{
		margin-top: -10px;
	}
	.Menu
	{
		margin-left: 33px;
	}
	.form-left
	{
		margin-left: 60px;
	}
	.form-submenu
	{
		margin-left: 12px;
	}
	.visit
	{
		margin-top: 44px;
		height: 333px;
	}
	.subpage
	{
		margin-left: -20px;
	}
	.Img-top
	{
		margin-top: 10px;
	}
	.reght
	{
		height: 10px;
	}
	.Product
	{
		width: 110%;
		margin-top:28px;		
	}
	.aspdiv
	{
		margin-left: 3px;
	}

}
/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px)
{
	.nav > li
	{
		padding: 0px 4px;
	}
	.nav > li > a
	{
		color: #fff;
		font-size: 17px;
		font-weight: normal;
	}
	.Menu
	{
		margin-left: 25px;
	}
	.Artist
	{
		margin-top: 0px;
		height: 270px;
	}
	.PGDiv
	{
		margin-top: -10px;
	}
	.visit
	{
		margin-top: 44px;
		height: 380px;
	}
	.Product
	{
		width: 110%;
		margin-top:28px;
	}

}
/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px)
{
	.nav > li
	{
		padding: 0px 0px;
	}
	.nav > li > a
	{
		color: #fff;
		font-size: 15px;
		font-weight: normal;
	}
	.form-artist
	{
		margin-top: 300px;
	}
	.Kala
	{
		width: 100%;
	}
	.Prod-search
	{
		margin-top: 20px;
	}

}
/* portrait tablets and small desktops*/
@media (max-width: 767px)
{
	.nav > li > a
	{
		color: #fff;
		font-size: 15px;
		padding: 0px 15px;
		font-weight: 600;
	}
	.nav > li > a
	{
		margin-top: 5px;
	}
	.Row-Width
	{
		margin-left: -15px;
		margin-right: -15px;
	}
	.Row-Width1
	{
		margin-left: -30px;
		margin-right: -30px;
	}
	.abt
	{
		font-size: 25px;
	}
	.ifa
	{
		font-size: 30px;
	}
	.ht1
	{
		margin-top: 30px;
	}
	.mtop
	{
		margin-top: 20px;
	}
	.R_Align
	{
		text-align: left;
	}
	.fsocial
	{
		margin-bottom: 10px;
	}
	.f-title
	{
		margin: 15px 0px 5px 0px;
	}
	.ArtistImg
	{
		width: 100%;
		height: auto;
	}
	.Feature-Iframe1
	{
		width: 100%;
	}
	.form-artist
	{
		margin-top: 268px;
	}
	.XML_Image
	{
		height: 180px;
	}
	.Subhead
	{
		font-size: 15px;
		line-height: 23px;
		font-weight: 700;
	}
	.contact-info
	{
		border-left: 1px solid #532728;
		border-bottom: 1px solid #532728;
		border-right: 1px solid Transparent;
		border-top: 1px solid Transparent;
		height: 30px;
	}
	.contact-info:focus
	{
		border-left: 1px solid #532728;
		border-bottom: 1px solid #532728;
		border-right: 1px solid #ac9259;
		border-top: 1px solid #ac9259;
		transition: all 0.5s;
		height: 30px;
	}
	.shareit
	{
		float: left;
	}
	.NewUser
	{
		text-align: left;
	}
	.Prod-search p
	{
		margin-bottom: 10px;
	}
	.Prod-search
	{
		margin-top: 20px;
	}
}
/* Mobile and small Phones*/
@media (max-width: 480px)
{
	.Logo
	{
		height: 55px;
	}
	.abt
	{
		font-size: 18px;
		margin: 15px 0px 5px 0px;
	}
	.ifa
	{
		font-size: 22px;
		margin: 0px 0px 15px 0px;
	}
	.head
	{
		font-size: 18px;
	}
	.AccountMenus, .ifa-welcome, ifa-name
	{
		font-size: 14px;
	}
	.MyAccount img
	{
		width: 20px;
	}
	.tag
	{
		font-size: 20px;
		margin: 10px 0px;
		font-weight:500;
	}
	.XML_Image
	{
		height: 100px;
	}

}
/*Media query*/

/*Media query for iframe*/
@media (min-width: 700px) and (max-width: 767px)
{
	.Iframe
	{
		height: 430px;
	}
}
@media (min-width: 600px) and (max-width: 699px)
{
	.Iframe
	{
		height: 380px;
	}
}
@media (min-width: 550px) and (max-width: 599px)
{
	.Iframe
	{
		height: 330px;
	}
}
@media (min-width: 500px) and (max-width: 549px)
{
	.Iframe
	{
		height: 300px;
	}
}
@media (min-width: 450px) and (max-width: 499px)
{
	.Iframe
	{
		height: 260px;
	}
}
@media (min-width: 400px) and (max-width: 449px)
{
	.Iframe
	{
		height: 230px;
	}
}
@media (min-width: 350px) and (max-width: 399px)
{
	.Iframe
	{
		height: 200px;
	}
	.Iframe
	{
		height: 220px;
	}

}
@media (min-width: 330px) and (max-width: 359px)
{
	.Iframe
	{
		height: 190px;
	}
	.Feature-Iframe, .Feature-Iframe1
	{
		height: 230px;
	}
	.form-artist
	{
		margin-top: 270px;
	}
}
@media (min-width: 300px) and (max-width: 329px)
{
	.Iframe
	{
		height: 170px;
	}
	.Feature-Iframe, .Feature-Iframe1
	{
		height: 200px;
	}
	.form-artist
	{
		margin-top: 230px;
	}

}
/*Media query for iframe*/

/*Style added by Karthik 08-06-2018*/

