
/*============================
        1. Base CSS 
==============================*/
* {
    margin: 0;
    padding: 0;
}

.fix {
    overflow: hidden;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

img {
    -webkit-max-width: 100%;
    -moz-max-width: 100%;
    -o-max-width: 100%;
    max-width: 100%;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

html,
body {
    height: 100%;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
}

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

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}
/*============================
        2. scrollUP
==============================*/

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: #A91C22;
    color: #fff;
}
/*============================
 3. coustom-owl-carousel-css
==============================*/

.owl-carousel.clients_active .owl-item img,
.owl-carousel.customar_reviews_act .owl-item img,
.owl-carousel.our_blog_actve .owl-item img {
    display: block;
    width: inherit;
}

.team_slider_active .owl-dot,
.customar_reviews_act .owl-dot,
.our_blog_actve .owl-dot {
    width: 30px;
    height: 9px;
    background: #e1e1e1;
    margin: 0px 5px;
    display: inline-block;
}

.team_slider_active .owl-dots,
.customar_reviews_act .owl-dots,
.our_blog_actve .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -7.5%;
    margin-left: -20px;
}

.team_slider_active .owl-dot.active,
.customar_reviews_act .owl-dot.active,
.our_blog_actve .owl-dot.active {
    background-color: #A91C22;
}


/*============================
        4. header_area
==============================*/

.header_area {
    background-image: url(../img/bg-topo.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
}

.slider_active {
    padding: 110px 0px;
}

.header {
    padding: 35px 0px;
}

.h_logo h2 a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.h_r_i ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.h_r_i ul li {
    display: inline-block;
}

.h_r_i ul li a {
    display: inline-block;
    color: #111;
}

.h_r_i ul li a i {
    margin-right: 10px;
}

.h_r_i ul li.sin_up {
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border: 1px solid rgba(47, 53, 59, 0.4);
    -moz-border: 1px solid rgba(47, 53, 59, 0.4);
    -o-border: 1px solid rgba(47, 53, 59, 0.4);
    border: 1px solid rgba(47, 53, 59, 0.4);
}

.h_r_i ul li.sin_up:hover a {
    background-color: #111;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    color: #fff;
}

.h_r_i ul li.sin_up a {
    display: inline-block;
    padding: 5px 20px;
}

.h_r_i ul li.search {
    margin-right: 30px;
}

.h_social_i ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.h_social_i ul li {
    display: inline-block;
}

.h_social_i ul li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 0px 10px;
}

.logo_drone {
    text-align: center;
	margin-bottom:50px;
}

.slider_text {
    text-align: center;
}

.slider_text h2{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.slider_text h3 {
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 20px;
}

.slider_text a.slider_link_programacao {
    display: inline-block;
    padding: 10px 20px;
	-webkit-border: 1px solid #FFFFFF;
    -moz-border: 1px solid #FFFFFF;
    -o-border: 1px solid #FFFFFF;
    border: 1px solid #FFFFFF;
	background-color: #292803;
    
    color: #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.slider_text a.slider_link_programacao:hover {
    color: #fff;
	
}

.slider_text a.slider_link_inscricao {
    display: inline-block;
    padding: 10px 20px;
	-webkit-border: 1px solid #FFFFFF;
    -moz-border: 1px solid #FFFFFF;
    -o-border: 1px solid #FFFFFF;
    border: 1px solid #FFFFFF;
	background-color: #488321;
    
    color: #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.slider_text a.slider_link_inscricao:hover {
   background-color: #5BB115;
    color: #fff;

}
/*============================
      5. service_we_do_area
==============================*/

.service_we_do_area {
    background-color: #f7f7f7;
}

.serice_we_do {
    padding: 80px 0px;
}

.service_heading {
    position: relative;
}

.service_heading h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3f444a;
    margin-left: 0px;
}

.service {
    padding-top: 40px;
}

.service_items {
    cursor: pointer;
}

.service_item_text {
    width: 265px;
}

