.topbar-area {
    background: #F47722 none repeat scroll 0 0;
    color: #fff;
}

.topbar-left ul li {
    display: inline-block;
    margin-right: 50px;
    font-weight: 300
}

.topbar-left span {
    color: #fff;
    font-size: 24px;
    padding-right: 10px;
    vertical-align: bottom;
}
.top-social-link{
	width:100%;
	position:relative;
	margin-top:10px;
	text-align:right;
	
}
.top-social-link a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    transition: .4s;
}

.top-social-link a:hover {
    background: #F47722;
}

.topbar-area {
    padding: 10px 0
}

.topbar-left {
    margin-top: 4px;
}


/*end of topbar area*/

.navbar-brand {
    height: auto;
    padding: 0px;
    margin-top:10px;
    padding-bottom: 10px;
}
.navbar li
{
    padding-top: 20px;
}
nav.navbar {
    transition: 1s;
    position: relative;
    z-index: 555 !important;
	background:#0099cc;
	border-radius:0px;
}

nav.navbar.sticky {
    background: #0099cc none repeat scroll 0 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 555;
    transition: 1s;
    box-shadow: 1px 1px 1px #efefef
}

.navbar.sticky.corporate-2 {
    background: #222 none repeat scroll 0 0;
    border-bottom: 0 none;
    box-shadow: 0 0 0 0;
}

nav.navbar.sticky.corporate-3 {
    background: #3293D4 none repeat scroll 0 0;
    border-bottom: 0 none;
    box-shadow: 0 0 0;
}

.navbar.sticky.corporate-4 {
    background: #061F26 none repeat scroll 0 0;
    border-bottom: 0 none;
    box-shadow: 0 0 0 0;
    position: fixed;
}

.corporate-4 .menu li ul.submenu li a:hover {
	color:#3293d4;
}

.menu > li > a {
    color: #fff;
    font-weight: 700;
    line-height:40px;
    position: relative;
    text-transform: uppercase;
    transition: .4s;
    margin-left: 4px;
}

.menu > li > a:before {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
    background: #F47722;
    height:0px;
    transform: scale(1, 0);
    transition: .4s
}

.menu > li > a:hover:before {
    transform: scale(1, 1);
}

.menu > li > a:hover {
    color: #fff;
	border-bottom:5px solid #F47722;
}

.menu > li.current-menu-item > a {
    color: #fff;
	border-bottom:5px solid #F47722;
}

.menu > li.current-menu-item > a:before {
    transform: scale(1, 1);
}

.menu > li.searchbtn {
    line-height:60px;
    padding: 0 15px;
    cursor: pointer;
	margin-top:24px;
}
.menu > li.searchbtn span{
	background:#F47722;
	font-weight:600;
	padding:5px 15px 5px 15px;
	color:#FFF;
	border-radius:2px;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.menu > li.searchbtn span:before{
	margin-left:8px;
	/*content:"\f007";*/
	position:absolute;
	top:39%;
	left:15px;
	color:#FFF;
}

/*submenu css*/

.menu li {
    position: relative;
}

.menu li ul.submenu {
    position: absolute;
    z-index: -5;
    width: 250px;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    transition: .6s
}

.submenu li a {
    color: #242424;
    line-height: 30px;
    transition: all 0.4s ease 0s;
}

.submenu li a:hover {
    color: #F47722;
}
.corporate-3 .menu .submenu li a:hover {
  color: #3293d4;
}
.menu li:hover .submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 4
}
 .head
  {
	
	color: #fff;
}
.head2
  {
	
	color: #888;
}
/*searcbox csss*/

.sticky ul li.closebtn {
  color: #242424;
}
.single-input-searchbox input {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #444;
    height:30px;
    width:100%;
	border:none;
	border-bottom:1px solid #CCC;
	box-shadow:none;
	outline:none;
	padding:0px;
	line-height:30px !important;
	-webkit-appearance: searchfield;
}
.single-input-searchbox input:focus{
	box-shadow:none;
	outline:none;
	border-bottom:1px solid #F47722;
}
.single-input-searchbox button {
	width:50%;
	margin-top:10px;
    background:#F47722;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2);
    color:#FFF;
	font-size:1em;
	padding:5px 0px;
	border-radius:2px;
	text-transform:uppercase;
	font-weight:600;
}
.single-input-searchbox-footer button {
	width:50%;
	margin-top:10px;
    background:#F47722;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2);
    color:#FFF;
	font-size:1em;
	padding:5px 0px;
	border-radius:2px;
	text-transform:uppercase;
	font-weight:600;
}
.single-input-searchbox-footer label{
	font-size:1em;
	color:#333;
	font-weight:600;
}
.single-input-searchbox label{
	font-size:1em;
	color:#333;
	font-weight:600;
}
.single-input-searchbox span{
	float:right;
	margin-top:5px;
}
.single-input-searchbox span a{
	font-size:1em;
	color:#444;
}
.searchboxinput {
    background: rgba(0, 0, 0, .75);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 20;
    display: none;
}
.searchboxinput_footer {
    background: transparent none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    z-index: 20;
}
.single-input-searchbox {
	background:#FFF;
    border:5px solid #F47722;
    display: inline-block;
    left:53%;
    margin-left: -250px;
    margin-top: -25px;
    position: absolute;
    top:28%;
	border-radius:50px;
}
.single-input-searchbox-footer {
	background:#FFF;
    border:5px solid #F47722;
    display: inline-block;
	border-radius:50px;
	margin:0px 10px;
	padding:25px;	
}
.sign_up_header{
	width:100%;
	position:relative;
	text-align:center;
	padding:10px 0px 5px 0px;
	font-size:2em;
	color:#444;
}
.sign_up_sub_header{
	width:100%;
	position:relative;
	border-bottom:1px solid #F47722;
	text-align:center;
	padding:5px 0px;
	font-size:1.2em;
	color:#444;
}
.sign_up_data{
	width:100%;
	position:relative;
	padding:10px 15px;
	font-size:1em;
	color:#444;	
}
.checkmark {
    position: absolute;
    top:-3px;
    left: 0;
    height:15px;
    width:15px;
    background-color: #fff ;
    border-color:#F47722;
    border-style:solid;
    border-width:2px;
}

.check input:checked ~ .checkmark {
    background-color: #FFF  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 3px;
    top: 1px;
    width: 5px;
    height: 8px;
    border: solid ;
    border-color:#F47722;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.site_sign_up{
	display:none;
	position:absolute;
	right:13%;
	top:27px;	
}
.site_sign_up .searchbtn{
	font-size:1.5em;
	color:#F47722;
}
.desk_close_btn{
	position:absolute;
	text-align:center;
	left:-9.8%;
	top:10%;
	z-index:9999;
	display:block;
}
.desk_close_btn .closebtn{
	background:#FFF;
	display:block;
	padding:10px;
	font-size:1em;
	line-height:1em;
	border-left:5px solid #F47722;
	border-top:5px solid #F47722;
	border-bottom:5px solid #F47722;
	color:#444;
	cursor:pointer;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
}

