html, body {
  height: 100%;
  font-family: "Georgia", sans-serif;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
   margin: 0 0 15px;
   color: rgb(22, 150, 216);
   font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #1e96d3;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}

body {
  background: #fff;
  color: #444;
  font-family: 'Georgia', sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}
ul.content-ul {
	margin: 0 0 15px 15px;
}
ol.content-ol {
	margin: 0 0 15px 0px;
}
ul.content-ul li {
	list-style: disc;
	margin-bottom: 5px;
}
ol.content-ol li {
	list-style: decimal;
	margin-bottom: 10px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #1e96d3;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}



.back-to-top:focus {
  background: #1e96d3;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3cd6ed;
  color: #fff;
}

.clear {
  clear: both;
}

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

input, select, textarea, input[type="text"], 
input[type="date"], input[type="url"], input[type="email"], 
input[type="password"], input[type="tel"], button, button[type="submit"] {
  box-shadow: none !important;
}


::-moz-selection {
  background: rgba(0,0,0,0.1);
  text-shadow: none;
}

::selection {
  background: rgba(0,0,0,0.1);
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px 80px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  
}
.title-main-h1 {
	font-size: 25px;
	text-align: center;
	line-height: 33px;
	margin-bottom: 70px;
}
.title-main-h2 {
	font-size: 38px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  display: inline-block;
  color: rgb(22, 150, 216); 
}

.section-headline h2::after {
  border: 1px solid #bbbbf9; 
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}
.title-main-h2::after {
  border: 1px solid #bbbbf9;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/*--------------------------------*/

/*  2. Header top Area
/*--------------------------------*/

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  /*background: rgba(22, 150, 216, 0.8);*/
  z-index: 9;
}
.header-top {
  /*background: #1e96d3;*/
  background: #fff;
  padding: 5px 0 10px 0;
  color: #444;
  text-align: right;
  position:relative;
}
.header-top  .col-logo {
	width: 300px;
}
.header-top .col-contacts {
	width: 400px;
	margin: 0 30px 0 50px;
	position: relative;
}
.header-top .col-contacts:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -30px;
	background: url('../img8/local-2021.png') no-repeat top left;
	width: 50px;
	height: 60px;
	background-size: 100%;
}
.header-top .col-phone {
	position: relative;
	padding-top: 5px;
}
.header-top .col-phone:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -40px;
	background: url('../img8/phone-2021.png') no-repeat top left;
	width: 60px;
	height: 60px;
	background-size: 100%;
}
.box-tel img {
	height: 22px;
	display: inline-block;
}
.bg-logo-header {
	background: url('../img8/bg-logo.png') no-repeat top right 250px;
	position:absolute;
	top:-10px;
	left:0;
	width: 50%;
	height: 80px;
	background-size:auto 110%;
	opacity:0.1;
}
.line-header-nav {	
	position: relative;
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1696d8+0,7bbdf7+70,bbbbf9+97 */
background: #1696d8; /* Old browsers */
background: -moz-linear-gradient(top,  #1696d8 0%, #7bbdf7 70%, #bbbbf9 97%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1696d8 0%,#7bbdf7 70%,#bbbbf9 97%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1696d8 0%,#7bbdf7 70%,#bbbbf9 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1696d8', endColorstr='#bbbbf9',GradientType=0 ); /* IE6-9 */



}
.header-nav-bg {
	position: absolute;
	top:0;
	right:0;
	width: 57%;
	height: 100%;
	background: rgba(22, 150, 216, 1);
}
.header-nav-bg:before {
	content:"";
	background: #fff url('../img8/bg-nav-top.png') no-repeat top left;
	position: absolute;
	top:0;
	left: -30px;
	height:inherit;
	display: block;
	width:50px;

}
.box-tel {
  display: inline-block;
  vertical-align: top;
}
.box-icq, .box-skype, .box-email {
	font-size: 15px;
}
.icq{
		height: 13px;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 3px;
		font-size: 12px;
}
.box-adres {
	font-size: 15px;
	text-align: center;
	line-height: 15px;
	margin-top: 3px;
	color: #154981;
	border-top: 1px solid rgb(22, 150, 216);
	padding-top: 5px;
}
.box-adres span {
	color: rgb(22, 150, 216);
}
.separator {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  font-size:0;
  line-height:0;
  border-left: 1px solid #ad8dfc;
  height: 24px;
}
.box-social {
  color: #1696d8;
  margin-left: 3px;
}
.box-social img{
	height: 22px;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}
.box-social i {
	font-size: 26px;
}
.box-social:hover {
  
  opacity: 0.8;
}
.box-tel i {
	font-size: 20px;
}
.box-tel.box-skype i {
	font-size: 16px;
	color: #1696d8;  
}
.box-tel.box-email i {
	font-size: 15px;
	color: #1696d8;  
}
.box-icq {
	margin: 0 2px;
}

.box-tel .fa-whatsapp {
	font-size: 23px;
}
.big-tel {
	font-size: 22px;
	display: inline-block;
	vertical-align: top;
}
.box-btn-header {
	margin-top: 5px;
}
.btn-navtop {
  display: inline-block;
  vertical-align: top;
  padding: 5px 2px;
  border-radius: 4px;
  font-size: .7em;
  line-height: .77em;
  text-decoration: none;
  color: #db0000;
  /*color: #fff;
  background: #db0000;
  border: 1px solid #db0000;*/
  border: 1px solid #1696d8;
  border-image: linear-gradient(to right top, #1696d8, #cca4fd, #1696d8);
    border-image-slice: 1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2px;
  font-family: Open Sans;
}
.btn-navtop2 {
  display: inline-block;
  vertical-align: top;
  padding: 5px 2px;
  border-radius: 4px;
  font-size: .7em;
  line-height: .77em;
  text-decoration: none;
  color: #1696d8;
  /*color: #fff;
  background: #1696d8;*/
  border: 1px solid #1696d8;
  border-image: linear-gradient(to right top, #1696d8, #cca4fd, #1696d8);
    border-image-slice: 1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2px;
  font-family: Open Sans;
}
.btn-navtop2:hover {
	color: #7f51fd;
	/*background: #1696d8;*/
}
.btn-navtop:hover {
	opacity: 0.8;
	color: #7f51fd;
}

a.navbar-brand {
  display: inline-block;
  padding: 0px 0 55px 34px;
  text-decoration: none;
  background: url(../img8/logo-star.png) no-repeat top 1px left;
  /*background: url(../img8/ng-logo.jpg) no-repeat top 1px left;
  background: url(../img8/logo-23fev.png) no-repeat top 1px left;*/ 
  font-family: 'europanuova', sans-serif;
  font-size: 32px;
  color: #154981;
  line-height: 31px;
  position: relative;
  height: 54px;
  white-space: nowrap;
}
a.navbar-brand:hover {
  color: #154981;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.logo-footer {
  display: inline-block;
  padding: 0px 0 55px 34px;
  text-decoration: none;
  background: url(../img8/logo-star.png) no-repeat top 1px left;
  font-family: 'europanuova', sans-serif;
  font-size: 32px;
  color: #1e96d3;
  line-height: 31px;
  position: relative;
  height: 54px;
  white-space: nowrap;
}
.logo-footer:hover {
  opacity: 0.9;
}
.logo-web {
  font-size: 13px;
  position: absolute;
  top: 30px;
  left: 37px;
  line-height: 13px;
}
.logo-time {
  font-size: 19px;
  position: absolute;
  top: 33px;
  left: 140px;
  color: #db0000;
  line-height: 19px;
}
.btn-all {
  margin: 20px 10px 10px 20px;
  text-decoration: none;
  color: #fff;
  background: transparent;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px dotted #fff;
  padding-left: 10px;
}

.main-menu ul.navbar-nav li {
  display: inline-block;
  padding: 0px 13px;
}

.main-menu ul.navbar-nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  padding: 7px 0px 9px 0;
  
  
  /*font-family: Open Sans;*/
}
.main-menu ul.navbar-nav li:last-child {
	padding-right: 0;
}

.main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.main-menu ul.navbar-nav li.active a:hover {
  background: none;
  color: #000;
}

.main-menu ul.navbar-nav li.active a:focus {
  color: #fff;
}

.main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.main-menu ul.navbar-nav li a:hover {
  color: #fff;
}

.navbar {
  border: medium none;
  margin-bottom: 0;
  min-height: 30px;
}
.dropdown-menu > li > a {
	white-space: normal;
}

.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background: none;
  color: #333;
}

.navbar-default .navbar-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 25px 0px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.top-right.text-right {
  float: right;
  position: relative;
  top: 24px;
  margin-left: 20px;
}

.top-right.text-right>li {
  float: right;
  margin: 0px 8px;
}

.top-right.text-right li a {
  color: #fff;
}

.main-menu li.dropdown.open > .dropdown-menu { 
  width: 490px;
  text-align: center;
  left: 0px;
  right: auto;
  top: auto ;
  position: absolute;
  column-width: 200px;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
   
}
.main-menu li:nth-child(1).dropdown.open > .dropdown-menu {
	max-height: 600px;
	width: 700px;
}
.main-menu li:nth-child(2).dropdown.open > .dropdown-menu {
	max-height: 500px;
}
.main-menu ul.navbar-nav li:nth-child(3) .dropdown-menu {
	width: 740px;
	max-height: 600px;
}
.main-menu ul.navbar-nav li:nth-child(5) .dropdown-menu {
	width: 210px;
}
.main-menu li:nth-child(4).dropdown.open > .dropdown-menu {
	max-height: 540px;
}
.main-menu li:nth-child(6).dropdown.open > .dropdown-menu {
	left: auto;
	right:0;
}
.main-menu li:nth-child(7).dropdown.open > .dropdown-menu {
	left: auto;
	right:0;
}
.main-menu li:nth-child(8).dropdown.open > .dropdown-menu {
	left: auto;
	right:0;
}

.main-menu .dropdown ul {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1696d8+0,7bbdf7+43,bbbbf9+97 */
background: #1696d8; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #1696d8 0%, #7bbdf7 43%, #bbbbf9 97%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #1696d8 0%,#7bbdf7 43%,#bbbbf9 97%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #1696d8 0%,#7bbdf7 43%,#bbbbf9 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1696d8', endColorstr='#bbbbf9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.main-menu .dropdown ul li {
  display: block;
  vertical-align:top;
  /*width: 200px;*/ /**/
  width: 250px;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding-top: 5px;
}


.main-menu {transition: 3s;}
.main-menu .dropdown ul li:last-child {
	padding-right: 15px;
}
.main-menu .dropdown ul li .msub {
	text-align: left;
	padding-left: 5px;
	visibility:hidden;
  opacity:0; /**/
	transition: 0.5s;
	padding-right: 5px;
	position:absolute; top:0; left:100%; border:1px solid #0000000; 
	width: 250px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1696d8+0,7bbdf7+43,bbbbf9+97 */
background: #1696d8; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #1696d8 0%, #7bbdf7 43%, #bbbbf9 97%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #1696d8 0%,#7bbdf7 43%,#bbbbf9 97%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #1696d8 0%,#7bbdf7 43%,#bbbbf9 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1696d8', endColorstr='#bbbbf9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.main-menu .dropdown ul li:hover .msub {visibility:visible;
  opacity:1;  }
.navbar-nav .dropdown-menu {padding-left: 5px; padding-right: 5px; float: none;transition: 3s; width:auto !important; column-width:auto !important; column-count:auto !important}
.dropdown-menu>li {position:relative}


.main-menu .dropdown ul li a {
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	/*border-bottom: 1px solid #fff;*/
	/*border-left: thin solid #154981;
	border-top: thin solid #154981;
	border-right: thin solid #154981;
	text-shadow: 0px 0px 2px rgba(39, 36, 188, 1);*/
	padding:0;
	margin-bottom: 8px;
	display: inline-block;
	font-weight: bold;
	font-weight: normal;
}
.main-menu .dropdown-menu li:hover > a {
	color: #000 !important;
} 
.main-menu ul.navbar-nav li .msub div {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.main-menu ul.navbar-nav li .msub a {
	font-size: 14px;
	border:0;
	line-height: 15px;
	display: black !important;
	padding:3px 0 3px 5px;
	margin: 0;
	position: relative;	
	display: inline-block;
	font-family: Open Sans;
	font-weight: normal;
	
	
}
.main-menu ul.navbar-nav li .msub > div {
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 14px;
}
.main-menu li.dropdown.open {
	position: relative;
}



/*--------------------------------*/

/* 2.1. Stick menu
/*--------------------------------*/

.header-area.stick {
  background-color: rgba(22, 150, 216, 1);
  height: 107px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header-area.stick .header-top {
	background: #fff;
}
.header-area.stick .header-nav-bg {
	display: none;
}

.stick .navbar-header a.navbar-brand {
  display: inline-block;
  height: 90px;
}

.stick .navbar-brand>img {
  display: none;
}

.stick .navbar-brand.sticky-logo>img {
  display: block;
}

.sticky-logo h1 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.sticky-logo h1 span {
  color: #1e96d3;
}
.stick .main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.stick .main-menu ul.nav>li>a:hover {
  color: #fff;
}

.stick .main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul.sub-menu {
  background-color: #f5f5f5;
  color: #fff;
  outline: medium none;
}

.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
  color: #fff;
}

.stick .logo {
  height: 20px;
}

.stick .logo a {
  margin-top: 0px;
}

.stick .main-menu ul.nav>li>a {
  color: #fff;
  line-height: 22px;
  padding: 7px 0px 9px 0;
 
}

.stick .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.stick .navbar-default .navbar-toggle {
  padding: 10px 0px;
}
.slider-content {
  padding-top: 190px;
  color: #1696d8;
	width: 50%;
}
.slider-content h3 {
  color: #1696d8;
}
.box-poligon img {
	width: 100%;
}
/*------------------------------
  3. About Area
--------------------------------*/

.about-area {
  background: #f9f9f9 url("../img8/bg-logo-about-2021.png") center no-repeat;
  background-attachment: fixed;
}
.faq-area {
	background: #f9f9f9 url("../img8/star-bg-2021.png") no-repeat left bottom;
	background-size: auto 90%;
}
.services-area {
	background: #f9f9f9 url("../img8/services-bg-2021.png") no-repeat right center;
	background-size: auto 80%;
}
.services-title {
	color: #444;
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	margin: 0 0 15px;
}
.services-title:hover {
	color: #1e96d3;
}
.blog-inner {
	background: #f9f9f9 url("../img8/news-bg-2021.png") no-repeat left bottom;
	background-size: auto 90%;
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #1e96d3;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #444;
}

/*--------------------------------*/

/* 4.Services Area
/*--------------------------------*/

.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}
.services-icon i {
	color: #cca4fd;
	transition: all 0.4s ease 0s;
}
.single-services:hover i {
	transform: scale(120%);
	
}
.section-headline.services-head>h2 {
  margin-bottom: 25px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4, .services-details:hover .services-icon {
  color: #1e96d3;
}

.row.second-row {
  margin-top: 40px;
}

.section-head>h2 {
  color: #333;
}

.single-services>h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services>p {
  color: #333;
  font-size: 14px;
}

/*----------------------------------------
  5.Skill Area
----------------------------------------*/

.our-skill-area {
  position: relative;
}

.our-skill-area {
  background: rgba(248, 248, 248, 0.8) url("../img8/background/bg1.jpg") no-repeat fixed center top / cover;
}

.test-overly {
  background: rgba(255, 255, 255, 0.90);
  position: absolute;
  width: 100%;
  height: 100%;
}

.progress-h4 {
  font-size: 25px;
  font-weight: 500;
  color: #444;
}


/*----------------------------------------
  6.Faq Area
----------------------------------------*/

.faq-details .panel-heading {
  padding: 0;
}

.panel-default {
	border-color: #ad8dfc;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ad8dfc;
}
.panel-default>.panel-heading {
  background-color: transparent;
  border: medium none;
  color: #333;
}

.faq-details .check-title a {
  color: #333;
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 40px;
  padding: 6px 10px;
  text-decoration: none;
}

.panel-body {
  padding: 15px 15px 0px 50px;
}

.faq-details .check-title {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.faq-details a span.acc-icons {
  position: relative;
}

.faq-details a span.acc-icons::before {
  color: #ad8dfc;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.faq-details .check-title a.active, .faq-details a.active span.acc-icons::before {
  color: #1e96d3;
}

.faq-details a.active span.acc-icons::before {
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.second-row {
  margin-top: 30px;
}

.event-content.head-team h4 {
  background: transparent none repeat scroll 0 0;
  color: #333;
  padding: 30px 0 10px;
  font-weight: 500;
  trext-transform: normal !important;
  font-size: 18px;
}

.tab-menu .nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.tab-menu {
  display: block;
  text-align: center;
}

.tab-menu ul.nav {
  margin: 0;
  padding: 0;
}

.tab-menu ul.nav li {
  border: medium none;
  display: inline-block;
}

.tab-content {
  border: 1px solid #ad8dfc;
  padding: 0 15px 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-color: #ad8dfc;
}

.tab-menu ul.nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #444;
  display: block;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 18px;
}

.tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {
  border-bottom: 1px solid #fff;
  color: #1e96d3 !important;
}

.tab-menu .nav-tabs {
  border-bottom: none;
  margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	height: 46px;
	width: auto;
	background: transparent;
}
.tab-menu .nav-tabs li {
	height: 46px;
	width: auto;
}
.tab-menu .nav-tabs li:hover, .tab-menu .nav-tabs li.active {
	background: transparent;
}
.tab-menu .nav-tabs a {
  text-align: left;
  text-transform: none;
}

.tab-main-img a {
  position: relative;
  display: block;
}

.tab-main-img a:hover span.events-offer {
  height: 20%;
}

.tab-main-img a span.events-offer {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  content: "";
  font-size: 20px;
  font-weight: 700;
  height: 0%;
  left: 0;
  line-height: 70px;
  padding: 0;
  position: absolute;
  text-align: left;
  transition: all 0.5s ease 0s;
  width: 100%;
  padding: 0px 10px;
}

/*----------------------------------------
 7.Wellcome Area Css
----------------------------------------*/

.wellcome-area {
  background: rgba(248, 248, 248, 0.8) url("../img8/background/bg1.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.well-bg {
  position: relative;
}

.wellcome-text {
  margin: 20px 0;
  padding: 30px 40px;
}

.well-text>h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

.well-text p {
  font-size: 18px;
  font-style: italic;
  
}

.wellcome-text .section-headline p {
  margin-bottom: 0;
}

.subs-feilds {
  border: 1px solid #fff;
  display: inline-block;
  height: 52px;
  margin-top: 30px;
  width: 60%;
  border-radius: 30px;
  overflow: hidden;
}

.suscribe-input input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: left;
  font-size: 15px;
  line-height: 24px;
  padding: 11px 15px;
  width: 70%;
  height: 50px;
}

.suscribe-input button {
  border: medium none;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 20px;
  width: 100%;
  
-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);

-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);

box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);

background: #7db9e8;

background: -moz-linear-gradient(top,rgba(125,185,232,1) 0%,rgba(30,150,211,1) 100%);

background: -webkit-linear-gradient(top,rgba(125,185,232,1) 0%,rgba(30,150,211,1) 100%);

background: linear-gradient(to bottom,rgba(125,185,232,1) 0%,rgba(30,150,211,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8',endColorstr='#1e96d3',GradientType=0);
}
.btn-welcom {
  
  border: medium none;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 20px;
  width: 100%;
  display: inline-block; 
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);
background: #1696d8;
background: -moz-linear-gradient(top, #1696d8 0%, #7bbdf7 70%, #bbbbf9 97%);
background: -webkit-linear-gradient(top, #1696d8 0%,#7bbdf7 70%,#bbbbf9 97%);
background: linear-gradient(to bottom, #1696d8 0%,#7bbdf7 70%,#bbbbf9 97%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1696d8', endColorstr='#bbbbf9',GradientType=0 );

}
.btn-welcom:hover {
	opacity: 0.8;   
	color: #fff;
}
.btn-welcom:active, .btn-welcom:visited {
	color: #fff;
}

.suscribe-input button:hover {
  opacity: 0.8         ;
}

/*----------------------------------------
 8.Team Area Css
----------------------------------------*/

.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img8/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button>button:hover {
  background: #1e96d3;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #1e96d3;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img>a {
  display: block;
}

.team-img>a::after {
  background: rgba(0, 0, 0, 0.70);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}

.team-social-icon {
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}

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

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 35px;
  margin: 0 3px;
  width: 34px;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #1e96d3;
  background: #1e96d3;
}

.team-content {
  padding: 10px 0px;
}

.team-content>h4, .team-content>p {
  color: #444;
  margin-bottom: 5px;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  
}

/*--------------------------------*/

/*  9.review Area
/*--------------------------------*/

.reviews-area {
  background: url(../img8/background/bg1.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}

.work-left-text {
  background: #1e96d3 none repeat scroll 0 0;
}

.work-left-text {
  width: 50%;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  float: right;
  height: 100%;
  overflow: hidden;
  padding: 71px 0;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}

/*----------------------------------------
 10.Portfolio Area Css
----------------------------------------*/
.portfolio-area .ready-btn {
	/*border-color: #1e96d3;
	color: #1e96d3;*/
}
.pst-content {
  padding-left: 10px;
}

.project-menu {
  margin-bottom: 40px;
  text-align: center;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  /*background: #fff none repeat scroll 0 0;*/
  border: 1px solid #eb4ec;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);

-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);

box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);

background: #7db9e8;

background: -moz-linear-gradient(top,rgba(125,185,232,1) 0%,rgba(30,150,211,1) 100%);

background: -webkit-linear-gradient(top,rgba(125,185,232,1) 0%,rgba(30,150,211,1) 100%);

background: linear-gradient(to bottom,rgba(125,185,232,1) 0%,rgba(30,150,211,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8',endColorstr='#1e96d3',GradientType=0);
}

.project-menu li a.active, .project-menu li a:hover {
  border-color: #eb4ec;
  background: #fff;
  color: rgb(22, 150, 216);
  text-decoration: none;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
  height: 300px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img>a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 18px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}
.elem-slider-portf {
	margin: 0 15px 20px 15px;
	min-height: 300px;
	
}
.elem-slider-portf .singl-portf {
	margin-bottom:5px;
	border: 1px solid rgba(0,0,0,0.1);  
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);
}

/*----------------------------------------*/

/* 11. Pricing Area
/*----------------------------------------*/

.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  border-image: linear-gradient(to right top, #1696d8, #cca4fd, #1696d8);
    border-image-slice: 100%;
border-image-slice: 1;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
  min-height: 500px;
  

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7fcff+0,e3e3f4+100 */
background: #f7fcff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f7fcff 0%, #e3e3f4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #f7fcff 0%,#e3e3f4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #f7fcff 0%,#e3e3f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fcff', endColorstr='#e3e3f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);
-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);
box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);
}
.pri_table_list:hover {
	transform: scale(107%);
}
.single-spec {

    position: relative;
    border: 1px solid #1696d8;
    text-align: center;
    border-radius: 5px;
    width: 270px;
    margin: 20px 8px;
    display: inline-block;
    vertical-align: top;

}
.single-spec-title {
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	padding: 30px 0 20px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	font-family: "Times New Roman",sans-serif;
}
.single-spec-title strong {
    font-size: 22px;
}
.single-spec .pri_table_list  ul, .single-spec .pri_table_list  ol {

    margin: 0;
    padding: 0;
    list-style: 0;
    min-height: 355px;

}
.single-spec .pri_table_list .check::after {

    content: "\2714";
    position: absolute;
    right: 20px;
    top: 10px;
    color: #7f51fd;

}
.single-spec .pri_table_list ol li {
	padding-right: 40px;
}

.pri_table_list h3 strong {
  font-size: 22px;
}
.pri_table_list h3 a {
	text-decoration: underline;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #000;
  padding: 5px 15px;
  position: relative;
  text-align: left;
}

.pri_table_list li.check.cross::after {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 5px;
  color: indianred;
}
.pri_table_list li.check.cross {
	color: rgba(0,0,0,0.3);
}

.pri_table_list li.check::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: #1e96d3;
}