.service_items .s_img {
    height: 70px;
    width: 70px;
    -weblit-border: 1px solid #eeeeee;
    -moz-border: 1px solid #eeeeee;
    -o-border: 1px solid #eeeeee;
    border: 1px solid #eeeeee;
    margin-right: 25px;
    line-height: 65px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.service_items .s_img p {
    font-size: 40px;
    color: #A91C22;
    text-align: center;
}

.service_items .service_item_text h2 {
    color: #3f444a;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase;
}

.service_items .service_item_text p {
    color: #5c6873;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 300;
}

.service_items:hover .s_img {
    background-color: #A91C22;
    color: #fff;
}

.service_items:hover .s_img p {
    color: #fff;
}

.other_service_items {
    padding-top: 30px;
}


/*============================
    6. main_features_area
==============================*/

.main_features_area {
    position: relative;
}

.main_feature {
    padding: 80px 0px;
}

.main_feature_heading h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3f444a;
}

.main_feature_heading h2 perc {
    font-size: 50px;
	margin-left:5px;
	margin-right:5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #AC1B1E;
}

.pricing_table_area h2 parcela {
    font-size: 32px;
	margin-left:0px;
	margin-right:0px;
    text-transform: uppercase;
    font-weight: 700;
    color: #AC1B1E;
}



.o_border {
    background-color: #A91C22;
    height: 3px;
    left: 50%;
     margin-left: -30px;;
    position: absolute;
    top: 50px;
    width: 60px;
}

.o_border_b {
    background-color: #A91C22;
    height: 3px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: 65px;
    width: 60px;
}

.main_feature_heading p,
.service_heading p,
.our_team_h p,
.price_t_h p,
.blog_t_h p {
    color: #5c6873;
    font-size: 17px;
    margin-top: 5px;
    font-weight: 300;
}

.feature_items {
    padding-top: 40px;
}

.main_feat_items {
    margin-left: -63px;
    position: relative;
    min-height: 350px;
    overflow: hidden;
}

.main_feat_items:before {
    -webkit-background-color: rgba(0, 0, 0, 0.1);
    -moz-background-color: rgba(0, 0, 0, 0.1);
    -o-background-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    left: 53%;
    height: 100%;
    position: absolute;
    top: -1px;
    width: 1px;
}

.single_feat_items {
    margin-left: 75px;
    position: relative;
}

.single_feat_items:before {
    -webkit-background-color: rgba(0, 0, 0, 0.1);
    -moz-background-color: rgba(0, 0, 0, 0.1);
    -o-background-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
    bottom: -1px;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
}

.main_feat_items div.single_feat_items.ab {
    width: 520px;
    padding: 40px;
    float: left;
    -webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -o-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.main_feat_items div.single_feat_items.bc {
    width: 520px;
    padding: 40px;
    float: left;
    -webkit-border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    -moz-border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    -o-border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}




.single_feat_items:nth-child(odd) span.feat_icone {
    float: right;
}

.single_feat_items:nth-child(even) span.feat_icone {
    float: left;
}

.single_feat_items:nth-child(odd) div.sing_feat_it_text {
    text-align: right;
    float: left;
}

.single_feat_items:nth-child(even) div.sing_feat_it_text {
    float: right;
    text-align: left;
}

.sing_feat_it_text {
    width: 314px;
}

.sing_feat_it_text h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3f444a;
    margin: 15px 0px;
}

.sing_feat_it_text p {
    color: #5c6873;
    font-size: 17px;
    font-weight: 300;
}

.single_feat_items span.feat_icone i {
    -webkit-border-radius: 33.5px;
    -moz-border-radius: 33.5px;
    -o-border-radius: 33.5px;
    border-radius: 33.5px;
    height: 67px;
    padding: 20px;
    text-align: center;
    width: 67px;
    -webkit-border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-border: 1px solid rgba(0, 0, 0, 0.1);
    -o-border: 1px solid rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 25px;
    line-height: 26px;
    color: #A91C22;
}


/*============================
    7. meet_our_team_area
==============================*/

