@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	color: #606b77;
	line-height: 24px;
	font-size: 15px;
}
a {
	color: #00A5A8;
}
a:focus, a:active, a:hover {
	outline: none !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #2F3BBD;
	text-decoration:none;
}
p {
	line-height: 28px;
	 font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif; 
	color: #000;
	margin-top:0px;
	font-weight:600;
}
h1 {
	font-size:50px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 22px;
	line-height: 30px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
hr {
	border-color: #ddd;
}

::-webkit-input-placeholder {
 color: #838282 !important;
}
::-moz-placeholder {
 color: #838282 !important;
}
:-ms-input-placeholder {
 color: #838282 !important;
}
:-moz-placeholder {
 color: #838282 !important;
}
::-moz-selection { /* Code for Firefox */ 
    color: #FFF;
    background:#0042C8;
}

::selection {
    color: #FFF;
     background:#0042C8;
}
/*--------------------------------------------*/
/*   Helper clasess
/*--------------------------------------------*/

.clear {
	clear:both;
}
img {
	max-width:100%;
}
.p-0 {
	padding: 0px !important;
}
.p-20 {
	padding: 20px !important;
}
.p-30 {
	padding: 30px !important;
}
.p-l-0 {
	padding-left: 0px !important;
}
.p-l-10 {
	padding-left: 10px !important;
}
.p-l-20 {
	padding-left: 20px !important;
}
.p-l-25 {
	padding-left: 25px !important;
}
.p-r-0 {
	padding-right: 0px !important;
}
.p-r-10 {
	padding-right: 10px !important;
}
.p-t-0 {
	padding-top: 0px !important;
}
.p-b-0 {
	padding-bottom: 0px !important;
}
.p-t-10 {
	padding-top: 10px !important;
}
.p-b-10 {
	padding-bottom: 10px !important;
}
.p-l-r-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.m-0 {
	margin: 0px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-r-15 {
	margin-right: 15px !important;
}
.m-l-5 {
	margin-left: 5px !important;
}
.m-l-10 {
	margin-left: 10px !important;
}
.m-l-15 {
	margin-left: 15px !important;
}
.m-t-5 {
	margin-top: 5px !important;
}
.m-t-0 {
	margin-top: 0px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-15 {
	margin-top: 15px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-25 {
	margin-top: 25px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-35 {
	margin-top: 35px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.m-b-0 {
	margin-bottom: 0px !important;
}
.m-b-5 {
	margin-bottom: 5px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-25 {
	margin-bottom: 25px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-35 {
	margin-bottom: 35px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-b-45 {
	margin-bottom: 45px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}
.m-r-5 {
	margin-right:5px;
}
.w-sm {
	min-width:80px;
}
.font-bold {
	font-weight:600 !important;
}
.font-weight-500 {
	font-weight:500 !important;
}
.font-normal {
	font-weight:normal !important;
}
.font-15 {
	font-size:15px !important;
}
.font-14 {
	font-size:14px;
}
.font-22 {
	font-size:22px !important;
}
.uppercase {
	text-transform:uppercase;
}
.lead-14 {
	font-size:14px;
	line-height:20px;
}
.lead-16 {
	font-size: 16px;
	line-height: 27px;
}
.nowrap {
	white-space: nowrap !important;
}
label {
	font-weight: 500;
}
.lead {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}
.text-white{
	color:#FFF !important;
}

.line {
	background-color: #fff;
	content: '';
	display: block;
	height: 4px;
	left: 0;
	margin: 0 auto 0 auto;
	position: relative;
	right: 0;
	width: 85px;
  background: #F5AE51;
    margin-bottom: 30px;
}
.line:after,.line:before {
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: ani-line;
	-webkit-animation-timing-function: linear;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-name: ani-line;
	animation-timing-function: linear;
	background-color: #101010;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 4px;    
}
.line:before {
	left: 8px
}
.line:after {
	left: 0
}
@-webkit-keyframes ani-line {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(75px);
		transform: translateX(75px)
	}
}
.section-title {
	font-size: 35px;
	text-transform: uppercase;
}
/*--------------------------------------------*/
/*   Loader and scroll top
/*--------------------------------------------*/

#pageloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color:#FFF;
	z-index: 999999;
}
.loader {
	position: absolute;
	width: auto;
	height:auto;
	margin: -25px 0 0 -25px;
	top:50%;
	left:50%;
	text-align:center;
}
.scrollup {
	width:40px;
	height:40px;
	position:fixed;
	bottom:30px;
	right:15px;
	display:none;
	background:#FF8C00;
	text-align: center;
}
.scrollup i {
	color:#fff;
	font-size:15px;
	display:block;
	line-height:33px;
}
.scrollup:hover {
	background:#FF8C00;
}
/*-----------------------------------------------------------------*/
/* Navigation
/*-----------------------------------------------------------------*/

#header {
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 999;
	background: transparent;
}
#main-menu {
	z-index: 300;
	visibility:visible;
}
.menu-bg {
	background:#232222   !important;
}
#main-menu ul {
	display: block;
	width: 100%;
	text-align: center;
}
#main-menu ul li {
	display: inline-block;
	position: relative;
}
#main-menu ul li a {
	display: inline-block;
	padding:6px 10px;
	line-height: 60px;
	color: #FFF;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
#main-menu ul li a:hover {
	color:#FFF;
}
#main-menu ul.nav>li>a:hover, #main-menu ul.nav>li>a:focus {
	background: none;
}
#main-menu ul li.active > a, #main-menu ul li.active.has-child > a {
	color: #FF8C00;
}
.clear-toggle {
	display:none;
	clear:both;
}
.navbar-toggle {
	color: #FFF;
	margin-top: 4px;
	font-size: 32px;
	margin-bottom: 0px;
	padding-top: 9px;
	position: absolute;
	right: 0px;
	padding-right: 0;
}
.logo {
	width: 100% !important;
	height: 100% !important;
}
.logo-nav {
	float: left;
	line-height: 70px;
}
/*--------------------------------------------*/
/*   Button
/*--------------------------------------------*/

