/*
* Template Name: Templatename
* Template URI: http://themehappy.com
* Author: themehappy
* Author URI: http://themehappy.com
* Version: 1.0
* Description: Templatename - Responsive Bootstrap 3 Templatename Page Template
*/


/*
====================================
[ TABLE OF CONTENT ]
------------------------------------
1.0 - General Styles
2.0 - Typography
3.0 - Pre Loader
4.0 - Common Styles
5.0 - Navigation
6.0 - Header
6.1 - Header Images
6.2 - Header Videro	
6.3 - Header Slider	
7.0 - About Us
8.0 - Vehicles
9.0 - Our Skill
10.0 - Our portfolio
11.0 - counter
12.0 - our-team
13.0 - testimonial
14.0 - Video
15.0 - Pricing Table
16.0 - Our Blog
17.0 - subscribe
18.0 - Footer

-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/

/* -- General Styles -- */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: #444;
}

html,
body {
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
}

a {
	color: #3498DB;
}

a,
a>* {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:focus {
	color: #3498DB;
}

a:hover {
	color: #c03a2b;
}

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


/* -- Typography -- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #333;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 43px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

p {
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	font-family: 'Open Sans', sans-serif;
}


/*-- Pre Loader --*/

.preloader-area {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.sk-cube-grid {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #3498db;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

/* -- Common Styles -- */

.section-padding {
	padding: 100px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 100px;
}

.section-title h2 {
	font-size: 24px;
	line-height: 36px;
	color: #4d4d4d;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
}

.section-title h2:after {
	content: "";
	width: 76px;
	background: #3b91ca;
	height: 2px;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.section-title p {
	font-size: 14px;
	color: #666666;
	width: 100%;
	margin: 15px auto 20px auto;
}

.section-background {
	position: relative;
}

.section-background:before {
	background-color: #3498db;
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
}

.button-group {
	margin-top: 40px;
}

a.btn.btn-normal,
a.btn.btn-color,
a.btn.btn-normal-border {
	border-radius: 0px;
	font-size: 16px;
	padding: 8px 20px;
}

a.btn.btn-normal {
	background-color: #fff;
	color: #3498db;
}

a.btn.btn-color {
	background-color: #3498db;
	color: #ffffff;
}

a.btn.btn-normal-border {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	margin-left: 20px;
}
a:hover.btn.btn-normal{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
a:hover.btn.btn-normal-border{
	background-color: #fff;
	color: #3498db;
}
a:hover.btn.btn-color{
	background: transparent;
	border: 1px solid #3498db;
	color: #3498db;
}
.btn-default:hover{
	background: transparent;
	border: 1px solid #3498db;
	color: #3498db;
}
/* -- Navigation -- */

.navbar-default {
	background-color: transparent;
	padding: 20px 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

nav.navbar.navbar-default.navbar-fixed-top {
	background: rgba(0, 0, 0, 0.10);
}

.sticky.navbar-default {
	background-color: #3498db !important;
	padding: 10px 0;
}

.navbar-nav {
	margin-top: 4px;
}

.sticky.navbar .nav>li {
	padding: 0 13px;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 23px;
}

.sticky .navbar-nav>li>.dropdown-menu {
	margin-top: 13px;
}

.navbar-right .dropdown-menu {
	right: auto;
	left: 15px;
}

.sticky .navbar-right .dropdown-menu {
	left: 13px;
}

.navbar-brand {
	padding: 0 15px;
	height: auto;
}

.navbar .nav>li {
	padding: 0 15px;
	-webkit-transition: padding .4s ease-in-out;
	-moz-transition: padding .4s ease-in-out;
	transition: padding .4s ease-in-out;
}

.navbar .nav>li>a {
	padding: 5px 0;
}

.navbar-default {
	margin-bottom: 0;
	border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #b71b0b;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #ffffff;
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
}


/*-- SEARCH FORM CSS --*/

.search-content {
	background: rgba(158, 158, 158, 0.9);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 999999999;
	top: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .4s;
	transition: .4s;
}

.search-content-active {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-text-area {
    display: table;
    margin: 0 auto;
    width: 50%;
    background: #333;
    margin-top: 10%;
    padding: 15px;
    color: #fff;
}

.search-text-area form {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	position: relative;
}

.search-text-area form input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: transparent none repeat scroll 0 0;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 4px;
	font-size: 25px;
	font-weight: 300;
	height: 90px;
	line-height: 88px;
	padding-right: 60px;
	width: 100%;
	border-color: #fff;
}
.search-text-area input[type="text"]:focus, button.submt_button {
	outline:none;
}
.search-text-area form button {
	border: none;
	background: transparent;
	position: absolute;
	right: 0px;
	margin-top: -50px;
}

.search-close-icon {
	position: absolute;
	right: 30px;
	top: 24px;
	cursor: pointer;
}

.search-close-icon i {
	font-size: 25px;
	color: #e74c3c;
}

.submt_button i {
	cursor: pointer;
	font-size: 24px;
	position: relative;
	right: 5px;
	top: -8px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


/*Dropdown Style*/

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #3498db;
	background-color: transparent;
	border-bottom: 1px solid #ef4836;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 0;
	padding: 0;
}

.dropdown-menu>li {
	border-bottom: 1px solid #3498db;
}

.dropdown-menu>li:last-child {
	border-bottom: 0;
}

.dropdown-menu>li>a {
	padding: 7px 20px;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color: #222222;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #3498db;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #3498db;
}


/*Mobile Menu Style*/

@media(max-width: 767px) {
	.navbar-default {
		background-color: #3498db;
	}
	.navbar-brand {
		padding: 4px 15px;
	}
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover {
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ccc;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}

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

.nav-search a {
	background: rgba(0, 0, 0, 0.15);
	width: 35px;
	height: 35px;
	border-radius: 100%;
	text-align: center;
	font-size: 14px !important;
	color: #fff;
}

.nav-search a:hover {
	color: #3598DB !important;
	background: #fff !important;
}

.nav-search a:focus,
.nav-search a:active,
.nav-search a:visited {
	outline: 0px !important;
	border-bottom: none !important;
}

/* -- Header -- */

#header {
	background: url(../images/doma/doma_5.jpg) no-repeat center center #3b91ca;
	background-size: cover;
	position: relative;
}

.overlay-color:before {
	background-color: #58a5d8;
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.9;
}

.header-caption {
	color: #ffffff;
	padding-top: 170px;
	padding-bottom: 130px;
}

.header-caption h1 {
	font-size: 70px;
	font-weight: 400;
	color: #b71b0b;
}

.header-caption h1 b {
	font-weight: 700;
}

.header-caption p {
	font-size: 16px;
	line-height: 26px;
	color: #ab0b07;
	margin-top: 30px;
}

#header .row {
	position: relative;
}

.header-images {
	position: absolute;
	right: 40px;
	margin-top: 280px;
}

.header-images img {
	max-height: 520px;
}

.go-bottom {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

.go-bottom a {
	color: #ffffff;
	background-color: #3498db;
	height: 60px;
	width: 60px;
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 100%;
	line-height: 58px;
	text-align: center;
	font-size: 22px;
}

.go-bottom a i {
	animation: slideInDown 2s infinite;
}



/*-- Header videro --*/

.welcome-video-area {}

.video-single {
	height: 100vh;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.video-single:before {
	content: "";
	background: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.video-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.video-title {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}

.video-title h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: capitalize;
}

.video-title h2 span {
	font-weight: 900;
}

.video-title p {
	color: #fff;
	font-size: 16px;
}


/*-- Hader Slider--*/

.single-slider {
	height: 100vh;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.single-slider:before {
	content: "";
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.slider-title {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.slider-title h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: capitalize;
}

.slider-title h2 span {
	font-weight: 900;
}

.slider-title p {
	color: #fff;
	font-size: 16px;
}

.owl-item.active .slider-title-animation {
   animation: slideInDown 0.5s;
}

.owl-item.active .slider-animation-up {
   animation: slideInUp 0.5s;
}

.slider-active .owl-nav div {
	background: #008CBA;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	opacity: 0;
	color: #fff;
}

.slider-active:hover .owl-nav div.owl-next {
	left: auto;
	right: 70px;
	opacity: 1;
	transition: .9s;
}

.slider-active:hover .owl-nav div.owl-prev {
	right: auto;
	left: 70px;
	opacity: 1;
	transition: .9s;
}

.slider-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.slider-active .owl-dot {
	background: #008cba none repeat scroll 0 0;
	display: inline-block;
	height: 8px;
	margin: 0 2px;
	transition: all 0.5s ease 0s;
	width: 5px;
}

.slider-active .owl-dot.active {
	background: #fff none repeat scroll 0 0;
	height: 20px;
}


/* -- About Us -- */

#about-us {
	background-color: #ffffff;
}

.about-images {
	position: relative;
	display: inline-block;
}

.about-images:before {
	content: "";
	position: absolute;
	border: 8px solid #f7f7f7;
	top: -30px;
	left: -30px;
	bottom: 30px;
	right: 30px;
	z-index: 0;
}

.about-images img {
	position: relative;
}

.about-content {}

.about-content h3 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	color: #444444;
	margin-bottom: 40px;
}

.about-content p {
	margin-bottom: 20px;
}

.about-content h3 span.color {
	color: #3498db;
}

.about-button {
	margin-top: 40px;
}

/* -- Vehicles -- */

#vehicles {
	background-color: #f7f7f7;
}

.service-content {
	text-align: center;
	padding: 30px;
	margin: 10px 0;
}

.service-content i {
	color: #3498db;
	font-size: 35px;
}

.service-content h3 {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	margin: 20px 0;
}

.service-content p {}

.service-content:hover,
.service-active {
    background-color: #3498db;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;    
}

.service-content:hover:before,
.service-active:before {
	position: absolute;
	content: "";
	height: 25%;
	width: 25%;
	left: 10px;
	top: 10px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}

.service-content:hover:after,
.service-active:after {
	position: absolute;
	content: "";
	height: 25%;
	width: 25%;
	bottom: 10px;
	right: 10px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.service-content:hover p,
.service-active p {
	color: #fafafa;
}

.service-content:hover i,
.service-active i {
	color: #fff;
}

.service-content:hover h3,
.service-active h3 {
	color: #fff;
}

/* -- Our Skill -- */

#our-skill {
	background: rgba(0, 0, 0, 0) url("../images/skill/skill-bg.jpg") repeat scroll 0 0 / cover;
	position: relative;
	color: #ffffff;
	background-attachment: fixed;
}

.overlay-color-skill:before {
	background-color: #000000;
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
}

#our-skill .section-title h2 {
	color: #fff;
}

#our-skill .section-title p {
	color: #fff;
}

.chart {
	display: inline-block;
	height: 100%;
	margin: 40px auto;
	position: relative;
	text-align: center;
	width: 100%;
}

.chart canvas {
    left: 0px;
    position: absolute;
    top: 0;
    right: 0px;
    margin: 0 auto;
}

.percent {
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	line-height: 140px;
	margin: auto;
	text-align: center;
	z-index: 2;
}

.percent:after {
	content: '%';
}

.chart-text span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: capitalize;
}


/* -- Our portfolio -- */

.portfolio {
	background: #fff;
}

.portfolio-inner .mix {
	display: none;
}

ul.portfolio {
	padding: 0;
	list-style: none;
	margin-left: 8px;
	text-align: center;
}

ul.portfolio li {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	margin: 0 10px;
	padding: 5px 10px;
	text-transform: uppercase;
}

ul.portfolio li:hover {
	color: #fff;
	border: 1px solid #3498db;
	-webkit-transition: .3s;
	transition: .3s;
	background: #3498db;
}

ul.portfolio li.active {
	border: none;
	color: #fff;
	border: 1px solid #3498db;
	background: #3498db;
}

.portfolio .item {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	padding: 6px;
}

.portfolio .item img {
	width: 100%;
}

.portfolio .item:hover::before,
.portfolio .item:hover::after {
	height: 100px;
	width: 100px;
	content: "";
	position: absolute;
	z-index: 999;
}

.portfolio .item:before {
	border-left: 3px solid #3498db;
	border-top: 3px solid #3498db;
	top: 0px;
	left: 0px;
}

.portfolio .item:after {
	border-right: 3px solid #3498db;
	border-bottom: 3px solid #3498db;
	bottom: 0px;
	right: 0px;
}

.portfolio-caption {
	background: #3498db none repeat scroll 0 0;
	height: 90%;
	left: 5%;
	position: absolute;
	top: 5%;
	width: 90%;
	padding: 25px;
	opacity: 0;
	transition: all 0.4s ease-out;
}

.portfolio-caption:after {
	padding: 10px;
}

.portfolio-caption h3 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 20px;
	text-transform: unset;
}

.portfolio-caption h3::before {
	border-bottom: 1px solid #ddd;
	content: "";
	position: absolute;
	top: 52px;
	width: 50%;
}

.portfolio-caption p {
	color: #fff;
}

.protfolio-link-bt {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
}

.protfolio-link-bt:hover {
	background-color: #fff;
	color: #3498db;
}




/* -- counter -- */

.complete-project-conuter {
	background-attachment: fixed;
	background-image: url("../images/counter/counter-bg.jpg");
	background-size: cover;
	padding: 120px 0;
	position: relative;
	z-index: 1;
}

.complete-project-conuter:after {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.single-counter {
	overflow: hidden;
}

.counter-icon {
	border: 1px solid #ddd;
	display: inline-block;
	float: left;
	font-size: 30px;
	margin-right: 20px;
	padding: 10px;
	color: #ddd;
}

.single-counter:hover .counter-icon {
	background-color: #3498db;
	color: #fff;
	border: 1px solid #3498db;
}

.counter-data {
	display: inline-block;
	float: left;
}

.counter-data h2 {
	color: #3498db;
	font-size: 35px;
	font-weight: 100;
	line-height: 30px;
	padding-bottom: 8px;
}

.counter-data>h3 {
	color: #ddd;
	font-size: 14px;
	font-weight: 100;
}


/* -- Our Team -- */
#our-team, #about-us, #location {
    overflow-x: hidden;
}
.single-team-item {
	background: #fff;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.team-item-img {
	position: relative;
}

.single-team-item:hover .team-item-img:before {
	content: "";
	background: rgba(52, 152, 219, 0.50);
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	right: 0px;
}

a.team-link {
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
	color: #fff;
	font-size: 16px;
	height: 50px;
	width: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 50px;
	margin: 0 auto;
	display: none;
	animation: fadeIn 1s;
}

.single-team-item:hover a.team-link {
	display: block;
}

.single-team-item:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.team-item-description {
	background: #fff;
	margin: 15px 0;
}

.single-team-item:hover .team-item-description {
	margin-top: -50px;
	z-index: 9999;
	animation: slideInUp 1s;
	position: relative;
}

.team-item-description h4 {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	padding-top: 10px;
	text-transform: capitalize;
}

.team-item-description h6 {
	color: #777;
	font-size: 14px;
	font-weight: 400;
	padding-top: 10px;
	text-transform: capitalize;
}

.team-item-social {
	padding-top: 15px;
	display: none;
}

.single-team-item:hover .team-item-social {
	display: block;
	animation: fadeIn 3s;
}

.team-item-social ul {
	margin: 0;
	padding: 0;
}

.team-item-social ul li {
	display: inline-block;
	list-style: outside none none;
}

.team-item-social ul li a {
	background: #ddd;
	line-height: 30px;
	border-radius: 100%;
	display: block;
	height: 30px;
	margin-left: 10px;
	text-align: center;
	width: 30px;
	color: #777;
	font-size: 14px;
}

.team-item-social ul li a:hover {
	background: #3498db;
	color: #fff;
}


/* -- testimonial -- */

#location {
	background-color: #f7f7f7;
}

.testimonial {
	background: url(../images/doma/doma_4.jpg) no-repeat center center #3b91ca;
	background-size: cover;
	position: relative;
}

.testimonial:before {
	background-color: #e73c3cfc;
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.9;
}

.testimonial-inner .mix {
	display: none;
}

ul.testimonial {
	padding: 0;
	list-style: none;
	margin-left: 8px;
	text-align: center;
}

ul.testimonial li {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	margin: 0 10px;
	padding: 5px 10px;
	text-transform: uppercase;
}

ul.testimonial li:hover {
	color: #fff;
	border: 1px solid #3498db;
	-webkit-transition: .3s;
	transition: .3s;
	background: #3498db;
}

ul.testimonial li.active {
	border: none;
	color: #fff;
	border: 1px solid #3498db;
	background: #3498db;
}

.testimonial .item {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

.testimonial .item img {
	width: 100%;
}

.testimonial .item:hover::before,
.testimonial .item:hover::after {
	height: 100px;
	width: 100px;
	content: "";
	position: absolute;
	z-index: 999;
}

.testimonial .item:before {
	border-left: 3px solid #3498db;
	border-top: 3px solid #3498db;
	top: 0px;
	left: 0px;
}

.testimonial .item:after {
	border-right: 3px solid #3498db;
	border-bottom: 3px solid #3498db;
	bottom: 0px;
	right: 0px;
}

.testimonial h2 {
	color: #f7f7f7;
}

.testimonial p {
	color: #f7f7f7;
}

.track-caption {
	padding-bottom: 30px;
}

.track-caption h2{
	padding-bottom: 30px;
	text-align: center;
}

.track-caption p{
	padding-bottom: 10px;
}

.track-caption input{
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

.testimonial-caption {
	background: #3498db none repeat scroll 0 0;
	color: #ffffff;
	height: 90%;
	left: 5%;
	position: absolute;
	top: 5%;
	width: 90%;
	padding: 25px;
	opacity: 0;
	transition: all 0.4s ease-out;
}

.testimonial-caption:after {
	padding: 10px;
}

.testimonial-caption h3 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 20px;
	text-transform: unset;
}

.testimonial-caption h3::before {
	border-bottom: 1px solid #ddd;
	content: "";
	position: absolute;
	top: 52px;
	width: 50%;
}

.testimonial-caption p {
	color: #fff;
}

.protfolio-link-bt {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
}

.protfolio-link-bt:hover {
	background-color: #fff;
	color: #3498db;
}

.testimonial .item:hover .testimonial-caption {
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

/* -- Video -- */

#video {
	background: rgba(0, 0, 0, 0) url("../images/video/video-bg.jpg") no-repeat scroll 0 0 / cover;
	color: #ffffff;
	position: relative;
}

.overlay-color-video:before {
	background-color: #000000;
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
}

.video-section {
	text-align: center;
}

.video-section h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  margin: 0;
  padding: 30px 0 0;
  text-transform: uppercase;
}

.video-icon {
	border: 3px solid #fff;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	height: 77px;
	text-align: center;
	width: 77px;
}

.video-icon i {
	font-size: 40px;
	margin: 15px 0 0 10px;
}

/* -- Pricing Table -- */

.single-pricing-box {
	background: #f6f6f6 none repeat scroll 0 0;
	padding: 40px 0;
	text-align: center;
}

.single-pricing-box.active {
	background-color: #3498db;
	margin-top: -30px;
	padding-bottom: 100px;
}

.active.single-pricing-box h4,
.active .single-pricing-data h5 spen,
.active .single-pricing-data,
.active .single-pricing-data p,
.active .single-pricing-data h5,
.active .single-pricing-content {
	color: #fff;
}

.active .pricing-box-bt {
	background-color: #ffffff;
	color: #3498db;
}

.single-pricing-box h4 {
	color: #444;
	font-size: 45px;
	text-transform: capitalize;
	font-weight: 300;
	padding-bottom: 20px;
}

.single-pricing-data h5 spen {
	color: #444;
	font-size: 40px;
	font-weight: 100;
}

.single-pricing-data {
	color: #444;
	font-size: 14px;
	text-transform: lowercase;
}

.single-pricing-data p {
	display: inline-block;
	font-size: 14px;
	margin: 0;
}

.single-pricing-data h5 {
	color: #3498db;
	display: inline-block;
	font-size: 40px;
	font-weight: 400;
}

.single-pricing-content {
	padding: 30px 0;
	color: #888;
}

.single-pricing-content ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.single-pricing-content ul li {
	font-size: 22px;
	font-weight: 300;
	padding: 10px 0;
}

.pricing-box-bt {
	background: #3498db;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 10px 40px;
}

.pricing-box-bt:hover {
	background: #fff;
	color: #3498db;
}


/* -- Our Blog --*/

#our-blog {
	background-color: #f7f7f7;
}

