@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
    margin: 0px;
	font-family: 'Raleway', sans-serif;   	
    font-size: 18px;	
    color: #282828;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Lora', serif;
}
a {
	color: #ec268f;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
hr {
    width: 100%;
	margin: 10px 0%;
    border: none;
	border-top: 1px solid #c7c7c7 !important;
}
.p-0 {
	padding-right: 0;
	padding-left: 0;
}
#wrap {
	float:left;
	width:100%;
}
.container {
	position: relative;
	width:1250px;
	padding:0;
	margin:0px auto;
}
#header * {
    transition: all .3s ease-in-out;
}
#header {
	float: left;
	width: 100%;
	background: #ffffff;
	padding:13px 0 16px 0;
	transition: all .3s ease-in-out;
}
#header .logo {
	float: left;
	width: 160px;
}
#header .logo img {
    width: 100%;
    height: auto;
}
#header .top_right {
    float: right;
    width: 75%;
    text-align: right;
}
#header .top_right .top_row {
    float: right;
    width: auto;
}
.top_right .top_row .search_box {
    position: relative;
    float: left;
    width: 260px;
}
.top_right .top_row .search_box .search-field {
    width: 100%;
	height: 40px;
    background: transparent;
    border: 1px solid #e5e5e5;   
    padding: 0px 40px 0px 12px;
    font-size: 16px;
    color: #5e5e5e;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    outline: none;
}
.top_right .top_row .search_box .search-submit {
    position: absolute;
    display: inline-block;
    min-width: auto;
    padding: 7px 13px 7px 0px;
    border: none;
    background: transparent;
    border-radius: 0px;
    font-size: 20px;
    color: #ec268f;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    top: 4px;
    right: 0;
}
.top_right .top_row .top_social {
	float: left;
	width: auto;
	margin-left: 11px;
}
.top_right .top_row .top_social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top_right .top_row .top_social ul li {
	display: inline-block;
	padding: 0 8px 0 0;
}
.top_right .top_row .top_social ul li a {
	display: inline-block;
    width: 41px;
    height: 40px;
	background: transparent;
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 39px;
    text-align: center;
    transition: all .0s ease-in-out !important;
}
.top_right .top_row .top_social ul li a:hover {
	background: #ec268f;
	color: #ffffff;
	border: 1px solid #ec268f;
}
.top_right .top_row .call_btn {
	position: relative;
	display: inline-block;
	background: transparent;
	border: 1px solid #ec268f;
	padding: 6px 12px 6px 40px;
	font-size: 20px;
	color: #ec268f;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.top_right .top_row .call_btn:after {
	position: absolute;
	content: "\F3F2";
	font-family: 'Material Design Icons';
	font-size: 20px;
	color: #ec268f;
	top: 7px;
	left: 11px;
}
.top_right .top_row .call_btn:hover {
	background: #000000;
	color: #ffffff;
	border: 1px solid #000000;
}
.top_right .top_row .call_btn:hover::after {
	color: #ffffff;
}
.top_right .menu_box {
	float: right;
	width: auto;	
}
.menu_box ul.menu {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.menu_box ul.menu li {
	position: relative;
	float: left;
	width: auto;
	padding: 20px 15px 0px 15px;
}
.menu_box ul.menu li:last-child {
	padding: 20px 0px 0px 20px;
}
.menu_box ul.menu >li.current_page  > a {
	color:#ec268f;
}
.menu_box ul.menu li a {
	display:block;
	color:#ffffff;
	padding:5px 5px;
	font-family: 'Lora', serif;
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration:none;
}
.menu_box ul.menu li a:hover {
	color:#ec268f;
}
.menu_box ul.menu > li:hover > ul.sub-menu {
	display: block;
}
.menu_box ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 220px;
	background-color: #ffffff;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}
.menu_box ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}
.menu_box ul.menu li ul.sub-menu li a {
	padding: 5px 20px;
	font-size: 18px;
	color: #000000;
	text-transform: none;
	text-align: left;
}
.menu_box ul.menu li ul.sub-menu li a:hover {
	background-color: #ec268f;
	color: #ffffff;
	text-decoration: none;
}
.menu_box ul.menu li ul.sub-menu li.current_page_item a {
	background-color: #c70000;
	color: #ffffff;
	text-decoration: none;
}
.menu_box ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.menu_box ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}
.menu_box2 {
	display: none;
}
#slider {
	position: relative;
	float: left;
	width: 100%;
}
#slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 25px;
}
#slider .owl-carousel.owl-drag .owl-item {
    overflow: hidden;
}
#slider .owl-theme .owl-dots .owl-dot span {
	width: 15px;
    height: 15px;
    background: #ffffff;
}
#slider .owl-theme .owl-dots .owl-dot.active span,
#slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #ec268f;
}
#slider .caption {
	width: 100%;
    position: absolute;
    top: 53%;
    transform: translateY(-55%);
	z-index: 1;
}
#slider .slider_text {    
    float: right;
	width: 57%;
}
#slider .slider_text .arjun_logo {
	float: left;
	width: 381px;
}
#slider .slider_text .arjun_logo img{	
	width: 100%;
	height: auto;
}
#slider .slider_text h1{
	display: inline-block;
	margin: 0 0 5px 0;
	font-size: 146px;
	color: #ffffff;
	font-weight: 400;
	line-height: 156px;
	text-transform: uppercase;
}
#slider .slider_text h3{
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 35px;
	color: #ffffff;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 10px;
}
#slider .slider_text .learn_btn {
	float: right;
    margin-right: 29px;
	padding: 18px 60px;
	background: #ec268f;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
