
html,
body {
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;

}
a{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}

.form-control:focus {
    border-color: #FB0100;
}

h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
h2 {
    font-size:2.5rem;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
h3 {
    font-size:1.875rem;
    line-height: 2.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
    text-transform: uppercase;
}
h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color:#223d61;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}

p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.text {
    color: #333333;
}
.colorstext {
    color: #FB0100;
}
.coloricon i {
    color: #FB0100;
}
.colorsbg {
    background: #FB0100;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

/*
Section
*/
.sections {

    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}


.heading {
    margin-bottom: 4rem;
}
.overlay {
background: url("../images/bg-punch.jpg") no-repeat center;
    background-attachment: scroll;
    background-size: auto auto;
background-size: auto auto;
background-size: cover;
height:350px;
}
.about-page{
padding: 200px 0 0px 0;
}

.home-overlay {
    background-color: rgba(94, 154, 40, 0.7);
    width: 100%;
    height:auto;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 10px;
    width: 127px;
    margin: 20px auto;
    background: url(../images/separator.png) no-repeat;
}
.whiseparator {
    height: 10px;
    width: 127px;
    margin: 20px auto;
    background: url(../images/whiseparator.png) no-repeat;
}
.separator2 {
    height: 2px;
    width: 200px;
    margin:20px 0px;
    background: #AB987A;
}
.separator3 {
    height: 2px;
    width: 30px;
    margin:20px auto;
    background: #FB0100;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin: 5px 0 20px 0px;
    background: #FB0100;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #FB0100;
    border-color: #FB0100;
}



.btn {
    display: inline-block;
    padding: 8px 30px;
    text-align: center;
    margin: 0;
    font-size: 15px;
    border-radius: 10px;
    border: 2px solid #827B00;
}

.btn:hover {
    background-color:#121212;
    text-decoration: none;
	border:2px solid #444;
	color:#fff;
}

.btn-primary {
    color: #fff;
    background-color: #827B00;
    transition: .5s;
    margin: 0px;
}

.btn_news_color{
    color:#FB0100;
    border-color: #FB0100;
}

.btn-md{
    border:1px solid #FB0100;
    color:#FB0100;
}


.btn-larg{
    border: 1px solid #fff;
    color:#fff;
    padding: 6px 30px;
}





/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #FB0100;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #3bd3ba;
}
input::-moz-placeholder {
    color: #3bd3ba;
}
input::-ms-input-placeholder {
    color: #3bd3ba;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:#fff;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 100px;

}

.main_menu_bg{
    margin-top: 0px;
    background-color: transparent;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .6s;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#DA271F;
}
.main_menu_bg .navbar {}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #DA271F;
    background: url(../images/selectmenu.png) no-repeat bottom center;
    padding-bottom: 20px;

}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.navbar-brand>img {
    max-width: 100%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#f5c239;
}

.navbar{
	margin-bottom:0;
}

.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    border: 0px solid #ccc; 
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0px; 
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175); 
    box-shadow: 0 0px 0px 
}

.dropdown-menu .navbar-form .form-group input[type="text"]{
    background-color:rgba(34, 61, 97, 0.68);
    border: 1px solid #f5c239;
    color:#f5c239;
    width: 300px;
}
.dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder{
    color: #f5c239;
    opacity: 1; 
}
.dropdown-menu .navbar-form {
    margin-right: -30px;
}



/*home section*/
.home{
    background: url(../images/homebg.jpg) no-repeat 100% 100%;
    background-size: cover;
}

.home .main_home{
}

.home .main_home h1{
    padding-bottom: 15px;
    width: 50%;
}
.home .main_home p.subtitle{
    color: #FB0100;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size:18px;
    text-transform: uppercase;
}

.home .main_home .video_play_icon a{
    width:175px;
    height:125px;
    background: #032F3E;
    display: inline-block;
    text-align: center;
    line-height: 140px;

}

.home .main_home .video_play_icon a i{
    color:#fff;
    border:2px solid #fff;
    padding: 10px;
    font-size:30px;
    border-radius: 50%;


}