.single-blog-box {
	border: 1px solid #ddd;
}

.single-blog-box:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.single-blog-images {
	position: relative;
	overflow: hidden;
}

.single-blog-images img {
	-webkit-transition: .4s;
	transition: .4s;
}

.single-blog-box:hover .single-blog-images img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.blog-data {
	background: #3498db none repeat scroll 0 0;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 60px;
}

.blog-data p {
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.blog-data p span {
	display: block;
	font-size: 16px;
	font-weight: 300;
}

.single-blog-content {
	background: #fff none repeat scroll 0 0;
	padding: 10px;
}

.single-blog-content p {
	color: #999;
}

.single-blog-content h3 {
	color: #666;
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 10px;
	text-transform: capitalize;
}

.signl-blog-meta {
	font-size: 12px;
}

.signl-blog-meta a {
	color: #999;
	margin-right: 10px;
}

.signl-blog-meta a i {
	color: #3498db;
	display: inline-block;
	padding-right: 5px;
}

.sigle-blog-readmore-btn {
	border: 1px solid #3498db;
	color: #3498db;
	display: inline-block;
	margin: 10px 0;
	padding: 5px 15px;
}

.sigle-blog-readmore-btn:hover {
	background: #3498db;
	color: #fff;
}


/* -- subscribe -- */

.subsribe-area {
	text-align: center;
}

.subsribe-area input {
	background: #f9f9f9 none repeat scroll 0 0;
	border-radius: 0;
	font-size: 18px;
	height: 50px;
}

.subscribe-btn {
	background: #3498db none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	padding: 10px 20px;
	text-transform: uppercase;
}


/* -- Footer -- */

#footer-top {
	background: #272727 none repeat scroll 0 0;
}

