@import url(https://fonts.googleapis.com/css?family=Aladin);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);

/*------NAVAGATION------*/
body {
	font-family: 'Lato', sans-serif;
}
.navbar-brand {
	border: none;
	font-family: 'Aladin', cursive;
	font-weight: 400;
	color: #000000 !important;
	transition: all 0.2s ease-in-out 0s;
}
.navbar-brand:hover {
	color: #86CE20 !important;
}
.brand-hover {
	color:#86CE20 !important; 
}
.navbar-brand:hover .brand-hover {
	color: #000000 !important;
}
.my-navbar {
	background-color: #e9e9e9;
	border-bottom: 2px solid #c6c6c6; 
}
.my-nabnar-main a {
	color: #000000 !important;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-left: 2px solid #979f8c;
}
.my-nabnar-main li:last-child a{
	border-right: 2px solid #979f8c;
}
.my-nabnar-main a:hover{
	color: #86CE20 !important;
	background-color: #ffffff !important;
	border-left: 2px solid #86CE20;
}
.navbar-nav > li > a {
    transition: all 0.3s ease-in-out 0s;
}

/*------HEADER------*/
.header {
	background-color: #e9e9e9;
}

/*------SERVICES------*/
.services {
	background:url(../img/body-bg.png) repeat;
}
.services .service-title {
	text-transform: capitalize;
	text-align: center;
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 70px;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
	margin: 40px 0px 0px;

}
.media {
	padding-top: 30px;
}
.media-body .media-heading {
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding-bottom: 5px;
}
.media-body p {
	color: #333333;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

/*------WORK-PROCESS------*/
.work-process {
	background:url(../img/body-bg.png) repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}
.process-row {
	padding-top: 40px;
	padding-bottom: 10px;
}
.work-process .work-process-title {
	text-transform: capitalize;
	text-align: center;
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 70px;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
	margin: 10px 0px 20px;

}
.process:hover .process-text {
	color: #86CE20;
}
.process-icon {
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}
.process-text {
	transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
	font-weight: 700;
	color: #666666;
	font-size: 20px;
	cursor: pointer;
	line-height: 35px;
}

/*------PRICING------*/
.pricing-section {
	background:url(../img/body-bg.png) repeat;
}
.pricing-section .pricing-heading {
	text-transform: capitalize;
	text-align: center;
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 70px;
	font-weight: 700;
	position: relative;
	margin: 45px 0px 0px;

}
ul.pricing {
    list-style: outside none none;
    margin: 50px 0px 10px;
    border-radius: 5px 5px 4px 4px;
    padding: 15px;
    background: #ffffff;
    text-align: center;
    line-height: 1.9;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}
.plan-header-text {
	background: #86CE20 none repeat scroll 0% 0%;
	border-radius: 4px 4px 0px 0px;
	margin: -15px -15px 10px;
	padding: 15px 15px 60px;
}
.standard {
	background: #e84c3d none repeat scroll 0% 0%;
}
.pro {
	background: #9b58b5 none repeat scroll 0% 0%;
}
.ultra {
	background: #3598db none repeat scroll 0% 0%;
}
.plan-header-text h4 {
	color: #ffffff;
	font-weight: 900;
	font-size: 20px;
}
ul.pricing li.plan-header .price-duration {
    position: relative;
    display: inline-block;
    width: 116px;
    height: 116px;
    background-image: -moz-linear-gradient(90deg, #24d2ae 0%, #02b893 100%);
    background-image: -webkit-linear-gradient(90deg, #24d2ae 0%, #02b893 100%);
    background-image: -ms-linear-gradient(90deg, #24d2ae 0%, #02b893 100%);
    color: #FFF;
    border-radius: 100px;
    border: 4px solid #F6F6F6;
}
ul.pricing li.plan-header .price-duration > span.price {
	font-family: 'Lato', sans-serif;
    font-size: 40px;
	font-weight: 700;
	margin-top: 22px;
}
ul.pricing li.plan-header .price-duration > span.duration {
    margin-top: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
	font-weight: 700;
}
ul.pricing li.plan-header .price-duration > span {
    display: block;
    line-height: 1;
}
ul.pricing li.plan-header {
    border: 0px none;
    margin-top: -65px;
    margin-bottom: 15px;
}
.plan-purchase {
	padding-top: 20px;
	padding-bottom: 20px;
}

.plan-purchase .btn {
	background: #86CE20;
	color: #ffffff;
	transition: all 0.3s ease-in-out 0s;
	border-color: #86CE20;
	line-height: 2;
	font-family: 'Lato', sans-serif;
    font-size: 15px;
	font-weight: 700;

}
.plan-purchase .btn:hover {
	background: #02B893;
	color: #000000;
	border-color: #02B893;
}

/*------TEAM-SECTION------*/

.team-section {
	background:url(../img/body-bg.png) repeat;
}
.team-heading {
	text-transform: capitalize;
	text-align: center;
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 70px;
	font-weight: 700;
	position: relative;
	margin: 45px 0px 20px;
}
.team-section p {
	font-weight: 700;
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #666666;
}
.team-row {
	margin-top: 50px;
}
.caption {
	font-family: 'Lato', sans-serif;
}
.caption h3 {
	color: #000000;
	font-size: 20px;
	font-weight: 700;
}
.caption p{
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	line-height: 1.72857;
}
.social-icons {
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
    padding-top: 7px;
}
.social-icons > li {
    display: inline-block;
}
.social-icons > li > a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    background: #222534 none repeat scroll 0% 0%;
    border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
}
.social-icons > li:hover a {
	background: #86CE20 none repeat scroll 0% 0%;
}
.thumbnail {
	margin-bottom: 10px;
}

/*------CONTACT-SECTION------*/

.contact-section {
	background:url(../img/body-bg.png) repeat;
}
.contact-heading {
	text-transform: capitalize;
	text-align: center;
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 70px;
	font-weight: 700;
	position: relative;
	margin: 45px 0px 30px;
}
.contact-form {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
    padding: 20px;
    margin-top: 27px;
}
.contact-form h3 {
    margin-top: 0px;
}
.form-control {
	background-color: #e4e5e1;
}
.contact-btn {
    background: #86CE20 none repeat scroll 0% 0%;
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
    border-color: #86CE20;
    line-height: 2;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.contact-btn:hover {
	background: #02B893 none repeat scroll 0% 0%;
	color: #000000;
	border-color: #02B893;
}
.contact-row {
	margin-bottom: 40px;
}
.mail-icon-1 {
	height: 78px;
	width: 78px;
	border-radius: 5px;
	background: #1BBC9B none repeat scroll 0% 0%;
	text-align: center;
	display: block;
	color: #ffffff;
	transition: all 0.3s ease-in-out 0s;
}
.mail-icon-2 {
	height: 78px;
	width: 78px;
	border-radius: 5px;
	background: #66cc33 none repeat scroll 0% 0%;
	text-align: center;
	display: block;
	color: #ffffff;
	transition: all 0.3s ease-in-out 0s;
}
.mail-icon-3 {
	height: 78px;
	width: 78px;
	border-radius: 5px;
	background: #0066cc none repeat scroll 0% 0%;
	text-align: center;
	display: block;
	color: #ffffff;
	transition: all 0.3s ease-in-out 0s;
}
.mail {
	line-height: 1.35;
}
.mail-icon-1:hover,.mail-icon-2:hover,.mail-icon-3:hover {
	color: #000000;
}
.footer-address {
	padding-top: 25px;
}
.twitter-heading {
	color: #000000;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
	padding-top:20px;
	padding-bottom:10px;
}
.address-bar {
	padding-top:65px;
}
.live-twitter-section {
	padding-left:0px;
}

/*------FOOTER-SECTION--*/

.footer-section {
	background: #2caab3;
}
.footer-row {
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer-text {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 700;
	padding-top: 8px;
	transition: all 0.3s ease-in-out 0s;
}
.footer-text a {
	color: #ffffff;
}
.footer-text a:hover{
	color: #000000;
}
.footer-icon {
	text-align: right;
}

/*------SIMPLE-SECTION------*/
.simple {
	background: #003333;
	height: 35px;
}

/*------PORTFOLIO-SECTION------*/
.portfolio-header {
	background: #003333;
}
.portfolio-heading {
	text-transform: capitalize;
	text-align: center;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 70px;
	font-weight: 700;
	position: relative;
	margin: 42px 0px;
}
.portfolio-section {
	background:url(../img/portfolio-bg.png) repeat;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background: #86CE20;
    transition: all 0.3s ease-in-out 0s;
    font-weight: 700;
	font-size: 20px;
}
.nav-pills a {
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
}
.nav-pills  {
	margin-bottom: 20px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
    margin-bottom: 0px;
}
.nav-pills li:hover a {
	color: #000000;
	background: #02B893;
}
.portfolio-item {
	margin-bottom: 20px;
	position: relative;
}
.portfolio-item img {
	-webkit-filter: grayscale(40%);
	filter: grayscale(40%);
	border-radius: 5px;
	border: 5px solid #ffffff;
}
.portfolio-item:hover img {
	-webkit-filter: grayscale(1%);
	filter: grayscale(1%);
}
.filterable-portfolio {
	padding-top: 20px;
	padding-bottom: 30px;
}

/*----------BACK-TOP-ICON-----------*/
#back-top {
	position: fixed;
	bottom: 20px;
	right:55px;
	z-index: 5;
}
#back-top a {
	display: block;
	color: #000000;
	position: relative;
}
#back-top span {
	color: #000000;
	display: block;
}
/*----------END-BACK-TOP-ICON-----------*/


/*----------navbarfixed-effect-----------*/

@media(min-width:768px) {

    .navbar-fixed-top {
        padding: 18px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
    	 font-size: 67px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 0px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 50px;
    }
    .navbar-default .navbar-collapse {
		margin-top: 10px;
    }


}

/*----------.navbarfixed-effect-----------*/

/*-FOR-LARGE-SCREEN--*/

@media (min-width: 766px) {
.my-nabnar-main a {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.header {
	padding-top: 86px;
}
.media-body {
	padding-left: 30px;
	padding-right: 30px;
}

}


/*-FOR--SCREEN--*/

@media (max-width: 1150px) {
.navbar-right {
    float: left !important;
}
.header {
    padding-top: 87px;
}

/*------WORK-PROCESS------*/
.process .process-text {
	font-size: 16px;
}


}



/*FOR-TABE-MOBILE*/

@media (max-width: 768px) {
.header {
	padding-top: 52px;
}

}

/*------FOR-MOBILE--------*/

@media (max-width: 766px) {
.navbar-brand {
    padding-left: 10px;
    font-size: 50px;
}
.my-nabnar-main {
	margin: 0px;
}
.my-nabnar-main a {
	color: #000000 !important;
	border-left: none;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.my-nabnar-main li:last-child a{
	border-right: none;
}
.my-nabnar-main a:hover{
	color: white !important;
	background-color: #86CE20  !important;
	border-left:none;
}
.navbar-nav {
	text-align: center;
	width: 100%;
}
.navbar-toggle {
}
.serveces .service-title {
	font-size: 30px;
}
.serveces .service-title::before {
    width: 165px;
    left: 48%;
}
/*------CONTACT------*/
.footer-address {
    padding-top: 0px;
}
.media-body {
	padding-left: 20px;
	padding-right: 20px;
}
.footer-icon {
	text-align: left;
}
.address-bar {
    padding-top: 10px;
}
.twitter {
	padding:0px 10px 0px 10px;
}
.twitter-heading {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*------PRICING------*/

}

/*------only-mobile-large-mode------*/

@media (min-width: 400px) and (max-width: 760px) {
.process-text {
    text-align: left;
    padding-left: 20px;
}

}

/*------only-mobile-large-mode------*/

@media (max-width: 650px) {
.pricing-section .pricing-heading {
	font-size: 48px;
}
.work-process .work-process-title { 
	font-size: 48px;
}
.team-heading {
	font-size: 48px;
}
.services .service-title {
	font-size: 48px;
}


}


/*----For-navbar-brand-active------*/

.navbar-default .navbar-nav > .active > a {
	color: #86CE20 !important;
    background-color: #ffffff !important;
    border-left: 2px solid #86CE20;
}

/*-------only-slider-style--------*/

#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-content .black {
	color:#000 !important;
}
/*-------END-OF-slider-style--------*/