/*-----------------------------------------------------------------------------------

    Template Name: Exotic 
    Template URI: http://x7info.com
    Description: This is html5 template
    Author: x7info
    Author URI: http://x7info.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
	2.Basic Margin Padding
	3.Main menu
	4.welcome-hero-area
	5.About-Area
	6.Service-Area
	7.Skill-Area
	8.Team Area
	9.Portfolio-Area
	10.Testimonial-Area
	11.Price-Area
	12.Blog-Area
	13.Brand-area
	14.Callto-Area
	15.Contact-Area
	16.others

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Lato:400,700|Raleway:400,500,600,700,800';
html, body {height: 100%;}
.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 {
	color: #666;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 15px;	
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-family: 'Raleway', sans-serif;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: #ea1d26;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
}
select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
input:focus {
    background: transparent;
}
textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
textarea:focus {
    background: transparent;
    outline: none;
}
::-moz-placeholder {
    color: #444;
    font-size: 13px;
}
.input-group.divcenter.input-group .form-control { padding-left: 0px }
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.height-100vh {
    height: 100vh;
}
.table,
.table-cell {
    display: table;
    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.relative {
    position: relative
}


/*colored background*/

.white-bg {
    background: #fff ;
}
.gray-bg {
    background: #F5F5F5 ;
}
.bg-dark {
    background-color: #1e2127 ;
}
.bg-dark-gray {
    background-color: #252830 ;
}
.default-bg{
    background-color: #ea1d26 ;
}
/*colored text*/

.white-text {
    color: #fff;
}
.gray-text {
    color: #7a7a7a
}
.dp-gray-text {
    color: #535353
}
i {
    color: #666666;
    transition: all .3s ease 0s;
}
#Container .mix{display:none}
/*----------------------------------
 2.Basic Margin Padding
-----------------------------------*/

.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*************************
Margin top
*************************/

.mt-0 {
    margin-top: 0
}
.mt-10 {
    margin-top: 10px
}
.mt-15 {
    margin-top: 15px
}
.mt-20 {
    margin-top: 20px
}
.mt-30 {
    margin-top: 30px
}
.mt-40 {
    margin-top: 40px
}
.mt-50 {
    margin-top: 50px
}
.mt-60 {
    margin-top: 60px
}
.mt-70 {
    margin-top: 70px
}
.mt-80 {
    margin-top: 80px
}
.mt-90 {
    margin-top: 90px
}
.mt-100 {
    margin-top: 100px
}
.mt-110 {
    margin-top: 110px
}
.mt-120 {
    margin-top: 120px
}
.mt-130 {
    margin-top: 130px
}
.mt-140 {
    margin-top: 140px
}
.mt-150 {
    margin-top: 150px
}
/*************************
      Margin right
*************************/

.mr-0 {
    margin-right: 0px
}
.mr-10 {
    margin-right: 10px
}
.mr-15 {
    margin-right: 15px
}
.mr-20 {
    margin-right: 20px
}
.mr-30 {
    margin-right: 30px
}
.mr-40 {
    margin-right: 40px
}
.mr-50 {
    margin-right: 50px
}
.mr-60 {
    margin-right: 60px
}
.mr-70 {
    margin-right: 70px
}
.mr-80 {
    margin-right: 80px
}
.mr-90 {
    margin-right: 90px
}
.mr-100 {
    margin-right: 100px
}
.mr-110 {
    margin-right: 110px
}
.mr-120 {
    margin-right: 120px
}
.mr-130 {
    margin-right: 130px
}
.mr-140 {
    margin-right: 140px
}
.mr-150 {
    margin-right: 150px
}
/*************************
      Margin bottom
*************************/