.footer-single-contact h2 {
	color: #ccc;
	font-size: 20px;
	margin-bottom: 40px;
	position: relative;
}

.footer-single-contact h2::after {
	background: #ccc none repeat scroll 0 0;
	bottom: -12px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	width: 70px;
}

.footer-social-list {}

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

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

.footer-social-list ul li a:hover {
	color: #3498DB;
}

.footer-social-list ul li a {
	color: #888888;
	padding-right: 10px;
}

.footer-social-list ul li a i {}

.address-single-contact {
	margin-bottom: 20px;
}

.contact-icon {
	display: inline-block;
	float: left;
	margin: 10px 20px 0 0;
}

.contact-icon i {
	color: #e3e3e3;
	font-size: 20px;
}

.address-single-contact h6 {
	color: #888888;
	font-size: 15px;
	padding-bottom: 5px;
	text-transform: capitalize;
}

.address-single-contact p {
	margin-bottom: 0;
}

.contact-form input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #555555;
	border-radius: 0;
}

.contact-form textarea {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #555555;
	border-radius: 0;
}

#submitButton {
	background-color: #3498db;
	border: medium none;
	color: #fff;
	text-transform: uppercase;
}

#submitButton:hover {
	background-color: #fff;
	color: #3498db;
}

#footer {
	background: #1c1c1c;
	padding: 20px 0;
	text-align: center;
}

