

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: #444;
}

html,
body {
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
}

a {
	color: #00d3ed;
}

a,
a>* {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:focus {
	color: #00d3ed;
}

a:hover {
	color: #c03a2b;
}

a:focus,
a:hover {
	outline: none;
	text-decoration: none;
}


/* -- Typography -- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #333;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 43px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

p {
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
}


/*-- Pre Loader --*/

.preloader-area {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.sk-cube-grid {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #00d3ed;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

/* -- Common Styles -- */

.section-padding {
	padding: 100px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 100px;
}

.section-title h2 {
	font-size: 24px;
	line-height: 36px;
	color: #4d4d4d;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
}

.section-title h2:after {
	content: "";
	width: 76px;
	background: #00d3ed;
	height: 2px;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.section-title p {
	font-size: 14px;
	color: #666666;
	width: 50%;
	margin: 15px auto 80px auto;
}

.section-background {
	position: relative;
}

.section-background:before {
	background-color: #00d3ed;
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
}

.button-group {
	margin-top: 40px;
}

a.btn.btn-normal,
a.btn.btn-color,
a.btn.btn-normal-border {
	border-radius: 0px;
	font-size: 16px;
	padding: 8px 20px;
}

a.btn.btn-normal {
	background-color: #fff;
	color: #00d3ed;
}

a.btn.btn-color {
	background-color: #00d3ed;
	color: #ffffff;
}

a.btn.btn-normal-border {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	margin-left: 20px;
}
a:hover.btn.btn-normal{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
a:hover.btn.btn-normal-border{
	background-color: #fff;
	color: #00d3ed;
}
a:hover.btn.btn-color{
	background: transparent;
	border: 1px solid #00d3ed;
	color: #00d3ed;
}
.btn-default:hover{
	background: transparent;
	border: 1px solid #00d3ed;
	color: #00d3ed;
}
/* -- Navigation -- */

.navbar-default {
	background-color: transparent;
	padding: 20px 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

nav.navbar.navbar-default.navbar-fixed-top {
	background: rgba(0, 0, 0, 0.10);
}

.sticky.navbar-default {
	background-color: #00d3ed !important;
	padding: 10px 0;
}

.navbar-nav {
	margin-top:18px;
}

.sticky.navbar .nav>li {
	padding: 0 13px;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 23px;
}

.sticky .navbar-nav>li>.dropdown-menu {
	margin-top: 13px;
}

.navbar-right .dropdown-menu {
	right: auto;
	left: 15px;
}

.sticky .navbar-right .dropdown-menu {
	left: 13px;
}

.navbar-brand {
	padding: 0 15px;
	height: auto;
}

.navbar .nav>li {
	padding: 0 15px;
	-webkit-transition: padding .4s ease-in-out;
	-moz-transition: padding .4s ease-in-out;
	transition: padding .4s ease-in-out;
}

.navbar .nav>li>a {
	padding: 5px 0;
}

.navbar-default {
	margin-bottom: 0;
	border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #ffffff;
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
}


/*-- SEARCH FORM CSS --*/

.search-content {
	background: rgba(158, 158, 158, 0.9);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 999999999;
	top: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .4s;
	transition: .4s;
}

.search-content-active {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-text-area {
    display: table;
    margin: 0 auto;
    width: 50%;
    background: #333;
    margin-top: 10%;
    padding: 15px;
    color: #fff;
}

.search-text-area form {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	position: relative;
}

.search-text-area form input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: transparent none repeat scroll 0 0;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 4px;
	font-size: 25px;
	font-weight: 300;
	height: 90px;
	line-height: 88px;
	padding-right: 60px;
	width: 100%;
	border-color: #fff;
}
.search-text-area input[type="text"]:focus, button.submt_button {
	outline:none;
}
.search-text-area form button {
	border: none;
	background: transparent;
	position: absolute;
	right: 0px;
	margin-top: 50px;
	display: none;
}

.search-close-icon {
	position: absolute;
	right: 30px;
	top: 24px;
	cursor: pointer;
}

.search-close-icon i {
	font-size: 25px;
	color: #e74c3c;
}

.submt_button i {
	cursor: pointer;
	font-size: 24px;
	position: relative;
	right: 5px;
	top: -8px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


/*Dropdown Style*/

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #00d3ed;
	background-color: transparent;
	border-bottom: 1px solid #ef4836;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 0;
	padding: 0;
}

.dropdown-menu>li {
	border-bottom: 1px solid #00d3ed;
}

.dropdown-menu>li:last-child {
	border-bottom: 0;
}

.dropdown-menu>li>a {
	padding: 7px 20px;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color: #222222;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #00d3ed;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #00d3ed;
}


/*Mobile Menu Style*/

@media(max-width: 767px) {
	.navbar-default {
		background-color: #00d3ed;
	}
	.navbar-brand {
		padding: 4px 15px;
	}
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover {
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ccc;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.nav-search a {
	background: rgba(0, 0, 0, 0.15);
	width: 35px;
	height: 35px;
	border-radius: 100%;
	text-align: center;
	font-size: 14px !important;
	color: #fff;
}

.nav-search a:hover {
	color: #3598DB !important;
	background: #fff !important;
}

.nav-search a:focus,
.nav-search a:active,
.nav-search a:visited {
	outline: 0px !important;
	border-bottom: none !important;
}

/* -- Header -- */

#header {
	background: url(../images/header/slider-background.jpg) no-repeat center center #00d3ed;
	background-size: cover;
	position: relative;
}

.overlay-color:before {
    background-color: #1094a5;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
}
.header-caption {
	color: #ffffff;
	padding-top: 170px;
	padding-bottom: 130px;
}

.header-caption h1 {
	font-size:45px;
	font-weight: 400;
	color: #ffffff;
}

.header-caption h1 b {
	font-weight: 700;
}

.header-caption p {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin-top: 30px;
}

#header .row {
	position: relative;
}

.header-images {
	position: absolute;
	right: 40px;
	bottom: 0;
}

.header-images img {
	max-height: 520px;
}

.go-bottom {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

.go-bottom a {
	color: #ffffff;
	background-color: #00d3ed;
	height: 60px;
	width: 60px;
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 100%;
	line-height: 58px;
	text-align: center;
	font-size: 22px;
}

.go-bottom a i {
	animation: slideInDown 2s infinite;
}



/*-- Header video --*/

.welcome-video-area {}

.video-single {
	height: 100vh;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.video-single:before {
	content: "";
	background: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.video-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.video-title {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}

.video-title h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: capitalize;
}

.video-title h2 span {
	font-weight: 900;
}

.video-title p {
	color: #fff;
	font-size: 16px;
}


/*-- Header Slider--*/

.single-slider {
	height: 100vh;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.single-slider:before {
	content: "";
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.slider-title {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.slider-title h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: capitalize;
}

.slider-title h2 span {
	font-weight: 900;
}

.slider-title p {
	color: #fff;
	font-size: 16px;
}

.owl-item.active .slider-title-animation {
   animation: slideInDown 0.5s;
}

.owl-item.active .slider-animation-up {
   animation: slideInUp 0.5s;
}

.slider-active .owl-nav div {
	background: #008CBA;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	opacity: 0;
	color: #fff;
}

.slider-active:hover .owl-nav div.owl-next {
	left: auto;
	right: 70px;
	opacity: 1;
	transition: .9s;
}

.slider-active:hover .owl-nav div.owl-prev {
	right: auto;
	left: 70px;
	opacity: 1;
	transition: .9s;
}

.slider-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.slider-active .owl-dot {
	background: #008cba none repeat scroll 0 0;
	display: inline-block;
	height: 8px;
	margin: 0 2px;
	transition: all 0.5s ease 0s;
	width: 5px;
}

.slider-active .owl-dot.active {
	background: #fff none repeat scroll 0 0;
	height: 20px;
}

/*-- Header Animated Headlines --*/

.cd-headline.clip span {
	padding: 0!important;
}


/*-- Header particles effects --*/

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5;
}


/* -- Header parallax background -- */

.parallax {
    height: 100vh;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.parallax:before {
    content: "";
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}


/*-- Header coming soon --*/
.coundown-area {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}
.coundown-title {
    color: #f1f1f1;
    font-size: 50px;
    padding-bottom: 20px;
	font-weight:300px
}

.coundown-title span {
    color: #00d3ed;
	font-weight:700px
}
.coundown_res{
	margin-top:15px;
}
.coundown-subtitle {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    color: #f1f1f1;
    padding-bottom: 30px;
    text-transform: lowercase;
}

.coundown_box {
    width: 130px;
    margin: 0 auto;
    height: 120px;
    border: 2px solid #fff;
    position: relative;
	border-radius: 10px;
}

.coundown_box_time {
    position: absolute;
    z-index: 9;
    left: 0px;
    right: 0px;
    top: 15%;
}

.coundown_box .coundown_box_time h2 {
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 400;
	margin-bottom: 5px;
}
.coundown_box .coundown_box_time p {
    color: #f1f1f1;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}



/* -- About Us -- */

#about-us {
	background-color: #ffffff;
}

.about-images {
	position: relative;
	display: inline-block;
}

.about-images:before {
	content: "";
	position: absolute;
	border: 8px solid #f7f7f7;
	top: -30px;
	left: -30px;
	bottom: 30px;
	right: 30px;
	z-index: 0;
}

.about-images img {
	position: relative;
}

.about-content {}

.about-content h3 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	color: #444444;
	margin-bottom: 40px;
}

.about-content p {
	margin-bottom: 20px;
}

.about-content h3 span.color {
	color: #00d3ed;
}

.about-button {
	margin-top: 40px;
}

/* -- Our Service -- */

#our-service {
	background-color: #f7f7f7;
}

.service-content {
	text-align: center;
	padding: 30px;
	margin: 10px 0;
}

.service-content i {
	color: #00d3ed;
	font-size: 35px;
}

.service-content h3 {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	margin: 20px 0;
}

.service-content p {}

.service-content:hover,
.service-active {
    background-color: #00d3ed;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;    
}

.service-content:hover:before,
.service-active:before {
	position: absolute;
	content: "";
	height: 25%;
	width: 25%;
	left: 10px;
	top: 10px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}

.service-content:hover:after,
.service-active:after {
	position: absolute;
	content: "";
	height: 25%;
	width: 25%;
	bottom: 10px;
	right: 10px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.service-content:hover p,
.service-active p {
	color: #fafafa;
}

.service-content:hover i,
.service-active i {
	color: #fff;
}

.service-content:hover h3,
.service-active h3 {
	color: #fff;
}

/* -- Our Skill -- */

#our-skill {
	background: rgba(0, 0, 0, 0) url("../images/skill/skill-bg.jpg") repeat scroll 0 0 / cover;
	position: relative;
	color: #ffffff;
	background-attachment: fixed;
}

.overlay-color-skill:before {
	background-color: #000000;
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
}

#our-skill .section-title h2 {
	color: #fff;
}

#our-skill .section-title p {
	color: #fff;
}

.chart {
	display: inline-block;
	height: 100%;
	margin: 40px auto;
	position: relative;
	text-align: center;
	width: 100%;
}

.chart canvas {
    left: 0px;
    position: absolute;
    top: 0;
    right: 0px;
    margin: 0 auto;
}

.percent {
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	line-height: 140px;
	margin: auto;
	text-align: center;
	z-index: 2;
}

.percent:after {
	content: '%';
}

.chart-text span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: capitalize;
}


/* -- Our portfolio -- */

.portfolio {
	background: #fff;
}

.portfolio-inner .mix {
	display: none;
}

ul.portfolio {
	padding: 0;
	list-style: none;
	margin-left: 8px;
	text-align: center;
}

ul.portfolio li {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	margin: 0 10px;
	padding: 5px 10px;
	text-transform: uppercase;
}

ul.portfolio li:hover {
	color: #fff;
	border: 1px solid #00d3ed;
	-webkit-transition: .3s;
	transition: .3s;
	background: #00d3ed;
}

ul.portfolio li.active {
	border: none;
	color: #fff;
	border: 1px solid #00d3ed;
	background: #00d3ed;
}

.portfolio .item {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

.portfolio .item img {
	width: 100%;
}

.item:hover img {
	opacity: .3;
}

.portfolio .item:hover::before,
.portfolio .item:hover::after {
	height: 100px;
	width: 100px;
	content: "";
	position: absolute;
	z-index: 999;
}

.portfolio .item:before {
	border-left: 3px solid #00d3ed;
	border-top: 3px solid #00d3ed;
	top: 0px;
	left: 0px;
}

.portfolio .item:after {
	border-right: 3px solid #00d3ed;
	border-bottom: 3px solid #00d3ed;
	bottom: 0px;
	right: 0px;
}

.portfolio-caption {
	background: #00d3ed none repeat scroll 0 0;
	height: 90%;
	left: 5%;
	position: absolute;
	top: 5%;
	width: 90%;
	padding: 25px;
	opacity: 0;
	transition: all 0.4s ease-out;
}

.portfolio-caption:after {
	padding: 10px;
}

.portfolio-caption h3 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 20px;
	text-transform: unset;
}

.portfolio-caption h3::before {
	border-bottom: 1px solid #ddd;
	content: "";
	position: absolute;
	top: 52px;
	width: 50%;
}

.portfolio-caption p {
	color: #fff;
}

.protfolio-link-bt {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
}

.protfolio-link-bt:hover {
	background-color: #fff;
	color: #00d3ed;
}

.portfolio .item:hover .portfolio-caption {
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}



/* -- counter -- */

.complete-project-conuter {
	background-attachment: fixed;
	background-image: url("../images/counter/counter-bg.jpg");
	background-size: cover;
	padding: 120px 0;
	position: relative;
	z-index: 1;
}

.complete-project-conuter:after {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.single-counter {
	overflow: hidden;
}

.counter-icon {
	border: 1px solid #ddd;
	display: inline-block;
	float: left;
	font-size: 30px;
	margin-right: 20px;
	padding: 10px;
	color: #ddd;
}

.single-counter:hover .counter-icon {
	background-color: #00d3ed;
	color: #fff;
	border: 1px solid #00d3ed;
}

.counter-data {
	display: inline-block;
	float: left;
}

.counter-data h2 {
	color: #00d3ed;
	font-size: 35px;
	font-weight: 100;
	line-height: 30px;
	padding-bottom: 8px;
}

.counter-data>h3 {
	color: #ddd;
	font-size: 14px;
	font-weight: 100;
}


/* -- Our Team -- */
#our-team, #about-us, #our-pricing {
    overflow-x: hidden;
}

.single-team-item {
	background: #fff;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.team-item-img {
	position: relative;
}

.single-team-item:hover .team-item-img:before {
	content: "";
	background: rgba(52, 152, 219, 0.50);
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	right: 0px;
}

a.team-link {
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
	color: #fff;
	font-size: 16px;
	height: 50px;
	width: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 50px;
	margin: 0 auto;
	display: none;
	animation: fadeIn 1s;
}

.single-team-item:hover a.team-link {
	display: block;
}

.single-team-item:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.team-item-description {
	background: #fff;
	margin: 15px 0;
}

.single-team-item:hover .team-item-description {
	margin-top: -50px;
	z-index: 9999;
	animation: slideInUp 1s;
	position: relative;
}

.team-item-description h4 {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	padding-top: 10px;
	text-transform: capitalize;
}

.team-item-description h6 {
	color: #777;
	font-size: 14px;
	font-weight: 400;
	padding-top: 10px;
	text-transform: capitalize;
}

.team-item-social {
	padding-top: 15px;
	display: none;
}

.single-team-item:hover .team-item-social {
	display: block;
	animation: fadeIn 3s;
}

.team-item-social ul {
	margin: 0;
	padding: 0;
}

.team-item-social ul li {
	display: inline-block;
	list-style: outside none none;
}

.team-item-social ul li a {
	background: #ddd;
	line-height: 30px;
	border-radius: 100%;
	display: block;
	height: 30px;
	margin-left: 10px;
	text-align: center;
	width: 30px;
	color: #777;
	font-size: 14px;
}

.team-item-social ul li a:hover {
	background: #00d3ed;
	color: #fff;
}


/* -- testimonial -- */

#testimonial {
	background-color: #f7f7f7;
}

.single-testimonial {
	position: relative;
	margin-top: 60px;
}

.trestimonial-dec {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  margin-bottom: 1px;
  padding: 20px;
}

.trestimonial-dec h2 {
	color: #333;
	font-size: 22px;
	font-weight: 300;
	padding-bottom: 10px;
}

.trestimonial-dec h6 {
	color: #999;
	font-size: 14px;
	font-weight: 100;
	padding-bottom: 10px;
}

.trestimonial-img {
	display: inline-block;
	margin-top: -55px;
	position: absolute;
	right: 35px;
	top: 0;
}

.testimonial-item .owl-dots {
	margin-top: 30px;
	text-align: center;
}

.testimonial-item .owl-dot {
	display: inline-block;
}

.testimonial-item .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border-radius: 20px;
	background: #D5D5D5;
}

.testimonial-item .owl-dot.active span {
	background: #00d3ed;
}

/* -- Video -- */

#video {
	background: rgba(0, 0, 0, 0) url("../images/video/video-bg.jpg") no-repeat scroll 0 0 / cover;
	color: #ffffff;
	position: relative;
}

.overlay-color-video:before {
	background-color: #000000;
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
}

.video-section {
	text-align: center;
}

.video-section h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  margin: 0;
  padding: 30px 0 0;
  text-transform: uppercase;
}

.video-icon {
	border: 3px solid #fff;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	height: 77px;
	text-align: center;
	width: 77px;
}

.video-icon i {
	font-size: 40px;
	margin: 15px 0 0 10px;
}

/* -- Pricing Table -- */

.single-pricing-box {
	background: #f6f6f6 none repeat scroll 0 0;
	padding: 40px 10px;
	text-align: center;
}

.single-pricing-box.active {
	background-color: #00d3ed;
	margin-top: -30px;
	padding-bottom: 100px;
}

.active.single-pricing-box h4,
.active .single-pricing-data h5 spen,
.active .single-pricing-data,
.active .single-pricing-data p,
.active .single-pricing-data h5,
.active .single-pricing-content {
	color: #fff;
}

.active .pricing-box-bt {
	background-color: #ffffff;
	color: #00d3ed;
}

.single-pricing-box h4 {
    color: #444;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom:0px;
}

.single-pricing-data h5 spen {
	color: #444;
	font-size: 40px;
	font-weight: 100;
}

.single-pricing-data {
	color: #444;
	font-size: 14px;
	text-transform: lowercase;
}

.single-pricing-data p {
	display: inline-block;
	font-size: 14px;
	margin: 0;
}

.single-pricing-data h5 {
	color: #00d3ed;
	display: inline-block;
	font-size: 40px;
	font-weight: 400;
}

.single-pricing-content {
	padding: 30px 0;
	color: #888;
}

.single-pricing-content ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.single-pricing-content ul li {
	font-size: 22px;
	font-weight: 300;
	padding: 10px 0;
}

.pricing-box-bt {
	background: #00d3ed;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 10px 40px;
}

.pricing-box-bt:hover {
	background: #fff;
	color: #00d3ed;
}


/* -- Blog Page --*/

#our-blog {
	background-color: #f7f7f7;
}

