@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
    margin: 0px;
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #282828;
    font-weight: 400;
	line-height: 28px;
}
html {
  scroll-behavior: smooth;
}
a {
	color: #f03d22;
	text-decoration: none;
}
a:hover , a:focus {
	color: #3e0a60;
	text-decoration: underline;
}
hr {
    width: 100%;
	margin: 10px 0%;
    border: none;
	border-top: 1px solid #c7c7c7 !important;
}
p {
	margin: 0;
}
.p-0 {
	padding-right: 0;
	padding-left: 0;
}
#wrap {
	float:left;
	width:100%;
}
.container {
	width:1250px;
	padding:0;
	margin:0px auto;
}
#header * {
    transition: all .25s ease-in-out;
}
#header {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0;
}
#header .logo {
	float: left;
	width: 150px;
}
#header .logo img {
	width: 100%;
	height: auto;
}
#header .top_right {
    float: right;
    width: calc(100% - 150px);
}
#mainNav {
    float: right;
    width: auto;
    padding: 45px 0;
}
#mainNav ul.menu {
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#mainNav ul.menu li {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    position: relative;
}
#mainNav ul.menu li:last-child {
	padding: 0 0 0 15px;
}
#mainNav ul.menu li a {
    display: block;
    padding: 0 0 5px;
    background: 0 0;
    border-bottom: 2px solid transparent;    
    font-size: 18px;
    color: #3e0a60;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}
#mainNav ul.menu > li > a:hover,
#mainNav ul.menu > li:hover > a,
#mainNav ul.menu > li.current_page_item > a,
#mainNav ul.menu > li.current-menu-parent > a {
	color: #F03D22;
	border-bottom:2px solid #F03D22;
}
#mainNav ul.menu li.button a{
	padding: 15px 15px;
	border: none;
	color: #ffffff;
	border-radius: 5px;
	background-color: #3e0a60;
}
#mainNav ul.menu li.button a i {
	margin-right: 10px;
	vertical-align: bottom;
}
#mainNav ul.menu li.menu-item-has-children a {
	padding-right: 14px;
}
#mainNav ul.menu li.menu-item-has-children > a:after {
	content: "\f140";
    font-family: "Material Design Icons";
    font-size: 18px;
    position: absolute;
    margin-top: 0;
    top: 15%;
    right: 10px;
}
#mainNav ul li a svg {
	display: none;
}
#mainNav ul.menu > li:hover > ul.sub-menu {
	display: block;
}
#mainNav ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 204px;
	background-color: #ffffff;
	position: absolute;
	top: 100%;
	left: 15px;
	z-index: 2;
	display: none;
}
#mainNav ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}
#mainNav ul.menu li ul.sub-menu li a {
	padding: 10px 12px;
	border-radius: 0px;
	font-size: 16px;
	color: #1a1a1a;
	text-transform: none;
}
#mainNav ul.menu li ul.sub-menu li a:hover,
#mainNav ul.menu li ul.sub-menu li:hover > a,
#mainNav ul.menu li ul.sub-menu li.current_page_item > a {
	background-color: #171214;
	color: #ffffff;
	text-decoration: none;
}
#mainNav ul.menu li ul.sub-menu li.menu-item-has-children > a:after {
	content: "\f125";
    right: 10px;
}
#mainNav ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
#mainNav ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}
.mobile_menu {
	display: none;
}
#slider {
	position: relative;
	float: left;
	width: 100%;
}
#slider:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.35);
}
#slider .container {
    position: absolute;
    top: 127px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#slider .caption {
	width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