.footer-buttom {
	color: #747474;
}

#scrollup {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #3498db;
	cursor: pointer;
	border: 1px solid #3498db;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	z-index: 9999;
	display: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

/* ---------------------------------------------------------------------- */
/* Columns
/* ---------------------------------------------------------------------- */
.one-half, .one-third, .one-fourth, .two-thirds, .three-fourths {
	display: inline;
	float: left;
    margin-right: 2%;
}

.one-half {
	width: 49%;	
	max-width: 510px;
}

.one-third {
	width: 32%;	
	max-width: 400px;
}

.one-fourth {
	width: 23.5%;	
	max-width: 250px;
}

.two-thirds {
	width: 66%;	
	max-width: 620px;	
}

.three-fourths {
	width: 74.5%;	
	max-width: 750px;	
}

.column-last { 
	margin-right: 0 !important;
}



/* ---------------------------------------------------------------------- */
/* Tables
/* ---------------------------------------------------------------------- */

/* Generic Table */

.gen-table {
	width: 100%;	
	margin-bottom: 20px;
}

.gen-table caption {
	margin-bottom: 10px;
}

.gen-table th {
	font-weight: bold;
}

.gen-table th, .gen-table td {
	background-color: #fff;
	padding: 5px;	
	text-align: center;
	border: 1px solid #e5e5e5;	
	vertical-align: top;
}

