/*
	Разработка шаблонов для DataLife Engine
	------------------	
	Author:	ThemeSkeleton
	------------------
	Website: http://themeskeleton.com/
	------------------	
	E-mail: themeskeleton@gmail.com
	------------------
	Skype: ThemeSkeleton
	------------------
	Telegram: @TSkeleton
	------------------
	ICQ: 722880
	------------------
*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html,
body {
height: 100%;
font-size: 17px;
color: #808080;
font-family: 'Roboto', sans-serif;
vertical-align: baseline;
line-height: 26px;
letter-spacing: 0.2px;
}
a:focus {
  outline: 0px solid;  
}
img {
  max-width: 100%;
  height: auto;
}
p {
  /* margin: 0 0 20px; */
  margin: 10px 0 10px;  
}
h1,h2,h3,h4,h5,h6 {
margin: 0 0 20px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
color: #0f263a;
line-height:1.2
}

h1 {
font-size: 32px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}

a {
  transition: all 0.5s ease-out;
  text-decoration: none;color:#0f263a
  color: #800000; /* Цвет текста */
  /*line-height: normal; */   
}
a:active,
a:hover {
  outline: 0 none;
  color: #0f263a;text-decoration:none
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #0090cb;
  text-shadow: none;color:#fff
}
::selection {
  background: #0090cb;
  text-shadow: none;color:#fff
}
textarea:focus, input:focus{
    outline: none;
}
/* Всплывающая подсказка 

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #444;
  font-family: 'Tahoma';
  text-align: center;
  font: 16px;
}
.con-tooltip {
  position: relative;
  border-radius: 4px;
  padding: 0 20px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: default;
}
.tooltip {
  visibility: hidden;
  z-index: 9999999999999;
  opacity: .40;
  width: 300px;
  font-size: 16px;  
  padding: 0px 20px;
  background: #666666;
  color: #FFFFFF; 
  position: absolute;
  top:-140%;
  left: -25%;
  border-radius: 9px;
  transform: translateY(9px);
  transition: all 0.3s ease-in-out; 
  box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}
.tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  left: 40%;
}
.con-tooltip:hover .tooltip{
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
    transition: .3s linear;
  animation: odsoky 1s ease-in-out infinite  alternate;
}
@keyframes odsoky {
  0%{
    transform: translateY(6px);	
  }
  100%{
    transform: translateY(1px);	
  }
}

.bottom .tooltip { top:115%; left:-120%; }
.bottom .tooltip::after{
  top:-17%;
  left:40%;
  transform: rotate(180deg);
} */


/* Popup окно */ 
      #zatemnenie {
        background: rgba(102, 102, 102, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
      }
      #okno {
        width: 90%;
        height: 90%;
        text-align: center;
        padding: 15px;
        border: 3px solid #0000cc;
        border-radius: 10px;
        color: #0000cc;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #fff;
      }
      #zatemnenie:target {display: block;}
      .close {
        display: inline-block;
        border: 1px solid #0000cc;
        color: #0000cc;
        padding: 0 12px;
        margin: 10px;
        text-decoration: none;
        background: #f2f2f2;
        font-size: 14pt;
        cursor:pointer;
      }
      .close:hover {background: #e6e6ff;}
/* End Popup окно */ 

/* правый и левый блоки */
.left_container {
  width: 60%;
  float: left;
}

.right_container {
  width: 40%;
  float: right;
  text-align: right;
}
/* Конец правый и левый блоки */

.slider-overlay {
	background: rgba(0,0,0,0.35);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.images-overlay {
   background-color:rgba(15, 25, 25, 0.70);
  height: 100%;
  position: absolute;  width: 100%;
  top: 0;

}
.no-bg{background:transparent!important;}
.mb-30{margin-bottom:30px!important;}
.mb-150{margin-bottom:0px;}
.pt-100{padding-top:100px}
.pb-100{padding-bottom:30px}
.pb-70{padding-bottom:70px}
.bg-color{background:#fbfbfb}
.no-padding-left{padding-left:0px}
.no-padding-right{padding-right:0px}
.bg-gray{
	background:#fafafa
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
	right: 0;
    bottom: 0;
}
#preloader-status {
    height: 18px;
	width: 256px;
    background: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%;	
}
#scrollUp {
	bottom: 0;
	color: #fff;
	font-size: 47px;
	right: 0;
	text-align: center;
	text-decoration: none;
	background: #fab90a;
	padding: 7px;
}
#scrollUp:hover {
  opacity: 1;
  background: #01a9f5;
}
#scrollUp i {
	display: block;
	font-weight: bold;
	padding-top: 5px;
}
.header-top {
	background: #0f263a;
}

@media only screen and (max-width: 800px ) {
.header-top {display: none;}
}

.header-left {
	padding: 10px 0;
}
.header-left ul {
	display: inline-block;
}
.header-left li {
	padding-right: 40px;
    /*padding-top: 10px;*/
	position: relative;
	display: inline-block;
	color: #fff;
	position: relative;
}
.header-left li::before {
	content: "";
	height: 14px;
	width: 1px;
	background: #0f263a;
	position: absolute;
	right: 20px;
	top: 6px;
}
.header-left li:last-child:before{
	display:none;
}
.header-left li:last-child{padding-right:0}
.header-left li i {
	color: #01a9f5;
	margin-right: 6px;
}
.header-left li i.icofont-envelope {
	font-size: 19px;
}
.header-right-div {
	text-align: right;
}
.header-right {
	text-align: right;
	position: relative;
	z-index: 1;
	padding: 10px 0;
	display: inline-block;
	z-index:99
}