.desk_close_btn .closebtn span{
	float:none;
	margin:0px;
}

.sign_term_conditions{
	width:100%;
	position:relative;
	padding:0px 15px;
	font-size:1em;
	color:#444;
	text-align:center;
}
.sign_term_conditions input {    
    height:auto;
	width:auto;
}
.corporate-2 .menu li.closebtn {
	color: #fff;
}

.corporate-3 .menu li.closebtn {
	color: #fff;
}

.corporate-4 .menu li.closebtn {
	color: #fff;
}

.menu > li.closebtn {
  color: #fff;
  cursor: pointer;
  display: none;
  line-height: 90px;
  padding: 0 15px;
  z-index: 25;
}
/*end of menu area css*/

.welcome-text h3 {
    color: #fff;
    font-weight: 300;
    line-height: 35px;
}

.welcome-text h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 40px;
}

.welcome-btn {
    padding-top: 60px;
}

.welcome-btn a {
    display: inline-block;
    width: 160px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    font-size: 16px;
    font-weight: 600
}

.welcome-btn a.read-btn {
    background: #F47722;
    margin-right: 20px;
}

.welcome-btn a.buy-btn {
    background: #fff;
    margin-right: 20px;
    color: #242424;
    transition: .4s
}

.welcome-btn a.buy-btn:hover {
    background: #F47722;
    color: #fff
}

.item
{
    height: 20%;
}
/*end of home area*/

.customar-icon {
    float: left;
    font-size: 80px;
    margin-right: 20px;
    margin-top: 22px;
}

.customar-service p {
    color: #fefefe;
    font-size: 16px;
    font-weight: 300;
}

.single-support {
    background: #F47722 none repeat scroll 0 0;
    color: #fefefe;
    transition: .4s
}

.customar-service h4 {
    font-weight: 700;
    padding-top: 5px;
}

.customar-service {
    float: left;
    padding: 60px 0
}

.single-support:hover,
.support-active {
    background: #3bbded;
    color: #ffffff
}

.customar-support {
    position: relative;
    margin-top: -55px;
}


/*end of customar support*/

.about-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.single-about-left h4 {
    font-size: 20px;
    font-weight: 300;
}

.single-about-left > h2 {
    font-size: 30px;
    padding-bottom: 25px;
    padding: 10px;
	margin-top:20%;
	font-weight:200;
	text-transform:capitalize;
}

.single-about-left p {
    font-size: 14px;
    margin-bottom: 35px;
    line-height: 24px
}

.single-about-right > h2 span.ten {
    font-size: 120px;
    font-weight: 700;
    float: left;
}

.single-about-right > h2 {
    color: #F47722;
    font-size: 40px;
    overflow: hidden;
}

.single-about-right > h2 span.years {
    bottom: -25px;
    font-weight: 700;
    position: relative;
}

.single-about-right > h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.single-about-right p {
    line-height: 24px;
}


/*end of about us area*/

.call-to-action {
    background: #F47722 none repeat scroll 0 0;
    color: #fff;
    padding: 70px 0;
}

.call-to-action h1 {
    font-weight: 700;
    padding-bottom: 15px;
}

.action-btn {
    margin-top: 10px;
}

.action-btn a {
    background: #fff none repeat scroll 0 0;
    color: #242424;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 170px;
    transition: .4s
}

.action-btn a:hover {
    background: #242424;
    color: #fff
}


/*end of call to action section*/

.single-Offer {
    border: 1px solid #979f86;
    margin-left: 30px;
    padding: 30px 20px 30px 0;
    margin-top: 40px;
    transition: .4s
}

.offer-icon{
    background:#fff none repeat scroll 0 0;
    border:1px solid #979f86;
    color:#F47722;
    float:left;
    height:70px;
    left:-30px;
    line-height:70px;
    position:relative;
    text-align:center;
    width:70px;
    z-index: 5;
}
/*
.offer-icon {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #979f86;
    color: #F47722;
    float: left;
    font-size: 40px;
    height: 70px;
    left: -30px;
    line-height: 70px;
    position: relative;
    text-align: center;
    width: 70px;
    z-index: 5;
}
*/
.single-Offer-content > h4 {
    color: #F47722;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    transition: .4s
}

.single-Offer-content {
    padding-left: 70px;
}

.single-Offer:hover {
    background: #fff;
    color: #000;
}

.single-Offer:hover h4 {
    color: #000
}

.band
{
    padding-top: 30px;
    margin-bottom: 20px;
    
}
.our-offer-section .section-title {
    padding-bottom: 40px;
}


/*section title css*/

.section-title h4 {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 10px;
	padding-left:150px;
	padding-right:150px;
}
.section-title > h2, .section-title2 > h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
	text-align:center;
	margin-bottom:20px;
}
.section-title {
    padding-bottom: 80px;
}
.section-title > h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

.section-title {
    padding-bottom: 10px;
}


/*end of section title css*/


/*end of offer area*/

.portfolio-area {
    background: #efefef;
}

.isotop-nav {
    padding-bottom: 50px;
}

.isotop-nav li {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 10px 20px;
    transition: .4s
}

.isotop-nav li:hover,
.isotop-nav li.active {
    background: #F47722;
    border-radius: 50px;
    color: #fff
}

.single-portfolio {
    position: relative;
    width: 33.33%;
    float: left;
    overflow: hidden;
}

.single-portfolio:before {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    background: rgba(141, 193, 43, .8);
    content: "";
    transition: .4s;
    opacity: 0
}

.single-portfolio:hover .project-hover {
    left: 50%
}

.single-portfolio:hover:before {
    right: 0%;
    opacity: 1
}

.single-portfolio > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.project-hover {
    height: 80px;
    left: -50%;
    margin-left: -100px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 200px;
    color: #fff;
    transition: .4s
}

.project-hover h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.project-hover h3::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 200px;
}


/*end of project area*/

.corporate-3 .count-icon {
    color: #3293d4;
}

