/* ----------------------------------------------------------------------------------------
* Author        : Ambidextrousbd
* Template Name : OkDesign | One Page Multipurpose Html Template
* File          : OkDesign main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */





/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. About area css

05. Service area css

06. Portfolio/work area css

07. Subsicribe area css //Team Area Css

08. Team Area Css

09. Fun facts area css

10. Pricing area css

11. Testimonial area css

12. News area css

13. Video area css

14. Clients area css

15. Contact area css

16. Google map area css

17. footer area css

-------------------------------------------------------------------------------------- */


/* Google Fonts lato and open sans */
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway:400,700,900&subset=latin-ext');



/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {
    color: #333;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #339966;
    font-family: 'Raleway', sans-serif;
}

.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
	color: #333333
}

p {
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    font-weight: 300;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background: #339966;
    border: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn.btn-trnsp {
    background: transparent;
    border: 1px solid #339966;
    color: #339966;
}

.btn-big {
    border: 2px solid #000;
    font-size: 20px;
    font-weight: 900;

}

.btn.btn-trnsp:hover {
	border-color: #44B272;
	background: #44B272;
	color: #fff;
}

.section-big {
    padding: 95px 0px;
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    margin: auto;
    max-width: 700px;
    margin-bottom: 50px;
}

.section-title.white h2 {
    color: #fff;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 25px;
    position: relative;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase;
}


.section-title h2 span {
    color: #82b541;
}

.section-title p {
    margin-top: 25px;
}

/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
}





/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.top-bar {
    position: relative;
    margin-bottom: -70px;
    height: 70px;
    line-height: 70px;
    z-index: 2;
    color: #ffffff;
    background:#60a5d5;
    overflow: hidden;
}

.tmail, .tphone, .tsocial {
    float: left;
    width: 33.33%;
}

.tphone {
    text-align: center;
}

.tsocial {
    text-align: right;
}

.tsocial a {
    color: inherit;
}

.tsocial a:hover {
    color: #82b541;
}

.tsocial a i.fa {
    font-size: 16px;
    margin-left: 5px;
}

.menu-area.navbar-fixed-top {
    background: #fff;
    top: 70px;
    height: 95px;
}
.menu-area.navbar-fixed-top.sticky-menu {
    top: 0px;
    height: 65px;
}

.sticky-menu {
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.mainmenu {
    padding-top: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    margin-top: 13px;
}

.sticky-menu .navbar {
    margin-top: 8px;
}

.navbar-brand {
    padding: 0;
}
.navbar-brand img {
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
.sticky-menu .navbar-brand img {
    display: block;
    max-width: 180px;
}
.navbar-brand:hover {
    color: #82b541;
}

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


.navbar-nav li a {
    color: #333333;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.mainmenu .navbar-nav li.active a {
    color: #339966;
}


/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #82b541;
}


/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */



/* Home carseoul
--------------------------- */
#slider,
#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item
{
    height: 100%;
    min-height: 400px;
}

#slider .main-container {
	padding: 0;
}

#slider .carousel-indicators {
    right: 100px;
    left: auto;
    width: 80px;
}

#slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #339966;
    border-radius: 0px;
    background: transparent;
    margin: 0px;
    margin-left: 7px;
}
#slider .carousel-indicators li.active {
    background: #339966;
}

#slider .carousel-control.right,
#slider .carousel-control.left {
  background-image: none;
}

#slider .carousel .item {
	min-height: 425px;
	height: 100%;
	width:100%;
}

#slider .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#slider .carousel-control {
    width: 6%;
    text-shadow: none;
}

