/*
Defaults General Setting
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #000;
	font-family: arial;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	 overflow-x: hidden;
	
}

body.parallax-home {
	background: none;
	
}



a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}
.readmore_button {
    padding: 10px 80px;
    background: #353535;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.readmore_button:hover {
    padding: 10px 80px;
    background: #006db9;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}
a {
	color:#E31818;
	text-decoration: none;
		transition: all 0.2s ease-in-out;
}

a:hover {
	color: #000;
}


.wpb_wrapper{

}
.wpb_wrapper p{
   color: #343434;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 0 20px !important;


}
.category_title {
    color: #000000;
    font-family: "MuseoSans300";
    font-size: 16px !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.category_area .wpb_raw_code.wpb_content_element.wpb_raw_html .box_area a {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    float: left;
    height: 152px;
    padding: 11px 13px;
    text-align: center;
    width: 180px;
}
.category_area .wpb_raw_code.wpb_content_element.wpb_raw_html:nth-child(3n)  .box_area a {
    border-right: none;
}
.box_area a:hover .category_title {
    color: #e01d24;
}
.category_area .wpb_raw_code.wpb_content_element.wpb_raw_html .box_area img {
  transition: all 0.7s ease 0s;
    transform: translate3d(0px, 0px, 0px);
}
.category_area .wpb_raw_code.wpb_content_element.wpb_raw_html:hover .box_area img {
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}

.category_area .wpb_raw_code.wpb_content_element.wpb_raw_html, .category_area .wpb_raw_code.wpb_content_element.wpb_raw_html:hover {
    transition: all 0.7s ease 0s;
}
p{     color: #343434;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 0 20px !important;}
ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

.home h1,
.home h2,
.home h3, 
 .home h4,
.home h5,
.home h6 {

	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	font-size:23px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6{
 color: #e31818;
    font-size:30px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 12px 0 11px;
}

.logged-in-as {
    margin-bottom: 10px !important;
}
#reply-title{
color:#006DB9;
	font-family: 'OpenSansRegularwebfont_0';
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	font-size:23px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.sub_heading{
	  color: #969696;
    font-family: "OpenSansRegularwebfont_0";
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.2;
    margin: -9px 0 20px;
    text-transform: uppercase;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0;
}

.sidebar .entry {
	margin-bottom: 40px;
}

.entry-content ol, .entry-content ul {
    margin-bottom: 30px !important;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	 list-style: inside none square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}
/* text align area
--------------------------------------------- */
.text_align_center{
text-align:center;
}
.text_align_left{
text-align:left;
}
.text_align_right{
text-align:right;
}
/* blog
--------------------------------------------- */
.content-sidebar-wrap .post {
    background: none repeat scroll 0 0 #efefef;
    margin-bottom: 24px;
    padding: 24px 24px 0;
}
.single-post .site-inner{
  padding: 0 15px;
    width: 1140px;
}
/* Forms
--------------------------------------------- */

input,
select,
textarea {
 background-color: #e6e6e6;
    border: medium none;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    padding: 11px 16px;
    width: 100%;
}
.contact_us_form input,
select,
textarea{
 border: none;
  width: 415px;
}
.contact_us_form input:focus, textarea:focus {
 border: none !important;
}
input:focus,
textarea:focus {

	outline: none;
}

