.transition {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.radius0 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
html,
body {
	    font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#656565;
	    background-color: #f1f1f1;
    background-image: url(../img/page-background.png);
}
ul,
li {
  margin: 0;
  padding: 0;
}
li {
   
}
img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
	font-family:'Roboto', sans-serif;
	font-weight:700;
	line-height:1.1em;
	color:#666;
	margin: 10px 0px;
}
p {
  color:#666;
  font-family:'Roboto', sans-serif;
  font-size: 15px;
  line-height: 23px;
  margin: 0;
}
p strong {
  display: block;
  padding-bottom: 15px;
      font-family: 'Roboto', sans-serif;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color:#ffffff
}
a:hover,
a:focus {
  color: #ccc;
  text-decoration: none;
}
iframe,
audio,
video {
  
  width: 100%;
  
}
.boxed {
    max-width: 1200px;
    margin: 0 auto !important;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 0 2px rgba(255,255,255,.75);
	background-color:#fff;
}
/*
.btn {
      border: 2px solid #f37c73;
    background: rgb(230, 125, 116);
  border-radius: 3px;
  color: #fff !important;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 45px;
  padding: 0 40px;
  position: relative;
  text-transform: uppercase;
}
.btn:hover {
  background: #fff;
  color: #ff8b38 !important;
}
*/


section#sectioncolor1 {
   
    text-align: center;
        background: #ffffff;
}
section#sectioncolor2 {
      
    
    text-align: center;
        background: #f5f5f5;
		    background: url(../img/banner/pb9.jpg);
			    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.containerdi {  
        padding: 60px 0;
		overflow: hidden;
}

.page-title{
        color: rgba(85, 85, 85, 0.78);
    font-size: 25px;
    /* font-weight: 800; */
    text-transform: uppercase;
    padding: 10px 0px;
    /* font-family: 'Raleway'; */
    /* font-weight: 600; */
    text-transform: uppercase;
    letter-spacing: 0px;
     
}
.page-subtitle {
    color: rgba(0, 0, 0, 0.71);
    font-size: 24px;
    /* font-weight: 800; */
    text-transform: uppercase;
    padding: 10px 0px;
        font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
      
}
 .line{
	    content: '';
    background: #122243;
    height: 2px;
    width: 100px;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    position: relative;
    margin: 10px -50px;
 }
 
 .line1 {
    content: '';
    background: rgb(227, 30, 36);
    height: 2px;
    width: 70px;
    left: 9%;
    margin-left: -30px;
    bottom: 0;
    position: relative;
    margin: 10px -50px;
}

.line2 {
    content: '';
    background: #122243;
    height: 2px;
    width: 100px;
    left: 7%;
    margin-left: -30px;
    bottom: 0;
    position: relative;
    margin: 10px -50px 20px;
}
.line3 {
    content: '';
    background: #122243;
    height: 2px;
    width: 100px;
    left: 14%;
    margin-left: -30px;
    bottom: 0;
    position: relative;
    margin: 10px -50px 20px;
}
.line4 {
    content: '';
    background: #122243;
    height: 2px;
    width: 100px;
    left: 15%;
    margin-left: -30px;
    bottom: 0;
    position: relative;
    margin: 10px -50px;
}
.page-description{
      line-height: 26px;
     
    color: #828181;
       font-size: 17px;
    padding: 15px 4%;
    letter-spacing: 0px;
	    padding-top: 10px;
    
    font-size: 16px;
    line-height: 25px;
}
.page-subtitle1 {
        color: rgba(0, 0, 0, 0.71);
    font-size: 24px;
    /* font-weight: 800; */
    text-transform: uppercase;
    padding: 10px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	text-align:left;
  
      
}
.page-description1{
      line-height: 26px;
    
    color: #828181;
       font-size: 17px;
    padding: 15px 0%;
    letter-spacing: 0px;
	    padding-top: 10px;
    text-align:left;
    font-size: 17px;
    line-height: 25px;
}
a.btn.btn-md.btn-default.btn-block {
       display: block;
    width: 70%;
    margin: 10px;
    background: #e31e24;
    border-radius: 4px;
    color: #fff;
        font-family: 'Roboto', sans-serif;
    font-size: 17px;
    border: none;
    /* font-weight: 700; */
    padding: 15px 15px;
    text-transform: uppercase;
    height: 55px;
}
a.btn.btn-md.btn-default.btn-block:hover {
    background: #122243;
    /* border: 1px solid black; */
}
.panel-body {
      /*   padding: 10px;*/
    /* padding: 20px 20px 20px 20px; */
    /* border-radius: 3px; */
    /* box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3); */
	
}

.panel {
    margin-bottom: 20px;
   /* background-color: #f9f9f9;*/
    border: none;
    border-radius: 4px;
    /* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05); */
    /* box-shadow: 0 1px 1px rgba(0,0,0,.05); */
    /* padding: 45px 20px 20px 20px; */
    border-radius: 0px;
    box-shadow: none;
	    box-shadow: 1px 1px 1px 2px rgba(119, 119, 119, 0.05);
}
.panel .fa-stack {
    position: relative;
    display: inline-block;
      width: 74px;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    color: rgb(18, 34, 67);
}
.item-title {
   
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
   
   
    
    color: #828181;
    
}