.count-icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #F47722;
    display: inline-block;
    float: none;
    font-size: 40px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
}
.value-proposition-icon{
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 40px;
    height: 120px;
    line-height: 100px;
    text-align: center;
    width: 120px;
	margin-left:35%;
	margin-top:10px;
}
.home_top_proposition_icon{
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 40px;
    height: 90px;
    line-height: 100px;
    text-align: center;
    width: 90px;
	margin-left:35%;
	margin-top:10px;
}
.benefits_proposition_icon {
    background: #0f9dd9 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 40px;
    height: 90px;
    line-height: 100px;
    text-align: center;
    width: 90px;
	margin-left:35%;
	margin-top:10px;
}
.benefits_proposition_icon img{
	border: 3px solid #fff;
	border-radius:50%;
}
.features_proposition_icon {
    background: #0f9dd9 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 40px;
    height: 90px;
    line-height: 100px;
    text-align: center;
    width: 90px;
	margin-left:35%;
	margin-top:10px;
}
.features_proposition_icon img{
	border: 3px solid #fff;
	border-radius:50%;
}
.testimonials_proposition_icon{
    background:none;
    color:#fff;
    display:inline-block;
    float:none;
    font-size:40px;
    height:250px;
    line-height:100px;
    text-align:center;
    width:260px;
}
img.testimonials_cover{
  width:260px;
  height:250px;
}
img.testimonials_cover{
  max-width:100%;
  max-height:100%;
}
.value-proposition-icon1 {
    background: #fff none repeat scroll 0 0;
    border-radius: 75%;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 40px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
	background:#F47722;
	margin-left:35%;
	margin-top:10px;
}

.single-count {
    background: #F47722 none repeat scroll 0 0;
    color: #fefefe;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px
}

.single-count:nth-child(even) {
    background: #3bbded;
}

.count-content {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.count-content h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 5px;
}

.count-content h5 {
    font-size: 16px;
    text-transform: uppercase;
}

.count-content {
    display: inline-block;
    margin-left: 20px;
    text-align: left;
    vertical-align: top;
}


/*end of countdown area*/

.member-title-video-desc h3 {
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 5px;
	margin-top:20px;
	text-align:center;
	font-size:20px;
}
.member-title-video-desc h4 {
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 5px;
	margin-top:20px;
	text-align:center;
}
.member-title h3 {
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 5px;
	margin-top:20px;
	text-align:center;
	font-size:20px;
}
.member-title h4 {
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 5px;
	margin-top:20px;
	text-align:center;
}

.member-img {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.member-img:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    transition: .4s;
	font-family:FontAwesome;
	content:" \f16a";
	color:#CC181E;
	font-weight:600;
	font-size:36px;
	margin-top:30%;
	margin-left:45%;
}

.member-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 15px
}
.member-title-video-desc {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 15px;
	min-height:5em;
	max-height:5em;
}
.single-team p{
    line-height: 24px;
	text-align:center;
	padding:0px 15px;
	
}

.team-hover {
    background: transparent none repeat scroll 0 0;
    height: auto;
    left: 0;
    margin-top: -17.5px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: skewX(90deg);
    transition: all 0.4s ease 0s;
    width: 100%;
    opacity: 0
}

.team-hover a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 35px;
    transition: .4s
}


.corporate-3 .team-hover a:hover {
    border-color: #fff;
    color: #3293d4;
    background: #fff;
}

.team-hover a:hover {
    background: #fff;
    color: #F47722;
}

.single-team:hover .team-hover {
    transform: skewX(0deg);
    opacity: 1
}

.single-team:hover .member-img:before {
    width: 100%;
    opacity: 1
}


/*end of team area*/


/*start pricing area*/

.pricing-area 
{
    margin-top: 0px;
    background: #efefef;
}

.single_pricing {
    background: #fff;
    padding: 10px;
}

.single_pricing.active {
    box-shadow: 0 0 5px 5px #e4e4e4;
}

.single_pricing.active .packeg_typ {
    background: #F47722;
}

.single_pricing.active .get_start a {
    background: #F47722;
}

.single_pricing.active .get_start a:hover {
    background: #000;
    color: #fff
}

.price > h3 {
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom:10px;
}

.price {
    padding: 5px 0;
}
.price-bottom {
    padding: 10px 0;
}

.packeg_typ {
    background: #F47722 none repeat scroll 0 0;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding: 20px 0;
}

.package_list li {
    border-bottom: 1px solid #efefef;
    line-height: 50px;
}

.get_start a {
    background: #F47722 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
    text-align: center;
    width: 170px;
    transition: .4s
}

.get_start a:hover {
    background: #000;
    color: #fff
}


/*end of pricing area*/

.features-title {
    background: #0F9DD9;
    position: relative;
    color: #fff;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:50px;
}

.features-title:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0F9DD9;
    content: "";
	margin-bottom:20px;
}

.features-title .section-title {
    color: #fff
}
.client-say-area 
{    
    padding-top: 30px;
    position: relative;
    color: #fff;
}

.client-say-area:before 
{
    margin-top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0F9DD9;
    content: "";
}

.client-say-area .section-title {
    color: #fff
}

.client-content {
   /* background-image: url(img/client-shap1.png);*/
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    color: #242424;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 40px;
    line-height: 24px;
}

.client-content span {
    background: #F47722 none repeat scroll 0 0;
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin-left: 2px
}

.client-content p {
    padding-left: 70px;
}

.clien-photo {
    float: left;
    height: 70px;
    margin-right: 25px;
    width: 70px;
}

.client-name > h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 6px;
}
.testimonial-name > h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 6px;
}

.client-name span {
    color: #fcc71f;
    font-size: 20px
}

.client-name {
    padding-left: 90px;
}

.client {
    overflow: hidden;
    margin-top: -40px;
}

.clien-photo > img {
    border: 5px solid #fff;
    border-radius: 50%;
}


/*end of client section*/


/*start cast-stady section*/

.nav.nav-tabs {
    margin-bottom: 10px;
}

.nav.nav-tabs a {
    background: #efefef none repeat scroll 0 0;
    border-radius: 0;
    color: #242424;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    transition: .4s
}

.nav.nav-tabs li.active a,
.nav.nav-tabs a:hover {
    background: #F47722;
    color: #fff
}

.tab-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.tab-content p {
    margin-bottom: 20px;
}

.tab-content ul.cast-pricing {
    margin-top: 40px;
}

.tab-content ul.cast-pricing li {
    display: inline-block;
    margin-right: 100px;
}

.tab-content ul.cast-pricing li:last-child {
    margin-right: 0;
}

.cast-pricing > li h1 {
    color: #F47722;
    font-weight: 700;
}

.cast-pricing > li p {
    font-style: italic;
}

.tab-pane {
    transition: 1s
}

.tab-pane.fade.in {
    transition: 2s
}


/*end of cast  stady area*/


/*start our blog area*/

.our-blog-area {
    background: #efefef;
}

.single-blog-area > a > h3 {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
    transition: .4s;
	text-transform:capitalize;
}

.single-blog-area > h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.single-blog-area > h5 span {
    color: #F47722;
    font-weight: 700;
}