.mb-0 {
    margin-bottom: 0
}
.mb-10 {
    margin-bottom: 10px
}
.mb-15 {
    margin-bottom: 15px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-30 {
    margin-bottom: 30px
}
.mb-40 {
    margin-bottom: 40px
}
.mb-50 {
    margin-bottom: 50px
}
.mb-60 {
    margin-bottom: 60px
}
.mb-70 {
    margin-bottom: 70px
}
.mb-80 {
    margin-bottom: 80px
}
.mb-90 {
    margin-bottom: 90px
}
.mb-100 {
    margin-bottom: 100px
}
.mb-110 {
    margin-bottom: 110px
}
.mb-120 {
    margin-bottom: 120px
}
.mb-130 {
    margin-bottom: 130px
}
.mb-140 {
    margin-bottom: 140px
}
.mb-150 {
    margin-bottom: 150px
}
/*************************
        Margin left
*************************/

.ml-0 {
    margin-left: 0
}
.ml-10 {
    margin-left: 10px
}
.ml-15 {
    margin-left: 15px
}
.ml-20 {
    margin-left: 20px
}
.ml-30 {
    margin-left: 30px
}
.ml-40 {
    margin-left: 40px
}
.ml-50 {
    margin-left: 50px
}
.ml-60 {
    margin-left: 60px
}
.ml-70 {
    margin-left: 70px
}
.ml-80 {
    margin-left: 80px
}
.ml-90 {
    margin-left: 90px
}
.ml-100 {
    margin-left: 100px
}
.ml-110 {
    margin-left: 110px
}
.ml-120 {
    margin-left: 120px
}
.ml-130 {
    margin-left: 130px
}
.ml-140 {
    margin-left: 140px
}
.ml-150 {
    margin-left: 150px
}
/*************************
        Padding top
*************************/

.pt-0 {
    padding-top: 0
}
.pt-10 {
    padding-top: 10px
}
.pt-15 {
    padding-top: 15px
}
.pt-20 {
    padding-top: 20px
}
.pt-30 {
    padding-top: 30px
}
.pt-40 {
    padding-top: 40px
}
.pt-50 {
    padding-top: 50px
}
.pt-60 {
    padding-top: 60px
}
.pt-70 {
    padding-top: 70px
}
.pt-80 {
    padding-top: 80px
}
.pt-90 {
    padding-top: 90px
}
.pt-100 {
    padding-top: 100px
}
.pt-110 {
    padding-top: 110px
}
.pt-120 {
    padding-top: 120px
}
.pt-130 {
    padding-top: 130px
}
.pt-140 {
    padding-top: 140px
}
.pt-150 {
    padding-top: 150px
}
/*************************
        Padding right
*************************/

.pr-0 {
    padding-right: 0
}
.pr-10 {
    padding-right: 10px
}
.pr-15 {
    padding-right: 15px
}
.pr-20 {
    padding-right: 20px
}
.pr-30 {
    padding-right: 30px
}
.pr-40 {
    padding-right: 40px
}
.pr-50 {
    padding-right: 50px
}
.pr-60 {
    padding-right: 60px
}
.pr-70 {
    padding-right: 70px
}
.pr-80 {
    padding-right: 80px
}
.pr-90 {
    padding-right: 90px
}
.pr-100 {
    padding-right: 100px
}
.pr-110 {
    padding-right: 110px
}
.pr-120 {
    padding-right: 120px
}
.pr-130 {
    padding-right: 130px
}
.pr-140 {
    padding-right: 140px
}
/*************************
        Padding bottom
*************************/

.pb-0 {
    padding-bottom: 0
}
.pb-10 {
    padding-bottom: 10px
}
.pb-15 {
    padding-bottom: 15px
}
.pb-20 {
    padding-bottom: 20px
}
.pb-30 {
    padding-bottom: 30px
}
.pb-40 {
    padding-bottom: 40px
}
.pb-50 {
    padding-bottom: 50px
}
.pb-60 {
    padding-bottom: 60px
}
.pb-70 {
    padding-bottom: 70px
}
.pb-80 {
    padding-bottom: 80px
}
.pb-90 {
    padding-bottom: 90px
}
.pb-100 {
    padding-bottom: 100px
}
.pb-110 {
    padding-bottom: 110px
}
.pb-120 {
    padding-bottom: 120px
}
.pb-130 {
    padding-bottom: 130px
}
.pb-140 {
    padding-bottom: 140px
}
.pb-150 {
    padding-bottom: 150px
}
/*************************
        Padding left
*************************/

.pl-0 {
    padding-left: 0
}
.pl-10 {
    padding-left: 10px
}
.pl-15 {
    padding-left: 15px
}
.pl-20 {
    padding-left: 20px
}
.pl-30 {
    padding-left: 30px
}
.pl-40 {
    padding-left: 40px
}
.pl-50 {
    padding-left: 50px
}
.pl-60 {
    padding-left: 60px
}
.pl-70 {
    padding-left: 70px
}
.pl-80 {
    padding-left: 80px
}
.pl-90 {
    padding-left: 90px
}
.pl-100 {
    padding-left: 100px
}
.pl-110 {
    padding-left: 110px
}
.pl-120 {
    padding-left: 120px
}
.pl-130 {
    padding-left: 130px
}
.pl-140 {
    padding-left: 140px
}
.pl-150 {
    padding-left: 150px
}
/***************************
    Page section padding 
****************************/

.ptb-0 {
    padding: 0
}
.ptb-10 {
    padding: 10px 0
}
.ptb-20 {
    padding: 20px 0
}
.ptb-30 {
    padding: 30px 0
}
.ptb-40 {
    padding: 40px 0
}
.ptb-50 {
    padding: 50px 0
}
.ptb-60 {
    padding: 60px 0
}
.ptb-70 {
    padding: 70px 0
}
.ptb-80 {
    padding: 80px 0
}
.ptb-90 {
    padding: 90px 0
}
.ptb-100 {
    padding: 100px 0
}
.ptb-110 {
    padding: 110px 0
}
.ptb-120 {
    padding: 120px 0
}
.ptb-130 {
    padding: 130px 0
}
.ptb-140 {
    padding: 140px 0
}
.ptb-150 {
    padding: 150px 0
}
.ptb-200 {
    padding: 200px 0
}
.bg-img-1 {
  background: rgba(0, 0, 0, 0) url("img/slider/2.jpg") no-repeat scroll center center / cover ;
  height: 100vh;
}
.slide-2{
  background: rgba(0, 0, 0, 0) url("img/slider/2.jpg") no-repeat scroll center center / cover ;
  height: 100vh;
}
.slide-1{
  background: rgba(0, 0, 0, 0) url("img/slider/1.jpg") no-repeat scroll center center / cover ;
  height: 100vh;
}
.slide-3{
  background: rgba(0, 0, 0, 0) url("img/slider/3.jpg") no-repeat scroll center center / cover ;
  height: 100vh;
}
.bg-img-4 {
  background: rgba(0, 0, 0, 0) url("img/slider/3.jpg") no-repeat scroll center center / cover ;
  height: 100vh;
}
.bg-img-2 {
  background: rgba(0, 0, 0, 0) url("img/bg/1.jpg") no-repeat scroll center center / cover ;
}
.bg-img-3 {
  background: rgba(0, 0, 0, 0) url("img/bg/2.jpg") no-repeat scroll center center / cover ;
}

/*----------------------
	3.Main menu
------------------------*/
.header-area{
	position:absolute;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;	
	width:100%;
	z-index:11;
	padding:10px 0;
	transition:all .3s;
}
.header-text.text-center {
  position: relative;
  z-index: 1;
}
.logo h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 12px;
  text-transform: uppercase;
}
.logo a {
  height: inherit;
}
.main-menu li {
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-top: 20px;
}
.main-menu li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
	text-decoration:none;
}
.main-menu nav ul li a::before {
  background: #ffffff none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  width: 15px;
}
.main-menu ul li.active a, .main-menu ul li a:hover{
	color:#ea1d26;
}

