@charset "utf-8";
/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/arabic_bootstrap.min.css");
/* @import url("bootstrap/bootstrap-theme.min.css"); */
/*Animations*/
/* @import url("animations/animate.css"); */


/*Icons Font-Awesome*/
@import url("icons/font-awesome.min.css");


/* ---------------------------------------------------------------------- */
/*	02 Basic Elements
/* ---------------------------------------------------------------------- */

/* Standar Styles --------------------------------------------------------*/
html{
	font-size: 100%;
}
body{
	font-size: 14px;
	direction:rtl;
	/*font-family: Bahnschrift semilight;*/
    font-family: 'Rubik', sans-serif !important;
	/*font-family: 'Roboto', sans-serif !important;*/
	font-style: normal;
	line-height: 26px;
	padding-top: 116px;
	color: #777;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	/*background: url("../img/bg-theme/1.png");*/
}
h1, h2, h3, h4, h5, h6 {	
	/* padding: 5px 0 15px 0; */	
	margin: 0;	
	color: #333;
	
	/*font-family: 'Rubik', sans-serif;
*/	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
h1,
.h1 {
  font-size: 2.225rem;
  line-height: 2.8rem;
  
}
h2,
.h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
 
}
h3,
.h3 {
  font-size: 1.5rem;
  line-height: 2.125rem;

}
h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
 
}
h5,
.h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  
}
h6,
.h6 {
  line-height: 15px;
  
}
p{
	margin: 0 0 20px 0;
	font-size: 0.875rem;
	
	line-height: 1.5rem;
}
p:last-child {
  margin-bottom: 0px;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
a.btn{
	margin-right: 20px;
}
.btn-primary{
	color: #fff;
	font-size: 0.875rem;
	border-color: #da291c !important;
	
	background-color: #da291c !important;
}
.btn-primary:hover{
	border-color: #da291c !important;
}
.btn-primary:focus, .btn-primary:hover{
background-color: #da291c !important;
color:#fff !important;
}
.btn-warning{
	background-image: linear-gradient(to bottom,#da291c 0,#da291c 100%);
	background-repeat: repeat-x;
    border-color: #da291c;
}
.btn:hover{
	opacity: 0.8;
}
.btn-primary:hover{
	color: #fff;	
}
.no-pad-left{
	padding-left: 0 !important;
}
 .paddings{
 	padding: 25px;
 }
.padding-top{
	padding-top: 25px;
}
.padding-bottom{
	padding-bottom: 25px;
}
.padding-top-mini{
	padding-top: 15px;
}
.section-gray{
	/*background-color: #f7f7f7;*/
	background-color: #d2d0d0;
}
.section-white{
	background-color: #fff;
}
.borders{
	border-top: 1px solid #cbd8d8;
	border-bottom: 1px solid #cbd8d8;
}
.border-top{
	border-top: 1px solid #cbd8d8;
}
.border-bottom{
	border-bottom: 1px solid #a09e9e;
}
.border-left{border-right:3px solid #fff;}
/*.textmarqueehover:hover{
	color:#000;
	cursor: pointer;
}*/
.textmarqueehover2:hover{
	color:#2e9a9a;
	cursor: pointer;
}
.title-subtitle span{
	display: block;
	font-size: 1.25rem;
	line-height: 1.875rem;
	font-weight: 300;	
}
.title-subtitle{
	padding: 0 0 10px 0;
}
.position-relative{
	position: relative;
}

div.show-grid [class*="col-md-"] span.show-grid-block {
	background-color: #dedede;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
	border: 1px solid #FFF;
	display: block;
}
div.fontawesome-icon-list [class*="col-md-"] {
	margin-bottom: 10px;
}
div.fontawesome-icon-list i {
	margin-right: 10px;
}
div.fontawesome-icon-list a{
	color: #777;
	font-size: 14px;
}

.carousel-indicators {	
	bottom: -7px;	
}
.icon-section{
	font-size: 250px;
	color: #f8f8f8;
	z-index: 0;
	position: absolute;	
}
.icon-section.right{
	right: 3%;
}
.icon-section.left{
	left: 3%;
}
.icon-section.top{
	top: 12%;
}
.icon-section.bottom{
	bottom: 3%;
}
.pagination > .active > a{
	color: #fff !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #ddd;
}
.image-container {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
}
.image-container.pull-right{
	right: 0;
}
.background-image-holder{
	height: 100%;
	width:100%;
}
.overflow-hidde{
	overflow: hidden;
}

/* Dark Light -----------------------------*/
.style-light{
	background: #fff;
	background-color: #fff;
}

hr.tall {
    margin: 14px 0;
    border: 0;
    height: 1px;
    background: #fff;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
}
/* Dark Skin -----------------------------*/.style-dark,
.style-dark header,
.style-dark .titles-heading h1,
.style-dark .clients .title-downloads .logo-clients,
.style-dark .responsive-numbers,
.style-dark .subtitle-downloads h4,
.style-dark .box li:hover,
.style-dark .boxes-info,
.style-dark .is-sticky header,
.style-dark .item-table{
	color: #dedede !important;
	background: #232323;
	background-color: #232323;
}
.style-dark .section-gray,
.style-dark .info-head,
.style-dark .box,
.style-dark .table-header{
	color: #dedede !important;
	background: #191919;
	background-color: #191919;
}
.style-dark .title-section{
  background: #191919 !important;
  border-bottom: 1px solid #444;
}
.style-dark .box{
	border-color: #444;
}
.style-dark h1,
.style-dark h2,
.style-dark h3,
.style-dark h4,
.style-dark h5,
.style-dark h6,
.style-dark .sf-menu li a,
.style-dark .sf-menu li ul li a:hover,
.style-dark .boxes-info h3,
.style-dark .btn,
.style-dark a{
	color: #fff !important;
}
.style-dark .sf-menu li ul li a,
.style-dark .item-work .info-work,
.style-dark .item-work .info-work h4,
.style-dark .feature-element li .cirle-feature{
	color: #131313 !important;
	z-index: 9999 !important;
}
.style-dark .borders,
.style-dark .border_bottom,
.style-dark .border_top,
.style-dark .info-head,
.style-dark .box li{
	border-color: #444 !important;
}
.style-dark .opacy_bg_01 h3,
.style-dark .opacy_bg_01 h1,
.style-dark .opacy_bg_01 .btn,
.style-dark .icon-section,
.style-dark .info-comment p{
	 color: #444 !important;
}
/* Content Info --------------------------*/
.content_info{
	position: relative;
	width: 100%;
}
/* Dark Secion -----------------------------*/
.info_dark{
	background-color: #191919;
	background: #191919;
	color: #dedede !important;
}
.info_dark h1,
.opacy_bg_02 h1,
.opacy_bg_03 h1,
.opacy_bg_04 h1,
.info_dark h2,
.opacy_bg_02 h2,
.opacy_bg_03 h2,
.opacy_bg_04 h2,
.info_dark h3,
.opacy_bg_02 h3,
.opacy_bg_03 h3,
.opacy_bg_04 h3,
.info_dark h4,
.opacy_bg_02 h4,
.opacy_bg_03 h4,
.opacy_bg_04 h4,
.info_dark h5,
.opacy_bg_02 h5,
.opacy_bg_03 h5,
.opacy_bg_04 h5,
.info_dark h6,
.opacy_bg_02 h6,
.opacy_bg_03 h6,
.opacy_bg_04 h6,
.info_dark i,
.info_dark span{
	color: #fff !important;
}
.borders{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.border_top{
	border-top: 1px solid #eee;
}
.border_bottom{
	border-bottom: 1px solid #eee;
}


/* Title Heading ---------------------------------------------*/
.titles-heading{
	position: relative;	
	text-align: center;
}
.titles-heading h1{
	background-color: #fff;
	margin: 0 auto;
	width: 28%;
	font-size: 34px;
	padding: auto 20px;
	z-index: 2;
	position: relative;
}
.titles-heading h1 span{
	font-size: 14px;
	display: block;
	color: #777;
}
.titles-heading h1 i{
	font-size: 1.5em;
	margin: auto 10px;	
}
.titles-heading .line{
	height: 1px;
	z-index: 1;
	background-color: #dedede !important;
	width: 80%;
	left: 10%;
	position: absolute;
	top:48%;
}
.section-gray .titles-heading h1{
	background-color: #f7f7f7;
}

/* Titles Resalt-------------------------------------*/
h2.title-resalt{
	color: #fff;
	font-weight: normal;
	font-size: 26px;
	text-align: center;
}
h2.title-resalt span{
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	margin: auto 10px;
}

/*  Header -------------------------------------------*/
.navbar_top{
    height: 115px;
    color: #000;
    background-color: #fff;
    border-bottom: 2px solid #da291c;
    text-transform: uppercase;
}
.navbar, .dropdown-menu{

background:#fff;
color:#000;
}
 .dropdown:hover .dropdown-menu {
 	display: block;
    margin-top: 0; 
 }
.navbar-brand>img{
	    display: block;
       /*  margin: 3px -34px; */
           margin: 6px 34px;

}
.nav>li>a{padding: 6px 15px!important;}
/*.nav>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a, .dropdown-menu>li{
  border-bottom: 3px solid #29c0d3;
}
*/
.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  border-bottom: 3px solid #da291c;
  background: #fff;
  color:#000;
}
.navbar a, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{
 color: #000;
 padding: 11px 30px;

}
.dropdown-menu{
      -webkit-box-shadow: none;
    box-shadow:none;
    color:#eee;

}


/*.nav li:hover:nth-child(8n+1), .nav li.active:nth-child(8n+1){
  border-bottom: #29c0d3 3px solid;
}
.nav li:hover:nth-child(8n+2), .nav li.active:nth-child(8n+2){
  border-bottom: #29c0d3 3px solid;
}
.nav li:hover:nth-child(8n+3), .nav li.active:nth-child(8n+3){
  border-bottom: #29c0d3 3px solid;
}
.nav li:hover:nth-child(8n+4), .nav li.active:nth-child(8n+4){
  border-bottom: #29c0d3 3px solid;
}
.nav li:hover:nth-child(8n+5), .nav li.active:nth-child(8n+5){
  border-bottom: #29c0d3 3px solid;
}
.nav li:hover:nth-child(8n+6), .nav li.active:nth-child(8n+6){
  border-bottom: #29c0d3 3px solid;
}
.nav li:hover:nth-child(8n+7), .nav li.active:nth-child(8n+7){
  border-bottom: #29c0d3 3px solid;
}
.nav li:hover:nth-child(8n+8), .nav li.active:nth-child(8n+8){
  border-bottom: #29c0d3 3px solid;
}
*/
.navbar-toggle .icon-bar{
    color: #fff;
    background: #fff;
}

/*  Title Section  -----------------------------------------*/
.title-section{
	background-color: #f7f7f7;
	/*background: #f7f7f7 url("../img/patterns/cubes.png");*/
	/*border-bottom: 1px solid #cdcdcd;
	padding: 25px 0;*/
}

.title-section .crumbs,
.title-section .crumbs a{
	color: #999;
	font-size: 13px;
	padding: auto 4px;
}
.title-section .title h1{
	position: relative;
	display: inline;
	margin-left: -15px;
}
.title-section .title{
	padding-bottom: 15px;
	margin: 0 0 20px 0;
}
.title-section .subtitle-section{
	padding: 6px 22px;
	margin-left: 15px;
	font-size: 14px;	
	line-height: 25px;
	color: #fff;	
	top: -6px;	
}
.title-section .title .line-title{
	width: 100%;
	height: 4px;
	left: 0;
	bottom: 0;
	position: absolute;
}
.search{
	padding-top: 5px;
	margin-right: -15px;
}
.search input{
	font-size: 12px;
	border-right: 0;
}
.info-title-section .incon-title{
	text-align: center;
}
.info-title-section i{
	font-size: 4em;
}
.info-title-section p{
	margin: 0;
}
.subtitle-section{
	position: relative;
}
.subtitle-section .left{
	position: absolute;
	left: -10px;
	top: 0;
	width: 11px;
	height: 100%;
}
.subtitle-section .right{
	position: absolute;
	right: -11px;
	top: 0;
	width: 11px;
	height: 100%;
}

/* ---------------------------------------------------------------------- */
/*	04 General Structure
/* ---------------------------------------------------------------------- */


/*  Item Services ------------------------------------------*/
.item-service{
	/*margin-bottom: 50px;*/	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
	margin: 6px;
}

.border-right{
	border-right: 2px solid #fff;
	padding-right: 5px;
}
/* .reg_wth{
	width: 124px;
    margin-left: 20px;
} */
.m-l_a{
	margin-left:20px;
}
.item-service p{
/*	max-width: 500px;*/
   width: 560px;
	margin: 0 auto;
}
.services-no-margin .item-service{
	margin-bottom: 0;
}
.head-service{
	margin-bottom: 6px;
}
.head-service_statics{
	margin-bottom: 3px;
}
.head-service h4, 
.head-service h5{
	padding: 0;
	margin: 0;
}
.head-service h5{
	line-height: 20px;
	font-style: italic;
}
.head-service i{	
	    border-radius: 50%;
    font-size: 12px;
    line-height: 22px;
    width: 26px;
    height: 26px;
    text-align: center;
}
.item-service:hover .head-service i{
	color: #fff;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

/*  Slide Services ------------------------------------------*/
.animation-services{
	overflow: hidden;
}
.animation-services .text-center .image-big{
	max-width: 100%;
	padding-top: 20px;
}
.animation-services .image-animations{
	position: relative;
}
.animation-services .image-animations .image-big{
	max-width: 95%;
	padding-top: 30px;
	opacity: 0;
}
.animation-services iframe{
	width: 100%;
	height: 330px;
	border: 0;
}
.animation-services .image-animations .icons{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;	
}
.animation-services .image-animations .icons li{
	position: absolute;	
	width: 70px;
	height: 70px;	
	opacity: 0;
}
.animation-services .image-animations .icons li img{
	width: 100%;
}
.animation-services .image-animations .icons li.one{
	left: 5%;
	top:0%;
}
.animation-services .image-animations .icons li.two{
	right: 40%;
	top:5%;
}
.animation-services .image-animations .icons li.three{
	left: 20%;
	top:35%;
}
.animation-services .image-animations .icons li.four{
	right: 35%;
	top:45%;
}

/* Feature Element ------------------------------------------*/
.feature-element li{
	position: relative;
	display: block;
	padding-bottom: 40px;
}
.feature-element li:last-child{
	padding-bottom: 0;
}
.feature-element li .line-feature{
	height: 1px;
	background-color: #cdcdcd;
	width: 67%;
	float: left;
	margin-top: 36px;
	position: relative;
}
.feature-element li .line-feature i{
	position: absolute;
	font-size: 18px;
	top: -9px;
	left: -4px;
}
.feature-element li .cirle-feature{
	background-color: #fff;
	text-align: center;
	padding-top: 23px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	float: left;
	font-size: 22px;
}
.feature-element .text-feature{
	font-size: 14px;
	line-height: 23px;
	font-weight: lighter;
	margin-left: -5px;
}
.feature-element .text-feature h4{
	padding: 0;
}

/*  Item Services Carousel ------------------------------------------*/
#services-carousel{
	margin-bottom: -10px;	
	margin-top: 53px;
}
.services-carousel{
	overflow: hidden;	
	height: 405px;
}
.services h2{
	text-align: center;
}
.item-service-carousel{
	margin: 0 0 0 8% ;
	text-align: center;	
	background-color: #fff;
	border-left: 1px solid #cbd8d8;
	border-right: 1px solid #cbd8d8;
	z-index: 99;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.item-service-carousel:hover{
	cursor: move;
	margin-top: -36px;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.item-service-carousel i{
	font-size: 2em;
	padding-top: 0px;
	color: #131313;
}
.item-service-carousel h4{
	border-left: 1px solid #fff;
	color: #fff;
	padding: 0 0 0 20px;
	padding-top: 3px;
	text-align: left;
	margin-left: -20px;
}
.item-service-carousel p{
	text-align: left;
	padding: 20px 20px 0 20px;
	font-size: 14px;
	line-height: 22px;
}
.item-service-carousel a{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
.item-service-carousel a:hover{
	text-decoration: none;
}
.item-service-carousel .row{
	margin: 0;
}
.item-service-carousel .color{
	padding: 10px 0;
}
.item-service-carousel .color-small{
	padding: 5px 0;
}

/* Boxes -----------------------------------------------------*/
.boxes h1{
	color: #fff;
	text-align: center;
}

/* Boxes Info ----------------------------------------------*/
.boxes-info{
	background-color: #fff;
	text-align: left;
	padding: 20px;
	border: solid 1px #dedede;
}
.boxes-info h3{
	font-weight: 800;
	color: #333 !important;
}
.boxes-info h3 i{
	float: right;
	color: #666;
	font-size: 40px;
	margin-top: -5px;
}
.boxes-info h5{
	padding: 10px 0;
	margin-bottom: 20px;
	font-weight: 800;	
}
.boxes-info p{
	color: #777 !important;
}

/*  Clients ------------------------------------------------*/
.responsive-numbers{
	background-color: #fff;
}
.clients{
	text-align: center;
}
.clients .title-downloads{
	font-weight: 400;
	z-index: 5;
	position: relative;
}
.clients .title-downloads .responsive-numbers span{
	background-color: #131313;
	color: #fff;
	padding: 10px 15px;
	border-radius: 8px;
	font-weight: bold;
}
.clients .title-downloads .logo-clients{
	background-color: #fff;
	color: #131313;
	padding: 0;
	border-radius: 0;
}

/* subtitle-downloads -----------------------------------------------------*/
.subtitle-downloads{
	margin-top: 30px;
	position: relative;	
	z-index: 5;
}
.subtitle-downloads h4{
	background-color: #fff;
	margin: 0 auto;
	width: 28%;
	z-index: 2;
	position: relative;
}
.subtitle-downloads h4 i{
	font-size: 2em;
	margin: auto 10px;
}
.subtitle-downloads .line{
	height: 1px;
	z-index: 1;
	background-color: #dedede !important;
	width: 80%;
	left: 10%;
	position: absolute;
	top:48%;
}

/* image-clients-downloads -----------------------------------------------------*/
.image-clients-downloads{
	margin: 25px auto 0 auto;
	display: table;
}
.image-clients-downloads li{
	display: inline-block;
	width: 60px;
	margin: auto 5px;
	border: solid 1px #ddd;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.image-clients-downloads li:hover{
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.image-clients-downloads li img{
	width: 100%;
}

/* Sponsors -----------------------------------------------------*/
.sponsors{
	position: relative;
}
#sponsors{
	border-bottom: 1px solid #444;
	margin: 40px 0 100px 0;
	padding-bottom: 10px;
}
.sponsors .circle{
	position: absolute;
	background-color: #5b5b5b;
	border-radius: 50%;
	padding: 20px 22px;
	left: 47.5%;
	bottom: -35px;
	z-index: 99999;
}
.sponsors .circle i{
	color: #fff;
	font-size: 2em;
}

/* Lates Post And Testimonials -----------------------------------------------------*/
.post-testimonials h3{
	border-bottom: 1px solid #dedede;
}
.box{
	background-color: #f8f8f8;
	margin-top: 30px;
	border: solid #dedede 1px;	
	height: 430px;
}
.box li{	
	padding: 20px 0 10px 0;
	margin-left: 0px;
	margin-right: 0;
	width: 100%;
	border-bottom: 1px solid #dedede;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	transition: 0.2s all ease;
}
.box li:last-child{
	margin-bottom: 0px;
	border-bottom: 0;
}
.box li:hover{
	background-color: #fff;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	transition: 0.2s all ease;
}

/* Lates Post -----------------------------------------------------*/
.box .date{
	background-color: #fff;
	text-align: center;
	width: 75%;
	margin: 0 auto;
	font-weight: 300;
	padding-bottom: 10px;
	color: #131313;
	font-size: 23px;
	border-radius: 2px 2px 0 0;
	border: solid #dedede 1px;
	border-bottom: double 4px #dedede;
}
.box .date span i{
	padding-right: 5px;
}
.box .date span{
	display: block;
	border-radius: 2px 2px 0 0;
	color: #fff;
	padding: 2px 0;
	margin-bottom: 6px;
	font-size: 14px;
}
.info{
	border-left: 1px solid #dedede; 
	margin-left: -10px;
	padding-left: 15px;
	margin-top: 5px;
}
.info h4{
	padding: 5px 0 0 0;
}
.info p{
	font-size: 14px;
}
.box .link{
	text-align: center;
	margin-top: 35%;
	width: 100%;
}
.box .link i{
	font-size: 2em;
}

/* Testimonials -----------------------------------------------------*/
.box .photo{
	border: 1px #dedede solid;
}
.box .photo img{
	width: 100%;
	border: 3px solid #fff;
}
.box .name h4{
	padding: 0 0 5px 10px;
	line-height: 20px;
	margin: 10px auto 16px auto;
	margin-left: -10px;
	border-left: 1px #dedede solid;
}
.box .name span{
	display: block;
	font-size: 14px;
}

/* More Services ------------------------------------------------------*/
.box .image-more-service{
	background-color: #fff;
	text-align: center;
	width: 75%;
	margin: 0 auto;
	font-weight: bold;
	font-size: 26px;
	border: solid #dedede 1px;
}
.box .image-more-service i{
	font-size: 2em;
	line-height: 1.4em;
}


/* important-info -----------------------------------------------------*/
.important-info {
	overflow: hidden;
}
.important-info h1{
	font-weight: bold;
	padding: 0;
}
.important-info .btn{
	background-color: #131313;
	color: #fff;
	font-size: 14px;
}
.important-info .btn:hover{
	color: #fff;
	text-decoration: none;
}
.important-info p, .important-info h1 span{
	color: #fff;
}
.important-info i{
	font-size: 16em;
	color: #fff;
	margin-top: -10px;
	float: right;
}
.important-info img{
	max-width: 100%;
}
.important-info .lead{
	margin: 30px auto;
}
.important-info .text-center{
	position: relative;
}
.important-info .title{
	position: absolute;
	bottom: -38px;
	left: 0;
	text-align: center;
	width: 100%;
}
.important-info .title h1{
	color: #fff;
	font-size: 160px;
	font-weight: bold;
	line-height: 170px;	
	text-shadow: 3px 3px 0 #000;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.5);
}

/* Footer -----------------------------------------------------*/
footer{
	background-color: #191919;	
}
.footer-top, .footer-bottom{
	background: #27292B;
}
.footer-top{
	text-align: center;
	padding: 30px 0;
}
.footer-top h3{
	padding: 0;
	font-weight: 300;
	font-size: 1.25rem;
}
.footer-top h3 a{
	color: #f5f5f5;
}
.footer-center{
	padding-bottom: 40px;
}
.footer-center .item-center{
	position: relative;	
	padding: 35px 0 0 0;
	text-align: center;
	cursor: pointer;
}
.footer-center .item-center:after {
  -webkit-transition-duration: 0.3s;
  content: '';
  right: 50%;
  margin-right: -10px;
  top: -10px;
  position: absolute;
  z-index: 999;
  border-bottom: 10px solid #191919;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.footer-center .item-center:hover i{
	margin-top: -20px;
	cursor: pointer;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.footer-center .item-center .arrow_footer{
	position: absolute;
	opacity: 0.9;
	width: 100%;
	height: 15px;
	left: 0;
	top: -15px;
}
.footer-center .item-center h4{
	padding-bottom: 0;
}
.footer-center .item-center i{
	font-size: 1.8em;
	line-height: 1.4em;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.footer-center .item-center p{
	color: #ddd;
	max-width: 88%;
	margin: 0 auto;
}
.footer-center .top{
	background-color: #333333;
	height: 1px;
	width:100%;
	margin: 40px auto;
	overflow: auto;
}
footer h4, footer h3, footer i{
	color: #f5f5f5;
	text-shadow: 1px 1px 1px #000;
}
footer p, footer .twitter{
	color: #ddd;	
	font-size: 14px;
	line-height: 23px;
}
.twitter .owl-controls{
	margin-top: 20px;
}
.footer-center .fa-twitter,
.footer-top .fa-twitter{
	font-size: 2.5em;
	float: left;
	margin-right: 20px;
	color: #29c0d4;
}
.footer-top .fa-twitter{
	float: none;
}
footer .border-right{
	border-right: 1px solid #333;
	padding-right: 25px;
}
footer form{
	padding:10px 0 20px 0;
}
footer .btn{
	border:0;
	font-size: 16px;
	border-radius: 0 3px 3px 0;
	font-weight: 300;
	height: 40px !important;
}
footer .btn:hover{
	color: #f5f5f5;
}
footer .input-group-addon, footer input{
	background: #f5f5f5;
	border: 0;
	height: 40px !important;
}
footer .input-group-addon i{
	color: #131313;
	text-shadow: 1px 1px 1px #ccc;
}
footer .links li{
	color: #f5f5f5;
	line-height: 32px;
}
footer .links li a{
	color: #f5f5f5;
	padding-left: 7px;
	font-size: 14px;
}

/* .footer-bottom{
	padding: 30px 0 25px 0;
} */
.footer-bottom ul li{
	display: inline-block;
	margin: 0 10px;
}
.footer-bottom ul li a{
	color: #f5f5f5;
	font-size: 10px;
}
.menu-footer{
	padding: 5px 0 0 10px;
}
.logo-footer{
	float: left;
}
.logo-footer h2{
	color: #f5f5f5;
	line-height: 30px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0 10px 0 0;
}



/* Top -----------------------------------------------------*/
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#da291c;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/* Works Styles ------------------------------------*/
#works .item-work {
	max-width: 280px;	
}
#works .item-work:first-child{
	margin-left: 40px;
}
.works-no-margin .item-work {
	max-width: 100% !important;	
}
.works-no-margin .item-work:first-child{
	margin-left: 0 !important;
}
.works-no-margin .item-work img{
	width: 100% !important;	
}
.works-no-margin  .item-work  .info-work{
	border:solid 1px #cdcdcd;
	border-left: 0;
}
.item-work  img{
	display: block;
  	height: auto;
  	max-width: 100%;
}
.item-work .hover{
	position: relative;
	overflow: hidden;
}
.item-work  .info-work{
	font-size: 14px;
	padding: 10px 5px;
	background: #fff;
	border:solid 1px #cdcdcd;
	border-top: 0;	
	text-align: center;	
}
.item-work .info-work h4{
	padding: 0;
	font-weight: 300;
}
.item-work .info-work p{
	font-size: 13px;
	line-height: 23px;
}
.item-work .info-work .icons-work{
	display: inline;
	padding: 12px 20px;
	margin-top: 15px;
}
.item-work  .info-work i{
	padding: 0 5px;
	color: #131313;
	font-size: 16px;
}
.item-work  .info-work i:hover{
	cursor: pointer;
}
.overlay{
	position: absolute;	
	left: 0;
	top: 0px;
	opacity: 0;	
	width: 100%;
	height: 100%;	
	z-index: 1;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.item-work:hover .overlay{
	opacity: 1;
	cursor: pointer;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.portfolioContainer .item-work{
	margin-bottom: 30px;
}
.carousel img{
	width: 100%;
	
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	font-size: 50px;
}
.technologies{
	margin: 25px 0;
}
.technologies i{
	font-size: 2em;
	margin:auto 10px;
}
.list li{
	line-height: 35px;
}
.list li i{
	padding-right: 8px;
	font-size: 14px;
}
#slide-services .item-work{
	margin-bottom: 25px;
}
#slide-services .item-work h4{
	font-size: 14px;
}

/* Filters ---------------------------------*/
.portfolioFilter{
	text-align: right;
	margin-bottom: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
.portfolioFilter a{
	margin: auto 10px;
	color: #131313;
	font-size: 14px;
	padding-bottom: 13px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.portfolioFilter a:hover{
	text-decoration: none;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
   -webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
   transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* Team ---------------------------------*/
.slide-team img{
	max-width: 	100%;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.slide-team img:hover{
	opacity: 0.7;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.slide-team .btn{
	margin: 0 0 25px 0;
	padding: 8px 25px;	
}
.slide-team .title-subtitle{
	padding: 0;
}
.slide-team .title-subtitle span{
	line-height: 24px;
	padding-bottom: 5px;
}
.slide-team .text-right{
	float: right;
	padding-right: 10px;
	font-style: italic;
	font-size: 12px;
}
.slide-team .social li:first-child{
	margin-left: 0;
}


/* Tabs -------------------------------------*/
.tabcontent{height:533px;}
.tab-content{
	padding: 13px;
	border:solid #dedede 1px;
	border-top: 0;
	
	/*border-radius: 0 0 5px 5px;*/
	background-color: #fff;
}
.post-image{
	float: left;
	margin-right: 10px;
}
.post-info{
	font-size: 14px;
	line-height: 22px;
}
.simple-post-list li{
	border-bottom: 1px dotted #E2E2E2;
	min-height: 62px;
	padding: 15px 0;
}
.simple-post-list li:last-child{
	border-bottom: 0;	
}
.tabs .nav li i{
	padding-right: 5px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
color: #fff;
    cursor: default;
    background-color: #505759;
    border: 1px solid #da291c;
    border-bottom-color: transparent;
}
/* ACCORDION ------------------------------------------*/
.accordion-trigger h3{
	margin: 0 10px;
}
.accordion-trigger{
	text-decoration: none;
	padding:10px 10px 10px 25px;
	margin:0 0 15px 0;
	cursor: pointer;
	border: 1px solid #f0f0f0;
	background: #f9f9f9 url("../img/toggle.png") no-repeat right 14px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.accordion-trigger i{
	padding-right: 10px;
	font-size: 18px;
}
.accordion-trigger:hover{	
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.accordion-container{	
	padding:10px 0;
}
.accordion-container p{
	margin: 0 0 10px 0;
}


/* Blog -----------------------------------------------------------------*/
.post .post-meta{
	font-size: 12px;
	border: solid 1px #dedede;
	padding: 3px 7px;
	margin: 10px 0;
	display: block;
}
.post .post-meta span,
.post .post-meta i{
	padding: 0 0 0 3px;
	color: #777;
}
.post {
	border-bottom: 1px solid #DDD;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.post .post-image{
	width: 100%;
	margin-bottom: 5px;
}
.post .post-image img{
	width: 100%;
}
.post h3 a:hover,
.post h2 a:hover{
	text-decoration: none;
}
.post h3{
	padding: 0;
	font-weight: 200;
}
.tags a {
	border: 1px solid #e6e6e6;
	color: #696969;
	font-size: 12px;
	padding: 6px 10px;
	margin: 0 0px 4px 0;
	display: inline-block;
	border-radius: 2px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.tags a:hover {
	border: 1px solid #131313;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.tags i{
	padding-right: 5px;
}

/* BLOG POST Autor ------------------------------------------------------------*/
.autor{
	border-bottom: 1px solid #dedede;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.autor h4{
	padding-top: 5px;
}
.autor h3 i,
.comment-post h3 i{
	padding-right: 10px;
}
.content-autor{
	border:1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 30px;
}
.content-autor p{
	margin:10px 0 0 0;
	padding: 0 10px 0 0;	
}
.image-autor{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid 4px white;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
	-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.15000000000000002);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
	width: 100px;
	height: 100px;
	-webkit-border-radius: 70.799999999999997px;
	-moz-border-radius: 70.799999999999997px;
	border-radius: 70.799999999999997px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
}
.image-autor img{
	width: 100%;
}

/* BLOG POST COMMENTS ------------------------------------------------------------*/
.image-visitor{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 40.799999999999997px;
	-moz-border-radius: 40.799999999999997px;
	border-radius: 40.799999999999997px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #888;
	border: solid 4px white;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
	-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.15000000000000002);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.image-visitor img{
	width: 100%;
}
.comment-post{
	border-bottom: 1px solid #dedede;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.comment-post h6{
	text-align: center;
	line-height:15px;
	padding-bottom: 5px;
	margin-top: 5px;
}
.comment-post .date{
	display: block;
	text-align: center;	
	font: 400 .75em/1 tahoma,sans-serif;
	margin: .2em;
	color: #888;
}
.comment-post  .info-comment{	
	position: relative;
	margin:30px 0;
	padding: 15px;
	border: solid 1px #EEE;	
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;		
	background: white;
	-webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.09999999999999998);
	-moz-box-shadow: -1px 1px 5px rgba(0,0,0,0.09999999999999998);
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.09999999999999998);
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease; 
}
.comment-post  .info-comment:hover {
	-webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 5px 15px rgba(0,0,0,0.2);
	box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
	cursor: pointer;
}
.info-comment a{
	padding: 10px 10px;
	border-radius: 50%;
	font-size: 10px;
	color: #fff;
	position: absolute;
	top: -25px;
	right: -25px;
}
.info-comment p{
	margin: 0;
}
.child{
    margin-left: 10%;  
}
.arrow-comment{
	position: absolute;
	left: -16px;
	top: 20%;	
	width: 16px;
	height: 50px;
}
#form-comment .form-group{
	margin-bottom: 20px;
	overflow: auto;
}
#form-comment h3,
.comment-post h3, 
.autor h3,
.autor h4{
	font-weight: 200;
}

/* Contact ---------------------------------------------------------------*/
#contactUs,
#support{
	padding: 10px 20px 0 20px;
}
#map{
  display: block;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  border-bottom: solid 1px #dedede;
  -moz-box-shadow: 0px 5px 20px #eee;
  -webkit-box-shadow: 0px 5px 20px #eee;
  box-shadow: 0px 5px 20px #eee;
}
address{
	line-height: 35px;
}
address i{
	padding-right: 10px;
}
address strong{
	padding-right: 3px;
}
.form-contact input,
.form-contact select{
	margin: 20px 0;
}



/* Backgrounds ----------------------------------------------------------*/
.sf-menu li li a:hover,
.box-action .button,
.item-service:hover .head-service i,
.item-service-carousel .color,
.item-service-carousel .color-small,

#sponsors .owl-prev,
#sponsors .owl-next,

.important-info,
.box .date span,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
footer 
.thumbs li:hover,
#theme-options .layout-style li.active,
.items-slide-services li .icon,
.title-section .title .line-title,
.title-section .subtitle-section,
.color > span,
.pagination > .active > a,
.carousel-indicators .active,
.info-comment a,

.downarrow,
.line,
.header-v3,
.line-slide,.heading_color,
.skin_base {
    background: #505759 !important;
   /* background-color: #386388 !important;*/
   background-color: #505759 !important;
}



/* Colors ----------------------------------------------------------*/
.info-head ul li a:hover,
.footer-center .item-center:hover i,
.pagination > li > a,
.pagination > li > span,
.title-subtitle span,
.clients .title-downloads:first-letter,
.subtitle-downloads h4 i,
h2.title-resalt span,
.box .link i,
.box .name span,
.twitter a,
footer .links li i,
.logo-footer h2 span,
.box .image-more-service i,
.portfolioFilter .current,
.portfolioFilter a:hover,
.list li i,
.page-error h1 i,
.sitemap li a,
.sitemap li a:hover,
.post h3 a,
.post h2 a,
.post .post-meta span a,
.tags i,
.comment-post h3 a,
.autor h3 i,
.comment-post h3 i,

address i,
.table-price,
.head-service h5,
.titles-heading h1 i,
.boxes-info h5,
.custom_input_file i {
    color: #da291c !important;
}
/* Borders ----------------------------------------------------------*/

header {
    border-bottom: 3px solid #eee;
}

.image-clients-downloads li:hover,
.items-slide-services li:hover {
    border: solid 3px #29c0d4;
}
.item-work .info-work .icons-work {
    border-top: 3px solid #29c0d4;
}
.title-section .title {
    border-bottom: 1px solid #29c0d4;
}
.portfolioFilter .current,
.portfolioFilter a:hover {
    border-bottom: 3px solid #29c0d4;
}
.sf-menu ul {
    border-bottom: 3px solid #29c0d4;
}
.comment-post .info-comment {
    border-left: solid 3px #29c0d4;
}
.head-service i,
.feature-element li .cirle-feature {
    border: solid 3px #fff;
}

.boxes-info h5 {
    border-top: solid 3px #29c0d4;
    border-bottom: solid 3px #29c0d4;
}
@media handheld,
only screen and (max-width: 980px) {
    .comment-post .info-comment {
        border-top: solid 3px #29c0d4;
        border-left: 0;
    }
    .arrow-comment {
        background: url("arrow-comment-top.png") top center no-repeat;
    }
}

.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.html-marquee {
overflow: hidden;
 position: relative;
 background: #cef6f5;
 color: #000;
 font-weight:bold;
 font-size:16px;
 border: 1px solid #ccc;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}
.iconsec > i {
	    margin: 12px 6px 0 0;
    display: inline-block;
}


.latestnews{
	   background-color: #f7f7f7;
    /* border-radius: 10px; */
    color: #000;
    height: 454px;
}
.latestnews1{
	   background-color: #fff;
    /* border-radius: 10px; */
    color: #000;
    height: 354px;
}
.demo1{overflow-y: scroll; height:505px;}
.demo2{overflow-y: scroll;}
.left{
	float: left;
    /*width: 81%;*/
    color: #000;
}
.right{
	display: inline-block;
    float: right;
    margin-left: 25px;
       /* width:11%;
    */

}
/*.right, span > i{margin: 5px 5px 0 0;}*/
.blocknews{border:1px solid #000;}
.news-item {
   /* padding: 4px 4px;
    margin: 0px;*/
    border-bottom: 1px dotted #000;
}
.modalheader{
	     padding: 6px;
    border-bottom: 1px solid #cecece;
    text-align: center;
    margin-bottom: 15px;
    line-height: 32;
    height: 50px;
}
.my-popup {
    padding: 10px 30px 30px 30px;
    background-image: url(../img/login-background.jpg);
    background-size: cover;
    margin-top: -20px;
    color: #fff;
    border-radius: 4px;}

    .mn-login input, .btn {
    border: none;
    border-radius: 60px !important;
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    opacity: 1;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
        color: #fff;
    background-color: #b7b7b7;
}
.remember_txt {
    color: #ddd;
    font-size: 13px;
}
.detailcatcha{
	    margin: -8px 0px 0 130px;
}
.captchawidth{width:130px;

}
.font12{font-size: 12px;}
.font14{font-size: 14px;}
.crouselnew{margin:0 -179px;}
.marbullet{margin-left: 380px;}
/*.tabcolor {background-color: #eee; color:#000;}
.tabcolor :hover{background-color: #fff;}
.nav-pills>li{background-color: #eee; color:#000;}
.nav-pills>li.tabcolor>a:hover {
	background-color: #fff;
	color:#000;
}*/

/*<!--tabs section start-->*/

  .nav-pills>li.active>a,.nav-pills>li.active>a:hover{
	color: #fff;
    background-color: #2e9a9a;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	color: #fff;
    background-color: #da291c;
}
.nav-pills>li.active::after{
    
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid #da291c;
    border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 10px solid transparent;
}
.nav-pill-main-div {
    position: relative;
    border-radius: 20px;
   /* box-shadow: inset -1px -7px 28px 3px rgba(1, 1, 1, 0.11);*/
   box-shadow: inset -1px -7px 28px 3px #fff;
    height: 100%;
}
.tab-link .nav-pill{
	color:#fff;
}
.tab-link .nav-pill:hover{color:#000;}
ul.tabs{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	 ul.tabs li{
		background: #eee;
		color: #000;
		display: inline-block;
		/*padding: 10px 15px;*/
		cursor: pointer;
		transition: 0.3s ease all;
     width: 32.8%;
     
	}
	ul.tabs li.current{
		/*background-color: #29c0d4;*/
        color: #fff;
		transition: 0.3s ease all;
	}
	ul.tabs li.current:hover{color:#000;}
	ul.tabs li.current span{
		color: #1aa8e2;
		background-color: #eee;
		transition: 0.3s ease all;
	}
	.tab-content{
		
		padding: 13px;
		transition: 0.3s ease all;
	}
	.tab-content.current{
		display: inherit;
		transition: 0.3s ease all;
	}


	/*------ease effect------*/
	.nav-justified > li { 
		float: none; 
	}
	.nav-justified > li span { 
		width: 100%; 
	}
	.customize_solution{
		    border: 1px solid #da291c;
		    border-radius:5px;
	}
	.customize_solution .nav-justified > li {
    	float: none;
    	background-color: #cecece;
         font-size: 14px;
    font-weight: bold;
	}
	.customize_solution span.ease-effect { 
		text-decoration: none; 
		-webkit-transition: 0.3s all ease; 
		transition: 0.3s ease all; 
	}
	.customize_solution span.ease-effect:hover, .customize_solution span.ease-effect:focus,.customize_solution ul.tabs li.current span:hover,.customize_solution ul.tabs li.current span:focus { 
		color: #FFF; 
		transition: 0.3s ease all; 
	}
	.customize_solution span.ease-effect { 
		
		display: inline-block; 
		text-align: center; 
		font-weight: bold; 
		padding: 10px 0px; 
		border-top-right-radius: 2px; 
		border-top-left-radius: 2px; 
		position: relative; 
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1); 
	}
	.customize_solution .ease-effect:before { 
		-webkit-transition: 0.5s all ease; 
		transition: 0.5s all ease; 
		position: absolute; 
		top: 0; left: 50%; 
		right: 50%; 
		bottom: 0; 
		opacity: 0; 
		content: ''; 
		background-color: #1AA8E2; 
		z-index: -2; 
	}
	.customize_solution .ease-effect:hover:before, .customize_solution .ease-effect:focus:before { 
		-webkit-transition: 0.5s all ease; 
		transition: 0.5s all ease; 
		left: 0; 
		right: 0; 
		opacity: 1; 
	}
.text{
      position: absolute;
    z-index: 1000;
    width: 100%;
    text-align: center;
}

.tenderimgwth{width:42px; height:32px; }
 
.one a{
	text-decoration: none;
}
.two a{
	text-decoration: none;
}
.tdwdth{width:35%;}
.tdwdth2{width:28%;}
.tdwdth1{width: 23%}
.latestnews2 {
    background-color: #fff;
    padding:0px;
    color: #000;
    height: 573px;
    border: 1px solid #da291c;
    border-radius:5px;
}
.mb30{
	margin-bottom:25px;
}
.colorblack{color: #000;}
.centerdiv{
	width: 60%;
    background-color: #000;
    border-radius: 3px;
    margin-left: 20%;
    top: -16px;
}
.height240{
  height: 240px;
}
.t_center{
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -ms--center;
}
.lgpopup select, .btn{
    border: none;
    padding: 9px;
    width: 17%;
    opacity: 1;
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
    color: #fff;
    background-color: #da291c;
}
.lgpopup input, .btn{
	border: none;
    padding: 9px;
    margin-bottom:10px;
    width: 12%;
    opacity: 1;
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
    color: #fff;
    background-color: #da291c;
}
.my-popup1{
	    padding: 10px 39px 19px 0px;
 
  
    margin-top: -20px;
    color: #fff;
}
input[type="text"]::placeholder { /* Firefox, Chrome, Opera */ 
    color: #fff; 
}
input[type="password"]::placeholder { /* Firefox, Chrome, Opera */ 
    color: #fff; 
}
textarea.form-control::placeholder { /* Firefox, Chrome, Opera */ 
    color: #fff; 
}

.windowpopup{
	    background: url("../images/slide-7.jpg")no-repeat;
	    border-radius: 10px;
	    background-color:#fff;
}


 .topicon{
 	transition: all .2s ease-in-out;

 }
 .topicon:hover{
	color:#2e9a9a;
 transform: scale(1.1);}
 .topiconhead{
 	transition: all .2s ease-in-out;
 	color:#2e9a9a;
 }
 .topiconhead:hover{
	color:#000;
 transform: scale(1.1);}
.topiconhead2{
 	transition: all .2s ease-in-out;
 	color:#2e9a9a;
 }
 .topiconhead2:hover{
	color:#fff;
 transform: scale(1.1);}
.tabpanel.active {
    display: inherit;
    transition: 0.3s ease all;
}
.tabpanel {
    display: none;
    padding: 15px;
    transition: 0.3s ease all;
}
.tabpanel {
    padding: 10px;
    border: solid #dedede 1px;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}
#chartdiv {
      width: 100%;
    height: 280px;
    font-size: 10px;
    font-weight:bold;
    margin-top: 20px;
}
#chartdivone {
 width: 100%;
    height: 280px;
    font-size: 10px;
    text-align: center;
    font-weight:bold;
    margin-top: 20px;
}
#chartdivtwo {
 
    width: 100%;
    height: 280px;
    text-align: center;
    /* margin-left: 20px; */
    margin-top: 20px;
    font-size: 10px;
    font-weight:bold;

}
 #chartdivfourth{width: 100%;
    height: 320px;
    font-size: 10px;
    text-align: center;
    font-weight:bold;
    
    margin-top: 20px;}

.down-arrow {
	display: inline-block;
	position: relative;
	background: ;
	padding: 15px 0;
	width: 100%;
	text-align: center;
}
.down-arrow:after {
	content: '';
	display: block;  
	position: absolute;
	left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 10px solid ;
	border-right: 10px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 10px solid transparent;
}


/*Gallery section start*/
.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

/* .block {
	width: 306px;
	height: 230px;
} */

/*tesi*/
.carousel-indicators .active {
  background: #31708f;
}



.adjust1 {
     float: left;
    width: 100%;
    margin-bottom: 0;
    background-color: #d9edf7;
    /* border: 1px solid; */
    border: 1px solid #12b092;
}

.adjust2 {
  margin: 0;
}

.carousel-indicators li {
  border: 1px solid #ccc;
}

.carousel-control {
  color: #31708f;
  width: 5%;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #31708f;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.media-object {
  margin: auto;
  margin-top: 15%;
}

@media screen and (max-width: 768px) {
  .media-object {
    margin-top: 0;
  }
}
/**/
.header-v3 ul li a :hover{
	color:#2e9a9a;
}
.headcontact{
	
    border: 3px solid #eee;
    border-radius: 20px;
    -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.09999999999999998);
	-moz-box-shadow: -1px 1px 5px rgba(0,0,0,0.09999999999999998);
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.09999999999999998);
background: linear-gradient(to bottom, rgb(30 174 155) 0%, rgb(30 174 156) 100%);
   
}
.headbg2{
	background: linear-gradient(to right, rgb(61 170 179), rgb(11 177 141));
    color: #fff;
}
.contactcolor{
	background: #d9edf7;
    color: #fff;
}
.inputtextcol{
    background-color: #505759;
    margin: 4px 0;
    color:#fff;
}

.rightbtn{
	   width: 50%;
    background-color: #29c0d3;
    border-radius: 3px;
    margin-left: 20%;
    float: right;
    top: 17px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: -40px;
}
.rightbtn_bottom{
	width: 50%;
    background-color: #000;
    border-radius: 3px;
    margin-left: 20%;
    float: right;
    
    color: #fff;
}
.popupwth{
	width:background-color: #fff; width:1060px;
} 
.modal-header .close{margin: 0px;}
.iconsec ul li{
	list-style: none;
    float: left;
}
.contentbox ul li i {
    height: 25px;
    min-width: 25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    background: #386388;
   /* background: linear-gradient(to right, rgb(255 108 61), rgb(255 88 144))*/;
    margin-right: 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
    box-shadow: 0 5px 5px 0 #d3dfff;
    transition: all .3s;
}
.contentbox i.bg2 {
    background: linear-gradient(to right, rgb(61 170 179), rgb(11 177 141));
}
.contentbox1 i {
   height: 25px;
    min-width: 25px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: #da291c;
    /*background: linear-gradient(to right, rgb(255 108 61), rgb(255 88 144));*/
    /*margin-right: 5px;*/
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    margin: 5px 5px 10px 10px;
   /* box-shadow: 0 5px 5px 0 #d3dfff;*/
    transition: all .3s;
}
.contentboxtop i {
   height: 16px;
    min-width: 20px;
    text-align: center;
    line-height: 17px;
    display: inline-block;
    background: #505759;
    /* background: linear-gradient(to right, rgb(255 108 61), rgb(255 88 144)); */
    
    /* border-radius: 50%; */
    color: #fff;
    font-size: 20px;
    /* margin: 5px 5px 5px 0; */
    /* box-shadow: 0 5px 5px 0 #d3dfff; */
    transition: all .3s;
}

.contentbox1 i.bg2 {
    background: linear-gradient(to right, rgb(61 170 179), rgb(11 177 141));
}


.colorwhite{
	color:#fff;
}
/* Clearing floats */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}



 .slideicon_des{display: none;}



		.boxmargin{
			margin: 0 4px 6px 6px;
		}


.thumbnail .caption{
	    padding-left: 20px ;
}
    
.newsmarquee{
	    height: 280px;
	    padding: 5px;
}
.livebtn{height: 25px;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 14px;
}
.blink {
       animation: blinker 6s linear infinite;
        color: #da291c;
      }
       @keyframes blinker {
       0%{opacity: 0;}
		50%{opacity: .8;}
		
      }
      .border_bottom{
      	    border-bottom: 1px solid #000;
      }

.fonth4{
      	margin-left: 15px; font-size: 13px;
      }
 .fonth5{
      	font-size: 12px;
      }
      .headtext{
      	color: #fff; padding: 6px; height:38px; border-radius: 5px;
      }
   .btbfont{
   	    text-align: center;
                                    margin-top: 0px;
                                    font-size: 16px;
                                    font-weight: bold;
                                    color: #fff;
                                    line-height: 18px;"
   }
    .heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    /*background: url(img/heading-line.png);*/
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
 
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 200px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote h5:before {
   content: "\f10e";
    font-family: 'Fontawesome';
    float: right;
    margin-left: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}
#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}

/*<!--gallery section start-->*/
.quick_links {
    font-size: 11px;
    position: absolute;
       left: 50px;
    top: 24px;
}
.m-l_a-toggle{
	    background-color: #000;
}
.navbar-toggle{
	    background-color: #000;
	    margin-top:20px;
}
.navbar-collapse{
	background-color: #fff;
    color: #000;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	height: auto;
}
.demo .demo_btn {
    background-color: #1f5394;
    color: #fff;
    border: 1px solid #1f5394;
    font-size: 12px;
    padding: 7px 15px;
    text-transform: uppercase;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    -webkit-transition: .2s all;
    transition: .2s all;
    z-index: 2;
}

.topheader{
 color: #fff; 
    background-color: #505759; 
   height: 21px;
}

#chcp_font_size button {
  border: none;
  background-color:transparent;
  /*background-color:#eee;*/
  text-shadow: none;
  /*+box-shadow: none;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding:0px 5px;
  margin:0px;
  
}
#chcp_font_size button:hover{
  color:#FF5100;

}
#btn-decrease {
  font-size:12px;
  cursor: pointer;

}
#btn-orig {
  font-size:12px;
  cursor: pointer;
}
#btn-increase {
  font-size:12px;
  cursor: pointer;
}

.heading1 {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 10px;
}
.heading1:after {
    content: '';
    position: absolute;
    /*background: url(../images/border.png) no-repeat center;*/
   border-bottom: 5px solid #da291c;
    height: 15px;
    width: 130px;
    left: 0;
    bottom: 0;
    background-size: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

.heading1::first-letter {
    font-family: 'Great Vibes';
    font-size: 36px;
    font-weight: bold;
    margin-right:3px;
}

.iconwth {
	/*border: solid 3px #29c0d4;*/
	width: 60px;
   /* height: 50px;*/
    margin-left: 20px;
    border: 3px solid #da291c;
    border-radius: 10px;
    cursor:pointer;
}

.iconwth img {
    background-color: #fff;
    text-align: center;
    /* padding-top: 23px; */
    margin: 6px 6px 6px 6px;
    width: 42px;
    height: 32px;
}

/*new css*/
.navbar-header {
    float: right !important;
}
.navbar-nav {
    /* float: left!important; */
    margin: 0;
}

.navbar-nav>li {
    float: right !important;
}
.btb_text{
	color: #337ab7;
    text-decoration: none;
}
.border_r0{
	border-right:0;
}
.pull-left{float:right !impotant;}

.pull-right{float:left !impotant;}
.challegepopup_select{
	width: 100%;
    height: 40px;
    border-radius: 60px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #333;
    background-color: #b7b7b7;
    opacity: 1;
    border: none;
}
.mt_r{
	 margin-left: 35px;
}
.vendor_popup{
	    background-color: #505759;
    color: #fff;
    line-height: 32px;
}
.table-border{border: 1px solid #da291c;}
.pt_5{padding-top:5px;}
.Ann_btn{width: 80%;font-size: 12px;color: #fff;}
.missionbox{background-color: #f7f7f7; height: 209px; border-radius:5px;}
.content {
position: absolute;
bottom: 0;
right: 0;
/* background: rgb(0, 0, 0); */
background: rgb(247 247 247 / 50%);
color: #f1f1f1;
width: 100%;
top: 0;
text-align: center;
}

.red_color{color:#ff0000;}

.rslides {
  position: relative;
  list-style: none;
  border-radius:10px;
  overflow: hidden;
  width: 100%;
  height:454px;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height:454px;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.table_th{ color: #666;
    vertical-align: middle !important;
   /*  border-bottom: 2px solid #ddd; */
    padding: 5px !important;
    line-height: 0;
    text-align:right;}

.table_td{
    padding: 5px !important;
    vertical-align: middle !important;
    font-size:12px;
}

.newspopup {color: #e61212;
    float:left!important;
    font-size: 25px;
    top: 5px;
    opacity: 1;
    margin: 2px;
    background: none;
    text-decoration: none;
}
.img_circle {
	border-radius: 5%;
    border: 3px solid #29c0d3;
}
 .testnew + .tooltip > .tooltip-inner {
			    background-color: #000; 
			    color: #FFFFFF; 
			    border: 1px solid #000; 
			    padding: 5px;
			    font-size: 12px;
			  }
			
			  .testnew + .tooltip.top > .tooltip-arrow {
			    border-top: 5px solid #000;
			  }
			  
			  
	.pull-left1{float:right!important;}

.pull-right1{float:left !important;}		  
.body_popup {
    padding-top: 0px;
    line-height: 0px;
    overflow: scroll;
}			  