#slider .caption h1 {
	margin: 0 0 20px 0;
	font-size: 50px;
	color: #ffffff;
	line-height: 50px;
	font-weight: 700;
}
#slider .caption p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	font-weight: 400;
}
#slider .caption .read_more {
	display: inline-block;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#slider .caption .read_more:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #3e0a60; 
}
#slider .owl-carousel .owl-item {
    overflow: hidden;
}
#slider .owl-theme .owl-nav button.owl-prev {
    left: 20px;
}
#slider .owl-theme .owl-nav button.owl-next {
    right: 20px;
}
#middle {
	float: left;
	width: 100%;
}
#welcomeMain {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
#welcomeMain h2 {
	margin: 0 0 20px 0;
	font-size: 35px;
	color: #F03D22;
	line-height: 40px;
	font-weight: 700;
}
#welcomeMain h3 {
	margin: 0 0 20px 0;
	font-size: 30px;
	color: #3e0a60;
	line-height: 35px;
	font-weight: 600;
}
#welcomeMain p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #8a8a8a;
	line-height: 28px;
	font-weight: 400;
}
#welcomeMain .read_btn {
	display: inline-block;
	padding: 12px 30px;
	background-color: #3e0a60;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#welcomeMain  .read_btn:hover {
	background: #F03D22;
}
#aboutMain {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f3f3f3;
}
#aboutMain .about_image {
	position: relative;
	float: left;
	width: 100%;
}
#aboutMain .about_image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
#aboutMain .about_cont {
	position: relative;
	float: left;
	width: 100%;
}
#aboutMain .about_cont h3 {
	margin: 0 0 20px 0;
    font-size: 30px;
    color: #3e0a60;
    line-height: 35px;
    font-weight: 600;
}
#aboutMain .about_cont p {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    font-weight: 500;
}
#aboutMain .about_cont ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#aboutMain .about_cont ul li {
	position: relative;
	display: block;
	padding: 0 0 10px 25px;
	font-size: 16px;
    color: #000000;
    line-height: 28px;
    font-weight: 500;
}
#aboutMain .about_cont ul li:before {
	position: absolute;	
	content: '\f133';
    font-family: "Material Design Icons";
	font-size: 18px;
    color: #3e0a60;
	top: 0px;
    left: 0px;
}
#brandMain {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
#brandMain.brand {
	background-color: #f3f3f3;
}
#brandMain h2 {
	margin: 0 0 20px 0;
    font-size: 35px;
    color: #F03D22;
    line-height: 40px;
    font-weight: 700;
}
#brandMain h3 {
    margin: 0 0 20px 0;
    font-size: 30px;
    color: #3e0a60;
    line-height: 35px;
    font-weight: 600;
}
#brandMain p {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #8a8a8a;
    line-height: 28px;
    font-weight: 400;
}
#brandMain .icon_sec {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
#brandMain .icon_sec .icon_box {
	float: left;
	width: 100%;
	border-radius: 8px;
	padding: 25px 8px;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    text-align: center;
}
#brandMain .icon_sec .icon_box .icon {
	margin-bottom: 20px; 
}
#brandMain .icon_sec .icon_box .icon img {
	max-width: 100%;
	height: auto;
}
#brandMain .icon_sec .icon_box h4 {
	margin: 0;
	font-size: 18px;
	color: #3e0a60;
	line-height: 24px;
	font-weight: 600;
}
.image {
	padding-bottom: 0;
	text-align:center;
}
.image img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#contact_sec {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	background-color:#f3f3f3;
}
#contact_sec h2 {
    margin: 0 0 20px 0;
    font-size: 35px;
    color: #F03D22;
    line-height: 40px;
    font-weight: 700;
}
#contact_sec p {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
}
#contact_sec .contact_btn {
	display: inline-block;
    font-size: 18px;
    color: #3e0a60;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

