/*
  Theme Name: Business Template
  Author: Neha Anandpara
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');
@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash');

html{
	font-family: 'Roboto', sans-serif;
	background: #fff;
  color: #666666;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.colored-hr {
	width: 60px;
	border-top: 2px solid #18d26e;
}

.sectional-title{
	text-transform: uppercase;
	font-weight: bolder;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  display: none;
  background: #18d26e;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}


/*......................................
#Navbars
........................................*/

.navbar-onScrolling{
	background-color: rgba(0, 0, 0, 0.8);
	font-size: .8rem;
	font-weight: bold;
}

.navbar-onScrolling .navbar-brand{
	font-size: 1.5rem; 
}


.brand-name{
	border-left: 4px #18d26e solid;
	color: #fff !important;
	font-size: 2rem;
	font-weight: bold;
	padding-left: 8px;
	letter-spacing: .2rem;
}

.nav-link-element{
	color: #fff !important;
	font-weight: bold;
	letter-spacing: .1rem;
	margin: 0px 5px;
	text-transform: uppercase;
}

/*...........................................
#Home
.............................................*/


.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*...............................................
#About Section
..................................................*/


#About {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#About::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#About .container {
  position: relative;
  z-index: 10;
}


#About .about-blocks{
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	padding: 0px !important;
	margin-left: 1.2%;
	margin-right: 1.2%;
	width: 30% !important;
}

@media only screen and (max-width: 768px){
	#About .about-blocks{
	min-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	}
}

#About .about-blocks .img {
  position: relative;
}

#About .about-blocks .img img {
	width: 100%;
	height: 60%;
	border-radius: 4px 4px 0 0;
}

#About .about-blocks .img .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: relative;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: 30px;
  transition: 0.3s;
}

#About .about-blocks i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#About .about-blocks:hover .icon {
  background-color: #fff;
}

#About .about-blocks:hover i {
  color: #18d26e;
}


#About .about-blocks h2{
	padding: 0px;
	margin: -8% auto auto auto; 
}

#About .about-blocks h2 a{
	color: #000;
	font-size: 1.5rem;
	font-weight: bolder; 
}

#About .about-blocks p{
	font-size: 0.9rem;
	width: 90%;
	padding: 10px;
}



/*..............................................
#Services
................................................*/

#Services {
  background-color: #fff;
  padding: 60px 0 40px 0;
  background-size: cover;
}

#Services-content .services-single-block {
  margin-bottom: 30px;
  animation-duration: 1.5s;
}

#Services-content .services-single-block .icon {
  float: left;
}

#Services-content .services-single-block .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#Services-content .services-single-block .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#Services-content .services-single-block .title a {
  color: #111;
}

#Services-content .services-single-block:hover .title a {
  color: #18d26e;
}

#Services-content .services-single-block .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/*......................................................
#Call to Actioin
.........................................................*/

#Call-to-action {
	background: url(../img/call-to-action-bg.jpg) fixed center center;
	background-size: cover;
	padding: 60px 0;
}

#Call-to-action .title {
	font-weight: bolder;
	font-size: 2rem;
	color: #fff;
}

#Call-to-action p {
  color: #fff;
}

#Call-to-action .cta-button {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#Call-to-action .cta-button:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}

/*...............................................................
#Our Skills
................................................................*/

#Skills{
	padding: 60px 0;	
}

.one-fifth-col{
	width: 20%;
	padding: auto;
	margin: auto;
	margin-bottom: 50px;
}

.bar-title{
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  margin-bottom: 15px;
  font-size: 18px;
  color: #000;
  padding-top: 0px;
  text-align: center;
}

@media only screen and (max-width: 768px){
	.one-fifth-col{
		width: 90%;
		border-bottom: 1px solid #111;
	}

	.bar-title{
		text-align: left;
		padding-left: 20%;
	}
}
/*......................................................
#Progress Bar
..........................................................*/

/*** RADIAL PROGRESS ***/
/* Circumference = 2πr */
/* π = 3.1415926535898 */
/* r = 35 */

.one-fifth-col svg.radial-progress {
  height: auto;
  max-width: 200px;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%;
}

.one-fifth-col svg.radial-progress circle {
  fill: rgba(0,0,0,0);
  stroke: #fff;
  stroke-dashoffset: 219.91148575129; /* Circumference */
  stroke-width: 10;
}