.gen-table .empty-left-top {
	background-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.gen-table .empty-left-bottom {
	background-color: transparent;	
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.gen-table td.top-left {
	text-align: left;
	vertical-align: top;
}

.gen-table thead th {
	font-size: 1.166em; /* 14px */
}

.gen-table thead th,
.gen-table tfoot td {
	background-color: #f0f0f0;	
	border-color: #d9d9d9;
}

.gen-table tbody th,
.gen-table tr.odd th, .gen-table tr.odd td {
	background-color: #f7f7f7;
}

.gen-table tfoot td {
	font-style: italic;
	font-size: 0.916em; /* 11px */
}

.gen-table tfoot .button {
	font-style: normal;
	font-size: 1.09em; /* 12px/11px */
	margin: 5px 0;
}

.gen-table span.check {
	display: inline-block;
	background: url(images/check-green.png) no-repeat left top;
	width: 18px;
	height: 14px; 
}

.gen-table tfoot + tbody tr.row-last th, 
.gen-table tfoot + tbody tr.row-last td {
	border-bottom-color: #d9d9d9;	
}

.calculator.gen-table,
.status.gen-table {
	display: none;
}

/* ---------------------------------------------------------------------- */
/* Notification Boxes
/* ---------------------------------------------------------------------- */
.notification-box {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 24px 10px 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid;
}

a.notification-close {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;	
	color: #666 !important;
	font-weight: bold;
	font-size: 1.166em; /* 14px */
	line-height: normal;
}

.notification-box p {
	margin-bottom: 0;
	margin-top: 20px;
}

.notification-box > p:first-child {
	margin: 0;	
}

.notification-box-info {
	background-color: #d7ebf5;
	background-image: url(../images/info-16.png);
	border-color: #99c7de; 	
}

.notification-box-success {
	background-color: #f7f7f7;
	background-image: url(../images/flag-16.png);
	border-color: #b9d188; 	
	margin-top:	10px;
}

.notification-box-warning {
	background-color: #2c24bf;
	background-image: url(../images/alert-16.png);
	border-color: #f5d77d; 	
}

.notification-box-error {
	background-color: #2c24bf;
	background-image: url(../images/error-16.png);
	border-color: #f5d0c4; 	
}

/*** INFOBOX NOTICATION ***/

.infobox {
	margin-top: 15px;
}

.infobox.success {
	border-color: #7eb01a;
}

.infobox.error {
	border-color: #e53c3c;
}

.notification-box {
	padding-left: 10px;
	background-image: url();
}

.notification-box-success p:before {
	font-family: 'IconicStroke';
	font-size: 20px;
	content:'\2717';
	color: #e74c3c;
	margin-right: 5px;
}

.notification-box-warning p:before {
	font-family: 'IconicStroke';
	font-size: 20px;
	content:'\26a1';
	color: #f5d77d;
	margin-right: 5px;
}

.notification-box-error p:before {
	font-family: 'IconicStroke';
	font-size: 20px;
	content:'\26d4';
	color: #f5d0c4;
	margin-right: 5px;
}

label.error {
	float: none !important;
}

label.error,
.notification-box {
	display: none;
}

.clear {
	clear: both;
}

p.agencies-description {
	min-height: 178px;
	margin: 15px auto 10px auto;
}

#style-switcher h2 a {
    background: #e74c3c none repeat scroll 0 0
}


.overlay-color::before, .go-bottom a, .section-title h2::after, a.btn.btn-color, .service-content:hover, .service-active, ul.portfolio li.active, ul.portfolio li:hover, .portfolio-caption, .owl-dot.active span, .single-pricing-box.active, .blog-data, .sigle-blog-readmore-btn:hover, .subscribe-btn, #submitButton, .single-counter:hover .counter-icon, .pricing-box-bt,.team-item-social ul li a:hover, .slider-active .owl-dot,.slider-active .owl-nav div,.team-item-social ul li a:hover,.testimonial-item .owl-dot.active span {
    background-color: #ccc
		;
}
.sticky.navbar-default {
    background-color: #999 !important;
}
a.btn.btn-normal, .about-content h3 span.color, .service-content i, .counter-data h2, .signl-blog-meta a i, .sigle-blog-readmore-btn, #submitButton:hover, .contact-icon i, #scrollup, .active, .single-pricing-data h5, .pricing-box-bt:hover, .active .pricing-box-bt,.protfolio-link-bt:hover,.nav-search a:hover, a.btn.btn-normal-border:hover,a.btn.btn-color:hover, .btn-default:hover{
    color: #e74c3c;
}
.pricing-box-bt{color: #fff;}

ul.portfolio li.active, .sigle-blog-readmore-btn, #scrollup, .single-counter:hover .counter-icon, ul.portfolio li:hover,a.btn.btn-color:hover, .btn-default:hover{
  border: 1px solid #e74c3c;
}
.portfolio .item::after {
  border-bottom: 3px solid #e74c3c;
  border-right: 3px solid #e74c3c;
}
.portfolio .item::before {
  border-top: 3px solid #e74c3c;
  border-left: 3px solid #e74c3c;
}
.single-team-item:hover .team-item-img:before {
    content: "";
    background: rgba(231, 76, 60, 0.50);
}
a {
  color: #e74c3c;
}

