/*

Template 2081 Solution

http://www.tooplate.com/view/2081-solution

*/

body
	{
		background: #ffffff;
        font-family:  Palatino, Palatino Linotype;
		font-weight: 500;
        position: relative;
	}

	

	

	
	
	
	
h2, h3, h4
    {
        font-weight: bold;
		color: #555;
    }

p
    {
        line-height: 26px;
    }

/* start all section */
#service, #about, #team, #newsletter,
 #pricing, #portfolio, #client, #contact
    {
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
    }
/* end all section */

/* start nagivation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0 !important;
        padding: 0;
    }
.navbar-default .navbar-brand
    {
        padding-top: 4px;
        padding-bottom: 60px;
    }
.navbar-default .navbar-nav li a
    {
        font-size: 13px;
        font-weight: bold;
        line-height: 35px;
    }
.navbar-default .navbar-nav li a:hover
    {
        color: #8CC642;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #8CC642;
  background-color: transparent;
}
.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #8CC642;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */        
#home
	{
      padding-top: 65px;
	}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #371604;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  min-width: 648px;
  min-height: 270px;
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}

.slider-caption {
  color:#8CC642;
  text-shadow: 0px 0px 2px #000,0px 0px 2px #000;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-caption h2{
	color:#8CC642;
}
.flexslider .btn
{
    background: #8CC642;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
}
.flexslider .btn:hover,
.flexslider .btn:focus {
    background: #fff;
    color: #8CC642;
    border: 2px solid transparent;
}

/* end home */

	
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
.controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
.controls li.active {
    background-color:#eee;
    border-top:3px #8CC642;;
}
.controls a small {
    overflow:hidden;
    display:block;
    font-size:16px;
    margin-top:5px;
    font-weight:bold;
	color:#4D7617;
	text-shadow: 0px 0px 1px #fff
	
}

.container-fluid h2{
	color:#8CC642;
}














/* start service */
#service .media
    {
        padding: 10px;
    }
#service .media .fa
    {
        color: #8CC642;
        font-size: 40px;
        margin-right: 20px;
    }
#service .media .media-heading
    {
        border-bottom: 2px solid #8CC642;
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }
	
	
	
/* end service */









/* =======================
SLIDER SECTION
========================= */
.slider-section {
    height: 100%;
    display: block;
    width: 100%;
    position: relative;
}

.slider-overlay {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.slider-section.container-fluid {
    height: 100%;
}

.slider-section.row {
    height: 100%;
}

.slider-section.carousel {
    height: 100%;
}

.slide {
    height: 100%;
}

.carousel-indicators {
    height: 100%;
    display: none;
}

.carousel-indicators > li {
}

.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.item {
    height: 100%;
    position: relative;
}

.item:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.carousel-caption {
    top: 16%;
    text-shadow: none;
    z-index: 9999;
    padding-bottom: 0;
}

.logo-part img {
    width: 75px;
    height: auto;
}

.logo-part {
    margin-left: -200px;
    margin-top: -60px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: -5px;
    color: #fff;
    margin-left: -30px;
    line-height: 37px;
}

.media-heading i {
    margin-left: 5px;
    color: #196fc0;
}

.carousel-caption > h1 {
    font-size: 85px;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
}

.carousel-caption > h1 > span {
    color: #196FC0;
    font-weight: bold;
}

.carousel-caption h5 {
    color: #196FC0;
    text-transform: uppercase;
    padding: 20px 0px;
    font-size: 25px;
    font-weight: bold;
}

.carousel-caption h5:before {
    content: "";
    width: 106px;
    height: 2px;
    background: #196FC0;
    top: 48px;
    left: 43%;
    position: absolute;
    text-align: center;
}

.carousel-caption > h2 {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding-top: 30px;
}

.carousel-caption > a.go-to-about {
    display: block;
    width: 100%;
    background: transparent;
    position: absolute;
    border: none !important;
    bottom: 55px;
    margin: 0;
    padding: 60px;
    background: url(../images/bottom-arrow.png) no-repeat;
    background-position: center;
}

.carousel-caption > a.go-to-bottom {
    display: block;
    background: transparent;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 6%;
    outline: none;
    border: none !important
}







/* for about us
======================== */
#about-us {
    padding: 100px 0px;
}

.about-heading {
    padding-bottom: 50px;
	color: #8CC642;
}

.about-heading h2:before {
    content: "";
	
    width: 50px;
    height: 1px;
    background: #555;
    top: 55%;
    left: 70%;
    position: absolute;
}

.about-heading h2:after {
    content: "";
	
    width: 50px;
    height: 1px;
    background: #555;
    top: 55%;
    left: 25%;
    position: absolute;
}

.about-icon a {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid #ddd;
    padding: 0px;
    line-height: 85px;
    text-align: center;
    font-size: 33px;
 background: #8CC642;
    margin-top: 45px;
    color: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 5px 5px 5px #ddd;
    -moz-box-shadow: 5px 5px 5px #ddd;
    -o-box-shadow: 5px 5px 5px #ddd;
    -ms-box-shadow: 5px 5px 5px #ddd;
    box-shadow: 5px 5px 5px #ddd;
    overflow: hidden;
}