.soical-profile {
	padding-top: 7px;
}
.soical-profile ul,
.soical-profile li {
	display: inline-block;
}
.soical-profile ul li a {
	margin-left: 10px;
}
.soical-profile ul li:first-child a{
	margin-left:0px;
}
.soical-profile li a i {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
}
.soical-profile li a i:hover {
	background: #0f263a;
	color: #fff;
}
.hd-sec {
	position: absolute;
	width: 100%;
	z-index: 99;
	border-bottom: 1px solid #ffffff5e;
}
.logo {
	padding: 26px 0;
    width: 270px;
    z-index: 9999999;
}
.sticky-logo {
	display: none;
}
.hd-sec.sticky_menu .sticky-logo {
	display: block;
}
.hd-sec.sticky_menu .site-logo {
	display: none;
}
.social-title {
	display: inline-block;
	color: #322f2f;
	font-weight: 500;
}
.nav-menu {
	padding-left: 0;
	text-align: left;
}
.menu {
	display: inline-block;
    float: right;
	position:relative;
    margin-top: 0px;
}
.main-menu {
	display: inline-block; 
	text-align: right;
}
.main-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
}
.main-menu ul li {
	display: inline-block;
	padding: 0;
   	position: relative;
}
.main-menu ul li.active{
	position:relative
}
.main-menu ul li a {
    display: block;
    padding: 60px 8px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    position: relative;
    font-family: Roboto condensed;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.main-menu ul li ul:hover .main-menu ul li a{
  background: #fafafa;
}
.main-menu ul li a:hover {
transition : all 0.4s 0s ease;
color:#01a9f5
}
.main-menu ul ul {
	background: #fff none repeat scroll 0 0;
	left: 8px;
    margin-top: -10px;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 140px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 99999;
	transition: all 0.3s ease 0s;
	border-top: 2px solid #01a9f5;
	padding: 0px;
}
.main-menu ul ul li {
float : none;
width : 220px;
}
.main-menu ul ul li ul {
	visibility: hidden !important;
}
.main-menu ul ul li i {
	float: right;
}
.main-menu ul ul li:hover ul{
	visibility: visible !important;
	top : -1px;
	transition: all 0.3s ease 0s;
	opacity:1;	
}
.main-menu ul ul li a {
	line-height: 120%;
	padding: 10px 10px;
	color: #0f263a;
	background: #fafafa;
	margin-bottom: 4px;
    font-family: Roboto;
	font-size:16px;
}
.main-menu ul ul li:last-child a{
	border-bottom:0px;
}
.main-menu ul ul li a:hover {
color:#fff;background:#0f263a;
}
.hd-sec.sticky_menu .main-menu ul ul li a:hover {
	color:#fff;
}
.main-menu ul ul ul {
left : 100%;
transition: all 0.3s ease 0s;
opacity:0;
border-top:0px;
border-bottom:1px solid #0f263a
}
.main-menu ul li:hover ul {	
 visibility: visible;
 transition: all 0.4s ease 0s; 
 opacity: 1;
 top:105px; 
}
.main-menu ul li a i {
margin-left : 6px;
}
.search-bar-icon{
	display: inline-block;
	padding: 38px 0px;
	position: absolute;
	right: 0;
	top: 0;
}
.site-search span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	line-height: 30px;
	border: 2px solid #000;
}
.site-search.open span i.icofont-search-2::before {
	 content: "\eee3" !important; 
}
.site-search i {
	color: #0f263a;
	font-size: 20px;
}
.search-forum > form {
	display: inline-flex;
	background: #fff;
	padding: 18px 20px;
	border-top: 2px solid #01a9f5;
}
.search-forum input[type="text"] {
	padding: 10px;
	border: 1px solid #ddd;
}
.search-forum input[type="submit"] {
  padding: 10px;
  background: #22253a;
  color: #fff;
}
.search-forum {
	left: -340px;
	position: absolute;
	top: 103px;
	transition: all 0.4s ease 0s;
	z-index: 2;
}
.search-forum.dropdown-menu {
	padding: 0;
	border: 0px;
}
.animation{
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes slideUpIn {
	 0% {
		 
		 -webkit-transform: translateY(40px);
	 }
	 100% {
		 
		 -webkit-transform: translateY(0);
	 }
	 
	 0% {
		 -webkit-transform: translateY(40px);
	 }
}
@keyframes slideUpIn {
	0% {
		transform: translateY(40px);
	}
	100% {
		transform: translateY(0);
	}
	0% {
		transform: translateY(40px);
	}
}
.slideUpIn {
	-webkit-animation-name: slideUpIn;
	animation-name: slideUpIn;
} 
.hd-sec.sticky_menu {
  left: 0;
  right: 0;
  top: 0;  
  position: absolute;  
  z-index: 9999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background:#00000070;
  border-bottom:0px;
}
.hd-sec.sticky_menu .main-menu ul li a{
	color:#0f263a
}
.applay-button {
	position: relative;
	z-index: 2;
	padding: 46px  0;
	display: inline-block;
	width: 100%;
	text-align: right;
}
.applay-button a {
    padding: 7px 0 6px;
    display: inline-block;
    font-weight: 600;
    margin-top: 4px;
    border: 2px solid #01a9f5;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.applay-button a i {
	color: #fff;
	margin-right: 10px;
	font-size: 22px;
}
.applay-button a:hover {
    background: #01a9f5;
    color: #fff;
}

.hd-sec.sticky_menu .applay-button a {
    color: #0f263a;
}

.hd-sec.sticky_menu .applay-button a:hover {
    color: #fff;
}
.all-slide .owl-item {
  height: 750px;
  position:relative;
}
.all-slide .single-slide {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100%;
}
.slider-wrapper {
	width: 1170px;
	padding: 15px 15px;
	margin: 0px auto;
	height: 100%;
}
.slider-text {
position: relative;
top: 50%;
transform: translateY(-50%);
z-index: 2;

}
.slider-caption {
	width: 750px;
	position: relative;
	padding: 20px;
	margin: 0px auto;
}
.slider-caption span.subtitle {
	color: #ffffff;
	font-size: 24px;
	text-transform: capitalize;
}
.slider-text ul {
	margin-top: 20px;
	display: inline-block;
	background: #fab90a;
}
.slider-text h1 {
    color: #fff;
    font-size: 48px;
    line-height: 70px;
    margin-bottom: 10px;
    font-weight: 900;
    position: relative;
}
.slider-text h1::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 1px;
	background: #fff;
	left: -100px;
	top: 35px;
}
.slider-text h1 > span{color:#0f263a;}
.slider-text p {
  color: #fff;
  font-size: larger;  
}
.slider-text li {
  display: inline-block;
}
.slider-text li a {
	background: #01a9f5;
	color: #fff;
	display: inline-block;
	padding: 14px 26px;
	text-transform: capitalize;
	margin-right: -6px;
	position: relative;
	z-index: 5;
	font-weight: 600;
	transition: all 0.4s ease 0s;
	border-radius: 0 0 50px 0px;
}
.slider-text li a i {
	font-size: 24px;
	top: 2px;
	position: relative;
}
.slider-text li a:hover{background:#fff;transition: all 0.4s ease 0s;color:#0f263a}
.slider-text li:last-child a {
	background:transparent;
	color: #fff;
}
.slider-text li:last-child a:hover{background:transparent;transition: all 0.4s ease 0s;}
.all-slide .owl-controls .owl-nav {
	position: absolute;
	bottom: 70px;
	z-index: 99;
	right: 104px;
}
.all-slide .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}
.all-slide .owl-controls .owl-prev {
	transition: all 0.4s ease 0s;
	color: #fff;
	text-transform: capitalize;
	font-size: 21px;
	background: #01a9f5;
	display:inline-block;
}
.all-slide .owl-controls .owl-next {
	transition: all 0.4s ease 0s;
	color: #fff;
	text-transform: capitalize;
	font-size: 21px;
	background: #fab90a;
	float: right;
	display:inline-block;
}
.all-slide .owl-controls .owl-prev i, .all-slide .owl-controls .owl-next i {
	color: #fff;
	font-size: 52px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	font-weight: normal;
}



.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);	
}
.service-cat-sec {
	background: #eff2f9;
}
.single-service-cat {
    margin-bottom: 30px;
}
.single-service-cat {
	background: #fff;
}
.single-service-cat:hover .service-cat-icon::before{
	background:#fab90a;
	transition: all 0.4s ease 0s;
}
.service-cat-desc {
    position: relative;
    box-shadow: 0px 0 10px -4px #ddd;
    padding: 30px;
    padding-bottom: 10px;
}
.service-cat-title {
	margin-bottom: 20px;
}
.service-cat-title h2{
	margin-bottom:5px;
}
.service-cat-title h2 a {
    font-size: 22px;
}
.single-service-cat:hover .service-cat-title h2 a {
    color: #01a9f5;
}
.service-cat-sub-title{
	position:relative;
	padding-left:30px
}
.service-cat-sub-title::before {
	position: absolute;
	content: "";
	background: #ddd;
	width: 20px;
	height: 1px;
	left: 0;
	bottom: 11px;
}
.service-cat-icon {
	position: absolute;
	top: -20px;
	right: 0;
	width: 70px;
	height: 60px;
	text-align: center;
	line-height: 70px;
	z-index: 2;
}
.service-cat-icon i {
	font-size: 38px;
	color: #fff;
}
.service-cat-icon::before {
	position: absolute;
	content: "";
	background: #01a9f5;
	width: 100%;
	height: 100%;
	border-radius: 0 0 0 50px;
	top: 0;
	z-index: -1;
	right: 0;
}
.service-cat-redmore {
	color: #01a9f5;
	font-weight: 500;
}
.single-service-cat:hover .service-cat-redmore {
	color:#fab90a
}
.service-cat-redmore i {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid;
	margin-left: 10px;
	border-radius: 100%;
}
.service-cat-img {
	position: relative;
}
.service-cat-img img {
    width: 100%;
}
.service-cat-btn {
	color: #fff;
	margin-top: 8px;
	padding: 12px 36px;
	text-transform: capitalize;
	border: 1px solid #fab90a;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 170px;
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
	z-index: 4;
	background: #fab90a;
}
.single-service-cat:hover .service-cat-btn{
	visibility:visible;
	opacity:1;
	transition: all 0.7s ease 0s;
}
.single-service-cat .service-cat-btn:hover {
    background: #01a9f5;
    color: #fff;
    border-color: #01a9f5;
}
.service-cat-img::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 30px;
	height: 30px;
	bottom: -16px;
	transform: rotate(44deg);
	left: 40px;
	z-index: 2;
}
.service-cat-img::after {
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.75);
	width: 100%;
	height: 0;
	bottom:0;
	left:0px;
	transition: all 0.4s ease 0s;
}
.single-service-cat:hover .service-cat-img::after {
	height:100%;
	transition: all 0.4s ease 0s;
}
.feature {
    position: absolute;
    top: 15px;
    right: 0;
}
.feature span {
	display: inline-block;
	background: #fab90a;
	padding: 4px 14px;
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 14px;
	position:relative;
}
.feature span::after {
	border-bottom: 18px solid #fab90a;
	border-left: 16px solid transparent!important;
	position: absolute;
	content: '';
	left: 0;
	margin-left: -16px;
	bottom: 0;
}
.feature span::before {
	border-top: 18px solid #fab90a;
	border-left: 16px solid transparent!important;
	position: absolute;
	content: '';
	left: 0;
	margin-left: -16px;
	top: 0;
}
.all-cat-service .owl-controls {
	width: 1170px;
	margin: 0px auto;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: -1;
}
.all-cat-service .owl-controls .owl-nav {
	position: absolute;
	top: -140px;
	z-index: 99;
	right: 15px;
}
.all-cat-service .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}
.all-cat-service .owl-controls .owl-prev {
	transition: all 0.4s ease 0s;
	color: #fff;
	text-transform: capitalize;
	font-size: 21px;
	background: #01a9f5;
	display:inline-block;
}
.all-cat-service .owl-controls .owl-next {
	transition: all 0.4s ease 0s;
	color: #fff;
	text-transform: capitalize;
	font-size: 21px;
	background: #fab90a;
	display:inline-block;
}
.all-cat-service .owl-controls .owl-prev i, .all-cat-service .owl-controls .owl-next i {
	color: #fff;
	font-size: 52px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	font-weight: normal;

}
.single-project-inner {
	margin-bottom: 40px;
}
.project-thumb {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.project-thumb img {
    width: 100%;
}
.single-project-inner:hover .project-thumb-overlay {
	left:0px;
	transition: all 0.4s ease 0s;
}
.project-thumb-overlay {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	transition: all 0.4s ease 0s;
	left: -100%;
	border: 20px solid rgba(221, 221, 221, 0.0);
}
.project-thumb-overlay::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #fab90a;
	left: 0;
	top: 0;
	transition: all 0.4s ease 0s;
}
.project-icon a i {
	color: #fab90a;
	font-size: 32px;
}
.project-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0px auto;
	text-align: center;
	width: 100%;
}
.project-inner-desc h2 {
    font-size: 20px;
    font-weight: 600;
}
.project-inner-desc h2 a:hover{
color:#fab90a
}
.about-us-sec {
	position: relative;
    background-color: #efefef;
}
.about-us-sec::before {
	background-image: url('../img/pattern.jpg');
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 28%;
	z-index: -1;
}
.company-ceo h4 {
	color: #0f263a;
	text-transform: capitalize;
	margin-bottom: 0;
}
.company-ceo span {
	color: #fab90a;
}
.about-img {
	position: relative;
}
.company-exprience {
	background: #01a9f5;
	/*padding: 28px 8px;*/
	position: absolute;
	width: 50%;
	bottom: 0;
}
.company-exprience-logo {
	display: inline-block;
	float: left;
	font-size: 50px;
	color: #fab90a;
}
.company-exprience-text span {
	display: inline-block;
	width: 100%;
}
.company-exprience-text {
	padding-left: 61px;
	color: #dcdcdc;
}
.foundend-year {
	font-size: 36px;
	color: #fff;
}
.sec-title {
	text-align: left;
	margin: 0 0px 25px 0px;
}
.sec-sub-title {
	color: #fab90a;
	font-size: 20px;
	font-weight: 600;
}
.sec-title h1 {
    font-size: 38px;
    color: #0f263a;
    font-weight: 600;
}
.sec-title h1 span {
    color: #01a9f5;
}
.border-shape {
background:#01a9f5;
display: block;
height: 2px;
position: relative;
width:100px;
}


