@charset "utf-8";
/* CSS Document */
*:hover, *:hover * {
    transition: all 0.3s;
}
body {font-family:'Open Sans', sans-serif;}
p {font-size:14px;
    line-height:25px;
	color:#444;
    word-spacing: 1px;
    letter-spacing: 0.2px;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#222222;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
.bg-grey {background-color: #f0f0f0;}
::-webkit-scrollbar{
	width:8px;
	background-color:#cccccc;
	border-left: 1px solid #aeaeae;
}
::-webkit-scrollbar-thumb{
	background-color:#ec3039;
	border-radius:0px;
}
::-webkit-scrollbar-thumb:hover{background-color:#ec3039;}
::-webkit-scrollbar-thumb:active{
	background-color:#ec3039;
} 
/*scroll top*/
#scroll {position: fixed;
    right:20px;
    bottom:35px;
    cursor: pointer;
    width:40px;
    height:40px;
    display: none;
    z-index: 99;
    text-align: center;
    color:#010a15;
    display: block;
    background-color:rgba(230, 230, 230, 0.5);
    padding-top: 4px;
	border-radius:50%;
}
#scroll i {font-size:30px;}
#scroll:hover {background-color: rgba(99, 99, 99, 0.5); color:#333;}
/*======header=====*/
.top-header {    background-color: #333;
    padding: 10px 0px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}
.top-header:before {
    position: absolute;
    left: 0;
    width: 100%;
    height:5px;
    content: "";
    background: url(../img/shape-header.svg) no-repeat;
    background-size: cover;
    background-position: center center;
	top: 0px;
}
.top-header ul {
    padding: 0px;
    margin-bottom: 0px;
}
.call-tp-list li {
    font-size: 13px;
    word-spacing: 1px;
    padding-right: 0px;
	color:#fff;
}
.call-tp-list li i {
    padding-right: 5px;
    padding-left: 3px;
    vertical-align: middle;
    font-size: 15px;
    color:#ec3039;
}
.call-tp-list li:after {
    position: relative;
    top: 0;
    content: '|';
    line-height: 22px;
    margin-left: 10px;
    font-size: 14px;
	color:rgba(255, 255, 255, 0.2);
}
.call-tp-list li:last-child:after { content:inherit; display:none;}
.social-list {text-align: right;}
.social-list li a i {color: #fff;}
.social-list li a:hover i {color:#ec3039;}
/*navbar*/
.navbar {border-radius: 0px;
    position:relative;
    min-height:110px;
    margin-bottom: 0px;
    border: 0px;
}
.navbar-default {
    background-color:#fff;
    border-color: transparent;
}
.navbar-brand {height:110px;padding:5px 15px;}
.navbar-default .navbar-nav > li > a {
    color:#000;
    text-transform: uppercase;
    font-size: 14px;
	letter-spacing:0.2px;
	font-weight:600;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#ec3039;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#ec3039 !important;
    background-color: transparent !important;
}
/*.dropdown-menu*/
.dropdown-menu {margin:0px;
	    background-color:#fff;
	padding: 0px;
	border-top:2px solid #ec3039;
}
.dropdown-menu > li > a {
    padding:6px 20px;
    color:#000;
    border-bottom: 1px solid rgba(107, 107, 107, 0.1);
	text-transform: capitalize;
    font-size:13px;
	font-weight:500;
	letter-spacing:0.1px;
}
.dropdown-menu > li:last-child > a {border-bottom: 0px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#fff;
    background-color:rgba(30,30,30, .97);
}
/*btm-banner-strip start*/
.btm-banner-strip {padding: 10px 0px;
    border-bottom: 1px solid #ececec;
	background-color: #fff;
}
.btm-banner-strip .media img {
    display: inline-block;
    vertical-align: middle;
}
.btm-banner-strip .media h5 {display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 21px;
}
.strip-list li {width: 33.3%; float: left;}

/*wel-section start*/
.wel-section {padding:50px 0px; background-color: #fff; 
	margin-bottom: 20px;
	text-align: center;
}
.heading-style h1 {margin-top: 0px;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
	letter-spacing: 0.4px;
}
.heading-style h1 span {font-weight: 700; color: #ec3039;}
.heading-style h1:before {
	    position: absolute;
    content: '';
    background:#ec3039;
    width: 3%;
    height: 3px;
    display: block;
    overflow: hidden;
    left: 0px;
    bottom: 0px;
}
.heading-center {text-align: center;}
.heading-center h1:before { margin: 0px auto;right: 0px;}
.heading-style h4 {
    color: #999999;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0px;
	margin-bottom: 10px;
}
.btn2 {background: #232323;
    border: 2px solid #232323;
    color: #fff;
    font-size: 15px;
    padding: 10px 26px;
    border-radius: 4px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.btn2:hover, .btn2:focus, .btn2:active, .btn:active:focus { color: #232323; background-color: transparent;}
/*productslide-wrap start*/
.productslide-wrap {padding:50px 0px; background-color: #fff;margin-bottom: 20px;
	background-image: url(../img/bg-image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slideproduct-image {border: 3px solid #dde2e8; border-radius: 5px; overflow: hidden;}
.slideproduct-image img {transition:4s ease-out, 4s ease-out;}
.slideproduct-image:hover img {transform: scale(1.2);}
.slideproduct-image:hover {border-color: #344078;}
/*product-section start*/
.product-section {padding:50px 0px; background-color: #fff; margin-bottom: 20px;}
.product-category-box { position: relative; margin-bottom:30px;}
.product-category-box:hover img {
    -moz-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.product-category-box img {width: 100%;}
.product-category-content {position: absolute;
    right: 10px;
    top:90px;
    width: 300px;
    text-align: center;
}
.product-category-content h2 {font-size: 41px;
    color: #000000;
	margin-top: 0px;
	text-transform: uppercase;
}
.product-category-content h2 span {font-weight: 700;
	color:#ec3039;
	display: block;
}
.btnfx {position: absolute;
    bottom: 27px;
    right: 17%;
    background:#ec3039;
    border-radius: 20px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 25px;
    letter-spacing: 0.5px;
}
.btnfx:hover, .btnfx:focus, .btnfx:active { background-color: #344078;}

.service-item {position: relative;
    overflow: hidden;
    transition: visibility 0.6s ease-out, opacity 0.6s ease-out;
	margin-bottom:10px;
}
.service-item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    top: 0;
    right: 0;
    z-index: 2;
}
.service-item figure {
    position: relative;
    overflow: hidden;
    transition: visibility 0.6s ease-out, opacity 0.6s ease-out;
}
.service-item figure:before {
	content: '';
    transition: 1.9s;
    border: 1px solid white;
    border-radius: 8px;
    position: relative;
    opacity: 0;
    z-index: 3;
	top:15px;
	right:15px;
	left:15px;
	bottom:15px;
	position: absolute;
}
.service-item figure img {transition: 6s ease-out, 6s ease-out;}
.service-item figure h3 {    left: 0;
    right: 0;
    position: absolute;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    bottom: 10px;
    color: #fff;
    z-index: 99;
    padding: 25px;
    margin: 0px;
	text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    text-shadow: 0px 2px 5px #000;
}
.service-item:hover:before {opacity: 1;}
.service-item:hover figure img {
    transform: scale(1.2);
}
.service-item:hover figure:before {opacity: 1;}
/*testimonial-section start*/
.testimonial-section {padding:40px 0px; 
	 background-color: #fff; 
	margin:20px 0px;
	background-image: url(../img/bg-image3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.testimonial-section:before {position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:rgba(255, 255, 255, 0.85);
}
.testimonial{ margin: 0 10px; }
.testimonial .testimonial-content{
    margin: 20px 0 50px 0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
	width: 20px;
    height: 20px;
    background:#fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    position: absolute;
    bottom: -11px;
    transform: skewY(-45deg);
    left: 0;
    right: 0;
	margin:0px auto;
}
.testimonial .description{
  padding: 25px 35px;
    margin: 0;
    border-radius: 0;
    font-size:13px;
    position: relative;
    border: 1px solid #f2f2f2;
    box-shadow: 4px 0px 0px #e8e6e6;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: "FontAwesome";
    font-size: 38px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    color: #eee;
}
.testimonial .description:before{
    content: "\f10d";
    top: -18px;
    left: 25px;
}
.testimonial .description:after{
    content: "\f10e";
    bottom: -18px;
    right: 25px;
}
.testimonial .testimonial-profile{
    display: table;
    padding:10px;
    border:1px solid #eae4e4;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}
.testimonial .pic{
    border-radius: 50%;
    border:1px solid #eae4e4;
    float: left;
    overflow: hidden;
}
.testimonial .title{
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 19px;
    font-weight:600;
    color: #000;
    position: relative;
    top: 22px;
}
.testimonial .title:before{
    content: "";
    width: 1px;
    height: 70px;
    background:#eae4e4;
    position: absolute;
    top: -8px;
    left: -15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #888;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: transparent;
    border: 1px solid #dca842;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #dca842;
    border: 1px solid #dca842;
}
@media only screen and (max-width: 479px){
    .testimonial .description{
        padding: 20px;
        font-size: 16px;
    }
    .testimonial .testimonial-profile{ padding: 10px; }
    .testimonial .title{ font-size: 16px; }
    .testimonial .post{ font-size: 13px; }
}
/*client-section start*/
.client-section {padding: 40px 0px; background-color: #fff;}
.client-image img {border: 1px solid #e4e2e2;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #ec3039 !important;}
/*footer start*/
.footer {background: #252426; position:relative;}
.footer:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
    background: url(../img/shape-header.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    bottom: 0px;
}
.tp-footer-strip {
    padding: 35px 0px 35px 0px;
    border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
.main-footer {
    padding:60px 0 40px 0px;
    color:#bccbda;
    position: relative;
}
.footer-widget {margin-bottom: 20px;}
.main-footer p {color:#bccbda; font-size:13px;}
.ft-contact-bg {
    min-height: 64px;
    background-image: url(../img/say-hi.png);
    background-repeat: no-repeat;
    background-position:right bottom;
}
.ft-title img {margin-bottom: 10px;}
.ft-title h2 {font-size:20px;
    font-weight:600;
    position: relative;
    margin-top: 0px;
    padding-bottom:10px;
    margin-bottom: 25px;
    color:#fff;
    letter-spacing: 0.4px;
    word-spacing:1px;
	text-transform: uppercase;
}
.ft-title h2:before {position: absolute;
    content: '';
    background:#ec3039;
    width: 26px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.ft-add-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 14px;
	font-size: 13px;
    line-height:20px;
}
.ft-add-info li strong {display: block;}
.ft-add-info li a:hover {color:#ec3039;}
.ft-add-info li .icon {
    position: absolute;
    left: 0px;
    top:2px;
    line-height: 24px;
    font-size:18px;
}
.ft-links li {padding-bottom:12px; font-size: 13px;}
.ft-links li a:hover {color:#ec3039;}
hr.ft-brd {border-top:2px solid #484848;}
.bottom-footer {background-color: #464547;padding:30px 0px;}
.btm-footer p {color:#bccbda;margin-bottom:0px;}
.btm-footer p span { color:#d5d5d5;}

.footer-social-links {text-align: center;}
.footer-social-links h3 {color: #fff;font-style: italic; margin: 0px;}
.footer-social-links a {
    width:45px;
    height:45px;
    line-height:45px !important;
    position: relative;
    margin: 0 9px;
    text-align: center;
    display: inline-block;
    color: #fff;
	font-size:25px;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer-social-links a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer-social-links a i {position: relative;}
.footer-social-links a:hover {color: #fff;}
.footer-social-links a:hover:before {background: #111;}
.footer-social-links a.fb:hover:before {background:#3B5998; border-color:#3B5998; color: #fff;}
.footer-social-links a.tw:hover:before {background:#33CCFF; border-color:#3B5998;}
.footer-social-links a.ins:hover:before {background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);; border-color:#4E433C;}
.footer-social-links a.yt:hover:before {background:#FF3333; border-color:#FF3333;}
/*====inner page start=====*/
.inner-banner {position: relative;	
	padding: 100px 0px;
	background-image: url(../img/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.inner-banner:before {position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.innerbanner-text {text-align: center}
.innerbanner-text h1 {margin-top: 0px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 2px;
    letter-spacing: 0.5px;
}
.breadcrumb {
    padding: 0px;
    margin-bottom: 00px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb > li {color: #fff;}
.breadcrumb > .active {color: #ec3039;}
.breadcrumb > li + li:before {color:#fff;}
.aboutus-banner {background-image: url(../img/aboutus-banner.jpg);}
.spare-part-banner {background-image:url(../img/kitchen-spare-parts-banner.jpg);}
.innerpage-section {padding: 50px 0px;}
/*about page start*/
.aboutpage-section {background-color:#fff;
	padding: 50px 0px;
	margin: 20px 0px;
    background-image: url(../img/bg-image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: relative;
}
.aboutpage-section:before {content:'';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color:rgba(255, 255, 255, 0.1);
} 
.about-content p {font-size: 15px;}
.about-image {padding-left: 50px; position: relative;}
.about-image:before {
    content: '';
    background: url(../img/border-image.png) no-repeat left top;
    width: 550px;
    height: 300px;
    position: absolute;
    right: -32px;
    top: 20px;
    z-index: -1;
}
.aboutft-section { padding: 50px 0px; background-color: #fff; margin-bottom: 20px;
	text-align: center;
}
.aboutft-section h2 {margin-top: 0px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.2px;
    word-spacing: 3px;
}
.aboutft-section p {margin-bottom:20px;}
/*porduct page start*/
.innerpage-section {padding:50px 0px;background-color: #fff;margin:20px 0px;}
.product-item {border:3px solid #dde2e8;
    border-radius: 5px;
    overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
}
.product-image img {margin: 0px auto;}
.product-detail {text-align: center;padding:10px 0px;}
.product-detail h3 { font-size:16px;
	text-align: center;
	font-weight:600;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 25px;
	    min-height: 36px;
}
.btnlnk {background-color: #344078;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-item:hover {border-color: #344078;}

/*single product*/
.single-product {
    border: 3px solid #dde2e8;
    text-align: center;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 5px;
}
.single-product-img {position: relative;}
.single-product-img img {border-bottom:1px solid #eee; margin:0px auto;}
.product-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.7);
    transform: scaleY(0);
    transition: all 0.4s;
}
.single-product-img .mg-btn {
    font-size: 12px;
    padding: 5px 16px;
    margin-top: 34%;
    transform: scaleX(0);
    transition: all 0.4s ease 0.4s;
    opacity: 0;
}
.mg-btn {
    background:#344078;
    border: 2px solid #344078;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    text-transform: uppercase;
    font-weight:500;
    cursor: pointer;
    transition: all 0.4s;
    font-size: 16px;
}
.mg-btn:hover {
    background: transparent;
    border:2px solid #344078;
    color:#344078;
}
.single-product-info {
    padding: 20px 0 0;
    position: relative;
    background: #fff;
}
.single-product-info h2 {margin-top: 0px;
    margin-bottom:10px;
    font-size:20px;
	text-transform: uppercase;
    font-weight:600;
	color: #333;
}
.single-product-info p {font-size:13px; color:#777;}
.buy-product {
    background: #fff;
    border:2px solid #dde2e8;
    padding: 6px 25px;
    border-radius: 20px;
    position: relative;
    bottom: -10px;
}
.buy-product:hover {
    background:#344078;
    border-color:#344078;
    color: #fff;
}
.single-product-img:hover .product-img-overlay {
    transform: scaleY(1);
}
.single-product-img:hover .mg-btn {
    transform: scaleX(1);
    opacity: 1;
}

/*poroduct inner page start*/
.product-inner-image {border: 1px solid #ddd;}
.product-inner-image img {margin: 0px auto;}
.product-description-wrap h2 {color: #333;
    margin-top: 0px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 700;
    font-size: 25px;
    padding-bottom:15px;
	margin-bottom:20px;
	text-transform: uppercase;
}
.liststyle1 li {margin-bottom: 8px;
    font-size: 14px;
    position: relative;
    padding-left: 14px;
	    font-weight: 600;
}
.liststyle1 li:before {content: '';
    position: absolute;
    top: 40%;
    left: 0px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #707070;
}
.prodt-code {font-weight: 700;font-size: 15px;}
.prodt-code span {color: #ec3039;}

.magnify {
  border-radius: 50%;
  border: 2px solid #002F66;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 20px rgba(0,0,0,.5);
  display: none;
  cursor: none;
}

/*contact page start*/
.contactbox {text-align: center;
    border: 1px solid #e4e4e4;
    padding: 20px;
}
.icon-contct {width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform ease-out 0.1s,background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s,background 0.2s;
    transition: transform ease-out 0.1s,background 0.2s;
    margin: 0 auto 15px;
    border: 2px solid #344078;
	color: #ec3039;
}
.icon-contct:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(34,34,34,.1);
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.icon-contct i {line-height: 86px;
    font-size:50px;
}
.contact-detail h4 {position: relative;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 8px;
}
.contact-detail h4:after {
      content: '';
    display: block;
    margin: 0px auto;
    width: 40px;
    height: 2px;
    background-color: #344078;
    bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
}
.contact-detail p {font-size: 15px;}
.contactbox:hover .icon-contct {
    -webkit-transform: scale(.93);
    -moz-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93);
    color: #fff;
	background-color: #ec3039;
	border-color: #ec3039;
}
.contactbox:hover .icon-contct:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
	0% {opacity:.3}
	40% {opacity:.5;box-shadow:0 0 0 2px rgba(236, 48, 57, .1),0 0 10px 10px #ec3039,0 0 0 10px rgba(236, 48, 57, .5)}
	100%{box-shadow:0 0 0 2px rgba(236, 48, 57, .1),0 0 10px 10px #ec3039,0 0 0 10px rgba(236, 48, 57, .5);-webkit-transform:scale(1.5);opacity:0}
}
@-moz-keyframes sonarEffect { 
	0% {opacity:.3} 
	40% {opacity:.5;box-shadow:0 0 0 2px rgba(236, 48, 57, .1),0 0 10px 10px #ec3039,0 0 0 10px rgba(236, 48, 57, .5)}
	100%{box-shadow:0 0 0 2px rgba(236, 48, 57, .1),0 0 10px 10px #ec3039,0 0 0 10px rgba(236, 48, 57, .5);-moz-transform:scale(1.5);opacity:0}
}
@keyframes sonarEffect { 
	 0% {opacity:.3}
	 40% {opacity:.5;box-shadow:0 0 0 2px rgba(236, 48, 57, .1),0 0 10px 10px #ec3039,0 0 0 10px rgba(236, 48, 57, .5)}
	 100%{box-shadow:0 0 0 2px rgba(236, 48, 57, .1),0 0 10px 10px #ec3039,0 0 0 10px rgba(236, 48, 57, .5);transform:scale(1.5);opacity:0}
}
.contact-form-section {background-color: #1c1c1c;}
.bg-cover-contact {background-image: url(../img/contact-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 634px;
}
.contact-form-item {padding:30px 65px;}
.contact-form-item h2 { color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 35px;
	text-align: center;
	margin-bottom:25px;
	line-height: 40px;
}
.contact-form-item p { text-align: center;font-size:14px; margin-bottom: 20px;
	text-transform: uppercase;
	color: #939393;
}
.contact-form-item .form-control {
	height: 44px;
	box-shadow:none;
	border-radius: 0px;
	border: 1px solid #363636;
	background-color: transparent;
}
.contact-form-item  .form-group {margin-bottom:20px;}
.contact-form-item .form-control:focus {border-color:#585858 !important;}
textarea.form-control {height: auto !important;}
.btn-red {background-color:#ec3039;
	border-color: #ec3039;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {background-color: transparent; color: #ec3039;}