#slider .slider_text .learn_btn:hover {
	background: #000000;
}
#middle {
	float: left;
	width: 100%;
}
.product_sec {
	padding-top: 69px;
}
.product_sec h2 {
	position: relative;
	margin: 0 0 15px 0;
	font-size: 45px;
	color: #282828;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase; 
}
.product_sec h2:before {
	position: absolute;
    content: '';
    background: #ec268f;
    margin: 0 auto;
    width: 109px;
    height: 1px;
    left: 27%;
    top: 54%;
}
.product_sec h2:after {
	position: absolute;
    content: '';
    background: #ec268f;
    margin: 0 auto;
    width: 109px;
    height: 1px;
    right: 27%;
    top: 54%;
}
.product_sec p {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #282828;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase; 
}
.product_sec .product_cont {
	float: left;
	width: 100%;
	padding-top: 40px;
}
.product_sec .product_cont .product {
	border: 1px solid #ebebeb;
	padding: 35px 10px;
	margin-bottom: 23px;
    text-align: center;
	min-height: 460px;
}
.product_sec .product_cont .product .product_img {
	margin-bottom: 5px;
}
.product_sec .product_cont .product .product_img img{
	max-width: 100%;
    height: auto;
}
.product_sec .product_cont .product h3 {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	font-size: 20px;
	color: #282828;
	font-weight: 400;
	line-height: 26px;
}
.product_sec .product_cont .product h3:after {
	position: absolute;
	content:'';
	background: #ec268f;
	width: 75px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.product_sec .product_cont .product .view_btn {
	display: inline-block;
	background: transparent;
	border: 1px solid #000000;
	margin-top: 40px;
	padding: 9px 24px;
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.product_sec .product_cont .product .view_btn:hover {
	border: 1px solid #ec268f;
	background: #ec268f;
	color: #ffffff;
}
.special_sec {
	padding-top: 30px;
	padding-bottom: 60px;
}
.special_sec .real_sec {
	position: relative;
	float: left;
	width: 100%;	
}
.special_sec .real_sec .real_image {
	overflow: hidden;
}
.special_sec .real_sec .real_image img {
	width: 100%;
	height: auto;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
}
.special_sec .real_sec:hover .real_image img {
	transform : scale(1.2);
	-moz-transform : scale(1.2);
	-webkit-transform : scale(1.2);
	-o-transform : scale(1.2);
	-ms-transform : scale(1.2);
}
.special_sec .real_sec .real_cont {
	position: absolute;
    bottom: 0;
    left: 20px;
}
.special_sec .real_sec .real_cont h3 {
	margin: 0 0 10px 0;	
	font-size: 50px;
	color: #ffffff;
	font-weight: 400;
	line-height: 50px;
}
.special_sec .real_sec .real_cont p {
	margin: 0 0 10px 0;	
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 8px;
}
.special_sec .wedding_sec {
	position: relative;
	float: left;
	width: 100%;
}
.special_sec .wedding_sec .wedding_image {
	overflow: hidden;
}
.special_sec .wedding_sec .wedding_image img {
	width: 100%;
	height: auto;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
}
.special_sec .wedding_sec:hover .wedding_image img {
	transform : scale(1.2);
	-moz-transform : scale(1.2);
	-webkit-transform : scale(1.2);
	-o-transform : scale(1.2);
	-ms-transform : scale(1.2);
}
.special_sec .wedding_sec .wedding_cont {
	position: absolute;
	top: 50px;
	left: 20px;
}
.special_sec .wedding_sec .wedding_cont h3 {
	margin: 0 0 10px 0;	
	font-size: 50px;
	color: #ffffff;
	font-weight: 400;
	line-height: 50px;
}
.special_sec .wedding_sec .wedding_cont p {
	margin: 0 0 10px 0;	
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 8px;
}
.hot-bridle_sec {
	display: inline-block;
	min-height: 618px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hot-bridle_sec .hot-bridle_cont {
	position: relative;
    display: inline-block;
    left: 40px;
    top: 140px;
	text-align: center;
}
.hot-bridle_sec .hot-bridle_cont:before {
	position: absolute;
    content: '';
    width: 420px;
	height: 47px;
    border-top: 4px solid #ec268f;
	border-left: 4px solid #ec268f;
	border-right: 4px solid #ec268f;
    left: 50px;    
}
.hot-bridle_sec .hot-bridle_cont:after {
	position: absolute;
    content: '';
    width: 420px;
	height: 109px;
    border-bottom: 4px solid #ec268f;
	border-left: 4px solid #ec268f;
	border-right: 4px solid #ec268f;
    left: 50px;
	bottom: 0px;   
}
.hot-bridle_sec .hot-bridle_cont h3{ 
	margin: 50px 0 10px 0;
	font-size: 78px;
	color: #ffffff;
	font-weight: 400;
	line-height: 80px;
	text-transform: uppercase;
	text-align: center;
}
.hot-bridle_sec .hot-bridle_cont p{ 
	margin: 0px 0 15px 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}
.hot-bridle_sec .hot-bridle_cont .find_btn {
	display: inline-block;
	margin-bottom: 50px;
    padding: 14px 31px;
    position: relative;
    background: #ec268f;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.hot-bridle_sec .hot-bridle_cont .find_btn:hover {
	background: #ffffff;
	color: #000000;
}
.featured_sec {
	padding-top: 50px;
	padding-bottom: 50px;
}
.featured_sec h2 {
	position: relative;
	margin: 0 0 15px 0;
	font-size: 45px;
	color: #282828;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase; 
}
.featured_sec h2:before {
	position: absolute;
    content: '';
    background: #ec268f;
    margin: 0 auto;
    width: 109px;
    height: 1px;
    left: 20%;
    top: 54%;
}
.featured_sec h2:after {
	position: absolute;
    content: '';
    background: #ec268f;
    margin: 0 auto;
    width: 109px;
    height: 1px;
    right: 20%;
    top: 54%;
}
.featured_sec p {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #282828;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase; 
}
.featured_sec .featured_cont {
	border: 1px solid #ebebeb;
    padding: 35px 10px;
	margin: 30px 0;
    margin-bottom: 23px;
    text-align: center;
}
.featured_sec .featured_cont .featured_img {
	margin-bottom: 5px;
}
.featured_sec .featured_cont h3 {
	position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    font-size: 20px;
    color: #282828;
    font-weight: 400;
    line-height: 26px;
}
.featured_sec .featured_cont h3:after {
	position: absolute;
    content: '';
    background: #ec268f;
    width: 75px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.featured_sec .featured_cont .featured_btn {
	display: inline-block;
    background: transparent;
    border: 1px solid #000000;
    margin-top: 30px;
    padding: 9px 24px;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.featured_sec .featured_cont .featured_btn:hover {
	border: 1px solid #ec268f;
    background: #ec268f;
    color: #ffffff;
}
.featured.owl-theme .owl-nav button.owl-prev {
    left: -25px;
}
.featured.owl-theme .owl-nav button.owl-next {
    right: -25px;
}
.featured.owl-theme .owl-dots .owl-dot.active span,
.featured.owl-theme .owl-dots .owl-dot:hover span {
    background: #ec268f;
}
.collection_sec {
	display: inline-block;
	background: #fff3fc;
}
.collection_sec .collection_img {
	float: left;
    width: 50%;
}
.collection_sec .collection_img img{
	width: 100%;
    height: auto;
}
.collection_sec .collection_cont {
	float: left;
    width: 50%;
    padding: 180px 70px 0px 70px;
	text-align:center
}
.collection_sec .collection_cont h3 {
	position: relative;
	display:inline-block;
    margin: 0 0 10px 0;
    font-size: 50px;
    color: #282828;
    font-weight: 400;
    line-height: 60px;
	text-transform: uppercase;
}
.collection_sec .collection_cont h3:before {
	position: absolute;
    content: '';
    background: #ec268f;
    width: 72px;
    height: 1px;
    left: 105%;
    top: 54%;
}
.collection_sec .collection_cont h3:after {
	position: absolute;
    content: '';
    background: #ec268f;
    width: 72px;
    height: 1px;
    right: 105%;
    top: 54%;
}
.collection_sec .collection_cont h3 span {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.collection_sec .collection_cont p {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #282828;
    font-weight: 500;
    line-height: 28px;
}
.collection_sec .collection_cont .collection_btn {
	display: inline-block;
    background: transparent;
    border: 1px solid #ec268f;
    margin-top: 30px;
    padding: 18px 37px;
    font-size: 16px;
    color: #ec268f;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.collection_sec .collection_cont .collection_btn:hover {
	border: 1px solid #ec268f;
    background: #ec268f;
    color: #ffffff;
}
.collection.owl-theme .owl-nav {
	 top: 52%;
}
.newsletter {
	margin-top: 70px;
	margin-bottom: -85px;
}
.newsletter .newsletter_sec {
	float: left;
	width: 100%;
	padding: 25px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
}
.newsletter .newsletter_sec .newsletter_cont {
	float: left;
	width: 47%;
	padding: 7px 0;
}
.newsletter .newsletter_sec .newsletter_cont h3 {
	margin: 0 0 10px 0;
    font-size: 40px;
    color: #242424;
    font-weight: 400;
    line-height: 40px;
}
.newsletter .newsletter_sec .newsletter_cont p {
	margin: 0 0 0px 0;
    font-size: 16px;
    color: #242424;
    font-weight: 400;
    line-height: 26px;
}
.newsletter .newsletter_sec .newsletter_form {
	float: left;
	width: 53%;
	padding: 7px 0;
}
.newsletter_sec .newsletter_form .form-group-half {
    float: left;
    width: 427px;
	margin-bottom: 0px;
}
.newsletter_sec .newsletter_form .form-control {
	position: relative;
    float: left;
    width: 100%;
    height: 60px;
    padding: 10px 14px;
    margin-bottom: 0px;
    border: 1px solid #c1c1c1;
    background-color: #fff;
    font-size: 16px;
    color: #242424;
    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;
	z-index: 1;
}
.newsletter_sec .newsletter_form .form-control::placeholder {
	color: #242424;
}
.newsletter_sec .newsletter_form .subscribe-btn {
	display: inline-block;
    position: relative;
    min-width: auto;
    padding: 20px 51px;
    margin-left: 16px;
    border: none;
    background: #ec268f;
    border-radius: 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 18px 0px rgba(244,73,164,1);
    -moz-box-shadow: 1px 1px 18px 0px rgba(244,73,164,1);
    box-shadow: 1px 1px 18px 0px rgba(244,73,164,1);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.newsletter_sec .newsletter_form .subscribe-btn:hover {
	background: #000000;
}
#footer {
	float: left;
	width: 100%;
	background: #242424;
}
.footer_section {
	padding-top: 170px;
    padding-bottom: 50px;
    border-bottom: 1px solid #666666;
}
.footer_section .ftr_logo {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.footer_section .ftr_logo img {
	max-width: 100%;
    height: auto;
}
.footer_section .ftr_social {
    float: left;
    width: 100%;
}
.footer_section .ftr_social ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_section .ftr_social ul li {
	display: inline-block;
	padding: 0 9px 0 0; 
}
.footer_section .ftr_social ul li a {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: #ec268f;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.footer_section .ftr_social ul li a:hover {
	background: #ffffff;
	color: #000000;
}
.footer_section .ftr_menu {
	display: inline-block;
}
.footer_section .ftr_menu h4 {
	margin: 0 0 15px 0;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
}
.footer_section .ftr_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_section .ftr_menu ul li {
	padding: 0 0 10px 0;
}
.footer_section .ftr_menu ul li a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.footer_section .ftr_menu ul li a:hover {
	color: #ec268f;
}
.footer_section .working_sec {
	display: inline-block;
}
.footer_section .working_sec h4 {
	margin: 0 0 15px 0;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
}
.footer_section .working_sec ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
.footer_section .working_sec ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0px 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 28px;
}
.footer_section .working_sec ul li:before {
	position: absolute;
	content: '';
	left : 0;		
	font-family: "Material Design Icons";
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
}
.footer_section .working_sec ul li.hours:before {
	content: '\f150 ';
}
.footer_section .ftr_contact {
	display: inline-block;
}
.footer_section .ftr_contact h4 {
	margin: 0 0 15px 0;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
}
.footer_section .ftr_contact ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
.footer_section .ftr_contact ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 10px 25px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 28px;
}
.footer_section .ftr_contact ul li:before {
	position: absolute;
	content: '';
	left : 0;		
	font-family: "Material Design Icons";
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
}
.footer_section .ftr_contact ul li.address:before {
	content: "\f34e";
}
.footer_section .ftr_contact ul li.phone:before {
	content: "\F3F2";
}
.footer_section .ftr_contact ul li a {
	color:#ffffff;
	text-decoration:none;
	transition: all 0.3s ease-in-out;
}
.footer_section .ftr_contact ul li a:hover {
	color: #ec268f;
}
.ftr_bottom .copy_text {
    padding-top: 30px;
	padding-bottom: 30px;
    font-size: 16px;
    color: #ffffff;
}
.ftr_bottom .tems_sec {
    padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff;
	text-align: right;
}
.ftr_bottom .tems_sec a {
	display: inline-block;	
    font-size: 16px;
	margin-right: 5px;
    color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.ftr_bottom .tems_sec a:last-child {
	margin-right: 0;
	margin-left: 5px;
}
.ftr_bottom .tems_sec a:hover {
	color: #ec268f;
}
/*----------------- inner pages -----------------*/
.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; }
.alignright { float: right; max-width: 100%; height: auto; margin: 0 0 20px 20px; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto;}

#inner_banner {
	position: relative;
	float: left;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#inner_banner > img {
	width: 100%;
}
#inner_banner .caption {
	width: 100%;
	position: absolute;
	transform: translateY(-50%);
    top: 50%;
    left: 0px;
	z-index: 1;
}
#inner_banner .caption h1 {
	margin: 0 0 20px 0;
	font-size: 56px;
    color: #ffffff;
    font-weight: 900;
    line-height: 56px;
    text-transform: uppercase;
}
#inner_banner .caption .breadcrumb {
    float: left;
    width: 100%;
    padding: 0;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 400;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb a {
	color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out
}
.breadcrumb a:hover {
	color: #ec268f;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ffffff;
    content: "/\00a0";
}
.breadcrumb>.active {
    color: #ec268f;
}
.inner_section {
	padding-top: 50px;
    padding-bottom: 50px;
}
.inner_section h1 {
	position: relative;
    margin: 0 0 15px 0;
    font-size: 45px;
    color: #282828;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
}
.inner_section .content {
	padding-top: 20px;
}
.inner_section .content p {
	margin: 0 0 20px 0;
    font-size: 16px;
    color: #242424;
    font-weight: 400;
    line-height: 26px;
}
.pagination-wrapper {
	width:100%;
}
.pagination-wrapper .pagination {
    display: flex;
    justify-content: center;
}
.pagination-wrapper .pagination .prev.page-numbers {
    padding-right: 0;
}
.pagination-wrapper .nav-links {
	width: auto;
    display: flex;
	grid-gap: 10px;
}
.pagination-wrapper .pagination .page-numbers {
	width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	color:#000;
	border: 1px solid #000000;
}
.pagination-wrapper .pagination .page-numbers:hover {
	border: 1px solid #ec268f;
	background-color: #ec268f;
    color: #fff;
}
.pagination-wrapper .pagination .page-numbers.current {
	border: 1px solid #ec268f;
	background-color: #ec268f;
    color: #fff;
}
.pagination-wrapper .pagination .prev,
.pagination-wrapper .pagination .next {
	width: auto;
    height: auto; 
	color: #000;
	border: 0px;
	text-decoration: none;
}
.pagination-wrapper .pagination .prev:hover,
.pagination-wrapper .pagination .next:hover {
	border: 0px;
	background-color: transparent;
	color: #ec268f;
}
.aj_blog a:focus {
	color: #ec268f;
}
.blogArticle {
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blogArticle > article {
    width: 48%;
    display: inline-block !important;
	margin: 20px 0 50px 0;
}
.aj_blog article:first-child {
	margin-top: 20px;
}
.blogArticle > article h2 {
    min-height: 68px;
}
/*.blogArticle > article img {
	margin-bottom: 30px;
}*/
.blogArticle > article .content {
    padding-top: 5px;
}
.blogArticle > article .section-inner ul.post-meta {
	margin-bottom: 15px;
}
.post-meta-single-top {
	margin-top:30px;
}
.post .post-inner {
	margin-bottom: 20px;
}
.pagination-single-inner {
	display: flex;
    justify-content: space-between;
}
.pagination-single-inner .next-post {
	display: flex;
    flex-direction: row-reverse;
}
.pagination-single-inner a:focus {
	color: #ec268f;
}