.about-icon a img {
   /*// transform: scale(2,2);*/
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg) scale(1.5,1.5);

}

.about-icon > a > i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	
}

.about-content:hover .about-icon > a {
    background: #ccc;
   
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.about-content h3 {
    
    margin-top: 40px;
	
}

/* for our client
========================== */
#our-client {
    padding: 50px 0px;
	
}

.client-header h2 {
    font-size: 30px;
    margin-bottom: 50px;
	color: #8CC642;
}



#our-client a {
    display: inline-block;
    position: center;
    background: transparent;
    padding: 8px 25px;
    margin-right: 34px;
}

#our-client a:hover {
    
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#our-client p {
    max-width: 80%;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 50px;
}

/* for wellcome part
======================== */
#wellcome {
    padding: 100px 0px;
}

.wellcome-header {
    padding-bottom: 50px;
}

.wellcome-header h2, .about-heading h2, .counter-footer h2, .team-header h2 {
    letter-spacing: 4px;
	color: #8CC642;
}

.wellcome-header h2:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #555;
    top: 5px;
    left: 34%;
    position: absolute;
}

.wellcome-header h2:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #555;
    top: 5px;
    left: 61%;
    position: absolute;
}

.service-item {
    position: relative;
    margin-top: 80px;
}

.service-item.text-right .service-text {
    margin-right: 80px;
}

.service-item.text-left .service-text {
    margin-left: 80px;
}

.service-item .service-icon {
    position: absolute;
    top: -20px;
    right: -10px;
}

.service-item.text-right .service-icon {
    right: -10px;
}

.service-item.text-left .service-icon {
    left: -10px;
}

.service-item .service-icon a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    padding: 5px;
    line-height: 35px;
    text-align: center;
    font-size: 33px;
    margin-right: 20px;
    margin-top: 45px;
    color: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 5px 5px 5px #ddd;
    -moz-box-shadow: 5px 5px 5px #ddd;
    -o-box-shadow: 5px 5px 5px #ddd;
    -ms-box-shadow: 5px 5px 5px #ddd;
    box-shadow: 5px 5px 5px #ddd;
}

