#header2_mid{
	padding: 25px 0;
}
.head2_mobile{
	padding-top: 10px;
}
.head2_mobile a i{
	color: #007321;
    font-size: 20px;
}
.head2_mobile a span{
	font-size: 15px;
    padding-left: 5px;
    color: #000;
    font-family: 'Changa', sans-serif;
    font-weight: 400;
}
/* Header 3 */
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
  bottom: 270px;
}

.carousel-caption h5 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}

.carousel-caption p {
  width: 75%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}

.navbar-light .navbar-brand {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-toggler {
  background: #fff;
}

.navbar-nav {
  text-align: center;
}

.nav-link {
  padding: .2rem 1rem;
}

.nav-link.active,.nav-link:focus{
  color: #fff;
}

.navbar-toggler {
  padding: 1px 5px;
  font-size: 18px;
  line-height: 0.3;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

/* Header 3 End */
#header_three .nav-item a{
	font-size: 20px;
	font-family: 'Changa', sans-serif;
    font-weight: 400;
    color: #fff;

}
#header_three .carousel-caption h5{
	color: #fff;
}
#header_three .carousel-caption p{
	color: #fff;
}
#slider-section .without_slider{
  padding-left: 0;
  padding-right: 0;
}
#slider-section .without_slider .home{
  margin-top: -1px;
}
/* Footer */
#footer_two{
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #8888881c;
}
.footer_two_description p{
    font-size: 18px;
    font-family: 'Changa';
    color: #000;
    text-align: justify;
    padding: 20px 5px 0 0;
}
.footer_two_service h5{
    font-size: 20px;
}
.footer_two_service ul li{
  margin-bottom: 2px;
}
.footer_two_service ul li a{
    color: #000;
    padding-left: 5px;
    font-family: changa;
    font-size: 18px;
    font-weight: 400;
}
.footer_two_service ul li a:hover{
    color: #004A62;
    transition: 1s;
    padding: 0 0 0 2px;
}
.footer_two_address P{
    color: #000;
    padding-left: 5px;
    font-family: changa;
    font-size: 18px;
    font-weight: 400;
    display: inline-flex;
    margin-bottom: 0;
}
.footer_two_address{
  margin-bottom: 10px;
}
.footer_two_email{
  margin-bottom: 10px;
}
.footer_two_email span{
    color: #000;
    padding-left: 5px;
    font-family: changa;
    font-size: 18px;
    font-weight: 400;
}
.footer_two_social ul{
  display: inline-flex;
}
.footer_two_social ul li{
  list-style: none;
  padding: 10px;
}
.footer_two_social ul li a{
  text-decoration: none;
}
.footer_two_social .social_two i{
  padding-right: 10px;
}
.footer_two_social .social_two a:nth-child(1) i{
  color: #3B5998;
  font-size: 30px;
}
.footer_two_social .social_two a:nth-child(2) i{
  color: #00ACEE;
  font-size: 30px;
}
.footer_two_social .social_two a:nth-child(3) i{
  color: #0C61BF;
  font-size: 30px;
}
.footer_two_social .social_two a:nth-child(4) i{
  color: #DD4B39;
  font-size: 30px;
}
.footer_two_social h5{
    font-size: 20px;
}
.footer_two_contact h5{
    font-size: 20px;
}
#footer-mid{
  /*margin-top: 30px;*/
}
#footer-mid{
  background-color: #004A62;
}
#footer-mid .commit_desc{
  padding-top: 18px;
}

#footer-mid .commitment .commit_desc h5{
    color: #fff;
}
#footer-mid .commitment .commit_desc p{
    color: #fff;
}
.commitment:hover h5 p{
    background-color: red;
    color: blue;

}
#product-categories .no_product{
  text-align: center;
}
#product-categories .no_product h5{
  color: red;
  font-size: 25px;
  font-family: changa;
  font-weight: 400;
}

/* Product Tab */

a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    border: none;
    padding: 6px;
}
.tab .nav-tabs li{
    float: none;
    display: inline-block;
    position: relative;
}
.tab .nav-tabs li a{
    font-size: 16px;
    font-weight: 700;
    background: none;
    color: #999;
    border: none;
    padding: 10px 15px;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover{
    background: #ffa399;
    color: #fff;
    border: none;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    border: none;
    background: #ffa399;
    color: #fff;
}
.tab .tab-content{
    font-size: 14px;
    color: #686868;
    line-height: 25px;
    text-align: left;
    padding: 5px 20px;
}
.tab .tab-content h3{
    font-size: 22px;
    color: #5b5a5a;
}
@media only screen and (max-width: 480px){
    .tab .nav-tabs{
        border-radius: 10px;
    }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
}
ul{
  position: relative;
}

ul ul{
  position: absolute;
}
.dropdown_menu li{
  float: left;
  display: block;
}
.dropdown_menu{
  display: none;
}
ul li:hover > .dropdown_menu{
  display: block;
}
.subcategory_head h2{
  color: #ffd663;
}
#product-categories .subcategory_head h4{
  color: #004A62;
}
.team_description{
  margin-top: 40px;
}
.team_description p{
    font-size: 18px;
    color: #000;
    text-align: justify;
    padding-right: 5px;
    font-family: 'Changa';
}
.pricing_designation h6{
    color: #ffd663;
}
.contact_map{
    padding-top: 30px;
}

