*
{
	margin:0px;
	padding:0px;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #7cc442; 
  border-radius: 2px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:  #009140; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:#009140; 
}

/* about*/

/*-- /services --*/

.services {
    background-image: url(../images/bg.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px 0 70px;
    overflow: hidden;
    background-attachment: fixed;
}

    .services h3 {
        color: #fff;
        text-align: center;
    }

.icon_info span {
    height: 90px;
    width: 90px;
    background: #04161b;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px 1px rgba(83, 79, 78, 0.5);
    -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 5px solid #fafafa;
    line-height: 85px;
    font-size: 2em;
    color: #ffffff;
}

.icon_info h5 {
    font-size: 1.4em;
    color: #333;
    margin: 1em 0;
    font-weight: 600;
}

.icon_info {
    text-align: center;
}

.icon_info {
    text-align: center;
    padding: 3.5em 2em;
    background: #ffffffb5;
    box-shadow: 0 0px 3px rgb(248, 90, 64), 0 1px 3px rgb(248, 90, 64);
}

.grid_info_main:nth-child(2) {
    margin-top: 0em;
}

.grid_info_main:nth-child(3) {
    margin-top: 0em;
}

.grid_info.second {
    margin-top: 0em;
}

/*-- //services --*/
/*-- /banner_bottom --*/

.banner_bottom {
    padding: 4em;
    background:#e7eaed;
}

.banner_bottom h3 {
   font-size: 30px;
    color: #db4c16;
    letter-spacing: 1px;
    font-weight:bold;
    text-align: center;
    padding-top: 20px;
}

    .banner_bottom span {
      font-weight: bold;
      font-size: 30px;
    color: #009140;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 20px;
    }

.banner_bottom_in {
    text-align: center;
    margin: 0 auto;
    width: 60%;
}

    .banner_bottom p {
        margin: 2em 0;
        text-align: justify;
        font-size: 16px;
        
    }

.edu_button a {
    padding: 0.8em 3em;
    color: #fff;
    font-size: 0.8em;
    letter-spacing: 1px;
    background: #e24819;
    border: 2px solid #19704d;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    margin-top: 20px;
}

    .edu_button a:hover {
        background: #009140;
        border: 2px solid #43674f;
        color: #fff;
    }

.banner_bottom_in h3 {
    line-height: 1.3em;
}

.video iframe{
  width: 100%;
  min-height: 350px;

}


/*-- //banner_bottom --*/

  nav link items
*/
.folded-corner{
  padding: 25px 25px;
  position: relative;
  font-size: 90%;
  text-decoration: none;
  color: #999; 
  background: white;
  transition: all ease .5s;
  border: 1px solid #7cc442 !important;
}
.folded-corner:hover{
	background-color: #7fc23f;
  border: 1px solid #7cc442 !important;
}

/*
  paper fold corner
*/

.folded-corner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0px 0px 0;
  border-color: #ddd #000;
  transition: all ease .3s;
}

/*
  on li hover make paper fold larger
*/

.folded-corner:hover:before {
	background-color: #7fc23f;
  border-width: 0 50px 50px 0;
  border-color: #eee #000;
  
}

.service_tab_1{
	background-color: white;
}
.service_tab_1:hover .fa-icon-image{
    color: black;
    transform: rotate(360deg) scale(1.5);
}


.fa-icon-image{
	color: black;
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    text-rendering: auto;
    transition: all .65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(.99,.82,.11,1.41);
}


/* team css start*/
.team-img img
{
  height: 200px;
  width: 100%;
}
.team_section_headings{
	min-height:60px;
	color:black;
	font-family:monotype cursiva;
	margin-top:2%;
	text-align:center;
    margin-bottom:1%;	
}
.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    text-align: center;;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}
/* team css end*/

 
/* newsletter css start here */
.newsletter {
padding: 80px 0;
background: #3186a2;
}

.newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content h2 {
color: #000000;
margin-bottom: 20px; }
.newsletter .content .form-control {
height: 50px;
border-color: #ffffff;
border-radius:0;
}
.newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.newsletter .content .btn {
min-height: 50px; 
border-radius:0;
background:#000000;
color: #fff;
font-weight:600;
}
/* newsletter css end here */