.btn {
	padding: 11px 32px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius:0;
	border:2px solid transparent;
    border-radius: 50px;
}
.btn:hover {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.btn.round{
	border-radius:30px;
}
.btn-primary {
	background: #FF8C00;
	border-color: #FF8C00;
}
.btn-primary:hover, .btn-primary:focus {
	color: #FFF;
	background: #E37005     !important;
	border-color: #E37005   !important;
}
.btn-primary.border {
	background: transparent;
	color: #FF8C00;
	border-color: #FF8C00;
}
.btn-primary.border:hover , .btn-primary.border:focus{
	background:#FF8C00 !important;
	color:#FFF;
	border-color: #FF8C00 !important;
}
.btn-white-border {
	border: 2px solid #FFF;
	color:#FFF;
	background:transparent;
    border-radius: 50px;
}
.btn-white-border:hover, .btn-white-border:focus {
    color: #FFF;
    background: #FF8C00 !important;
    border-color: #FF8C00 !important;
    box-shadow: none;
}
/*--------------------------------------------*/
/*   Form Control
/*--------------------------------------------*/

.form-control {
    border-radius: 0;
    height: 47px;
    border: 2px solid #dadddc;
    background-color: transparent;
	box-shadow: none;
    font-size: 15px;
}
.form-control:focus {
	box-shadow:none;
	border-color:#ccc;;
}
/*--------------------------------------------*/
/*  common Section
/*--------------------------------------------*/

.box-d {
	padding:120px 0px 90px;
	position:relative;
}
section {
	position:relative;
}
section .container {
	position:relative;
}
.section-heading {
	margin: 0px 0px 70px;
}
.section-heading h2 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 5px;
	padding-bottom: 10px;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
}
.section-heading.white h2 {
	color:#FFF;
}
.section-heading.white h2:after {
    background-color: #FFF;
}
.section-heading {
	margin: 0px 0px 70px;
}
.parallax {
	background-attachment: fixed !important;
	background-position: top center !important;
}