.home .owl-theme .owl-nav {
    margin-top: 80px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot span {
    background: #639d2f;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f5c239;
}



.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	border: 1px solid #ccc;
	}
	
.contact-info  h4{
	font-size:18px;
	margin-bottom:0px;
	color:#555;
	font-weight:bold;
	
}
address.contact-info p{
	font-size:15px;
    line-height: inherit;
	font-weight:lighter;}

/*service section css*/

.head_title{
    margin-bottom:60px;
}
.head_title h2{
    font-size:1.625rem;
    color:#223d61;
}
.head_title p{
    font-size:1rem;
    color:#223d61;
}

.network-info li{
	background: url(../images/img-icon.png) no-repeat 0 6px;
	padding: 5px 28px;
}

.page-info ul{
	padding:0px;
	margin:0px;
}

.page-info li {
    background: url(../images/pro-icon.png) no-repeat 0 14px;
    padding: 10px 40px;
    color:#2f2e2f;
}

.active-info a{
	color:#F90100;
}

.our_product {
    background: #fafafa;
    border: 1px solid #eee;
	padding-top:40px;
	padding-bottom:20px;
}

.product-text table{
	color:#333;
}

.product-text  h4{
	color: #FD0C12;
	text-transform: capitalize;
}

.product-text p {
    font-size: 14px !important;
    line-height: inherit !important;
    color: #444 !important;
    text-align: justify;
}


.product-text tr:first-child{
	color:#000;
	font-weight:bold;
	text-transform:capitalize;
}

.product-text tr:nth-child(2n+0) {
    background: #fafafa;
}

.service_border_raund{
    background: url(../images/zigzag.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: -22px;
    width:100%;
    height: 12px;
}

.service{
    position: relative;
    background: #ffffff;
}
.main_service_area{}
.single_service{
    margin-top:30px;
}
.single_service .single_service_icon{
    margin-bottom: 50px;   
}
.single_service .single_service_icon img{

    height: 70px;
}

.single_service h3{
    color: #223d61;
    font-size: 1.125rem;

}


/*lessons section css*/
.greenbackground {
    background: url("../images/bg-punch2.jpg") no-repeat center;
        background-size: auto auto;
    background-size: cover;
	background-attachment: fixed;
	padding: 60px 0 20px 0;
}
.choose{}
.main_choose_area{
    color:#fff;
}

.main_choose_area .lesson_title p{
    color:#f5c239;
    text-transform: uppercase;
    margin-bottom: 90px;
}

.main_choose_area .main_choose_content{}
.main_choose_area .main_choose_content .single_choose_content{} 
.main_choose_area .main_choose_content .single_choose_content h2{
    font-size:2.625rem;
} 
.main_choose_area .main_choose_content .single_choose_content p{
    margin-bottom:100px;
} 
.main_choose_area .main_choose_content .single_choose_content .singel_choose_img img{
    margin-bottom:40px;
} 



/*main_portfolio_content_area*/
.portfolio{
	padding: 80px 0;
	background: #f6f6f6;
}

#quality{
	background: #F1EEE6;
}



.main_portfolio{}
.main_portfolio_content_area{}



/* mixitup section */


.main_mixi_content{
    max-height: 900px;

}
.main_mix_menu{
    margin-bottom:50px;
}
.main_mix_menu ul li.btn{
    min-width:150px;
    height:35px;
    padding: .2rem;
    border:1px solid #ddd;
}
.main_mix_menu ul li.btn-primary {
    background-color: transparent;
    transition: .5s;
    color: #223d61;
}
.main_mix_menu ul li.active {
    background: #FB0100;
    color:#fff;
}



.single_mixi_portfolio{
    position:relative;
    float: left;
    border: 3px solid #fff;
    width:100%;
}
.single_mixi_portfolio img{
    width:100%;
    height: 230px;
}
.single_mixi_portfolio:hover .mixi_portfolio_overlay{
    opacity:1;
}
.mixi_portfolio_overlay{
    background:rgba(236, 228, 217, 0.75);
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transition:.5s;
    opacity:0;
}
.mixi_portfolio_overlay .overflow_hover_text{
    position: absolute;
    top: 17%;
    left: 13%;
    width: 75%;
}
.mixi_portfolio_overlay .overflow_hover_text i{
    color:#223d61;
    font-size: 40px;
}
.mixi_portfolio_overlay .overflow_hover_text h2{
    color:#223d61;
    font-size:22px;
    margin-bottom: 0px;
}
.mixi_portfolio_overlay .overflow_hover_text p{
    color:#FB0100;
}