.full_content
{
	background:white;
	color:#566977;
	font-size:15px;
	text-align:justify;
  padding-left:3%;	
}
@media (max-width:767px)
{
 
  #myCarousel img
  {
    height: 300px !important;
  }
  .about_right img
  {
    height: 200px !important;
    width: 85% !important;
    margin-left: 8% !important;
  }
  .team_image
  {
    min-height:160px !important;
	padding-top:30% !important;
	font-size:22px !important;
  }
    .contact_image
  {
    min-height:200px !important;
	padding-top:29% !important;
	font-size:22px !important;
  }
  .about_img
  {
    margin-left: 15%;
    margin-bottom: 5%;
  }
  #carrer_form
  {
    margin-top: 15%;
  }
  .career_left
  {
    margin-left: 10% !important;
    padding-top: 6%;
  }
    .career_right
  {
   text-align: center;
   min-height: 320px !important;
  }
  .technology_section
  {
   margin-top: 19% !important;
  }
 .readmore_section{
  margin-top: 20% !important;
 }

}
/* services css start here */
.services_section_space
{
	margin-top:8%;
}
.service-grid {
    background: #fcfcfc;
	margin-bottom:5%;
}
    .service-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}
.service-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    background: #80c147;
    bottom: -25px;
    margin: auto;
    right: 0;
}
.service-icon {
    position: relative;
}
.service-title p {
    text-align:center;
    margin-bottom: 10px;
}
.about-info-text h2 {
    margin-bottom: 23px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: .9;
}
.about-info-text p {
    padding: 0 100px;
    font-size: 18px;
    margin-bottom: 26px;
      position: relative;
}
.about-content p {
    margin-bottom: 0;
}
.about-info-text a {
    margin-bottom: 20px;
      position: relative;
}
.service-icon i {
    font-size: 40px;
    color: #7cc442;
    margin-bottom: 20px;
    display: inline-block;
}
.service-wrap {
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
    position: relative;
	margin-top:2%;
}

.service-wrap p{
      position: relative;
}

.service-wrap:hover {
    background-image:url('../images/aboutus.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}

.service-wrap:hover:before {
    background: rgba(0, 0, 0, 0.2901960784313726);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-wrap:hover h4,.service-wrap:hover p{
    color: #fff;
}
.service-wrap h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-family: monotype cursiva;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
}
.service-wrap a {
    font-size: 14px;
    font-weight: 600;
      position: relative;
    color: #80c147;
}
/* services section end here */

/* contact us css start here */
.contactus
{
  padding-top: 35% !important;
}
        .contact_image
			{
			min-height:350px;
			background-image:url('../images/about4.jpg');
			background-repeat:no-repeat;
			background-size:100% 100%;

			}
      .about-rg{
          min-height:350px;
            background-size:100% 100%;
        background:rgb(0,0,0,0.5);
        background-size: cover;
      }
         .contact_image p{
         line-height: 120px;
      font-family: monotype cusiva;
     padding-top: 50px;
      font-size:40px;
      font-weight: bold;
      color:#009140; 
      }
         .contact_image label {
          font-size: 20px;
          color: #e14918;
          text-align: center;
          font-family: bold;
           
        padding-top:-200px; 
         font-family: monotype cusiva;



      }
      .abt2{
        min-height: 400px;
      }
      .process{
        font-weight: bold;
        color:#e14918;
        padding-top: 20px;
      }
      .process span{
        font-weight: bold;
        color:#009140;
        padding-top: 20px;
      }

      /*-- /sec_video --*/

.sec_video {
    padding: 4em 0;
    background: #f3f3f3;
}

.about-sub-gd {
    margin-bottom: 2em;
}

.about-gd h4 {
    color: #252001;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 11px;
    border-bottom: 1px solid rgb(190, 172, 172);
    margin-bottom: 0.3em;
}

.about-gd p {
    margin: 0px;
    text-align: justify;
    padding: 0px;
    padding: 0px 0 0px 0;
    color: #000;
}

.about-gd1 {
    margin-top: 0em;
}

    .about-gd1 img {
        border: 7px solid #ffffff;
    }

.about-gd.ab-right {
    margin-top: 0em;
}

/*-- //sec_video --*/

/* start universities--*/

        .port_image
      {
      min-height:350px;
      background-image:url('../images/port.jpg');
      background-repeat:no-repeat;
      background-size:100% 100%;

      }
      .about-rg{
          min-height:350px;
            background-size:100% 100%;
        background:rgb(0,0,0,0.5);
        background-size: cover;
      }
         .port_image p{
         line-height: 120px;
      font-family: monotype cusiva;
     padding-top: 50px;
      font-size:40px;
      font-weight: bold;
      color:#009140; 
      }
         .port_image label {
          font-size: 20px;
          color: #e14918;
          text-align: center;
          font-family: bold;
           
        padding-top:-200px; 
         font-family: monotype cusiva;



      }
/* end universities--*/

/* start scholarship --*/
.individualtest-wrapper{
  background:#efefef;
  padding-bottom: -40px; 
}
.scholarshpcontent p{
  font-size: 16px;
  color:gray;
}
.scholarshpcontent h2{
  font-size: 30px;
 
}
.individualtest-content span{
  font-size: 20px;
  font-weight: bold;
  color:#de4b15;
}
.individualtest-content p{
  padding-top: 5px;
 
 
}
/* end scholarship--*/
/* start services*/
.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}
#services {
  background: #000 url(../images/services/bg_services.png);
  background-size: cover;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
  font-size: 25px;

}
.feature-wrap h3{
 font-size: 16px;
 color:gray;
 
}