/*--------------------------------------------*/
/*   Static Banner
/*--------------------------------------------*/

.banner {
	background:url(../images/banner-bg.jpg) no-repeat;
	background-size:cover;
    background-position: center center;
	width: 100%;
	height:100%;
	position:relative;
	text-align:center;
	padding:210px 0px;
}
.banner .container {
	position:relative;
	max-width: 1000px;
}
.overlay {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 0, 0, .8);
}
.banner-inner {
	display: table;
	height: 100%;
	width: 100%;
    text-align: center;
}
.banner-caption-main {
	display: table-cell;
	vertical-align: middle;
}
.slider-section h2 {
	text-transform: uppercase;
	font-weight: 700;
}
.banner-caption-main h2 {
	color: #FFF;
	font-size: 48px;
	margin: 25px 0px 23px;
	font-weight: 900;
	text-transform: uppercase;
}
.banner-caption-main h3 {
	color:#FFF;
	font-size:28px;
}
.banner-caption-main p {
    color: #fff;
    font-size: 17px;
    line-height: 29px;
    max-width: 623px;
	margin: 0px auto 12px;
}
.banner-caption-main .btn {
	margin: 30px 5px 0;
}

/*--------------------------------------------*/
/*  Home Slider
/*--------------------------------------------*/

.slider-section {
	text-align:center;
}
.slider-section .container {
    padding: 0px 43px;
}
.slide1 {
	background:url(../images/slider/slide1.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.slide2 {
	background:url(../images/slider/slide2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.slide3 {
	background:url(../images/slider/slide3.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.slider-section{
	text-align:left;
}
.slider-section h2 {
	text-transform: uppercase;
	font-weight: 900;
	margin: 25px 0 23px;
	font-size: 48px;
}
.slider-section h3 {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
	margin-bottom:22px;
}
.pogoSlider-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.6);
}

.silder-elements {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	padding-right: 100px;
	padding-left: 100px;
}

.video-bg {
	background:url(../images/video-bg-banner.jpg) no-repeat;
	background-size:cover;
	position:relative;
	text-align:center;
}
.video-overlay {
	background-image: url("../images/pattern.png");
	background-repeat:repeat;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video-bg .container {
	position:relative;
	max-width: 1000px;
}

.video-bg .banner-caption-main p {
	color: #fff;
	font-size: 17px;
	line-height: 29px;
	max-width: 623px;
	margin: 0px auto 12px;
}

/*--------------------------------------------*/
/*   About Section
/*--------------------------------------------*/

.feature-section{
	background:#FFF;
}
.about-box {
    margin-bottom: 30px;
    background: #FFF;
	position: relative;
}

.about-box .icon {
    color: #FF8C00;
    font-size: 30px;
    margin-bottom: 23px;
    display: inline-block;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;

}
.about-box .about-info{
	margin-left: 50px;
}
.about-box .about-info h3 {
    font-size: 24px;
    text-transform: capitalize;
	margin: 3px 0px 12px;
}
.about-box:hover .icon {
	border-color:#0042C8;
	background:transparent;
	color: #FF8C00;
}




/*-----------------------------------------------------------------*/
/* Works
/*-----------------------------------------------------------------*/

#works {
	padding-bottom: 120px;
}
ul.work {
	list-style: outside none none;
	margin: 0 0px 5px;
	padding: 0;
	text-align: center;
}
ul.work li {
    display: inline-block;
    font-size: 17px;
    margin: 0px 15px 10px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    color: #121111;
}
ul.work li.active, ul.work li:hover {
	color:#FF8C00;
}
.single-work img {
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	display: block;
	width: 100%;
}
.single-work:hover img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.single-work {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.work-details {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
	display:none;
}
.single-work .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background:rgba(0, 0, 0, .6);
}
.work-info-text {
	margin-top: 28%;
	color: #fff;
	position: relative;
}
.work-info-text h5 {
    margin: 0 0 5px;
    color: #FF8C00;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
}
.work-info-text p {
    font-size: 15px;
    font-weight: 600;
}
.single-work:hover .work-details {
	display:block;
}
.work-inner .mix {
	display: none;
}

/*--------------------------------------------*/
/*   Call TO Action
/*--------------------------------------------*/

.project {
	background:url(../images/project-bg.jpg) no-repeat;
	background-size:cover;
	padding: 60px 0px 60px;
    text-align: center;
}
.project-inner h2 {
	color: #FFF;
	font-size: 39px;
	text-transform: none;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 20px;
}
.project-inner p {
    color: #FFF;
    font-size: 16px;
    line-height: 32px;
}
.project-inner .btn {
    margin: 23px 0px 0px;
}
/*--------------------------------------------*/
/*   Team Members Section
/*--------------------------------------------*/

.team-members {
	margin: 0px 20px 30px;
}
.team-slide {
	width: 100%;
	margin: 0 auto;
	position:relative;
}
.team-members .team-photo img {
	width:100%;
}
.team-members .team-info {
    background: #FFF;
    padding: 25px 5px 30px;
    text-align: center;
}
.team-members .team-info h3 {
    font-size: 22px;
    margin-bottom: 3px;
}
.team-members .team-info h6 {
    font-size: 16px;
    color: #848484;
    margin: 5px 0px 17px;
	letter-spacing:0.6px;
	font-weight:400;
}

.team-slide .slick-prev:before, .team-slide .slick-next:before {
    font-family: 'slick';
    font-size: 31px;
    line-height: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #15A346;
}
.team-members.slick-slide{
	outline:0 !important;
	border:0 !important;
	box-shadow:none !important;
}

.slick-dots li {
    margin: 0;
}
.team-slide .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #e7e3e3;
    border-radius: 50%;
}
.team-slide .slick-dots li.slick-active button {
    background: #FF8C00;
}
.slick-dots li button:before, .slick-dots li.slick-active button:before {
    color: transparent;
}


/*--------------------------------------------*/
/*   stats
/*--------------------------------------------*/

#stats{
	background:url(../images/stats-bg.jpg)  no-repeat;
}
.stats-box{
	text-align:center;
	margin-bottom:30px;
}
.stats-box h3 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #FF8C00;
}
.stats-box span {
    color: #FFF;
    font-size: 20px;
}
.stats-box i {
    color: #FFF;
    font-size:45px;
    margin-bottom: 20px;
}

/*--------------------------------------------*/
/*   Services Section
/*--------------------------------------------*/

.services-section {
	background:#FFF;
}
.services-box {
    text-align: center;
    margin-bottom:30px;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    padding: 34px 34px 24px;
    background: #FFF;
}
.services-box .icon {
	color: #333;
	font-size: 26px;
	margin-bottom: 23px;
	display: inline-block;
	border: 1px solid #333;
	width: 65px;
	height: 65px;
	line-height: 65px;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.services-box .services-info {
}
.services-box .services-info h3 {
    font-size: 22px;
	margin-bottom: 13px;
}
.services-box:hover  .icon{
	border:1px solid #FF8C00;
	color:#FFF;
	background: #FF8C00;
}

/*--------------------------------------------*/
/*   Video Section
/*--------------------------------------------*/

.company-area {
	padding:60px 0px;
	background: url(../images/video-bg.jpg) no-repeat;
	position: relative;
	background-size: cover;
	z-index: 1;
}
.video-inner a {
	background: #FF8C00;
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 50%;
}
.video-inner h2 {
	color: #fff;
	font-size: 29px;
	margin-top: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.video-inner i {
	font-size: 35px;
	color: #fff;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	line-height: 80px;
	text-align: center;
	padding-left: 10px;
}
.mfp-iframe-holder {
	padding-top: 80px;
}

/*--------------------------------------------*/
/*   Blog Section
/*--------------------------------------------*/

.blog-slide {
	float:left;
	width:100%;
}
.blog-item {
    margin: 0px 0px 30px;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    padding: 20px 20px 30px;
}
.blog-item .blog-media img {
	width:100%;
}
.blog-item .blog-info {
	background: #FFF;
	padding: 24px 0px 0px;
}
.blog-item .blog-info h3 > a {
	color:#000;
}
.blog-item .blog-info ul.meta {
    margin: 0px 0px 15px;
    color: #7D7B7B;
    padding: 0;
}
.blog-item .blog-info ul.meta li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.blog-item .blog-info ul.meta li a {
    color: #8d8989;
}
.blog-item .blog-info ul.meta li i {
    font-size: 15px;
    margin-right: 3px;
}
.btn-primary.border {
	background: transparent;
	color: #333;
	border-color: #333;
}

/*--------------------------------------------*/
/*   Testimonial Section
/*--------------------------------------------*/

.testimonial-section .section-heading{
    margin: 0px 0px 30px;
}

.testimonial-section {
	background:#F9F9F9;
	background:url(../images/testimonial-bg.jpg) no-repeat;
	background-size:cover;
}
.testimonial-title h3 {
	color: #fff;
}
.testimonial-content p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.single-testimonial {
    margin: 0 49px 29px;
    padding: 40px 30px 40px;
    position: relative;
    color: #818181;
    text-align: center;
}

.single-testimonial .testimonial-content{
    margin-bottom: 30px;
    font-size: 15px;
}

.single-testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.single-testimonial .pic img{
    width: 100%;
    height: 100%;
}

.single-testimonial .testimonial-title small{
    font-size: 15px;
    color:#FF8C00;
    font-weight: 600;
}

.owl-theme .owl-controls{
    margin-top: 50px;
    margin-left: 30px;
}

.owl-dots{
    text-align: center;
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #FF8C00 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    background-color: #fff !important; 
}

/*--------------------------------------------*/
/*   Pricing  Section
/*--------------------------------------------*/


.single-pricing{
    text-align: center;
    box-shadow: rgba(58,78,95,0.2) 0 10px 16px, rgba(58,78,95,0.05) 0 -5px 16px;
    border-radius:65px;
}

.single-pricing .single-pricing-header{
    padding: 30px 0;
    background: #333;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-pricing.active .single-pricing-header{
    background: #FF8C00;
}

.single-pricing .single-pricing-header:before,
.single-pricing .single-pricing-header:after{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #d9d9d8;
    position: absolute;
    bottom: 12px;
}

.single-pricing .single-pricing-header:before{
    left: 40px;
}

.single-pricing .single-pricing-header:after{
    right: 40px;
}

.single-pricing .heading{
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 30px;
}

.single-pricing .price-value {
    display: inline-block;
    position: relative;
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-pricing:hover .price-value{
    color: #fff;
}

.single-pricing.active .price-value{
    color: #fff;
}

.single-pricing .currency{
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: -19px;
}

.single-pricing .month{
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: -40px;
    text-transform: uppercase;
}

.single-pricing .pricing-content {
    padding-top: 30px;
    background: #fff;
    position: relative;
}

.single-pricing .pricing-content:before,
.single-pricing .pricing-content:after{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #7c7c7c;
    position: absolute;
    top: 12px;
}

.single-pricing .pricing-content:before{
    left: 40px;
}

.single-pricing .pricing-content:after{
    right: 40px;
}

.single-pricing .pricing-content ul{
    padding: 0 20px;
    margin: 0;
    list-style: none;
}

.single-pricing .pricing-content ul:before,
.single-pricing .pricing-content ul:after{
    content: "";
    width: 8px;
    height: 46px;
    border-radius: 3px;
    background: -webkit-linear-gradient(top,#818282 50%,#727373 50%);
    background: linear-gradient(to bottom,#818282 50%,#727373 50%);
    position: absolute;
    top: -22px;
    z-index: 1;
    box-shadow: 0 0 5px #707070;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-pricing.active .pricing-content ul:before,
.single-pricing.active .pricing-content ul:after{
    background: -webkit-linear-gradient(top, #FF8C00 50%, #FF8C00 50%);
    background: linear-gradient(to bottom, #FF8C00 50%, #FF8C00 50%);
}

.single-pricing .pricing-content ul:before{
    left: 44px;
}

.single-pricing .pricing-content ul:after{
    right: 44px;
}

.single-pricing .pricing-content ul li{
    font-size: 15px;
    font-weight: bold;
    color: #777473;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d8;
}

.single-pricing .pricing-content ul li:last-child{
    border-bottom: none;
}

.single-pricing .read {
	display: inline-block;
	font-size: 16px;
	color: #333;
	text-transform: capitalize;
	background: transparent;
	padding: 8px 25px;
	margin: 30px 0;
	border-radius: 50px;
	border: 1px solid #333;
    -webkit-transition: .6s;
    transition: .6s;
}

.single-pricing .read:hover{
    text-decoration: none;
    border-color: #FF8C00;
    background: #FF8C00;
    color: #fff;
}

.single-pricing.active .read{
    background: #FF8C00;
    border-color: #FF8C00;
    color: #fff;
}


/*-----------------------------------------------------------------*/
/* Client Logo Carousel
/*-----------------------------------------------------------------*/

#clients {
	background:#F5F5F5;
	text-align:center;
	padding:60px 0px;
}
.clients-carousel .item figure {
	padding: 20px;
}
.clients-carousel .item figure img {
	display: block;
	margin: 0 auto;
	width: auto;
}

/*--------------------------------------------*/
/*   Contact Section
/*--------------------------------------------*/

.contact-form {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.contact-form textarea.form-control {
	height: 200px;
	resize: inherit;
}
.contact-form .form-group {
	float:left;
	width:100%;
}
.contact-form .form-group {
	margin-bottom:30px;
}
.contact-info {
	margin-bottom: 61px;
	float: left;
	width: 100%;
	padding-top: 10px;
}
.contact-info-box {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.contact-info-box .contact-icon {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #343435;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.contact-desc {
    margin-left: 80px;
    text-align: left;
}
.contact-info-box h5 {
	font-size: 21px;
	position: relative;
	padding-bottom: 0;
}
footer {
    padding:20px 0px;
    background: #151414 ;
}
.copyright p {
	color: #b1afaf;
	margin-top: 4px;
	margin-bottom:0px;
}
.copyright {
	text-align: center;
}
.btn.btn-send{
    background: #FF8C00;
border-color: #FF8C00;
color: #fff;
}

/*-----------------------------------------------------------------*/
/*   Page Header
/*-----------------------------------------------------------------*/

#page-header {
	background:url(../images/page-header.jpg); 
	background-repeat:no-repeat;
	padding: 120px 0px;
	text-align: center;
}

#page-header:after {
	background:rgba(0, 0, 0, .5);
	position:absolute;
	left:0px;
	right:0px;
}

#page-header h1 {
	margin-bottom: 0px;
	color: #FFF;
	font-weight: 600;
}

/*-----------------------------------------------------------------*/
/* Blog Page
/*-----------------------------------------------------------------*/


.post-content {
	margin-top:0;
}

.post-img {
	margin: 0 0 25px 0;
	overflow: hidden;
	position: relative;
}

.post-img img {
	width:100%;
}

.blog-img-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	text-align: center;
	background:rgba(0, 0, 0, 0.5);
}

.post-img:hover .blog-img-hover {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-img-hover span {
	font-size: 15px;
	position: absolute;
	top: 40%;
	width: 30px;
	height: 30px;
	background: #F0353A;
	color: #FFF;
	line-height: 30px;
	border-radius: 50%;
}

.post-meta {
	margin: 10px 0px 20px;
	padding:0px;
}
.post-meta li{
	display: inline-block;
	list-style: none;
	margin-right: 10px;
	font-size: 14px;
	text-transform: uppercase;
}
.post-description p {
	margin-bottom:25px;
}

blockquote {
    display: block;
    padding: 20px;
    background: #f9f9f9;
    margin: 25px 15px;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    color: #7b7b7b;
    letter-spacing: 0.1px;
    border-left: 5px solid #E7E7E7;
}

blockquote a {
	text-decoration: none;
	background: #eee;
	cursor: pointer;
	padding: 0 3px;
}

blockquote a:hover {
	color: #666;
}

blockquote em {
	font-style: italic;
}

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

.comments-section h3 {
	margin-bottom: 35px;
	text-transform: none;
}

.comment-form input, .search-box input, .comment-form textarea {
	border:2px solid #ECE9E9;
}

.comment-form ::-webkit-input-placeholder {
 color:#a7a2a2 !important;
}

.comment-form :-moz-placeholder {
 color:#a7a2a2 !important;
}

.comment-form ::-moz-placeholder {
 color:#a7a2a2 !important;
}

.comment-form :-ms-input-placeholder {
 color:#a7a2a2 !important;
}

.comment-list {
	margin: 40px 0;
	padding-top: 20px;
}

.comment-list h3 {
	margin-bottom: 35px;
	text-transform: none;
}

.comment-list ol {
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

.comment-list ol.comment-sub {
	list-style: none;
}

li.comment .single_comment.first-comment {
	margin-top:25px;
}

li.comment .single_comment {
	padding: 20px;
	background: #FFF none repeat scroll 0% 0%;
	margin-bottom: 20px;
	box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

li.comment ol.comment-sub {
	margin-left: 65px;
}

.comment-list ol .comment-avatar {
	float: left;
	margin-right: 25px;
}

.comment-list ol .comment-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 2px #ccc;
    padding: 4px;
}

.comment-list ol .comment-content {
	overflow: hidden;
}

.comment-list ol .comment-name {
	font-weight: 700;
}

.comment-list ol .comment-name span {
	font-weight: normal;
	color: #aaa;
	margin: 0 8px;
}

.comment-list ol .comment-name a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.comment-list ol .comment-name a.comment-reply {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-left: 17px;
	text-transform:none;
}
.comment-list ol .comment-desc {
    margin-bottom: 10px;
    color: #A8A6A6;
    font-size: 14px;
}
.comment-list ol .comment-text p{
	margin-bottom:0px;
}

.widget-main {
	margin-bottom:30px;
	padding:20px 20px 10px 20px;
	border: 1px solid #EAEAEA;
}

.widget-sidebar .search-box {
	position: relative;
}

.widget-sidebar .search-box input {
	padding-left:10px;
}

.widget-sidebar .search-box i {
	position: absolute;
	right: 20px;
	top: 14px;
	font-size: 16px;
}

.post-categories ul {
	padding:0px;
	margin:0px;
}

.post-categories li {
	list-style: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f1f2;
	padding: 4px 0 4px 15px;
	position: relative;
}

.post-categories li:last-child {
	border-bottom:none;
	margin-bottom:0px;
}

.post-categories li a:before {
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	left: -15px;
}

.post-categories a {
	position: relative;
	color: #606b77;
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	line-height: 20px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.post-categories a:hover {
	color:#0042C8;
}

.sidebar-widget {
	font-size: 11px;
	line-height: 15px;
	margin-right: 8px;
}

.sidebar-widget a {
	color: #919496;
	font-size: 15px;
}

.sidebar-widget a:hover {
	color:#0042C8;
}

.sidebar-widget img {
	float: left;
	width: 96px;
	margin: 6px 14px 22px 0px;
}

.sidebar-widget p.date {
    color: #807e7e;
    font-size: 14px;
    font-weight: 600;
}

.sidebar-widget p.sidebar-widget-title {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
}

.tags {
	padding: 10px 0 10px;
	display:inline-block;
}

.tags a {
	float: left;
	padding: 8px 10px;
	color: #606b77;
	margin: 0px 6px 6px 0px;
	background: transparent;
	border: 1px solid #ccc;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.tags a:hover {
	background: #FF8C00;
	color: #FFF;
	border: 1px solid #FF8C00;
}
