body {
	padding: 0px;
    margin: 0px;
	font-family: 'Karla', sans-serif;
    font-size: 16px;
	line-height:28px;
    color: #59595b;
    font-weight: 400;
}
a {
	color: #0565a1;
}
a:hover {
	color: #c71c22;
	text-decoration: none;
}

hr {
    width: 100%;
	margin: 50px 0%;
    border: none;
	border-top: 1px dashed #c7c7c7 !important;
}
.p-0 {
	padding-right: 0;
	padding-left: 0;
}
#wrap {
	float:left;
	width:100%;
}
.container {
	position: relative;
	max-width:1250px;
	padding:0;
	margin:0px auto;
}
#header * {
	transition:all .3s ease-in-out;
}
#header {
	float:left;
	width:100%;
	background: #ffffff;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}
#header .logo {
	float: left;
	width: 139px;
	margin: 7px 0 7px 60px;
}
#header .logo img {
	width: 100%;
	height: auto;
}
#header .phone_number {
    position: relative;
    float: right;
    width: auto;
    padding: 30px 15px 30px 60px;
    background-color: #0565a1;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
#header .phone_number:before {
    position: absolute;
    content: '\f3f6';
    font-family: Material Design Icons;
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    top: 30px;
    left: 15px;
}
#header .phone_number p {
	margin-bottom:0px;
}
#header .phone_number a {
	display: inline-block;
	font-size: 22px;
	color: #ffffff;
	font-weight: 700;
}
#header .phone_number a:hover {
	color: #ff0303;
}
#header .mobile_call {
	display: none;
}
#mainNav {
	float: left;
	width: calc(100% - 451px);
}
#mainNav ul.menu {
	float: right;
	width: auto;
    padding: 0;
    margin: 0;
	list-style: none;
}
#mainNav ul.menu li {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 30px 25px 30px 25px;
}
#mainNav ul.menu li:last-child {
	padding: 30px 50px 30px 25px;
}
#mainNav ul.menu li a {
	display: inline-block;
	font-size: 18px;
	color: #59595b;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
#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: #c71c22;	
}

/*-------------- Sticky Header Start --------------*/
#header.stiky {	
	position: sticky;
    top: 0;
    z-index: 3;
	background: #ffffff;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}




/*-------------- Sticky Header End --------------*/

#slider {
	position: relative;
    float: left;
    width: 100%;
}