.video-icon i:hover{
	color:#e74c3c
}
.video-icon:hover{
	color:#e74c3c }

/* ---------------------------------------------------------------------- */
/* Toggle & Accordion
/* ---------------------------------------------------------------------- */
.toggle, .accordion {
	margin-bottom: 20px;	
}

span.toggle-title, span.accordion-title {
	display: block;
	position: relative; /* sets the initial position for the icon */
	padding: 10px 10px 10px 40px;
	cursor: pointer;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	font-weight: bold;
}

span.accordion-title {
	border-top: none;	
}

.accordion > div:first-child > span.accordion-title {
	border-top: 1px solid #e5e5e5;	
}

.toggle-inner, .accordion-inner {
    padding: 15px 10px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
}

.toggle .ui-icon, .accordion .ui-icon {
	position: absolute;
	top: 9px;
	left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/toggle-plus.png);
	width: 20px;
	height: 20px;
}

.toggle .ui-state-active .ui-icon, .accordion .ui-state-active .ui-icon {
	background-image: url(../images/toggle-minus.png);
}

.fixed{
  top:0;
  position:fixed;
  width:auto;
  display:none;
  border:none;
}

.scrollMore{
  margin-top:600px;
}

.up{
  cursor:pointer;
}

#polyglotLanguageSwitcher {
    float: right;
    line-height: normal;
    position: relative;
    z-index: 100;
    margin: 8px 0 0 10px;
}

