
body {
  font-family: 'Open Sans', sans-serif;
  color: #546E7A;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  color: #546E7A;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}

a:hover, a:focus {
  color: #4b2bd5;
}

a {
  color: #4b2bd5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #263238;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

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

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #4b2bd5 !important;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 80px 0;
}

.section-subtitle {
	font-size: 17px;
	padding-top: 19px;
	line-height: 36px;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #263238;
	position: relative;
	letter-spacing: 3px;
}

.section-header .section-title:before {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 80px;
  height: 2px;
  background: #4b2bd5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.section-header span {
  font-size: 60px;
  color: rgba(0, 0, 0, 0.07);
  z-index: 2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
}

.parallax-wrapper {
	height: 100vh;
}

.parallax-window {
	position: relative;
	background: transparent;
}

.callout-text {
	position:absolute; 
	right: 20px; 
	bottom: 10px; 
	color: black; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

#second-callout .callout-text {
	left: 20px;
}

.callout-header  {
	font-size: 113px;
	line-height: 110px;
	letter-spacing: 4px;
}
.callout-subtext {
	font-size: 40px;
	line-height: 43px;
	font-family: 'Mukta', sans-serif;
	letter-spacing: 4px;
}

#first-callout .callout-header {
	/* adjust text alignment */
	position: relative;
	left: -10px;
}

#second-callout .callout-header {
	/* adjust text alignment */
	position: relative;
	left: -2px;
}

@media (max-width: 768px) { 
	.callout-header  {
		font-size: 64px;
	}

	.callout-subtext {
		font-size: 27px;
		letter-spacing: 4px;
	}

	#first-callout .callout-header {
		left: -7px;
	}

	#second-callout .callout-header {
		left: -4px;
	}

	#third-callout .callout-header {
		font-size: 56px;
		text-align: right;
		letter-spacing: 1px;
	}
	#third-callout .callout-subtext {
		text-align: right;
	}

}


/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: transparent;
	position: relative;
	z-index: 1;
	padding: 12px 32px;
	border-radius: 30px;
	border: 2px white solid;
	border-radius: 0;
}

.btn-common:hover {
  color: #fff;
}

.btn-effect {
  overflow: hidden;
}

.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-effect:hover:after {
  width: 100%;
}

.btn-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-border:hover {
  color: #ffffff;
  background-color: #4b2bd5;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-bottom: 20px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

/* ==========================================================================
   2.4  Pre Loader
   ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #263238;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #4b2bd5;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  background-color: #4b2bd5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay-2 {
  background: rgba(0, 0, 0, 0.9) !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #4b2bd5;
  opacity: 0.5;
  filter: alpha(opacity=80);
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.bg-faded {
  background-color: #fff;
}

.mainmenu-area {
  padding: 10px 0;
  border: none;
  margin: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.mainmenu-area .menu-button {
  position: relative;
  color: #263238;
  line-height: 58px;
  top: 0;
  outline: none;
}

.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background-color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 3px;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #4b2bd5;
}

.menu-bg .logo-menu a {
  color: #4b2bd5;
}

.menu-bg .navbar-nav .nav-link {
	color: #263238 !important;
	font-size: 12px;
	letter-spacing: 0.75px;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #4b2bd5 !important;
}

.menu-bg .navbar-nav .active {
  color: #4b2bd5 !important;
}

.menu-button:hover {
  cursor: pointer;
  opacity: #eee;
}

.bg-white {
  background-color: #F5F5F5!important;;
  z-index: 999;
  padding: 5px;
}

.bg-white .menu-button {
  top: 0;
}

.bg-white .menu-button:hover {
  cursor: pointer;
  color: #4b2bd5;
}

.bg-white .logo-menu a {
  color: #4b2bd5;
}

.bg-white .navbar-nav .nav-link {
	color: #263238 !important;
	font-size: 12px;
	letter-spacing: 0.75px;
}

.bg-white .navbar-nav .nav-link:hover {
  color: #4b2bd5 !important;
}

.bg-white .navbar-nav .active {
  color: #4b2bd5 !important;
}

.close-button {
  cursor: pointer;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
	font-size: 12px;
	letter-spacing: 0.75px;
  padding: 5px 0px;
  margin-left: 30px;
  position: relative;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #4b2bd5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 50%;
}

.navbar-brand img {
  max-width: 115px;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #4b2bd5;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #4b2bd5;
}

.navbar-expand-md .navbar-toggler {
  color: #4b2bd5;
  border-radius: 0px;
  margin: 5px;
  cursor: pointer;
	float: right;
	font-size: 34px;
}


.mainmenu-area .navbar-nav .nav-link {
  color: #263238 !important;
}

.collapse.show {
  background: #f5f5f5;
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.menu-bg .collapse.show {
  background: #f5f5f5;
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.navbar-expand-md .navbar-toggler:active {
  border: 1px solid #4b2bd5;
  color: #4b2bd5;
}

/* ==========================================================================
  About Section Style
   ========================================================================== */
#about {
  position: relative;
  background: #f9f9f9;
}

