@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/
#header {
  border-bottom: 5px solid #ed4613;
}
#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 10px 0;
  background: #45515d;
  border-bottom: 1px solid #fff;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}



.top-number{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0 20% 0 0;
}

ul.top-number li {
  display: inline-block;
}

ul.top-number li a {
  display: inline-block;
  color: #fff;
  background: #45515d;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.top-number li a:hover {
  background: #ed4613;
  color: #fff;
}




.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0 20% 0 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #45515d;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #ed4613;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #45515d;
  padding: 10px 0;
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 12px;
  text-transform:uppercase;
 }

.navbar-nav>li{
  margin-left: 27px;
  padding-bottom: 15px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #ed4613;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
 /* line-height: 50px; */
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #45515d;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/


#main-slider {
  	position: relative;
	border-bottom: 5px solid #ed4613;  
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 50px;
}

#main-slider .carousel .slide-margin{
  margin-top: 10px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 380px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #c52d2f;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 10px;
  height: 20px;
  background-color: #c52d2f;
   margin: 0 15px 0 0;
   border: 1px solid #c52d2f;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

#goonline {
  background: #f2f2f2;
  padding-top: 10px;
  padding-bottom: 40px;
}



#services {
  background: #000 url(../images/services/bg_services.png);
  background-size: cover;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

#middle {
  background: #f2f2f2;
}

.skill h2{
  margin-bottom: 25px;
}



#partner {
  background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
}

#partner h2, 
#partner h3 {
  color: #fff;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
  background-position: center; 
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}




/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #ed4613;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fff;
  background: #45515d;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #c52d2f;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

#innerpage {
  background: #f2f2f2;
  padding-top: 0px;
  padding-bottom: 40px;
}


/**************************
********* boxes Table CSS *
**************************/

.boxes_heading {
  margin-top: 120px
}

.boxes_heading h2, 
.boxes_heading p {
  color:#4e4e4e;
}

.boxes-area h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}

.boxes-area span {
  font-weight: 700;
  font-size: 18px;
}

.boxes-area h3, 
.boxes-area span  {
  color: #fff;
}

.bx {
  position: relative;
  margin-bottom: 70px;
}

.boxes-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.boxes-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.boxes-area ul li:nth-child(even){
  background:#f5f5f5
}

.boxes-area .box-three img, 
.boxes-area .box-six img {
  position: absolute;
  right: 0 0 0 0;
  top: 0;
}

.boxes-area .heading-one, 
.boxes-area .heading-two, 
.boxes-area .heading-three {
  padding:17px 0;
  border-radius:2px 2px 0 0;
} 

.boxes-area .heading-one, 
.boxes-area .heading-two, 
.boxes-area .heading-three, 
.boxes-area .heading-four, 
.boxes-area .heading-five, 
.boxes-area .heading-six, 
.boxes-area .heading-seven {
  margin-left: -10px
}


.boxes-area .heading-one, 
.boxes-area .box-one .bx-action .btn-primary {
  background: #e24f43
}

.boxes-area .heading-two, 
.boxes-area .box-two .bx-action .btn-primary {
  background:#27AE60;
}

.boxes-area .heading-three,
.boxes-area .box-three .bx-action .btn-primary {
  background: #f39c12;
}

.boxes-area .heading-four, 
.boxes-area .box-four .bx-action .btn-primary {
  background: #5c5c5c
}

.boxes-area .heading-five, 
.boxes-area .box-five .bx-action .btn-primary {
  background: #5c5c5c
}

.boxes-area .heading-six, 
.boxes-area .box-six .bx-action .btn-primary {
  background: #e24f43
;
}

.boxes-area .heading-seven, 
.boxes-area .box-seven .bx-action .btn-primary {
  background: #5c5c5c
}

.boxes-area .bg{
 background: #fafafa 
}

.boxes-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}

.boxes-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}

.boxes-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}