#middle {
    float: left;
    width: 100%;
}
.icon_sec {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fbfafd;
}
.icon_sec .icon_box {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 20px;
}
.icon_sec ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.icon_sec ul li {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 20px;
}
.icon_sec ul li:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 69px;
	background-color: #e3e3e3;
	top: 0;
	right: 10px;
}
.icon_sec ul li:last-child:after {
	content: none;
}
.icon_sec ul li .icon {
	float: left;
	width: 24%;
	margin-right: 6%;
}
.icon_sec ul li h5 {
	float: left;
	width: 70%;
	margin: 0 0 0 0;
	font-family: 'Karla', sans-serif;
	font-size: 22px;
	color: #2a2a2a;
	font-weight: 700;
	line-height: 32px;
}
.about_sec {
	padding-top: 100px;
	padding-bottom: 100px;
}
.about_sec .about_cont {
	display: inline-block;
	padding-top: 50px;
}
.about_sec .about_cont h3 {
	margin: 0 0 0 0;
	font-family: 'Karla', sans-serif;
	font-size: 25px;
	color: #59595b;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
.about_sec .about_cont h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	font-size: 35px;
	color: #c61e22;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}
.about_sec .about_cont h2:after {
	position: absolute;
	content: '';
	background-color: #c61e22;
	width: 75px;
	height: 2px;
	bottom:0;
	left: 0;
}
.about_sec .about_cont p {
	margin: 0 0 30px 0;
	font-size: 16px;
	color: #535353;
	font-weight: 400;
	line-height: 26px;
}
.about_sec .about_cont .read_btn {
	display: inline-block;
	padding: 15px 42px;
	background-color: #c61e22;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.about_sec .about_cont .read_btn:hover {
	background-color: #044771;	
}
.about_sec .image {
	display: inline-block;
}
.about_sec .image img {
	width: 100%;
	height: auto;
}
.product_sec {
	padding-bottom: 50px;
}
.product_sec h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	font-family: 'Karla', sans-serif;
	font-size: 35px;
	color: #044771;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}
.product_sec h2:after {
	position: absolute;
	content: '';
	margin: 0 auto;
	background-color: #c61e22;
	width: 75px;
	height: 2px;
	bottom:0;
	right: 0;
	left: 0;
}
.product_sec .product_cont {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.product_sec .item .card {
	border:1px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
}
.product_sec .item .card-body {
	padding: 20px 0;
}
.product_sec .item .card-body h4 {
	margin: 0 0 10px 0;
	font-family: 'Karla', sans-serif;
	font-size: 20px;
	color: #044871;
	font-weight: 700;
	line-height: 26px;
}
.product_sec .item .card-body p {
	margin: 0px;
	font-size: 16px;
	color: #535353;
	font-weight: 400;
	line-height: 26px;
	min-height: 105px;
}
.product_sec .item .card-body .amount {
	float:left;
	margin: 10px 0 10px 0;
	font-family: 'Karla', sans-serif;
	font-size: 20px;
	color: #044871;
	font-weight: 700;
	line-height: 26px;
	width:100%;
}
.product_sec .item .card-body .get_btn {
	display: inline-block;
	padding: 8px 15px;
	background-color: #c61e22;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.product_sec .item .card-body .get_btn:hover {
	background-color: #044771;
}
.product_sec .product-listing.owl-theme .owl-nav button.owl-prev {
    left: -10%;
	width: 45px;
	height: 45px;
	background-image: url(https://old-site.tocean.in/beta/wp-content/uploads/2021/11/product-owl-prev.png);
}
.product_sec .product-listing.owl-theme .owl-nav button.owl-next {
    right: -10%;
	width: 45px;
	height: 45px;
	background-image: url(https://old-site.tocean.in/beta/wp-content/uploads/2021/11/product-owl-next.png);
}


/*----mobile navigation------*/
.product_sec .product-listing.owl-theme .owl-dots {
	position: absolute;
    width: 100%;
	bottom: -30px;
}
.product_sec .product-listing.owl-theme .owl-dots .owl-dot span {
	width: 15px;
    height: 15px;
	background-color: #044771;
	border-radius: 50%;
}
.product_sec .product-listing.owl-theme .owl-dots .owl-dot.active span, 
.product_sec .product-listing.owl-theme .owl-dots .owl-dot:hover span {
    background: #c61e22;
}

.certification_sec {
	padding-top: 55px;
	padding-bottom: 55px;
	background-color: #fbfafd;
}
.certification_sec h2 {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	font-family: 'Karla', sans-serif;
	font-size: 35px;
	color: #044771;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}
.certification_sec h2:after {
	position: absolute;
	content: '';
	margin: 0 auto;
	background-color: #c61e22;
	width: 75px;
	height: 2px;
	bottom:0;
	right: 0;
	left: 0;
}
.certification_sec .certification_image {
	float: left;
	width: 100%;
	margin: 20px 0;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 8px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.certification_sec .certification_image img{
	max-width:100%;
}
.application_sec {
	padding-top: 30px;
	padding-bottom: 80px;
}
.application_sec .content {
	float: left;
	width: 100%;
}
.application_sec .content h2 {
	position: relative;
	margin: 0 0 50px 0;
	padding: 0 0 15px 0;
	font-family: 'Karla', sans-serif;
	font-size: 35px;
	color: #044771;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}
.application_sec .content h2:after {
	position: absolute;
	content: '';
	margin: 0 auto;
	background-color: #c61e22;
	width: 75px;
	height: 2px;
	bottom:0;
	right: 0;
	left: 0;
}
.application_sec .item {
	position: relative;
	float: left;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.application_sec .item img {
	width: 100%;
	transition: all .30s ease-out;
}
.application_sec .item:hover img {
	transform: scale(1.15);
}
.application_sec .item .caption {
	position: absolute;
	width: 100%;
	padding: 28px 25px;
	background-color: rgba(0,0,0,0.50);
	left: 0;
	bottom: 0;
}
.application_sec .item .caption h3 {
	margin: 0 0 0 0;
    font-family: 'Karla', sans-serif;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
}
.get-touch_sec {
	display: inline-block;
    width: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #0565a1;
	text-align: center;
}
.get-touch_sec p {
	margin: 0 0 15px 0;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 35px;
}
.get-touch_sec .contact_btn {
	display: inline-block;
	padding: 17px 53px;
	background-color: transparent;
	border: 1px solid #fafafd;
	border-radius: 8px;
	font-size: 18px;
	line-height: 20px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.get-touch_sec .contact_btn:hover {
	background-color: #c61e22;
	border: 1px solid #c61e22;
}
#footer {
	float: left;
	width: 100%;
}
#footer .footerSection {
	float: left;
    width: 100%;
    padding-top: 50px;
	padding-bottom: 50px;
}
#footer .footerSection h5 {
	margin: 0 0 15px 0;
	font-family: 'Karla', sans-serif;
	font-size: 20px;
	color: #044771;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
}
#footer .footerSection .ftr_logo {
	display: inline-block;
}
#footer .footerSection .ftr_logo ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
    list-style: none;
}
#footer .footerSection .ftr_logo ul li {
	display: inline-block;
	padding: 0 10px 0 0;
}
#footer .footerSection .ftr_logo ul li img {
	margin:0;
}
#footer .footerSection .ftr_menu {
	display: inline-block;
}
#footer .footerSection .ftr_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .footerSection .ftr_menu ul li {
	display: block;
	padding: 0 0 10px 0;
}
#footer .footerSection .ftr_menu ul li a {
	display: inline-block;
	font-size: 16px;
	color: #59595b;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#footer .footerSection .ftr_menu ul li a:hover {
	color: #c61e22;
}
#footer .footerSection .ftr_contact {
	display: inline-block;
}
#footer .footerSection .ftr_contact ul {
	padding: 0;
	margin: 0;
	list-style: none;
	column-count: 2;
	column-gap: 20px;
}
#footer .footerSection .ftr_contact ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 15px 30px;
    font-size: 16px;
    color: #59595b;
    font-weight: 500;
    line-height: 28px;
}
#footer .footerSection .ftr_contact ul li strong {
	font-weight: 700;
}
#footer .footerSection .ftr_contact ul li:before {
	position: absolute;	
	content: '';
	font-family: "Material Design Icons";
	font-size: 20px;
	color: #044771;
	left: 0;
	top: 0;
}
#footer .footerSection .ftr_contact ul li.address:before {
	content: '\F34E';
}
#footer .footerSection .ftr_contact ul li.phone:before {
	content: '\F3F2';
}
#footer .footerSection .ftr_contact ul li.email:before {
	content: '\F1EE';
}
.footer_section .ftr_contact a {
	color: #59595b	;
	text-decoration: none;
}
#footer .footerSection .ftr_contact a:hover {
	color: #d70000;
	text-decoration: none;
}
#footer .footerBottom {
	float: left;
    width: 100%;
	text-align: center;
}
#footer .footerBottom .copyright{
	float: left;
    width: 100%;
	padding-top: 40px;	
    padding-bottom: 40px;
	border-top: 1px solid #d2d2d2;
    font-size: 16px;
    color: #59595b;
}

