body {
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden; position:relative; 
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600);
.spacer5 {
	width:100%;
	float:left;
	padding:5px;
}
.spacer10 {
	width:100%;
	float:left;
	padding:10px;
}
.spacer15 {
	width:100%;
	float:left;
	padding:15px;
}
.spacer20 {
	width:100%;
	float:left;
	padding:20px;
}
a{ text-decoration:none;-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;}
a:focus, a:hover{ text-decoration:none;}
section{ position:relative;}
header{ 

    width: 100%;
}
 .affix {
      top:0;
      width: 100%;
      -webkit-transition: all .7s ease-in-out;
      transition: all .7s ease-in-out;
	  z-index:9999;
	  background-color:rgba(255, 255, 255, .9);
	
	  
	  padding:0px 0px 10px;
	  border-bottom:3px solid #8DC63F;
  }
  .affix-top {
      position: static;
      top: -35px;
  }
#top-bar {
    background: #f4f4f4;
    padding: 0;
}
.top-social {
    border-left: 1px solid #e5e5e5;
}
.top-social a {
    margin-left: -4px;
}
.top-social a i.fa-facebook {
    color: #5d82d1;
}
.top-social a i.fa-facebook:hover{ background-color:#5d82d1; color:#FFF;}
.top-social a i {
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    display: inline-block !important;
    -webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
}
.top-social a i.fa-twitter {
    color: #70c2e9;
}
.top-social a i.fa-twitter:hover{ background-color:#70c2e9; color:#FFF;}
.top-social a i.fa-google-plus {
    color: red;
}
.top-social a i.fa-google-plus:hover{ background-color:red; color:#FFF;}
.top-social a i.fa-youtube {
    color: #9d261d;
}
.top-social a i.fa-youtube:hover{ background-color:#9d261d; color:#FFF;}
.top-social a i.fa-linkedin {
    color: #3daccf;
}
.top-social a i.fa-linkedin:hover{ background-color:#3daccf; color:#fff;}
ul.top-info {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
ul.top-info li {
    float: left;
    font-size: 12px;
    margin-top: 8px;
    margin-left: 10px;
    font-weight: 600;
}
ul.top-info li i {
    color: #f65200;
}
.navbar-brand {
    padding: 0 15px;
}

.ts-mainnav {
    
    background: #fff;
    border-top: 1px solid #e5e5e5;
    
}
.navbar {
    border-radius: 0;
    border: 0;
	margin-top:10px;
}
.navbar-nav{    margin: 7px 0px 0px;}
.navbar-brand .logo {
    width: 215px;
    height: 50px;
}

.navbar-toggle {
    border-radius: 0;
    margin-right: 5px;
	background: #F65200;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
ul.navbar-nav > li > a {
    font-weight: 600;
    color: #f65200;
    padding: 0 30px;
    line-height: 46px;
	font-family: 'Open Sans', sans-serif;
    font-size:16px;
}

ul.navbar-nav > li > a:hover{  color:#8DC63F;}


/******************************start slider************************/
.carousel-inner>.item>img{ width:100%;}
/*********************end slider******************************/
.intro{ padding:50px 0;}
.title {
    margin: 0 0 20px 0;
    line-height: normal;
}
.intro h4.sub-title {
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
    line-height: normal;
    padding-right: 15px;
}
.intro-content p {
    text-align: justify;
    padding-right: 15px;
}
.img-thumbnail {
    padding: 5px;
    background: #f2f2f2;
    margin: 5px 15px 5px 0;
    border: 1px solid #e7e7e7;
}
img.pull-left, .pull-left > img {
    margin-right: 15px !important;
}
.panel-default {
    border-color: #d4d4d4;
    border-radius: 2px !important;
}
panel-default>.panel-heading {
    background: none;
    border-color: #d4d4d4;
}
h4.panel-title {
    color: #989898;
    position: relative;
    padding-left: 30px;
    font-weight: 700;
}
h4.panel-title a.collapsed {
    color: #989898;
}

h4.panel-title a {
    color:#F65200;
}
h4.panel-title a.collapsed:before {
    content: "\f067";
    background: #afafaf;
}
h4.panel-title a:before, h4.panel-title a.collapsed:before {
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    z-index: 0;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 20px;
    left: 0;
    padding: 0 5px;
    top: 50%;
    margin-top: -10px;
    border-radius: 100%;
    text-align: center;
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,.07);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,.07);
    box-shadow: 0 0 0 3px rgba(0,0,0,.07);
}
h4.panel-title a:before {
    background: #F65200;
}
h4.panel-title a:before {
    content: "\f068";
}
.panel-body a{ color:#F65200; font-weight:700;}
.panel-body a:hover{color:#8DC63F;}
.list-icon i {
    color: #F65200;
}
.list-icon i {
    font-size: 85px;
    float: right;
    margin-left: 15px;
}
.parallax-overlay {

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/overaly.png);
}
.parallax1 {
    background: url(../images/parallax1.jpg) no-repeat;}
	.parallax2 {
    background: url(../images/parallax2.jpg) no-repeat;
}

.parallax {
    color: #fff;
	background-position:50% 50%;
	
    padding: 80px 0;
   mim-height: 480px;
    
    background-attachment: fixed;
    background-size: cover;
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.clients {
    height: 280px;
    padding: 30px 0 0px;
}



.service-content {
    color: #333;
    background: #ffffff;
    background: rgba(255,255,255,0.85);
    padding: 30px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    border-radius: 2px;
	margin-top:10px;
}
.service-content:hover{
	background: #fff;
}
.service-icon {
    height: 56px;
    width: 100px;
    margin-bottom: 30px;
}
.service-icon i {
    color: #F65200;
}
.service-icon i {
    font-size: 52px;
}
.service-content h3 {
    color: #333;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
}

.service-content a.readmore {
    margin-top: 10px;
}
.readmore {
    background: #F65200;
    color: #fff;
}
.readmore {
    padding: 6px 15px;
    text-transform: uppercase;
    border: 2px solid transparent !important;
    display: inline-block;
    text-shadow: none !important;
    box-shadow: none !important;
    background-image: none;
    border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.readmore:hover{ background-color:#FFF; border:2px solid #F65200 !important; color:#F65200;}



.content {
    background: #f7f7f7 url(../images/p1.png);
    box-shadow: inset 0 0 0 1px #ffffff;
	padding:30px 0px;
}
.content-box {
    margin-bottom: 15px;
}
.content-box .content-box-content {
    margin-left: 45px;
}
.content-box .content-box-content h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}
.content-box .content-box-content p {
    line-height: normal;
    margin-bottom: 5px;
}
.content-box .content-box-content a.box-read-more {
    font-size: 13px;
    font-weight: 700;
	color:#F65200;
}
.content-box .content-box-content a.box-read-more:hover, .fa-long-arrow-right:hover:before {color:#8CC63E;}
.content-box .content-box-content a.box-read-more i {
    float: none;
    font-size: 12px;
}
.content-box i {
    color: #F65200;
}
.content-box i {
    float: left;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
}
.latest-post {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 12px;
    margin-top: 20px;
}
.latest-post img {
    width: 105px;
    height: 75px;
}
.latest-post .post-body h4 {
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 10px;
}
.latest-post .post-body h4 a {
    color: #333;
}
.post-meta {
    color: #6A6A6A;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 0 7px;
}
.post-meta span {
    padding-right: 7px;
    margin-right: 5px;
    border-right: 1px solid #999;
    line-height: 12px;
    display: inline-block;
}
.post-meta a {
    color: #6A6A6A;
}
.post-meta-comments i{ color:#F65200;}
.post-meta span.post-meta-comments {
    border-right: 0;
}
.post-meta a {
    color: #6A6A6A;
}
.client_logo{ margin-top:30px;}
.client_logo li{ padding:5px 30px;}
.client_logo li img{ border:2px solid rgba(255, 255, 255, .5);}
.client_logo li img:hover{ border:2px solid #8DC63F; }
.parallax h3 {
    font-size: 28px;
    position: relative;
    z-index: 1;
}


/* Banner area
================================================== */

#banner-area{
	position: relative;
	background: #f7f7f7;
	text-align: center;
	padding: 20px 0;
}


.banner-title-content h2{
	font-weight: 700;
	font-size: 28px;
	line-height: normal;
	margin: 0;
	color:#F65200;
}

.banner-title-content .breadcrumb{
	background: none;
	font-weight: 400;
}

.breadcrumb{
	margin-bottom: 0;
}

/******main-container************/
#main-container{ padding:60px 0px 0px;}

/* List */

ul.arrow-right {
	margin: 0;
	padding: 0;
}

ul.arrow-right li {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 10px;
}

ul.arrow-right li a{
	color: #333;
}

ul.arrow-right li::before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-left: -17px;
	margin-right: 10px;
	color:#F65200;
}


ul.circle, ul.check-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.circle li{
	position: relative;
	margin-left: 30px;
	padding-bottom: 20px;
}

ul.circle li:before{
	content: "\f111";
	font-family: FontAwesome;
	font-size: 8px;
	line-height: 8px;
	border: 2px solid rgba(0, 0, 0,.1);
	border-radius: 100%;
	position: absolute;
	left: -33px;
	top: 5px;
}

ul.unstyled{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.check-list li{
	margin-bottom: 5px;
}

ul.check-list li i{
	margin-right: 10px;
	font-size: 14px !important;
}

/* Blockquote */


blockquote p{
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	font-style: italic;
	color: #959595;
}

blockquote {
	margin: 20px 0;
}

/* Blocknumber */

.ts-blocknumber {
  	position: relative;
  	min-height: 45px;
  	padding: 0 0 5px 65px;
}
.ts-blocknumber span {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 18px;
	font-weight: bold;
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: block;
	text-align: center;
	color: #fff;
	
}

.ts-blocknumber span.block-blue{
	background: #E3BE04;
}

.ts-blocknumber span.block-green{
	background: #8DC63F;
}

.ts-blocknumber span.block-orange{
	background: #F65200;
}
.ts-blocknumber span.block-parpel{
	background: #189FC7;
}


.ts-blocknumber span.block-brown{
	background: #C7181E;
}



/* Achievements */
.title-big{
	font-size: 28px;
	margin-bottom: 30px;
	margin-top: 0;
	font-weight:600;
}
.inside-circle {
  	border: 1px solid #c4c4c4;
  	padding: 60px 0;
  	-webkit-transition: 400ms;
  	-moz-transition: 400ms;
  	transition: 400ms;
	margin:30px 0 60px;
}

.inside-circle .circle-icon {
	position: relative;
  	font-size: 68px;
  	display: block;
  	margin-bottom: 30px;
  	-webkit-transition: 400ms;
  	-moz-transition: 400ms;
  	transition: 400ms;
  	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.inside-circle .circle-title{
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.inside-circle:hover .circle-title{
	-webkit-transform: translate3d(0,-20%,0);
	transform: translate3d(0,-20%,0);
}
.inside-circle:hover {
    border: 1px solid #8DC63E;
}
.inside-circle:hover .circle-icon,
.inside-circle:hover .circle-title {
  color: #8DC63E;
}


.inside-circle:hover .circle-icon{
	-webkit-transform: translate3d(0,20%,0);
	transform: translate3d(0,20%,0);
}

.inside-circle .circle-title {
	position: relative;
  	font-size: 16px;
  	font-weight: normal;
  	text-transform: uppercase;
  	-webkit-transition: 400ms;
  	-moz-transition: 400ms;
  	transition: 400ms;
}

/**************contact form************************/
.contact-form {
    margin-top: 40px;
}
.form-control{
	text-shadow: none;
	color: #333333;
	min-height: 45px;
	padding: 5px 20px;
	box-shadow: none;
	border-radius: 0;
	background: none;
	border: 1px solid #6D0303;
}

.form-control:focus{
	box-shadow: none;
	border-color:#8DC63F;
}
 .btn  {padding: 6px 15px;
    text-transform: uppercase;
   
    display: inline-block;
    text-shadow: none !important;
    box-shadow: none !important;
    background-image: none;
    border-radius: 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	
}
.btn-form {
	
border:2px solid #8DC63F;
    color: #FFF;
	background:#8DC63F;
}
.btn-form:hover{ border:2px solid #8DC63F; color:#000; background:none;}

.address-box {
    padding-bottom: 20px;
}
.address-box .media {
    margin: 0;
    font-size: 13px;
}
.address-box i {
    color: #F65200;
    font-size: 13px;
}

/**************************clients page**********************/

 .client_bg{ width:100%; float: left;

    background: #a8ddff url(../images/searvices-bg.png) repeat;
    position: relative;
    padding: 20px;
    color: #343434;
    line-height: 22px; margin:20px 0px;}
	#client_id p{ text-align:justify;}
	#client_id a{ color:#F65200; font-weight:bold;}
	#client_id a:hover{ color:#8DC63F;}
	.client_org_bg img{ background:rgba(223, 240, 216, .57); border:5px solid #DFF0D8; widows:100%; height:100%; padding:10px;}
	
	/**************pagination**************/

#pagingControls ul{display:inline;padding-left:0.5em}
#pagingControls li{display:inline;padding:7px 15px; border:1px solid #CCC;}
	ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul.pagination li a.active {
    background-color: #ddd;
    color: white;
    border: 1px solid #ddd;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

/*************************footer***************************/
.footer {
    background: #BA0718;
	padding:30px 0px;

    color: #fff;
}

.footer-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.footer-address i {
    margin-right: 10px;
    display: inline-block;
}
.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.arrow li {
    width: 50%;
    float: left;
    line-height: 35px;
}
.footer-social a {
    background: rgba(0,0,0,.15);
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 4px;
    text-align: center;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 350ms;
    -ms-transition: all 350ms;
    transition: all 350ms;
}
.footer-social a:hover{ background-color:#890512;}
ul.arrow li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
}
ul.arrow li a {
    color: #fff;
}
ul.arrow li a:hover{ color:#8DC63F;}

.footer-nav {
    padding-top: 10px;
}

.footer-nav li {
    display: inline-block;
    border-right: 1px solid #fff;
    line-height: 12px;
}
.footer-nav li:last-child{ border-right:none;}

.footer-nav li a {
    color: #fff;
    padding: 0 10px;
	font-size:12px;
}
.footer-nav li a:hover{color:#8DC63F;}
ul.twitter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.twitter-list li {
    padding-bottom: 15px;
    font-size: 11.5px;
    padding-left: 30px;
    line-height: 18px;
}
ul.twitter-list li span {
    position: absolute;
    left: 15px;
    font-size: 18px;
}
ul.twitter-list li a.date {
    color:#8DC63F;
}
ul.twitter-list li a.date:hover{ color:#F65200;}
ul.twitter-list li a.date {
    display: block;
}
.qc-form .form-control {
    border: 1px solid transparent;
    background: rgba(0,0,0,.15);
    height: 40px;
    color: rgba(255,255,255,.5);
}
.form-control {
    text-shadow: none;
    color: #333333;
    min-height: 45px;
    padding: 5px 20px;
    box-shadow: none;
    border-radius: 0;
    background: none;
    border: 1px solid #e5e5e5;
}
.qc-form button {
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
	padding:8px 13px;
	color:#F65200;
	border-radius:4px;
	text-transform:uppercase;
}
.qc-form button:hover {
    background: rgba(0,0,0,.3) !important;
    color: #8DC63F !important;
}


.copyright {
    background: #9E0614;

}

.copyright-info {
    color: #fff;
    font-size: 13px;
    border-top: 1px solid rgba(0,0,0,.3);
    max-width: 750px;
    margin: 1px auto 0;
    padding: 4px 0 4px;
}
.copyright-info a {
    color:#8DC63F;
}

.copyright-info a:hover {
    color: #F65200;
}

@media (min-width:768px) and (max-width:1199px) {.reasons-list ul li {
    width: 33.3%;
}
}

@media (min-width:768px) and (max-width:991px){
ul.navbar-nav > li > a{ padding:0px 23px;}
}



@media (min-width:100px) and (max-width:767px){
.top-social a i {
    font-size: 11px;
    width: 25px;
    height:25px;
    line-height: 25px;
}

ul.top-info {
    margin-top: 2px;
}
ul.top-info li {
    float: right;
    font-size: 10px;
    margin-top: 0;
    margin-left: 0;
    line-height: normal;
}
.service-content {
    margin-bottom: 30px;
}

}