.mixcontent .mix{
    display: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 50% 0;
}

.portfolio_btn_area{
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}

/*newsletter section css*/
.newsletter{
    background: #223d61;
    color:#fff;
}

.main_newsletter{}
.main_newsletter .single_newsletter_head{}
.main_newsletter .single_sewsletter_content{
    margin-top:80px;
}
.main_newsletter .single_sewsletter_content .form-group{}
.main_newsletter .single_sewsletter_content .form-group input[type="submit"] {
    height: 35px;
    padding: 0.06em 2em;
    min-width: 30%;
    margin-left: 3%;
    margin-top: 0px;
}


/* ABOUT FRUITS section css*/


#company-profile {
    padding: 80px 0;
}

.about-info img{
	margin-left:10px;
	margin-bottom:20px;
}

.banner-about{
	text-align:center;
	padding-top:150px;
	color:#000;
}

.about h3 {
	color: #111;
	text-transform: capitalize;
	line-height: 1.5;
	font-size: 30px;
}

.about h2 {
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 42px;
    color: #111;
}

.widget-title::before{
	content: "";
	display: inline-block;
	width: 10%;
	height: 1px;
	margin: 0 7px;
	background:#DA271F;
}

.widget-title::after{
	content: "";
	display: inline-block;
	width: 10%;
	height: 1px;
	margin: 0 5px;
	background:#DA271F;
}

.about p {
    font-size: 18px;
    color: #313131;
    line-height: 28px;
	text-align:center;
    font-weight: 300;
}

.home_btn {
    margin-top: 20px;
}

.home_btn a {
    font-size: 18px;
    color: #FFFFFF;
    background:#DA271F;
    border-radius: 50%;
    padding: 12px 16px;
}

.home_btn a:hover {
    color: #FFFFFF;
    background:#333;
}

.img-section-space {
    margin-top: 3px;
}

.about .main_about{
    position: relative; 
}
.about .main_about_content_area{

}
.about .main_about_content_area .single_about_left_img{
    position: absolute;
    left:0;
    bottom:0;
    width:30%;
}
.about .main_about_content_area .single_about_right_content{}
.about .main_about_content_area .single_about_right_content .right_single_about_skill{
    margin-top: 20px;
    overflow: hidden;
}

.about .main_about_content_area .single_about_right_content .right_single_about_skill .right_about_top_cotent{}
.about .main_about_content_area .single_about_right_content .right_single_about_skill .right_about_top_cotent .right_about_top_img{
    width: 15%;
    float: left;
    margin-top: 40px;
}
.about .main_about_content_area .single_about_right_content .right_single_about_skill .right_about_top_cotent .right_about_top_content{
    width:85%;
    float:left;
}

.about .main_about_content_area .single_about_right_content .right_single_about_skill .right_about_bottom_cotent{
    padding: 20px 0px;
    margin-top:30px;
    oveflow:hidden;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    height: auto;
}


/*Blog Section Css*/

.blog{
	padding:80px 0;
}
.blog .main_blog_area{}
.blog .main_blog_area .main_blog_content{

}
.blog .main_blog_area .main_blog_content ul.main_blog{
    width:100%;
}
.blog .main_blog_area .main_blog_content ul.main_blog li.single_blog_content{
    background: #fff;
    padding: 15px 20px;
    width: 95%;
    border:2px solid #FB0100;

}
.blog .main_blog_area .main_blog_content ul.main_blog li.single_blog_content h4{
    color:#223d61;
    font-size:1.125rem;

}
.blog .main_blog_area .main_blog_content ul.main_blog li.single_blog_content h6{
    color:#c0bbad;
    font-size:0.875rem;

}
.blog .main_blog_area .main_blog_content ul.main_blog li.single_blog_content p{
    color:#797979;
    font-size:0.875rem;
}
.blog .main_blog_area .main_blog_content ul.main_blog li.single_blog_content p.blog_love{
    color:#FB0100;
}