.post-date {
    background: #F47722 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: -25px auto 0;
    position: relative;
    text-align: center;
    width: 170px;
    z-index: 2;
}

.single-blog-area > a {
    color: #F47722;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
    transition: .4s
}

.blog-img {
    position: relative;
	max-width:100%;
	text-align:center;
}
.blog_proposition{
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 40px;
    max-height: 500px;
    line-height: 100px;
    text-align: center;
    max-width: 848px;
}
.blog_proposition img{
	max-height:500px; 
}
.blog-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    content: "";
    transition: .4s
}

.blog-hover {
    height: 0px;
    left: 50%;
    line-height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 0px;
    opacity: 0;
    transition: .4s
}

.blog-hover a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #F47722;
    line-height: 50px;
    color: #fff;
    transition: .4s
}

.blog-hover a:hover {
    background: #fff;
    color: #F47722
}

.single-blog-area:hover h3 {
    color: #F47722
}

.single-blog-area:hover > a {
    color: #F47722
}

.single-blog-area:hover .blog-img:before {
   
}

.single-blog-area:hover .blog-hover {
    height: 100px;
    width: 100px;
    opacity: 1
}

.PrevArrowb {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #242424;
    font-size: 24px;
    height: 50px;
    left: 2%;
    line-height: 50px;
    position: absolute;
    width: 50px;
    z-index: 5;
    top: 50%;
    margin-top: -25px;
    transition: .4s
}

.NextArrowb {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #242424;
    font-size: 24px;
    height: 50px;
    right: 2%;
    line-height: 50px;
    position: absolute;
    width: 50px;
    z-index: 5;
    top: 50%;
    margin-top: -25px;
    transition: .4s
}

.blog-slider-active {
    position: static;
}

.our-blog-area {
    position: relative;
}

.NextArrowb:hover,
.PrevArrowb:hover {
    border: 1px solid #F47722;
    color: #fff
}


/*end of blog area*/


/*start brand area*/

.brand-section {
    background: url(img/brandbg.jpg) no-repeat center center / cover;
    position: relative;
}

.brand-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .70);
    content: "";
}

.single-brand {
    opacity: .5;
    transition: .4s
}

.single-brand img {
    display: inline-block;
}

.single-brand:hover {
    opacity: 1
}

.active-brand-slider {
    position: static;
}

.PrevArrowbrand {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    height: 50px;
    left: 2%;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    opacity: .5;
    z-index: 5
}

.NextArrowbrand {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    height: 50px;
    right: 2%;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    opacity: .5
}

.NextArrowbrand:hover,
.PrevArrowbrand:hover {
    background-color: transparent;
    opacity: 1
}


/*end of brand area*/


/*start ask questions area*/

.ask-questions-area {
    background: #efefef;
}


/*end of ask question area*/

.single-input {
    float: left;
    margin-right: 30px;
    width: 47.3%;
}

.single-input input {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    color: #242424;
}

.mr0 {
    margin-right: 0
}

.single-textarea textarea {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    margin-top: 30px;
    width: 100%;
    padding: 20px
}

.input-submit > input {
    background: #F47722 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    margin-top: 30px;
    width: 100%;
    transition: .4s
}

.input-submit > input:hover {
    opacity: .8
}

.gmap {
    height: 420px;
    width: 100%;
}


/*end of get in touch section*/


/*start newslatter section*/

.newslatter-section {
    padding: 60px 0;
    background: #3bbded;
    color: #fff
}

.subcribeinput {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 50px;
    padding-left: 20px;
    width: 80%;
}

.subcribesubmit {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50px;
    color: #242424;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    margin-left: -50px;
    position: relative;
    text-transform: capitalize;
    width: 28%;
    transition: .4s
}

.subcribesubmit:hover {
    background: #000;
    color: #fff
}

.newslatter-content > h1 {
    font-weight: 700;
    margin-bottom: 5px;
}

.newslatter-content > h4 {
    font-size: 20px;
}


/*end of news latter section*/

.footer-area {
    background: #555;
    color: #fff
}

.widget-title > h4 {
    font-weight: 700;
    text-transform: capitalize;
	text-align:center;
}

.widget-title {
    margin-bottom:20px;
}
.widget-title h4{
    text-align:left;
	font-size:14px;
}

.widget-title.title-img {
    margin-bottom: 14px;
}
.widget-title.title-img :hover {
    background: #88cee8 none repeat scroll 0 0;
    color: #fff;
    opacity: 1;
}

.single-footer > ul li a {
    color: #ffffff;
    transition: all 0.4s ease 0s;
}

.single-footer > ul > li > a:hover {
    color: #F47722;
}

.social-link a {
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    opacity:1;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 40px;
	font-size:2em;
}

.social-link {
    margin-top: 0px;
}

.social-link a:hover {
    background: #88cee8 none repeat scroll 0 0;
    color: #fff;
    opacity: 1;
}

.single-footer > p {
    line-height: 24px;
}

.single-footer li {
    line-height: normal;
    padding-bottom: 15px;
	font-size:13px;
}

.copyright-area {
    background: #555 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    padding: 2px 0;
    overflow: hidden;
}
.newsletter {
    background: #1f7fa3 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    padding: 2px 0;
    overflow: hidden;
	margin-top:0px;
}


/*version two*/

.customar-support.corporate-2 {
    background: #efefef none repeat scroll 0 0;
    margin-top: 0;
}

.corporate-2 .single-support {
    background: #efefef;
    color: #242424
}

.corporate-2 .single-support p {
    color: #242424;
}

.corporate-2 .single-support .customar-icon {
    color: #F47722;
}

.about-list > h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-list-div {
    overflow: hidden;
}

.about-list {
    width: 50%;
    float: left;
}

.about-list-div > h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-list-div > h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-list li span {
    border: 1px solid #94c538;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 17px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
    color: #94c538
}

.about-list > li {
    line-height: 30px;
}

.corporate-2 .single-Offer-content {
    padding: 10px 10px;
    text-align: center;
}

.corporate-2 .offer-icon {
    display: block;
    float: none;
    font-size: 40px;
    height: 100px;
    left: 0;
    line-height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    position: relative;
    text-align: center;
    top: -15px;
    width: 100px;
    z-index: 1;
}

.corporate-2 .single-Offer {
    border: 1px solid #979f86;
    margin-left: 0;
    margin-top: 90px;
    padding: 20px;
    transition: all 0.4s ease 0s;
}

.corporate-2 .single-count {
    background: transparent;
}

.countdown-section.corporate-2 {
    background: url(img/countbg.jpg) no-repeat center center / cover;
    position: relative;
}