/* contact form 7 */
.wpcf7-form-control-wrap { display: block; }
body .wpcf7 form .wpcf7-response-output { padding: 8px 10px; margin: 20px 0 0 0; box-sizing: border-box; border-color: #ff0000; }
body span.wpcf7-not-valid-tip { position: absolute; top: 10px; right: 10px; font-size: 14px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #f00 !important; }


/*----------------- 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: 150px;
	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 10px 0;
    font-family: 'Poppins', serif;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
	text-transform:uppercase;
}
#inner_banner .caption .breadcrumb_link {
    float: left;
    width: 100%;
    padding: 0px 0;
	margin: 0;	
    background-color: transparent;
	color:#fff;
	font-size: 18px;
	font-weight: 500;
    list-style: none;
    border-radius: 0px;
	letter-spacing: 0.5px;
}
#inner_banner .caption .breadcrumb_link a {
	display: inline-block;
	line-height: 28px;
	color: #fff;
    text-decoration: none;	
    transition: all 0.3s ease-in-out
}
#inner_banner .caption .breadcrumb_link a:hover {
	color: #c71c22;
}
#inner_banner .caption .breadcrumb_link>.active {
    color: #fff;
	font-weight:700;
}
#inner_banner .caption .breadcrumb_link .current-item {
    color: #fff;
	font-weight:700;
}
.inner_section {
	padding-top: 70px;
    padding-bottom: 70px;
}
.inner_section h1 {
	margin: 0 0 20px 0;
	font-size: 35px;
	color: #0565a1;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}
.inner_section .content {
	padding-top: 20px;
}
.inner_section h2 {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    font-size: 35px;
    color: #c61e22;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
.inner_section h2:after {
    position: absolute;
    content: '';
    background-color: #c61e22;
    width: 75px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.inner_section h3 {
    margin: 0 0 0 0;
    font-family: 'Karla', sans-serif;
    font-size: 25px;
    color: #59595b;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.inner_section p {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.inner_section p:last-child {
    margin: 0 0 0px 0;
}
.inner_section ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.inner_section ul li {
    position: relative;
    padding: 0 0 10px 25px;
    font-size: 16px;
    color: #59595b;
    font-weight: 400;
    line-height: 23px;
}
.inner_section ul li:before {
    content: '\F5E0';
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "Material Design Icons";
    color: #0565a1;
	line-height: 23px;
}
.table {
    margin-top: 35px;
    margin-bottom: 35px;
}
/*----------------- products page -----------------*/
.product_section {
	padding-top: 70px;
    padding-bottom: 20px;
}
.product_section h1 {
	margin: 0 0 5px 0;
	font-size: 35px;
	color: #044771;
	font-weight: 700;
	line-height: 50px;
}
.product_section h2 {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    font-size: 35px;
    color: #c61e22;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
.product_section h2:after {
    position: absolute;
    content: '';
    background-color: #c61e22;
    width: 75px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.product_section h3 {
	margin: 0;
    font-family: 'Karla', sans-serif;
    font-size: 25px;
    color: #59595b;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.product_section h4 {
	margin: 0 0 10px 0;
	padding-bottom: 15px;
	font-family: 'Karla', serif;
	font-size: 18px;
	color: #59595b;
	font-weight: 400;
	line-height: normal;
	border-bottom: 1px solid #e9e9e9;
}
.price-text {
	margin: 0 0 6px 0;
	font-size: 15px;
}
.woocommerce-Tabs-panel--description ul, .woocommerce-product-details__short-description ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.woocommerce-Tabs-panel--description ul li, .woocommerce-product-details__short-description ul li {
    position: relative;
    padding: 0 0 5px 25px;
    font-size: 16px;
    color: #59595b;
    font-weight: 400;
    line-height: 23px;
}
.woocommerce-Tabs-panel--description ul li:before, .woocommerce-product-details__short-description ul li:before {
    content: '\F5E0';
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "Material Design Icons";
    color: #0565a1;
	line-height: 23px;
}
/*.product_section .content {
	padding-top: 20px;
}*/
.product_sidebar {}
.product_sidebar .sidebar_items {
	margin-bottom: 45px;
}
.product_sidebar .sidebar_items:last-child {
	margin-bottom: 0;
}
.product_sidebar .title {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #0565a1;
	font-size: 20px;
    color: #0565a1;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}
.product_sidebar .woocommerce-product-search label {
    display: none
}
.product_sidebar .woocommerce-product-search .search-field {
    display: inline-block;
    width: calc(100% - 83px);
    height: 38px;
    padding: 6px 4px;
    margin-bottom: 0;
    border: 1px solid #ccc;
	outline: 0;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    line-height: normal;
    vertical-align: top;
    -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
}
.product_sidebar .woocommerce-product-search button {
    display: inline-block;
    min-width: auto;
	height: auto;
    padding: 10px;
    margin-bottom: 0;
    background-color: #0565a1;
    border: none;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal
}
.product_sidebar .woocommerce-product-search button:hover {
    background-color: #000;
    text-decoration: none
}
.product_sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.product_sidebar ul li {
	padding: 0 !important;
	margin-bottom: 10px !important;
	font-size: 16px;
}
.product_sidebar ul li:last-child {
	margin-bottom: 0 !important;
}
.product_sidebar ul li a {
	color: #000000;
	text-decoration: none;
}
.product_sidebar ul li.chosen a {
	color: #0565a1;
}
.product_sidebar ul li a:hover {
	color: #c71c22;
	text-decoration: none;
}
.product_sidebar ul li span {
	float: right;
    line-height: normal;
}
.product_sidebar ul.product_list_widget li img {
	float: left;
	margin-left: 0px;
    margin-right: 4px;
	width: 60px;
}
.product_sidebar ul.product_list_widget li .star-rating {
	color: #ff7e00;
}
.product_sidebar ul.product_list_widget li .star-rating::before {
	color: #ff7e00;
}
.product_sidebar ul.product_list_widget li span {
	float: none;
    line-height: normal;
}
.product_sidebar .widget_price_filter .price_slider_wrapper {
	margin-top: 20px;
}
.product_sidebar .widget_price_filter .price_slider_wrapper .ui-slider {
	background-color: #e8e8e8;
}
.product_sidebar .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #0565a1;
}
.product_sidebar .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #c61e22;
}
.product_sidebar .widget_price_filter .price_slider_amount .button {
	padding: 0.528em 1em;
	height: auto;
	background-color: #0565a1;
	color: #ffffff;
}
.product_sidebar .widget_price_filter .price_slider_amount .button:hover {
	background-color: #000000;
}
.product_sidebar .widget_product_categories .product-categories {
	border-radius: 0px;
}
.product_sidebar .widget_product_categories .product-categories li {
	position: relative;
	margin-bottom: 0px !important;
	border-bottom: 1px solid #7b468a;
}
.product_sidebar .widget_product_categories .product-categories li:last-child {
   border-bottom: none;
}
.product_sidebar .widget_product_categories .product-categories li > a {
	display: inline-block;
	padding: 12px 5px 12px 17px;
	color: #fff;
    text-transform: uppercase;
    background-color: #0565a1;
    width: 100%;
}
.product_sidebar .widget_product_categories .product-categories li > a:hover {
	color: #fff;
	background-color: #0565a1;
}
.product_sidebar .widget_product_categories .product-categories li.current-cat > a {
	color: #fff;
	background-color: #c71c22;
}
.product_sidebar .widget_product_categories .product-categories .children {
	display: none;
	padding: 5px 0;
	background-color: #333333;
}
.product_sidebar .widget_product_categories .product-categories .children li {
	border: none;
}
.product_sidebar .widget_product_categories .product-categories .children li > a {
	display: inline-block;
	padding: 7px 5px 7px 25px;
}
.product_sidebar .widget_product_categories .product-categories li.cat-item > a .child-indicator {
	width: 26px;
	height: 26px;
	background: #ffffff;
	border-radius: 50%;
	color: #000000;
	position: absolute;
	top: 10px;
	right: 12px;
	overflow: hidden;
}
.product_sidebar .widget_product_categories .product-categories li.cat-item > a .child-indicator:hover {
	background: #4f3451;
	color: #ffffff;
}
.product_sidebar .widget_product_categories .product-categories li.cat-item > a .child-indicator:before {
	content: "\f067";
	font-family: fontawesome;
	font-size: 10px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.product_sidebar .widget_product_categories .product-categories li.cat-item > a .child-indicator.open:before {
	content: "\f068";
}
.product_content ul.products li.product h2.woocommerce-loop-product__title {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #0565a1;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.woocommerce .woocommerce-ordering select {
	padding: 5px 7px;
}
.woocommerce ul.products.columns-3 li.product {
	position: relative;
	padding: 10px;
	margin-bottom: 3.8%;
	text-align: left;
}
.woocommerce ul.products.columns-3 li.product:hover {
	background-color: transparent;
}
.woocommerce ul.products.columns-3 li.product span.onsale {
	min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
	margin: -.5em -.5em 0 0;
	border-radius: 100%;
    background-color: #0565a1;
    font-size: .857em;
	color: #fff;
	font-weight: 700;
    line-height: 2.836em;
    text-align: center;
	position: absolute;
	top: 0;
    right: 0;
	z-index: 9;
}
.woocommerce ul.products li.product a img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
    border: 1px solid #e0e0e0;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #044871;
	font-weight: 600;
	line-height: normal;
	min-height: auto;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title:after {
	display:none;
}
.attachment-pbf_wc_small{border:1px solid #eeeeee; margin-bottom:20px;}

/* Custom star rating for products */
.product_content ul.products li.product .rating-custom {
    margin-bottom: 15px;
	font-size: 20px;
	color: #ff7e00;
    line-height: 26px;
}
.woocommerce ul.products li.product .star-rating {
	display: block;
    width: 5em;
    height: 1.4em;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    font-family: Material Design Icons;
    font-size: 20px;
    line-height: 1;
}
.woocommerce ul.products li.product .star-rating::before {
    content: '\F4D2\F4D2\F4D2\F4D2\F4D2';
    color: #ff7e00;
    float: left;
    top: 4px;
    left: 0;
    position: absolute;
}
.woocommerce ul.products li.product .star-rating span {
    overflow: hidden;
    float: left;
    top: 4px;
    left: 0;
    position: absolute;
    padding-top: 1.2em;
}
.woocommerce ul.products li.product .star-rating span::before {
    content: '\F4CE\F4CE\F4CE\F4CE\F4CE';
	color: #ff7e00;
    top: 0;
    position: absolute;
    left: 0;
}
.woocommerce ul.products li.product .price {
	margin: 0 0 6px 0;
    font-size: 15px;
}
.woocommerce ul.products li.product .price .amount {
	display: block;
	margin: 0 0 15px 0;
	font-size: 20px;
	color: #044871;
	font-weight: 700;
	line-height: normal;
}
.woocommerce ul.products li.product .button {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 12px 15px 12px 15px;
	margin: 0;
	background-color: #c61e22!important;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	line-height: 21px;
	text-decoration: none;
	transition: all ease-in 0.2s;
}
.woocommerce ul.products li.product .button:hover {
	color:#fff!important;
}
.woocommerce ul.products li.product .button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.woocommerce ul.products li.product .button:hover::before {
    opacity: 1;
    background-color: #0565a1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.woocommerce ul.products li.product .button i {
	display: inline-block;
	width: 45px;
    height: 45px;
	background-color: #090909;
	font-size: 16px;
	color: #ffffff;
	line-height: 45px;
	position: absolute;
    top: 0;
    right: 0;
}

.added_to_cart {
	position: relative;
	display: inline-block;
	float: right;
	padding: 12px 15px 12px 15px!important;
    border: 0px solid #0565a1;
	background-color: #0565a1;
	border-radius: 5px;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	overflow: hidden;
	z-index: 1;
}
.added_to_cart:hover {
	color:#fff!important;
}
.added_to_cart:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.added_to_cart:hover::before {
    opacity: 1;
    background-color: #c71c22;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ text-align:left;}
/* WooCommerce 3.0 Gallery */
.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 3em
}
.woocommerce-product-gallery figure {
	margin: 0
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}
.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	float: left;
	cursor: pointer
}
.woocommerce-product-gallery .flex-control-thumbs img {
	opacity: .5
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
	opacity: 1
}
.woocommerce-product-gallery img {
	display: block
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 33.3333%
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20%
}
.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 99;
}
a.woocommerce-product-gallery__trigger {
	text-decoration: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .875em;
	right: .875em;
	display: block;
	height: 2em;
	width: 2em;
	border-radius: 3px;
	z-index: 99;
	text-align: center;
	text-indent: -999px;
	overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	background-color: #cab3cf!important;
	color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	background-color: #a46497 !important;
	color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	font: normal normal normal 1em/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: "\f00e";
	line-height: 2;
	text-indent: 0;
	border-color: #ffffff !important;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
	background: #ffffff !important;
}
.product_meta .posted_in {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.delivery_sec {
    margin-bottom:25px;
}
.delivery_sec p {
    font-size: 14px;
    line-height: 24px;
    color: #59595b;
    font-weight: 400;
}
.delivery_sec ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 10px 15px;
	background-color:#fbfafd;
	border:1px solid #e3e3e3;
}
.delivery_sec ul li {
    position: relative;
    width: auto;
    display: inline-block;
    padding: 0px 25px 0 0;
    font-size: 18px;
    color: #414141;
    font-weight: 400;
    line-height: 20px;
}
.delivery_sec ul li:before {
    display:none;
}
.delivery_sec ul li div {
    width: auto;
    height: auto;
    display: inline-block;
    border: 1px solid #0565a1;
    border-radius: 100px;
    padding: 10px;
}
.related.products ul li {
	text-align:left!important;
}
.related ul.products li h2.woocommerce-loop-product__title {
	padding: 0;
    margin: 0 0 0px 0!important;
    font-size: 20px!important;
    color: #044871!important;
    font-weight: 700!important;
    line-height: 24px!important;
    min-height: 48px;
}
.woocommerce-product-details__short-description p {
	margin: 0px;
	font-size: 16px;
	color: #535353;
	font-weight: 400;
	line-height: 26px;
	min-height: 105px;
	margin-bottom:10px;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-error li {
	padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 60px!important;
    padding-right: 60px!important;
}
.woocommerce-notices-wrapper .woocommerce-error li:before {
	display:none;
}
/*----------------- woocommerce pages -----------------*/
.woocommerce div.product .product_title {
	text-align: left;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	margin-bottom: 20px;
	font-size: 35px;
	line-height: 50px;
	color: #c71c22;
	font-weight: 700;
}
.woocommerce div.product .get_btn {
	display: inline-block;
	padding: 8px 15px;
	background-color: #c61e22;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	margin-bottom:15px;
}
.woocommerce div.product .get_btn:hover {
	background-color: #044771;
}
.woocommerce div.product form.cart {
    margin-bottom: 1em;
}
.woocommerce .quantity .qty {
	height: 48px;
    border: 1px solid #a9a9a9;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding-bottom: 20px;
}
.woocommerce-info {
    border-top-color: #d70000;
}
.woocommerce-info::before {
	color: #d70000;
}
.woocommerce table.cart td.actions .coupon .input-text {
	width: 120px;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: 1px solid #d3ced2;
    padding: 10px 10px 9px;
    margin: 0 4px 0 0;
    outline: 0;
    width: 150px!important;
}
.woocommerce .woocommerce-form-coupon .form-row input.input-text {
    height: 35px;
	padding: 4px 10px;
	border-radius: 4px;
    border: 1px solid #a9a9a9;
}
.woocommerce form .form-row input.input-text {
    height: 40px;
	padding: 4px 10px;
	border-radius: 4px;
    border: 1px solid #a9a9a9;
}
.woocommerce form .form-row textarea {
	height: 7em;
	padding: 4px 10px;
	border-radius: 4px;
    border: 1px solid #a9a9a9;
	resize: vertical;
}
.select2-container--default .select2-selection--single {
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}
.woocommerce a.button,
.woocommerce button.button {
	position: relative;
	display: inline-block;
	padding: 15px 48px 15px 48px;
    border: 0px solid #0565a1;
	background-color: #0565a1!important;
	border-radius: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	overflow: hidden;
	z-index: 1;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
	color:#fff!important;
}
.woocommerce a.button:before,
.woocommerce button.button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.woocommerce a.button:hover::before,
.woocommerce button.button:hover::before {
    opacity: 1;
    background-color: #c71c22;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.woocommerce span.onsale {
    line-height: 41px;
	background-color: #0565a1;
    color: #fff;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 48%;
}
.woocommerce form .form-row label {
    width: 100%;
}
.woocommerce-input-wrapper {
	width: 100%;
}
#order_review_heading {
	padding: 20px 0px 5px;
}
.woocommerce-checkout-review-order .button {
	background-color: #805e82!important;
}
.product_section .related > h2 {
	position: relative;
    margin: 0 0 30px 0;
	padding-bottom: 15px;
	font-size: 35px;
    line-height: 35px;
    font-weight: 700;
	color:#044771;
	text-transform: capitalize;
}
.product_section .related > h2:after {
    content: "";
    width: 75px;
    border-bottom: 2px solid #c71c22;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .25s ease-in-out;
}
.product_section .related ul.products li.product {
    margin-bottom: 0px;
}
.woocommerce #reviews #comments h2 {
    color: #0565a1;
}

#review_form .form-submit .submit {
	position: relative!important;
	display: inline-block!important;
	padding: 17px 48px 17px 48px!important;
    border: 0px solid #4f3451!important;
	background-color:#d4c3d9!important;
    font-size: 18px!important;
    color: #4f3451!important;
    font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border-radius: 0!important;
}
#review_form .form-submit .submit:hover {
	color:#fff!important;
	background-color:#4f3451!important;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color:#d4c3d9;
}
.woocommerce-MyAccount-navigation ul li {
	padding: 0px;
	margin: 0;
}
.woocommerce-MyAccount-navigation ul li:before {
	display: none;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #0565a1;
	text-decoration: none;
	padding: 10px 20px;
    display: inline-block;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color:#0565a1;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #fff;
	text-decoration: none;
	background-color:#c71c22;
}
.woocommerce div.product form.cart .variations select {
    padding: 0 10px;
    height: auto;
    line-height: inherit;
    font-size: 16px;
    min-height: auto;
}
.woocommerce div.product form.cart .variations select option {
	font-size: 16px;
}
.woocommerce-variation-price {
	padding-left: 140px;
    margin-bottom: 20px;
}
.woocommerce button.button.disabled {
    padding: 15px 48px 15px 48px;
}
.product_meta {
	width: 100%;
    display: inline-block;
}
.product_meta > span {
	width: 100%;
    display: inline-block;
	padding-bottom: 5px;
}
.product_meta .posted_in {
    width: 100%;
    float: left;
    padding-bottom: 5px;
}
.woocommerce-product-details__short-description {
	font-size: 16px;
    line-height: 26px;
}
.summary .woocommerce-product-details__short-description h5 {
	margin-bottom:10px;
	font-size: 20px!important;
    line-height: 20px;
	font-weight:700;
}
.product .woocommerce-product-details__short-description h5 {
	margin-bottom:10px;
	font-size: 18px;
    line-height: 20px;
	font-weight:700;
	color:#59595b;
}
.woocommerce-tabs h2 {
	position: relative;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	color:#044771;
	text-transform: capitalize;
}
.woocommerce-tabs h2:after {
    content: "";
    width: 75px;
    border-bottom: 2px solid #c71c22;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .25s ease-in-out;
}
.woocommerce-tabs h3 {
	font-size: 25px;
    line-height: 25px;
	margin-bottom:15px;
	font-weight: 700;
	color:#59595b;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
}
.woocommerce div.product .woocommerce-tabs {
	margin-top:30px;
	display: inline-block;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #c71c22;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
	font-family: 'Playfair Display', serif;
	padding: 8px 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #4f3451;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #4f3451;
    background-color: #d4c3d9;
	padding: 0 0em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    box-shadow: -2px 2px 0 #d4c3d9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    box-shadow: 2px 2px 0 #d4c3d9;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border: 1px solid #4f3451;
	border-width: 0 0 1px 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #4f3451;
	border-width: 0 1px 1px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #fff;
	background-color: #c71c22;
}
/*.woocommerce-Tabs-panel--description ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.woocommerce-Tabs-panel--description ul li {
    position: relative;
    padding: 0 0 10px 25px;
    font-size: 16px;
    color: #59595b;
    font-weight: 400;
    line-height: 26px;
}
.woocommerce-Tabs-panel--description ul li:before {
    content: '\F05E0';
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "Material Design Icons";
    color: #a991b0;
	line-height: 26px;
}*/
.comment-form-rating, .comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-cookies-consent {
	width:53%;
}
.comment-form-rating .stars, .comment-form-comment input, .comment-form-author input, .comment-form-email input {
	width:100%;
}
.comment-form-comment textarea, .comment-form-author input, .comment-form-email input {
	border: 1px solid #d4d4d4;
    padding: 5px;
}
.comment-form-comment textarea:focus-visible, .comment-form-author input:focus-visible, .comment-form-email input:focus-visible {
	outline: 0;
}
.comment-form-rating label, .comment-form-comment label, .comment-form-author label, .comment-form-email label {
    display: inline-block;
    margin-bottom: 0.2rem;
    width: 100%;
}
.wpgs-nav .slick-active img, .wpgs-nav .slick-current img {
    height: 110px!important;
}
.woocommerce-pagination ul {
	margin:0px!important;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
    padding: 11px 18px!important;
}
.woocommerce-pagination ul li a:focus, .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span.current {
    background: #4f3451!important;
    color: #ffffff!important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    padding: 15px;
    border: 1px solid #cecece;
    border-radius: 10px;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    padding: 10px 25px;
}
.woocommerce-checkout #payment ul.payment_methods li:before {
	display:none;
}
/*----------------- contact page -----------------*/