.footer-buttom-new{
    margin: 75px 0;
}
.slider-bottom-list li {
    width: 25%;
    float: left;
}
.slider-bottom-single {
    position: relative;
    background: #12682c;
    transition: all .4s ease 0s;
    background-image: radial-gradient(#063450 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
    height: 280px;
}
.slider-bottom-icon {
    padding: 5px;
    border: 1px solid #B74614;
    border-radius: 50%;
    height: 62px;
    width: 62px;
    position: absolute;
    background: #fff;
    top:-30px;
    left: 30px;
    transition: all .4s ease 0s;
}
.slider-bottom-icon i{
    height: 50px;
    width: 50px;
    background: #ec1b23;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    transition: all .4s ease 0s;
    display:block;
    background-image: radial-gradient(#da0a12 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
.slider-bottom-content h2 {
    color: #ffffff;
    font-size: 24px;
    transition: all .4s ease 0s;
    position: relative;
    bottom:0px;
}
.slider-bottom-content p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 0px;
    transition: all .4s ease 0s;
    position: relative;
    bottom:0px;
    padding-bottom: 25px;
}
.slider-bottom-content a {
    font-size: 14px;
    text-transform: capitalize;
    color: #002034;
    opacity:0;
    transition: all .4s ease 0s;
    position: relative;
    bottom:0px;
    visibility: hidden;
}
.slider-bottom-content {
    padding: 64px 30px 0px 30px;
}
.slider-bottom-content:before{
    position: absolute;
    content:"";
    top:0px;
    left:0px;
    width:100%;
    height:30px;
    background: #fff;
    opacity:0;
}
.slider-bottom-list li:hover .slider-bottom-content a, .slider-bottom-list li.active .slider-bottom-content a{
    bottom:25px;
    opacity:1;
    transition: all .4s ease 0s;
    visibility: visible;
}
.slider-bottom-list li:hover .slider-bottom-single, .slider-bottom-list li.active .slider-bottom-single{
    background: #fff;
    transition: all .4s ease 0s;
}
.slider-bottom-list li:hover .slider-bottom-content h2, .slider-bottom-list li.active .slider-bottom-content h2{
    color: #000;
    transition: all .4s ease 0s;
    bottom:40px;
}
.slider-bottom-list li:hover .slider-bottom-content p, .slider-bottom-list li.active .slider-bottom-content p{
    color:#000;
    bottom:40px;
    transition: all .4s ease 0s;
}
.slider-bottom-list li:hover .slider-bottom-icon, .slider-bottom-list li.active .slider-bottom-icon{
    top:-65px;
    transition: all .4s ease 0s;
    border: 1px solid #002034;
    z-index: 99;
}
.slider-bottom-list li:hover .slider-bottom-content:before, .slider-bottom-list li.active .slider-bottom-content:before{
    opacity:1;
    top:-30px;
    z-index: 9;
}
.slider-bottom-list li:hover .slider-bottom-icon i, .slider-bottom-list li.active .slider-bottom-icon i{
    background: #007322;
    transition: all .4s ease 0s;
    background-image: radial-gradient(#063450 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
/* Blog */
#blog-details{

  }
  #blog-details .blog-cart{

  }
  #blog-details .blog-image {
    width: 100%;
    height: auto;
  }
  #blog-details .blog-image img {
    width: 100%;
    height: 100%;
  }
  #blog-details .blog-desc{

  }
  #blog-details .blog-desc .blog-title {
    margin-top: 25px;
  }
  #blog-details .blog-desc .blog-title h5 {
    color: #333;
    font-size: 24px;
    letter-spacing: 1px;
  }
  #blog-details .blog-desc .blog-date{
      
  }
  #blog-details .blog-desc .blog-date p {
    color: #666;
    font-style: italic;
  }
  #blog-details .blog-desc .blog-body{
      
  }
  #blog-details .blog-desc .blog-body p {
    font-size: 16px;
    color: #555;
    text-align: justify;
    letter-spacing: 1px;
  }
  #blog-details .continue-blog {
    float: right;
    margin-bottom: 50px;
  }
  #blog-details .continue-blog a {
    color: #555;
    font-size: 18px;
    text-transform: uppercase;
    font-style: italic;
    transition: .3s;
  }
  #blog-details .continue-blog a:hover {
    color: #000;
    transition: .3s;
    box-shadow: 1px 1px 1px #8888881c;
  }
  #blog-details .continue-blog a i{
    font-size: 18px;
    color: #555;
    line-height: 18px;
    margin-left: 10px;
  }
  #blog-details .blog-sidebar{
      
  }
  #blog-details .blog-sidebar h3 {
    color: #555;
    font-size: 30px;
    text-align: center;
    padding: 10px 0;
    background: #9999991c;
    border-radius: 3px;
    margin-bottom: 30px;
  }
  #blog-details .blog-sidebar .sidebar-cart {
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  #blog-details .blog-sidebar .sidebar-cart img {
    width: 100%;
    height: 100px;
    transition: .5s;
  }
  #blog-details .blog-sidebar .sidebar-cart img:hover {
    transform: scale(1.2);
    transition: .5s;
  }
  #blog-details .blog-sidebar .sidebar-cart h6 {
    color: #555;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  #blog-details .blog-sidebar .sidebar-cart a {
    color: #fff;
    background: #000;
    font-size: 16px;
    padding: 5px 20px;
    border: 1px solid #555;
    transition: .5s;
  }
  #blog-details .blog-sidebar .sidebar-cart a:hover {
    color: #000;
    background: #fff;
    font-size: 16px;
    padding: 5px 20px;
    border: 1px solid #555;
    transition: .5s;
  }
  #footer-buttom{
    background-color: #054005;
  }
  #footer-buttom p{
    color: #fff;
  }
 @media only screen and (max-width: 768px) {
  .slider-bottom-list li{
    width: 100%;
    float:left;
    }
    #newsletter h3 {
    font-size: 27px !important;
    margin-top: 50px !important;
}
}
#newsletter h3{
    text-align:center;
    font-size:40px;
}
  