#contact_sec .contact_btn:hover {
	color: #F03D22;
}
#contact_sec .read_btn {
	display: inline-block;
	padding: 12px 30px;
	background-color: #3e0a60;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#contact_sec  .read_btn:hover {
	background: #F03D22;
}
#footer {
	float: left;
	width: 100%;
	background-color: #3e0a60;
}
.footerSection {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footerSection h4 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}
.footerSection .ftr_logo {
	display: block;
}
.footerSection .ftr_menu {
	display: block;
}
.footerSection .ftr_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footerSection .ftr_menu ul li {
    display: inline-block;
    width: 100%;
    padding: 0 0 5px 0;
}
.footerSection .poweredby a{
    color:#cda9e5;
}
.footerSection .poweredby a:hover{
    color:#F03D22;
    text-decoration:none;
}
.footerSection .ftr_menu ul li a {
	display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.footerSection .ftr_menu ul li a:hover {
	color: #F03D22;
}

.footerSection .ftr_contact {
	display: block;
}
.footerSection .ftr_contact ul {
   padding: 0;
    margin: 0;
    list-style: none;
}
.footerSection .ftr_contact ul li {
	position: relative;
    float: left;
    width: 100%;
    padding: 0 0 10px 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 26px;
}
.footerSection .ftr_contact ul li:before {
    position: absolute;
    content: "";
    font-family: material design icons;
    font-size: 18px;
    color: #fff;
    left: 0;
    top: 0;
}
.footerSection .ftr_contact ul li.address::before {
    content: '\F34E';
}
.footerSection .ftr_contact ul li.phone::before {
    content: '\F3F2';
}
.footerSection .ftr_contact ul li.email::before {
    content: '\f1ee';
}
.footerSection .ftr_contact ul li a {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.footerSection .ftr_contact ul li a:hover {
	color: #F03D22;
}
.footerSection .ftr_social {
	display: block;
}
.footerSection .ftr_social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footerSection .ftr_social ul li {
	display: inline-block;
	padding: 0 8px 0 0;
}
.footerSection .ftr_social ul li a {
	display: block;
	width: 40px;
	height: 40px;
	padding: 9px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
	transition: all 0.3s ease-in-out;
}
.footerSection .ftr_social ul li a:hover {
	border: 1px solid #F03D22;
	color: #F03D22;
}
.footerSection .ftr_copyright {
	position: relative;
	padding-top: 50px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.footerSection .ftr_copyright:before {
	position: absolute;
    content: '';
    width: 100%;
    border-top: 1px solid #ffffff;
    top: 25px;
    left: 0;
	
}
/*----------------- Inner Pages -----------------*/
.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; border: 10px solid #3e0a60; border-radius: 10px; }
.alignright { float: right; max-width: 100%; height: auto; margin: 0 0 20px 20px; border: 10px solid #3e0a60; border-radius: 10px; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto; border: 10px solid #3e0a60; border-radius: 10px; }

#inner_banner {
	position: relative;
	float: left;
	width: 100%;
	min-height: 200px;
	background-color: #3e0a60;
	overflow: hidden;
}
#inner_banner img {
    display: block;
    width: 100%;
}
#inner_banner .container {
	position: absolute;
	top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#inner_banner .caption {
	position: absolute;
    width: auto;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#inner_banner .caption h1 {
	margin: 0 0 10px 0;
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    line-height: 45px;
}
#inner_banner .caption .breadcrumbs {
	font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: normal;
}
#inner_banner .caption .breadcrumbs a {
    color: #ffffff;
	transition: all 0.3s ease-in-out;
    text-decoration: none;
}
#inner_banner .caption .breadcrumbs a:hover {
    color: #F03D22;
    text-decoration: none;
}
.inner_section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.inner_section h5 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #262626;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
}
.inner_section h2 {
	margin: 0 0 20px 0;
	font-size: 28px;
	color: #f03d22;
	font-weight: 700;
	line-height: 35px;
}
.inner_section p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #8a8a8a;
	font-weight: 400;
	line-height: 28px;
}
.inner_section p:last-child {
	margin-bottom: 0;
}
.inner_section ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
.inner_section ul li {
	position: relative;
    display: block;
    padding: 0 0 10px 25px;
    font-size: 18px;
    color: #8a8a8a;
    line-height: 28px;
    font-weight: 500;
}
.inner_section ul li:last-child {
	padding: 0 0 20px 25px;
}
.inner_section ul li:before {
    position: absolute;
    content: '\f133';
    font-family: "Material Design Icons";
    font-size: 18px;
    color: #3e0a60;
    top: 0px;
    left: 0px;
}
/*------ about-page-------*/
.about_cont {
    position: relative;
    float: left;
    width: 100%;
}
.about_thumb {
    position: relative;
    float: left;
    width: 100%;
}
.about_thumb iframe {
	max-width: 100%;
    max-height: 380px;
    border-radius: 10px;
}
#modernMain {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
#modernMain h2 {
    margin: 0 0 20px 0;
    font-size: 35px;
    color: #F03D22;
    line-height: 40px;
    font-weight: 700;
}
#modernMain h3 {
    margin: 0 0 5px 0;
    font-size: 28px;
    color: #3e0a60;
    line-height: 35px;
    font-weight: 600;
    text-transform:uppercase;
}
#modernMain .new-p {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #3e0a60;
    line-height: 35px;
    font-weight: 400;
}
#modernMain p {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #8a8a8a;
    line-height: 28px;
    font-weight: 400;
}
#modernMain .item {
    position: relative;
    float: left;
    width: 19.2%;
    margin-right:1%;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
}
#modernMain .item:last-of-type {
	width: 19.2%;
    margin-right: 0;
}
#modernMain .item img {
    max-width: 100%;
    height: auto;
}
#modernMain .item .info {
    position: relative;
    display: flex;
    width: 85%;
    min-height: 114px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0 auto;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