.service-item .service-icon > a > i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.service-middle-content {
    display: inline-block;
    width: 200px;
    height: 200px;
    background: #8CC642;
    margin-top: 100px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.service-middle-content img {
    margin-top: 60px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.service-middle-content:before {
    content: "";
    width: 78px;
    height: 1px;
    background: #555;
    top: 137%;
    left: -56%;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.service-middle-content:after {
    content: "";
    width: 78px;
    height: 1px;
    background: #555;
    top: -31%;
    left: 113%;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.service-item:hover .service-icon > a {
    background: #8CC642;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* for small device
======================== */
.sercice-c-icon a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    padding: 5px;
    line-height: 35px;
    text-align: center;
    font-size: 33px;
    margin-right: 20px;
    margin-top: 45px;
    color: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 5px 5px 5px #ddd;
    -moz-box-shadow: 5px 5px 5px #ddd;
    -o-box-shadow: 5px 5px 5px #ddd;
    -ms-box-shadow: 5px 5px 5px #ddd;
    box-shadow: 5px 5px 5px #ddd;
}

.sercice-c-icon > a > i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.service-content p {
    max-width: 60%;
    margin: 0 auto;
}

.service-content h3 {
    margin-top: 35px;
}

.service-content:hover .sercice-c-icon > a {
    background: #8CC642;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* start divider */
#divider
    {
        background: url('../images/divider-bg.jpg')no-repeat;
		background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        color: #FFFFFF;
    }
.background-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
#divider h2
    {
        font-size: 40px;
		color: #FFFFFF;
		
    }
#divider strong
    {
        color: #8CC642;
    }
#divider h3
    {
        padding-bottom: 30px;
		color: #FFFFFF;
    }
/* end divider */



/* start career */
#career
    {
        background: url('../images/career-bg1.jpg')no-repeat;
		background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        color: #FFFFFF;
    }
.background-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
#career h2
    {
        font-size: 40px;
		color: #FFFFFF;
		
    }
#career strong
    {
        color: #8CC642;
    }
#career h3
    {
        padding-bottom: 30px;
		color: #FFFFFF;
    }
/* end divider */



/* start about */
#about h3
    {
        color: #8CC642;
        font-size: 20px;
        padding-bottom: 10px;
    }
#about h4
    {
        padding-bottom: 10px;
    }
#about .progress
    {
        border-radius: 4px;
        background: #ffffff;
        height: 6px;
    }
#about .progress .progress-bar-danger
    {
        background: #8CC642;
    }
#about .text-top
    {
        padding-top: 50px;
    }
#about span
    {
        display: block;
        padding-bottom: 10px;
    }
#about small
    {
        font-weight: bold;
        padding-left: 200px;
    }
/* end about */

/* start team */
#team
    {
        border-top: 1px solid #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
        text-align: center;
    }
#team h2
    {
        padding-bottom: 30px;
    }
#team img
    {
        border: 1px solid #f6f6f6;
        display: inline-block;
        padding: 10px;
        transition: all 0.4s ease-in;
    }
#team img:hover
    {
        opacity: 0.4;
        cursor: pointer;
    }
#team h3
    {
        color: #8CC642;
        padding-bottom: 10px;
    }
#team h4
    {
        font-size: 14px;
        padding-top: 20px;
        line-height: 0px;
    }
/* end team */

/* start newsletter */
#newsletter
    {
        background: url('../images/newsletter-bg.jpg') center center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 120px;
    }
#newsletter p
    {
        padding-bottom: 30px;
    }
#newsletter .btn
    {
        background: transparent;
        border-radius: 0px;
        color: #ffffff;
        margin-top: 40px;
    }
#newsletter .form-control
    {
        background: transparent;
        border-color: #f2f2f2;
        border-radius: 0px;
        color: #ffffff;
        height: 50px;
    }
#newsletter input[type="submit"]
    {
        background: #8CC642;
        border: 2px solid transparent;
        color: #ffffff;
    }
#newsletter .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#newsletter .form-control:-ms-input-placeholder {
  color: #ffffff;
}
#newsletter .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
/* end newsletter */

/* start pricing */
#pricing
    {
        border-bottom: 1px solid #f6f6f6;
    }
#pricing .col-md-3,
#pricing .col-sm-6
    {
        padding: 0;
        margin: 0;
    }
#pricing .plan
  {
    border: 1px solid #f6f6f6;
    margin-top: 100px;
    transition: all 0.4s ease-in;
    padding: 40px;
  }
#pricing .plan_one
 {
    margin-top: 60px;
 }
#pricing .plan_two
 {
    margin-top: 80px;
 }
#pricing .plan_three
 {
    margin-top: 40px;
 }
#pricing .plan_four
 {
    margin-top: 0px;
 }
#pricing .plan:hover
  {
    background: #8CC642;
    color: #ffffff;
    transform: scale(1.0);
  }
#pricing .plan .plan_title
  {
    border-bottom: 1px solid #f6f6f6;
    color: #9bc848;
    font-size: 30px;
    padding: 20px;
  }
#pricing .plan ul
  {
    padding: 0;
  }
#pricing .plan ul li
  {
    display: block;
    padding: 20px 0 20px 0;
  }
#pricing .plan .btn
  {
    background: #8CC642;
    border: none;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
  }
#pricing .plan .btn:hover
  {
    background: #FFFFFF;
    color: #66AF33;
  }
/* end pricing */

/* start portfolio */
#portfolio h2
    {
        padding-bottom: 30px;
    }
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 60px 60px 0px 60px;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
        transform: scale(1.1);
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* start contact */
#contact
    {
        background: url('../images/contact-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        color: #555;
    }
#contact h3
    {
        font-weight: bold;
        padding-bottom: 20px;
    }
#contact .fa
    {
        color: #8CC642;
        font-size: 18px;
        padding-bottom: 14px;
    }
#contact .form-control
    {
        background: #f2f2f2;
        border-radius: 4px;
        box-shadow: none;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        color: #8CC642;
        font-weight: bold;
        margin-bottom: 80px;
    }
#contact input[type="submit"]:hover
    {
        background: #8CC642;
    }
 #contact .form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#contact .form-control:-ms-input-placeholder {
  color: #666;
}
#contact .form-control::-webkit-input-placeholder {
  color: #666;
}
/* end contact */

/* start google map */
#map-canvas
  {
    border: none;
    width: 100%;
    height: 320px;
  }
/* end google map */

/* start footer */
footer
    {
        padding-top: 40px;
        padding-bottom: 20px;
    }
footer p
    {
        line-height: 12px;
    }
footer .social-icon
    {
        top: 0px;
    }
/* end footer */

.too-icon {
	padding: 10px;
}

/* start social icon */
.social-icon
    {
        position: relative;
        padding: 0;
        margin: 0;
        top: 20px;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
    }
.social-icon li a
    {
        color: #333;
        font-size: 13px;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
.social-icon li a:hover
    {
        background: #f2f2f2;
    }
/* end social icon */

@media only screen and (max-width: 1199px) {
    .flexslider h1 { font-size: 30px; }
    .flexslider h2 { font-size: 24px; }
}

/* start templatemo 768 media quires */
@media only screen and ( max-width: 768px ) {
    .navbar-default .navbar-brand { margin-left: 20px; }
    .navbar-default .navbar-nav { margin: 0; }
    .navbar-default .navbar-collapse
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flexslider h1 { font-size: 26px; }
    .flexslider h2 { font-size: 18px; }
    .templatemo-slider-btn { 
        margin-top: 10px; 
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}
/* end templatemo 768 media quires */

/* start templatemo 600 media quires */
@media only screen and ( max-width: 640px ) {   
    .flexslider h1 { font-size: 20px; }
    .flexslider h2 { font-size: 14px; }
    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px; 
    }
}
/* end templatemo 600 media quires */

/* start templatemo 360 media quires */
@media only screen and ( max-width: 360px ) {
    #team .col-md-4
        {
            padding-top: 40px;
        }
    
}
/* end templatemo 360 media quires */