.single-blog-box {
	border: 1px solid #ddd;
}

.single-blog-box:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.single-blog-images {
	position: relative;
	overflow: hidden;
}

.single-blog-images img {
	-webkit-transition: .4s;
	transition: .4s;
}

.single-blog-box:hover .single-blog-images img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.blog-data {
	background: #00d3ed none repeat scroll 0 0;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 60px;
}

.blog-data p {
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.blog-data p span {
	display: block;
	font-size: 16px;
	font-weight: 300;
}

.single-blog-content {
	background: #fff none repeat scroll 0 0;
	padding: 10px;
}

.single-blog-content p {
	color: #999;
}

.single-blog-content h3 {
	color: #666;
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 10px;
	text-transform: capitalize;
}

.signl-blog-meta {
	font-size: 12px;
}

.signl-blog-meta a {
	color: #999;
	margin-right: 10px;
}

.signl-blog-meta a i {
	color: #00d3ed;
	display: inline-block;
	padding-right: 5px;
}

.sigle-blog-readmore-btn {
	border: 1px solid #00d3ed;
	color: #00d3ed;
	display: inline-block;
	margin: 10px 0;
	padding: 5px 15px;
}

.sigle-blog-readmore-btn:hover {
	background: #00d3ed;
	color: #fff;
}
.blog-margin-bottom-40{
	margin-bottom: 40px;
}

/* -- subscribe -- */

.subsribe-area {
	text-align: center;
}

.subsribe-area input {
	background: #f9f9f9 none repeat scroll 0 0;
	border-radius: 0;
	font-size: 18px;
	height: 50px;
}

.subscribe-btn {
	background: #00d3ed none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	padding: 10px 20px;
	text-transform: uppercase;
}


/* -- Footer -- */

#footer-top {
	background: #272727 none repeat scroll 0 0;
}

