body
{
   font-family: "Open Sans", sans-serif !important;
   font-size: 1.3em !important;
   overflow-x: hidden;
}


.font-size-16{
    font-size: 16px;
}


/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc;
}















 .btn-modify-portfolio {
height: 40px;
width: 120px;
border-color: #8ec73b;
border-radius: 20px;
background-color: transparent;
color: #8ec73b;
font-weight: bold;

}


 .btn-modify-portfolio:hover {
    border-color: white;
    border-width: 2px;
    border-style: solid;
    background-color: #8ec73b;
    color: white;
    }





/* PORTFOLIO GALLERY */

.nav-font-size{
  font-size: 15px !important;
  letter-spacing: 1px !important; 
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    height: 30px;
width: 120px;
border-color: #025aa5;
border-radius: 20px;
background-color: transparent;
color: #025aa5;
font-weight: bold;

}



.filter-button:hover
{
     border-color: white;
    border-width: 2px;
    border-style: solid;
    background-color: #025aa5;
    color: white;

}
.filter-button.active
{
    background-color: #025aa5;
    color: white;
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 20px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    width: 100%;
    height: 215px;
}


/* PORTFOLIO GALLERY END */


.li-mod li{
    float: left;
    text-decoration: none;
    list-style: none;
}



.mod1 {
position:relative;
overflow:hidden;
}
.mod1 .textbox {
width:100%;
height:150px;
position:absolute;
top:0;
left:0;
margin-top:-160px;
border-radius:5px;
background-color: rgba(0,0,0,0.75);
-webkit-box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
}
.mod1:hover .textbox {
margin-top:0;
height: 100%;
color: white;
}
.text {
padding-top: 120px;
font-size: 22px;
}
.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}







.mod:hover .image0 {
    -webkit-transform:scale(1.3);
    transform:scale(1.3);
}
.mod {
    overflow:hidden;

}
.image0 {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}







.logo-style {
    width:150px !important; height:60px; padding-top: 5px;
}


.background-white {
background-color: #fff !important;
}

.anker-bg {
background-color: #129AC7;
}


    .anker-bg:hover {
    background-color: #fff !important;
    color: #129AC7 !important;
    }

.a-modify {
text-decoration: none;
color: #8ec73b;
font-weight: bold;
}

    .a-modify:hover {
    color: #8ec73b;
    text-decoration: none;
    }

.logo{
	padding:10px 0 14px 20px !important;
}

.color-red {
    color: #8ec73b;
}

.searchbar{
	padding:30px 0 0px 0;
}

.height{
	height: 34px;
	width:  34px;
}

ul.navigation li{
	
  color: gray !important;
	
}

ul.navigation li:hover{

	
}


.navbar{
    background: #ffffff !important;
    padding:10px;
}



  li.new-nav{
    float: left !important;
    margin-left:20px !important;
  }

  ul.navigation li{
    margin-left: 2px !important;

  }

ul > li >a {
    color: #0c0000;
}

ul > li >a:hover{
  
  background-color: transparent !important;
  border-bottom-color: #8ec73b;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  
  
 
 
  
  height: 40px;
  
  

  
  
}

    ul > li > a:hover::after {
    border-bottom: 2px solid #8ec73b !important;
    
    }

ul > li > ul> li >a{
	color: black !important;	
	}


.dropdown-menu > li > a{
        border-bottom: 1px solid #76b51b;
        padding: 5px 50px; !important
        color:black; !important
}


.navbar .navbar-nav {
    display: inline-block;
    float: none;
	color: white;
}

    

.navbar .navbar-collapse {
    text-align: right;
    font-weight: bold;
    
	  
}

.padding-top-10px {
padding-top: 10px;
}

.padding-top {
padding-top: 20px;
}

.padding-top-search {
padding-top: 18px;

}

.padding-top-explore{
    padding-top: 23px;
}

a h5 strong:hover{
    color: white;
    
}

.padding-top-max {
padding-top: 110px;
}

.padding-top-max1 {
padding-top: 90px;

}

.padding-top-max-2 {
padding-top: 250px;
padding-left: 30px;

}

.padding-top-bottom {
padding-top: 20px;
padding-bottom: 20px;
}

.padding-top-bottom-60 {
padding-top: 60px ;
padding-bottom: 60px;
}

.padding-top-30px {
padding-top: 30px;

}

.margin-top-30px {
margin-top: 30px;

}


.padding-bottom {
padding-bottom: 80px;
}

.slider{
	padding-top: 0px !important;

}

 .nopadding1{
	padding: 0px !important;
	margin: 0px !important;
}



  .slider{
    padding: 0;
  }

  .navbar{
  	margin-bottom: 0px !important;
  }

 
  .navmenu-1:hover{
  	color: #666;
  	position: relative;
  }

 
 

  .search{
  	vertical-align: middle;
  	display: block;
  	height: 90px;
    
    padding-left: 30px !important;
    padding-right: 30px;
  }

.border-bottom {
    border-bottom-color: gray;
    border-bottom-width: .1px;
    border-bottom-style: groove;
    
    

}