.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #e24917;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #e24917;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #00913d;
}
.services-txt h2{
  padding-top: 30px;
}
/* end services*/



.footer_icon
{
  text-align: left;
}
    .footer_icon #social-fb:hover {
        color: #3B5998;
    }
     .footer_icon #social-fb{
        font-size: 30px;
    }
    
    .footer_icon #social-tw:hover {
        color: #4099FF;
    }
    .footer_icon #social-tw{
        font-size: 30px;
    }
    
    .footer_icon #social-gp:hover {
        color: #d34836;
    }
    .footer_icon #social-gp {
        font-size: 30px;
    }

    .sec-title {
    position: relative;
    padding-bottom: 40px
}

.sec-title .title {
    position: relative;
    color: #00b8ca;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize
}

.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbb
}

.sec-title h2 {
    position: relative;
    color: #252525;
    font-size:30px;
    font-weight: 600;
    line-height: 1.5em;
    display: block
}

.sec-title.light h2 {
    color: #fff
}

.contact-page-section {
    position: relative;
    padding-top: 20px;
    padding-bottom: 110px;
}

.contact-page-section .inner-container {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1)

}

.contact-page-section .form-column {
    position: relative;
    padding: 0 0 0 15px
}

.contact-page-section .form-column .inner-column {
    position: relative;
    padding: 60px 45px 30px;

}

.contact-page-section .info-column {
    position: relative;

}

.contact-page-section .info-column .inner-column {
    position: relative;
    padding: 60px 35px;
            background-image: url(../images/feed.png) !important;
        min-height: 610px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
}

.contact-page-section .info-column h2 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 45px
}

.contact-page-section .info-column .list-info {
    position: relative;
    margin-bottom: 60px
}

.contact-page-section .info-column .list-info li {
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 1.8em;
    padding-left: 45px
}

.contact-page-section .info-column .list-info li:last-child {
    margin-bottom: 0
}

.contact-page-section .info-column .list-info li i {
    position: absolute;
    left: 0;
    top: 8px;
    color: #fff;
    font-size: 30px
}

.contact-form {
    position: relative
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    color: #222;
    font-size: 14px;
    line-height: 38px;
    padding: 10px 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
    border-color:#82be40;
}

.contact-form textarea {
    height: 150px !important;
    resize: none
}

.contact-form .theme-btn {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
    padding: 16px 39px;
    border: 2px solid #82be40;
    font-family: Arimo, sans-serif;
    background: #82be40;
    display: inline-block;
    position: relative;
    line-height: 24px;
    cursor: pointer;
    color: #fff
}

.contact-form .theme-btn:hover {
    color:black !important;
    border-color: #82be40;
    background: 0 0
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: red!important
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: red;
    font-weight: 500
}


/* career css start here */