#about .box-item {
  padding: 15px 0;
}

#about .box-item .icon {
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about .box-item .icon i {
  color: #4b2bd5;
  display: inline-block;
  font-size: 36px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about .box-item .text {
  margin-left: 64px;
}

#about .box-item .text h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

#about .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#about .show-box {
  margin: 30px 40px;
}


/* ==========================================================================
  About Area
  ========================================================================== */
#about-area .about-thumb {
  position: relative;
  z-index: 1;
  margin-left: 80px;
  margin-top: 60px;
}

#about-area .about-thumb img {
  width: 100%;
  height: auto;
}

#about-area .about-thumb-2 {
  position: absolute;
  z-index: 5;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ==========================================================================
    call to action
   ========================================================================== */
#cta {
  background: url(../img/bg/bg-cta.jpg) fixed;
  background-size: cover;
}

#cta h5 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

#cta .btn {
  margin: 30px 10px;
}

.call-action {
  background: #f9f9f9;
}

.call-action .cta-trial h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: 1px;
}

.call-action .cta-trial p {
  margin-bottom: 30px;
}

/* ==========================================================================
 Video promo Style
 ========================================================================== */
.video-promo {
	position: relative;
	height: 550px;
	background-color: black;
}

.video-promo .row, .video-promo .container {
	height: 100%;
}

@media (max-width: 768px) { 
	.video-promo {
		height: 400px;
	}
}

.video-promo .video-promo-content {
  color: #fff;
}

.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
}

.video-promo .video-promo-content h2 {
  margin-top: 30px;
  color: #fff;
  font-size: 5vw;
	text-transform: uppercase;
	letter-spacing: 8px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.video-promo .video-promo-content p {
  color: #fff;
}

.service-content {
	background: rgba(53,55,62,0.75);
	border: 6px solid rgba(255, 255, 255, 0.55);
	padding: 60px 80px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 20%;
	left: 0px;
	right: 0px;
	width: 70%;
	margin: 0 auto;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.service-icon {
	color: white;
	width: 71px;
}

.item-boxes {
  padding: 30px;
  border-radius: 4px;
  margin: 15px 0;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-boxes .icon {
  margin-bottom: 10px;
}

.item-boxes .icon i {
  font-size: 30px;
  line-height: 60px;
}

.item-boxes h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.item-boxes p {
  margin: 0;
}

.item-boxes:hover, .item-boxes.selected {
	background: transparent;
	border: black solid 1px;
}

.service-icon {
	font-size: 38px;
}


.services-item {
	padding: 0;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-align: left;
	background-color: black;
	cursor: pointer;
}

.service-border {
	position: absolute;
	z-index: 2;
	outline: 2px solid white;
	outline-offset: -22px;
	width: 100%;
	height: 100%;
}

#service-item-web .services-item-bg {
	background-image: url('/img/services/s1.jpg');
}

#service-item-app .services-item-bg {
	background-image: url('/img/services/s2.jpg');
}

#service-item-marketing .services-item-bg {
	background-image: url('/img/services/s3.jpg');
}


.service-detail {
	border-bottom: 1px gray solid;
	margin: 0 30px;
	padding: 127px 0 114px;
}

#digital-marketing {
	border: none;
}

.service-detail h3 {
	color: #4b2bd5;
	font-size: 15px;
	margin: 36px 0;
	letter-spacing: 2px;
}

.service-detail h2 {
	font-size: 72px;
}
@media (max-width: 768px) { 
	.service-detail h2 {
		font-size: 36px;
	}
}
@media (min-width: 991px) and (max-width: 1166px) { 
	#web-development h2 {
		font-size: 60px;
	}
}

.service-detail ul li {
	margin-bottom: 14px;
}

.service-detail ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #4b2bd5; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em;
}

.service-right {
	margin-top: 5px;
}

@media (max-width: 768px) { 
	.service-detail {
		text-align: center;
	}
	.service-detail ul {
		text-align: left;
	}
}

.services-item a {
	padding: 265px 60px 36px;
	display: block;
	position: relative;
	z-index: 3;
}