.carousel-fade .carousel-inner .item {

  transition-property: opacity;
  -ms-transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.right.carousel-control img,
.left.carousel-control img {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -26px;
	padding: 20px 10px;
}

.carousel-control img:hover  {
	background: #82b541;
}

.left.carousel-control img {
    left: 10px;
}

.right.carousel-control img {
    right: 10px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.intro-text {
    text-align: center;
    padding-top: 100px;
    max-width: 940px;
    margin: auto;
}

.intro-text .title {
    text-align: center;
    display: table;
    margin: auto;
    padding: 30px 20px;
}

.intro-text h2 {
    font-size: 40px;
    line-height: 80px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    color: #339966;
}
@media (max-width: 991px) {
	.intro-text h2 {
	line-height: 60px;
	margin-bottom: 20px;
	}
}

.intro-text p {
	color:#fff;
}


/* Slide Background Image */
#slider .slide1 {
    background-image: url(../img/slider/01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide2 {
    background-image: url(../img/slider/02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide3 {
    background-image: url(../img/slider/03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



/* ----------------------------------------------------------------------------------------
*                               04. About area css
* ---------------------------------------------------------------------------------------*/

.about-area {
	background: #fff;
}

@media (min-width: 1200px) {
    .about-text {
        padding-left: 40px;
        margin-top: 80px;
    }
}

.about-text h3 {
    text-transform: uppercase;
}

.about-text ul {
    margin-top: 10px;
    margin-left: 30px;
    list-style: none;
}

.about-text ul li {
    line-height: 30px;
    position: relative;

}

.about-text ul li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: -30px;
    top: 50%;
    margin-top: -5px;
    border: 2px solid #333;
    border-radius: 50px;
}

.about-text .btn {
    margin-top: 20px;
}



/* ----------------------------------------------------------------------------------------
*                                   05. Service area css
* --------------------------------------------------------------------------------------- */

.service-area {
    background-color: #f5f5f5;
    padding-bottom: 65px;
}

.home-services .service-box {
    padding: 0 30px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .home-services .service-box {
        
    }
}

.home-services .service-box i.fa {
    color: #339966;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 60px;
}
.home-services .service-box h3 {
    margin-top: 0;
    position: relative;
    margin-bottom: 15px;
}


/* ----------------------------------------------------------------------------------------
*                               06. Portfolio/work area css
* --------------------------------------------------------------------------------------- */
.works.section-big {
    
}
.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.filters li {
    display: inline-block;
    margin: 0px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}

.filters li.active {
    color: #44B272;
}

.work-items .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.work-items .item img {
    width: 100%;
    transition: 0.8s ease-out;
}

.work-items .overlay{
    background-color: rgba(51, 153, 102, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.work-items .item:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.work-items .item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.work-items .overlay i.fa {
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;    
    padding: 20px;
    transform: translate(-50%, -50%);
}


/* ----------------------------------------------------------------------------------------
*                                07. Team area css
* --------------------------------------------------------------------------------------- */
.team-member{
    text-align: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
}

.member-image img{
    width: 100%;
}

.member-info {
    transition: 0.3s ease-out;
}

.team-member h3{
    margin-bottom: 6px;
    color: inherit;
    margin-top: 0;
    padding-top: 20px;
}

.member-info .text-muted {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.member-social {
    padding: 5px;
}

.member-social a{
    position: relative;
    margin: 10px 0px;
}

.member-social i.fa {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #333;
}

.team-member:hover .member-info {
	background: #339966;
	color: #fff
	
}
.team-member:hover  h3, 
.team-member:hover  i.fa, 
.team-member:hover  .text-muted 
{color: #fff}




/* ----------------------------------------------------------------------------------------
*                                   08. Fun facts area css
* --------------------------------------------------------------------------------------- */
.fun-facts-area{
    background-image: url(../img/bg/fun-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	
}
.fun-facts-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(51, 153, 102, 0.7);
}

#fun-facts{
	background-color: #339966;
	color:#fff
}

.fun-fact i.fa {
    font-size: 48px;
    position: relative;
    display: block;
}

.fun-fact h3 {
    font-size: 36px;
    font-weight: 900;
	color: #fff;
}
.fun-fact p {}



/* ----------------------------------------------------------------------------------------
*                                   09. Pricing area css
* --------------------------------------------------------------------------------------- */
.price-item {
    padding: 0 15px 28px;
    margin: 0;
    text-align: center;
    position: relative;
	border: 1px solid;
    
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item.featured {
    color: #000;
    box-shadow: 0px 0px 5px 0px;
    border-color: #339966;
}

.price-item p.level {
    font-size: 24px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    line-height: 120px;
    text-transform: uppercase;
    margin: 0;
}
p.level.hbg {
    background: #339966;
    margin-left: -15px;
    margin-right: -15px;
	color: #fff;
}

.price-item p.desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-item p.price {
    background: #ddd;
    margin: 0 -15px;
    line-height: 72px;
}

.price-item.featured p.price {
    color: #44B272;
}

.price-item p.price .dollar {
    font-size: 30px;
    position: relative;
    top: -30px;
}

.price-item p.price .number {
    font-size: 36px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
}

.price-item .features {
    margin: 30px 0;
}

.price-item .features li {
    padding: 5px 0;
}

.price-item a.btn {
    background: #333;
}

.price-item a.btn:hover {
    background: #44B272;
    color: #fff;
}

.price-item.featured a.btn {
     background: #339966;
    color: #fff;
}

.price-item.featured a.btn:hover {
    background: #333;
    color: #fff;
}



/* ----------------------------------------------------------------------------------------
*                                10. Testimonial area css
* --------------------------------------------------------------------------------------- */
.testimonial-area {
    background-color: #f5f5f5;
}

.testimonial-list {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.tab-pane .tab-inner  {
    padding: 25px 20px;
    background: #44B272;
    margin-top: 35px;
	border-radius: 2px
    
}
.description {
    margin-top: 15px;
    margin-left: 50px;
}
.testimonial-list .tab-inner:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    position: absolute;
    font-size:40px;
    line-height: 50px;
    color:#fff;
}

.tab-pane .tab-inner p{
	margin-left:50px;color:#fff
}

.testimonial-list ul.nav{
	width:100%;
}
.testimonial-list .nav li {
    display: inline-block;
    width: 25%;
	margin: 0;
    background: #44B272;
    opacity: 0.4;
	float: left;
	border-right: 1px solid #fff;
}

.testimonial-list .nav li.active  {
    opacity: 1; 
    background:#fff;
}

.testimonial-list .nav li a {
    position: relative;
    display: block;
    padding: 0px 0px; 
	margin-bottom: 0px;
}

.testimonial-list .nav li a img {
    box-shadow: 0 0 0 0px #13c0ba;
    width: 100%;
    height: auto;
}




/* ----------------------------------------------------------------------------------------
*                                   11. News area css
* --------------------------------------------------------------------------------------- */
.news-image img {
    width: 100%;
}

.news-content .subtitle {
    text-transform: inherit;
    line-height: 20px;
	margin-bottom: 10px;
}

.news-content .subtitle i.fa {
    color: #82b541;
}

.news-content .btn {
    margin-top: 10px;
}
.news-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 30px;
	color: #339966
}

.news-meta span {
    float: left;
    margin-right: 15px;
}

.news-meta span i.fa {
    margin-right: 4px;
}

.news-content .button {
    color: #333;
	text-transform: uppercase;
}


/* news Modal css */
.news-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
}

.news-modal .modal-content h2 {
    margin-bottom: 10px;
    line-height: 25px;
    color: #333333;
	
}

.news-modal .modal-content img {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

.news-modal .modal-content .item-details {
    margin: 30px 0
}

.news-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.news-modal .close-modal:hover {
    opacity: .3
}

.news-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.news-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.news-modal .modal-backdrop {
    opacity: 0;
    display: none
}


/* ----------------------------------------------------------------------------------------
*                                   13. Client area css
* --------------------------------------------------------------------------------------- */
.owl-client .item img {
    width: auto;
    max-width: 100%;
}

.client-area {
    background: #f5f5f5;
}
.owl-client .item {
    border: 1px solid;
    margin-right: 10px;
}


/* ----------------------------------------------------------------------------------------
*                                14. Subscribe area css
* --------------------------------------------------------------------------------------- */
.subscribe-area {
    background-color: #f5f5f5;
}
.subscribe-box h2 {
    margin-top: 0px;
    font-size: 22px;
}
.subscribe-box h2 span {
    color: #82b541;
}
.newsletter-form {
    margin: auto;
}
.newsletter-form input{
    display: inline-block;
    height: 50px;
    width: 80%;
    padding: 5px 10px;
    background: #fff;
    float: left;
}

.newsletter-form .mc-submit {
    height: 50px;
    width: 20%;
    font-weight: bold;
    color: #fff;
    background-color: #44B272;
    border: none;
    font-size: 24px;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
}

.newsletter-form .mc-submit:hover {
    color: #333;
}
.subscribe-area .error {
    text-align: left;
}
.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-success{
    color: green;
}
.mailchimp-error{
    color: red;
}



/* ----------------------------------------------------------------------------------------
*                                   15. Contact area css
* --------------------------------------------------------------------------------------- */
.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    border: 1px solid #bbb;
    padding-left: 10px;
    margin-bottom: 30px;
}

.contact-form #message {
    padding-top: 10px;
    height: 150px;
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.address-box {
    margin-bottom: 15px;
    padding-left: 50px;
}

.address-box i.fa {
    color: #82b541;
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 40px;
    text-align: center;
    margin-left: -50px;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}
.contact-info {
    margin-bottom: 30px;
}

.contact-info i.fa {
    color: #339966;
    font-size: 30px;
    padding-bottom: 25px;
    margin-bottom: 5px;
    float: left;
    margin-right: 28px;
	line-height:40px
}
.contact-info a {
    color: inherit;
}



/* ----------------------------------------------------------------------------------------
*                                   16. Google Map area css
* --------------------------------------------------------------------------------------- */
#contactgoogleMap {
    width: 100%;
    height: 400px;
}




/* ----------------------------------------------------------------------------------------
*                                   17. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-area {
    background: #339966;
    padding: 70px 0px;
    color: #fff;
    font-size: 14px;
}

.footer-area p {
    margin: 30px auto;
    max-width: 800px;
}

.social-links li {
    list-style: none;
    display: inline-block;
}

.social-links li a i {
    color: #fff;
    font-size: 48px;
    margin: 0 10px;
}

.social-links li a:hover i {
    color: #333;
}

.copyright-text {
    padding: 30px 0px;
    background: #82b541;
    color: #fff;
}

.copyright-text p {
    margin: 0;
}



/* ----------------------------------------------------------------------------------------
*                                   17. Back to top Button area css
* --------------------------------------------------------------------------------------- */

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

.back-to-top {
    color: #fff;
	transition: all 0.2s;
}

i.fa.fa-chevron-up {
    margin-left: 5px;
} 

.top-button .back-to-top:hover {
    color: #333;
	
}