.career_right
{
  min-height: 400px;
  margin-top: 1%;
  padding-top: 4%;
  color: black !important;
 /* background-attachment: fixed;
  background-image: url('../images/slider4.png');
  background-repeat: no-repeat;
  background-size:100% 100%;*/
}
.input-group
{
  margin-top: 2% !important;
}
#btncar
{
  min-height: 32px;
  width: 94%;
  margin-left: 3%;
  margin-top: 2%;
  outline: none;
  background-color: #7dc13d;
  border: none;
  color: white;
  font-size: 16px;
}
#carrer_form
{
  min-height: 400px;
  background-color: rgba(124,196,66,.3);
  width: 70%;
  margin-left: 10%;
}
/* career css end here */
.ih-item, .ih-item * {
    -moz-box-sizing: border-box;
}
.ih-item a {
    color: #333333;
}
.ih-item a:hover {
    text-decoration: none;
}
.ih-item img {
    height: 100%;
    width: 100%;
}
.ih-item.circle {
    height: 220px;
    position: relative;
    width: 220px;
}
.ih-item.circle .img {
    border-radius: 50%;
    height: 220px;
    position: relative;
    width: 220px;
}
.ih-item.circle .img:before {
    border-radius: 50%;
    box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
}
.ih-item.circle .img img {
    border-radius: 50%;
}
.ih-item.circle .info {
    backface-visibility: hidden;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.ih-item.square {
    border: 8px solid #FFFFFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    height: 216px;
    position: relative;
    width: 316px;
}
.ih-item.square .info {
    backface-visibility: hidden;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.ih-item.circle.effect1 .spinner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #3186a2 #80c147 #80c147 #3186a2;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    border-radius: 50%;
    height: 230px;
    transition: all 0.8s ease-in-out 0s;
    width: 230px;
}
.ih-item.circle.effect1 .img {
    bottom: 0;
    height: auto;
    left: 10px;
    position: absolute;
    right: 0;
    top: 10px;
    width: auto;
}
.ih-item.circle.effect1 .img:before {
    display: none;
}
.ih-item.circle.effect1.colored .info {
    background: none repeat scroll 0 0 rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect1 .info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 10px;
    opacity: 0;
    right: 0;
    top: 10px;
    transition: all 0.8s ease-in-out 0s;
}
.ih-item.circle.effect1 .info h3 {
    color: #FFFFFF;
    font-size: 22px;
    height: 110px;
    letter-spacing: 2px;
    margin: 0 30px;
    padding: 55px 0 0;
    position: relative;
    text-shadow: 0 0 1px #FFFFFF, 0 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.ih-item.circle.effect1 .info p {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #BBBBBB;
    font-size: 12px;
    font-style: italic;
    margin: 0 30px;
    padding: 10px 5px;
}
.ih-item.circle.effect1 a:hover .spinner {
    transform: rotate(180deg);
}
.ih-item.circle.effect1 a:hover .info {
    opacity: 1;
}

/*********************** Demo - 14 *******************/



.box14{position:relative;}
.box15,.box17,.box18{box-shadow:5px 5px 5px 5px #7e7d7d !important;text-align:center}
.box14:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s}
.box14:hover:before{opacity:1}
.box14 img{width:100%;height:260px !important;}
.box14 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%}
.box14 .box-content:after,.box14 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
.box14 .box-content:before{border-bottom:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.5);transform:scale(0,1);transform-origin:0 0 0}
.box14 .box-content:after{border-left:1px solid rgba(255,255,255,.5);border-right:1px solid rgba(255,255,255,.5);transform:scale(1,0);transform-origin:100% 0 0}
.box14:hover .box-content:after,.box14:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.box14 .title{font-size:21px;font-weight:700;color:#fff;margin:15px 0;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.box14:hover .title{opacity:1;transform:translate3d(0,0,0)}
.box14 .post{font-size:14px;color:#fff;padding:10px;border:1px solid #7cc442;opacity:0;border-radius:0 15px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s}
.box14 .icon,.box15 .icon{padding:0;list-style:none}
.box14:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
.box14 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
.box14:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
.box14 .icon li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff;margin-right:5px;transition:all .4s ease 0s}
.box14 .icon li a:hover{background:#d79719;border-color:#d79719}
@media only screen and (max-width:990px){.box14{margin-bottom:30px}
}
/*=============== Start mySidenav ==============*/
#mySidenav a {
    position: fixed;
    right: -100px;
    transition: 0.3s;
    width: 150px;
    text-decoration: none;
    color: #fff;
    z-index: 92;
    padding: 12px;
    padding-left: 14px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    line-height: 1.5;
    background:#cc0303;
    border: 1px solid white;
    color: white;
}
#mySidenav i{font-size: 18px;padding-right: 28px;color: white;}
#mySidenav a:hover i{display: none;}
#mySidenav a:hover {
    right: 0px;
}

.facebook {top: 228px;}
.twitter {top: 321px;}
.linkedin{top: 274px;}
.youtube{top: 368px;}

/*=============== End mySidenav ==============*/
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 20px 30px 20px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}


  
 