#modernMain .item .info h5 {
	margin: 0;
	font-size: 18px;
	color: #3e0a60;
	font-weight: 700;
	line-height: 28px;
}
#modernMain .modern_btn {
    display: inline-block;
    font-size: 18px;
    color: #3e0a60;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;    
}
#modernMain .modern_btn:hover{
    color: #F03D22;
}

/*-------product page--------*/
#craftedMain {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #3e0a60;
}
#craftedMain .carfted_left {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 26px;
}
#craftedMain .carfted_left:after {
	position: absolute;
    content: '';
    width: 1px;
    height: 200px;
    background-color: #939393;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}
#craftedMain .carfted_left h3 {
    margin: 0 0 15px 0;
    font-size: 30px;
    color: #ffffff;
    line-height: 35px;
    font-weight: 600;
}
#craftedMain .carfted_left p {
    margin: 0;
    font-size: 17px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 400;
}
#craftedMain .carfted_right {
	float: left;
	width: 100%;
}
#craftedMain .carfted_right .carfted_box {
	float: left;
    width: 32.66%;
    margin-right: 1%;
    margin-bottom: 5%;
}
#craftedMain .carfted_right .carfted_box:nth-child(3n+3) {
	margin-right: 0;
}
#craftedMain .carfted_right .carfted_box h4 {
	margin: 0 0 0 0;
    font-size: 40px;
    color: #f03d22;
    line-height: 45px;
    font-weight: 700;
}
#craftedMain .carfted_right .carfted_box p {
	margin: 0 0 0 0;
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 600;
}
#directionMain {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
#directionMain h2 {
	margin: 0 0 50px 0;
    font-size: 30px;
    color: #f03d22;
    font-weight: 700;
    line-height: 35px;
}
#directionMain .direction_box {
	position: relative;	
}
#directionMain .direction_box:before {
	position: absolute;
    content: '';
    width: 2px;
    height: 95%;
    background-color: #3e0a60;
    right: 0;
    top: 0;
}
#directionMain .direction_box:last-child::before {
	content: none;
}
#directionMain .direction_box .item {
	float: left;
    width: 100%;
    text-align: center;
	padding: 20px;
}
#directionMain .direction_box .item img {
	margin-bottom: 20px;	
}
#directionMain .direction_box .item h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #3e0a60;
    line-height: 28px;
    font-weight: 600;
}
#packagingMain {
	padding-top: 50px;
    padding-bottom: 100px;
	/*background-color: #f3f3f3;*/
	text-align: center;
}
#packagingMain h2 {
	margin: 0 0 25px 0;
    font-size: 30px;
    color: #f03d22;
    font-weight: 700;
    line-height: 35px;
}
#packagingMain .package_btn {
	display: inline-block;
    padding: 20px 100px;
    margin-bottom: 30px;
    margin-right: 30px;
    background-color: #3e0a60;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
