/* Variables for changes the color (background, text, border) */
.theme_bg_color_1{
  background-color: #fc0301 !important;
}
.theme_hover_bg_color_1{
  background-color: #fc0301 !important;
}
.theme_bg_color_2{
  background-color: #d8993b !important;
}
.theme_hover_bg_color_2{
  background-color: #d8993b !important;
}
.theme_bg_color_3{
  background-color: #222222 !important;
}
.theme_hover_bg_color_3{
  background-color: #222222 !important;
}
.theme_bg_color_4{
  background-color: #666666 !important;
}
.theme_hover_bg_color_4{
  background-color: #666666 !important;
}
.theme_bg_color_5{
  background-color: #e2d345 !important;
}
.theme_hover_bg_color_5{
  background-color: #e2d345 !important;
}
.theme_text_color_1{
  color: #fc0301 !important;
}
.theme_text_color_2{
  color: #d8993b !important;
}
.theme_text_color_3{
  color: #222222 !important;
}
.theme_text_color_4{
  color: #666666 !important;
}
.theme_text_color_5{
  color: #e2d345 !important;
}
.theme_border_color_1{
  border: 1px solid #fc0301 !important;
}
.theme_border_color_2{
  border: 1px solid #d8993b !important;
}
.theme_border_color_3{
  border: 1px solid #222222 !important;
}
.theme_border_color_4{
  border: 1px solid #666666 !important;
}
.theme_border_color_5{
  border: 1px solid #e2d345 !important;
}
.theme_border_only_color_1{
  border-color: #fc0301 !important;
}
.theme_border_only_color_2{
  border-color: #d8993b !important;
}
.theme_border_only_color_3{
  border-color: #222222 !important;
}
.theme_border_only_color_4{
  border-color: #666666 !important;
}
.theme_border_only_color_5{
  border-color: #e2d345 !important;
}

.hover_bg_color_1:hover{
  background-color: #fc0301 !important;
}
.hover_bg_color_2:hover{
  background-color: #d8993b !important;
}
.hover_bg_color_3:hover{
  background-color: #222222 !important;
}
.hover_bg_color_4:hover{
  background-color: #666666 !important;
}
.hover_bg_color_5:hover{
  background-color: #e2d345 !important;
}


/* z-index for .fw-inner */
.fw-inner,
.fw-col-inner{
  position: relative;
  z-index: 10;
}

/* Content Row Overlay */
.fw-main-row-overlay {
  position: absolute !important;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fw-container,
.fw-container-fluid{
  z-index: 10;
}

/* Content Row Overlay */
.overlay_color_1{
  background-color: #fc0301 !important;
}
.overlay_color_2{
  background-color: #d8993b !important;
}
.overlay_color_3{
  background-color: #222222 !important;
}
.overlay_color_4{
  background-color: #666666 !important;
}
.overlay_color_5{
  background-color: #e2d345 !important;
}


.site-main {
  position: relative;
  z-index: 0;
}
.fw-full .site,
.fw-side-boxed .site {
  position: relative;
}
.main-section{
  position: relative;
}






/* Typography */
/* -------------------------------------------------- */

/* Body text */
/* -------------------------*/
p,
body {
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #666666;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

/* Headings */
/* ------------------------- */
h1,
.h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #222222;
}
h2,
.h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #222222;
}
h3,
.h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #222222;
}
h4,
.h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #222222;
}
h5,
.h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #222222;
}
h6,
.h6 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #222222;
}