.pri_table_list .ready-btn {
  margin-top: 20px;
  margin-bottom: 25px;
 
}

.pri_table_list>h3 {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #bbbbf9;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list>button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.active>h3 {
  
  transition: all 0.4s ease 0s;
}

.active>button {
  background: #1e96d3 none repeat scroll 0 0;
  border: 1px solid #1e96d3;
  color: #fff;
  transition: 0.4s;
}

.active>button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}

/*----------------------------------------
 12.Testimonial Area Css
----------------------------------------*/

.testimonials-area {
  background: rgba(0, 0, 0, 0) url("../img8/background/bg-otzyv.jpg") no-repeat fixed center top / cover;
  height: auto;
  width: 100%;
}

.testi-inner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.testi-overly {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.quate {
  border: 1px dotted #cca4fd;
  border-radius: 50%;
  color: #cca4fd;
  display: inline-block;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.quate:hover {
  color: #0b97e0;
}

.testi-img img {
  border: 1px dotted rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  height: 80px;
  margin: 0 auto;
  padding: 5px;
  transition: background 0.6s ease-out 0s;
  width: 80px !important;
}

.testi-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0;
  letter-spacing: 1px;
}

.testi-text h6, .testi-title {
  color: #444;
  font-size: 20px;
}
.owl-carousel .owl-item .testi-text, .owl-carousel .owl-item .testi-text a {
	font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
  bottom: -30px;
  display: block;
  left: 50%;
  margin-left: -140px;
  position: absolute;
}

.testimonial-content {
  margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
  display: inline-block;
  margin: 0 3px;
 
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: #cca4fd;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot span {
   border: 1px solid #cca4fd;
} 

.testi-text.text-center>h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.guest-rev {
  color: #ddd;
  font-size: 16px;
}

.guest-rev>a {
  color: #1e96d3;
  font-size: 14px;
}

/*--------------------------------*/

/*  13.Blog Area
/*--------------------------------*/

.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: #444;
  text-decoration: none;
}