.blog_btn{
    margin-top:50px;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #FB0100;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #6bb42a;
    color: yellow;
    text-decoration: none;
}





/*testimonia section css*/
.testimonial{
    color:#fff;
}

.main_testimonial{}
.main_testimonial .head_title p{
    color:#f5c239;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 2px;
}

blockquote footer, blockquote small, blockquote .small {
    color: #fff;
}
.carousel-inner .item .impress{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}






/*counter section css*/
.counter{
	background: #f6f6f6;
}
.counter .main_counter{}
.counter .main_counter{}
.single_left_counter_bg{
    background: url(../images/cleftbg.png) no-repeat 100% 100%;
    display: inline-block;
    max-width: 500px;
    float: left;
    background-size: cover;
    overflow: hidden;
    padding: 58px 40px;
}
.counter .main_counter .single_counter_left{
    padding-left: 130px;
    color: #fff;
    overflow: hidden;
}
.counter .main_counter .single_counter_left h2{
    width:100%;
}


.counter .single_counter_right_area{}
.counter .single_counter_right_area .single_counter_right{
    margin-top:30px;
    border-bottom: 5px solid #f1eee6;
    padding-bottom: 55px;
}
.counter .single_counter_right_area .single_counter_right i{
    color:#FB0100;
    font-size:4.0625rem;
    margin-bottom:40px;
}
.counter .single_counter_right_area .single_counter_right h2{
    color:#223d61;
    margin-bottom:30px;
    line-height: 0;
}
.counter .single_counter_right_area .single_counter_right p{
    color:#223d61;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}






/*footer section*/
.footer{
    background: #282828;
    color: #fff;
}

.footer-1 {
    background: #282828;
    margin-top: -30px;
    padding: 40px 40px;
    text-align: center;
}

.footer-1 ul{
	padding:0px;
	margin:0px;
}
.footer-1 li{
	padding:10px 5px;
	display:inline-block;
}

.footer_widget {
    background: #1D1D1D url("../images/world-map-clip-art-1.png") no-repeat top center;
    color: #fafafa;
}

.footer-add h6 {
    color: #fff;
    margin: 5px 0;
	font-size:18px;
}

.footer-add li{
	padding:7px 0 7px 55px;
	display:block;
}

.footer-add li .fa {
    position: absolute;
    left: 15px;
    width: 40px;
    color: #333;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    margin-top: 6px;
}

.footer_title{
	color:#f1f1f1;
	margin-top:20px;
	margin-bottom:0;
	font-size: 22px;
}

.footer-navi li{
	padding:6px 5px;
	display:block;
}

.footer-navi li a{
	color:#fff;
}

.footer-navi li a::before {
    content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	position:relative;
	left:0;
	padding:0 10px 0 0px;
}

.footer-1 h4 {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
}
.footer-1 p {
    font-size: 18px;
    font-weight: 300;
    color: #ccc;
    line-height: 27px;
}

.copyright_text p{
    color:#fff;
    line-height: 25px;
    max-width: 100%;
    padding-top: 24px;
}
.copyright_text p i{
    padding:0px 10px;
    color:#ff0000;
}
.copyright_text p a{
    padding:0px 10px;
    color:#ccc;
}

.footer_socail{
    padding:40px; 
    text-align: right;
}
.footer_socail a i{
    font-size:0.8125rem;
    color:#aaa79e;
    padding: 0px 10px;
}

/* scrollup */

.scrollup {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #DA271F;
    z-index: 1000;

}

.scrollup:hover {
    background: #223d61;
    opacity: 1;
}

.scrollup i {
    font-size: 28px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 45%;
    top: 35%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}


/*Home Pages Style tow*/

.video{
    background: url(../images/newsfourbg.jpg) no-repeat 100% 100%;
    background-size: cover;
}

.video .head_title {
    color:#fff;  
}
.video .head_title i{
    font-size:3rem;   
}
.video .head_title h4{
    font-size:1.625rem;
    margin-top:50px;  
}
.video .single_video{
    margin-top:20px; 
}

/*pepper section css*/

.pepper{
    background: #f1eee7;
}
.pepper .single_pepper{
    width:60%;
    margin:0 auto;
    margin-top:60px;
}
.pepper .single_pepper p{
    font-size:0.875rem;
    color:#797979;
}
.pepper .single_pepper_right img{
    width:100%;
    height: 630px;
}


/*team section css*/
.team{}
.team .head_title{
    color:#223d61;
}
.team .single_team{}
.team .single_item{
    position: relative;
    max-width: 100%;
    margin-bottom:30px;
}
.team .single_item img{
    max-width: 100%;
}
.team .single_item:hover .single_team_overlay{
    opacity: 1; 
}

.team .single_item .single_team_overlay{
    background: rgba(94, 154, 40, 0.55);
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    text-align: center;
    padding: 50px 0px 10px 0px;
    transition: .6s;
    opacity: 0;
}
.team .single_item .single_team_overlay h4{
    color:#fff;
    text-transform: uppercase;
}
.team .single_item .single_team_overlay p{
    color:#223d61;
    text-transform: uppercase;
}
.team .single_item .single_team_overlay .team_socail{
    margin-top:50px;
}

.team .single_item .single_team_overlay .team_socail a i{
    color:#fff;
    font-size:1.5rem;
    padding: 0px 5px;
}





/*gellary section css*/
.gellary{}
.gellary .single_gellary_item{
    position: relative;  
    max-width:100%; 
    margin-bottom:30px;
}
.gellary .single_gellary_item img{

}
.gellary .single_gellary_item:hover .gellary_overlay{
    opacity: 1; 
}
.gellary .single_gellary_item .gellary_overlay{
    background: rgba(94, 154, 40, 0.55);
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 70px 0px 0px 0px;
    opacity: 0;
    transition: .6s;

}

.gellary .gellary_overlay i{
    color:#fff;
    font-size: 2.5rem;
}
.gellary .gellary_overlay h4{
    color:#223d61;
    margin-bottom: 10px;
}
.gellary .gellary_overlay p{
    color:#fff;
}

/*contact section css*/
.contact{}
.contact .head_title h2{
    color:#223d61;
}
.contact .form-control {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent; 
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contact .single_contant_left input[type="submit"]{
    width:100%;
}

.contact textarea.form-control {
    height: auto;
}

.contact .single_message_right_info{
    background: #f1eee6;
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
}

.single_message_right_info li{
    margin-bottom: 3px;
}
.single_message_right_info li a{
    color: #223d61;
    font-size: 0.8125rem;
    padding-bottom: 2px;
    display: inline-block;
}
.single_message_right_info li a i{
    padding-right: 5px;
}

/*maps section css*/

.map{}
.ourmaps{
    width:100%;
    height: 440px;

}

.menu-info{
	margin-top:20px;
}




/************* tab ************/
.bhoechie-tab-content tr:first-child {
    color: #333;
    font-weight: normal;
    text-transform: capitalize;
}

.tab-cont a {
    padding: 20px 90px;
    font-size: 18px;
}
.bhoechie-tab h4 {
    color: #383780;
	margin-top:15px;
    font-weight: 600;
    font-size: 22px;
}

.bhoechie-tab ul{
	margin-bottom:20px;
} 


div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #383780;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -13px;
  margin-left: -10px;
  border-right: 13px solid transparent;
  border-top: 13px solid #383780;
  border-left: 13px solid transparent;
}


div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


h1.color1{
	color:#333;
}

.client-info{
	background:#fafafa;
	margin-bottom: 80px;
}


.client-info .main_counter .single_counter_left {
    padding-left: 130px;
    color: #fff;
    overflow: hidden;
}

.client-info h2{
	margin-bottom:0px;
}

.client-btn .btn{
	padding:15px 50px;
	font-size: 18px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #DA251D;
    border-color: #DA251D;
}

.footer_widget ul{
	margin:0px;
	padding: 0px;
}




/****** logo slider *****/

.carousel-showmanymoveone
{
  .carousel-control
  { 
    width: 4%;
    background-image:none;

    &.left 
    {
      margin-left:15px;
    }

    &.right 
    {
      margin-right:15px;
    }
  }

  .cloneditem-1, 
  .cloneditem-2, 
  .cloneditem-3
  {
    display: none;
  }

  .carousel-inner
  {
    @media all and (min-width: 768px)
    {
      @media (transform-3d), (-webkit-transform-3d)
      {
        > .item.active.right,
        > .item.next
        { 
          transform: translate3d(50%, 0, 0);  
          left: 0;
        }

        > .item.active.left,
        > .item.prev
        { 
          transform: translate3d(-50%, 0, 0);
          left: 0;
        }

        > .item.left,
        > .item.prev.right,
        > .item.active
        {
          transform: translate3d(0, 0, 0);
          left: 0;
        }    
      } 

      > .active.left,
      > .prev
      {
        left: -50%;
      }

      > .active.right,
      > .next
      {
        left:  50%;
      }

      > .left,
      > .prev.right,
      > .active
      {
        left: 0;
      }

      .cloneditem-1 
      {
        display: block;
      }
    }

    @media all and (min-width: 992px)
    {    
      @media (transform-3d), (-webkit-transform-3d)
      {
        > .item.active.right,
        > .item.next
        { 
          transform: translate3d(25%, 0, 0);  
          left: 0;
        }    

        > .item.active.left,
        > .item.prev
        { 
          transform: translate3d(-25%, 0, 0);
          left: 0;
        }

        > .item.left,
        > .item.prev.right,
        > .item.active
        {
          transform: translate3d(0, 0, 0);
          left: 0;
        }
      }

      > .active.left,
      > .prev
      {
        left: -25%;
      }

      > .active.right,
      > .next
      {
        left:  25%;
      }

      > .left,
      > .prev.right,
      > .active
      {
        left: 0;
      }

      .cloneditem-2, 
      .cloneditem-3
      {
        display: block;
      }
    }    
  }
}


// demo setup only, not needed for carousel
.container
{
  margin-bottom: 50px;
}



.logo
{
  margin: 20px auto;
  height: 100px;  
  
  @media only screen and (min-width : 768px) {  
    margin: 28px;
    float: left;
  }
}

.title
{
  padding: 28px;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    padding: 10px;
}
.carousel-control.left {
    background: #333;
    padding: 10px;
}
.carousel-control {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
    width: 40px;
    height: 40px;
    background: #333;
        background-repeat: repeat;
    line-height: 20px;
}

#about {
    padding: 120px 0;
	text-align:center;
	background:#fef9f5;
}