.grid-container {
  	display: grid;
  	grid-template-columns: 0.5fr 1.5fr 1fr 1fr;
  	grid-template-rows: 60px;
  	gap: 1px 1px;
  	grid-template-areas: ". . . .";
	position: relative;
	padding: 0px 0px 20px;
    width: 1200px;
    left: 52%;
    margin-top: 100px;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    align-items: center;
  	justify-content: center;
    font-size:24px
}
.grid-container2 {
  	
  display: grid;
  	grid-template-columns: minmax(280px, 1000px) minmax(200px, 600px);
  	grid-template-rows: 85px;
  	gap: 1px 1px;
  	grid-template-areas: ". .";
}
@media screen and (max-width: 1024px) {
  .grid-container {display: none;}
  }
}


.top-overlay {
	background-color: rgba(255, 255, 255);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.call-to-action-sec {
	background-color: #0f263a;
	background-image: url("../img/call_to_action_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 60px 0px;
}
.call-to-action-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.call-to-action-text {
	width: 700px;
	color: #fff;
}
.call-to-action-text h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.btn {
    display: inline-block; /* Строчно-блочный элемент */
    background: #8C959D; /* Серый цвет фона */
    color: #fff; /* Белый цвет текста */
    padding: 10px 16px; /* Поля вокруг текста */
    text-decoration: none; /* Убираем подчёркивание */
    border-radius: 3px; /* Скругляем уголки */
}

.call-to-action-text a.btn {
	background: #01a9f5 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
	padding: 14px 30px;
	text-transform: uppercase;
	margin-top: 10px;
	position: relative;
}
.call-to-action-text a.btn:last-child{
	background:#fab90a;
	margin-left:10px;
}
.call-to-action-text a.btn:hover{background: #fff;transition: all 0.4s ease-in-out 0s;color:#0f1934;}

button.btn {
    background: #fab90a none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    padding: 14px 30px;
    text-transform: uppercase;
    margin-top: 10px;
    position: relative;
}
button.btn:hover{
	background: #0f263a;
	color:#fff;
}
.uf-header {
    color: #01a9f5;
}
input.uf-input:focus {
	border-color: #01a9f5;
}
.mfp-close:active {
    top: 5px;
}
.why-choose-us-v1-sec {
	background-color: #fff;
	background-image: url("../img/missia.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.why-choose-v1 {
	padding: 100px 0px 50px 50px;
	position: relative;
	z-index: 2;	
}
.why-choose-v1::before {
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	background: #fff;
	left: -15px;
	width: 5000px;
	z-index: -1;
}
.why-choose-v1::after {
	position: absolute;
	content: "";
	top: -6px;
	height: 6px;
	background: #fab90a;
	left: -15px;
	width: 5000px;
	z-index: -1;
}
.why-choose-v1-single {
	margin: 20px 0;
}
.why-choose-us-v1-sec .why-choose-v1-single .media-body h2{
	color:#0f263a
}
.why-choose-v1-single .icon {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	text-align: center;
	font-size: 54px;
	border-radius: 100%;
	position: relative;
	color: #fab90a;
}
.why-choose-v1-single .media{
	overflow:visible;
}
.why-choose-v1-single .media-left{
position:relative;
}
.why-choose-v1-single .media-body h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fab90a;
}
.number {
	font-size: 26px;
	font-weight: bold;
	position: relative;
	color: #fab90a;
	margin-top: 5px;
	padding-right: 20px;
}
.number::before {
	position: absolute;
	content: "";
	background: #fab90a;
	width: 30px;
	height: 1px;
	top: 12px;
	left: -36px;
}
.case-details-sec {
	background-color: #fff;
	background-image: url("../img/slider/slide2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.case-details-overlay {
	background: rgba(0,0,0,0.75);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}
.case-title {
	display: inline-block;
	margin-top: 100px;
	margin-bottom: 20px;
}
.case-title span::before {
	position: absolute;
	content: "";
	background: #fab90a;
	width: 35px;
	height: 1px;
	top: 14px;
	left: -44px;
}
.case-title span {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    color: #fab90a;
}
.case-title h1 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.case-details-area {
	padding: 100px 0px 100px 50px;
	position: relative;
	z-index: 2;
}
.case-details-area::before {
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	background: #fafafa;
	left: -30px;
	width: 5000px;
	z-index: -1;
}
.case-tab-list {
	text-align: right;
}
.case-tab li a {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 14px 20px;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin: 1px 0px;
    width: 100%;
    text-align: left;
}
.case-tab li.active a{
	text-decoration:none;
	position:relative;
	z-index: 2;
}
.active-color {
	position: absolute;
	width: 0%;
	display: inline-block;
	height: 100%;
	background: #fab90a;
	transition: all 0.4s ease 0s;
	left: 0;
	top: 0;
	z-index: -1;
}
.case-tab li.active a .active-color{
	width: 100%;
	transition: all 0.4s ease 0s;
}
.case-tab li.active a::before {
	width:100%
}
.case-tab li a i {
	margin-right: 10px;
}
.case-details h2 a,
.case-details-text h2,
.contact-field.case-details h2,
.brochures h2 {
	font-size: 24px;
	font-weight: 600;
}
.case-details-text h2{
	color:#fab90a
}
.case-thumb {
	border: 10px solid #fab90a;
	margin-bottom: 30px;
}
.case-details-text {
	margin-bottom: 40px;
}
.case-details ul li {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	position:relative;
	
}
.case-details ul li:before{
	content: "\f101";
	font-family: fontawesome;
	left: 0px;
	top: 0px;
	position: relative;
	color: #fff;
	padding-right: 10px;
}
.brochures li:before {
content: "\eb1e";
font-family: IcoFont !important;
left:0px;top:0px;
position: relative;color:#fff; padding-right: 10px;
}
.brochures li {
	display: inline-block;
	padding: 10px 30px;
	position: relative;
	background:#fab90a;
	margin-bottom:5px;
	transition: all 0.5s ease-out;
}
.brochures li:last-child {
    background: #01a9f5;
}
.brochures li:last-child:hover {
    background: #fab90a;
}
.brochures li a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.brochures li:hover{background:#01a9f5}
.brochures li:hover a{color:#fff}
.brochures li:hover::before{color:#fff}
.brochures li:hover i{color:#fff}


.brochures li a span {
  float: right;
  color: #fff;
}
.video-inner {
	margin-top: 34px;
}
.vedio-button {
    position: relative;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    line-height: 112px;
    display: inline-block;
    float: left;
}
.vedio-button a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.vedio-button a i {
    color: #0f263a;
    font-size: 32px;
    margin-left: 6px;
}
.vedio-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
.video-text {
	padding-left: 120px;
}
.video-text h4 {
	color: #fff;
	font-size: 24px;
}
.video-text span {
	color: #fab90a;
	text-transform: uppercase;
}
.count-up-sec {
	background: #10cb7f none repeat scroll 0 0;
	padding: 50px 0;
	background-image: url(../img/countup_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.count-up-sec-overlay {
    background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.counting_sl {
text-align: center;
}
.countup-icon {
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.counting_sl h2 {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.counting_sl h4 {
    color: #f4f4f4;
    font-size: 18px;
    margin-bottom: 0;
}
.countup-text {
	position: relative;
	margin-bottom: 20px;
}
.free-consulting-sec {
    position: relative;
    overflow: hidden;
    background: #0f263a;
}
.free-consulting-area {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.consulting-form {
    color: #fff;
    display: inline-block;
    float: right;
    padding: 50px 0px;
    position: relative;
    text-align: left;
    z-index: 9;
}
.consulting-form .alert-danger {
    margin: -20px 0 15px;
	padding: 5px 15px;
}
.consulting-form .goodcheck {
    text-align: center;
    font-size: 150px;
    color: #fab90a;
    margin-top: 40px;
}
.consulting-form .alert-success {
    color: #ffffff;
    background-color: #01a9f5;
    border-color: #01a9f5;
}
.consulting-form h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom:10px;
}
.consulting-form > h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}
.consulting-form input[type="text"] {
	background:#fff;
	border-bottom: 1px solid #fff;
	padding: 12px 24px;
	color: #0f263a !important;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
}
.consulting-form textarea {
	background:#fff;
	border-bottom: 1px solid #fff;
	padding: 12px 24px;
	color: #0f263a !important;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
}
.consulting-form input[type=submit]{
	background: #fab90a none repeat scroll 0 0;
	color: #fff;
	font-weight: 800;
	padding: 14px 30px;
	text-transform: uppercase;	
	width: 100%;
	margin-top:10px;
	transition: all 0.5s ease-out;
}
.consulting-form input[type=submit]:hover {
    background: #01a9f5 none repeat scroll 0 0;
}
.consulting-form .col-xs-12 {
	margin-bottom: 20px;
}
.consulting-form input[type="text"]::-webkit-input-placeholder {
color:#272727;opacity:1
}
.consulting-form textarea::-webkit-input-placeholder {
color:#272727;opacity:1
}
.consulting-form option::-webkit-input-placeholder {
color:#272727;opacity:1
}
.consulting-form input[type="text"]::-moz-placeholder{
color:#272727;opacity:1
}
.consulting-form textarea::-moz-placeholder{
color:#272727;opacity:1
}
.consulting-form option::-moz-placeholder{
color:#272727;opacity:1
}
.contact-map {
	position: relative;
	z-index: 3;
}
.contact-map #map {
    height: 450px;
}
.pricing-sec .section-title {
	text-align: left;
}
.pricing-sec{
	position:relative;
}
.pricing-sec::before {
	background-image: url('../img/pattern.jpg');
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.single-pricing {
	text-align: center;
	border-radius: 10px;
	padding-bottom: 60px;
	margin-bottom: 35px;
	background:#fff;
	box-shadow: 0 4px 2px -2px #f5f5f4;
}
.pricing-heading {
	text-align: center;
	position: relative;
	margin-bottom: 60px;
	display: inline-block;
	width: 100%;
}

.pricing-heading h1 {
	font-size: 40px;
	text-transform: capitalize;
	font-weight: bold;
	color: #fff;
	padding-top: 50px;
	margin-bottom: 20px;
}
.pricing-heading h1 span {
	font-size: 20px;
	text-transform: capitalize;
	margin-left: 10px;
}
.pricing-heading h1 i {
    vertical-align: super;
    font-size: 30px;
}
.pricing-heading h2 {
	display: inline-block;
	color: #323232;
	background: #fff;
	padding: 18px 40px;
	border-radius: 50px;
	background: #fff;
	margin-bottom: -26px;
	position: relative;
	bottom: -26px;
}
.single-pricing li{
	display:inline-block;
	color:#898989;
	width:100%;
	font-size:18px;
	padding:10px 0;
}
.pricing-button a {
    border-radius: 50px;
    color: #0f263a;
    font-weight: 600;
    padding: 12px 36px;
    margin-top: 40px;
    position: relative;
    border: 2px solid #0f263a;
    display: inline-block;
}
.sec-2-title {
    font-size: 28px;
    color: #0f263a!important;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 20px;
    display: block;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none;
    background: #0f263a;
    color: #fff!important;
    padding: 12px 10px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    /*padding: 10px 10px;*/
	font-size: 16px;
    line-height: inherit;
    vertical-align: top;
    border-bottom: 1px solid #01a9f54d;
    border-top: none;
    color: #0f263a;
}
.table2>tbody>tr>td, .table2>tbody>tr>th, .table2>tfoot>tr>td, .table2>tfoot>tr>th, .table2>thead>tr>td, .table2>thead>tr>th {
    /*padding: 10px 10px;*/
	font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 18px;
    line-height: inherit;
    vertical-align: top;
    border-bottom: 1px solid #01a9f54d;
    border-top: none;
    color: #0f263a;
}
.single-pricing-inner:nth-child(1) .pricing-heading{
	background:#0f263a
}
.single-pricing-inner:nth-child(2) .pricing-heading{
	background:#fab90a
}
.single-pricing-inner:nth-child(3) .pricing-heading{
	background:#01a9f5
}
.single-pricing-inner:nth-child(1) .pricing-button a{border-color:#ddd;color:#0f263a}
.single-pricing-inner:nth-child(2) .pricing-button a{border-color:#fab90a;color:#fab90a}
.single-pricing-inner:nth-child(3) .pricing-button a{border-color:#01a9f5;color:#01a9f5}

.single-pricing-inner:nth-child(1):hover .pricing-button a{border-color:#0f263a;color:#fff;background:#0f263a}
.single-pricing-inner:nth-child(2):hover .pricing-button a{border-color:#fab90a;color:#fff;background:#fab90a}
.single-pricing-inner:nth-child(3):hover .pricing-button a{border-color:#01a9f5;color:#fff;background:#01a9f5}
.blog-sec {
	position: relative;
}
.blog-inner h2 a {
    color: #0f263a;
    font-size: 20px;
}
.blog-inner h2 a:hover {
    color: #fab90a;
}
.blog-inner h2 {
    font-size: 28px;
    line-height: 1.2;
}
.blog-inner {
	border-bottom: 1px solid #eeeeee;
}
.blog-inner {
    margin-bottom: 50px;
}
.latest-blog {
	padding: 50px 40px;
	box-shadow: 0 0 0px 3px #f2f2f2;
	margin-bottom: 30px;
}
.latest-blog .blog-inner{
	margin-bottom:40px;
}
.latest-blog .blog-inner:last-child{
	margin-bottom:0px;
}
.classic-blog-meta {
	margin-bottom: 20px;
}
.classic-blog-meta li{
	display: inline-block;
	position: relative;
	color:#1c3048;
	margin-right:10px;
}
.classic-blog-meta li:last-child{margin-right:0px;}
.classic-blog-meta li i {
	color: #fab90a;
	margin-right: 10px;
}
.blogreadmore-btn {
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 4px;
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 12px 30px;
	background: #fab90a;
}
.blogreadmore-btn:hover {
    background: #01a9f5;
    color: #fff;
}
.blogreadmore-btn i {
	font-size: 24px;
	position: relative;
	top: 3px;
	margin-left: 5px;

    
}
.blogreadmore-btn1 {
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 4px;
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 12px 30px;
	background: #ff0000;    
}    
.blogreadmore-btn1:hover {
    background: #ff1313;
    color: #fff;
}
.blogreadmore-btn1 i {
	font-size: 24px;
	position: relative;
	top: 3px;
	margin-left: 5px;    
    
}
.blog-thumb {
	margin-bottom: 32px;
}
.blog-thumb img {
	width: 100%;
}
.recent-blog .blog-inner {
	padding-bottom: 35px;
	border-bottom: indianred;
	padding-bottom: 0;
}
.single-blog p a {
	border-bottom: 1px solid #2d3663;
	color: #2d3663;
}
.blog-details-colmn {
	margin-bottom: 30px;
}
.blog-details-colmn img{
	width:100%;
}
.related-blog-inner h2 a {
	font-size: 18px;
	color: #2d3663;
	font-weight: 800;
	font-family: 'Raleway', sans-serif;
}
.related-blog-thumb {
	margin-bottom: 20px;
}
.related-blog-thumb img{
	width:100%;
}
.related-blog-title {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 800;
	margin-bottom: 30px;
}
.related-blog-inner {
	margin-bottom: 30px;
}
.newsletter-sec {
    padding: 50px 0;
    background: #01a9f5;
    border-top: 10px solid #fab90a;
}
.newsletter-icon i {
	font-size: 72px;
	color: #fff;
}
.newsletter-icon {
	float: left;
	margin-top: 20px;
}
.newsletter-text {
	padding-left: 100px;
}
.newsletter-text span {
    color: #fab90a;
    font-size: 16px;
    font-weight: 800;
    text-shadow: 1px 1px 1px #2e2e2e;
}
.newsletter-text h1 {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
}
.newsletter-form {
	margin-top: 30px;
}
.newsletter-form form input[type="text"] {
    padding: 17px 165px 17px 34px;
    background: #fff;
    border-radius: 50px;
    font-weight: 500;
    color: #747993;
    width: 100%;
    height: 60px;
}
.newsletter-form form{
	position:relative;
}
.newsletter-form form button {
    padding: 16px 30px;
    background: #fab90a;
    color: #fff;
    font-weight: 500;
    border-radius: 0 50px 50px 0px;
    position: absolute;
    right: -4px;
    top: 0;
    transition: all 0.5s ease-out;
}
.newsletter-form form button:hover {
    background: #0f263a;
}
.newsletter-form button i {
	font-size: 24px;
	margin-right: 8px;
	position: relative;
	top: 3px;
}
.newsletter-form .newslettsse {
    padding: 17px;
    background: #fab90a;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
}
.abtdsc-sec p {
  color: #fff;
}
.abt-lft h2 {
color: #0f263a;
}
.abt-img img {
  width: 100%;
}
.about-desc {
	display: inline-block;
	width: 100%;
	padding-right: 40px;
}

.about-text >span {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fab90a;
	display: inline-block;
	width: 100%;margin-bottom: 10px;
}
.about-text h1 {
	color: #0f263a;
	display: inline-block;
	margin-bottom: 14px;
	font-size: 30px;
	font-weight: bold;
	text-transform: capitalize;
}
.about-text  h1 >span{color:#fab90a}
.about-us-img {
	position: relative;
	z-index:2
}

.about-us-img::before {
	position: absolute;
	content: "";
	background: #fab90a;
	width: 100%;
	height: 100%;
	left: -25px;
	top: 30px;
	z-index: -1;
	transition: all 0.4s ease 0s;
}

.company-ceo-info h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
}
.company-ceo-info span {
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
}
.counter-v2-sec{
	background-color: #071c34;
	background-image: url("../img/call_to_action_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 60px 0px;
	background-attachment: fixed;
}
.counter-v2-sec-overlay {
	background-color: rgba(7, 28, 52, 0.95);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.counter-v2-v2nt-up-inner {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.counter-v2-text {
	display: inline-block;
	text-align:left;
}
.counter-v2-up-icon {
	display: inline-block;
	margin-bottom: 14px;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	border: 1px solid #f2f2f2;
	line-height: 74px;
}
.counter-v2-up-icon i {
	font-size: 28px;
}
.counter-v2-up-inner h2 {
	font-size: 46px;
	text-transform: uppercase;
	margin-bottom:4px;
	color:#fab90a;
}
.counter-v2-up-inner h4 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
}
.team-inner {
	padding: 0px;
}
.team-text span {
	color: #01a9f5;
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.team-text > h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.team-text a {
  background: #01a9f5 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 14px 55px;
}
.team-member {
margin-bottom: 30px;
overflow: hidden;
padding-bottom: 6px;
position: relative;
text-align: center;
background: #fafafa;
}
.team-member:hover .team-overlay{visibility:visible; transition: all 0.4s ease-in-out 0s;opacity:1;top:0}
.team-overlay {
position: absolute;
top: 100%;
transition: all 0.4s ease-in-out 0s;
visibility: hidden;
width: 100%;height:100%;
background: #01a9f5;
color:#fff;
}
.team-overlay-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.team-overlay-text h2,
.team-overlay-text h3 {
  color: #fff!important;
}
.team-overlay img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.team-overlay > ul {
padding-bottom:10px
}
.team-member> img{width: 100%;}
.team-member h2 {
	font-size: 20px;
	margin-top: 20px;
	text-transform: capitalize;
}
.team-member h3 {
    color: #01a9f5;
    font-size: 16px;
}
.team-member li {
display: inline-block;
padding: 0 10px;
background: #01a9f5;
border-radius: 2px;
}
.team-member li i{color:#fff}
.pagehding-sec {
    background-image: url(../img/page_hd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 140px;
    position: relative;
    background-size: cover;
    padding-bottom: 45px;
}
.pagehding-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-heading h1 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 700;
}
.testimonial-sec {
	background: #0f263a none repeat scroll 0 0;
	background-image: url(../img/testimonial/testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.testimonial-overlay{
	background-color: rgba(0, 0, 0, 0.60);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.all-testimonial.owl-carousel .owl-item img {
/*	border-radius: 100%; */
}
.all-testimonial .owl-controls {
top: 40%;
position: absolute;
text-align: center;
width: 100%;
}
.all-testimonial .owl-controls .owl-buttons div {
  background: none;
opacity:1
}

.client-thumb {
  border-radius: 100%;
 /* height: 100px; 
  margin-right: 50px; */
  width: 750px;
}
.testisodimm .client-comment {
    background: #0f263a;
    padding: 40px;
}
.testisodimm .client-thumb img {
    border: 5px solid #01a9f5;
}
.testisodimm .single-testimonial {
    padding: 0 15px 30px 15px;
    display: block;
    text-align: center;
    line-height: inherit;
}
.sngl-client {
border: 1px solid #fafafa;
margin-bottom: 30px;
text-align: center;
margin: 5px;
}
.all-testimonial {
	text-align: center;
	/* padding-bottom: 20px; */
}
.single-testimonial {
	display: inline-flex;
	padding: 10px 25px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	line-height: 35px;
}
.client-comment p {
	color: #fff;
	font-size: 18px;
	font-style: italic;
}
.all-testimonial.owl-carousel .owl-item .client-signature img{
	margin-bottom: 20px;
	width:auto;
	height:auto
}
.client-comment h2 {
	font-size: 22px;
	margin-bottom:0px;
	text-transform: capitalize;
	font-weight: bold;
	color: #fff;
}
.client-comment h3 {
	color: #fab90a;
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 16px;
	display: inline-block;
	font-weight: 600;
}
.client-thumb {
	/* margin: 0px auto; */
	text-align: center;
/*	margin-bottom: 20px; */
	position:relative;
}
.client-comment {
	margin: 0px auto;
}
.client-comment > ul {
  padding-bottom: 15px;
}
.client-comment li {
  display: inline-block;
}
.client-comment li a{
border: 2px solid #2a4d75;
border-radius: 100%;
color: #2a4d75;
display: inline-block;
height: 30px;
line-height: 26px;
width: 30px;
margin: 0px 5px;
}
.client-comment li a:hover{background:#2a4d75;transition: all 0.4s ease-in-out 0s;color:#fff}
.client-sec .owl-controls {
  display: none;
}
.all-testimonial.owl-carousel.owl-theme .owl-dot {
	display: inline-block;
	height: 3px;
	margin: 0 5px;
	width: 10px;
	position: relative;
	background: #fff;
}
.all-testimonial.owl-carousel.owl-theme .owl-dot.active span {
	background: #fab90a none repeat scroll 0 0;
	width:15px;
	height:3px;
	display: inline-block;
	position: absolute;
	left: 0;
}
.all-testimonial.owl-carousel .owl-prev{
	float:left;
}
.all-testimonial.owl-carousel .owl-next{
	float:right;
}
.all-testimonial.owl-carousel .owl-prev,
.all-testimonial.owl-carousel .owl-next{
	display:inline-block;
}
.all-testimonial.owl-carousel .owl-prev i,
.all-testimonial.owl-carousel .owl-next i{
	font-size: 62px;
	color: #fff;
}
.single-testimonial .rating i {
	color: #fab90a;
}
.faq-sec {
	margin-bottom: 30px;
}
.faq-area-title {
	text-align: center;
	margin-bottom: 60px;
}
.faq-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}
.faq-sec .panel-title {
    font-size: 20px;
    font-weight: 600;
}
.faq-sec .panel-content {
	padding: 10px 20px 10px 20px;
	background: #f2f9ff;
}
.faq-img {
display: inline-block;
width: 100%;
}
.faq-img img {
  width: 100%;
}
.faq-sec .panel-heading {
	margin-bottom: 0px;
	padding: 14px 28px;
	background: #071c34;
	border-radius: 0px;
}
.faq-sec .panel-group .panel-heading.active{
	background: #01a9f5;
	color: #fff;
}
.faq-sec .panel {
	border:none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.0);
	margin-bottom: 15px;
	
}
.faq-sec .panel-heading a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	width: 100%;
	font-weight: 100;
}
.faq-sec .panel-title a:before {
    float:right !important;
    font-family: IcoFont !important;
    content:"\eacb";
   color:#fff;
   font-weight: 700;
}
.faq-sec .panel-title a.collapsed:before {
    float: right !important;
    content:"\eac8";color:#fff;
	font-family: IcoFont !important;
	font-weight: 700;
}
.faq-sec .panel-title > a:hover, 
.faq-sec .panel-title > a:active, 
.faq-sec .panel-title > a:focus  {
    text-decoration:none;color:#fff;
}
.faq-single {
	margin-bottom: 20px;
}
.faq-single .icon {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background: #fab90a;
	text-align: center;
	line-height: 60px;
	color: #011e40;
}
.faq-single .media-body h2 {
	font-size: 20px;
	margin-bottom:10px;
	text-transform: capitalize;
}
.widget-title {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
    width: 100%;
    color: #0f1934;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    padding-left: 33px;
}
.widget-title::before {
	position: absolute;
	content: "";
	height: 40px;
	width: 15px;
	background: #fab90a;
	top: 0;
	left: 0;
}
.service-cat li {
	display: inline-block;
	width: 100%;
}
.service-cat li a {
    display: inline-block;
    background: #fafafa;
    padding: 16px;
    font-size: 18px;
    width: 100%;
    margin-bottom: 2px;
    position: relative;
    border-left: 2px solid #fab90a;
}
.service-cat li a span {
	float: right;
}
.service-cat li a:hover {
	background: #0f263a;
	color: #fff;
	border-left: 7px solid #fab90a;
}
.brochures-widget{
	margin-top:40px;
}
.brochures-widget ul li {
	width: 100%;
}
.banner-widget {
	margin-top:40px;
}
.service-details {
	margin-bottom: 40px;
}
.service-details-text h2 {
    font-size: 28px;
}
.service-tab {
  margin-bottom: 40px;
}
.service-tab li {
display: inline-block;
margin-right: 10px; transition: all 0.4s ease 0s;
}
.service-tab li a:hover{
	background: #01a9f5 none repeat scroll 0 0;
	transition: all 0.4s ease 0s;
	color:#fff;
	border-color:#fab90a;
}
.service-tab li.active a {
	background: #01a9f5;
	color: #fff;
	border-color: #fab90a;
}
.service-tab li.active a:hover{color:#fff}
.service-tab li a {
    color: #0f263a;
    display: inline-block;
    text-align: center;
    background: #fafafa;
    position: relative;
    border-bottom: 4px solid #fafafa;
    padding: 14px 30px;
}
.desc-full {
    color: #414d58;
}
.desc-full ul {
    margin-bottom: 20px;
    padding: 0 0 0 30px;
	line-height: 28px;
}
.desc-full ul li:before {
    content: "\eed8";
    font-family: IcoFont;
    font-size: 21px;
    margin-right: 5px;
    vertical-align: top;
    color: #fab90a;
}
.desc-full ol {
    list-style: none;
	counter-reset: list none;
    margin-bottom: 20px;
    padding: 0 0 0 30px;
	line-height: 28px;
}
.desc-full ol li:before {
    font-size: 15px;
    margin-right: 5px;
    vertical-align: top;
    counter-increment: list;
    content: counter(list) '.';
    font-weight: bold;
    display: inline-block;
    width: 14px;
    text-align: center;
	color: #fab90a;
}
.desc-full h3 {
    font-size: 24px;
}
.desc-full h4 {
    font-size: 21px;
}
.desc-full h5 {
    font-size: 18px;
}
.desc-full .quote {
	font-style: italic;
	padding: 18px 40px;
	position: relative;
	background: #fafafa;
	margin-bottom: 20px;
	border-left: 2px solid #fab90a;
}
.project-details-img {
	margin-bottom: 30px;
	position:relative;
}
.project-details-desc h2 {
    font-size: 28px;
}
.project-details-list {
	background: #fab90a;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
}
.project-details-list-single::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background: #fff;
	right: -46px;
}
.project-details-list-single:last-child:before{
	display:none;
}
.project-list-box {
	position: relative;
}
.project-list-box::before {
	content: "";
	background: #e1e1e1;
	height: 70px;
	width: 2px;
	position: absolute;
	right: 0;
	top: -10px;
}
.project-list-box:last-child.project-list-box::before {
	display:none;
}
.project-details-list-single {
	margin: 30px 50px;
	display: inline-block;
	position: relative;
}
.project-details-list-text {
	text-align: left;
	display: inline-block;
}
.project-details-list-text h2 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 600;
}
.project-details-list-text span,
.project-details-list-text span a
 {
	color: #071c34;
	font-weight: 600;
}
.project-details-list-text span a:hover{
	color:#fab90a;
}
.project-details-info {
	position: absolute;
	bottom: 25px;
	display: inline-block;
	width: 350px;
	right: 25px;
}
.project-details-info ul {
    border-top: 5px solid #fab90a;
}
.project-details-info h2 {
	font-size: 30px;
	font-weight: 600;
}
.project-details-info ul li span{float:right}
.project-details-img img {
	width: 100%;
}
.project-details-info ul li {
	display: inline-block;
	width: 100%;
	padding: 16px 34px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.project-details-info ul li span{float:right}
.contact-page-map .contact-map {
	height: 560px;
}
.contact-page-sec .contact-field {
	display: inline-block;
	width: 100%;
	padding: 50px;
	box-shadow: 0 0 20px 2px #fafafa;
	background: #fff;
}
.contact-info-icon {
	float: left;
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 88px;
	margin-right: 10px;
	background: #fab90a;
	border-radius: 100%;
	position: relative;
	top: 8px;
}
.contact-info-icon i {
	color: #fff;
	font-size: 32px;
}
.contact-page-sec .contact-field h2 {
    color: #282828;
    font-size: 22px;
}

.contact-field .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-field.contact-form input {
  margin-bottom: 5px;
}  
.contact-field.contact-form textarea {
  height: 110px;
}
.contact-field.contact-form input[type="submit"] {
  background: #4cc700;
  width: 150px;
  border-color: #4cc700;
}
.contact-info-text {
	padding-left: 100px;
}
.contact-info {
	background: #fff;
	padding: 30px;
	margin-bottom: 15px;
}
.contact-info-text h2 {
	color: #282828;
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.contact-info-text span {
    color: #999999;
    font-size: 16px;
    font-weight: ;
    display: block;
    width: 100%;
}
.contact-field input{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  margin-top: 20px;
  padding: 10px;
  width: 100%;color:#999999;
}
.contact-field select {
	width: 100%;
	border: 1px solid #ddd;
	padding: 13px 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #999999;margin-top: 20px;
}
.contact-field .select-arrow::before {
	top: 30px;
	color: #999999;
}
.contact-field .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
	border: 1px solid #ddd;
	width: 100%;
	height: 120px;
	padding: 10px;
	margin-top: 20px;
}
.single-input-fieldsbtn input[type="submit"] {
	background: #fab90a none repeat scroll 0 0;
	border: 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 12px 30px;
	text-transform: capitalize;
	width: 170px;
	margin-top: 30px;
	font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#020e2a;transition: all 0.4s ease-in-out 0s;border-color:#020e2a;color:#fff;}
.contact-field {
  display: inline-block;width:100%
}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
footer.footer1 {
	padding-top: 100px;
	background: #e8f4fe;
}
.footer-sec h2 {
    color: #323232;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    font-size: 22px;
}
.footer-widget-inner {
	margin-bottom: 40px;
}
.footer-bottom-sec {
	padding: 20px 0px;
	background: #cde6fa;
}
.inner-text {
	color: #b0acac;
	font-weight: 400;
}
.inner-icon i {
	color: #b0acac;
	font-size: 20px;
	margin-left: 1px;
	width: 25px;
	text-align: center;
}
.footer-sec p {
color: #707070;
}
.footer-wedget-one > a > img {
	position: relative;
	margin-bottom: 20px;
}
.footer-wedget-one ul {
  margin-top: 15px;
}
.footer-wedget-three li i {
  display: inline-block;
  margin-right: 10px;
}
.wedget-newsletter form {
margin-bottom: 25px;
margin-top: 25px;
position: relative;
}
.footer-widget-menu li a {
    color: #707070;
}
.footer-widget-menu li a:hover{
color:#fab90a
}
.footer-widget-menu li {
	display: inline-block;
	width: 100%;
	padding: 3px 0;
}
.wedget-newsletter input[type="email"] {
	background: #e8f4fe;
	border: 1px solid #e8f4fe;
	padding: 10px 58px 10px 10px;
	text-transform: capitalize;
	width: 100%;
	font-weight: 600;
	color: #707070;
}
.wedget-newsletter button {
	color: #999999;
	position: absolute;font-size:18px;
	padding: 11px 20px;
	right: 0;
	top: 0;background:transparent
}
.checkbox-field {
  margin-top: 40px;background:transparent
}
.footer-bottom-sec p {
    color: #707070;
    font-size: 16px;
    margin: 0;
    text-align: center;
}
.footer-bottom-sec a {
    color: #23527c;
}
.footer-bottom-sec a:hover {
    color: #fab90a;
}
.footer-social li {
	display: inline-block;
	margin-right:5px;
}
.footer-social li:last-child{
	margin-right:0px;
}
.footer-social li a {
	color: #b2b1b2;
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
}
.footer-social li a:hover{
	background:#01a9f5;
	color:#fff;
}
.post-pagination {
    margin: 50px 0 0;
}
.post-pagination span, .post-pagination a {
    display: inline-block;
    margin: 0 3px;
}
.post-pagination span, .post-pagination a {
  background: #fff;
  border: 2px solid #f7f7f7;
  color: #292929;
  font-size: 18px;
  font-weight: 600;
  height: 55px;
  padding: 12px 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 55px;
}
.post-pagination span {
    background: #fab90a;
    color: #fff;
    border: 2px solid #fab90a;
}
.post-pagination a:hover {
    background: #01a9f5;
	color: #fff;
    border: 2px solid #01a9f5;
}
div#dle-content {
    width: 100%;
}
form#dle-comments-form {
    display: none;
}
span#dle-speedbar {
    color: #fab90a;
    padding-top: 10px;
    display: block;
}
span#dle-speedbar a {
    color: #fff;
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
}
span#dle-speedbar a:before {
    content: "/";
    height: 60%;
    position: absolute;
    right: 0;
    top: -3px;
    color: #fff;
}
span#dle-speedbar a:hover {
    color: #fab90a;
}
span.masha_index {
    display: none;
}
img.fr-dii {
    margin: 0;
	max-width: 100%;
}
img.fr-dii.fr-fil {
    margin: 0 20px 20px 0;
	max-width: 100%;
}
img.fr-dii.fr-fir {
    margin: 0 0 20px 20px;
	max-width: 100%;
}
 #marker-bar,
	#txtselect_marker {
		display: block;
		visibility: hidden;
		position: absolute;
		z-index: 1200;
		opacity: 0;
		-webkit-transition: opacity .4s, visibility .1s linear .4s;
		transition: opacity .4s, visibility .1s linear .4s;
	}
	#txtselect_marker {
		cursor: pointer;
		background:url(../dleimages/marker.png) no-repeat 0 0;
	}
	#txtselect_marker:hover { background-position: 0 -32px; }
	#marker-bar{
		border: 1px solid #ccc;
		border-radius: 15px;
		background: #fff;
		padding: 5px 10px;
		cursor: default;
		box-shadow: 0 0 4px #ccc; -webkit-box-shadow: 0 0 4px #ccc;
	}
	#marker-bar.show {
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
		opacity: 1;
		visibility: visible;
	}
	#txtselect_marker.show {
		visibility: visible;
		width: 32px; height: 32px;
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
		opacity: 1;
	}
	#marker-bar .masha-social,
	#marker-bar .masha-marker{
		cursor: pointer;
		display: block;
		margin: 0 5px;
		float: left;
	}
	#marker-bar .masha-marker{
		line-height: 1em;
		color: #aaa;
		border-bottom: 1px dotted #aaa;
		margin-right: 10px;
	}
	#marker-bar .masha-marker:hover {
		color: #ea3e26;
		border-color: #ea3e26;
	}
	.user_selection, .user_selection_true {
		background: #fff5d5;
		padding: 2px 0;
	}
	.user_selection a.txtsel_close,
	.user_selection_true a.txtsel_close { display: none; }
	.user_selection .closewrap, .user_selection_true .closewrap { position: relative; }
	.user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close {
		display: inline-block;
		position: absolute;
		top: -7px; left: -5px;
		width: 33px; height: 33px;
		background: url(../dleimages/closemarker.png) 0 0 no-repeat;
	}
	.user_selection.hover a.txtsel_close:hover,
	.user_selection_true.hover a.txtsel_close:hover { background-position: -0px -33px; }

	#share-popup {
		border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
		border-radius: 2px;
		background: #fff;
		position: absolute; z-index: 100;
		width: 414px;
		display: none;
		padding: 20px 0;
		opacity: 0;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
		background-clip: padding-box;
		-webkit-transition: opacity .4s, visibility .1s linear .4s;
		transition: opacity .4s, visibility .1s linear .4s;
	}
	#share-popup.show {
		display: block; opacity: 1;
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
	}
	#share-popup .social { padding: 0 0 10px 17px; }
	#share-popup .social p { padding-bottom: 10px; margin: 0; font-weight: bold;}
	#share-popup .social ul { list-style: none; margin: 0; padding: 0; }
	#share-popup .social ul li { display: inline; margin-right: 20px; padding-top: 2px; }
	#share-popup .social ul a {
		text-decoration: none;
		font-size: 12px;
		display: inline-block;
		color: #919191;
	}
	#share-popup .social ul a:hover { text-decoration: underline; }
	#share-popup .social a span {
		cursor: pointer;
		width: 20px; height: 20px;
		background: url(../dleimages/social-icons.png) 20px 20px no-repeat;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 5px 0 0;
	}
	#share-popup .social .tw span { background-position: 0 -20px; }
	#share-popup .social .tw:hover span { background-position: 0 0; }
	#share-popup .social .fb span { background-position: -20px -20px; } 
	#share-popup .social .fb:hover span { background-position: -20px 0; }
	#share-popup .social .vk span{ background-position: -40px -20px; }
	#share-popup .social .vk:hover span { background-position: -40px 0; }
	#share-popup .social .gp span{ background-position: -60px -20px; }
	#share-popup .social .gp:hover span { background-position: -60px 0; }
	#share-popup .link {
		clear: both;
		border-top: 1px solid #d9d9d9;
		padding: 10px 5px 0 10px;
		line-height: 1.2;
		overflow: hidden;
		margin: 0 7px;
	}
	#share-popup .link p {
		font-weight: bold;
		padding: 0 0 3px 0;
		margin: 0;
	}
	#share-popup .link span {
		color: #999;
		font-size: 10px;
		display: block;
		padding-top: 3px;
	}
	#share-popup .link a { display: block; }
	
	#loading-layer {
		display: block !important;
		background-color: #fff;
		background-color: rgba(255,255,255,0.9);
		z-index: 9999;
		position: fixed;
		top: 0; left: 0; right: 0; bottom: 0;
		width: 100%; height: 100%; text-indent: -9999px;
		overflow: hidden;
		white-space: nowrap;
	}
	#loading-layer:before, #loading-layer:after, .mfp-preloader:before, .mfp-preloader:after {
		content: "";
		border-radius: 50%;
		position: absolute;
		left: 50%; top: 50%;
	}
	#loading-layer:before, .mfp-preloader:before {
		width: 100px; height: 100px;
		margin: -50px 0 0 -50px;
	}
	#loading-layer:before, .mfp-preloader:before {
	background: #01a9f5;
	}
	#loading-layer:after, .mfp-preloader:after {
		width: 40px; height: 40px;
		background-color: #292929!important;
		margin: -20px 0 0 -20px;
	}

	#loading-layer:before, .mfp-preloader:before {
		-webkit-animation: load1 1s infinite ease;
		animation: load1 1s infinite ease;
	}
	#loading-layer:after, .mfp-preloader:after  {
		-webkit-animation: load2 1s infinite -0.32s ease;
		animation: load2 1s infinite -0.32s ease;
	}
	@-webkit-keyframes load1 {
		0%, 80%, 100% { -webkit-transform: scale(1,1); }
		40% { -webkit-transform: scale(.6,.6); }
	}
	@keyframes load1 {
		0%, 80%, 100% { transform: scale(1,1); }
		40% { transform: scale(.6,.6); }
	}
	@-webkit-keyframes load2 {
		0%, 80%, 100% { -webkit-transform: scale(1,1); }
		40% { -webkit-transform: scale(.5,.5); }
	}
	@keyframes load2 {
		0%, 80%, 100% { transform: scale(1,1); }
		40% { transform: scale(.5,.5); }
	}