.padding-bottom1 {
padding-bottom: 10px;
}

  .txt{
  	vertical-align: middle;
  	display: inline-block;
  	text-align: left;
  	font-size: 50px;
  	color: white;
 	
  }

  .txt1{
  	color: white;
  	font-size: 14px;
  }

.padding-top-container {
    padding-left: 60px;
    padding-right: 60px;

}

.get {
background-color: #8ec73b;
color: white;
    padding:3px;
    font-size: 10px;
    cursor: pointer;
}

.msg-border {
border: 2px solid #8ec73b;
border-radius: 50%;
height: 80px;
width: 80px;
padding-top: 17px;
padding-left: 18px;
cursor: pointer;

}

.grey-color {
color: grey;
}

.padding-max {
padding-top: 120px;
padding-left: 100px !important;
}

.margin-left-b {
margin-left: 10px;
}

.box-shadow {
box-shadow: 3px 5px 5px #888888;
}

.box-shadow:hover {
box-shadow: 8px 12px 5px #888888;
}

.font-size-p {
font-size: 1.3em;
padding-right: 16px;
}

.btn-modify-slider2 {
height: 35px;
width: 200px;
border-color: #fff;
background-color: transparent;
color: white;
transition: all 0.5s;
  cursor: pointer;
  font-size: 14px;
}

.btn-modify-slider2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-modify-slider2 span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-size: 14px;
}

.btn-modify-slider2:hover span {
  padding-right: 25px;
}

.btn-modify-slider2:hover span:after {
  opacity: 1;
  right: 0;
}




.pop-up-width{
  width: 600px !important;
}

.btn-modify-quote {
height: 35px;
width: 200px;
border-color: #8ec73b;
background-color: transparent;
color: #8ec73b;
transition: all 0.5s;
  cursor: pointer;
  font-size: 14px;
}

.btn-modify-quote span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-modify-quote span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-size: 14px;
}

.btn-modify-quote:hover span {
  padding-right: 25px;
}

.btn-modify-quote:hover span:after {
  opacity: 1;
  right: 0;
}

.padding-top-bottom-10 {
padding-top: 10px;
padding-bottom: 10px;
}

.border-bottom-modify {
border-bottom: 3px solid #8ec73b;
}

.borders {
    border: 1px groove #e6e6e6;

}

    .background {
    background-color: #DFDCE3;
    }

    .background:hover {
    background-color: #8ec73b;
    
    }

.icon-contact {
height: 40px;
width: 40px;
border: 2px solid #8ec73b;
color: white;
background-color: #8ec73b;
padding-top: 5px;
padding-left: 6px;
border-radius: 8px;
}


/* clients hover effect */

.container-client {
position:relative;
}
.textbox-client:hover {
opacity:1;

}
.text-client {
padding-top: 50px;
}
.textbox-client {
width:584px;
height:300px;
position:absolute;
top:0;
left:0;
padding-left: 255px;
padding-top: 50px;
opacity:0;

background-color: #8ec73b;

-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}

.border-link {
height: 60px;
width: 60px;
border-radius: 50%;
background-color: white;
color: #8ec73b;
padding-top: 14px;
padding-left: 11px;
cursor:pointer;
}

.textbox-height {
height: 45px !important;
}

.textarea-height {
height: 100px !important;
}