/*========== breadcrumb Title============*/
.page-header .inner-content h2{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #ffffff;
}
/*========== section Title============*/
.section-heading h2{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #222222;
}
/*========== feature Title============*/
.feature-section .section-wrapper .feature-area .feature-item h4{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #222222;
}
/*========== page Title============*/
.entry-header h1.entry-title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #222222;
}
/*========== sidebar widget Title============*/
.sidebar .sidebar-wrapper .widget .widget-title h4{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: ;
}
/*========== footer widget Title============*/
.footer .footer-top .widget .widget-title h4{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #ffffff;
}
/*========== blog Title============*/
.blog-section .post-item .post-content h3 a,
.blog-section .post-item .post-content h5 a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #222222;
}
.blog-section .post-item .post-content h3:hover a,
.blog-section .post-item .post-content h5:hover a{
  color: #fc0301;
}
/*========== service Title============*/
.feature-section.style-two .tabs-item .tab-body-content h3 a,
.service-section.style-one .service-item .service-content h3 a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.feature-section.style-two .tabs-item .tab-body-content h3:hover a,
.service-section.style-one .service-item .service-content h3:hover a{
  color: #fc0301;
}
/*========== project Title============*/
.project-section.style-seven .project-item .project-thumb .project-content h5 a,
.project-section.style-eight .project-item .project-thumb .project-content h5 a,
.project-section.style-five .project-item .project-title-content h6 a,
.project-section .project-item .project-content h6 a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #222222;
}
.project-section.style-seven .project-item .project-thumb .project-content h5:hover a,
.project-section.style-eight .project-item .project-thumb .project-content h5:hover a,
.project-section.style-five .project-item:hover .project-title-content h6 a,
.project-section .project-item .project-content h6:hover a{
  color: #ffffff;
}