.countdown-section.corporate-2:before {
    background: rgba(0, 0, 0, .7);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.corporate-2 .single-team {
    background: #efefef;
    padding-bottom: 5px;
    transition: .4s
}

.corporate-2 .single-team:hover {
    background: #fff;
    box-shadow: 0px 5px 5px #efefef
}

.testimonial-section-2 .client-content {
  /*  background-image: url(img/clientbg-1.png);*/
    text-align: center;
	color:#FFF;
	margin-bottom:44px;
}

.testimonial-section-2 .clien-photo {
    display: inline-block;
    float: none;
    height: 70px;
    margin-right: 25px;
    width: 70px;
}

.testimonial-section-2 .client {
    text-align: center;
	vertical-align:center;
}

.testimonial-section-2 .client-name {
    display: inline-block;
    padding-left: 0;
}

.testimonial-section-2 .PrevArrowT.fa.fa-angle-left.slick-arrow {
    background: transparent none repeat scroll 0 0;
    height: 50px;
    left: -55px;
    margin-top: -25px;
    position: absolute;
    top: 30%;
    width: 50px;
    line-height: 50px;
    font-size: 50px;
    opacity: .5;
    transition: .4s
}

.testimonial-section-2 .PrevArrowT.fa.fa-angle-left.slick-arrow:hover {
    opacity: 1
}

.testimonial-section-2 .NextArrowT.fa.fa-angle-right.slick-arrow {
    background: transparent none repeat scroll 0 0;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    right: -55px;
    top: 30%;
    width: 50px;
    line-height: 50px;
    font-size: 50px;
    opacity: .5;
    transition: .4s
}

.testimonial-section-2 .NextArrowT.fa.fa-angle-right.slick-arrow:hover {
    opacity: 1
}

.our-blog-area.corporate-2 {
    background: #fff;
}

.brand-section.corporate-2:before {
    background: #88cee8;
}

.contact-icon {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    width: 60px;
    color: #F47722;
    font-size: 60px;
    margin-right: 20px;
    text-align: center;
}

.contact-content {
    display: inline-block;
    margin-bottom: 40px
}

.contact-content > h4 {
    font-weight: 700;
}

.newslatter-section.corporate-2 {
    background: url(img/newsbg.jpg) no-repeat center center / cover;
    position: relative;
}

.newslatter-section.corporate-2:before {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
}

.navbar.corporate-2 {
    border: 0 none;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 555;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.corporate-2 .menu > li > a {
    color: #fff
}

.corporate-2 .menu > li > a:hover {
    color: #F47722
}

.corporate-2 .menu > li.current-menu-item > a {
    color: #F47722
}

.corporate-2 .searchbtn {
    color: #fff
}


/*corporate 3 css*/

.home-area.home3 .img-fill {
    background: #3293d4;
}

.home-area.home3:before {
    display: none;
}

.navbar.corporate-3 {
    background: transparent;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    position: absolute;
    border-bottom: 1px solid #fff;
}

.home3 .welcome-btn a {
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    transition: .4s
}

.home3 .welcome-btn a:hover {
    background: #000;
    color: #fff;
    border-color: #000
}

.home3 .welcome-btn a.buy-btn {
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.home3 .welcome-btn a span {
    margin-right: 10px;
}

.home3 .welcome-btn a.buy-btn:hover {
    color: #fff;
    border-color: #000;
    background: #000;
}

.home3 .Modern-Slider .item .img-fill .info 
{
    background-color: transparent;
}

.navbar.corporate-3 .menu > li > a {
    color: #fff
}

.navbar.corporate-3 .menu > li > a:before {
    background: #fff;
}

.navbar.corporate-3 .menu > li.searchbtn {
    color: #fff
}

.home3 .PrevArrow:hover {
    background: #fff;
    color: #000
}

.home3 .NextArrow:hover {
    background: #fff;
    color: #000
}

.positionR {
    position: relative;
}

.home3 .home-3img > img {
    height: 50%;
    width: 50%;
}

.corporate-3.corporate-2 .customar-icon {
    color: #3293d4
}

.corporate-3.corporate-2 .about-list span {
    color: #3293d4;
    border-color: #3293d4
}

.call-to-action.corporate-3 {
    background: #3293d4;
}

.corporate-2.corporate-3 .single-Offer {
    margin-top: 80px;
    padding: 10px 0
}

.corporate-2.corporate-3 .offer-icon {
    color: #3293d4;
}

.corporate-2.corporate-3 .single-Offer:hover {
    background: #3293d4;
}

.corporate-3 .single-count:nth-child(2n) {
    background: #3293d4;
}

.corporate-3 .single-count {
    background: #2980b9;
}


/*.screenshot-slider-active {
  background: rgba(0, 0, 0, 0) url("img/m.png") no-repeat scroll 0 50% / 33.5% 87%;
}

*/

.screenshot-slider-active {
    position: relative;
}

.screenshot-slider-active .slick-slide.slick-current.slick-active:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-image: url(img/m.png);
    z-index: -1;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    transition: 2s;
    opacity: 1
}

.screenshot-slider-active .slick-slide.slick-active:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-image: url(img/m.png);
    z-index: -1;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0;
    transition: 2s
}

.screenshot-slider-active .slick-slide {
    padding-bottom: 62px;
    padding-top: 50px;
}

.screenshot-content > h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.screenshot-content p {
    margin-bottom: 20px;
    line-height: 24px;
}

.screenshot-area.section-padding {
    background: #efefef none repeat scroll 0 0;
}

.shortcontentS ul.slick-dots {
    bottom: 5%;
    left: 1%;
    position: absolute;
}

.shortcontentS ul.slick-dots li {
    background: #dadada none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 15px;
    margin-right: 4px;
    width: 15px;
    cursor: pointer;
}

.shortcontentS ul.slick-dots li.slick-active {
    background: #3498db;
}


/*end of screenshot area*/

.corporate-3 .single-team .member-img:before {
    background: rgba(50, 148, 214, .8);
}

.client-say-area.corporate-3:before {
    background: #3498db;
}

.corporate-3 .client-content span {
    background: #efefef none repeat scroll 0 0;
    color: #3191d2;
}

.corporate-3 .packeg_typ {
    background: #3498db none repeat scroll 0 0;
}

.corporate-3 .get_start a {
    background: #3191d2;
}

.corporate-3 .get_start a:hover {
    background: #000;
}

.corporate-3 .single_pricing.active .packeg_typ {
    background: #2980b9;
}

.corporate-3 .single_pricing.active .get_start a {
    background: #2980b9;
}

.corporate-3 .single_pricing.active .get_start a:hover {
    background: #000;
}

.corporate-3 .single_pricing.active .price {
    color: #3498db
}

.corporate-3 .post-date {
    background: #2980b9;
}

.corporate-3 .single-blog-area:hover > a h3,
.corporate-3 .single-blog-area:hover > a {
    color: #2980b9
}

.corporate-3 .single-blog-area > h5 span {
    color: #2980b9
}

.corporate-3 .blog-hover a {
    background: #2980b9;
}

.brand-section.corporate-3:before {
    background: #2980b9;
}

.corporate-3 .panel-heading.active a {
    color: #2980b9
}

.corporate-3 .panel-heading::before {
    background: #2980b9;
}

.corporate-3 .contact-icon {
    color: #2980b9
}

.corporate-3 .input-submit > input {
    background: #2980b9;
}

.newslatter-section.corporate-3.corporate-2::before {
    background: #2980b9;
}

.footer-area.corporate-3 {
    background: #05283f;
}

.copyright-area.corporate-3 {
    background: #001f33;
}

.corporate-3 .social-link a {
    background: #0a334f;
}

.corporate-3 .social-link a:hover {
    background: #3498db;
}

.corporate-3 .single-footer > ul li a:hover {
    color: #3498db
}

.corporate-3 .blog-slider-active .PrevArrowb:hover,
.corporate-3 .blog-slider-active .NextArrowb:hover {
    background: #3192d3;
}


/*corporat 4*/

.corporate-4 .welcome-btn a.read-btn {
    background: #3498db;
}

.corporate-4 .welcome-btn a.read-btn span {
    padding-right: 10px;
}

.corporate-4 .NextArrow:hover {
    background: #3498db;
}

nav.navbar.corporate-4 {
    position: absolute;
    width: 100%;
    z-index: 7;
}

.corporate-4 .menu > li.current-menu-item > a {
    color: #3498db;
}

.corporate-4 .menu > li > a::before {
    background: #3498db;
}

.corporate-4 .menu > li > a {
    color: #fff
}

.corporate-4 .menu > li.searchbtn {
    color: #fff
}

.corporate-4 .menu > li > a:hover {
    color: #3498db
}

.corporate-4 .welcome-btn .buy-btn:hover {
    background: #3498db;
}

.corporate-4 .PrevArrow:hover {
    background: #3498db;
    border: 0;
}

.corporate-4 .NextArrow:hover {
    background: #3498db;
    border: 0;
}

.corporate-4 .about-list li span {
    border-color: #3498db;
    color: #3498db;
}


/*jquery bar filter js*/

.barfiller {
    width: 100%;
    height: 12px;
    background: #efefef;
    border: 1px solid rgba(252, 185, 16, 0);
    position: relative;
    margin-bottom: 20px;
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, .5);
}