.tooltip-arrow,
.tooltip > .tooltip-inner {background-color:#8ec73b; font-size:10px;}

/* jssor slider bullet navigator skin 21 css */
                /*
                .jssorb21 div           (normal)
                .jssorb21 div:hover     (normal mouseover)
                .jssorb21 .av           (active)
                .jssorb21 .av:hover     (active mouseover)
                .jssorb21 .dn           (mousedown)
                */
.carousel-content {
  margin-top: 0px !important;
  
}









                .jssorb21 {
                    position: absolute;
                }
                .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
                    position: absolute;
                    /* size of bullet elment */
                    width: 19px;
                    height: 19px;
                    text-align: center;
                    line-height: 19px;
                    color: white;
                    font-size: 12px;
                    background: url(http://www.mangotechsolutions.com/img/b21.png) no-repeat;
                    overflow: hidden;
                    cursor: pointer;
                }
                .jssorb21 div { background-position: -5px -5px; }
                .jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
                .jssorb21 .av { background-position: -65px -5px; }
                .jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }

                /* jssor slider arrow navigator skin 21 css */
                /*
                .jssora21l                  (normal)
                .jssora21r                  (normal)
                .jssora21l:hover            (normal mouseover)
                .jssora21r:hover            (normal mouseover)
                .jssora21l.jssora21ldn      (mousedown)
                .jssora21r.jssora21rdn      (mousedown)
                */
                .jssora21l, .jssora21r {
                    display: block;
                    position: absolute;
                    /* size of arrow element */
                    width: 55px;
                    height: 55px;
                    cursor: pointer;
                    background: url(http://www.mangotechsolutions.com/img/a21.png) center center no-repeat;
                    overflow: hidden;
                }
                .jssora21l { background-position: -3px -33px; }
                .jssora21r { background-position: -63px -33px; }
                .jssora21l:hover { background-position: -123px -33px; }
                .jssora21r:hover { background-position: -183px -33px; }
                .jssora21l.jssora21ldn { background-position: -243px -33px; }
                .jssora21r.jssora21rdn { background-position: -303px -33px; }

.white-color {
    color: white;
}

.play-border {
height: 30px;
width: 30px;


}

.play-border:hover {

color: #8ec73b;
cursor: pointer;
}

.margin-bottom-max {
margin-top: -100px;
}

.background-color-red {
background-color: #8ec73b;
height: 300px;

}

.background-color-white {
background-color: white;
height: 300px;


}

.margin-top {
    margin-top: 10px;
}

.margin-top1 {
    margin-top: 20px;
}

.textarea-height {
height: 210px !important;
}

.btn-modify {
height: 40px;
width: 120px;

border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
background-color: #8ec73b;
color: white;
border: none;
}

    .btn-modify:hover {
    border-color: #8ec73b;
    border-width: 2px;
    border-style: solid;
    background-color: white;
    color: #8ec73b;
    }

    .btn-modify-slider {
height: 40px;
width: 120px;
border-color: #8ec73b;
border-radius: 20px;
background-color: transparent;
color: white;

}

        .btn-modify-slider::before {
        
        border-bottom:2px solid #8ec73b;
        width: 10px;
        height: 5px;
        }


    .btn-modify-slider:hover {
    border-color: white;
    border-width: 2px;
    border-style: solid;
    background-color: white;
    color: #8ec73b;
    }

    .icons {
    border-style: solid;         
    border-color: gray;
    border-width: 2px;
    border-radius: 50%;
    height:35px;
    width: 35px;
    text-align:center;
    padding-top:8px;
    color:white;
    background-color:gray;
}

    .icons:hover {
    border-color: #a7b4bb;
    background-color: #a7b4bb;
    color: black;
    }

.footer-icon-color {
    color: #969595;
}

    .btn-modify-footer {
border-width: 2px;
border-color: #8ec73b;
border-style: solid;
background-color: #8ec73b;
color: white;
height:30px;
}

.btn-modify-footer:hover {
border-width: 2px;
border-color: #8ec73b;
border-style: solid;
background-color: #8ec73b;
color: white;

}

.btn-modify-b {
border-width: 2px;
border-color: #8ec73b;
border-style: solid;
background-color: white;
color: #8ec73b;
height:30px;
}

.btn-modify-b:hover {
border-color: #8ec73b;
background-color: #8ec73b;
color: white; 
}

.padding-top1 {
padding-top: 50px;
}

.padding-top2 {
padding-top: 20px;
}

.padding-top3 {

}

.features-icon {
border-radius: 50%;
height: 80px;
width: 80px;
background-color: #333;
color: white;
padding-top: 20px;

-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}

.features-icon:hover {
    -webkit-transform:scale(1.1);
transform:scale(1.1);
background-color: #8ec73b;
}

.border-left {
border-left: 1px groove #E7DFDD;
}

.get-a-quote {
    color: grey; font-weight: bold; z-index: 10000; position:fixed; margin-top: -300px;
}

    
    /* 2nd slider */

    h3{
    font-size: 20px;
    font-family:Verdana;
    color: #515151;
}
img {
     width: 40%;
	}
	    
.carousel-inner {
      background-color: #8ec73b;
}
    
.carousel-caption {
      font-size: 2em;
      right: 10%;
      left: 60%;
      top: 30%;
      bottom: 30%;
      text-align: left;
      text-shadow: none;
     }
.carousel-indicators{
      font-size: 2em;
      bottom: -1%;
      text-align: left;
      text-shadow: none;
        }

.padding-left-indicators {
padding-right: 490px !important;
}



@import url(../api/-family-entypo.css);

/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}
a { 
   text-decoration: none;
}
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#sticky-social {
   left: 0;
   position: fixed;
   top: 150px;
  
}
#sticky-social a {
   background: #129AC7;
   border-top-right-radius:20px;
   color: #fff;
   display: block;
   height: 55px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 55px;
   padding-top: 10px;
   opacity: .5;
}

#sticky-social a:hover{
    border-bottom-right-radius:20px;
    border-top-right-radius:0px;
    opacity: 1;
    
}

#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#sticky-social a:hover span {
   left: 100%;
   
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background-color: #8ec73b; color: grey; }






































/* End 2nd Slider */


/* Product Slider */

.carousel-inner.onebyone-carosel { margin: auto; width: 100%; background-color: #fff !important; }
.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }


/* End Product Slider  */



.image1:hover  {
-webkit-transform:scale(1.1);
transform:scale(1.1);
}

.image1 {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}


@media(max-width:480px) {

.h3-modify-480
{
    padding-top: 40px;
    font-size: 2.4em;
}

.p-modify-480 {
font-size: 1.9em;
}

.btn-modify-slider {
width: 220px;
height: 60px;
font-size: 2.2em;
}

.font-size-p {
padding-left: 10px;
} 

.logo-style {
    width:110px !important; 
    height:40px!important; 
    padding-left: 0px!important; 
    padding-top: 5px!important;
}

}