/* End carousel */
     .career_heading{
      margin-top: -40px;
     }
    
    .right_form
    {
    min-height: 560px;
    background: rgba(0,0,0,.3);
    margin-bottom: 2%;
    }
    #txtcareer
    {
      min-height: 40px;
      margin-top: 2%;
      font-size: 16px;
      padding-left:10px;
      border: 1px solid #7cc442;
      margin-left: 3%;
      outline: none;
      box-shadow: 2px 2px 5px black;
      width: 45%;
    }
    .txt_box
    {
      min-height: 40px;
      width: 93.5%;
      padding-left:10px;
      box-shadow: 2px 2px 5px black;
      border: 1px solid #7cc442;
      margin-left: 3%;
      background: white;
      margin-top: 2%;
      font-size: 16px;
      outline: none;
    }
    .txt_box2
    {
      min-height: 180px;
      width: 93.5%;
      margin-top: 2%;
      padding-top: 1%;
      font-size: 16px;
      padding-left:10px;
      box-shadow: 2px 2px 5px black;
      border: 1px solid #7cc442;
      margin-left: 3%;
      outline: none;
    }
    .txt_box3
    {
      min-height: 40px;
      width: 93.5%;
      margin-top: 3%;
      font-size: 17px;
      color: black;
      font-weight: bold;
      padding-left:10px;
      background: #7cc442;
      box-shadow: 2px 2px 5px black;
      border: 1px solid #7cc442;
      margin-left: 3%;
      outline: none;
    }
/* feedback end here */
.technology_section
{
  min-height: 180px;
  background-color:white;
  margin-top: 5%;
}
.technology_section2
{
  min-height: 180px;
  background-color:white;
}
.tech_left
{
  font-size: 15px;
  margin-bottom: 4%;
}
.tech_left img
{
  height: 220px;
  width: 100%;
}
.tech_left
{
  text-align: center;
}
.tech_right
{
  font-size: 17px;
}
.tech_right p
{
  font-size: 17px;
font-family: 'Arimo', sans-serif;
}
/* view img css start here */
.gal-container{
  padding: 12px;
  margin-top: 4%;
}
.gal-item{
  overflow: hidden;
  padding: 3px;
}
.gal-item .box{
  height: 220px;
  overflow: hidden;
  border: 2px solid #7cc442;
}
.box img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  -o-object-fit:cover;
}
.gal-item a:focus{
  outline: none;
}
.gal-item a:after{
  content:"\e003";
  font-family: 'Glyphicons Halflings';
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
    line-height: 220px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
  opacity: 1;
}
.modal-open .gal-container .modal{
  background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
  padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
  outline: none;
}
.modal-open .gal-item button.close span{
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow:none;
}
.gal-container .modal-dialogue{
  width: 80%;
}
.gal-container .description{
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4{
  margin:0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}
/* read more css start here */
.readmore_section
{
  min-height: 300px !important;
  background-color: white !important;
  font-family: monotype cursiva;
  margin-top: 5.5%;
}
.btngetQ
{
  min-height: 38px !important;
  border: none;
  margin-top: -10% !important;
  outline: none;
  background-color: #82be40;
  color: white;
  border-radius: 2px;
  width: 100px;
}
.getquote_section
{
  min-height: 410px;
  background-color: #f2f2f2;
  background-image: url('../images/get.jpg');
  background-size:100% 100%;
  background-repeat: no-repeat;
}
.getquote_form
{
    min-height: 520px;
    margin-bottom: 5%;
    padding-top: 1%;
}
.getquote
{
  min-height: 40px;
  width: 99.7%;
  padding: 5px;
  margin-top: 2%;
  outline: none;
}
.getquote1{
  min-height: 40px;
  width: 49.6%;
  padding: 5px;
  outline: none;
  margin-top: 2%;
}
.explain
{
 min-height: 150px;
  width: 99.7%;
  resize: none;
  padding: 5px;
  margin-top: 2%;
  outline: none; 
}
.btngq
{
 min-height: 40px;
  outline: none;
  margin-top: 2%;
  width: 25%;
  background-color: #82be40;
  border: none;
  color: white;
  font-size: 16px;  
}
/*gallery css */
.carousel-control {
  left: -12px;
    height: 40px;
  width: 40px;
    background: none repeat scroll 0 0 #82be40;
    border: 4px solid #0095d8;
    background-color: #82be40 !important;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
  right: -12px;
}
/* The indicators */
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
  background: #82be40 !important;
}
.carousel-indicators .active {
background: #82be40 !important;
}
/*feedback css*/
.formBox{
   /* margin-top: 90px;*/
    padding: 50px;
}