.blog-text h4 {
  color: #444;
  margin-bottom: 15px;
  font-size: 18px;
  line-height:21px;
  height: 64px;
  overflow:hidden;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
  color: #ad8dfc;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type>a, .date-type, .blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type>a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}


/*------------------------------
  13. Quote area
--------------------------------*/

.suscribe-area {
  padding: 30px 0;
 
-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);

-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);

box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);

background: #1696d8;
background: -moz-linear-gradient(top, #1696d8 0%, #7bbdf7 70%, #bbbbf9 97%);
background: -webkit-linear-gradient(top, #1696d8 0%,#7bbdf7 70%,#bbbbf9 97%);
background: linear-gradient(to bottom, #1696d8 0%,#7bbdf7 70%,#bbbbf9 97%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1696d8', endColorstr='#bbbbf9',GradientType=0 );
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.suscribe-text .title-main-h3 {  
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #1e96d3;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #1e96d3 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}

/*--------------------------------*/

/*  14.Contact Area
/*--------------------------------*/

.contact-area {
  height: auto;
  width: 100%;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
}

.contact-form textarea  {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 140px;
  padding: 20px;
  width: 100%;
}

.contact-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #cca4fd;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form button[type=submit]:hover {
  color: #fff;
  border: 1px solid #1e96d3;
  background: #1e96d3;
}

.contact-form  #sendmessage {
  color: #1e96d3;
  border: 1px solid #1e96d3;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #cca4fd;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
  color: #cca4fd;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

/*----------------------------------------*/

/*  15. Footer Area
/*----------------------------------------*/

.footer-area {
  padding: 50px 0 40px 0;
  background: #f9f9f9;
  margin-top: 30px;
}

.footer-head p {
  color: #444;
}

.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.title-footer {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
  
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #1e96d3;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #cca4fd;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
  background: #1696d8;
background: -moz-linear-gradient(top, #1696d8 0%, #7bbdf7 70%, #bbbbf9 97%);
background: -webkit-linear-gradient(top, #1696d8 0%,#7bbdf7 70%,#bbbbf9 97%);
background: linear-gradient(to bottom, #1696d8 0%,#7bbdf7 70%,#bbbbf9 97%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1696d8', endColorstr='#bbbbf9',GradientType=0 );
}

.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #1e96d3;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
  /*background: #1e96d3;
  border: 1px solid #1e96d3;
  color: #fff;*/
  opacity: 0.8;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}

.footer-area-bottom {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 15px 0;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #1e96d3;
}

.copyright-text a {
  color: #444;
}

.copyright>p {
  margin-bottom: 0;
  color: #444;
}

.copyright a, .credits a {
  color: #1e96d3;
}

.credits {
  padding-top: 5px;
  text-align: center;
}

/*----------------------------------------*/

/*  16.Home Page 2  CSS
/*----------------------------------------*/

.header-bg {
  background: url(../img8/slider/slider1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

.header-bg.home-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-overly {
  background: rgba(0, 0, 0, 0.50);
  height: 100%;
  position: absolute;
  width: 100%;
}

.home-2 .layer-1-3, .home-3 .layer-1-3 {
  margin: 10px 0 0;
}

/*----------------------------------------*/

/*  17.Home Page 3  CSS
/*----------------------------------------*/

.home-video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.header-image.home-3 {
  width: 100%;
  height: 100%;
  position: relative;
}

.table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/*----------------------------------------
  18. Blog page
----------------------------------------*/

.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #1e96d3;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a:hover {}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 6px 20px;
  text-align: center;
  
  transition: all 0.4s ease 0s;
  z-index: 222;
  position:relative;
  background: #fff;

-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);

-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);

box-shadow: 0 0 7px 0 rgba(0,0,0,0.35);

    background: #1696d8;
    background: -moz-linear-gradient(top, #1696d8 0%, #7bbdf7 70%, #bbbbf9 97%);
    background: -webkit-linear-gradient(top, #1696d8 0%,#7bbdf7 70%,#bbbbf9 97%);
    background: linear-gradient(to bottom, #1696d8 0%,#7bbdf7 70%,#bbbbf9 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1696d8', endColorstr='#bbbbf9',GradientType=0 );
}

.ready-btn:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #7f51fc !important;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover, .left-blog ul li a:hover {
  color: #1e96d3;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1, .header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

/*----------------------------------------*/

/*  19.	Blog Details css
/*----------------------------------------*/

.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #1e96d3;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content>p {
  color: #444;
}

.entry-meta>span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #1e96d3;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #1e96d3;
  border-color: #1e96d3;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing>h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #1e96d3;
  border: 1px solid #1e96d3;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}

.author-info {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin: 30px 0;
  padding: 15px;
  width: 100%;
}

.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}

.comments-heading h3, h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: #444;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 15px;
}

.comments-content-wrap {
  color: #42414f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 80px;
  padding: 10px;
  position: relative;
}

.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}

.author-description h2 {
  color: #777;
  font-size: 20px;
  text-transform: uppercase;
}

.author-description h2 a {
  color: #000;
}

.comments-content-wrap span b {
  margin-right: 5px
}

.comments-content-wrap span a:hover {}

span.post-time {
  margin-right: 5px
}

.comments-content-wrap p {
  color: #909295;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

li.threaded-comments {
  margin-left: 50px
}

.comment-respond {
  margin-top: 60px;
}

h3.comment-reply-title {}

span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-respond p {
  color: #444;
  margin-bottom: 5px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}

.comment-respond textarea#message-box {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}

.comment-respond input[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #1e96d3;
  border-radius: 20px;
  box-shadow: none;
  color: #444;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.comments-content-wrap span a {
  color: #000;
}

.comments-content-wrap span a:hover {
  color: #1e96d3;
}

.comment-respond input[type=submit]:hover {
  border: 1px solid #1e96d3;
  color: #fff;
  background: #1e96d3;
}

.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
}
.single-blog-img {
	height: 200px;
	margin-bottom: 15px;
	overflow:hidden;
	display: none;
}
.single-blog-img img {
	min-width: 100%;
}

.owl-carousel .owl-item .testi-text, .owl-carousel .owl-item .testi-text a {
	color: #444;
}

.about-move {
	height: 240px;
}
/*----------------------------------------
 .End CSS
----------------------------------------*/
/*для контента*/
.h1-content {
	font-family: georgia;
	font-size: 35px;
	font-weight: normal;
	color: rgb(22, 150, 216);
	text-align: center;
	margin-bottom: 30px;
}
.txt-red {
	display: inline-block;
	color: rgb(255, 0, 0);
}
.box-txt-shadow {
	width: 100%;
	-webkit-box-shadow: 0 4px 35px -16px #333;
	box-shadow: 0 4px 35px -16px #333;
	border-radius: 10px;
	background-color: #fff;
	padding: 38px 30px 34px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align:center;
}
.txt-shadow {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
	text-align:left;
}
.content-list li:before {
	content: "\2714";
	display: inline-block;
	color: rgb(22, 150, 216);
	padding-right: 5px;
}
.content-list li {
	margin-bottom: 5px;
}
.box-btn-shadow {
	text-align: right;
	padding: 0 30px;
}
.btn-blue {
    background: #1696d8 none repeat scroll 0 0;
    border: 1px solid #1696d8;
    color: #fff;
    margin: 5px auto;
    padding: 10px 35px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;

}
.btn-blue:hover {
	color: #fff;
	opacity:0.8;
}
.footer-pay img {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px 0;
}

.specpredl-area .specpredl-head {
	margin-bottom: 10px;
}
.specpredl-area h4 {
	height: 78px;
}
.specpredl-title {
	height: 78px;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	font-family: Georgia;
}
.sp-red {
	color: #db0000;
}
.specpredl-area .ready-btn {
	margin: 15px 0 25px 0;
}
.specpredl-area picture {
	display: block;
	text-align: center;
	min-height: 241px;
}
.sp-txt {
	margin: 0 0 10px 0;
	min-height: 176px;
}
.sp-boxbtn {
	border-bottom: 1px solid #ad8dfc;
	margin-bottom: 25px;
}

a.singl-portf.spf-logo {
	
	display: table-cell;
	vertical-align: middle;
	height: 140px !important;
	max-height: 140px !important;
	width: 140px !important;
	overflow: hidden;
	
	
}
.spf-logo img {
	min-width: 140px;
}
.cell-spf-logo {
	display: table-cell;
	padding: 10px;
}
.slider-logo td {
	vertical-align: middle !important;
}
.slider-logo .name-portf {
	margin-top: 5px;
	font-size: 16px;
	text-align: justify;
}
.slider .name-portf {
	margin-top: 5px;
	font-size: 16px;
	text-align: left;
}
.slider-portf .name-portf a {
	font-size: 20px !important;
}
.name-prtf-mob {
	text-align: justify;
	font-size: 16px;
	padding: 0 25px 0 0;
}

.box-left-submenu {
	width: 100%;
	float: none;
	margin: 0;
}
/*.box-left-submenu {display:table}
.box-left-submenu>div {display:table-row}
.box-left-submenu>div>div {display:table-cell}*/
.submenu {
	
}
.submenu2 .submenu-link.curels a {
	color: rgba(30,150,211,1);
	
}
.slider-portf {
	text-align: center;
}
.portfolio {
	margin-bottom: 20px;
}
.rasp-main-top {
	padding-top: 150px;
	
}
.portrtb.npic-5 .singl-portfolio.image_mob .bimg {
	height: 250px !important;
}
.portrtb.npic-5 .singl-portfolio.image_mob .box-bimg {
	background-size: auto 100% !important;
}
.portrtb.npic-3 .singl-portfolio {
	width: 490px;
	max-width: 90%;
}
.portrtb.npic-5 .singl-portfolio {
	width: 216px !important;
}
.title-descr-work {
	line-height: 1;
}
.box-formzak {
	line-height: 0.95;
}
.slider-mobv {
	text-align: center;
}
hr {
	border-top: 1px solid rgba(0,0,0,0.2);
}
.more-moduls:hover {
	color: #fff;
}
.btn-blue-sm:hover {
	color: #fff;
}







/*//для контента*/

.ny-2020 { 
	 background: url('../img8/ng-gyr.png') repeat-x;
	 height: 100px; 
}
.ny-chary {
	background: url('../img8/ng-chary.png') no-repeat;
	background-size: auto 100%;
	 height: 150px;
	width: 300px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 1000;
}
.fev23 {
	background: url('../img8/lenta23.png') no-repeat;
	position: absolute;
	width: 270px;
	height: 24px; 
	left: 0;
	bottom: -18px;
	z-index: 100;
}
.star23fev {
	background: url('../img8/star23fev.png') no-repeat;
	background-size: auto 100%;
	 height: 150px;
	width: 300px;
	position: fixed;
	left: 50px;
	bottom: 50px;
	z-index: 1000;
}
.gyr8marta {
	 background: url('../img8/gyr8marta.png') repeat-x; 
	 height: 70px; 
	 background-size: auto 100%;
	 margin-top:-15px;
}
.tulpany {
	/*background: url('../img8/tulpany.png') no-repeat;*/
	background: url('../img8/mart.png') no-repeat; 
	position: absolute;
	width: 180px;
	height: 80px; 
	left: -80px;
	bottom: -20px;
	z-index: 10;
	background-size: auto 100%;
}
.bottom8marta {
	background: url('../img8/8marta.png') no-repeat;
	background-size: auto 100%;
	 height: 100px;
	width: 100px;
	position: fixed;
	left: 50px;
	bottom: 50px;
	z-index: 1000;
}
.title-raschet {
	color: rgb(51, 51, 51); 
	font-size: 32px; 
	margin-bottom: 15px;
}
.welcom-txt {
	font-size: 24px;
	line-height: 26px;
	color: #333;
	margin-bottom: 10px;
}
.all-work {
	top: 0px !important;
	left: 0;
	position: relative;
	font-size: 18px !important;
}

@media screen and (max-width: 980px) {
	.submenu2 {
		display: none;
	}
}