.highslide-wrapper, .highslide-outline { background: #fff }
.highslide-image { border: 2px solid #fff }
.highslide-active-anchor { visibility: hidden } 
.highslide-active-anchor img { visibility: hidden }
.highslide-dimming { background-color: black }
.highslide-html { background-color: white }
.highslide-loading { display: block; color: white; font-size: 9px; font-weight: bold; text-decoration: none; padding: 3px; border: 1px solid white; background-color: black }
a.highslide-full-expand { background: url(../dleimages/fullexpand.gif) no-repeat; display: block; margin: 0 10px 10px 0; width: 34px; height: 34px }
.highslide-display-block { display: block }
.highslide-display-none { display: none }
.highslide-caption { display: none; padding: 5px; background: white }
.highslide-controls { width: 195px; height: 40px; background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 0 -90px; margin-right: 15px; margin-bottom: 10px; margin-top: 10px }
.highslide-controls ul { position: relative; left: 15px; height: 40px; list-style: none; margin: 0; padding: 0; background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 100% -90px }
.highslide-controls li { float: left; padding: 5px 0; }
.highslide-controls a { background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif); display: block; float: left; height: 30px; width: 30px; outline: none }
.highslide-controls a.disabled { cursor: default }
.highslide-controls a span { display: none }
.highslide-controls .highslide-previous a { background-position: 0 0 }
.highslide-controls .highslide-previous a:hover { background-position: 0 -30px }
.highslide-controls .highslide-previous a.disabled { background-position: 0 -60px !important }
.highslide-controls .highslide-play a { background-position: -30px 0 }
.highslide-controls .highslide-play a:hover { background-position: -30px -30px }
.highslide-controls .highslide-play a.disabled { background-position: -30px -60px !important }
.highslide-controls .highslide-pause a { background-position: -60px 0 }
.highslide-controls .highslide-pause a:hover { background-position: -60px -30px }
.highslide-controls .highslide-next a { background-position: -90px 0 }
.highslide-controls .highslide-next a:hover { background-position: -90px -30px }
.highslide-controls .highslide-next a.disabled { background-position: -90px -60px !important }
.highslide-controls .highslide-move a { background-position: -120px 0 }
.highslide-controls .highslide-move a:hover { background-position: -120px -30px }
.highslide-controls .highslide-full-expand a { background-position: -150px 0 }
.highslide-controls .highslide-full-expand a:hover { background-position: -150px -30px }
.highslide-controls .highslide-full-expand a.disabled { background-position: -150px -60px !important }
.highslide-controls .highslide-close a { background-position: -180px 0 }
.highslide-controls .highslide-close a:hover { background-position: -180px -30px }

.ui-widget-overlay {
background: #000;
opacity: 0.5;
left: 0; top: 0; right: 0; bottom: 0;
position: fixed;
}
.ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }
.ui-helper-clearfix { display: inline-block }
* html .ui-helper-clearfix { height: 1% }
.ui-helper-clearfix { display: block }
.ui-dialog {
	text-align: left;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 370px;
	border-radius: 2px;
	box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
	border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
	background-color: #f7f7f7;
	background-clip: padding-box;
}
.ui-dialog-titlebar {
    padding: 20px 20px;
    position: relative;
    background: #727272;
    color: #fff;
}
.ui-dialog-title { float: left; font-weight: bold; font-size: 1.15em; }
.ui-dialog-titlebar-close {
	position: absolute;
	right: 10px; top: 50%;
	margin-top: -16px;
	height: 32px; width: 32px;
	border: 0 none !important;
}
.ui-dialog-titlebar-close .ui-icon {
	display: block;
	margin: 10px auto 0 auto;
	width: 12px; height: 12px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
	-webkit-background-size: 12px auto; background-size: 12px auto;
	opacity: .5;
}
.ui-button {
	float: right;
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	height: 36px;
	border-radius: 18px;
	line-height: 22px;
	outline: none;
	background-color: #3394e6;
	color: #fff;
	border: 0 none;
	padding: 7px 22px;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-transition: all ease .1s; transition: all ease .1s;
}
.ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
.ui-icon { overflow: hidden; text-indent: -9999px; }
.ui-dialog label { color: #575757; }
.ui-dialog-content { padding: 20px; border: 1px solid #fff; overflow: auto; position: relative; zoom: 1; }
.loginbox.ui-dialog, .loginbox .ui-dialog-content { overflow: visible !important; }
.ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
.ui-dialog .ui-dialog-buttonpane { padding: 20px; text-align: center; }
.ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }
.ui-button { margin: 0 3px; }
.ui-helper-hidden-accessible{display: none;}