.single_counter_right i {
    font-size: 30px;
	margin-bottom:5px;
}
.single_counter_right {
    border: 1px solid #f1f1f1;
    padding: 15px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fafafa;
}
.single_counter_right p {
    font-weight: 600;
}


#application {
    padding: 120px 0;
}

.appliction-info h2{
	text-align:center;
	color:#000;
	padding-bottom:30px;
}

.appliction-info p {
    font-size: 18px;
    color: #313131;
    line-height: 28px;
    text-align: center;
    font-weight: 300;
}
.appliction-info li{
    font-size: 18px;
    color: #313131;
    line-height: 28px;
    font-weight: 300;
}



.downloadbackground {
    background: url("../images/banner-all.jpg") no-repeat center;
        background-attachment: scroll;
        background-size: auto auto;
    background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0 90px 0;
	text-align:center;
}

.home_btndownlod{
	margin:20px 0 0 0;
}

.home_btndownlod a {
    background: #DA271F;
    color: #fff;
    padding: 12px 30px;
    font-size: 22px;
	font-weight:300;
}

.home_btndownlod a:hover {
    background: #333;
}

.downloadbackground h2{
	text-transform:capitalize;
}

.client-btn a{
	padding:10px 40px;
}

.about-page h1{
	color:#DC3028;
}