#main-menu {
    left: 0;
    padding: 30px 0;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 999;
    transition: all .5s ease 0s;
}
.main-menu.float-right li:first-child {
    padding-left: 0;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
/*-- Navbar Toggle --*/

.navbar-toggle {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #333;
    border-radius: 0;
    padding: 0;
    text-align: center;
    border: none;
    margin: 0;
}
.navbar-toggle i {
    display: block;
    font-size: 26px;
    line-height: 40px;
}
.navbar-toggle i.menu-open {
    display: none;
}
.navbar-toggle.collapsed .menu-open {
    display: block;
}
.navbar-toggle.collapsed .menu-close {
    display: none;
}
.navbar-brand {
    float: left;
    padding: 0;
}
/*----------------------
  4.welcome-hero-area
------------------------*/
.welcome-hero-area{
	position:relative;
}
.slider-area-3{
}
.opacity-1::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: #000;
  opacity: .6;
  z-index:1;
}
.slider-area-3::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}


.header-text h2 {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-weight:400;
}
.header-text p{
	padding:0px 270px;
	color:#fff;
	margin-bottom:30px;
}
.cd-headline.clip span {
  padding: 0;
}
.slide-btn {
  border: 1px solid #ea1d26;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin: 0 10px;
  padding: 9px 21px;
  text-transform: uppercase;
}
.slide-btn:hover{
	background:#ea1d26;
	color:#fff;
}
.slide-btn.btn-active{
	background:#ea1d26;
	color:#fff;
}
.slider-area-3 {
  height: 100vh;
}
.slider-active-4 .owl-nav div {
  color: #fff;
  font-size: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  z-index: 111;
  width: 40px;
  height: 40px;
  background: #444;
  text-align: center;
  line-height: 43px;
  font-size: 32px;
  background: #ea1d26;
}
.slider-active-4 .owl-nav div .zmdi.zmdi-chevron-left, .slider-active-4 .owl-nav div .zmdi.zmdi-chevron-right {
  color: #fff;
}