.inputBox{
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-top: 5%;
}
.inputBox .inputText{
    position: absolute;
    font-size: 18px;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
}
.inputBox .input{
    position: relative;
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    border-bottom: 1px solid rgba(0,0,0,.5);

}
.focus .inputText{
    transform: translateY(-30px);
    font-size: 18px;
    opacity: 1;
    color: #00bcd4;

}
textarea{
    height: 100px !important;
}
.button{
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: #82be40 !important;
    color: #fff;
}
/* start study*/
.study_image{
  min-height:350px;
  width:100%;
  background-color: #f2f2f2;
  background-image: url('../images/study.jpg');
  background-size:100% 100%;
  background-repeat: no-repeat;
}
.study-rg{
  margin:0px
  padding:0px;
   min-height:350px;
  width:100%;
  background:rgba(0,0,0,0.5);
  background-size: cover;
 
  background-size: 100% 100%;


  
}
 .study_image h2{
color:#dd5428;
padding-top: 30px;
font-family: cursive;
font-weight:bold;
font-size: 30px;

 }
 .study_image p{
color:#fff;
font-size: 18px;
padding-top: 30px;
font-weight:bold;

 }
 .Growth{
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;

 }
 .Growth-p{
padding-top: 15px;

 }

 .Career-process{
  float: left;
  background:#f8f8f8;
  padding: 30px;
 }
 .Career-gol{
   
  width: 55px;
  height: 55px;
  border-radius:50%;
  background:#dd5428; 
 
 }
 .carrer-proccess-text{
 
 }
 .carrer-proccess-text h2{
font-weight: bold;
letter-spacing: 1px;
padding-top: 15px;
 }
 .Career-gol i{
  margin:18px auto;
  font-size: 25px;
  color:#fff;
 }
 .prosse-left-image
 {
  float:left;
  width:50%;
  min-height: 500px;
  background-size: cover;
  background-size: 100% 100%;
 }
/* end study*/






/*footer start */
.pfooter img
{
  height: 50px;
}
.nb-footer{
  background: #272727;
  padding-bottom: 30px;
}
.nb-footer .footer-single{
  margin-top: 30px;
}
.nb-footer .footer-title{
    display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #82be40;
}
.nb-footer .footer-single a{
  text-decoration: none;
  color: #979797;
}
.nb-footer .footer-single a:hover

{
  color: #82be40;
}
.nb-footer .footer-single h2{
    color: #eee;
  font-size: 18px;
  font-weight: 200;
  display: inline-block;
  border-bottom: 2px solid #04913d;
  padding-bottom: 5px;
  margin-bottom: -2px;
}
.nb-footer .footer-single li{
  border-top: solid 1px #353535;
}
.nb-footer .footer-single li:first-child{
  border-top: none;
}
.nb-footer .footer-single li a{
  color: #979797;
  font-size: 12px;
  padding: 6px 0px;
  display: block;
  transition:all 0.4s ease-in-out;
}
.nb-footer .footer-single li a:hover{
  color: #82be40;
}
.nb-footer .footer-single li a:hover i{
  color: #82be40;
}
.nb-footer .dummy-logo {
    margin-top: 11px;
    padding-bottom: 9px;
}
.nb-footer .dummy-logo .icon {
    margin-right: 10px;
    border-radius: 20px;
    margin-top: 24px;
}
.nb-footer .brand {
    background: #82be40;
}
.nb-footer .dummy-logo i {
    font-size: 50px;
    color: #fff;
    padding: 5px;
}
.nb-footer .dummy-logo p {
    color: #999;
    font-size: 12px;
}
.nb-footer .dummy-logo h2 {
    font-size: 24px !important;
    border-bottom: none;
    color: #696969;
    padding: 5px 0;
}
.nb-footer .btn-footer{
  border: 1px solid #82be40;
  margin-top: 10px;
  color: #999;
}
.nb-footer .btn-footer:hover{
  background: #82be40;
  color: #fff;
  transition:all 0.4s ease-in-out;

}
.nb-footer .useful-links li a{
  text-transform: uppercase;
}
.nb-footer .footer-project a{
  font-size: 13px;
}
.nb-footer .footer-project img{
  margin-bottom: 20px;
  border: 1px solid #666;
  border-radius: 6px;
  padding: 1px;
  opacity: 0.7;
  transition:all 0.4s ease-in-out;
}
.nb-footer .footer-project img:hover{
  opacity: 1.0;
  cursor: pointer;
}
.nb-footer .footer-project .footer-title{
  margin-top: 0;
}
.nb-footer .footer-single p, .footer-single address{
    color: #979797;
  font-size: 14px;
  margin-top: 5px;
  line-height: 22px;
}
.footer_copy
{
  background: black;
  min-height: 50px !important;
  line-height: 50px !important;
}
.footer_copy1
{
  text-align: center;
  color: white;
  font-size: 15px;
}
.footer_copy1 a
{
  color: white;
}
@media(max-width: 767px){
   .xs-center{
  text-align: center;
}
 .left-clear{
  padding-left: 0;
}
 .right-clear{
  padding-right: 0;
}
}
/* footer end */
/*chat css start*/

  .chatbox {
    position: fixed;
    bottom: 0;
    right: 5px;
    width: 280px;
    height: 390px !important;
    background-color: #fff;
    font-family: 'Lato', sans-serif; 
    z-index: 99999999;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);

    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;
}