h4.text-hedcolor {
    color: #DA251D;
}

.list-group-item {
    display: inline;
}

.bhoechie-tab {
    margin-top: 50px;
}


.appli-box{
	background:#fafafa;
	border:1px solid #f1f1f1;
	margin:20px 0;
}

.appli-box  h5{
	padding:10px 20px 0 20px;
}

.appli-box  p{
	padding:0 20px 20px 20px;
	font-size:14px;
	color:#333;
	line-height:22px;
}

.about h4{
	color:#28166F;
}

.appli-box a{
	margin-left:20px;
	margin-bottom:20px;
}

.modal-header .close {
    margin-top: -24px;
    margin-right: -24px;
    background: #DA251D;
    border-radius: 50%;
    padding: 5px 10px;
    opacity: 9;
    color: #fff;
}

.side-navi{
	background:#fafafa;
	border:1px solid #f1f1f1;
	border-top:none;
}

.side-navi h3{
	background:#28166F;
	border-radius: 10px 10px 0px 0px;
	text-align:center;
	color:#fff;
	font-size:24px;
	padding:7px 0;
	
}

.side-navi ul{
	padding:10px 0;
	margin:0px;
}

.side-navi  li{
	color:#333;
	text-transform:uppercase;
	padding:10px 20px;
}