.slider-active-4 .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.slider-active-4:hover .owl-nav div.owl-next {
  left: auto;
  right: 60px;
}
.slider-active-4:hover .owl-nav div {
  left: 60px;
  opacity: 1;
}
/*----------------------
  5.About-Area
------------------------*/
.about-text > h1 {
  color: #535353;
  font-size: 36px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.about-text > h1 span{
	font-weight:700;
	color:#333;
}
.about-text h3 {
  font-weight: 400;
  margin-bottom: 15px;
}

.about-btn {
  background: #ea1d26 none repeat scroll 0 0;
  border: 1px solid #ea1d26;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin: 20px 10px 0;
  padding: 12px 25px;
  text-transform: uppercase;
}
.about-btn:hover{
	background:#fff;
	color:#ea1d26;
}
/*----------------------
  6.Service-Area
------------------------*/
.section-title > h3 {
  font-size: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.section-title > h3::before {
  background: #333 none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 70px;
}
.section-title p {
  margin-bottom: 50px;
  padding: 0 200px;
}

.single-service {
	background: #fff none repeat scroll 0 0;
	padding: 30px 20px;
	border: 1px solid rgba(238, 238, 238, 0.65);
	transition:all .3s;
	margin-bottom:30px;
}
.single-service:hover {
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out 0s;
}
.service-icon {
  font-size: 40px;
  margin-bottom: 5px;
}
.service-text h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.service-text > p {
  margin-bottom: 0;
}
.single-service:hover .service-icon i{
	color:#ea1d26;
}

.single-service:hover .service-text h4{
	color:#ea1d26;
}
/*----------------------
  7.Skill-Area
------------------------*/

.about-skill-text > p {
  color: #424242;
  font-size: 16px;
}
.left-anim {
    animation: animate-positive 2s;
    opacity: 1;
}
@keyframes animate-positive {
    0% {
        width: 0%;
    }
}
.progressbar-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.progress {
  background-color: #dbdbdb;
  border: 1px solid #ea1d26;
  box-shadow: none;
  height:8px;
  margin-bottom: 0;
  overflow: visible;
}
.progress-bar span {
  background: #ea1d26 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 9px;
  font-weight: 400;
  height: 25px;
  letter-spacing: 0;
  line-height: 23px;
  position: absolute;
  right: -18px;
  text-align: center;
  top: -34px;
  width: 25px;
}
.progress-bar span:before{
	
} 
.progress-bar {
  background-color: #ea1d26;
  position: relative;
}
.skills-progress {
  margin-bottom: 20px;
}
.skills-progress:last-child {
  margin-bottom: 0;
}
.progress-bar span::before {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #ea1d26;
  bottom: -5px;
  content: "";
  height: 0;
  left: 7px;
  position: absolute;
  text-align: center;
  width: 0;
}

/*--------------------------
  8.Team Area
---------------------------*/
.single-team-member {
    overflow: hidden;
    padding-bottom: 73px;
    position: relative;
}
.member-info > h3 {
    color: #ffffff;
    font-family: "montserratlight";
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 4px;
}
.member-info h3 a {
  color: #fff;
}
.member-info > h3:hover a {color: #333;}
.member-info > span {color: #fff;}
.member-image {position: relative; text-align: center}
.team-icon {
    bottom: -70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 186px;
    z-index: 1;
}
.single-team-member:hover .team-icon{bottom: 0}
.team-icon li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    bottom: 0;
    float: left;
    height: 31px;
    margin: 0 9px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    width: 33px;
	color:#fff;
}
.team-icon ul li:nth-child(1) {margin-left: 0;}
.team-icon ul li:nth-child(4) {margin-right: 0;}
.team-icon li:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ea1d26;
}
.single-team-member .team-icon ul li a i {
  color: #ffffff;
}
.single-team-member .team-icon ul li:hover a i{
	color:#ea1d26;
} 
.team-icon li a {
  color: #fff;
  display: block;
  height: 100%;
  line-height: 25px;
  padding: 2px 0;
  transition: all 0.2s ease-in 0s;
}
.member-image img {
  width: 100%;
}
.team-icon ul li:hover{display: block;}
.member-info {
    background: #ea1d26 none repeat scroll 0 0;
    bottom: 0;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}
.single-team-member:hover .member-info {
    padding-bottom: 180px;
    padding-top: 37px;
}
.member-info > p {
  bottom: -75px;
  color: #eee;
  position: absolute;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: -99;
}
.single-team-member:hover .member-info > p {
    bottom: 85px;
    visibility: visible;
    z-index: 1;
}
.single-team-member:hover .team-icon {
    visibility: visible;
    z-index: 1;
    bottom: 42px;
}
/*------------------------
  9.Portfolio-Area
--------------------------*/
.portfolio-menu ul li{
  background: #eeeeee none repeat scroll 0 0;
  border-radius: 2px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  margin: 0 5px 10px;
  padding: 12px 15px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.portfolio-menu ul li:hover{background:#03A9F4;color:#fff;}
.single-portfolio{position:relative}
.portfolio-img{}
.image-link > img {
  width: 100%;
}
.portfolio-img a {
  position: relative;
  display: block;
}
.portfolio-menu ul li.filter.active {
  background: #03A9F4;
  color: #fff;
}
.portfolio-img a::before {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  top:0;
  left:0;
  transition:.3s;
}
.single-portfolio:hover .portfolio-img a::before {opacity:.85;}
.portfolio-content {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translatey(-50%);
  opacity:0;
  transition:.3s;
}
.portfolio-icon{}
.portfolio-icon a {
  background: #03a9f4 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 45px;
  line-height: 44px;
  width: 45px;
}
.portfolio-icon a i{
	color:#fff;
}
.portfolio-title{}
.portfolio-title span {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
  top: 14px;
}
.portfolio-title > p {
  color: #03a9f4;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 12px;
}
.single-portfolio:hover .portfolio-content{opacity:1;top:50%;}

/*------------------------
  10.Testimonial-Area
--------------------------*/
.testimonial-area{
	position:relative;
}
.single-client .client-img {
  height: 130px;
  margin: 0 auto 30px;
  width: 130px;
}
.single-client .client-img img {
  border-radius: 50%;
  height: 100%;
  margin-top: 30px;
  width: 100%;
}
.client-text > p {
  color: #fff;
  font-size: 18px;
  margin: 0 100px 20px;
}
.section-title.white-text > h3::before {
  background: #fff none repeat scroll 0 0;
}
.client-text > h3 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
	font-size:18px;
}
.client-text > h4 {
    color: #03a9f4;
}
.testimonial-area .owl-carousel .owl-dot.active {
  background: #03a9f4 none repeat scroll 0 0;
  height: 14px;
  width: 14px;
}
.testimonial-area .owl-carousel .owl-dot {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 10px;
}
.testimonial-area .owl-carousel .owl-dots {
    text-align: center;
	margin-top:20px;
}

/*------------------------
  11.Price-Area
--------------------------*/
.single-price {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0 0 60px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.price-title > h4 {
  background: #333333 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.text-large {
  font-size: 50px;
  font-weight: 500;
}
.price-list li {
  border-bottom: 1px solid #f6f6f6;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  text-transform:capitalize;
}
.price-list li:last-child {
  border: 0 none;
}
.price-btn {
  margin-top: 20px;
}
.price-btn button {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  padding: 11px 27px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.price-btn button:hover{
	background:#333;
	color:#fff;
    border: 1px solid #fff;	
}
.single-price:hover {
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
}

.single-price:hover .price-btn button{
	background:#ea1d26;
	color:#fff;
    border: 1px solid #fff;	
}
.single-price:hover .price-title > h4 {
	color:#fff;
	background:#ea1d26;
}
.price-dollar {
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
  position: relative;
  top: -18px;
}
.single-price.active{
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);		
} 
.single-price.active .price-btn button{
	background:#ea1d26;
	color:#fff;
    border: 1px solid #fff;	
}
.single-price.active .price-title > h4{
	color:#fff;
	background:#ea1d26;
}

/*------------------------
  12.Blog-Area
--------------------------*/
.single-blog{
	transition:all .3s;
}
.blog-info {
  padding: 24px 20px;
 border: 1px solid #ebebeb;  
}

.blog-info h4 a {
    color: #333;
}
.blog-info h4 a:hover{
	color:#ea1d26;
}
.blog-date span {
    margin-right: 15px;
}
.blog-date span i {
    margin-right: 9px;
}
.blog-info > p {
    margin-top: 10px;
}
.blog-info > a {
  color: #333;
  text-transform: capitalize;
}	
.blog-info > a:hover{
    color: #ea1d26;
} 
.blog-img{
}
.single-blog:hover .blog-img {
  filter: grayscale(100%);
}
.single-blog:hover{
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*-------------------- 
   13.Brand-area
----------------------- */
.single-brand {
  text-align: center;
}
.single-brand a img {
  transition: all 0.3s ease 0s;
}
.single-brand a:hover img {
  filter: brightness(50%);
}
/*------------------------
  14.Callto-Area
--------------------------*/
.callto-action-text > h2 {
  color: #fff;
  margin-top: 3px;
}
a.call-btn{
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 5px;
  padding: 12px 25px;
  text-transform: capitalize;
}
a.call-btn:hover{
	color:#ea1d26;
}
/*------------------------
  15.Contact-Area
--------------------------*/
.contact-title h3{
  font-size: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
}
.contact-title > h3::before {
  background: #333 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  width: 70px;
}
.single-contact {
  margin-top: 30px;
}
.details-contact li i {
    float: left;
    font-size: 20px;
	width: 50px;	
}
.details-contact li {
    overflow: hidden;
	margin-bottom:10px;
}
.contact-sochil-icon {
    margin-top: 35px;
}
.contact-sochil-icon  a {
    border: 1px solid #333;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 39px;
    margin-right: 8px;
    text-align: center;
	display:inline-block;
    width: 40px;
}
.contact-sochil-icon  a:hover{
	background:#ea1d26;
    border: 1px solid #ea1d26;
    color:#fff;	
}
.contact-sochil-icon  a:hover i{
    color:#fff;	
}
/*-------------------- 
   16.others
----------------------- */
.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.cf-msg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}
.contact-form form input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #aba8a8;
  border-radius: 4px;
  margin-bottom: 30px;
  padding-left: 20px;
}
.contact-form form textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #aba8a8;
  border-radius: 4px;
  height: 150px;
  padding-left: 20px;  
}
.cont-submit {
  background: #ea1d26 none repeat scroll 0 0;
  border: 1px solid #ea1d26;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  padding: 8px 30px;
  text-transform: capitalize;
  transition:all .4s;
}
.cont-submit:hover{
	color:#ea1d26;
	background:#ffffff;
}
.copyright.text-center > p {
  color: #fff;
  margin: 0;
}

#scrollUp {
  background: #ea1d26 none repeat scroll 0 0;
  border-radius: 3px;
  bottom: 30px;
  color: #ffffff;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 30px;
  text-align: center;
  width: 35px;
}
#scrollUp i{
	color:#fff;
}
#scrollUp:hover {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ea1d26;
  color: #ea1d26;
}
#scrollUp:hover i{
	color:#333;
}

.header-area.stick {
  padding: 0;
  transition: all.3s;
  z-index: 11;
}
.stick {
  background:#000;
  position: fixed;
  top: 0;
}
div#preloader {
    background: #000 url("img/ball.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.zmdi-settings {
  animation: 2s linear 0s normal none infinite running fa-spin;
}
.service-icon .zmdi.zmdi-settings {
  animation: 0s ease 0s normal none 1 running none;
}
#particles-js {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}