.one-fifth-col svg.radial-progress circle.incomplete { opacity: 0.25; }

.one-fifth-col svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }

.one-fifth-col svg.radial-progress text {
  fill: #000;
  font: 400 1em/1 'Oswald', sans-serif;
  text-anchor: middle;
}

/*** COLORS ***/
/* Primary */

.c1 svg.radial-progress:nth-of-type(6n+1) circle { stroke: #a2ed56; }

/* Secondary */

.c2 svg.radial-progress:nth-of-type(6n+1) circle { stroke: #83e4e2; }

/* Tertiary */

.c3 svg.radial-progress:nth-of-type(6n+1) circle { stroke: #fd6470; }

/* Quaternary */

.c4 svg.radial-progress:nth-of-type(6n+1) circle { stroke: #fca858; }

/* Quinary */

.c5 svg.radial-progress:nth-of-type(6n+1) circle { stroke: #fddc32; }



/*......................................................................
#Facts
........................................................................*/

#Facts{
	background: url("../img/facts-bg.jpg") center top no-repeat fixed;
	background-size: cover;
	padding: 60px 0 40px 0;
	position: relative;
}

#Facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#Facts .container {
  position: relative;
  z-index: 10;
}

.for-counter-up{
	width: 100%;
	margin-top: 60px;
	margin-bottom: 30px;
}


.for-counter-up .counter{
	color: #18d26e;
	font-family: 'Berkshire Swash', cursive;
	font-weight: bold;
	font-size: 5rem;
	margin: auto;
	padding: auto;
	text-align: center;
	margin-left: 20%;
}

@media only screen and (max-width: 600px){
  .for-counter-up .counter{
    margin-left: 35%;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px){
  .for-counter-up .counter{
    margin-left: 24%;
    font-size: 2.5rem;
  }
}


.for-counter-up .counter-title{
	margin-right: 10%;
	padding: 10px;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 400;
}





/*.....................................................
#Our Portfolio
.......................................................*/

#Portfolio{
	padding: 60px 0 40px 0;
	position: relative;
}

#Portfolio #Portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#Portfolio #Portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#Portfolio #Portfolio-flters li:hover, #Portfolio #Portfolio-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#Portfolio #Portfolio-flters li:last-child {
  margin-right: 0;
}

#Portfolio .Portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#Portfolio .Portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#Portfolio .Portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#Portfolio .Portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#Portfolio .Portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#Portfolio .Portfolio-item figure .link-preview, #Portfolio .Portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#Portfolio .Portfolio-item figure .link-preview i, #Portfolio .Portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#Portfolio .Portfolio-item figure .link-preview:hover, #Portfolio .Portfolio-item figure .link-details:hover {
  background: #18d26e;
}

#Portfolio .Portfolio-item figure .link-preview:hover i, #Portfolio .Portfolio-item figure .link-details:hover i {
  color: #fff;
}

#Portfolio .Portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#Portfolio .Portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#Portfolio .Portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#Portfolio .Portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#Portfolio .Portfolio-item .Portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#Portfolio .Portfolio-item .Portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#Portfolio .Portfolio-item .Portfolio-info h4 a {
  color: #333;
}

#Portfolio .Portfolio-item .Portfolio-info h4 a:hover {
  color: #18d26e;
}

#Portfolio .Portfolio-item .Portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/*...........................................................
#Team
.............................................................*/


#Team {
  background: #fff;
  padding: 60px 0;
}

#Team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#Team .member img{
  width: 250px;
  height: 250px;
}

#Team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#Team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#Team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#Team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#Team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#Team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#Team .member .social {
  margin-top: 15px;
}

#Team .member .social a {
  transition: none;
  color: #fff;
}

#Team .member .social a:hover {
  color: #18d26e;
}

#Team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}


/*......................................................
#COntact Us
........................................................*/

#Contact{
	padding: 60px 0;
}

#Contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#Contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#Contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#Contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#Contact .contact-info a {
  color: #000;
}

#Contact .contact-info a:hover {
  color: #18d26e;
}

#Contact .contact-address, #Contact .contact-phone, #Contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #Contact .contact-address, #Contact .contact-phone, #Contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #Contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

/*.........................................................
#Footer
...........................................................*/

.footer{
	margin-top: 50px;
	margin-bottom: 0px;
	color: #fff;
	background-color: #000;
	text-align: center;
	bottom: 0;
	height: 40px;
}