.services-item-bg {
	background-position: 50%;
	background-size: cover;
	opacity: .75;
	transition: opacity .3s;
	position: absolute;
	background-color: red;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.services-item:hover .services-item-bg {
	opacity: 1.0;
}

.services-item .services-content {
	z-index: 100;
	position: relative;
}

.services-number {
	color: white;
  font-size: 20px;
}
.services-title {
	color: white;
	font-size: 29px;
	font-weight: 600;
	letter-spacing: 1.5px;
	line-height: 33px;
}


.services-item .services-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.services-item .services-content h3 a {
  color: #272727;
}

.services-item .services-content h3 a:hover {
  color: #4b2bd5;
}

.services-item:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.services-item:hover .icon i {
  background: transparent;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.featured-bg {
  background: #fafafa;
}

.featured-bg .intro-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.featured-bg .title-sub {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 36px;
}

.featured-bg .intro-desc {
  margin-bottom: 20px;
}

.featured-bg .featured-item {
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-bg .featured-item .icon {
  float: left;
  padding-right: 15px;
}

.featured-bg .featured-item .icon i {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  color: #4b2bd5;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-bg .featured-item h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.featured-bg .featured-item h3 a {
  color: #272727;
}

.featured-bg .featured-item h3 a:hover {
  color: #4b2bd5;
}

/* ==========================================================================
   Featured Section Start
   ========================================================================== */
.featured-box {
  margin-top: 15px;
	margin-bottom: 15px;
	padding: 0 30px;
}

.featured-box .featured-icon img {
  font-size: 30px;
	display: block;
	margin-bottom: 20px;
	color: #4b2bd5;
	width: 63px
}

.featured-box .featured-content {
  position: relative;
}

.featured-box .featured-content h4, .service-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	text-transform: uppercase; 
	letter-spacing: 1px;
}

.featured-box .featured-content p {
  font-size: 14px;
}

/* ==========================================================================
 Team Section
   ========================================================================== */


.image_off, .single-team:hover .image_on {
	display:none
}
.image_on, .single-team:hover .image_off {
	display:block
}

.single-team {
  position: relative;
  background: #f9f9f9;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0px;
  overflow: hidden;
}

.single-team .caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	bottom: -300px;
	color: white;
	min-height: 50%; 
	width: 100%;
	padding: 10px;
	-webkit-transition: 0.35s;
  transition: all 0.35s ease-in-out;
	background: rgba(0,0,0,0.85);
}

.single-team .caption .heading {
	color: white;
}

.single-team:hover .caption {
	opacity: 1;
	transform: translateY(-100%);
	-webkit-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
}

.single-team img {
  width: 100%;
}

.single-team .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details {
  padding: 20px;
	width: 100%;
	position: relative;
	z-index: 10;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
	transition: 0.5s;
	background-color: white;
}

.single-team .team-details .team-title {
  margin-bottom: 5px;
	font-size: 15px;
	font-weight: 600;
	color: #263238;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.single-team .team-details p {
	margin-bottom: 15px;
	color: #4b2bd5;
	letter-spacing: 1px;
}

.single-team img {
	cursor: pointer;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(100%); /* FF 35+ */
	-webkit-transition: 0.35s;
  transition: all 0.35s ease-in-out;
}

.single-team img:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(0%); /* FF 35+ */
	-webkit-transition: 0.35s;
  transition: all 0.35s ease-in-out;
}


/* ==========================================================================
  Slider
   ========================================================================== */
#carousel-area {
  overflow: hidden;
  background: #2c3e50;
}

#carousel-area .carousel-item {
  background-size: 100%;
}

#carousel-area .carousel-item .carousel-caption {
  top: 32%;
  right: 10%;
  left: 12%;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

#carousel-area .carousel-item .carousel-caption h3 {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;
}

#carousel-area .carousel-item .carousel-caption h2 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}

#carousel-area .carousel-item .carousel-caption h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

#carousel-area .carousel-control {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#carousel-area:hover .carousel-control {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#carousel-area .carousel-control-next, #carousel-area .carousel-control-prev {
  opacity: 1;
}

#carousel-area .carousel-control-next i, #carousel-area .carousel-control-prev i {
  width: 48px;
  line-height: 48px;
  height: 48px;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  background: #4b2bd5;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#carousel-area .carousel-control-next i:hover, #carousel-area .carousel-control-prev i:hover {
  opacity: 0.9;
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
  opacity: 1;
}

#carousel-area .carousel-indicators {
  bottom: 35px;
}

#carousel-area .carousel-indicators li {
  width: 30px;
  height: 7px;
  border-radius: 4px;
}

#slider-area {
  margin-top: -1px;
}

#slider-area .btn {
  margin-right: 15px;
}

#slider-area .large_white {
  color: #fff;
}