/*==========Form and label============*/
input[type="text"],
input[type="button"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea{
   color: #666666 !important; 
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.4;
  -webkit-appearance: none;
  -moz-appearance: none;
}::-webkit-input-placeholder {
  color: #666666; }

::-moz-placeholder {
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  color: #666666; }

label{
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  color: ;
  text-transform: uppercase;
}

/*Responsive*/
/*Screen 568px*/
@media(max-width:767px){
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6{
    letter-spacing: 0 !important;
  }
}/* Theme color */
/* -------------------------------------------------- */
::-webkit-scrollbar-thumb,
::selection{
  background: #fc0301 !important;
}
.clr-1,
.service-section.style-one .service-item .service-thumb .service-thumb-inner,
.project-section.style-one .button-group li.is-checked:after,
.search-hidden .search-input .search-input-icon,
.arrow_top,
.testimonial-section .testimonial-wrapper.style-one .control-right .control:hover,
.feature-section.style-three .left .swiper-control .control:hover,
.team-section .team-banner .team-thumb .team-btn .custom-btn:hover, .team-section.style-one .team-banner .team-thumb .team-btn .custom-btn:active, .team-section.style-one .team-banner .team-thumb .team-btn .custom-btn:focus,
.team-section.style-one .team-wrapper .team-item:hover .team-content,
.project-section.style-five .project-item:hover .project-title-content,
.sidebar .sidebar-wrapper .widget.service .widget-content ul li a.active,
.panel-wrapper #accordion_four .custom_panel .custom_panel_heading .panel_custom_title a span.icon,
.service-section.style-three .content .service-quote,
.team-section.style-two .team-item:hover .team-content,
span.page-numbers.current,
a.page-numbers:hover,
ul.page-numbers li a:hover, .pagination li a:hover,
.ajax_loadmore,
.comment-box input.submit,
.panel-wrapper #accordion_two .custom_panel .custom_panel_heading .panel_custom_title a,
.panel-wrapper #accordion_three .custom_panel .custom_panel_heading .panel_custom_title a span.icon,
.panel-wrapper #accordion_five .custom_panel .custom_panel_heading .panel_custom_title a,
.panel-wrapper #accordion_five .custom_panel .custom_panel_heading .panel_custom_title a span.icon,
.panel-wrapper #accordion_eight .custom_panel .custom_panel_heading .panel_custom_title a,
.panel-wrapper #accordion_nine .custom_panel .custom_panel_heading .panel_custom_title a,
.panel-wrapper #accordion_five .custom_panel .custom_panel_heading .panel_custom_title a.collapsed span.icon,
.testimonial-section .testimonial-wrapper.style-two .swiper-container-testimonial-two .control,
.shortcode_section.testimonial-section .testimonial-wrapper.style-three span.control.prev:hover,.shortcode_section.testimonial-section .testimonial-wrapper.style-three span.control.next:hover,
.tabs-wrapper.style-two .nav-button li.active a,
.progress-wrapper.style-one .progress-area .progress .progress-bg,
.pricing-section.style-one .pricing-item:hover .offer,
.pricing-section.style-one .pricing-item:hover .custom-btn,
.pricing-section.style-two .pricing-item h2.price-title:after,
.pricing-section.style-two .pricing-item:hover .price-btn .custom-btn,
.panel-wrapper #faq_one .custom_panel .custom_panel_heading .panel_custom_title a .faq span.ans,
.panel-wrapper #faq_one .custom_panel .custom_panel_heading .panel_custom_title a .faq span.ans:after,
.woocommerce .widget_price_filter .price_slider_amount .button,
.cart-section .product-table .product_cart .product_cart_table tr th,
.shipping-cart .shipping .update .custom-btn:hover, .shipping-cart .shipping .update .custom-btn:active, .shipping-cart .shipping .update .custom-btn:focus,
.primary-menu.style-two .navbar-menu-area .search_btn .custom-btn:hover, .primary-menu.style-two .navbar-menu-area .search_btn .custom-btn:active, .primary-menu.style-two .navbar-menu-area .search_btn .custom-btn:focus{
  background-color: #fc0301;
}


.form-wrap .cross-btn,
a.post-edit-link,
.sidebar.white-sidebar .tagcloud a:hover, .tagcloud a:hover,
.woocommerce div.product form.cart .button,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #review_form #respond .form-submit input,
input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
.testimonial-section.style-three .testimonial-content .content-icon i,
.career-section .col-md-6.text-center{
  background: #fc0301;
}


a:hover, a:focus, a:active,
.project-section.style-one .button-group li.is-checked,
.rating i,
.footer .footer-top .widget .widget-content.service li:hover a,
.widget ul.footer-menu li ul.sub-menu li a:hover, .footer .footer-top .widget ul.footer-menu>li>a:hover,
.footer .footer-top .widget .widget-content li i,
.page-header .inner-content .breadcrumb li.item-current,
.project-section .button-group li.is-checked,
.sidebar .sidebar-wrapper .widget.contact .widget-content ul li i,
.service-section.style-three .content .service-includ .includ-title ul li,
.service-section.style-three .content .service-includ .includ-title ul li a,
.panel-wrapper #accordion_four .custom_panel .custom_panel_heading .panel_custom_title a,
.sidebar.style-three .widget.popular .widget-content ul li .post-content a:hover,
.sidebar.style-three .widget.category .widget-content ul li:hover a,
.sidebar.white-sidebar .widget.category .widget-content ul li:hover a,
.tag-icon .tag li i,
.tag-icon .tag a:hover,
ul.social_link li:hover a,
.error-section .error-content h2,
.error-section .error-content a,
.panel-wrapper #accordion_three .custom_panel .custom_panel_heading .panel_custom_title a,
header .header-top .left i,
.tabs-wrapper .nav-button li.active a,
.tabs-wrapper.style-five .nav-button li.active a,
.tabs-wrapper.style-six .nav-button li.active a,
.progress-wrapper.style-one .progress-area .progress-content li:last-child,
.pricing-section.style-one .pricing-item:hover h2,
.pricing-section .pricing-item .offer-list li i.fa-check,
.pricing-section.style-two .pricing-item .offer h2,
.panel-wrapper #faq_one .custom_panel .custom_panel_heading .panel_custom_title a .faq span.ques,
.shop-section .shop-item .shop-thumb .shop-icons a i,
.shop-section .shop-item .shop-content span.price>span.woocommerce-Price-amount, .shop-section .shop-item .shop-content span.price ins, .shop-section .shop-item .shop-content .shop-price>span,
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating,
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce .star-rating,
.news-wrapper.style-two.news-wrapper .news-body .news-item .news-content h6:hover,
.news-wrapper .news-item .news-content h6:hover,
.sidebar .sidebar-wrapper .widget.download .widget-content ul li a:hover,
header .header-top .right ul.contact li p span a,
header .header-top .left p span{
    color: #fc0301;
}


.primary-menu .navbar-menu-area .navbar-menu li ul.dropdown-nav,
.choose-section .choose-wrapper .choose-item .choose-thumb,
.choose-section .choose-wrapper .choose-item .choose-thumb:after,
.widget.search input[type="search"]:focus,
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus,
.call-wrapper.style-six .call-item,
.tabs-wrapper.style-four .nav-button li.active,
.pricing-section.style-one .pricing-item:hover .custom-btn,
.pricing-section.style-two .pricing-item:hover .price-btn .custom-btn,
.panel-wrapper #faq_one .custom_panel .custom_panel_heading .panel_custom_title a .faq span.ques,
.qty input[type="number"]:hover,
.shipping-cart .shipping input[type="text"]:focus, .shipping-cart .shipping input[type="text"]:hover,
.contact-section.style-two .contact-details .contact-form input[type="text"]:hover, .contact-section.style-two .contact-details .contact-form input[type="tel"]:hover, .contact-section.style-two .contact-details .contact-form input[type="text"]:focus, .contact-section.style-two .contact-details .contact-form input[type="tel"]:focus, .contact-section.style-two .contact-details .contact-form input[type="text"]:active, .contact-section.style-two .contact-details .contact-form input[type="tel"]:active, .contact-section.style-two .contact-details .contact-form input[type="email"]:hover, .contact-section.style-two .contact-details .contact-form input[type="email"]:focus, .contact-section.style-two .contact-details .contact-form input[type="email"]:active,
.contact-section.style-two .contact-details .contact-form textarea:hover, .contact-section.style-two .contact-details .contact-form textarea:focus, .contact-section.style-two .contact-details .contact-form textarea:active,
.testimonial-section.style-three .testimonial-author-thumb ul > li.open,
.primary-menu.style-two .navbar-menu-area .search_btn .custom-btn:hover, .primary-menu.style-two .navbar-menu-area .search_btn .custom-btn:active, .primary-menu.style-two .navbar-menu-area .search_btn .custom-btn:focus,
.sidebar .sidebar-wrapper .widget.download .widget-content ul li a:hover{
  border-color: #fc0301;
}
.panel-wrapper #faq_one .custom_panel .custom_panel_heading .panel_custom_title a .faq span.ques:after{
  border-top:2px solid #fc0301;
  border-right:2px solid #fc0301;
}

.shop-section .shop-item .shop-thumb:after,
.team-section.style-three .team-wrapper .team-item .team-thumb:after{
  background-color: rgba(252,3,1,0.6);
}
.shlt{
  background-color: rgba(252,3,1,0.4);
}
.blog-section .post-item .post-content .meta-post li.admin a,
.news-wrapper .title .right a:hover,
.footer .footer-bottom.section-padding p a:first-child:hover,
ul.social_link li a i:hover,
.primary-menu .mobile-menu-area .mobile-menu li.current-menu-ancestor > a, .primary-menu .navbar-menu-area .navbar-menu li.current-menu-ancestor > a, .primary-menu .navbar-menu-area .navbar-menu li.active > a{
  color: #fc0301 !important;
}/* Buttons Layout */
/* -------------------------------------------------- */
.sh-btn {
  font-family: 'Roboto' ;
  font-weight: 400 ;
  font-style: normal ;
  font-size: 16px ;
  line-height: 1.4 ;
  letter-spacing: 0px ;
  color: #ffffff ;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width:100%;
}
/* Button side by side */
.sh-btn.fw-btn-side-by-side {
  margin-right: 10px;
}
.sh-btn.fw-btn-side-by-side:last-child {
  margin-right: 0;
}

/* Buttons Style 1 */
.sh-btn.clr-1 {
  background-color: #e2d345 ;
  border-color: transparent ;
  border-width: 2px ;
  color: #ffffff ;
  border-radius: 0px ;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sh-btn.clr-1:focus {
  background-color: #e2d345 ;
  border-color: transparent ;
  color:  ;
}
.sh-btn.clr-1:hover {
  background-color: #e2d345 ;
  color: #ffffff ;
}
.sh-btn.clr-1:active {
  box-shadow: none;
}

/* Buttons Style 2 */
.sh-btn.clr-border-1 {
  background-color: transparent;
  border-color: #e2d345 ;
  border-width: 2px ;
  color: #ffffff ;
  border-radius: 0px ;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}header .header-top{
  background: ;
}
.primary-menu{
  background: ;
}
header .header-top span,
header .header-top .left i,
header .header-top p{
  color:  !important;
}
.primary-menu .navbar-menu-area .navbar-menu>li>a{
	margin-left: 20px;
}

.primary-menu .navbar-menu-area .navbar-menu li a{
	font-family: 'Roboto';
  	font-size: 15px;
  	font-weight: 400;
  	font-style: normal;
  	line-height: 1.4;
  	letter-spacing: 0px;
  	color: #222222;
}
.primary-menu .navbar-menu-area .navbar-menu li.active > a,
.primary-menu .navbar-menu-area .navbar-menu li:hover > a{
	color: #fc0301 !important;
}
/*================== Text Logo ==============*/
.logo a h4{
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: ;
  color: ;
  letter-spacing: ;
  line-height: ;
}
.logo a span {
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: ;
  color: ;
  letter-spacing: ;
  line-height: ;
}
/*============ Set transparent menu ============*/
.primary-menu.style-two {
  background-color: rgba(0,0,0,0);
}
.primary-menu.style-three{
  background: ;
}
/*============ breadcrumb ================*/
.page-header.color{
  background-color: ;
  background-image:none;
}
.page-header.image{
  background-image: url();
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}
.page-header:after {
  background-color: rgba(34,34,34,0.3);
}
.page-header{
  text-align: center ;
}
/*============ blog btn ================*/
.blog-section .post-item .post-content .blog-btn .custom-btn{
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 1.4;
}
.blog-section .post-item .post-content .blog-btn .custom-btn:hover{
  color: #ffffff;
}
.blog-section .post-item .post-content .blog-btn .custom-btn.clr-1{
  border-radius: 3px ;
  background-color: #222222;
  box-shadow: inset     ;
}
.blog-section .post-item .post-content .blog-btn .custom-btn.clr-1:hover{
  background-color: #fc0301;
}
.blog-section .post-item .post-content .blog-btn .custom-btn.clr-border-1{
  border-width: ;
  border-style: ;
  border-radius: ;
  border-color: ;
}
.blog-section .post-item .post-content .blog-btn .custom-btn.clr-border-1:hover{
  background-color: ;
  border-color: ;
}
/* Grid system */
/* -------------------------------------------------- */
/* this position is important for 1/5 column because make conflicts on responsive */
@media (min-width: 768px) {
  .fw-col-sm-1-5 {
    width: 20%;
  }
}
.fw-col-xs-1, .fw-col-sm-1, .fw-col-md-1, .fw-col-lg-1, .fw-col-xs-2, .fw-col-sm-2, .fw-col-md-2, .fw-col-lg-2, .fw-col-xs-3, .fw-col-sm-3, .fw-col-md-3, .fw-col-lg-3, .fw-col-xs-4, .fw-col-sm-4, .fw-col-md-4, .fw-col-lg-4, .fw-col-xs-5, .fw-col-sm-5, .fw-col-md-5, .fw-col-lg-5, .fw-col-xs-6, .fw-col-sm-6, .fw-col-md-6, .fw-col-lg-6, .fw-col-xs-7, .fw-col-sm-7, .fw-col-md-7, .fw-col-lg-7, .fw-col-xs-8, .fw-col-sm-8, .fw-col-md-8, .fw-col-lg-8, .fw-col-xs-9, .fw-col-sm-9, .fw-col-md-9, .fw-col-lg-9, .fw-col-xs-10, .fw-col-sm-10, .fw-col-md-10, .fw-col-lg-10, .fw-col-xs-11, .fw-col-sm-11, .fw-col-md-11, .fw-col-lg-11, .fw-col-xs-12, .fw-col-sm-12, .fw-col-md-12, .fw-col-lg-12,
.fw-col-md-1-5,
.fw-col-sm-1-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 990px){
.fw-col-sm-6 {
    width: 100% !important;
}

}

@media (min-width: 768px) {
  .fw-col-sm-1, .fw-col-sm-2, .fw-col-sm-3, .fw-col-sm-4, .fw-col-sm-5, .fw-col-sm-6, .fw-col-sm-7, .fw-col-sm-8, .fw-col-sm-9, .fw-col-sm-10, .fw-col-sm-11, .fw-col-sm-12,
  .fw-col-md-1-5,
  .fw-col-sm-1-5 {
    float: left;
  }
  .fw-col-sm-12 {
    width: 100%;
  }
  .fw-col-sm-11 {
    width: 91.66666667%;
  }
  .fw-col-sm-10 {
    width: 83.33333333%;
  }
  .fw-col-sm-9 {
    width: 75%;
  }
  .fw-col-sm-8 {
    width: 66.66666667%;
  }
  .fw-col-sm-7 {
    width: 58.33333333%;
  }
  .fw-col-sm-6 {
    width: 50%;
  }
  .fw-col-sm-5 {
    width: 41.66666667%;
  }
  .fw-col-sm-4 {
    width: 33.33333333%;
  }
  .fw-col-sm-3 {
    width: 25%;
  }
  .fw-col-sm-2 {
    width: 16.66666667%;
  }
  .fw-col-sm-1 {
    width: 8.33333333%;
  }
  .fw-col-sm-pull-12 {
    right: 100%;
  }
  .fw-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .fw-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .fw-col-sm-pull-9 {
    right: 75%;
  }
  .fw-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .fw-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .fw-col-sm-pull-6 {
    right: 50%;
  }
  .fw-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .fw-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .fw-col-sm-pull-3 {
    right: 25%;
  }
  .fw-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .fw-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .fw-col-sm-pull-0 {
    right: auto;
  }
  .fw-col-sm-push-12 {
    left: 100%;
  }
  .fw-col-sm-push-11 {
    left: 91.66666667%;
  }
  .fw-col-sm-push-10 {
    left: 83.33333333%;
  }
  .fw-col-sm-push-9 {
    left: 75%;
  }
  .fw-col-sm-push-8 {
    left: 66.66666667%;
  }
  .fw-col-sm-push-7 {
    left: 58.33333333%;
  }
  .fw-col-sm-push-6 {
    left: 50%;
  }
  .fw-col-sm-push-5 {
    left: 41.66666667%;
  }
  .fw-col-sm-push-4 {
    left: 33.33333333%;
  }
  .fw-col-sm-push-3 {
    left: 25%;
  }
  .fw-col-sm-push-2 {
    left: 16.66666667%;
  }
  .fw-col-sm-push-1 {
    left: 8.33333333%;
  }
  .fw-col-sm-push-0 {
    left: auto;
  }
  .fw-col-sm-offset-12 {
    margin-left: 100%;
  }
  .fw-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .fw-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .fw-col-sm-offset-9 {
    margin-left: 75%;
  }
  .fw-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .fw-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .fw-col-sm-offset-6 {
    margin-left: 50%;
  }
  .fw-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .fw-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .fw-col-sm-offset-3 {
    margin-left: 25%;
  }
  .fw-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .fw-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .fw-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .fw-col-md-1, .fw-col-md-2, .fw-col-md-3, .fw-col-md-4, .fw-col-md-5, .fw-col-md-6, .fw-col-md-7, .fw-col-md-8, .fw-col-md-9, .fw-col-md-10, .fw-col-md-11, .fw-col-md-12,
  .fw-col-md-1-5,
  .fw-col-sm-1-5 {
    float: left;
  }
  .fw-col-md-12 {
    width: 100%;
  }
  .fw-col-md-11 {
    width: 91.66666667%;
  }
  .fw-col-md-10 {
    width: 83.33333333%;
  }
  .fw-col-md-9 {
    width: 75%;
  }
  .fw-col-md-8 {
    width: 66.66666667%;
  }
  .fw-col-md-7 {
    width: 58.33333333%;
  }
  .fw-col-md-6 {
    width: 50%;
  }
  .fw-col-md-5 {
    width: 41.66666667%;
  }
  .fw-col-md-4 {
    width: 33.33333333%;
  }
  .fw-col-md-3 {
    width: 25%;
  }
  .fw-col-md-2 {
    width: 16.66666667%;
  }
  .fw-col-md-1 {
    width: 8.33333333%;
  }
  .fw-col-md-pull-12 {
    right: 100%;
  }
  .fw-col-md-pull-11 {
    right: 91.66666667%;
  }
  .fw-col-md-pull-10 {
    right: 83.33333333%;
  }
  .fw-col-md-pull-9 {
    right: 75%;
  }
  .fw-col-md-pull-8 {
    right: 66.66666667%;
  }
  .fw-col-md-pull-7 {
    right: 58.33333333%;
  }
  .fw-col-md-pull-6 {
    right: 50%;
  }
  .fw-col-md-pull-5 {
    right: 41.66666667%;
  }
  .fw-col-md-pull-4 {
    right: 33.33333333%;
  }
  .fw-col-md-pull-3 {
    right: 25%;
  }
  .fw-col-md-pull-2 {
    right: 16.66666667%;
  }
  .fw-col-md-pull-1 {
    right: 8.33333333%;
  }
  .fw-col-md-pull-0 {
    right: auto;
  }
  .fw-col-md-push-12 {
    left: 100%;
  }
  .fw-col-md-push-11 {
    left: 91.66666667%;
  }
  .fw-col-md-push-10 {
    left: 83.33333333%;
  }
  .fw-col-md-push-9 {
    left: 75%;
  }
  .fw-col-md-push-8 {
    left: 66.66666667%;
  }
  .fw-col-md-push-7 {
    left: 58.33333333%;
  }
  .fw-col-md-push-6 {
    left: 50%;
  }
  .fw-col-md-push-5 {
    left: 41.66666667%;
  }
  .fw-col-md-push-4 {
    left: 33.33333333%;
  }
  .fw-col-md-push-3 {
    left: 25%;
  }
  .fw-col-md-push-2 {
    left: 16.66666667%;
  }
  .fw-col-md-push-1 {
    left: 8.33333333%;
  }
  .fw-col-md-push-0 {
    left: auto;
  }
  .fw-col-md-offset-12 {
    margin-left: 100%;
  }
  .fw-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .fw-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .fw-col-md-offset-9 {
    margin-left: 75%;
  }
  .fw-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .fw-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .fw-col-md-offset-6 {
    margin-left: 50%;
  }
  .fw-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .fw-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .fw-col-md-offset-3 {
    margin-left: 25%;
  }
  .fw-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .fw-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .fw-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .fw-col-lg-1, .fw-col-lg-2, .fw-col-lg-3, .fw-col-lg-4, .fw-col-lg-5, .fw-col-lg-6, .fw-col-lg-7, .fw-col-lg-8, .fw-col-lg-9, .fw-col-lg-10, .fw-col-lg-11, .fw-col-lg-12,
  .fw-col-md-1-5,
  .fw-col-sm-1-5 {
    float: left;
  }
  .fw-col-lg-12 {
    width: 100%;
  }
  .fw-col-lg-11 {
    width: 91.66666667%;
  }
  .fw-col-lg-10 {
    width: 83.33333333%;
  }
  .fw-col-lg-9 {
    width: 75%;
  }
  .fw-col-lg-8 {
    width: 66.66666667%;
  }
  .fw-col-lg-7 {
    width: 58.33333333%;
  }
  .fw-col-lg-6 {
    width: 50%;
  }
  .fw-col-lg-5 {
    width: 41.66666667%;
  }
  .fw-col-lg-4 {
    width: 33.33333333%;
  }
  .fw-col-lg-3 {
    width: 25%;
  }
  .fw-col-lg-2 {
    width: 16.66666667%;
  }
  .fw-col-lg-1 {
    width: 8.33333333%;
  }
  .fw-col-lg-pull-12 {
    right: 100%;
  }
  .fw-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .fw-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .fw-col-lg-pull-9 {
    right: 75%;
  }
  .fw-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .fw-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .fw-col-lg-pull-6 {
    right: 50%;
  }
  .fw-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .fw-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .fw-col-lg-pull-3 {
    right: 25%;
  }
  .fw-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .fw-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .fw-col-lg-pull-0 {
    right: auto;
  }
  .fw-col-lg-push-12 {
    left: 100%;
  }
  .fw-col-lg-push-11 {
    left: 91.66666667%;
  }
  .fw-col-lg-push-10 {
    left: 83.33333333%;
  }
  .fw-col-lg-push-9 {
    left: 75%;
  }
  .fw-col-lg-push-8 {
    left: 66.66666667%;
  }
  .fw-col-lg-push-7 {
    left: 58.33333333%;
  }
  .fw-col-lg-push-6 {
    left: 50%;
  }
  .fw-col-lg-push-5 {
    left: 41.66666667%;
  }
  .fw-col-lg-push-4 {
    left: 33.33333333%;
  }
  .fw-col-lg-push-3 {
    left: 25%;
  }
  .fw-col-lg-push-2 {
    left: 16.66666667%;
  }
  .fw-col-lg-push-1 {
    left: 8.33333333%;
  }
  .fw-col-lg-push-0 {
    left: auto;
  }
  .fw-col-lg-offset-12 {
    margin-left: 100%;
  }
  .fw-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .fw-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .fw-col-lg-offset-9 {
    margin-left: 75%;
  }
  .fw-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .fw-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .fw-col-lg-offset-6 {
    margin-left: 50%;
  }
  .fw-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .fw-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .fw-col-lg-offset-3 {
    margin-left: 25%;
  }
  .fw-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .fw-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .fw-col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .fw-col-md-1-5 {
    width: 20%;
  }
}
/* Grid system End *//*============ footer top bg ================*/
.footer .footer-top.color{
  background-color: #222222;
  background-image:none;
}
.footer .footer-top.image{
  position: relative;
  background-image: url();
  background-repeat: ;
  background-position-x: ;
  background-position-y: ;
  background-size: ;
  z-index:1;
}
.footer .footer-top.image:after {
  position:absolute;
  content:'';
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:-1;
  background-color: rgba(0,0,0,0);
}



.footer-bottom{
	background: ;
}
.footer .footer-bottom.section-padding p,
.footer .footer-bottom.section-padding p a {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  font-family: 'Roboto';
  line-height: 1.4;
  letter-spacing: 0px;
  color: ;
}
.custom-contact{
  z-index:99;
}
@media(max-width:767px){
h1, .h1,.entry-header h1.entry-title{font-size: 29px !important; line-height: 1 !important;}
h2, .h2,.section-heading h2,.page-header .inner-content h2{font-size: 27px !important; line-height: 1 !important;}
h3, .h3{font-size: 22px !important; line-height: 1 !important;}
h4, .h4,.feature-section .section-wrapper .feature-area .feature-item h4{font-size: 22px !important; line-height: 1 !important;}
h5, .h5{font-size: 18px !important; line-height: 1 !important;}
}