#polyglotLanguageSwitcher span.trigger {
	display: block;
	position: absolute;
	width: 7px;
	height: 4px;
	text-indent: -10000em;
	top: 0.75em; /* 6px */
	right: 6px;
	background: url(../images/bullets-and-arrows/arrow-down-lg-switcher.png) no-repeat left top;
}

#polyglotLanguageSwitcher a.current {
	position: relative; /* sets the initial position for the trigger arrow */
	border: 1px solid #e5e5e5;
	height: 1.833em; /* 16px */
}

#polyglotLanguageSwitcher a {
	display: block;
	padding: 0.25em 6px 0.25em 28px; /* 3px 6px 3px 28px */
	color: #383838;
	width: 7.333em; /* 64px; total width: 100px */
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: 6px center;
}
 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1301; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 2% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 

div.covid19bar{
	background-color: rgba(104, 2, 21, 0.8);
	font-size: 1em;
	line-height: 1.4;
	text-align: center;
	height: 40px;
	width: 100%;
	align-content:center;
	z-index: 1000;
	position: fixed;
	top: 0px;
	color: white;
}
.navbar-fixed-top{
	top:40px;
}

/* New Alert bar and slide down alert message area*/

.alertmessage {
  width: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  position:fixed;
  background-color: pink;
  overflow: scroll;
  transition: 0.5s;
  padding-top: 0px;
}

.alertmessage div {
  padding: 8% 10% 0 10%;
}

.alertmessage a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.alertmessage a:hover {
  color: #333;
}

.alertmessage .closebtn {
  position: relative;
  font-size: 30px;
  margin-left: 80%;
}

.openbtn{
  position: relative;
  text-decoration: none;
  top: 5px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  margin-left: 50px;
  vertical-align: 3px;
}

#fixedalertbar {
  color: #fff;
  background-color: red;
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  position: fixed;
  z-index: 101;
}

/* End New Alert bar and slide down alert message area*/

.important-attention{
	background-color: white;
	padding: 30px;
}

#changed-adress{
	color: red;
	font-size: large;
}

#new-address-doma{
	color: black;
	font-weight:600;
	font-size: large;
}

#new-address-doma-asking{
	color: black;
	font-size: large;
}