.form_area textarea {
    padding-left: 0;
	 color: #000000;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

.comment-form p {
    color: #5d5d5d;
    font-family: arial;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 0 9px !important;
}
::-moz-placeholder {
    font-weight: 400;
    opacity: 1;
}
.page-id-403 #wpcf7-f510-p403-o1 input {
  background: none repeat scroll 0 0 #efefef;
    border: 1px solid #bbbbbb;
    color: #000000;
    padding: 17px 19px;
}
.page-id-403 .wpcf7-form-control.wpcf7-submit {
 margin-top: 0;
    width: 100%;
	 color: #ffffff !important;
	
}
.page-id-403 div.wpcf7-response-output {
    margin-bottom: 22px !important;
    margin-top: -31px;
    padding: 20px;
    width: 100.9%;
}
.page-id-403 #wpcf7-f510-p403-o1 select {
 background: none repeat scroll 0 0 #efefef;
    border: 1px solid #bbbbbb!important;
    color: #000000;
    height: 56px;
    margin-top: 0;
    width: 100%;
}
.page-id-403 #wpcf7-f510-p403-o1 .wpcf7-form > p {
    float: left;
    margin-bottom: 8px !important;
    width: 100%;
}
.page-id-403 #wpcf7-f510-p403-o1 textarea {
  background: none repeat scroll 0 0 #efefef;
    border: 1px solid #bbbbbb!important;
    color: #000000;
    margin-top: 0;
    padding: 15px 21px;
    width: 100%;
}
.contact_detail {
    padding-left: 0;
}
.inner_header .wpb_wrapper > p.inner_sub_title {
    color: #ffffff !important;
    float: inherit !important;
    margin: 0 197px !important;
    width: 735px;
}

.contact_detail_area h4 , .contact_section_area h4{
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.contact_detail_area {

    font-size: 15px;

}
.page-id-403 #wpcf7-f510-p403-o1 .wpcf7-form-control.wpcf7-submit {
    background: none repeat scroll 0 0 #e31818;
}
.page-id-403 #wpcf7-f510-p403-o1 .wpcf7-form-control.wpcf7-submit:hover {
    background: none repeat scroll 0 0 #000;
}
.page-id-403 #wpcf7-f510-p403-o1 .wpcf7-form-control.wpcf7-captchar {
    width: 100%!important;
}
::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
}

/* input button
--------------------------------------------- */
input[type="button"],
input[type="reset"],
input[type="submit"] {
	  background-color: #e31818;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 13px 23px;
    text-transform: uppercase;
}

input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
   background-color: #000000;
    color: #ffffff;
}
.woocommerce-pagination {
    margin-bottom: 24px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
/* full section
--------------------------------------------- */
.full_grid_area{
width:100%;
  margin: 0 !important;
}
.comtainer_area{
   margin: 0 auto !important;
    width: 1130px;
}
.full_grid_area .vc_col-sm-12.wpb_column.vc_column_container {
    float: inherit;
    margin: 0 auto !important;
    width: 1130px;
}

.padding_divider {
    padding: 0 0;
}

/*------------------------------------------------------------------- END General SETTING ------------------------------------------------------------------*/
/*------------------------------------------------------------------- END General SETTING ------------------------------------------------------------------*/



header.site-header .wrap{width: 100%;  max-width: 100% !important;}

.logo-text {
    float: left !important;
    text-align: left;
    color: #fff;
    font-size: 26px;
}
.rightdiv {
    float: right;
    text-align: right;
}
.site-footer div{color: #ffffff;}




/* Menu */

.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#ffb900;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
    color:#fff;
}

.nav > li {
   float:left;

}
.nav > li > a:hover{
color: #000 !important;
}
.nav .current-menu-item a{
background:#006db9;
}
.nav > li > .parent {
   /* background-image: url("../images/downArrow.png");*/
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
       display: block;

    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.nav li  ul {
    position: absolute;
    
}
.nav > li.hover > ul {
    left: 0;
}  
.nav li li.hover ul {
    left: 100%;
    top: 0; 
}
.nav li li a {
    display: block;
    background: #1d7a62;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
	 .active {
		  display: block;
	 }
	 .nav > li {
		  float: left;
	 }
	 .nav > li > .parent {
		  background-position: 95% 50%;
	 }
	 .nav li li .parent {
		  background-image: url("images/downArrow.png");
		  background-repeat: no-repeat;
		  background-position: 95% 50%;
	 }
	 .nav ul {
		  display: block;
		  width: 100%;
	 }
	.nav > li.hover > ul , .nav li li.hover ul {
		  position: static;
	 }
}

/*Menu*/



.home-testimnial-area .simplePagerNav{ margin:0!important;}
.home .site-inner .content .comtainer_area{ width:1130px;}
.site-inner .content .comtainer_area{ width:100%;}
