.footer-single-contact h2 {
	color: #ccc;
	font-size: 20px;
	margin-bottom: 40px;
	position: relative;
}

.footer-single-contact h2::after {
	background: #ccc none repeat scroll 0 0;
	bottom: -12px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	width: 70px;
}

.footer-social-list {}

.footer-social-list ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.footer-social-list ul li {
	display: inline-block;
}

.footer-social-list ul li a:hover {
	color: #00d3ed;
}

.footer-social-list ul li a {
	color: #888888;
	padding-right: 10px;
}

.footer-social-list ul li a i {
	
}

.address-single-contact {
	margin-bottom: 20px;
}

.contact-icon {
	display: inline-block;
	float: left;
	margin: 10px 20px 0 0;
}

.contact-icon i {
	color: #e3e3e3;
	font-size: 20px;
}

.address-single-contact h6 {
	color: #888888;
	font-size: 15px;
	padding-bottom: 5px;
	text-transform: capitalize;
}

.address-single-contact p {
	margin-bottom: 0;
}

.contact-form input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #555555;
	border-radius: 0;
}

.contact-form textarea {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #555555;
	border-radius: 0;
}

#submitButton {
	background-color: #00d3ed;
	border: medium none;
	color: #fff;
	text-transform: uppercase;
}

#submitButton:hover {
	background-color: #fff;
	color: #00d3ed;
}

