html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
font-family: 'font Regular';
}
a:focus{   text-decoration: none;}
:focus {
outline: -webkit-focus-ring-color auto 0px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
font-family: arvoregular!important;
margin: 0px;
padding: 0px;
}
/*============================
padding margin
=============================*/
.pad_0{ padding:0px; }
p {
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 30px;	
}
.list li {
	margin-left: 40px;
	padding-left: 10px;
}
ol{margin-bottom: 15px;}
ul{margin-bottom: 15px;}
details{margin-bottom: 15px;}
summary{margin-bottom: 15px;}
.pad_10{ padding:10px; }
.pad_20{ padding:20px; }
.pad_30{ padding:30px; }
.pad_40{ padding:40px; }
.pad_50{ padding:50px; }
.pad_60{ padding:60px; }
.pad_70{ padding:70px; }
.pad_80{ padding:80px; }
.pad_l_0{ padding-left:0px; }
.pad_l_10{ padding-left:10px; }
.pad_l_20{ padding-left:20px; }
.pad_l_30{ padding-left:30px; }
.pad_l_40{ padding-left:40px; }
.pad_l_50{ padding-left:50px; }
.pad_l_60{ padding-left:60px; }
.pad_l_70{ padding-left:70px; }
.pad_l_80{ padding-left:80px; }
.pad_r_0{ padding-right:0px; }
.pad_r_10{ padding-right:10px; }
.pad_r_20{ padding-right:20px; }
.pad_r_30{ padding-right:30px; }
.pad_r_40{ padding-right:40px; }
.pad_r_50{ padding-right:50px; }
.pad_r_60{ padding-right:60px; }
.pad_r_70{ padding-right:70px; }
.pad_r_80{ padding-right:80px; }
.pad_b_0{ padding-bottom:0px; }
.pad_b_10{ padding-bottom:10px; }
.pad_b_20{ padding-bottom:20px; }
.pad_b_30{ padding-bottom:30px; }
.pad_b_40{ padding-bottom:40px; }
.pad_b_50{ padding-bottom:50px; }
.pad_b_60{ padding-bottom:60px; }
.pad_b_70{ padding-bottom:70px; }
.pad_b_80{ padding-bottom:80px; }
.pad_t_0{ padding-top:0px; }
.pad_t_10{ padding-top:10px; }
.pad_t_20{ padding-top:20px; }
.pad_t_30{ padding-top:30px; }
.pad_t_40{ padding-top:40px; }
.pad_t_50{ padding-top:50px; }
.pad_t_60{ padding-top:60px; }
.pad_t_70{ padding-top:70px; }
.pad_t_80{ padding-top:80px; }
.mar_0{ margin:0px; }
.mar_10{ margin:10px; }
.mar_20{ margin:20px; }
.mar_30{ margin:30px; }
.mar_40{ margin:40px; }
.mar_50{ margin:50px; }
.mar_60{ margin:60px; }
.mar_70{ margin:70px; }
.mar_80{ margin:80px; }
.mar_l_0{ margin-left: 0px; }
.mar_l_10{ margin-left: 10px; }
.mar_l_20{ margin-left: 20px; }
.mar_l_30{ margin-left: 30px; }
.mar_l_40{ margin-left: 40px; }
.mar_l_50{ margin-left: 50px; }
.mar_l_60{ margin-left: 60px; }
.mar_l_70{ margin-left: 70px; }
.mar_l_80{ margin-left: 80px; }
.mar_r_0{ margin-right: 0px; }
.mar_r_10{ margin-right: 10px; }
.mar_r_20{ margin-right: 20px; }
.mar_r_30{ margin-right: 30px; }
.mar_r_40{ margin-right: 40px; }
.mar_r_50{ margin-right: 50px; }
.mar_r_60{ margin-right: 60px; }
.mar_r_70{ margin-right: 70px; }
.mar_r_80{ margin-right: 80px; }
.mar_b_0{ margin-bottom:  0px; }
.mar_b_10{ margin-bottom:  10px; }
.mar_b_20{ margin-bottom:  20px; }
.mar_b_30{ margin-bottom:  30px; }
.mar_b_40{ margin-bottom:  40px; }
.mar_b_50{ margin-bottom:  50px; }
.mar_b_60{ margin-bottom:  60px; }
.mar_b_70{ margin-bottom:  70px; }
.mar_b_80{ margin-bottom:  80px; }
.mar_t_0{ margin-top:  0px; }
.mar_t_10{ margin-top:  10px; }
.mar_t_20{ margin-top:  20px; }
.mar_t_30{ margin-top:  30px; }
.mar_t_40{ margin-top:  40px; }
.mar_t_50{ margin-top:  50px; }
.mar_t_60{ margin-top:  60px; }
.mar_t_70{ margin-top:  70px; }
.mar_t_80{ margin-top:  80px; }
/*=====================================
Scroll  to top
======================================*/
#top {
position: fixed;
bottom: 20px;
left: 20px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.7);
width: 50px;
height: 50px;
display: none;
text-decoration: none;
border-radius: 35px;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#top i {
color: #fff;
margin: 0;
position: relative;
left: 11px;
top: 12px;
font-size: 19px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#top:hover {
background: rgba(0, 0, 0, 0.9);
}
#top:hover i {
color: #fff;
top: 5px;
}
/*======================
Set cookies
=======================*/
#cookie-bar{
background: #2a73b3;
display:block;
position: fixed;
bottom: 10px;
width: 300px;
left: 6%;
padding: 20px;
z-index: 999;
color: #fff;
box-shadow: 0px 1px 2px #666;
}
#cookie-bar a{
color:#fff;
display:block;
padding:10px 0;
}
#Cookie{
background: #ff7916;
border: none;
padding: 10px;
display: block;
width: 100%;
text-align: center;
font-weight: bold;
}
/*=================================
Top Menu
==================================*/
.top-menu li{
list-style:none;
display: inline-block;
font-size: 13px;
}
.top-menu li a{
text-transform: uppercase;
color: #666;
background: #f9f9f9;
padding: 5px;
}
.top-header{
background: #e82801;
padding:10px 0px;
}
/*=====================================
Navigation
=====================================*/
.navigation_custom{
border-radius: 0px;
box-shadow: none;
margin: 0px;
-webkit-box-shadow:none;
background: #485563;
background: -webkit-linear-gradient(to right, #29323c, #485563);
background: linear-gradient(to right, #29323c, #485563);
}
.navigation_custom li a{
  font-size: 16px;
  font-weight: 600;
  padding: 25px 30px;
  color: #fff;
}
.navigation_custom .navbar-brand{
  margin-top: -10px;
  padding: 0px;
}
.navigation_custom .navbar-brand img{
  width: 260px;
  z-index: 10;
  position: relative;
  padding: 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #666;
}
.navigation_custom  .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #666;
}
.search_drop{
  width: 320px;
  background: #666;
  border: none;
  padding: 10px 20px;
}
.search_drop input{
  border-radius: 0px;
}
.search_drop .btn{ border-radius: 0px;  }
ul.dropdown-menu.product_downdown {
  padding: 0;
  margin: 0px;
}
ul.dropdown-menu.product_downdown li a{
  padding: 5px 10px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
ul.dropdown-menu.product_downdown li a:hover{
background: #666;
color: #fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background-color: #666;
border-color: #666;
}
.navigation_custom .dropdown-menu{  background: #666; width: 350px; padding: 0px;  }
li.dropdown a span.icon-down-open-1{ transform: rotate(180deg); display: inline-block; transition:all .40s; }
li.dropdown.open a span.icon-down-open-1{   transform: rotate(0deg);
display: inline-block;}
.list-inline>li{
width: 49%;
}
.list-inline>li a{
width: 100%;
}
.navbar-nav  a {
text-decoration: none;
position: relative;
display: inline-block;
}
.navbar-nav a::after {
content: '';
width: 100%;
position: absolute;
top: 96%;
left: 0;
height: 3px;
background: #FF934F;
transform: scaleX(0);
transition: transform .35s ease;
}
.navbar-nav a:hover::after {
transform: scaleX(1);
}
.navbar-inverse {
background-color: rgba(34, 34, 34, 0.74);
border-color: #080808;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu .dropdown-menu {
top: 0;
right: 100%;
margin-top: -1px;
}
.dropdown-menu>li>a {
padding: 15px 20px!important;
}
.pad_sec h3{
font-size: 45px;
padding:0px 30px 0px 0px;
font-weight: bold;
}
.pad_sec p{
font-size:20px;
color: #888888;
}
.para{
padding:15px 0;
}
.review-product-item {
padding-top: 15px;
}
.review-product-item img{
position: relative;
top: 5px;
}
.pad_sec a{ border-radius: 0px;  }
.gray-bg{ background: #f5f5f5 }
.item-img img{ text-align: center; }
/*=================================
footer
===================================*/
footer{ padding:20px 0 0 0; background: #555; color: #fff;  }
footer .h4{ color: #fff; padding:15px 0; font-size: 22px; }
footer ul li{
list-style: none;
}
footer ul li a{
line-height: 30px;
color: #fff;
display: block;
border-bottom: 1px solid #666;
}
footer ul li a:hover{ color:#fff; }
.fot-copy{ background:#000; color: #fff; padding:10px 0; margin-top: 10px; font-size:13px;   }
/*===============================
Social icon
================================*/
.social_fot_box {
padding-top: 20px;
}
.social_fot_box ul {
list-style: none;
margin: 0px;
}
.social_fot_box li {
display: inline-block;
text-align: center;
margin-left: 10px;
background: #fff;
height: 30px;
width: 30px;
border-radius: 30px;
-webkit-transition: all .60s;
-o-transition: all .60s;
transition: all .60s;
}
.social_fot_box li:hover:nth-child(1) {
border-radius: 0px;
background: #3B5998;
color: #fff !important;
}
.social_fot_box li:hover:nth-child(2) {
border-radius: 0px;
background: #0077B5;
}
.social_fot_box li:hover:nth-child(3) {
border-radius: 0px;
background: #1DA1F2;
}
.social_fot_box li:hover:nth-child(4) {
border-radius: 0px;
background: #D82D77;
}
.social_fot_box a {
border: none;
display: block;
line-height: 30px;
text-decoration:none;
}
.social_fot_box a i {
color: #000;
display: block;
line-height: 30px;
-webkit-transition:all .50s;
-o-transition:all .50s;
transition:all .50s;
}
.social_fot_box a i:hover {
color: #fff;
}
.social_fot_box a i:hover {
/* Rotate div */
-ms-transform: rotate(360deg);
/* IE 9 */
-webkit-transform: rotate(360deg);
/* Chrome, Safari, Opera */
transform: rotate(360deg);
color: #fff
}
.SearchHome input{
border-radius: 0px;
height: 50px;
}
.p_20{ padding:15px 0; font-size: 20px;   }
.SearchHome button{
height: 50px;
padding: 10px 30px;
border-radius: 0px;
background: #19B051;
color: #fff;
}
.SearchHome button:hover{
background: #06913A;
color: #fff;
}
.SearchHome{
padding:40px 0;
background: #ffe9e5;
}
.feature{
padding:40px 0;
}
.Data{
padding:40px 0;
}
.list-item{
margin-top: 50px;
border: 1px solid #dadada;
padding: 20px;
text-align: center;
}
.list-item img{ width: 100px!important; display:inline-block!important;  }
/*=========================
News Events
=========================*/
.News-Events{
padding: 30px 0;
}
.News-Events  .news-date{
font-size: 20px;
font-weight: bold;
text-align: center;
padding:10px;
background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop(0%, rgba(255,255,255,1.00)), color-stop(100%, rgba(245,245,245,1.00)));
background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(245,245,245,1.00) 100%);
background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(245,245,245,1.00) 100%);
}
.News-Events .news-date span{
font-weight: bold;
}
.News-Events  .title-sub{
font-size: 20px;
margin: 15px 0;
font-weight: bold;
}
.News-Events  .title-sub a{
font-size: 20px;
margin-bottom: 20px;
color:#000;
}
.media-para {
line-height: 28px;
}
.testimonial{
padding:40px 0;
background: #ff6a00;
}
.client-review{
color: #fff;
padding: 15px 0;
}
.review-writer{padding: 15px 0 0 0;font-weight: bold;}
.review-writer span{
display: block;
font-weight: 100;
}
.review-text{
font-size: 18px;
}
.review-heading-text {
color: #fff;
}
.client-review{
background: #bb5000;
padding: 15px;
margin-top: 20px;
}
/*Product section*/
.product-section{
padding:40px 0;
/* fallback for old browsers */  /* Chrome 10-25, Safari 5.1-6 */

/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: #f44522;
background: -webkit-linear-gradient(to bottom, #f83600, #f44522);
background: linear-gradient(to bottom, #ff6040, #f44522);
}
.product-list li{
list-style: none;
}
.Product_text{
color: #fff;
}
.arrow-list{
padding-top: 20px;
}
.arrow-list li{
position:relative;
list-style:none;
padding-left: 30px;
line-height: 30px;
}
.arrow-list li:after{
position: absolute;
content: '\f178';
font-family: 'fontello';
top: 0px;
left: 0px;
transition: all .20s;
}
.arrow-list li:hover:after{
left:15px;
color:#000;
}
/*============================
Products tab Nav
=============================*/
.Products-tab-nav a{
color: #fff;
font-size: 16px;
font-weight:600;
}
.Products-tab-nav:focus, .Products-tab-nav a:hover {
text-decoration: #fc4a1a!important;
background-color: #fc4a1a!important;
border: none;
}
.Products-tab-nav>li>a {
border-bottom: 1px solid red!important;
border-radius: 0px 0px 0 0!important;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
border: none;
}
.bg-tab-nav{
background: #f44522;
background: -webkit-linear-gradient(to bottom, #f83600, #f44522);
background: linear-gradient(to bottom, #ff6040, #f44522);
}
.inner-tab li{
display:block;
}
.inner-tab li:last-child a{
  border:none;
}

.inner-tab a{
display: block;
border-bottom: 1px solid white;
color: #fff;
font-weight: 800;
font-size: 17px;
padding: 15px 12px;
border-radius: 4px;
background: #485563;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #29323c, #485563);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #29323c, #485563); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.inner-tab a:hover{
text-decoration: none;
}
.side-bg-col-8{
background: #f0fff5;
padding: 10px;
border: 1px solid #299b8e;
}
/*=============================
Accordian
==============================*/
#accordion .panel, #faqaccordion .panel{
border: none;
border-radius: 5px;
box-shadow: none;
margin-bottom: 10px;
background: transparent;
}
#accordion .panel-heading,#faqaccordion .panel-heading{
padding: 0;
border: none;
border-radius: 5px;
background: transparent;
position: relative;
}
#accordion .panel-title a, #faqaccordion .panel-title a{
display: block;
padding: 20px 30px;
margin: 0;
font-weight: 800;
font-size: 17px;
font-weight: bold;
color: #fff;
text-transform: sentensecase;
letter-spacing: 1px;
border: none;
border-radius: 5px;
position: relative;
background: #485563;
background: -webkit-linear-gradient(to right, #29323c, #485563);
background: linear-gradient(to right, #29323c, #485563);

}
#accordion .panel-title a.collapsed, #faqaccordion .panel-title a.collapsed{
border:none;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before,
#faqaccordion .panel-title a:before,
#faqaccordion .panel-title a.collapsed:before{
content: "\e8a5";
font-family: "fontello";
width: 30px;
height: 30px;
line-height: 27px;
text-align: center;
font-size: 25px;
font-weight: 900;
color: #fff;
position: absolute;
top: 15px;
right: 30px;
transform: rotate(180deg);
transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}
#accordion .panel-title a.collapsed:before,
#faqaccordion .panel-title a.collapsed:before{
color: rgba(255,255,255,0.5);
transform: rotate(0deg);
}
#accordion .panel-body, #faqaccordion .panel-body{
padding: 20px 30px;
background: #f6f6f6;
font-size: 15px;
color: #000;
line-height: 28px;
letter-spacing: 1px;
border-top: none;
border-radius: 5px;
}
.ScreenShot{
padding: 40px 0;
background: #f6f6f6
}
.caption{
padding:5px;
background:#f5f5f5;
border:1px solid #999;
text-align: center;
margin-bottom: 20px;
}
.caption a{ text-decoration: none; color: #000; }
.caption a:hover{ text-decoration: none; color: #000; }
.caption h3{
font-size: 16px;
padding-top: 5px;
margin: 0px;
}
.product-btn{
margin-top: 20px;
}
.product-btn a{
color: #fff;
width: 250px;
padding: 20px 20px;
display: inline-block;
margin: 0 12px;
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
transition: all .30s;
border-radius: 10px;
text-align: center;
}
.product-btn a:hover{ text-decoration: none; }
.product-btn a:first-child{
background: #00E181;
border: 2px solid #35af63;
text-shadow: 1px 1px 1px rgb(45, 136, 78);
}
.product-btn a:last-child{
background: #00E181;
border: 2px solid #ce7840;
text-shadow:1px 1px 1px rgb(111, 62, 29);
}
.product-btn a:first-child:hover{
background: #35af63;
}
.product-btn a:last-child:hover{
background: #ce7840;
}
.product-btn a i{
margin-right: 15px;
}
/*====================
inner head
=====================*/
.inner-head{
height:250px;
position:relative;
overflow:hidden;
}
.inner-head img{
width:100%;
}
.inner-overlay{
background: rgba(0, 0, 0, 0.77);
position: absolute;
height: 250px;
z-index: 999;
padding: 10px;
top: 0px;
width: 100%;
color:#fff;
text-align:center;
padding-top:50px;
}
.inner-text p{ font-size: 20px;}
.padd_40_0{ padding: 40px 0; }
/*======================== breadcrumb ==========================*/
.Breadcrumbs {
background-color:#171616; }
.Breadcrumbs .breadcrumb {
padding: 10px 15px;
margin-bottom: 0px;
list-style: none;
background-color: rgba(185, 185, 185, 0);
color: #fff;
font-size: 12px;
border-radius: 0px;
}
.Breadcrumbs .breadcrumb a {
color: #fff;
}
/*==============================
Product listing
==============================*/
.p_list {
background: #f5f5f5;
padding: 5px;
margin: 10px 0;
box-shadow: 0px 0px 5px #00000091;
text-align: center;
}
.p_list a{
color: #000;
font-size:18px;
font-weight: bold;
}
.p_list img{  height: 60px; }
.p_list a:hover{ text-decoration: none; }
.product-item{ padding: 40px 0; }
.Thunderbird_font{ font-size: 14px!important; }
/*contact page form page*/
/* Contact 1 */
.contact-from-box{ padding: 40px 0; }
.contact1 {
width: 100%;
min-height: 100%;
padding: 15px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.container-contact1 {
width: 1163px;
background:#fff;
border-radius: 10px;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
box-shadow: 2px 5px 5px #99999978, -2px -2px 5px #99999978;
padding: 90px 130px 88px 148px;
}
/*------------------------------------------------------------------
[  ]*/
.contact1-pic {
width: 296px;
}
.contact1-pic img {
max-width: 100%;
}
/*------------------------------------------------------------------
[  ]*/
.contact1-form {
width: 390px;
}
.contact1-form-title {
display: block;
font-size: 34px;
color: #333333;
line-height: 1.2;
text-align: center;
padding-bottom: 44px;
font-weight: bold;
}
input.input1 {
height: 50px;
border-radius: 25px;
padding: 0 30px;
}
input.input1 + .shadow-input1 {
border-radius: 25px;
}
textarea.input1 {
min-height: 150px;
border-radius: 25px;
padding: 12px 30px;
}
textarea.input1 + .shadow-input1 {
border-radius: 25px;
}
/*---------------------------------------------*/
.wrap-input1 {
position: relative;
width: 100%;
z-index: 1;
margin-bottom: 20px;
}
.input1 {
display: block;
width: 100%;
background: #e6e6e6;
font-size: 15px;
line-height: 1.5;
color: #666666;
border: none;
}
.shadow-input1 {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
box-shadow: 0px 0px 0px 0px;
color: rgba(87,184,70, 0.5);
}
.input1:focus + .shadow-input1 {
-webkit-animation: anim-shadow 0.5s ease-in-out forwards;
animation: anim-shadow 0.5s ease-in-out forwards;
}
@-webkit-keyframes anim-shadow {
to {
box-shadow: 0px 0px 80px 30px;
opacity: 0;
}
}
@keyframes anim-shadow {
to {
box-shadow: 0px 0px 80px 30px;
opacity: 0;
}
}
/*---------------------------------------------*/
.container-contact1-form-btn {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.contact1-form-btn span{ line-height: 50px; }
.contact1-form-btn {
min-width: 195px;
height: 50px;
border-radius: 25px;
background: #57b846;
font-size: 15px;
line-height: 1.5;
color: #fff;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
padding: 0 25px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
font-weight: bold;
border: none;
}
.contact1-form-btn i {
margin-left: 7px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.contact1-form-btn:hover {
background: #333333;
}
.contact1-form-btn:hover i {
-webkit-transform: translateX(10px);
-moz-transform: translateX(10px);
-ms-transform: translateX(10px);
-o-transform: translateX(10px);
transform: translateX(10px);
}
/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 1200px) {
.contact1-pic {
width: 33.5%;
}
.contact1-form {
width: 44%;
}
}
@media (max-width: 992px) {
.contact-from-box{ margin:20px;  }
.container-contact1 {
width: 100%;
padding: 90px 80px 88px 90px;
}
.contact1-pic {
width: 35%;
}
.contact1-form {
width: 55%;
}
}
@media (max-width: 768px) {
.container-contact1 {
padding: 90px 80px 88px 80px;
}
.contact1-pic {
display: none;
}
.contact1-form {
width: 100%;
}
}
@media (max-width: 576px) {
.container-contact1 {
padding: 90px 15px 88px 15px;
}
}
/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
position: relative;
}
.alert-validate::before {
content: attr(data-validate);
position: absolute;
max-width: 70%;
background-color: white;
border: 1px solid #c80000;
border-radius: 13px;
padding: 4px 25px 4px 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 8px;
pointer-events: none;

color: #c80000;
font-size: 13px;
line-height: 1.4;
text-align: left;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.alert-validate::after {
content: "\f085";
font-family: 'fontello';
display: block;
position: absolute;
color: #c80000;
font-size: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 13px;
}
.alert-validate:hover:before {
visibility: visible;
opacity: 1;
}
@media (max-width: 992px) {
.alert-validate::before {
visibility: visible;
opacity: 1;
}
}
.about-page{ padding: 40px 0; }
/*==============================
thank you
================================*/
.thankyou-wrapper{
width:100%;
height:auto;
margin:auto;
background:#ffffff;
padding:10px 0px 50px;
}
.thankyou-wrapper h1{
font:100px Arial, Helvetica, sans-serif;
text-align:center;
color:#333333;
padding:0px 10px 10px;
}
.thankyou-wrapper p{
font:26px Arial, Helvetica, sans-serif;
text-align:center;
color:#333333;
padding:5px 10px 10px;
}
.thankyou-wrapper a{
font:26px Arial, Helvetica, sans-serif;
text-align:center;
color:#ffffff;
display:block;
text-decoration:none;
width:250px;
background:#E47425;
margin:10px auto 0px;
padding:15px 20px 15px;
border-bottom:5px solid #F96700;
}
.thankyou-wrapper a:hover{
font:26px Arial, Helvetica, sans-serif;
text-align:center;
color:#ffffff;
display:block;
text-decoration:none;
width:250px;
background:#F96700;
margin:10px auto 0px;
padding:15px 20px 15px;
border-bottom:5px solid #F96700;
}
/*========================================
blog
==========================================*/
.blog{
padding:40px 0;
}
.blog-list-content{
padding: 20px 25px;
background-color: #f5f8fa;
box-shadow: 0 30px 30px 0 rgba(0,0,0,.1);
margin:-50px 20px 20px;
position:relative;
z-index:1;
}
.blog-footer{
padding: 15px 0;
}
.col-sm-4.blog-list {
margin-bottom: 20px;
padding: 0px;
}
.blog-list-content .title a{
font-size: 18px;
font-weight: bold;
color: #666;
transition: all .50s;
}
.title:hover{-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#ff4c7c),color-stop(50%,#09f),color-stop(80%,#99cb33));}
.blog-footer { font-weight: 100;  }
.blog-footer span{ color:#bfbfbf; margin-left:15px;}
/*=======================================
blog detail
========================================*/
.blog-list{ padding: 40px 0; }
.blog-box{
padding: 10px;
-webkit-box-shadow:
1px 2px 2px rgba(0, 0, 0, .15),
-1px -1px 2px rgba(0, 0, 0, .15);
box-shadow:
1px 2px 2px rgba(0, 0, 0, .15),
-1px -1px 2px rgba(0, 0, 0, .15);
text-align: center;
margin-bottom: 20px;
}
.blog-box h3{
margin: 0px;
font-size: 20px;
padding: 10px ;
font-weight: bold;
}
.blog-box img{ width: 100%; }
.btn-blog{
background: #ffffff;
border-radius: 0px;
padding: 10px 25px;
color: #000;
margin: 20px 0px;
-webkit-transition: all .6s;
-o-transition: all .6s;
transition: all .6s;
border: 1px solid #cacaca;
}
.btn-blog:hover{background:#2eb2ed; color: #fff; }
.lead a {color: #000;}
.blog-deetail{ padding: 40px 0; }
.blog-deetail .well{border-radius: 0px;background: #f5f5f5;-webkit-box-shadow: none;box-shadow: none;}
.blog-deetail .well input,
.blog-deetail .well textarea
{
border-radius: 0px;
}
.well h4{ font-weight: bold; padding: 10px 0; }
.similar_bolg{}
.similar_bolg li{
margin: 10px 0;
}
.similar_bolg a{
color: #666;
display: block;
background: white;
padding: 10px;
}
.similar_bolg a:hover{ text-decoration: none;
background-color: #f9f9f9;  }
.boxsite{
border: 1px solid #666;
text-align: center;
padding: 8px;
margin-bottom: 20px;
}
.boxsite h4{

text-align: center;
padding: 8px;
}
.boxsite h4 a{ text-decoration: none; color: #000 }
.map_list{ border-top: 1px solid #999; }
.map_list li{list-style:none; border-bottom: 1px solid #999; }
.map_list li:last-child{ border-bottom:none; }
.map_list a{ color: #000; padding: 10px; display: block}
.site-map{
padding: 40px 0;
}
.booked-head{
background: #f44522;
background: -webkit-linear-gradient(to bottom, #f83600, #f44522);
background: linear-gradient(to bottom, #ff6040, #f44522);
padding: 40px 0;
color: #fff;
}
.d-flex{
display:flex;
}
.justify-content-between{
justify-content: space-between;
}
.align-items-center{
align-items: center;
}
.d-inline-block {
display: inline-block!important;
}
.drop-box{
width: 220px;
padding:5px 10px;
}
.drop-box select{
border:1px solid #000;
border-radius: 0px;
color: #000;
}
.price-table span{
text-decoration: line-through;
}
.flex-direction {
flex-direction:row;
}
.center-box{
display: flex;
flex-direction:column;
justify-content:center;
height: 250px;
}
.cart-btn{
display: flex;
align-items: center;
justify-content: center;
}
.cart-btn .btn-success{
border-radius:0px;
height: 48px;
line-height:33px;
margin-right:10px!important;
margin-top: -3px;
}
.table > tbody > tr > td {
vertical-align: middle;
}
.table-para{ font-size:15px;  }
.paymenyt-option{
padding: 40px 0;
background: #f5f5f5;
}
.process-btnn a{
background: #fff;
color: #000;
font-size: 20px;
font-weight: 400;
padding: 12px 26px;
display: inline-block;
border-radius: 0px;
transition: all .60s;
margin: 3px -2px;
}
.process-btnn a:hover{ text-decoration: none }
.process-btnn a i{ font-size:20px; margin: 0px 10px;  }
.process-btnn .window-btnn{
color: #fff;
background: #671605;
}
.process-btnn .mac-btnn:hover{
color: #fff;
background: #671605;
}
.chat{
  position: fixed;
  right: -5px;
  bottom: 40%;
  z-index: 100;
}
/*blog page style ===== */
    .post_title {
  font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}
.tab_data{

    border: 1px solid #d9d9d9;
    padding: 10px;
    background: #fdfdfd;

}