.barfiller .fill {
    background: #3498db none repeat scroll 0 0 !important;
    display: block;
    height: 100%;
    position: relative;
    width: 0;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -30px;
    padding: 2px 4px;
    font-size: 11px;
    color: #fff;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: #efefef;
}

.barfiller .tip:after {
    border: solid;
    border-color: rgba(0, 0, 0, .8) transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 100%;
    z-index: 9
}

.single-progress h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700
}

.single-progress h4 > span {
    float: right;
    text-align: right;
}

.single-progress {
    margin-bottom: 40px;
}

.single-progress:last-child {
    margin-bottom: 0;
}

.padding-bottom {
    padding-bottom: 70px
}

.our-offer-section.corporate-4.corporate-4 {
    background: #efefef;
}

.our-offer-section.corporate-4.corporate-4 .offer-icon {
    color: #3498db;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #EFEFEF;
}

.our-offer-section.corporate-4.corporate-4 .single-Offer {
    margin-top: 100px;
}

.our-offer-section.corporate-4.corporate-4 .single-Offer:hover {
    background: #3498db;
}

.portfolio-area.corporate-4 {
    background: #fff;
}

.corporate-4 .isotop-nav li:hover,
.corporate-4 .isotop-nav li.active {
    background: #3498db;
}

.corporate-4 .single-portfolio::before {
    background: rgba(52, 152, 219, .8);
}

.education-date h5 {
    color: #3498db;
    font-size: 16px;
}

.education-date h5 span {
    padding-right: 25px;
}

.edcation-details > h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.edcation-details > h5 {
    font-size: 16px;
    padding-bottom: 20px;
}

.edcation-details {
    border-left: 1px solid #242424;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 10px;
    padding-left: 37px;
    padding-bottom: 50px
}

.eduction-employement {
    background-color: #efefef;
}

.countdown-section.corporate-2.corporate-4 .count-icon {
    color: #3498db
}

.contact-icon span.fa.fa-envelope {
    font-size: 40px;
}

.contact-icon span.fa.fa-phone {
    font-size: 50px;
}

nav.navbar.corporate-4 {
    border-bottom: 1px solid;
}

.corporate-3 .blog-hover a:hover {
    background: #fff;
    color: #3498db;
}


/*end of corporate 4 css
/*start corporate blog css*/

.page-title-area {
    position: relative;
    display: table;
    height: 400px;
    background: url(img/blog-titlebg.jpg) no-repeat center center;
    width: 100%
}

.page-title-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    content: "";
}

.display-cell {
    display: table-cell;
    vertical-align: middle;
}

.page-heading {
    color: #fff
}

.page-heading > h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

.sigle-blog-post a.readmore {
    background: #06589c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    transition: .4s;
	border-radius:2px;
}
.sigle-blog-post p a.readmore {
    background: #06589c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    transition: .4s;
	float:right;
	margin-top:20px;
	margin-right:25px;
	text-transform: capitalize;
	font-size: 16px;
    font-weight: 700;
	border-radius:3px;
}

.sigle-blog-post a.readmore:hover {
    background: #06589c none repeat scroll 0 0;
}

.sigle-blog-post .post-date {
    left: 10%;
    margin-left: 0;
    width: 80%;
}

.sigle-blog-post .post-date a {
    color: #fff;
    font-weight: 700;
}

.single-blog-area.sigle-blog-post {
    border-bottom: 1px solid #efefef;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.post-date-withoutimg a {
    color: #000;
    font-weight: 700;
	font-size:14px;
}

.post-date-withoutimg {
    font-size: 15px;
}

.post-date.videopost {
    margin-top: -5px;
}

.pagination > li > a,
.pagination > li > span {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #242424;
    float: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-left: -1px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 50px;
    transition: .4s
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a:hover {
    background: #F47722;
    color: #fff
}

.wedget input {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    height: 50px;
    padding-left: 10px;
    width: 80%;
    font-weight: 500
}

.wedget button {
    background: #F47722 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    height: 50px;
    margin-left: -4px;
    width: 17%;
}

.wedget button:hover {
    background: rgba(141, 193, 43, .7);
}

.wedget-title h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
	color:#06589c;
}