#slider-area .about-info p {
  color: #333;
}

.contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.contents .header-button .btn i {
  margin-left: 10px;
}


/* ==========================================================================
    Single Page Style
   ========================================================================== */
#blog-single {
  padding: 80px 0;
  background: #ECF0F1;
}

#blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}

#blog-single .blog-post .post-thumb img {
  width: 100%;
}

#blog-single .blog-post .post-content {
  padding: 30px;
}

#blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

.blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}

.blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.blog-comment .comment-list .children {
  padding-left: 40px;
}

.blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px dashed #346AFE;
}

.blog-comment .comment-author {
  margin-bottom: 10px;
}

.blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}

.post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.post-meta ul li i {
  margin-right: 5px;
}

.post-meta ul li a {
  color: #fff;
}

.post-meta ul li a:hover {
  color: #4b2bd5;
}

/* ==========================================================================
   Contact Us
  ========================================================================== */
.form-control {
  width: 100%;
	margin-bottom: 20px;
	padding: 15px 30px;
	font-size: 14px;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid white;
	border-left: none;
	background: black;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.form-control:focus {
  outline: none;
	box-shadow: none;
	background: black;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.contact-form {
	background-color: black;
	padding: 20px 0;
}

.contact-info {
  margin-bottom: 15px;
}


.contact-info h5 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
}

.contact-info p {
  font-size: 14px;
  margin-bottom: 0;
}

#contact {
  background: #ffffff;
  position: relative;
	overflow: hidden;
	padding-bottom: 2px;
}

#contact .contact-block {
  overflow: hidden;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

#contactForm .form-control {
	color: white;
}

#contactForm .text-success {
	color:white !important;
	font-size: 18px;
}

#contactForm .form-control:focus {
	border-color: #4b2bd5;
}

/* Contact Map */
#conatiner-map {
  width: 100%;
  height: 480px;
}

.map-wrapper {
	height: 450px;
}

.map-wrapper #map {
	height: 100%;
}

#google-map-area {
  position: relative;
}

#google-map-area  {
	width: 100%;
	height: 100%;
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.toggle-map {
  height: 5px;
  width: 100%;
  background-color: #4b2bd5;
  bottom: 0px;
  text-align: center;
  position: absolute;
  z-index: 106;
}

.toggle-map .map-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: #4b2bd5 3px solid;
  position: relative;
  top: -46px;
}

.toggle-map .map-icon i {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
}

#google-map {
  text-align: center;
  background-color: #fff;
  height: 465px;
  position: absolute;
  bottom: -460px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
  border-top: #4b2bd5 3px solid;
}

#google-map.panel-show {
  bottom: -20px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* ==========================================================================
   Footer Style
   ========================================================================== */
.block-title {
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin-bottom: 30px;
  text-transform: uppercase;
	position: relative;
}

@media (max-width: 768px) {
	footer .contact-title {
		padding-top: 35px;
	}
}


footer .footer-Content {
  background-color: #4639bb;
  padding: 60px 0;
	color: white;
	letter-spacing: 2px;
	font-weight: 300;
  font-size: 12px;
}

.textwidget {
  font-size: 14px;
  line-height: 24px;
	margin-bottom: 10px;
	color: white;
}

.textwidget p {
	color: white;
	font-size: 12px;
}

footer .menu {
  padding-left: 0;
}

footer .menu li {
  padding-bottom: 7px;
}

footer .menu li a {
  color: white;
}

footer .menu li a:hover {
  color: white;
}

.contact-footer {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.contact-footer li {
  padding: 3px 0;
  margin-bottom: 15px;
}

.contact-footer li strong {
  float: left;
}

.contact-footer li span {
  display: block;
}

.contact-footer li span a {
  color: white;
}

.contact-footer li span a:hover {
  color: white;
}



.footer-social li .facebook:hover {
  background-color: #3b5998;
}

.footer-social li .twitter:hover {
  background-color: #55acee;
}

.footer-social li .linkedin:hover {
  background-color: #007bb5;
}

.footer-social li .google-plus:hover {
  background-color: #dd4b39;
}

#copyright {
  background-color: #ffffff;
  padding: 20px 0 10px;
  border-top: 1px solid #eaeaea;
  color: #546E7A;
}

#copyright p {
  margin-bottom: 0;
  line-height: 40px;
}

#copyright p a {
  color: #546E7A;
}

#copyright p a:hover {
  color: #4b2bd5;
}

#copyright .nav-inline .nav-link {
  color: #546E7A;
  padding: 10px 0;
  margin-left: 10px;
}

#copyright .nav-inline .nav-link:hover {
  color: #4b2bd5;
}

