/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*Global css*/
body{font-family: 'Arial', sans-serif;font-size:15px;color:#444}
.fix{overflow:hidden}
a{color:#426BB5}
a:hover{text-decoration:none;color:#31e4791}
a:focus{outline:0}

a button:hover{transition:all 0.9s ease 0s;-moz-transition:all 0.9s ease 0s;-webkit-transition:all 0.9s ease 0s;-o-transition:all 0.9s ease 0s;}
.padding_left{padding-left:0 !important}
.padding_right{padding-right:0 !important}
button.btn_green{background-color: #8FBE3E;
border: 1px solid transparent;
color: #fff;
border-radius:0 10px 10px}
button.btn_green:hover{background-color: #426BB5;}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}




.home_contents .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{background-color: #8fbe3e !important;
border: 1px solid transparent !important;
border-radius: 0 10px 10px;
color: #fff !important;
font-weight:700;
min-width:200px
}
.home_contents .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus {
  background-color: #426BB5 !important;
  border-color: #dcdcdc;
  color: #5e5e5e;
}

.green_header h1, h2{color:#e96d0c}



.header_area {
  margin-bottom: 15px;
  margin-top: 25px;
}

/************ Page php css ***************/
.default_page{margin:10px 0 20px}
.default_page p{}
.default_page h2.page_title {
  color: #333;
  font-family: "Calibri",sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-top: 5px;
}
.default_page .page-thumb {
  height: auto;
  width: 100%;
  margin-bottom:20px;
}
/****#### Page Sidebar CSS ####******/
.default_page .wpb_widgetised_column_heading {
  font-size: 25px !important;
  font-weight: 700;
  text-transform: uppercase !important;
}
.sub_page_link {
  margin-bottom: 50px;
}
.sub_page_link ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.sub_page_link ul li  {border-bottom: 2px dotted #e1ecf8;
padding: 5px 10px 5px 0;transition:all 0.9s ease 0s;-moz-transition:all 0.9s ease 0s;-webkit-transition:all 0.9s ease 0s;-o-transition:all 0.9s ease 0s;}
.sub_page_link ul li:hover  {padding-left:0px}
.sub_page_link ul li a {
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.sub_page_link  ul li a:after {content: "\f101"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;margin-left:10px; }



.ignite_change_content {
  margin-top: -30px;
}
.ignite_header .i_header_left {
  float: left;
  margin-right: 5px;
  width: 80px;
}
.ignite_header .i_header_right {
  float: left;
}
.ignite_header .i_header_right h1 {
	color: #8fbe3e;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}
.ignite_content p {
  color: #555;
  font-size: 13px;
  font-weight: 700;
  padding: 0 15px;
}
.ignite_content h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: right;
  text-transform: uppercase;
}
.ignite_content h4 {
  color: #666;
  font-size: 12px;
  font-weight: 700;
  margin-left: 32px;
  margin-top: 0;
  text-align: right
}
.ignite_change_content > a.ignite_buttoon {
  display: block;
  margin-left: 18px;
  margin-top: 20px;
  text-align: left;
}
.ignite_change_content > a.ignite_buttoon button {
background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(167, 215, 102, 1), rgba(143, 190, 62, 1)) repeat scroll 0 0;
border: 1px solid transparent;
border-radius: 0 10px 10px;
font-weight: 500;
margin-top: 20px;
text-transform: capitalize;
width: 200px;
}
.ignite_change_content > a.ignite_buttoon button:hover {
background: #416bb5 !important;
border: 1px solid transparent;
transition:inherit
}











/* Home Page css */
.home_page_content_area {
  margin-top: 25px;
}





/****************** Header area **************/
.social_area .social {
  float: right;
}
.social ul.social-icons {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social ul.social-icons li {
    float: left;
    margin-right: 13px;
}
.social ul.social-icons li:last-child{
    margin-right: 0px;
}
.social ul.social-icons li a {
    background-color: #426bb5;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 32px;
    padding-top: 5px;
    text-align: center;
    width: 32px;
}
.social ul.social-icons li a:hover{
    background-color: #8FBE3E;transition:all 0.9s ease 0s;-moz-transition:all 0.9s ease 0s;-webkit-transition:all 0.9s ease 0s;-o-transition:all 0.9s ease 0s;
}
.login.btn_green {
  padding: 5px 25px 6px;
}
.social_area {
  margin-top: 14px;
}


/***********Main Menu**********************/
.main_menu_area {
  background-color: #111111;
}
.navbar {
  margin-bottom: 0;
  border:inherit
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: inherit;
  text-decoration: none;
}
.navbar-nav > li > a {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  color: #fff;
  font-family: "Sarpanch",sans-serif;
  font-size: 16px;
  padding: 15px 20px;
  text-transform: uppercase;
}
.navbar-nav > li > a:hover{
background-color: transparent;
border-bottom: 2px solid transparent;
border-top: 2px solid #D17329;
color: #D17329 ;
}
.navbar-nav > li.current-menu-item > a{
background-color: transparent;
border-bottom: 2px solid transparent;
border-top: 2px solid #D17329;
color: #D17329 ;
}
.navbar-nav > li.current_page_parent > a{
background-color: transparent;
border-bottom: 2px solid transparent;
border-top: 2px solid #D17329;
color: #d17329 ;
}
.navbar-nav > li > .dropdown-menu li.active a {
background-color:inherit;
color:#000
}
.navbar-nav > li > .dropdown-menu {
  border-radius: 0 20px 20px;
  box-shadow:0 0 5px rgba(50, 50, 50, 0.05) !important;
  margin-top: 0;
  border:1px solid rgba(0, 0, 0, 0.07)
}
.navbar-nav > li > .dropdown-menu li a {
  border-bottom: 1px solid #e8e8e8;
  color: #444;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 80px 8px 40px;
  text-decoration: none;
  text-transform: capitalize;
}
.navbar-nav > li > .dropdown-menu li.m_bold a {
  font-weight: bold;
  padding-left: 10px;
}
.navbar-nav > li > .dropdown-menu li a:hover {
background: transparent none repeat scroll 0 0;
border-bottom: 1px solid #999;
color: #000;
}
.navbar-nav > li > .dropdown-menu li:last-child a{
border-bottom: 0px solid ;
}
.navbar-nav > li > .dropdown-menu li:last-child a:hover {
border-bottom: 0px solid ;
}



.dropdown:hover .dropdown-menu {
display: block;
}

.main_menu .searchform label {
  display: none !important;
}
.main_menu .searchform input[type="submit"] {
  display: none;
}
.main_menu #searchform input {
  border: 1px solid #29529c;
  border-radius: 15px;
  padding: 5px 5px 5px 10px;
  width: 220px;
  background-image:url(../img/search.png);background-repeat:no-repeat;background-position:100% 6%;
}
.main_menu .search_form {
  margin-top: 12px;
}


/***************** Blog Page cSs ***********************/
.blog_conatiner {
  margin: 25px 0 35px;
}
.blog_contents.fix {
  border-bottom: 2px dotted #e1ecf8;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_info1 h1 {
  color: #8fbe3e;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
.post_info1 h1.year {
  color: #b7e666;
}
.post_info1 .post-thumb {
  width: 100%;
  margin-top:13px
}
.post_info2.fix {
  display: block;
  width: 100%;
}
.post_content > h2 {
  margin-bottom: 5px;
  margin-top: 0;
}
.post_content h2 a {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}


.blog_single_widget {
  margin-bottom: 35px;
}
.blog_single_widget > h2 {
  text-align: center;
  text-transform: uppercase;
}
.blog_single_widget > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.blog_single_widget > ul > li {border-bottom: 1px dotted #ccc;
margin-bottom: 5px;
padding-bottom: 5px;
color:#426bb5;
padding-left: 2px;
position: relative;transition:all 0.9s ease 0s;-moz-transition:all 0.9s ease 0s;-webkit-transition:all 0.9s ease 0s;-o-transition:all 0.9s ease 0s;}
.blog_single_widget > ul > li:hover {
padding-left: 0px;}
.blog_single_widget > ul > li:before {content: "\f101"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;margin-right:5px; }
.blog_single_widget ul li a {

}
.tagcloud a {
  background-color: #fff;
  font-size: 16px !important;
  position:relative
}
.tagcloud a:after{
  content: "\f105"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;margin-right:5px;margin-left:5px
}
.blog_contents_area h1.archivetitle {
  border-bottom: 3px double #ccc;
  display: inline-block;
  margin-left: 5px;
  padding-bottom: 5px;
}
.blog_contents_area h1.search_title {
  border-bottom: 3px double #ccc;
  display: inline-block;
  margin-left: 5px;
  padding-bottom: 5px;
  font-style:italic
}



/***** Other pages CSS *************/
.about_us h2 {
  font-size: 20px;
  margin-bottom: -8px;
}
.about_us h1 {
  color: #8fbe3e;
  font-size: 25px;
  font-weight: bold;
}
.resources_contents .resoources-thumb {
  height: auto;
  margin-top: 5px;
  width: 100%;
}
.resources_contents .post_content > h3 {
  color: #8fbe3e;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 8px;
}
.resources_contents .post_content > h2 {
  color: #426bb5;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}
.resources_contents .post_content h5 {
  color: #8fbe3e;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 5px;
}
.resources_contents .post_content h4 {
  margin-bottom: 0;
  margin-top: 5px;
}









/*Bootom Quote*/
.bottom-wrapper {
  padding-bottom: 35px;
  padding-top: 30px;
}
.bottom-wrapper .bottom-box {
  
}
.bottom-wrapper .bottom-box .left-bottom-box {
	float: left;
	height: 43px;
	position: relative;
	width: 75px;
}
.left-bottom-box > img {
  width: 100%;
}
.bottom-wrapper .bottom-box .right-bottom-box {
  float: left;
  padding-left: 90px;
  padding-top: 15px;
  position: relative;
  top: -35px;
}
.bottom-wrapper .bottom-box .right-bottom-box img {
  width: 100%;
}
.bottom-text {
  margin-top: 15px;
  padding-left: 36px;
}
.bottom-wrapper .bottom-text p {
  color: #436ab5;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.4px;
  margin-bottom:20px
}
.bottom-wrapper .bottom-text span {
  color: #8fbe3e;
  float: right;
  font-size: 15px;
  text-align: right;
}
.bottom-wrapper .bottom-text p.tatulary {
  color: #8FBE3E;
  font-size: 14px;
  text-align: right;
  display:block;
  margin-bottom:0px;
  margin-top:0px;
  font-style:normal
}
.bottom-wrapper .bottom-text p.tatulary.name {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}




/********* Extra CSS ****************/
.full_width {
  padding: 50px;
}
.voting_widget p input.Buttons {
  background-color: #8fbe3e;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid transparent;
  border-radius: 0 10px 10px;
  color: #fff;
  float: left;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  min-width: 200px;
  padding: 8px 25px;
}
.voting_widget p input.Buttons:hover{background-color:#426bb5}
.voting_widget p a.result_button {
  background-color: #8fbe3e;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid transparent;
  border-radius: 0 10px 10px;
  color: #fff;
  float: left;
  font-size: 16px;
  font-weight: 700;
  margin-left: 22px;
  margin-top: 15px;
  min-width: 200px;
  padding: 7px 25px;
}
.voting_widget p a.result_button:hover{background-color:#426bb5}
.voting_widget p a.v_result_page {
  background-color: #8fbe3e;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid transparent;
  border-radius: 0 10px 10px;
  color: #fff;
  float: left;
  font-size: 16px;
  font-weight: 700;
  margin-left: 22px;
  margin-top: 15px;
  min-width: 200px;
  padding: 8px 25px;
}
.voting_widget p a.v_result_page:hover{background-color:#426bb5}

.error_page_contents.fix {
  padding: 110px 0 140px;
  text-align: center;
}
.error_page_contents h1 {
  color: firebrick;
  font-size: 65px;
  font-weight: 900;
  margin-bottom: 5px;
}
.error_page_contents.fix > p {
  color: red;
  font-size: 20px;
  font-style: italic;
  margin-top: 0;
}


.ssc-nav-pagination.fix {
  float: right;
  margin-top: 20px;
}

.ssc-nav-pagination .wp-pagenavi {
  font-size: 17px;
  font-weight: bold;
}
.ssc-nav-pagination .wp-pagenavi .pages {
  border: 1px solid transparent;
  color: #426bb5;
  padding: 9px;
}
.wp-pagenavi span.current {
  background-color: #8fbe3e;
  border: 1px solid #8fbe3e;
  color: #fff;
  font-weight: 900 !important;
  padding: 7px;
}
.ssc-nav-pagination .wp-pagenavi .page.larger {
  border-color: #426bb5;
  color: #426bb5;
  padding: 0 6px;
}
.wp-pagenavi a.nextpostslink {
  border: 0 solid;
  padding-top: 0;
}
.ssc-nav-pagination .wp-pagenavi .page.smaller {
  border-color: #426bb5;
  padding: 0 6px;
}
.ssc-nav-pagination .wp-pagenavi .previouspostslink {
  border: 0 solid;
}
.wp-pagenavi span.current {
  border-color: #8fbe3e !important;
}
.ssc-nav-pagination .wp-pagenavi .extend {
  border-color: #426bb5;
  color: #426bb5;
  padding: 0 6px;
}
.ssc-nav-pagination .wp-pagenavi .last {
  border: 0 none;
  padding: 0 6px;
}
.ssc-nav-pagination .wp-pagenavi .first {
  border-right: 0 solid;
}
.newslatter_left .btn.btn-default.btn-lg.newsletter-btn {
  background-color: #8fbe3e;
  border: 1px solid transparent;
  border-radius: 0 10px 10px !important;
  color: #fff;
}
















/**************************Footer css**************************/
.footer_area {
  background-color: #111;
  border-top: 4px solid #d17329;
  color: #fff;
}
.footer_area .footer{padding:15px 0}
.footer_left h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}
.footer_left .form-group .form-control {
  background: #86a6cf none repeat scroll 0 0;
  border: 1px solid #5980c3;
  border-radius: 0;
  color: #fff;
  width: 100% !important;
}
.footer_left .form-group input.form-control {
  background: #86a6cf none repeat scroll 0 0;
  border: 1px solid #5980c3;
  border-radius: 0;
  color: #fff;
  width: 100% !important;
  color:#fff;
  font-weight:700;
  font-size:14px;
  min-width:230px;
  margin-right:8px
}
.form-inline .form-group {
  margin-right: 3px;
}
.footer_left .form-group input[type=email]{
  color:#fff;
}
.footer_left button.newsletter-submit {
  background-color: #fff;
	color: #0757bd;
}

/*Footer right css*/
.footer .footer_left {
  margin-top: 15px;
}
.footer_right {
  margin-top: 4px;
}
.footer_menu.fix {
  display: block;
}
.footer_menu.fix > ul {
  list-style: none;
  margin: 0 0 0 32px;
  padding: 0;
}
.footer_menu.fix > ul li {
  float: left;
}
.footer_menu.fix > ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 10px 14px;
  text-transform: uppercase;
  font-family:"Titillium Web",sans-serif
}
.footer_menu.fix > ul li a:hover {
  color: #d17329;
}
.footer_menu.fix > ul li:last-child a {
  padding: 10px 0px 10px 15px;
}
.footer_menu.fix > ul li.current-menu-item a {
  color: #d17329;
}


.footer_social.fix {
  margin-top:20px;
  display: block;
  width: 100%;
}
.footer_social.fix  ul{
  float:right;margin:0;padding:0;list-style:none
}
.footer_social.fix  ul li{
  float:left
}
.footer_social ul li {
    float: left;
    margin-right: 13px;
}
.footer_social ul li:last-child{
    margin-right: 0px;
}
.footer_social ul li a {
    background-color: #fff;
	color:#111;
    border-radius: 50%;
    display: block;
    font-size: 16px;
    height: 32px;
    padding-top: 4px;
    text-align: center;
    width: 32px;
}
.footer_social ul li a:hover{
    background-color: #d17329;transition:all 0.9s ease 0s;-moz-transition:all 0.9s ease 0s;-webkit-transition:all 0.9s ease 0s;-o-transition:all 0.9s ease 0s;color:#fff
}
.footer p.copyright {
	display: block;
  float: right;
  font-size: 11px;
  margin-bottom: 25px;
  margin-top: 30px;
}











/** CSS For Hydlolic */
h1{
  font-family: "HELVITICA",sans-serif;
color: #c88550;
}

.social_area img {
  float: right;
}
 h2.sideber_titile {
  background-color: #faeab7;
  font-size: 18px;
  font-weight: bold;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
  font-family: "HELVITICA",sans-serif;
}
.sidebar_widget > h2 {
  font-size: 19px;
  margin-bottom: 5px;
  font-family: "Titillium Web",sans-serif;
  font-weight:600
}
.sidebar_widget {
  margin-bottom: 25px;
}
.sidebar_widget .textwidget > p {
  margin-bottom: 0;
  margin-top: 0;
}
.navbar-nav > li {
  border-left: 1px solid #222;
  border-right: 1px solid #333;
  float: left;
}
.navbar-nav > li:first-child {
  border-left: 0 solid;
}
.navbar-nav > li:last-child {
  border-right: 0 solid;
}
.footer_menu.fix > ul li a {
  font-size: 14px;
  padding: 10px 12px;
  text-transform: none;
}
.carousel-caption .first_line {
  background: rgba(0, 0, 0, 0.52) none repeat scroll 0 0;
  border-radius: 0 15px;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
}

.carousel .item > img {
  width: 100% !important;
}


.midea_section {
  padding: 65px 0 30px;
  overflow: hidden;
  background-image: url('/wp-content/uploads/2016/02/grey-texture.png');
  background-color: #333;
background-repeat: repeat;
}
.midea_section > .container > .row {
  margin-bottom: 25px;
}
.midea_section .single_promo a img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.midea_section .single_promo a img:hover {
  opacity:0.7
}
.midea_section .single_promo h3 {
  color: #eee;
  font-family: "Titillium Web",sans-serif;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}
.carousel-caption p {
  font-family: "Titillium Web",sans-serif;
  text-align:left
}
.carousel-caption {
  left: 25%;
  padding-bottom: 30px;
  right: 35%;
}

.carousel-caption .fist_slide{padding-left: 203px;}
.carousel-caption .second_slider_1{padding-left: 45px;}
.carousel-caption .second_slider_2{padding-left: 85px;}

button.modal_button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 solid;
  color: #bd7a45;
  padding: 0;
}
.modal-title {
  font-size: 16px;
  text-align: center;
}
.modal-body > h2 {
  font-size: 20px;
  margin-top: 20px;
}
.modal-body > h3 {
  font-family: arial;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  color: #c88550;
}

.sideber_titile{
  display:none;
  }

.info_content h3{
  font-family: "HELVITICA" !important;
  font-size: 14px !important;
  }

.portfolio_heading h3{
  font-size: 18px !important;
  }