.chatbox--tray {
    bottom: -340px !important;
}

.chatbox--closed {
    bottom: -390px;
}

.chatbox .form-control:focus {
    border-color: #2ec8a6;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
    color:white !important;
}

.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: #82be40;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
     color:white !important;
    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
}

.chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title h5 a {
    color: black;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbox__title h5:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: #3186a2;
    border-radius: 6px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chatbox__title__tray,
.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;
    color: black;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
    opacity: 1;
}

.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff;
}

.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message {
    position: relative;
}

.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.chatbox__body__message img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 15px;
}

.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;
}

.chatbox__body__message--left img {
    left: -5px;
}

.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
}

.chatbox__body__message--right img {
    right: -5px;
}

.chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}

.chatbox--empty {
    height: 262px;
}

.chatbox--empty.chatbox--tray {
    bottom: -212px;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}

.chatbox--empty .chatbox__body,
.chatbox--empty .chatbox__message {
    display: none;
}

.chatbox--empty .chatbox__credentials {
    display: block;
}
/*chat css end */

/*services css strat */ 
.card-text
{
  font-size: 14px;
}
#what-we-do{
  background:#ffffff;
  margin-top: 3% !important;
}
#what-we-do .card{
  padding: 1rem!important;
  border: none;
  margin-bottom:1rem;
  text-align: center;
 min-height:180px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
/*#what-we-do .card:hover{
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}*/
/*==================================================
 * Effect 7
 * ===============================================*/
#what-we-do .card
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#what-we-do .card:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
#what-we-do .card .card-block{
  padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
  color: #82be40 !important;
  font-weight:700;
  text-decoration:none;
}
#what-we-do .card .card-block a i{
  display:none;
  
}
#what-we-do .card:hover .card-block a i{
  display:inline-block;
  font-weight:700;
  
}
#what-we-do .card .card-block:before{
  font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #82be40;
    left: 0;
  -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);  
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}

@media only screen and (max-width:1200px) {
#header.header-scrolled {
    background: #fff;
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: #fff;
    box-shadow: 5px 0px 15px #c3c3c3;
}

#nav-menu-container {
    float: right;
    margin: 0;
}
.nav-menu > li {
    margin-left: 10px;
}
.nav-menu > li {
    float: left;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-scrolled .nav-menu li:hover > a, .header-scrolled .nav-menu > .menu-active > a {
    color: #18d26e;
}
.header-scrolled .nav-menu a {
    color: black;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #81c240;
}
.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
}
}

/***********************Portfolio Section css**************************/
.gallery_content
{
    min-height: 1000px;
}
.gallery_content .gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery_content .gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
}
.gallery_content .filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    /*border-radius: 5px;*/
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.gallery_content .filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
   /* border-radius: 5px;*/
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.gallery_content .btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.gallery_content .gallery_product
{
    margin-bottom: 30px;
}
.gallery_content .gallery_product img
{
    height: 220px;
    width: 100%;
}
/************Ecommerce section*******************/
.service-wrap p
{
 font-size: 15px;
  font-family: 'Arimo', sans-serif;
}
.footer-newsletter .form-control
{
  border-radius: 20px 20px 20px 20px;
}

.service-wrap
{
  min-height: 330px !important;
}