.meet_our_team_area {
    background-color: #f7f7f7;
}

.meet_our_team {
    padding-top: 80px;
    padding-bottom: 115px;
}

.our_team_h {
    position: relative;
}

.our_team_h h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3f444a;
}

.team_slider_active {
    margin-left: -20px;
    margin-top: 40px;
}

.single_team_m {
    width: 338px;
    margin-left: 40px;
}

.team_img {
    width: 100%;
    position: relative;
}
.team_overly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.team_overly:before {
    position: absolute;
    top: -100%;
    left: 0px;
    background-color: #111;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    -o-opacity: .6;
    opacity: .6;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.team_img:hover .team_overly:before {
    top: 0;
}

.overly_icon {
    position: absolute;
    top: -100%;
    left: 33%;
    margin-top: -25px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.overly_icon a {
    -webkit-background-color: rgba(0, 0, 0, 0.4);
    -moz-background-color: rgba(0, 0, 0, 0.4);
    -o-background-color: rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 40px;
    margin-left: 10px;
    line-height: 42px;
    color: #fff;
}

.overly_icon a:hover {
    background-color: #111;
}

.team_img:hover .overly_icon {
    top: 50%;
}

.team_m_dat {
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    padding: 40px;
}

.team_na {
    display: inline-block;
}

.team_na h3 {
    color: #3f444a;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.team_na span.team_p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
    color: #7a838e;
}

.team_m_dat p {
    color: #7a838e;
    font-size: 16px;
    margin-top: 15px;
    text-align: justify;
}

.team_m_dat ul.team_m_social {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.team_m_dat ul.team_m_social li {
    display: inline-block;
}

.team_m_dat ul.team_m_social li a {
    display: inline-block;
    font-size: 16px;
    padding: 5px;
    color: #a3aeb9;
}

.team_m_dat ul.team_m_social li a:hover {
    color: #A91C22;
}


/*============================
    9. customar_review_area
==============================*/

.customar_review_area {}

.customar_review {
    padding-top: 80px;
    padding-bottom: 115px;
}

.coust_t_h {
    position: relative;
}

.coust_t_h h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3f444a;
}

.coust_t_h p {
    color: #5c6873;
    font-size: 17px;
    font-weight: 300;
    margin-top: 35px;
}

.customar_reviews_act {
    margin-left: -20px;
    margin-top: 40px;
}

.single_customer_r {
    width: 340px;
    min-height: 300px;
    float: left;
    margin-left: 40px;
}

.cous_re_text {
    position: relative;
    width: 100%;
    padding: 30px;
    background-color: #f4f5f7;
}

.cous_re_text:before {
    -webkit-border: medium solid transparent;
    -moz-border: medium solid transparent;
    -o-border: medium solid transparent;
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 60px;
    position: absolute;
    top: 100%;
    width: 0;
    -webkit-border-width: 15px;
    -moz-border-width: 15px;
    -o-border-width: 15px;
    border-width: 15px;
    -webkit-border-color: #f4f5f7 rgba(244, 245, 247, 0) rgba(244, 245, 247, 0);
    -moz-border-color: #f4f5f7 rgba(244, 245, 247, 0) rgba(244, 245, 247, 0);
    -o-border-color: #f4f5f7 rgba(244, 245, 247, 0) rgba(244, 245, 247, 0);
    border-color: #f4f5f7 rgba(244, 245, 247, 0) rgba(244, 245, 247, 0);
}

.cous_re_text p {
    color: #5c6873;
    font-size: 17px;
    font-weight: 300;
    text-align: justify;
}

.cust_re_b img {
    border-radius: 50%;
    float: left;
    margin: 0 10px 0 0;
    width: 70px;
    height: 70px;
}

.cust_re_b {
    padding-top: 25px;
    padding-left: 35px;
}

.cust_de {
    margin-top: 18px;
}

.cust_de h3 {
    font-size: 16px;
    color: #5c6873;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}

.cust_de h4 {
    font-size: 15px;
    color: #A91C22;
    text-transform: uppercase;
    font-weight: 700;
}


/*============================
    8. pricing_table_area
==============================*/

.pricing_table_area {
    background-color: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 87px;
}

.price_t_h {
    position: relative;
}

.price_t_h h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3f444a;
}

.main_price_items {
    padding-top: 25px;
}

.pricing_itmes {
    width: 100%;
    text-align: center;
	padding-left:0px;
	padding-right:0px;
}

.h_pricing_t {
    min-height: 555px;
    margin-top: -35px;
}

.h_pricing_t h3.pr_sticker {
    margin-top: 85px !important;
}

.pricing_itmes h3.pr_sticker {
    margin-top: 50px;
    display: inline-block;
    background-color: #A91C22;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 5px;
}

.pricing_itmes h2 {
	margin-bottom:10px;
	margin-top:20px;
	font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3f444a;
	margin-bottom:20px;
}


.pricing_itmes span.price {
    display: block;
    color: #780E13;
    font-size: 60px;
    margin-top: 0px;
    font-weight: 700;
	padding-top:40px;
}

.pricing_itmes span.price sup {
    font-size: 28px;
    font-weight: normal;
    vertical-align: super;
}
.pricing_itmes span.price periodo {
    font-size: 28px;
    font-weight: normal;
    vertical-align: super;
}

.pricing_itmes ul.p_t_items {
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

.pricing_itmes ul.p_t_items li {
    float: none;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #7a838e;
}

.pricing_itmes a.p_t_btn {
    display: inline-block;
    margin-top: 20px;
    width: 118px;
    height: 45px;
    -webkit-border: 2px solid #7f8c97;
    -moz-border: 2px solid #7f8c97;
    -o-border: 2px solid #7f8c97;
    border: 2px solid #7f8c97;
    color: #7f8c97;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pricing_itmes a.p_t_btn:hover {
    background-color: #7f8c97;
    color: #fff;
}


/*============================
    10. our_blog_area
==============================*/

.our_blog_area {}

.our_blog {
    padding-top: 80px;
    padding-bottom: 115px;
}

.blog_t_h {
    position: relative;
}

.blog_t_h h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3f444a;
}

.our_blog_actve {
    margin-left: -40px;
    margin-top: 40px;
}

.single_blog {
    width: 338px;
    margin-left: 40px;
}

.blog_img {
    width: 100%;
    position: relative;
}
.team_overly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.team_overly:before {
    position: absolute;
    top: -100%;
    left: 0px;
    background-color: #111;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    -o-opacity: .6;
    opacity: .6;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.blog_img:hover .team_overly:before {
    top: 0;
}

.overly_icon {
    position: absolute;
    top: -100%;
    left: 33%;
    margin-top: -25px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.overly_icon a {
    -webkit-background-color: rgba(0, 0, 0, 0.4);
    -moz-background-color: rgba(0, 0, 0, 0.4);
    -o-background-color: rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 40px;
    margin-left: 10px;
    line-height: 42px;
    color: #fff;
}

.overly_icon a:hover {
    background-color: #111;
}

.blog_img:hover .overly_icon {
    top: 50%;
}

.blog_text {
    width: 100%;
    background-color: #f7f7f7;
    min-height: 265px;
    padding: 40px;
}

.blog_h {
    -webkit-border-bottom: 1px solid #eeeeee;
    -moz-border-bottom: 1px solid #eeeeee;
    -o-border-bottom: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.blog_h h2 a {
    color: #3f444a;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.blog_h h2 a:hover {
    color: #A91C22;
}

.blog_h p.author {
    margin-top: 10px;
    color: #7a838e;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
}

.blog_h p.author a {
    display: inline-block;
    color: #3f444a;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.blog_h p.author a:hover {
    color: #A91C22;
}

.blog_h p.author span {
    text-transform: lowercase;
    margin: 0px 1px;
}

.blog_h p.author span.by {
    text-transform: capitalize;
    margin-right: 1px;
}

.blog_cat {
    margin-top: 10px;
}

.blog_cat p.comments {
    float: left;
}

.blog_cat ul.category {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.blog_cat ul.category li {
    display: inline-block;
    padding: 2px 6px 1px;
    color: #fff;
    background-color: #A91C22;
    text-transform: uppercase;
    font-size: 13px;
}

.blog_cat p.comments a {
    margin-left: 5px;
    color: #3f444a;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: lowercase;
}

.blog_cat p.comments a:hover {
    color: #A91C22;
}

.blog_tet_p {
    margin-top: 20px;
}

.blog_tet_p p {
    color: #5c6873;
    font-size: 17px;
    font-weight: 300;
    text-align: justify;
}


/*============================
        11. footer_area
==============================*/

.footer_area {
    background-color: #0D1605;
    position: relative;
}

.footer_area a {
	color:#FFF;
}

.footer {
    padding: 80px 0px;
    position: relative;
    z-index: 9999;
}

.contact_form {
    margin-left: 20px;
}

.contact_form h3 {
    color: #ffffff;
    font-size: 27px;
    padding-bottom: 23px;
    text-transform: capitalize;
}

.contact_form input.prevform {
    width: 100%;
    background: none;
    -webkit-border: 1px solid #FDFEFC;
    -o-border: 1px solid #FDFEFC;
    -moz-border: 1px solid #FDFEFC;
    border: 1px solid #FDFEFC;
    padding: 5px 10px;
    margin-bottom: 10px;
	color: #ffffff;
}

.contact_form select{
    width: 100%;
    -webkit-border: 1px solid #FDFEFC;
    -o-border: 1px solid #FDFEFC;
    -moz-border: 1px solid #FDFEFC;
    border: 1px solid #FDFEFC;
    padding: 5px 10px;
    margin-bottom: 10px;
	color: #ffffff;
	background-color:#0D1605;
}

.txt_form{
	color:#D4D4D4;
	margin-bottom:5px;
	font-weight:bold;
}


.contact_form .checkbox {
	margin-left:0px;
	padding:0px;
	color:#CCC;
	margin-bottom:20px;
}

.contact_form input[type=submit] {
    padding: 5px 16px;
    width: inherit;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 700;
    color: #FDFEFC;
    margin-bottom: 0px;
    -webkit-border: 2px solid #FDFEFC;
    -moz-border: 2px solid #FDFEFC;
    -o-border: 2px solid #FDFEFC;
    border: 2px solid #FDFEFC;
}

.contact_form input[type=submit]:hover {
    background: #fff;
    color: #111;
	-webkit-border: 2px solid #FFF;
    -moz-border: 2px solid #FFF;
    -o-border: 2px solid #FFF;
    border: 2px solid #FFF;
}

.contact_form input[type=submit]:focus {
    border: none;
}

.contact_form textarea {
    width: 100%;
    background: none;
    padding: 5px 10px;
    margin-bottom: 20px;
    height: 141px;
    -webkit-border: 1px solid #262A31;
    -moz-border: 1px solid #262A31;
    -o-border: 1px solid #262A31;
    border: 1px solid #262A31;
}

.contact_form input:focus,
.contact_form textarea:focus {
    -webkit-border: 1px solid #fff;
    -moz-border: 1px solid #fff;
    -o-border: 1px solid #fff;
    border: 1px solid #fff;
}

.f_logo h2 a {
    display: inline-block;
    padding: 10px 15px;
    -webkit-border: 2px solid #fff;
    -moz-border: 2px solid #fff;
    -o-border: 2px solid #fff;
    border: 2px solid #fff;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.f_logo h2 a span {
    color: #A91C22;
}

.footer_items p {
    color: #a7a9ac;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: justify;
}

.contact_add address {
    color: #a7a9ac;
    font-size: 15px;
}

.social_icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social_icon ul li {
    display: inline-block;
}

.social_icon ul li a {
    display: inline-block;
    color: #a7a9ac;
    font-size: 15px;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 30px;
}

.social_icon ul li:hover {
    background-color: #262A31;
}