.side-navi  li a{
	color:#000;
}

.side-navi  li a.active  {
	color:#DB2B24;
}

#products{
	padding:80px 0;
}

.box-pro{
	margin:40px 0 0 0;
	background:#fafafa;
}

.pro-text{
	padding:20px;
}

.pro-text h4{
	color:#222;
	font-size:22px;
	line-height: 27px;
}

.pro-text a{
	font-weight:bold;
	color:#333;
	
}

.pro-text a:hover{
	color:#827B00;
}

.box-pro:hover{
	background:#D6CF63;
	color:#fff;
}

.box-pro::after {
    border-right: 30px solid #D6CF63;
    border-top: 30px solid rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 16px;
    width: 15px;
}

#mybanner{
	background:url("../images/banner-all.jpg") no-repeat center;
	height:300px;
	
}


#info {
	position: absolute;
	left: 10px;
	top: 10px;
}

#info {
	background: rgba(0,0,0,0.8);
	padding: 12px 10px;
	margin-bottom: 1px;
	color: #fff;
}

#info h1 {
	line-height: 22px;
	font-weight: 300;
	font-size: 18px;
	margin: 0;
}

#info h2 {
	line-height: 14px;
	font-weight: 300;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	margin: 0 0 6px 0;
}

#info a {
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dotted rgba(255,255,255,0.2);
	margin-right: 4px;
	line-height: 20px;
	font-size: 10px;
	color: rgba(255,255,255,0.5);
}

#info a:hover {
	border-bottom: 1px dotted rgba(255,255,255,0.6);
	color: rgba(255,255,255,1.0);
}


/*****team section****/

/* Heading */
.heading {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.heading:after {
    left: 50%;
    height: 3px;
    width: 50px;
    content: " ";
    bottom: -20px;
    margin-left: -25px;
    position: absolute;
    background: #444;
}

.heading h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 20px 0;
    color: #444;
}

.heading p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8693a7;
}

/* Team Members */

#our-team{
	background:#fafafa;
	padding:80px 0;
}

.col-centered{
	float: none;
	margin: 0 auto;
	margin-bottom:50px;
}

.hed-text {
	text-align:center;
	color:#827B00;
}

.hed-text span {
    top: 20px;
    position: relative;
	color:#333;
}

.text-co{
	color:#DA271F;
}

.appli {
	padding-top:40px;
}

.appli-info{
	border-radius: 0%!important;
}

.team-members {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}


.team-members .team-avatar {
    position: relative;
}

.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
	text-align:center;
}

.team-members .team-desc h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
	text-align:center;
}

.team-members .team-desc span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
	text-align:center;
}

.team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.home_btn{
	text-align:center;
}
.associate-1{
	background:#fdfdfd;
	padding:20px;
	border:1px solid #f1f1f1;
	margin-bottom:30px;
}

.associate-1 h3{
	padding:20px 0;
}