.item-title::first-letter { 
    color: rgba(244, 54, 54, 0.92);
}
.itemd {
	    padding: 10px 0px;
    
    font-size: 16px;
    line-height: 25px;
    line-height: 26px;
     
    color: #828181;
    
    padding: 15px 4%;
    letter-spacing: 0px;
}


.panel a.btn.btn-primary {
 padding: 5px 10px;
    margin: 10px;
    font-size: 15px;
    line-height: 20px;
    /* padding: 0 20px; */
    position: relative;
    /* text-transform: uppercase; */
    margin: 10px;
    background: #f9f9f9;
    border: 1px solid #e31e24;
    font-size: 14px;
    /* font-family: inherit; */
    letter-spacing: 0px;
    color: rgba(85, 85, 85, 0.8);
}
.panel a.btn.btn-primary:hover {
      background: #0e1e40;
    color: white;
    border-color: #0e1e40;
}

.spaceline {
	padding:20px 0px;
}

/*navbar */

.navbar-inverse {
    /* background-color: #222; */
    border-color: rgba(0,0,0,.075);
    background: #fff;
    /* border: none; */
    /* border-radius: 0; */
    margin: 0;
    min-height: 60px;
    padding: 5px;
	      box-shadow: 1px 1px 2px rgba(85, 85, 85, 0.28);
	/*FOR FLICKERING */
	-webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
}
a.navbar-brand {
   
    padding: initial;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
    color: #555;
    background: #fff !important;
    border-top: 1px solid rgba(0,0,0,0);
    font-weight: 600;
}
.navbar-inverse .navbar-nav>li>a {
       color: rgba(85, 85, 85, 0.94);
    background: #fff !important;
        border-bottom: 2px solid rgba(0,0,0,0);
    font-weight: 600;
    text-transform: uppercase;
     
	
 
    margin-right: 0;
   /* font-size: 14.4px;*/
    
    
    font-family: "Roboto",sans-serif;
     
     
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.homenav {
    padding: 0px 15px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #a94442;
      background-color: rgba(0,0,0,0);  
       border-bottom: 2px solid #ff5722;
}
 

.homenav .nav-tabs {
  border: none;
  display: inline-block;
  float: left;
  max-width: 150px;
}
  .homenav .nav-tabs li {
  margin-bottom: 1px;
}
  .homenav .nav-tabs li a {
      background: #122243;
  border-radius: 0;
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 22px 30px;
  text-transform: uppercase;
    width: 150px;
}
  .homenav .nav-tabs li a:hover {
  border-color: #333;
  color: #fff;
}
  .homenav .nav-tabs li.active a {
      background: #20396d;
    border-color: #122243;
}
  .homenav .tab-content {
      margin-left: 180px;
}
  .homenav .tab-content .tab-pane {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
  .homenav .tab-content .tab-title {
      color: #333;
       font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
	  
}
  .homenav .tab-content .description {
 padding-top: 10px;
    text-align: left;
        font-size: 16px;
    line-height: 25px;
}

.homenav .tab-content .tabinfo {
    
    margin-top: 109px;
}
.homenav .tab-content  img {
   width: 100%;
    height: 334px;
    box-shadow: 0 0 5px #000, inset 0 0 2px rgba(255, 255, 255, 0.65);
    border: solid 1px rgba(255, 255, 255, 0.4);
    margin-left: 10px;
}


 
.card {
    /* padding: 20px; */
    background-color: #f6f6f6;
    border: solid 1px #e5e5e5;
    margin: 20px 0px;
	  -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.card:hover {
    background-color: #f6f6f6;
    border: solid 1px #ff9699;
    /* margin: 20px 0px; */
    /* text-decoration: none; */
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    transform: scale(1.02);
}
.card img.card-img-top{
	    width: 100%;
    height: 250px;
  
}
 
h4.card-title {
        padding: 15px;
    margin: 0px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
      color: rgb(101, 100, 100);
}
p.card-text {
   padding: 0px 15px;
    line-height: 26px;
     
    color: rgba(119, 119, 119, 0.97);
    font-size: 14px;
    letter-spacing: 0px;
}
.card-block a.btn.btn-primary {
    padding: 5px 10px;
    margin: 10px;
    font-size: 15px;
    line-height: 20px;
    /* padding: 0 20px; */
    position: relative;
    /* text-transform: uppercase; */
    margin: 10px;
    background: #f9f9f9;
    border: 1px solid #fd7272;
    font-size: 14px;
    /* font-family: inherit; */
    letter-spacing: 0px;
    color: rgba(85, 85, 85, 0.8);
}
.card-block a.btn.btn-primary:hover{
       background: #0e1e40;
    color: white;
    border-color: #0e1e40;
}
.page-banner{
	    background: url(../img/banner/pb5.jpg);
    width: 100%;
    /* height: 100%; */
    min-height: 400px;
    background-size: cover;
    background-position: center;
}
.pagebh {
    padding-top: 11%;  
}
.pagebt{
	    color: white;
    text-align: center;
    text-shadow: 1px 1px 0px black;
    display: block;
    color: #fff;
	width: 30%;
      border-radius: 4px;
    text-decoration: none;
      font-size: 2.3em;
     
    /* font-weight: 300; */
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 5px #000, inset 0 0 2px rgba(255, 255, 255, 0.65);
    border: solid 1px rgba(255, 255, 255, 0.4);
    padding: 15px;
    margin: 20px 0;
    transition: all .25s ease;
}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
     
    border-radius: 0px;
	    font-family: 'Roboto', sans-serif;
		background-color: #f5f1f1;
    border-radius: 0px;
    /* border-top: 1px solid #eee; */
    border-bottom: 1px solid #eee;
}
.breadcrumb a{
	    color: #868686;
	
}
.breadcrumb a:hover {
    color: #000000;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "/\00a0";
}
.feature-list {
    padding-top: 0px;
	    text-align: left;
}
.feature-list .item {
    margin-bottom: 30px;
}
.feature-list .item .item-icon {
    float: left;
    height: 40px;
    width: 40px;
    line-height: 35px;
    margin-right: 30px;
    padding: 0;
    text-align: center;
	margin-top: 7px;
}
.item-icon {
  border: 2px solid #F44336;
    border-radius: 50%;
    color: #F44336;
    display: inline-block;
}
.media-body {
    width: 10000px;
}
.feature-list .item .description {
        padding-top: 0px;
    
    color: #828181;
    
    /* padding: 15px 0%; */
    letter-spacing: 0px;
    /* padding-top: 10px; */
    text-align: left;
    font-size: 16px;
    line-height: 25px;
}


.servicestabs .nav-tabs.nav-justified{
	background:none;
}
.servicestabs .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 3px solid #122243 !important;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
    background-color: #f5f5f5;
    
    margin-bottom: 30px;
       max-width: 60%;
    text-align: -webkit-center;
    margin-left: 221px;
}
.nav-tabs.nav-justified li a{
    padding: 15px;
    font-size: 15px;
    line-height: 20px;
    /* padding: 0 20px; */
    position: relative;
    /* text-transform: uppercase; */
    margin: 10px;
    /* background: #f9f9f9; */
    border: 3px solid #ff460c;
    /* border-radius: inherit; */
    font-size: 17px;
    /* font-family: inherit; */
    /* letter-spacing: 0px; */
    color: #555;
    border-radius: initial;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 3px solid #ddd;
}
.border-box {
    background-color: #f9f9f9;
    /* border: solid 3px #eee; */
    /* border-left-color: #e73c3c; */
    padding: 20px;
    margin-bottom: 20px;
}
.border-box ul{
	list-style:none;
	text-align:left;
	
}
img.img-fluid.tm-img {
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
}
.text-service span.fa-stack.fa-4x {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 2em;
    line-height: 0em;
    vertical-align: middle;
    color: rgb(18, 34, 67);
}
.text-service {
    margin: 15px 0px 0px 0px;
}

.text-service-content .item-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #828181;
    text-align: left;
}
.text-service-content .itemd {
    padding: 10px 0px;
    font-size: 16px;
    line-height: 25px;
    line-height: 26px;
    color: #828181;
    /* padding: 15px 4%; */
    letter-spacing: 0px;
    text-align: left;
}
.text-service img {
    width: 200px;
    /*height: 128px;*/
}

ul.process-steps.nav.nav-tabs.nav-justified.margin-top-100 h5{
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #828181;
}
.tab-content.margin-top-30 .tab-content .tab-pane {
    display: block;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 25px;
    line-height: 26px;
    color: #828181;
    /* padding: 15px 4%; */
    letter-spacing: 0px;
    text-align: left;
}

div#accordion .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #928f8f;
    border: 1px solid #ff5722;
    margin-bottom: 15px;
    /* height: 45px; */
	border-radius:4px;
	text-align:left;
}
div#accordion .panel-default>.panel-heading a{
    color: #545454;
	text-transform:uppercase;
}
div#accordion .panel-body p{
    text-align: left;
}
div#accordion .panel-default>.panel-heading a .fa {
    margin-right: 5px;
}

.panel .panel-heading-link a.collapsed:after {
    content: "\f104";
}
.panel .panel-heading-link a:after {
       font-family: 'FontAwesome';
    content: "\f107";
    font-size: 1.2em;
    float: right;
    background-color: #e73c3c;
    color: #fff;
    padding: 5px 0px;
    margin-top: -10px;
    margin-right: -15px;
    width: 33px;
    line-height: 32px;
    text-align: center;
    height: 42px;
    /* border-radius: 4px; */
        border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}