@charset "UTF-8";

/*
Template Name: itp-group HTML
Template Author: sergio
Author URL: 
Distributor: http://itp-group.ru/
colors:#ff5100;

*/

body{
	font-family: 'Lato', sans-serif;
	color: #7d7d7d;
	font-size: 15px;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 0 15px;	
	font-weight: 500;
	line-height: normal;
}
a{
	color: #ff5100;
	text-decoration: none;
}
a:hover, a:focus{
	color: #333;
	outline: none;
	text-decoration: none;
}
html, body {
  height: 100%;
}

input,textarea{
	padding: 10px 35px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	width: 100%;
}
textarea{
	min-height: 150px;
}
.price {
    color: red;
}
.md-form {
    position: relative;
}
.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #ff5100;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
}
.md-form .form-control {
    margin: 0 0 .5rem 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: .6rem 0 .4rem 0;
    background-color: transparent;
    height: auto;
}


.form-control{
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 0;
	box-shadow: none;
	color: #8a8a8a;
	height: 45px;
	padding: 6px 33px;
	transition: .5s;
}
.form-control.error{
    border: 1px solid red;
}
.form-control:focus{
	border-color: #ff5100;
	box-shadow: none;
}
.parallax {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.admin {
    position: relative;
    z-index: 99999;

}

.banner-block {
    padding: 20px 15px 25px 15px;
}

.divided {
    background: #ccc none repeat scroll 0 0;
    height: 2px;
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
}
.section_title h1 {
    font-size: 30px;
}

/* --------------------------------------------------------
#         Start Home CSS
-----------------------------------------------------------*/

.header_area{
	backface-visibility: hidden; 
	height: 60px;
	left: 0;
	padding: 35px 0;
	position: absolute;
	top: 0; 
	transition: all 0.3s linear 0s; 
	width: 100%; 
	z-index: 999; 
}
.header_area .logo{
	padding-top: 0px;
}
#main_nav li a{
	color: #fff;
	font-family: "Raleway",sans-serif;
	font-size: 13px;
	font-weight: 500;
	padding: 6px 12px;
	text-transform: uppercase;
	font-weight: 700;
}
#main_nav li a:hover, #main_nav li a:focus, #main_nav li.current a{
	background: transparent;
	color: #ff5100;
	outline: none; 
}
.navbar-toggle {
    border: 1px solid #ff5100;
    border-radius: 4px;
    padding: 9px 10px;
    margin-top: 5px;

}
.navbar-toggle  .icon-bar{
	background: #ff5100;
}

.slider {
  position: relative;
}
.nivo-caption {
    background: rgba(0, 0, 0, 0.3);
	opacity:1;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	padding:0 !important;
}
.nivo-caption a {
  display: inline-block;
}
.slider-text{
	display: table;
	height: 100%;
	width: 100%;
}
.middle-text{
	display: table-cell;
	vertical-align: middle;
}

.slide1{
	text-align: left;
}
.slide2{
	text-align: center;
}
.slide3{
	text-align: right;
}
.sider_text {
	height: 100%;
	position: relative;
	vertical-align: middle;
	color: #fff;
}
.sider_text h1, .sider_text h3{
	color: #fff;
}