.boxes-area .heading-four h3:before {
  border-color: #424242 transparent transparent;
}

.boxes-area .heading-five h3:before {
  border-color: #424242 transparent transparent;
}

.boxes-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent;
}

.boxes-area .heading-seven h3:before {
  border-color: #424242 transparent transparent;
}

.boxes-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}

.small-boxes h3:after {
  height:94px;
}

.small-boxes h3:before {
  top: 74px;
}

.bx-action {
  height: 40px;
}

.boxes-area .bx-action .btn-primary {
  position: relative;
  padding:5px 20px;
  color: #fff
;
  margin-top: 5px;
}

.boxes-area .bx-action .btn-primary:before {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
  z-index: -1;
}

.boxes-area .bx-action .btn-primary:after {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  width: 0;
  z-index: -1;
}

.boxes-area .box-two .bx-action .btn-primary:before, 
.boxes-area .box-two .bx-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}

.boxes-area .box-three .bx-action .btn-primary:before, 
.boxes-area .box-three .bx-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}

.boxes-area .box-four .bx-action .btn-primary:before, 
.boxes-area .box-four .bx-action .btn-primary:after, 
.boxes-area .box-five .bx-action .btn-primary:before, 
.boxes-area .box-five .bx-action .btn-primary:after, 
.boxes-area .box-seven .bx-action .btn-primary:before, 
.boxes-area .box-seven .bx-action .btn-primary:after  {
  border-color: #424242 transparent transparent;
  right: -9px;
}

.boxes-area .box-six .bx-action .btn-primary:before, 
.boxes-area .box-six .bx-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}



.banner-button {
	position:absolute;
	width:66%;
	min-height:60px;
	padding:1% 2% 1% 2%;
	color:#FFFFFF;
	font-size:23px;
	font-weight:300;
	margin:5% 0 0 40%;
}
.banner-button a{
	color:#d3e4fe;
	font-size:18px;
}

.btn {
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	padding: 8px 14px;
}

.btn-danger {
	background-color: #ed4613 !important;
	border:none;
	box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.2) inset !important;
	-webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.2) inset !important;
	color: #FFFFFF;
	font-weight:600;
	margin:-20% 0 0 60%;
}
.btn-danger:hover {
	background-color: #ed4613 !important;
}


.dropbox014 {
	position:absolute;
	z-index:100000;
	background:#FFFFFF;
	right:0;
	margin: 4% 0 0 0;
	width:280px;
	padding:5px;
}



.form{
	width:100%;
	float:left;
	}	
.form input, .form textarea{
	background:#303235;
	height:30px;
	font-size:13px;
	color:#FFFFFF;
	padding:0 0 0 5px;
	border:0px;
	-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
	margin:0 0 5px 0;
	width:100%;
	}	
.form textarea{
	height:50px;
	font-family:open sans;
	}	
.form input[type='button']	{
	background:#2578d9;
	font-size:13px;
	color:#ffffff;
	width:50px !important;
	float:right !important;
	margin:0 10px 0 0 !important;
	text-align:center !important;
	padding:0px;
	cursor:pointer;
	}
.form input:hover, .form textarea:hover
{
  outline: none;
  border-color: #AAA;
}
.form input:focus, .form textarea:focus
{
  outline: none;
  border-color: #888;
}	
	
/* ------------------------------------------------------------------------ */
/*  BACK TO TOP BUTTON
/* ------------------------------------------------------------------------ */
#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	display: none;
}
#back-to-top a {
	display: block;
	width: 40px;
	height: 40px;
	background: #ccc;
	color:#fff;
	font-size:26px;
	text-align:center;
	line-height:35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
#back-to-top a:hover {
	background-color: #000;
}
/* ------------------------------------------------------------------------ */
/*  Ticker
/* ------------------------------------------------------------------------ */
.ticker{
display:none; 
overflow:hidden; 
background-color:#FFFFFF; 
width:100%;
}