#inquiriesMain {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #3e0a60;
	text-align: center;
}
#inquiriesMain p {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 400;
}
#inquiriesMain .contact_btn {
	display: inline-block;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#inquiriesMain .contact_btn:hover {
	border: 1px solid #F03D22;
    background: #F03D22;
}
#certificatesMain {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
#certificatesMain h2 {
	margin: 0 0 50px 0;
    font-size: 30px;
    color: #f03d22;
    font-weight: 700;
    line-height: 35px;
}
#certificatesMain .certificat_icon {
	float: left;
	width: 100%;
}
#certificatesMain .certificat_icon img {
	max-width: 100%;
	height: auto;
}

/*------- private-labelling page--------*/ 
#featuresMain {
	padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
    background-color:#f3f3f3;
}
#featuresMain h2 {
    margin: 0 0 50px 0;
    font-size: 25px;
    color: #F03D22;
    line-height: 35px;
    font-weight: 700;
}
#featuresMain .features_item {	
	float: left;
	width: 100%;
	min-height: 188px;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
	text-align: center;
}

#featuresMain .features_item .features_icon {
	display: block;
	width: 130px;
	margin: -50px auto auto auto;
	height: 130px;
	background-color: #ffffff;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
	border-radius: 50%;
	padding: 8px 0px 15px;
}
#featuresMain .features_item .features_icon img {
    width: auto;
    margin: 0 auto;
}
#featuresMain .features_item .features_info {
    float: left;
    width: 100%;
    padding: 30px 15px;  
    text-align: center;
}
#featuresMain .features_item .features_info h3 {
    margin: 0 0 0px 0;
    font-size: 20px;
    color: #3e0a60;
    line-height: normal;
    font-weight: 600;
}


#manufacturingMain {
    padding-top:100px;
    padding-bottom: 100px;
    text-align: center;
}
#manufacturingMain h2 {
    margin: 0 0 50px 0;
    font-size: 25px;
    color: #F03D22;
    line-height: 35px;
    font-weight: 700;
}
#manufacturingMain .manufacturing {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
#manufacturingMain .manufacturing img {
	max-width: 100%;
	height: auto;
}

/*------contact page-----*/
.contact_form {
    float: left;
    width: 100%;
}
.contact_form .form-group {
	margin-bottom: 20px;
}
.contact_form .form-group .form-control {
	display: inline-block;
    width: 100%;
    height: 50px;
    padding: 10px 14px;
    margin-bottom: 0px;
    outline: 0;
    border: 1px solid #dcdcdc;
    background-color: transparent;
    border-radius: 5px;
    font-size: 16px;
    color: #282828;
    font-weight: 400;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact_form .form-group .form-control::placeholder {
	color: #8a8a8a;
}
.contact_form .form-group textarea.form-control {
	height: auto;
    resize: none;
}
.contact_form .form-group .submit_btn {
	display: inline-block;	
    padding: 12px 30px;
    border: none;
    background-color: #3e0a60;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: normal;
	text-transform: capitalize;
    text-decoration: none;
	letter-spacing: 0;
}
.contact_form .form-group .submit_btn:hover {
	background-color: #F03D22;
}
.contact_detail {
	float: left;
	width: 100%;
}
.contact_detail .detail {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 0px 20px 25px;    
    font-size: 16px;
    color: #8a8a8a;
    line-height: 28px;
    font-weight: 400;
}
.contact_detail .detail strong {
	color: #3e0a60;
}
.contact_detail .detail:before {
	position: absolute;
    left: 0px;
    content: '';
    font-family: Material Design Icons;
    font-size: 16px;
	color: #3e0a5f;
    line-height: 28px;
}
.contact_detail .address:before {   
    content: '\F34E';    
}
.contact_detail .phone:before {    
    content: '\F3F2';
}
.contact_detail .email:before {    
    content: '\F1EE';
}
.contact_detail .web:before {    
    content: '\f59f';
	font-size: 20px;
    font-weight: 500;	
}
.contact_detail a {
    color: #282828;
    text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.contact_detail a:hover {
	color: #f03d22;
}
.map_sec {
    width: 100%;
    float: left;
}
.map_sec iframe {
    width: 100%;
    display: block;
}