.contact_sec {
	padding-bottom:0px;
}
.contact_form {
	padding: 0px 0 0 0;
}
.contact_form h2 {
	margin: 0 0 20px 0 !important;
	padding:0px;
}
.contact_form h2:after {
	display:none;
}
.contact_form .form-group {
	margin-bottom: 20px;
}
.contact_form .form-group label {
	margin-bottom: 4px;
}
.contact_form .form-group br {
	display: none;
}
.contact_form .form-group .form-control {
	margin-bottom: 0px;
	background-color: transparent;
    border-radius: 0;
	height: 50px;
    padding: 8px 20px;
	font-size: 18px;
    color: #59595b;
}
.contact_form .form-group textarea.form-control{
	height:auto;
}
.contact_form .form-group .submit-btn {
    display: inline-block;
    min-width: auto;
    padding: 15px 30px;
    border: none;
    background: #0565a1;
    border-radius: 6px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}
.contact_form .form-group .submit-btn:hover {
    background: #c71c22;
    color: #fff;
    text-decoration: none;
}
.contact_form .form-group .product_title{
	font-size: 25px;
	color: #044771;
	border:0;
}
.contact_detail {
	padding: 0 0 0 40px;
}
.contact_detail h2 {
	margin: 0 0 20px 0 !important;
	padding:0px;
}
.contact_detail h2:after {
	display:none;
}
.contact_detail .details {
	position: relative;
	padding: 0 0 10px 25px;
	color: #59595b;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.contact_detail .details:before {
	position: absolute;
	left : 0;
	font-family: "Material Design Icons";
	font-size: 18px;
	line-height: 32px;
    color: #0565a1;
}
.contact_detail .address:before {
	content: '\F34E';
}
.contact_detail .phone:before {
	content: '\F3F2';
}
.contact_detail .fax:before {
	content: '\F212';
}
.contact_detail .email:before {
	content: '\F1EE';
}
.contact_detail a {
	color: #59595b;
	text-decoration: none;
}
.contact_detail a:hover {
	color: #c71c22;
	text-decoration: none;
}
.contact_sec .map {
	width: 100%;
    display: inline-block;
	padding-top: 50px;
}
.contact_sec .map p {
	margin-bottom:0;
}
.contact_sec .map iframe {
	width: 100%;
    display: block;
}