#footer {
	background: #1c1c1c;
	padding: 20px 0;
	text-align: center;
}

.footer-buttom {
	color: #747474;
}

#scrollup {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #00d3ed;
	cursor: pointer;
	border: 1px solid #00d3ed;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	z-index: 9999;
	display: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

/* --  Email Send Notification -- */



.email-send {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.email-send:target {
  visibility: visible;
  opacity: 1;
}

.email-popup {
  margin: 100px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}

.email-popup h2 {
  margin-top: 0;
  color:#07800c;
  margin-bottom: 10px;
}

.email-popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.email-popup .close:hover {
  color: #000000;
}

.email-popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .email-popup{
    width: 70%;
  }
}


/* -- Blog Page -- */

.page-title {
	background-size: cover;
	position: relative;
	z-index: 1;
	padding-top: 150px;
	padding-bottom: 60px;
	text-align: center;
}

.page-title:before {
	content: "";
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
}

.page-title h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.page-title .breadcrumb {
	background: none;
	font-size: 16px;
	color: #fff;
}

.breadcrumb>.active {
	color: #ffffff;
}


/* Blog page style */

.blog-area {
	background: #f6f8fa;
}

.blog-items .post {
	margin-bottom: 40px;
}

.post {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.post:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.post-images {
	position: relative;
	overflow: hidden;
}

.post-images img {
	-webkit-transition: .4s;
	transition: .4s;
}

.post:hover .post-images img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.post-content {
	background: #fff;
	padding: 20px;
}

.post-content h2 {
	padding-bottom: 10px;
}

.post-content h2 a {
	color: #666;
	font-size: 22px;
	text-transform: capitalize;
}

.post-content h2 a:hover {
	color: #02a8f4;
}

.post-content p {
	font-size: 16px;
	color: #999;
	line-height: 28px;
	margin-bottom: 15px;
}

.post-content p:last-child {
	margin-bottom: 0px;
}

.post-meta {
	margin-bottom: 10px;
}

.post-meta p {
	font-size: 14px;
	color: #a3a3a3;
}

.post-meta a {
	color: #999;
	margin-right: 10px;
}

.post-meta a:hover {
	color: #02a8f4;
}

.post-meta i {
	color: #a3a3a3;
	display: inline-block;
	padding-right: 5px;
}

.post-date {
	background: #02a8f4;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 60px;
}

.post-date p {
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.post-date p span {
	display: block;
	font-size: 16px;
	font-weight: 300;
}

.post-readmore-btn {
	border: 1px solid #02a8f4;
	color: #02a8f4;
	display: inline-block;
	margin-top: 20px;
	padding: 5px 15px;
	font-size: 16px;
}

.post-readmore-btn:hover {
	background: #02a8f4;
	color: #fff;
}


/* sidebar */

.sidebar {}

.sidebar .widget {
	margin-top: 30px;
	margin-bottom: 0;
	background: #fcfcfc;
	padding: 20px;
}

.sidebar .widget:first-child {
	margin-top: 0;
}

h3.widget-title {
	margin-bottom: 15px;
	font-size: 16px;
	color: #424242;
	text-transform: uppercase;
}

.widget-title:after {
	content: "";
	display: block;
	width: 100%;
	margin-top: 16px;
	border-bottom: 1px solid #eeeeee;
	z-index: 1;
	position: relative;
}


/* search widget */

.search-form {
	position: relative;
}

.widget.search-form input {
	width: 100%;
	height: 50px;
	border-radius: 0px;
	border: 1px solid #eeeeee;
	box-shadow: none;
}

.search-button {
	position: absolute;
	top: 0;
	height: 100%;
	right: 25px;
	color: #999;
	background-color: transparent;
	border: none;
}

/* widget about me */

.widget.about-us-wi p {
    margin-top: 15px;
	color: #999;
}
/* categories */

.widget.categories ul {
	list-style: none;
	padding: 0px;
}

.widget.categories ul li {
	text-align: right;
	padding: 4px 0px;
	color: #636363;
}

.widget.categories ul li a {
	color: #636363;
	font-size: 16px;
	float: left;
}

.widget.categories ul li a:hover,
.widget.categories ul li a:hover:before {
	color: #02a8f4;
}

.widget.categories ul li a:before {
	content: "\f101";
	font-family: fontawesome;
	margin-right: 10px;
	color: #999;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/* categories */

.widget.tags {
	overflow: hidden;
}

.widget.tags a {
	padding: 10px 12px;
	line-height: 16px;
	margin: 0 6px 6px 0;
	font-size: 14px;
	color: #636363;
	background-color: #f7f7f7;
	display: inline-block;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget.tags a:hover {
	background-color: #02a8f4;
	color: #ffffff;
}


/* widget-ads */

.widget.widget-ads {
	background: #02a8f4;
}

h2.adds-title {
	color: #fff;
	line-height: 40px;
	font-size: 24px;
	text-transform: none;
	margin-bottom: 20px;
}

a.btn.ads-button {
	background: #fff;
	padding: 10px 30px;
	font-size: 16px;
	border-radius: 20px;
}

a:hover.btn.ads-button {
	background: #0593d4;
	color: #fff;
}


/* Pagination */

.post-pagination {}

.pagination {
	margin: 0;
}

.pagination li a {
	border-radius: 0 !important;
	margin-right: 8px;
	color: #7c7c7c;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
	color: #fff;
	background: #02a8f4;
	border: 1px solid transparent;
}


/* Single Page */

.single-area {
	background: #fff;
}

.single-page {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.post-meta {
	margin-top: 20px;
}

.post-meta li,
.post-meta li a {
	color: #ffffff;
	font-style: italic;
	font-size: 14px;
	display: inline-block;
	margin-right: 20px;
}

.post-meta li i {
	margin-right: 5px;
	color: #ffffff;
}


/* Post tags */

.post-footer {
	margin-top: 40px;
}

.post-tags a {
	border: 1px solid #eee;
	color: #7c7c7c;
	display: inline-block;
	font-size: 12px;
	padding: 3px 10px;
	margin-left: 3px;
	margin-bottom: 5px;

}

.post-tags a:hover {
	background: #02a8f4;
	color: #fff;
	border: 1px solid transparent;
}


/* Post social */

.social-share-icons>li {
	display: inline-block;
}

.social-share-icons a i {
	margin-left: 5px;
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
}

.social-share-icons a i.fa-facebook {
	background: #677fb5;
}

.social-share-icons a i.fa-twitter {
	background: #70c2e9;
}

.social-share-icons a i.fa-google-plus {
	background: #c53942;
}

.social-share-icons a i.fa-linkedin {
	background: #3daccf;
}


/* author box */

.author-box {
	background-color: #ffffff;
	padding: 20px;
	border-top: 1px solid #ddd;
}

.author-img {}

.author-img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 20px;
}

.author-info h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 20px;
	color: #333;
}

p.author-url {
	margin-top: 5px;
}


/* comment-list */

.comments-area {
	background-color: #fff;
	padding: 20px;
	padding-top: 40px;
}

.comments-area ul {
	list-style: none;
	padding: 0px;
}

.comments-area ul li ul {
	margin-left: 80px;
}

.comments-area ul li {
	margin-bottom: 20px;
}

h3.comments-heading {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}

.comment-content {
	margin-left: 80px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.comment-body img {
	border-radius: 50%;
	height: 60px;
	width: 60px;
	margin-top: 8px;
}

.comment-content span {
	display: block;
	margin-bottom: 5px;
	color: #929292;
}

span.comment-author {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin-bottom: 0px;
}


/* comment-form */

.comment-form {
	background-color: #fff;
	padding: 60px;
	padding-top: 20px;
}

h3.comment-heading {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}

.comment-form label {
	color: #424242;
	font-size: 15px;
	vertical-align: middle;
	font-weight: 400;
	margin-bottom: 7px;
}

.comment-form .form-control {
	border-radius: 0px;
	background: #f7f7f7;
	border: 1px solid transparent;
	box-shadow: none;
}

.comment-form #comment {
	margin-bottom: 20px;
}

.comment-form input[type="text"],
.comment-form input[type="password"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="tel"],
.comment-form input[type="number"],
.comment-form input[type="date"],
.comment-form input[type="search"],
.comment-form select {
	height: 40px;
	margin-bottom: 20px;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="password"]:focus,
.comment-form input[type="date"]:focus,
.comment-form input[type="datetime"]:focus,
.comment-form input[type="datetime-local"]:focus,
.comment-form input[type="month"]:focus,
.comment-form input[type="week"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="number"]:focus,
.comment-form input[type="search"]:focus,
.comment-form input[type="tel"]:focus,
.comment-form input[type="time"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
	border-color: #02a8f4;
	background-color: #ffffff;
	outline: none;
}

.comment-submit {
	background-color: #02a8f4;
	color: #ffffff;
	font-size: 16px;
	border-radius: 0px;
	padding: 10px 20px;
}

.comment-submit:hover {
	background-color: #0593d4;
	color: #ffffff;
}