.wedget {
    margin-bottom: 50px;
	margin-top:30px;
}

.wedget a {
    color: #242424;
    display: block;
    font-size: 16px;
    padding-bottom: 20px;
	text-transform: capitalize;
}

.wedget li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    transition: .4s
}

.wedget li:hover {
    border-bottom: 1px solid #F47722;
}

.wedget span {
    color: #000;
    display: block;
    font-weight: 700;
    font-size: 14px
}

.wedget a:hover {
    color: #F47722
}

.tag li {
    border: 1px solid #efefef;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    transition: .4s
}

.tag li a {
    padding: 15px 40px;
    transition: .4s
}

.tag li:hover {
    background: #F47722;
    color: #fff
}

.tag li:hover a {
    color: #fff
}

.single-blog-area.sigle-blog-post > img {
    float: right;
}

blockquote {
    border-left: 10px solid #F47722;
    font-size: 18px;
    font-style: italic;
    margin: 20px 0;
    padding: 10px 20px;
}

.tag.posttag a {
    color: #242424
}

.single-blog-area.sigle-blog-post > h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.single-blog-area.sigle-blog-post > p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.single-blog-area.sigle-blog-post > ul {
    margin-top: 35px;
    margin-bottom: 35px
}

.single-blog-area.sigle-blog-post > ul li {
    line-height: 24px
}

.tag.posttag li a {
    display: inline-block;
}

.post-share-link div {
    display: inline-block;
    float: left;
    width: 50%;
}

.post-share-link {
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding-bottom: 45px;
}

.share a {
    border: 1px solid #cccccc;
    color: #919191;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.share > strong {
    font-weight: 700;
    margin-right: 25px;
    text-transform: capitalize;
}

.share a:hover {
    background: #F47722;
    color: #fff;
}

.prevnextpost a {
    color: #919191;
    font-size: 16px;
    position: relative;
}

.prevnextpost a:before {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    bottom: 0;
    content: "";
    background: #919191;
}

.prevnextpost a:first-child:before {
    display: none;
}

.prevnextpost a span.fa.fa-angle-left {
    padding-right: 15px;
    font-size: 16px;
    font-weight: 700
}

.prevnextpost a span.fa.fa-angle-right {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700
}

.prevnextpost > a {
    margin-left: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.prevnextpost > a:hover {
    color: #F47722
}

.author-title > h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 35px;
    text-transform: uppercase;
}

.author-details {
    border-bottom: 1px solid #efefef;
    padding-bottom: 50px;
}

.author-img {
    float: left;
    margin-right: 30px;
    width: 70px;
}

.about-author {
    padding-left: 100px;
}

.about-author p {
    margin-bottom: 20px;
}