.sider_text .first_heading{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.sider_text p{
	color: #fff;
    font-size: 20px;
    font-weight: 500;
	margin-bottom: 50px;
}
.sider_text > .btn_wrap{
	margin-top: 40px;
}
.explore_btn{
	background: #ff5100 none repeat scroll 0 0;
	border-radius: 2%;
	color: #fff;
	width: 180px;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 10px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.explore_btn:hover, .explore_btn:focus{
	color: #ff5100;
	background: #fff;
}

.explore_btn span.btn-subtitle {
    font-size: 9px;
}
.po_info {
    display: flex;
    flex-wrap: wrap;
}
.po_info .explore_btn {
    margin-right: 15px;
    margin-top: 15px;
    max-width: 230px;
    flex-basis: 0;
    flex-grow: 1;
}

.project_description_title {
    color: #333;
    font-size: 20px;
    font-family: Tahoma, Geneva, sans-serif;
    margin: 0 0 15px;
    font-weight: 500;
    line-height: normal;
}

.title_brands {
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
    margin: 0 0 15px;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    padding-top: 20px;
}
.title_brands span {
    font-weight: 600;
}
.nivo-directionNav a{
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	margin-top: -36.5px;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.5s ease 0s;
	width: 50px;
}
.nivo-directionNav a:hover{
	background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
}
.nivo-directionNav a i{
	line-height:17px;
}
a.nivo-prevNav{
	margin-left:20px;
}
a.nivo-nextNav{
	margin-right:20px;
}
.nivo-controlNav {
	display: none;
}
.nivo-controlNav a {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #ff5100;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	height: 15px;
	line-height: 15px;
	margin: 0 6px;
	border-radius: 50%;
	width: 15px;
}
.nivo-controlNav a.active{
	background: rgba(50, 197, 210, 0.8) none repeat scroll 0 0;
	border-color: #ff5100;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
/*animation*/

.bounceid1{
	   animation: bounceInDown 1200ms ease-in-out;
}
.bounceid2{
	   animation: bounceInDown 1700ms ease-in-out;
}	   
.bounceid3{
	   animation: bounceInDown 2200ms ease-in-out;
}	   
.bounceid4{
	   animation: bounceInDown 2700ms ease-in-out;
}	   
.bounceid5{
	   animation: bounceInDown 2700ms ease-in-out;
}	   
.bounceid6{
	   animation: bounceInDown 2700ms ease-in-out;
}


.bounceiup1{
	   animation: bounceInUp 1200ms ease-in-out;
}
.bounceiup2{
	   animation: bounceInUp 1700ms ease-in-out;
}
.bounceiup3{
	   animation: bounceInUp 2200ms ease-in-out;
}
.bounceiup4{
	   animation: bounceInUp 2700ms ease-in-out;
}


.bounceil1{
	   animation: bounceInLeft 1200ms ease-in-out;
}
.bounceil2{
	   animation: bounceInLeft 1700ms ease-in-out;
}
.bounceil3{
	   animation: bounceInLeft 2200ms ease-in-out;
}
.bounceil4{
	   animation: bounceInLeft 2700ms ease-in-out;
}

.bounceil5{
	   animation: bounceInLeft 2000ms ease-in-out;
}
.bounceil6{
	   animation: bounceInLeft 2500ms ease-in-out;
}
.bounceil7{
	   animation: bounceInLeft 3000ms ease-in-out;
}
.bounceil8{
	   animation: bounceInLeft 3500ms ease-in-out;
}




.bounceir1{
	   animation: bounceInRight 1200ms ease-in-out;
}
.bounceir2{
	   animation: bounceInRight 1700ms ease-in-out;
}
.bounceir3{
	   animation: bounceInRight 2200ms ease-in-out;
}
.bounceir4{
	   animation: bounceInRight 2700ms ease-in-out;
}
.bounceir5{
	   animation: bounceInRight 2000ms ease-in-out;
}
.bounceir6{
	   animation: bounceInRight 2500ms ease-in-out;
}
.bounceir7{
	   animation: bounceInRight 3000ms ease-in-out;
}
.bounceir8{
	   animation: bounceInRight 3500ms ease-in-out;
}



.fadeiup1{
	   animation: fadeInUp 1500ms ease-in-out;
}
.fadeiup2{
	   animation: fadeInUp 1700ms ease-in-out;
}
.fadeiup3{
	   animation: fadeInUp 2200ms ease-in-out;
}
.fadeiup4{
	   animation: fadeInUp 2700ms ease-in-out;
}

.fadeid0{
	   animation: zoomIn 700ms ease-in-out;
}
.fadeid1{
	   animation: fadeInDown 1200ms ease-in-out;
}
.fadeid2{
	   animation: fadeInDown 1700ms ease-in-out;
}
.fadeid3{
	   animation: fadeInDown 2200ms ease-in-out;
}
.fadeid4{
	   animation: fadeInDown 2700ms ease-in-out;
}

.fadeil1{
	   animation: fadeInLeft 1200ms ease-in-out;
}
.fadeil2{
	   animation: fadeInLeft 1700ms ease-in-out;
}
.fadeil3{
	   animation: fadeInLeft 2200ms ease-in-out;
}
.fadeil4{
	   animation: fadeInLeft 2700ms ease-in-out;
}

.fadeir1{
	   animation: fadeInRight 1200ms ease-in-out;
}
.fadeir2{
	   animation: fadeInRight 1700ms ease-in-out;
}
.fadeir3{
	   animation: fadeInRight 2200ms ease-in-out;
}
.fadeir4{
	   animation: fadeInRight 2700ms ease-in-out;
}

.slideil1{
	animation: slideInLeft 1200ms ease-in-out;
}
.slideil2{
	animation: slideInLeft 1700ms ease-in-out;
}
.slideil3{
	animation: slideInLeft 2200ms ease-in-out;
}
.slideil4{
	animation: slideInLeft 2700ms ease-in-out;
}

.slideir1{
	animation: slideInRight 1200ms ease-in-out;
}
.slideir2{
	animation: slideInRight 1700ms ease-in-out;
}
.slideir3{
	animation: slideInRight 2200ms ease-in-out;
}
.slideir4{
	animation: slideInRight 2700ms ease-in-out;
}

.slideiup1{
	animation: slideInUp 1200ms ease-in-out;
}
.slideiup2{
	animation: slideInUp 1700ms ease-in-out;
}
.slideiup3{
	animation: slideInUp 2200ms ease-in-out;
}
.slideiup4{
	animation: slideInUp 2700ms ease-in-out;
}

.slideid1{
	animation: slideInDown 1200ms ease-in-out;
}
.slideid2{
	animation: slideInDown 1700ms ease-in-out;
}
.slideid3{
	animation: slideInDown 2200ms ease-in-out;
}
.slideid4{
	animation: slideInDown 2700ms ease-in-out;
}
.uk-active{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	min-height: 50px;
}
.uk-active:before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 50px;
  left: 100%;
  position: absolute;
  top: 0;
  width: 10000px;
}
.uk-active:after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 50px;
  right: 100%;
  position: absolute;
  top: 0;
  width: 10000px;
}
.uk-sticky-placeholder{
    width: 100%;
}
.uk-active .logo{
	padding-top: 5px;
}
.uk-active .navbar-right{
	padding-top: 8px;
}
.logo{
	display: inline-block;
}
.navbar-header {
	display: inline-block;
	text-align: right;
	float: right;
}
/* --------------------------------------------------------
#         End Home CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#         Start Features CSS
-----------------------------------------------------------*/
.padding-top-70{
	padding-top: 70px;
}
.padding-top-80{
	padding-top: 80px;
}
.padding-top-bottom-70{
	padding-top: 70px;
	padding-bottom: 70px;
}
.padding-bottom-30{
	padding-bottom: 30px;
}
.padding-top-30{
	padding-top: 30px;
}

.padding-top-60{
	padding-top: 60px;
}
.padding-bottom-60{
	padding-bottom: 60px;
}
.padding-0{
	padding: 0;
}
.bg-navyblue-color{
	background-color: #ff5100;
	color: #fff;
}
.center-block{
	float: inherit;
}
.section_title{
	margin-bottom: 30px;
}
.section_title .divided{
	background: #ff5100 none repeat scroll 0 0;
	height: 2px;
	width: 100%;
	text-align: center;
	display: inline-block;
	position:relative;
}

.section_title h1{
	font-size: 24px;
	text-transform: uppercase;
	color: #444444;
	margin: 0;
}
.section_title p{
	margin-bottom: 10px;
}
.single_feature{
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
	padding: 30px 20px;
	transition: all 0.7s ease 0s;
	background: #fbfbfb; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 12px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
}
.single_feature p{
	overflow: hidden;
	margin-bottom: 0;
}

.s_featicon_wrap{
	color: #ff5100;
	font-size: 30px;	
	text-align: center;
	padding-bottom: 30px;
}
.b_featicon_wrap{
	color: #ff5100;	
	text-align: center;
}

.single_feature h4{
	text-transform: uppercase;
}
.single_feature .link{
	margin-top:20px;
}
.single_feature:hover{
	border: 1px solid #ea5200;
    cursor: pointer;
}

.single_feature:hover h4,
.single_feature:hover .s_featicon_wrap .b_featicon_wrap{
	color: #ea5200;
}

.single_brand img {
    height: 50px;
    width: auto;
    opacity: 0.6;
}
.single_brand {
    position: absolute;
    top: 1%;
    right: 18px;
}

.dark_bg {
    background: #eaeaea; 
}
/* --------------------------------------------------------
#         End Features CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Image with description CSS
-----------------------------------------------------------*/
.image_with_description{
	/*background-image: linear-gradient(to right bottom, #eaeaea, #7a2a05); */
}
.image_with_description{
	position:relative;
}
.description_img_left{
	left: 0;
	background-position: right top;	
	position:absolute;
	bottom: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;		
}
.description_img_right{
	right: 0;
	background-position: right top;	
	position:absolute;
	bottom: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;		
}
.description_text{
	padding-top: 50px;
	padding-bottom: 35px;
}
.description_text .single_desc{
	padding-left: 20px;
	padding-bottom: 15px;
	overflow: hidden;
}
.description_text .single_desc .col-sm-2.col-xs-3
{
	padding: 0;
}
.description_text .icon_wrap{
	width: 70px;
	float: left;
	overflow: hidden;
	padding-right: 20px;
}
.description_text .icon_wrap i.fa{	
	font-size: 50px;	
}
.description_text p{
	overflow: hidden;
	padding-right: 15px;
}
.description_text h4{
	text-transform: uppercase;
}
.description_text ul{
	list-style-type: none;
}
.description_text ul li{
	padding: 10px 0;
}

.single_desc:last-child{
	padding-bottom: 0;
}

/* --------------------------------------------------------
#        End slider with description CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Team CSS
-----------------------------------------------------------*/
.single_team{
	overflow: hidden;
	width: 100%;	
}
.single_team .team_img, .sing_work_photo figure, .sing_blog_img{
	position:relative;
	overflow: hidden;
}
.single_team .team_img:before{
	position:absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}
.single_team:hover .team_img:before{
	opacity: 1;
	visibility: visible;
}
.single_team .team_img img{
	transition: all 0.5s ease 0s;
	width: 100%;
}

.single_team .team_text{
	padding: 20px 10px 0;
	text-align: center;
	
}
.team_text h4{
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
	
}
.designation {
	display: block;
	font-size: 15px;
	font-weight: 300;
	padding-top: 9px;
	color: #ff5100;
}
.team_text p{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 8px;
	
}
.teamsocial_link_wrap{
	position: absolute;
	top: 0;
	z-index: 1;
	text-align: center;
	width: 100%;
	height: 100%;	
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease 0s;
}
.single_team:hover .teamsocial_link_wrap{
	opacity: 1;
	visibility: visible;
}
.teamsocial_link{
	display: table;
	width: 100%;
	height: 100%;
}
.teamsocial{
	display: table-cell;
	list-style: outside none none;
	padding: 0;
	vertical-align: middle;
}
ul.teamsocial li{
	display: inline-block;
	padding: 2px;
}
ul.teamsocial li a{
	border-radius: 50%;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	transition: 0.5s;
}
ul.teamsocial li a:hover{
	color: #fff;
	background: #ff5100;
}
.fb_icon{
	background: #5d82d1 ;
	color: #fff;
}
.tw_icon{
	background: #40bff5 ;
	color: #fff;
}
.gplus_icon{
	background: #eb5e4c ;
	color: #fff;
}
.lin_icon{
	background: #238cc8 ;
	color: #fff;
}
.pin_icon{
	background: #bd2126 ;
	color: #fff;
}

/* --------------------------------------------------------
#        End Team CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Expert CSS
-----------------------------------------------------------*/
.expertise_wrap{
	color: #fff;	
}
.experties_area{
	padding-bottom: 40px;
}
#expert .section_title h2,
#expert .section_title p{
	color: #fff;
}
.experties_area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
}
.skill_img p{
	font-size: 14px;
}
.experties_area{	
	background-size: cover;
	position: relative;
	color: #fff;	
}
.expert_content{
	position: relative;
	z-index: 100;
}
/*--------------------------------------
    Pie Charts
---------------------------------------*/
.chart-item {
  text-align: center;
  margin-bottom: 30px;
}
.chart-item .percent {
  display: block;
  height: 170px;
  line-height: 170px;
  margin: 0 auto;
  text-align: center;
  width: 160px;
  font-size: 30px;
}
.chart-item .percent:after {
  content: "%";
}
.chart-item canvas {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.chart-item h4 {
  font-weight: 500;
  margin-top: 25px;
}
.chart-item p {
  font-size: 15px;
  margin: 15px 0 0;
}
.chart-item.white h4 {
  color: #fff;
}
.chart-two .percent {
  font-size: 18px;
  height: 200px;
  line-height: 200px;
  position: relative;
  width: 200px;
}

.chart-three .elements {
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.chart-three .elements:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.chart-three .elements div {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.chart-three .elements span {
  display: block;
  height: auto;
  line-height: normal;
}
.chart-three .elements .percent {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  width: auto;
}
.chart-three .elements h4 {
  margin-top: 5px;
  color: #fff;
}

.chart-three canvas {
  left: 0;
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/* --------------------------------------------------------
#        End Expert CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Services CSS
-----------------------------------------------------------*/

.single_service .service_icon{
	border-radius: 50%;
	height: 80px;
	line-height: 80px;
	margin: auto auto 30px;
	width: 80px;
	border:2px solid #ff5100;
	transition: 0.5s;
	color: #ff5100;	
	font-size: 30px;
}

.single_service:hover .service_icon{
	background: #ff5100;
	color: #fff;	
}
.service_text h4{
	transition: 0.5s;
}
.single_service:hover .service_text h4{
	color: #ff5100;	
}
/* --------------------------------------------------------
#        End Services CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Counter CSS
-----------------------------------------------------------*/

.counter_area {
	background: #ff5100;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
}
.counter_area i.fa{
	font-size: 50px;
}
.counter_area h1{
	font-size: 45px;
	font-family: 'Lato', sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 300;
}
.counter_area strong{
	
}
/* --------------------------------------------------------
#        End Counter CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start pricing CSS
-----------------------------------------------------------*/

.pricing_area{}
.single_pricing{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	text-align: center;
}
.single_pricing .header,
.single_pricing .footer{
	background: #f1f1f1;
	padding: 30px 20px;
	
}
.single_pricing .plan_name{
	text-transform: uppercase;
	font-weight: 500;
	line-height: 30px;
}
.single_pricing .price{
	position: relative;
	font-weight: 700;
	color: #000;
}
.single_pricing .currency{
	position: relative;
	top: -9px;
	display: inline-block;
	font-size: 24px;
}
.single_pricing .amount{
	display: inline-block;
	font-size: 40px;
	color: #000;	
	line-height: 30px;
}
.single_pricing .period{
	color: #222;
	font-weight: 600;
	padding-top: 10px;
}
.single_pricing .pri_list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.single_pricing .pri_list li{
	border-bottom: 1px solid #eee;
	padding: 16px;
	font-weight: 400;
}

.single_pricing.feature .header,
.single_pricing.feature .footer
{
	background: #ff5100;
	color: #fff;
}
.single_pricing.feature .header .amount,
.single_pricing.feature .header .plan_name,
.single_pricing.feature .header .currency,
.single_pricing.feature .header .period
{
	color: #fff;
}
.single_pricing.feature .radon{
	background: #fff;
	color: #222;
}
.single_pricing.feature .radon:hover{
	background: #222;
	color: #fff;
}
/* --------------------------------------------------------
#        End pricing CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Our Works CSS
-----------------------------------------------------------*/
.works_area .section_title h2{
	color: #fff;
}
.works_area .section_title .divided{
	background: #fff;
}
.work_all_item .mix {
  display: none;
}

.our_work_menu ul{
	list-style-type: none;
	margin-bottom: 35px;
	padding: 0;
}
.our_work_menu ul li{
	border: 1px solid rgba(255, 255, 255, 0.7);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 5px 13px;
	padding: 9px 19px;
	transition: all 0.5s ease 0s;
}
.our_work_menu ul li:hover, .our_work_menu ul li.active{
	border-color: #ff5100;
}

.work_all_item .grid-item.col-md-3.col-sm-6.col-xs-12{
	padding: 0;
}
.single_our_work{
	transition: 0.5s;
	overflow: hidden;
	text-align: center;
}
.sing_work_photo{
	position:relative;
}

.single_our_work img{
	width: 100%;
	transition: all 0.5s ease 0s;
}

.single_our_work figure{
	margin-bottom: 0;	
}
.sing_work_text_link{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #fff;
	background: rgba(0,0,0, 0.5) none repeat scroll 0 0;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
}
.sing_work_content_wrap{
	display: table;
	height: 100%;
	width: 100%;
}
.sing_work_content{
	display: table-cell;
	vertical-align: middle;
}
.sing_work_text_link h4{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.single_our_work:hover .sing_work_text_link h4{
	animation: fadeInDown 1000ms ease-in-out;
}
.single_our_work:hover .sing_work_text_link p{
	animation: fadeInDown 1200ms ease-in-out;
}
.sing_work_text_link p{
	margin: 0 0 10px;
}
.sing_link_img a i.fa{
	font-size: 14px;	
}
.sing_link_img a{
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 39px;
	transition: all 0.7s ease 0s;
	width: 40px;
	
}
.sing_link_img a:hover{
	background: #ff5100;	
	border-color: #ff5100;
}
.sing_link_img a.search{
	margin-right: 13px;
}
.single_our_work:hover  .sing_link_img a.search{
	animation: slideInUp 1200ms ease-in-out;
}
.single_our_work:hover  .sing_link_img a.link{
	animation: slideInUp 1200ms ease-in-out;
}
.single_our_work:hover{
	background: #ff5100;
	color: #fff;
}
.single_our_work:hover .sing_work_text_link{
	opacity: 1;
	visibility: visible;
}

/* --------------------------------------------------------
#        End Why Choice CSS
-----------------------------------------------------------*/

.why_choice_area{}
.why_choice_area .single_about{
	margin-bottom: 35px;
}
.why_choice_area .single_about h4{
	color: #ff5100;
	font-weight: 400;
	font-size: 21px;
}
.single_about i.fa{
	border: 1px solid #ff5100;
	border-radius: 50%;
	height: 50px;
	line-height: 50px;
	margin-right: 5px;
	text-align: center;
	width: 50px;	
}
.why_choice_area .right i.fa{
	margin-right: 0px;
	margin-left: 5px;
}
/* --------------------------------------------------------
#        Start Why Choice CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        End Our Works CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start testimonials CSS
-----------------------------------------------------------*/
#testimonials{
	position:relative;
	color: #fff;
}
.testimonials_area{}
.testimonials_area i.fa{
	border: 1px solid #ff5100;
	border-radius: 50%;
	color: #ff5100;
	font-size: 27px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.testimonials_area p{
	color: #fff;
	font-size: 17px;
	margin: 30px 10px 20px;
}
.testimonials_area h5{
	color: #ff5100;
	font-size: 15px;
}
.testimonials_area a:hover{
	color: #fff;
}
/* --------------------------------------------------------
#        End testimonials CSS
-----------------------------------------------------------*/
/* --------------------------------------------------------
#        End Our Works CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start blog_area CSS
-----------------------------------------------------------*/
.single_blog{
	margin-bottom: 40px;
}

.sing_blog_img{
	margin-bottom: 20px;
	position:relative;
}
.sing_blog_img img{
	transition: all 0.5s ease 0s;
}

.sing_blog_description span.meta{
	color: #b8b8b8;
}
.sing_blog_description h5{
	font-size: 18px;
}
.sing_blog_description h5 a{
	color: #ff5100;
}
.sing_blog_description h5 a:hover,
.sing_blog_description h5 a:focus{
	text-decoration: none;
}
.sing_blog_description p{
	margin-bottom: 30px;
}

/* --------------------------------------------------------
#        Start client CSS
-----------------------------------------------------------*/
.client_area{
	padding-bottom: 70px;
	
}
.single_client a{
	display: inline-block;
	opacity: .5;
	transition: 0.5s;
}
.single_client a:hover{
	opacity: 1;
}
/* --------------------------------------------------------
#        End client CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Contact CSS
-----------------------------------------------------------*/

.contact_us_area{

	background-attachment: fixed;
	background-color: #2a2a2a;
	background-size: cover;
	color: #fff;
	position: relative;
}

.overlay{
	background-color: rgba(0,0,0, 0.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.contact_us_area .section_title h2{
	color: #fff;
}
.contact_us_area input,.contact_us_area textarea{
	position: relative;
}
.contact_us_area .cont_icon_wrap{
	left: 25px;
	position: absolute;
	top: 10px;
}

.cont_icon_wrap_modal {
    left: 25px;
    position: absolute;
    top: 10px;
}

.cont_icon_wrap_modal i.fa{
	color: #8a8a8a;
	font-size: 18px;
	padding-top: 4px;
}

.cont_icon_wrap i.fa{
	color: #fff;
	font-size: 18px;
	padding-top: 4px;
}
.contact_us_area label{
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contact_us_area textarea.form-control{
	padding-bottom: 10px;
	padding-top: 10px;	
	
}
.contact_us_area .right p{
	overflow: hidden;
}
.contact_us_area .right .icon-wrap{	
	height: 40px;
	line-height:40px;
	width: 40px;
	float: left;
	text-align: center;
	border-radius: 50%;
	margin-right: 15px;
	color: #fff;
	border: 1px solid #fff;
	
}
.contact_us_area .right .icon-wrap i{
	font-size: 15px;
	
}
.contact_us_area .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.contact_us_area  .form-control{
	background: transparent;
	border-color: #fff;
	color: #fff;
	border-radius: 2px;
}
.contact_us_area  .form-control:focus{
	border-color:#ff5100 ;
}

/* --------------------------------------------------------
#        End Contact CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Footer Area CSS
-----------------------------------------------------------*/
.cont_bottom{
	padding-top: 30px;
}


ul.footer_social_link{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.footer_social_link li{
	display: inline-block;
	padding-right: 18px;
}
ul.footer_social_link li:last-child{
	padding-right: 0px;
}
ul.footer_social_link li a{	
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 42px;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 40px;
}
ul.footer_social_link li a:hover{
	border-color: #ff5100;
	background: #ff5100;
	color: #fff;
}
ul.footer_social_link li a i{
	font-size: 18px;
}
.copyright{
	margin-bottom: 0;
}
.copyright a:hover{
	color: #fff;
}


/* --------------------------------------------------------
#        End Footer Area CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Single Portfolio CSS
-----------------------------------------------------------*/
.main_banner_area{
	padding: 150px 50px 100px;
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.banner_text{
	position: relative;
	z-index: 1;
	color: #fff;
}
.banner_text h2,
.banner_text p{
	color: #fff;
	display: inline-block;
	position: relative;
}
.banner_text h2{
	padding-right: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}
.banner_text h2:after{
	background: #ff5100 none repeat scroll 0 0;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 4px;
	width: 3px;
}
.banner_text p{
	transform: translateY(-4px);	
}
.banner_text a:hover{
	color: inherit;
}
.portfolio_details_area h2{
	border-bottom: 1.5px solid #ff5100;
	display: inline-block;
	font-weight: 300;
	padding-bottom: 10px;
}
.project_description ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 25px;
}
.project_description ul li{
	font-size: 15px;
	padding: 9px 32px;
	position: relative;
}
.project_description ul li:before{

	border: 1px solid;
	border-radius: 50px;
	color: #ff5100;
	content: '\f00c';
	font-family: fontawesome;
	font-size: 13px;
	height: 24px;
	left: 0;
	line-height: 24px;
	position: absolute;
	text-align: center;
	width: 25px;	
}
.related_portfolios h2{
	margin-bottom: 30px;
}



/* .main-table { width: 100%; border: 1px solid #cccccc; border-collapse: collapse; }
.main-table th { padding: 5px 10px; color: #444444; background-color: #dcdcdc; border-left: 1px solid #cccccc; text-align: left; }
.main-table th:first-child { border-left: 0; }
.main-table tr:nth-child(odd) { background-color: white; }
.main-table tr:nth-child(even) { background-color: #efefef; }
.main-table td { padding: 5px 10px; border: 1px solid #cccccc; vertical-align: top; }
.main-table td:last-child { text-align: right; } */

table { width: 100%; border: 1px solid #cccccc; border-collapse: collapse; }
table tr:nth-child(odd) { background-color: white; }
table tr:nth-child(even) { background-color: #efefef; }
table td { padding: 5px 10px; border: 1px solid #cccccc; vertical-align: top; }
table td:last-child { text-align: right; }
table th { padding: 5px 10px; border: 1px solid #cccccc; vertical-align: top; }
table th:last-child { text-align: right; }

/* --------------------------------------------------------
#        End Single Portfolio CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        img-catalogy CSS
-----------------------------------------------------------*/

.cat_img img{
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}

.catl h4{
    text-decoration: underline;
    color: #ff5100;

}

/* --------------------------------------------------------
#        Tab 
-----------------------------------------------------------*/
.description-topbar {
    justify-content: center;
    display: flex;
    border-bottom: 1px solid #ccc;
}
.description-topbar a {
    display: inline-block;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 24px;
    color: #242424;
    margin: 0 35px;
}

.nav-tabs>li>a {
    background: #ccc;
}

.nav-tabs>li>a:hover {
    border-color: #ddd #ddd #ccc;
}
/************ 404 ************/

.block-404 {
    text-align: center;
}

.block-404__title {
    font-size: 60px;
}

.block-404 p {
    font-size: 16px;
}

@media (max-width: 767px) {
    .header_area {
        padding: 0;
    }
    .stiky_area.uk-sticky-init.uk-active.uk-animation-slide-top {
        padding-top: 0px;
        padding-bottom: 0px;
        
    }
    .top_block {
        padding-top: 120px;
    }
    .stiky_area{
        background: rgba(0, 0, 0, 0.8);
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/*************************************
#          btm
*************************************/

/* 
input[type="submit"], button{
    background: #ff5100 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;    
    margin-bottom: 0;
}
input[type="submit"], button, .radon{
    background: #ff5100 none repeat scroll 0 0;
    border-color: #ff5100;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: auto;
    text-decoration: none;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover, 
button:focus, 
.radon:hover, 
.radon:focus{
    text-decoration: none;
    color: #fff;
    background: #0995a1;
    border-color: #0995a1;
}
.btn {
  position: relative;
  min-height: 5vw;
  padding: 0.8vw;
  border: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0.4), inset 0 -5px 0 #da291c;
  box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0.4), inset 0 -5px 0 #da291c;
  border-radius: 6px 6px 8px 8px;
  background-color: #ff4500;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(255, 153, 57, 0)), to(#ff9939));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
  background-image: linear-gradient(to top, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 6;
}

.btn-pdf {
  width: 2.6vw;
  margin-right: 1vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn-title {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 1.07vw;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1vh;
}

.btn-subtitle {
  font-size: 0.7vw;
}

.pulse {
  overflow: visible;
  position: relative;
}
.pulse:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.pulse-button {

  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  background-color: #ff5100;
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}} 

*/

.description-topbar a {
    font-size: 20px;
    margin: 0 16px;
}

single_our_work{
    position: relative;
}

.single_status_block {
    position: absolute;
    z-index:9;
}

span.single_status {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    background: gray;
    color: white;
    margin-bottom: 6px;
}

.single_status-list_block {
    position: absolute;
    top: 10px;
    left: 25px;
}

span.single_status-list {
    display: block;
    padding: 0px 4px;
    border-radius: 2px;
    background: gray;
    color: white;
    margin-bottom: 6px;
    font-size: 12px;
}

span.green{
    background: #267025;
}
span.blue{
    background: #005eff;
}
span.red{
    background: #b73433;
}
span.orange{
    background: #ed7014;
}

.single_title {
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
    margin: 0 0 15px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-size: 15px;
}

.privacy a{
    padding-left:12px;
    font-size: 15px;
}

.privacy a:hover{
    color:#ddd;
}