.about-author > h4 {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-author p {
    color: #919191
}

.about-author > span {
    color: #F47722;
}

.author-details.commenter {
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.about-author > h5 {
    font-style: italic;
    margin-bottom: 15px;
}

.about-author > h5 a {
    color: #F47722;
    text-transform: capitalize;
}

.single-comments-input {
    float: left;
    height: 50px;
    margin-left: 15px;
    width: 240px;
}

.single-comments-input:first-child {
    margin-left: 0;
}

.single-comments-input input {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    height: 100%;
    padding-left: 10px;
    width: 100%;
}

.leav-acomments {
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding-bottom: 50px;
}

.single-comments textarea {
    width: 100%;
    background: #efefef;
    margin-top: 10px;
    border: 0;
    padding: 10px;
}

.relative-post .single-blog-area h3 {
    font-size: 16px;
}

.blog-video iframe{
    width: 100%;
    border: 0
}

/******** Start About US ************/
.desk_client_say_area {
    position: relative;
    color: #fff
}
.desk_client_say_area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0F9DD9;
    content: "";
}
.desk_about_pic{
	background:#fff none repeat scroll 0 0;
    color:#fff;
    display:inline-block;
    float:none;
    font-size:40px;
    max-height:150px;
    text-align:center;
    max-width:150px;
	overflow:hidden;
}
.desk_about_pic img{
	border:0px solid #000;
	border-radius:3px;
}
.desk_about_picdsfd{
	width:100%;
	position:relative;
}
.desk_social_link a{display:inline-black;margin-right:5px;}
.desk_social_link a:hover{opacity:0.8;}
.desk_social_link .fa{width:30px;height:30px;color:#FFF;line-height:30px;text-align:center;border-radius:2px;margin-top:5px;}
.desk_social_link .fa-facebook{background:#415a99;}
.desk_social_link .fa-pinterest-p{background:#cb222a;}
.desk_social_link .fa-vk{background:#5b7fa6;}
.desk_social_link .fa-twitter{background:#00caff;}
.desk_social_link .fa-linkedin{background:#677BAD;}
.desk_social_link .fa-instagram{background:#3f729b;}
.desk_social_link .fa-google-plus{background:#da4735;}
.social_linked a{display:inline-black;margin-right:0px;}
.social_linked a:hover{opacity:0.8;}
.social_linked .fa{width:30px;height:30px;color:#FFF;line-height:30px;text-align:center;border-radius:2px;margin-top:0px;float:right;}
.social_linked .fa-linkedin{background:#677BAD;}
.desk_social_title{
	width:100%;
	position:relative;
	font-size:16px;
	line-height:35px;
	color:#444; 
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.desk_social_title span{
	font-weight:600;
	margin-right:5px;
	font-size:18px;
	line-height:1em;
}
.desk_social_title p{
	font-weight:400;
	margin-right:5px;
	font-size:16px;
}
.desk_social_description{
	width:100%;
	position:relative;
}
.desk_social_description p{	
	margin-top:10px;
	margin-bottom:15px;
	font-size:1em;
	line-height:24px;
	color:#444; 
	text-align:justify;
}
.desk_social_description span{
	font-weight:600;
}
.desk_social_form{
	width:100%;
	position:relative;
	background:#fff;
	border-radius:5%;
	padding:40px 20px;
}
/* Start Animation Input */
.new_inputMaterial{
  font-size:1em;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #0f9dd9;
  background:none;
  font-size:1em;
  color:#0f9dd9;
}
.new_inputMaterial:focus{ 
	outline:none;
	border:none;
}
.new_animation_input{ 
	width:100%;
	position:relative; 
	margin-bottom:35px; 
}
.new_animation_input label{
  color:#0f9dd9; 
  font-size:1em;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:15px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
/* active state */
.new_inputMaterial:focus ~ label, .new_inputMaterial:valid ~ label{
  top:-20px;
  font-size:0.9em;
  color: #0f9dd9;
  font-weight:600;
}
/* BOTTOM BARS ================================= */
.new_animation_bar{ 
	width:100%;
	position:relative; 
	display:block;  
}
.new_animation_bar:before, .new_animation_bar:after{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#0096e2; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.new_animation_bar:before {
  left:50%;
}
.new_animation_bar:after {
  right:50%; 
}
/* active state */
.new_inputMaterial:focus ~ .new_animation_bar:before, .new_inputMaterial:focus ~ .new_animation_bar:after {
  width:50%;
}
/* active state */
.new_inputMaterial:focus ~ .new_input_highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#0096e2; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#0096e2; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#0096e2; }
  to 	{ width:0; background:transparent; }
}
@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}
/* End Animation Input */
.desk_address_header{
	width:100%;
	position:relative;
}
.desk_address_header h3{
	margin:0px;
	padding:0px;
	font-size:1.8em;
	font-weight:600;
	color:#444;
}
.sign_term_conditions_ani{
	width:100%;
	position:relative;
	margin-top:20px;
	margin-bottom:15px;
	font-size:1em;
	color:#444;
}
.sign_term_conditions_ani input {    
    height:auto;
	width:auto;
}
/*****************************/
.news_letter_pane{
	width:100%;
	position:relative;	
	text-align:right;
	padding-right:15px;
}
.news_letter_pane label{	
	font-size:14px;
	font-weight:normal;
}
.news_letter_pane input{
	border:1px solid #0a5672;
	margin-top:1px;
	padding:5px;
	border-radius:3px;
	font-size:13px;
	color:#444;
}
.news_letter_pane button{
	background:#0d6586;
	border:1px solid #0a5672;	
	border-radius:3px;
	padding:3px 10px;
	border-radius:2px;
	font-size:13px;
	font-weight:600;
	color:#FFF;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.testimonials_img{
	width:100%;
	position:relative;
	text-align:center;
}
.testimonials_data_pane
{
	width:100%;
	position:relative;
	text-align:left;
	background:#CCC;
	height:250px;
	font-size:14px;
	color:#444;
	padding:30px;
}
.testimonials_data_pane-2
{
	width:100%;
	position:relative;
	text-align:left;
	background:transparent;
	height:250px;
	font-size:16px;
	color:white;
	padding:50px;
}
.client-say-area ul.slick-dots{
	width:100%;
	position:absolute;
	text-align:center;
	bottom:5%;
}
.client-say-area ul.slick-dots li{
	display:inline;
	margin-left:5px !important;
	background:none;
}
.client-say-area ul.slick-dots li button{
	color:#F47722;	
	background:none;
}
.client-say-area ul.slick-dots li.slick-active button{
	color:#3ec6ff !important;
}
/*************** Start pricing ******************/
.pricing_pane{
	width:100%;
	position:relative;
	padding:5px;
}
.pricing_padding_none{
	padding:0px;
}
.pricing_data{
	width:100%;
	position:relative;	
	background:rgba(0, 0, 0, 0.2);
}
.pricing_data1{
	width:100%;
	position:relative;	
	background:#fff;
}
.pricing_data_overlay{
	width:100%;
	position:relative;
	background:rgba(0, 0, 0, 0.1);
}
.pricing_data img, .pricing_data_overlay img{
	width:100%;	
	height:100%;
}
.pricing_data_header{
	width:100%;
	position:relative;
	background:rgba(250, 102, 51, 1);
	color:#FFF;
	text-transform:capitalize;
	font-size:20px;
	line-height:26px;
	text-align:center;
	padding:5px 0px;
}
.pricing_data_header2{
	width:100%;
	position:relative;
	background:rgba(250, 102, 51, 0.8);
	color:#FFF;
	text-transform:capitalize;
	font-size:20px;
	line-height:26px;
	text-align:center;
	padding:5px 0px;
}
.pricing_data_header3{
	width:100%;
	position:relative;
	background:rgba(250, 102, 51, 1);
	color:#FFF;
	text-transform:capitalize;
	font-size:20px;
	line-height:26px;
	text-align:center;
	padding:5px 0px;
}
.pricing_data_header4{
	width:100%;
	position:relative;
	background:rgba(250, 102, 51, 0.8);
	color:#FFF;
	text-transform:capitalize;
	font-size:20px;
	line-height:26px;
	text-align:center;
	padding:5px 0px;
}
.pricing_data_button{
	width:90%;
	position:relative;
	margin:10px auto;
	text-align:center;
	padding:10px 15px;
	background:rgba(250, 102, 51, 1);
	color:#FFF;
	font-size:1em;
	font-weight:600;
	border-radius:3px;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.pricing_data_button2{
	width:90%;
	position:relative;
	margin:10px auto;
	text-align:center;
	padding:10px 15px;
	background:rgba(250, 102, 51, 0.8);
	color:#FFF;
	font-size:1em;
	font-weight:600;
	border-radius:3px;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.pricing_data_button3{
	width:90%;
	position:relative;
	margin:10px auto;
	text-align:center;
	padding:10px 15px;
	background:rgba(250, 102, 51, 1);
	color:#FFF;
	font-size:1em;
	font-weight:600;
	border-radius:3px;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.pricing_data_button4{
	width:90%;
	position:relative;
	margin:10px auto;
	text-align:center;
	padding:10px 15px;
	background:rgba(250, 102, 51, 0.8);
	color:#FFF;
	font-size:1em;
	font-weight:600;
	border-radius:3px;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.pricing_data_subheader{
	width:100%;
	position:absolute;
	bottom:10px;
	font-size:14px;
	color:#444;
	text-align:center;
}
.desc-padding{
	padding-left:150px;
	padding-right:150px;
	line-height:2em;
	font-size:16px;
	margin-bottom:50px;
}
.footer-list-right{
	text-align:right;
}
.footer-list-left{
	text-align:left;
}
.footer-list-center{
	margin-left:50%;
}
.pricing-heading{
	font-size:30px;
	font-weight:500;
	font-family:calibri;
}
.meet-the-team-right-padding{
	padding-right:30px;
}
.meet-the-team-left-padding{
	padding-left:30px;
}

/***********************************/
.pricing_wrapper{
	width:100%;
	position:relative;
	padding:5% 10%;
	background:#FFF;
}
.modal-signup{
	padding-top:50px;
	padding-bottom:50px;
	font-size:16px;
	color:#0098d7;
	width:355px;
}
.mobile_form{
	padding:10px 0px;
	text-align:center;
	background-color:#fff;
}
.closebtn_footer span
{
	border: 5px #FE7E07 solid;
    border-radius: 50px;
    padding: 5px;
	font-size: 22px !important;
	float:right;
	cursor:pointer !important;
	margin-left:-5%;
	position:absolute;
}








