/*-----------------------------------------------------------------------------------

   
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------  

    CSS INDEX
    ===================
    1. Theme default css
    2. Header area
    3. Intro Area
    4. About Area
    5. Welcome services Area
    6. projects Area
    7. Counter Area
    8. Video Area
    9. Team Area css
    10. Blog Area
    11. Quote Area
    12. Footer Area
    13. Home-02
    14. Breadcumbs Area
    15. Reviews Area Css
    16. Error page
    17. Blog Details
    18.	Contact Us  CSS
    19. Services Details area
    20. Project Details page




    
-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;1,400&amp;family=Philosopher:wght@400;700&amp;display=swap');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
@font-face {
    font-family: 'LEMON MILK';
    src: url('fonts/LEMONMILK-Light.eot');
    src: url('fonts/LEMONMILK-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/LEMONMILK-Light.woff2') format('woff2'),
        url('fonts/LEMONMILK-Light.woff') format('woff'),
        url('fonts/LEMONMILK-Light.ttf') format('truetype'),
        url('fonts/LEMONMILK-Light.svg#LEMONMILK-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Philosopher', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #666;
    font-size: 16px;
}

.img,img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover{
    color: #ed3237;
    text-decoration: none;
}

a,
button {
    color: #ed3237;
    outline: medium none;
    text-decoration: none;
}
button{
	cursor: pointer;
	transition: .3s;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'LEMON MILK', sans-serif;
    color: #373435;
    margin-top: 0px;
    margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
	font-size: 60px;
    line-height: 66px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
}

h3 {
	font-size: 32px;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    line-height: 32px;
}

h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 28px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #373435;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #ed3237 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.section-headline {
    padding-bottom: 20px;
    width: 540px;
    margin: auto;
}
.area-padding{
    padding: 80px 0px;
}
.area-padding-1{
    padding: 0px 0px 110px;
}
.area-padding-2{
    padding: 110px 0px 80px;
}
.area-padding-3{
    padding:80px 0px;
}
.area-padding-4{
   padding:110px 0px 10px; 
}
.section-headline h2 {
   font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'LEMON MILK';
}
.section-headline h2::after {
    left:-15px;
    top: -33px;
}
.white-headline h2{
   color:#fff; 
}
.white-headline p{
   color:#f9f9f9; 
}
.section-headline .top-head {
        text-align: left;
    margin: 0px auto 15px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'LEMON MILK';
}
.top-head {
    position: relative;
    background: #ed3237;
    padding: 2px 15px;
    display:inline-block;
    color:#fff;
    text-transform: uppercase;
}
.left-headline h2 {
        font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'LEMON MILK';
}
.left-headline h2::after {
    left: -25px;
    top: -33px;
}
.text-service h2{
    position: relative;
    z-index: 1;
}
.text-service h2::after {
    left: -25px;
    top: -33px;
}
.left-headline .top-head {
    text-align: left;
    margin: 0px auto 15px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
	font-family: 'LEMON MILK';
}
.text-service .top-head {
    text-align: left;
    margin: 0px auto 5px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.full-left {
    margin-left: 30px;
    margin-bottom: 20px;
    padding-left: 30px;
}
.separator {
    border-bottom: 2px solid #eae7ff
}
.bg-color{
   background:#f8f8fe;
}
.bg-color-dark{
   background:#363232;
}
.bg-color-dark-2{
    background: #423E3E;
}
.area-80 {
    padding: 80px 0px;
}
.bread-pd {
    padding: 220px 0px 150px;
}
.hd-btn {
    color: #fff;
    padding: 9px 15px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 3px;
}
.hd-btn i {
    font-size: 14px;
    padding-right: 10px;
    line-height: 24px;
}
.hd-btn:hover {
	background:transparent;
    transition: all 0.3s ease 0s;
}
.headline-width{
    width: 560px;
    margin-bottom: 30px;
}
.color-text{
    color:#ed3237 !important;
}
.t-center{
    text-align: center;
}
.f-right{
    float:right;
}
.f-left{
    float:left;
}

.brand-content{
    padding: 30px;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #373435 url('img/aalay-logo.png') no-repeat center center;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.progress-wrap {
    position: fixed;
    bottom: 80px;
    right: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e627';
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 500;
    color: #ed3237;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke:  rgba(255, 255, 255, 0.2);
    stroke-width: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 3px  rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 3px  rgba(255, 255, 255, 0.2);
}
.progress-wrap::after {
    color: #ed3237;
}
.progress-wrap svg.progress-circle path {
    stroke: #ed3237;
}
/*----------------------------------------*/
/*  2. Header bottom area
/*----------------------------------------*/
.header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.header-center {
   /* background:url(img/background/header1.jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    padding: 0 20px 0px 20px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
}
.header-center::after{
    position: absolute;
   /* background:url(img/background/header.png);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; 
    content: "";
    left:0;
    top: 0;
    width:100%;
    height: 100%;
    opacity: 0.70;
    z-index: -1;
}
.header-logo {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.header-logo a {
    display: flex;
    align-items: center;
    height: 100%;
}
.logo img {
	position: relative;
	z-index: 2;
}
.header_menu ul li {
	display: inline-block;
	margin-left: 18px;
	position: relative;
}
.header_menu ul li a {
	color: #fff;
	font-weight: 400;
	padding: 40px 0;
	display: block;
	font-size: 13px;
    text-transform: uppercase;
}
.header_menu ul li a:hover{
    color:#ed3237;
}
.header_menu ul li ul.submenu {
	position: absolute;
	background: #423E3E;
	width: 200px;
	top: 110%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	padding: 15px 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-top: 2px solid #ed3237;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	z-index: 99;
	text-align: left;
}
.header_menu ul li ul.submenu li {
	margin: 0;
	display: block;
}
.header_menu ul li ul.submenu li a {
	padding: 8px 30px;
	font-size: 15px;
    position: relative;
    display: block;
}
.header_menu ul li:hover ul.submenu li a{
     color:#fff;
}
.header_menu ul li ul.submenu li a:hover {
    color: #ed3237;
    transition: 0.5s;
}
.header_menu ul li:hover ul.submenu {
	opacity: 1;
	visibility: visible;
	top: 96%;
}
.header-social-icons {
    float: right;
}
.main-menu ul li:hover > a {
	color: #fff;
}
.header-right {
    margin-left: 60px;
    float: right;
    padding: 31px 0px;
}
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
   background: #373435
}
.header-area.stick .header-center{
    margin-top: 0;
}
.header-area.stick .header_menu ul.main-menu >li>a {
    padding: 30px 0px;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 15px 0;
}
.header-area.stick .header-right {
    margin-left: 60px;
    padding: 22px 0px;
}
.search-inner {
    display: inline-block;
    margin-right: 25px;
}
.search-option {
    background: #423E3E;
    bottom: -84px;
    color: #fff;
    display: none;
    position: absolute;
    right:0px;
    width: 300px;
    z-index: 99999;
    padding: 20px;
}
.header-right a.main-search {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    position: relative;
    top:5px;
}
.header-area.stick .header-right a.main-search{
    color:#fff;
}
.search-option input {
    background: #363232 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 212px;
    height: 44px;
}
.search-option button.button {
    background: #ed3237;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}
/*----------------------------------------*/
/*  3. Intro Area
/*----------------------------------------*/
.intro-area{
	position: relative;
	overflow: hidden;
    z-index: 1;
}
.bg-wrapper{
    position: relative;
    z-index: 1;
}
.bg-wrapper::after{
    position: absolute;
    /*background:url(img/background/bg1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; */
    content: "";
    left:0;
    top: 0;
    width:100%;
    height: 100%;
    opacity: 0.50;
	background: #111
}
.bg-wrapper::before{
    position: absolute;
   /* background:url(img/background/bg2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; */
    content: "";
    left:0;
    top: 0;
    width:100%;
    height: 100%;
    opacity: 0.20;
}
.intro-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    /*margin-top: -120px;*/
	 transform: translateY(-50%);
}
.slide-images {
    margin-top: -40px;
    text-align: right;
}
.slide-all-text {
    margin-top: 0px;
}
.slider-content {
    position: relative;
}
.title-2 {
    color: #fff;
    font-size: 55px;
    font-weight: 400;
    line-height: 70px;
    margin-bottom: 30px;
    margin-right: 26px;
    position: relative;
    text-transform: uppercase;
	font-family: 'LEMON MILK';
}
.title-1 {
    font-size: 20px;
    color: #ddd;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase;
	font-family: 'LEMON MILK';
}
.layer-1 {
    position: relative;
    z-index: 1;
}
/*----------------------------------------*/
/* 4. About Area
/*----------------------------------------*/
.about-area{
    position: relative;
}
.ab-content-inner {
    position: relative;
    display: block;
    overflow: hidden;
}
.ab-image {
    position: relative;
    z-index: 1;
}
.ab1-image {
    width: 85%;
    float: left;
    padding-right: 20px;
    border-radius: 5px;
    position: relative;
}
.ab-image-2 {
    width: 320px;
    height: auto;
    border-radius: 5px;
    position: absolute;
    right: 0px;
    bottom: 20%;
    z-index: 5;
    border-radius: 4px;
}
.about-text {
    margin-left: 100px;
}
.company-inner {
    display: flex;
    vertical-align: middle;
    margin-top: 30px;
}
.ab-mark-btn {
    margin-left: 30px;
}
.int-btn{
    display: block;
    padding: 15px 30px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}
/*--------------------------------*/
/* 5. Welcome services Area
/*--------------------------------*/
.welcome-service {
    position: relative;
    margin-bottom: -80px;
}
.welcome-center{
    margin-top: 60px;
}
.wel-text {
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.5s;
}
.wel-content {
    padding: 30px 30px;
    transition: 0.5s;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    background: #F0F4FF;
    border:1px solid rgba(168,152,122,0.5);
}
.service-img {
    margin-bottom: 20px;
}
.wel-content:hover{
    background:#363232;
    transition: 0.5s;
}
.wel-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.wel-content:hover h4{
    color:#fff;
    transition: 0.5s;
}
.wel-content:hover p{
    color:#ddd;
}
.wel-text:hover{
    transition: 0.5s;
}
.wel-content:hover h4:hover{
    color:#ed3237;
    transition: 0.5s;
}
.wel-down-icon {
    font-size: 70px;
    color: #ed3237;
    display: inline-block;
    line-height: 70px;
    margin-bottom: 20px;
}
.wel-text:hover{
    transition: 0.5s;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.p-number {
    position: absolute;
    top:15px;
    right: 15px;
    font-size: 30px;
    color: #020134;
    opacity: 0.9;
    width: 60px;
    height: 60px;
    border: 1px solid #ed3237;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
}
.wel-text:hover .p-number{
    background: #ed3237;
    color:#fff;
    border: 1px solid #ed3237;
}
/*--------------------------------*/
/*  6. projects Area
/*--------------------------------*/
.project-area{
    background:url(img/background/bg3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; 
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.project-area::after{
    position: absolute;
    background:#f0f4ff;
    content: "";
    left:0;
    top: 0;
    width:100%;
    height: 100%;
    z-index: -1;
    opacity: 0.90;
}
.center-project{
    margin-bottom: 80px;
}
.option-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.option-name-inner {
    position: relative;
    left: 0%;
    background: #373435;
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    padding: 24px 20px;
    overflow: hidden;
	z-index: 9
}
.option-name-inner {
   /* position: relative;
    background:url(img/background/project-text.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; 
    z-index:2;*/
}
.option-name-inner::after{
    position: absolute;
    background:#373435;
    content: "";
    left:0;
    top: 0;
    width:100%;
    height: 100%;
    z-index: -1;
    opacity: 0.90;
}
.right-project .option-name-inner {
    position: relative;
    left: 30%;
}
.option-content h4 {
        margin-bottom: 20px;
    text-transform: none;
    font-size: 10px;
    color: #fff;
	    line-height: 16px;
}
.option-meta {
    margin-bottom: 10px;
}
.option-meta ul {
    display: flex;
    flex-wrap: wrap;
}
.option-content p{
    color:#ddd;
}
.option-meta ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 15px;
}
.option-meta ul li.option-quality > span {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #a8987a;
    padding: 5px 10px;
    line-height: 1;
    width: 70px;
    text-align: center;
}
.option-meta ul li.option-quality > span:last-child {
    background: transparent;
    color: #fff;
    margin-left: 9px;
    background: #ed3237;
    padding: 5px 10px;
}
.option-meta ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #ddd;
    text-transform: uppercase;
}
.option-lokate span i,
.option-time span i {
    margin-right:10px;
    color: #fff;
}
.project-btn {
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
}
/*----------------------------------------*/
/* 7.Counter Area
/*----------------------------------------*/
.single-fun {
    position: relative;
    text-align: center;
    padding: 100px 0px;
    border-right: 1px solid #545354;
}
.hide-image{
    position: absolute;
    top:20%;
    right:0px;
    left: 0;
    width: 200px;
    height:200px;
    color: #ed3237;
    opacity: 0.1;
    transition: 0.5s;
    margin: auto;
}
.fun_text {
    position: relative;
}
.fun_text span {
    display: block;
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    font-weight: 300;
}
.fun_text > h5 {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
}
.single-fun.last-item{
    border-right:none;
}
/*--------------------------------*/
/* 8.Video Area
/*--------------------------------*/
.video-area{
    background:url(img/background/bg3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; 
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.video-area::after{
    position: absolute;
    background:#f0f4ff;
    content: "";
    left:0;
    top: 0;
    width:100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
}
.video-image  {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.image-video-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -30px;
    text-align: center;
    z-index: 9;
}
.video-area .image-video-content .video-zone {
    background:transparent;
    border-radius: 100%;
    display: inline-block;
    height: 100px;
    width: 100px;
    transition: 0.4s;
    border: 1px solid #a8987a;
    background: #a8987a;
    position: relative;
}
.video-area .video-play::before {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: popcircle;
    animation-name: popcircle;
    border: 2px solid #2FA38C;
    border-radius: 100px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.image-video-content .video-zone i {
    color:#fff;
    font-size: 32px;
    line-height: 98px;
}
.image-video-content .video-zone:hover i {
    color: #fff;
    background: transparent;
    line-height: 98px;
}
.image-video-content .video-zone:hover {
    background: #ed3237;
    transition: 0.4s;
}
.feature-content{
    background: #fff;
    padding: 30px;
    position: relative;
    left: -10%;
}
.feature-services {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    background: #F0F4FF;
    border:1px solid #F0F4FF;
    transition: all 0.4s ease 0s;
}
.feature-icon-image {
    width: 80px;
    height: 80px;
    padding: 5px;
    border-radius: 3px;
    float: left;
}
.support-feature {
    padding-left: 100px;
}
.support-feature h4 {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 0px;
    font-weight: 500;
}
.feature-services:hover{
    background: #363232;
    transition: all 0.4s ease 0s;
}
.feature-services:hover .support-feature h4{
    color:#fff;
}
.feature-services:hover .support-feature p{
    color:#ddd;
}
/*----------------------------------------*/
/*  9. Team Area css
/*----------------------------------------*/
.team-headline{
    position: relative;;
    background: url(img/background/team-head.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding:70px 50px;
    border-radius: 5px;
    margin: 0px 10px;
    z-index:1;
    width: 80%;
    height:100%;
}
.team-headline::after {
    position: absolute;
    background: url(img/background/team-head1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.96;
}
.team-headline h2{
    color:#fff;
}
.team-headline p{
    color:#ddd;
}
.single-member {
    position: relative;
   /* margin-bottom: 60px;*/
    z-index: 1;
    /*margin-right: 60px;*/
}
.team-hover {
    padding: 15px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.single-member .team-img {
    display: block;
    position: relative;
}
.single-member .team-img a {
    display: block;
}
.single-member .team-img img {
    border-radius: 4px;
}
.team-content {
    position: absolute;
    background: url(img/background/team1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    top:0;
    content: "";
    /*left:12%;*/
    transition: 0.5s;
    padding: 20px 20px;
    width: 100%;
    height:100%;
	opacity: 0.8
}
.team-inner {
    position: relative;
    top: 90%;
    transition: 0.5s;
}
.team-content h4 a {
    color: #fff;
    position: relative;
    z-index: 1;
}
.team-content p {
    margin-bottom: 0;
    color: #ddd;
    text-transform: uppercase;
}
.team-content h4 {
        font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    text-align: right;
}
.social-icon li{
    display: inline-block;
    margin: 0px 2px;
}
.social-icon li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #ed3237;
    color: #fff;
    border-radius:2px;
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    background: #ed3237;
    margin-top: 20px;
}
.social-icon li a:hover{
    border:1px solid #fff;
    color:#fff;
	background:transparent;
}
.single-member .team-img::before{
    background: #373435db;
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    left: 0;
    top:0;
    transition: 0.5s;
    opacity: 0.95;
}
.single-member:hover .team-img::before{
    height: 100%;
    transition: 0.5s;
}
.single-member:hover .team-content{
    opacity: 0.80;
    left:0;
    transition: 0.5s;
}
.single-member:hover .team-inner{
    position: relative;
    top:60%;
    transition: 0.5s;
}
/*----------------------------------------*/
/*  10. Blog Area
/*----------------------------------------*/
.single-blog {
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    padding: 20px 20px 20px 20px;
    border-radius: 4px;
    z-index: 1;
}
.blog-content {
    padding: 20px 20px 0px;
    border-radius: 4px;
}
.blog-content h4{
	    text-align: center;
    font-size: 15px;
    text-transform: none;
    font-family: 'LEMON MILK';
    margin-bottom: 0;
    font-weight: 500;
}
.blog-content a h4 {
    font-size: 20px;
    line-height: 32px;
    transition: 0.4s;
    /*text-transform: uppercase;*/
}
.admin-type i,
.comments-type i{
    color: #fff;
    margin-right: 5px;
}
.blog-content p {
    line-height: 28px;
     transition: 0.4s;
}
.single-blog:hover .blog-content a h4:hover{
    color:#ed3237;
    transition: 0.4s;
}
.image-scale {
    display: block;
    transition: 0.5s;
    position: relative;
}
.blog-item-date {
    position: absolute;
    top: -20px;
    background: #ed3237;
    left: 20px;
    text-align: center;
    padding: 8px 20px;
}
.date-type {
    display: inline-block;
    font-size: 16px;
    color:#fff;
}
.years-type {
    font-size: 16px;
    color:#fff;
}
.single-blog:hover .image-scale {
    transition: 0.9s;
}
.blog-meta span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    background:#ed3237; 
    padding: 5px 10px;
}
.blog-meta {
    margin-bottom: 15px;
}
/*----------------------------------------
 11. Quote Area
----------------------------------------*/
.quote-area{
   position: relative;
}
.quote-center{
    position: relative;;
    background: url(img/background/sub1.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding:40px;
    border-radius: 5px;
    margin: 0px 10px;
    z-index:1;
}
.quote-center::after {
    position: absolute;
    background: url(img/background/sub1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.90;
}
.quote-all {
    padding: 50px 60px 50px 60px;
    background: #fff;
    margin-right: -17px;
}
.quote-area #sub_contactForm input,
.quote-area .contact-form input {
    border: none;
    height: 54px;
    margin-bottom: 20px;
    border:1px solid #ccc;
    border-radius: 3px;
    color: #fff;
    background: transparent;
}
.quote-area .contact-form input.last-part{
	margin-bottom: 0px;
}
.quote-area .contact-form textarea#sub_message,
.quote-area .contact-form textarea#message{
    height: 127px;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    border:1px solid #ccc;
    border-radius: 3px;
    color: #fff;
    background: transparent;
}
.quote-area .quote-btn {
    background: #ed3237;
    border: 1px solid #ed3237;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 54px;
    transition: 0.4s;
    border-radius: 3px;
}
.quote-image {
    padding: 30px 10px;
}
.sub-head {
    padding: 30px;
}
.quote-area .quote-btn:hover{
    border: 1px solid #ed3237;
    color:#fff;
    transition: 0.4s;
}
.sub-head h3{
    color:#fff;
    font-size: 30px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.single-contact {
    margin: 30px 0px 0px;
}
.single-contact a {
    display: block;
    margin-top: 13px;
}
.single-contact a i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #ed3237;
    text-align: center;
    border-radius: 4px;
}
.single-contact span {
    color: #fff;
}
.last-content{
    margin-bottom: 0;
}
/*----------------------------------------*/
/*  12. Footer Area
/*----------------------------------------*/
.footer-area{
   position: relative;
    background:url(img/background/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
    background-attachment: fixed;
}
.footer-area::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4B444C;
    opacity: 0.95;
    transition: 0.4s;
    content: "";
    z-index: -1;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-content.logo-footer {
    margin-right: 30px;
}
.footer-head {
    margin-right: 40px;
}
.footer-head p {
    line-height: 30px;
    font-size: 17px;
    color:#fff;
    letter-spacing:1px;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    display: block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin-right: 2px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background: #ed3237;
    transition: 0.4s;
    color: #fff;
    border:1px solid #ed3237;
}
.footer-icons ul li a:hover{
    color: #ed3237;
    background:transparent;
    transition: 0.4s;
}
.footer-icons {
    margin-top: 30px;
}
.footer-area-bottom {
    padding: 25px 0;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#ed3237;
}
.copyright-text a {
    color: #ed3237;
}
.copyright > p {
    margin-bottom: 0;
    color:#fff;
}
.copyright a {
    color: #ed3237;
}
.footer-menu ul{
    float: right;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    display: block;
    color: #fff;
    padding: 0px 10px;
}
.footer1 .footer-menu ul li a:hover{
    color:#ed3237;
}
.footer1 .brand-content {
    margin-bottom:100px;
    padding: 20px;
}
.single-brand-item{
   /* border:1px solid #ed3237;*/
}
.single-brand-item a{
    position: relative;
}
.footer-area-bottom{
    background: #373435;
}
.single-photo {
    float: left;
    width: 160px;
    position: relative;
}
.all-photo {
    margin-left: 20px;
}
.single-photo a {
    position: absolute;
    left: 0;
    top: 55%;
    color: #fff;
    z-index: 99;
    right: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-top: -15px;
    opacity: 0;
    transition: 0.5s;
}
.single-photo::after {
    background: rgba(0,0,0,0.50) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.single-photo:hover::after {
    opacity: 1;
    transition: 0.4s;
}
.single-photo:hover a {
    top: 50%;
    opacity: 1;
    transition: 0.5s;
}
/*----------------------------------------*/
/* 13.Home-02
/*----------------------------------------*/
.intro-area-2 .slide-all-text{
    width: 75%;
    margin: auto;
}
.intro-area-2 .title-2 {
    font-size: 80px;
    font-weight: 500;
    line-height: 95px;
}
.intro-area-2 .bg-wrapper::after {
    position: absolute;
    background: url(img/background/bg3.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.92;
}
.intro-area-2 .bg-wrapper::before{
    display: none;
}
.video-area-2::after,
.project-area-2::after {
    position: absolute;
    background: #2D2E30;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.90;
}
.header-area-2{
    background: url(img/background/header1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    top:0;
}
.header-area-2::after {
    position: absolute;
    background: url(img/background/header.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.70;
    z-index: -1;
}
.single-slide{
    position: relative;
}
.single-slide::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/slider/bg2.png);
    content: "";
    z-index: -1;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.90;
}
.slider-height {
	min-height: 700px;
	background-position: center center;
	background-size: cover;
}
.slider-active button.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: 0;
	font-size: 24px;
	padding: 0;
	color: #fff;
	z-index: 2;
	height:60px;
	width: 60px;
	border-radius:50px;
	cursor: pointer;
	background: #a8987a;
	line-height: 62px;
    border:1px solid #a8987a;
    transition: 0.4s;
}
.slider-3 button.slick-arrow {
	color: #ff;
	background: #fff1f0;
}
.slider-active button.slick-next{
    right:0px;
    opacity: 0;
    transition: 0.4s;
}
.slider-active button.slick-prev{
    left: 0px;
    opacity: 0;
    transition: 0.4s;
}
.slider-active:hover button.slick-prev{
    left: 30px;
    transition: 0.4s;
    opacity: 1;
}
.slider-active:hover button.slick-next{
    right: 30px; 
    transition: 0.4s;
    opacity: 1;
}

.slider-active:hover button{
    opacity: 1;
    visibility: visible;
}
.slider-active button:hover{
    background:transparent;
	color: #a8987a;
    transition: 0.4s;
}
.intro-area-3 .slide-all-text{
    margin-top: 60px;
}
.header-area-2.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: url(img/background/bg3.png);
}
.intro-area-3 .title-2 {
    font-size: 56px;
    font-weight: 500;
    line-height: 70px;
}
.welcome-center-2 .wel-content {
    background: #3e3939;
    border: 1px solid #fffbbb;
}
.welcome-center-2 .p-number,
.welcome-center-2 .wel-content h4{
    color:#fff;
}
.welcome-center-2 .wel-content p {
    color: #ddd;
}
.feature-content-2 {
    background: #3e3939;
}
.feature-content-2 .feature-services {
    background: #363232;
}
.feature-content-2 .support-feature h4  {
    color: #fff;
}
.feature-content-2 .support-feature p  {
    color:#ddd;
}
.blog-area-2 .single-blog {
    background: #363232;
}
.blog-area-2 .blog-content {
    padding: 30px 20px 10px;
    border-radius: 4px;
    background: #423E3E;
}
.blog-area-2 .blog-content a h4 {
    color:#fff;
}
.quote-area-2 .quote-all {
    background: #363232;
}
.intro-area-4 .title-2 {
    font-size: 65px;
    font-weight: 500;
    line-height: 84px;
}
.intro-area-4 .slide-all-text {
    width: 60%;
    margin: 100px 0px 20px;
}
.intro-area-4 .single-slide::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/slider/bg3.png);
    content: "";
    z-index: -1;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.95;
}
/*----------------------------------------*/
/*  14. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    position: relative;
    z-index: 1;
}
.transparent-header{
    background: transparent;
}
.page-area {
    background: url(img/background/bread.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    padding: 250px 0px 130px;
    z-index: 1;
    min-height: 500px;
}
.page-area::after{
    position: absolute;
    content: "";
    left:0;
    top: 0;
    width:100%;
    height: 100%;
    background: url(img/background/bread.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    z-index: -1;
    opacity: 0.90;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    border-radius: 0;
    background: none;
    display: block;
}
.breadcrumb-item {
    font-size: 16px;
    line-height: 1;
    padding: 15px 0px;
    display: inline-block;
    text-transform: uppercase;
}
.breadcrumb-item>i {
    vertical-align: middle;
    font-size: 13px;
    padding: 0px 7px;
}
.breadcrumb-title h2 {
    color: #fff;
    font-size: 42px;
    line-height: 52px;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.breadcrumb-page .breadcrumb-item a {
    color: #fff;
    font-weight: 500;
}
.breadcrumb-page nav ol {
    background: 0;
    padding: 0;
    margin: 0;
}
.breadcrumb-page .breadcrumb-item.active {
    font-weight: 500;
    color: #fff;
}
.breadcrumb-page .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    content: "\f105";
    font-family: fontAwesome;
    padding-right: 15px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 15px;
}
.reviews-page-area .single-testi{
    margin-bottom: 30px;
}
/*----------------------------------------
  15.Reviews Area Css
----------------------------------------*/
.reviews-area{
    position: relative;
}
.review-head h2 {
    font-size: 40px;
    line-height: 46px;
}
.single-testi{
    border-radius: 4px;
}
.clients-text {
    padding: 30px;
    position: relative;
    background-color: #423E3E;
}
.testi-img {
    position: relative;
    margin-top: 20px;
    display: block;
    overflow: hidden;
}
.testi-img img {
    max-width: 80px;
    height: auto;
    border-radius: 50px;
    float: left;
    margin-right: 20px;
}
.guest-details {
    margin-top: 20px;
    position: relative;
    padding-left: 15px;
}
.guest-details::after{
    position: absolute;
    left: 0;
    top:2px;
    width: 4px;
    height: 90%;
    background: #ed3237;
    transition: 0.4s;
    content: "";
}
.testimonial-carousel .active.center .single-testi .clients-text{
    border: 1px solid #40F87F;
}
.testi-text p {
    margin-bottom: 0px;
    color: #ddd;
    font-size: 17px;
}
.client-rating {
    margin-bottom: 15px;
}
.client-rating a {
    display: inline-block;
    color: #FFF703;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}
.testimonial-carousel.owl-carousel .owl-nav div {
    background: #ed3237;
    border: 1px solid #ed3237;
    border-radius:4px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height:50px;
    line-height: 49px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 50px;
    border-radius: 50px;
}
.testimonial-carousel.owl-carousel .owl-nav div.owl-prev {
    top:40%;
    position: absolute;
    left:2%;
    opacity: 0;
}
.testimonial-carousel.owl-carousel .owl-nav div.owl-next {
    top:40%;
    position: absolute;
    right:2%;
    opacity: 0;
}
.testimonial-carousel.owl-carousel .owl-nav div.owl-prev:hover,
.testimonial-carousel.owl-carousel .owl-nav div.owl-next:hover{
    background:transparent;
    border: 1px solid #A8987A;
    color: #A8987A;
    transition: all 0.5s ease 0s;
}
.testi-text h4 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.guest-rev{
    color:#ddd;
    text-transform: uppercase;
    font-size: 16px;
}
.single-testi{
    margin-bottom: 50px;
}
.testi-text {
    position: relative;
    padding: 20px;
    background: #423E3E;
}
.testi-text::before {
    position: absolute;
    left:20px;
    top:20px;
    width:100%;
    height:100%;
    transition: 0.4s;
    content: "";
    background: #6F6D6F;
}
.reviews-content:hover .testimonial-carousel.owl-carousel .owl-nav div.owl-prev{
    left:-2%;
     opacity: 1;
    transition: 0.4s;
}
.reviews-content:hover .testimonial-carousel.owl-carousel .owl-nav div.owl-next{
    opacity: 1;
    transition: 0.4s;
    right:-2%;
}
.review-page .single-testi{
    margin-right: 20px;
}
/*--------------------------------*/ 
/* 16. Error page
/*--------------------------------*/
.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}
.high-text {
    font-size: 260px;
    line-height: 200px;
    margin-bottom: 80px;
    font-weight: 600;
}
.error-bot {
    font-size: 16px;
    color: #555;
}
.error-btn {
    background: #ed3237;
    border: 1px solid #ed3237;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
    font-weight: 700;
    border-radius: 2px;
}
.error-btn:hover{
    background: #fff;
    color: #ed3237;
    transition: 0.4s;
}
.high-text span{
    color: #ed3237;
}
/*----------------------------------------*/
/*  17. Blog Details
/*----------------------------------------*/
.comments-heading h3, 
h3.comment-reply-title,
.single-post-social h3 {
    border-bottom: 1px solid #ddd;
    color: #3d5368;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
	border-radius: 50%;
	
}
.comments-list-img img {
    border-radius:3px;
   border: 1px solid #ed3237;
}
.comments-content-wrap {
    color: #3d5368;
    font-size: 14px;
    margin: 0 0 15px 90px;
    padding: 10px;
    position: relative;
}
blockquote {
    padding: 30px 40px 20px 80px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
    background: #F0F4FF;
}
blockquote::before {
    position: absolute;
    top: 20px;
    left: 30px;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
    color: #3d5368;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.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: #3d5368;
    margin-top: 10px;
}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{
	color: #3d5368;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.comment-respond p {
    color: #3d5368;
    margin-bottom: 5px;
}
.comment-respond input[type=text],
.comment-respond input[type=email]{
    border: 1px solid #d9d9d9;
    border-radius: 0;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
	background: transparent;
}
.comment-respond textarea#message-box{
    border: 1px solid #d9d9d9;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 200px;
    width: 100%;
	background: transparent;
}
.comments-content-wrap span a {
    color: #ed3237ed3237;
}
.comments-content-wrap span a:hover {
    color: #ed3237;
}
.blog-post-wrapper .blog-content h4{
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
}
.blog-post-wrapper .blog-content h5 {
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
}
.blog-post-wrapper .blog-content {
    border: none;
    padding: 30px 0px 30px;
}
.blog-post-wrapper .blog-images img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}
.blog-post-wrapper .img-blog {
    margin: 15px 0px 30px;
    max-height: 350px;
    overflow: hidden;
    width: 50%;
    float: left;
}
.submit-btn {
    display: inline-block;
    margin-top: 20px;
    border: none;
    padding: 10px 30px;
    font-size: 20px;
    text-transform: capitalize;
}
.single-post-comments {
    margin-top: 40px;
}
.blog-post-wrapper .left-blog-img{
    padding-right: 20px;
}
.blog-post-wrapper .right-blog-img{
    padding-left: 20px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #3d5368;
    background-color: #F0F4FF;
    border: none;
    margin-left: -1px;
    border-radius: 2px;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: #ed3237;
    cursor: default;
    border-radius: 2px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
    border-radius: 2px;
}
.adver-img {
    margin-top: 20px;
}
.blog-details-mar{
    padding: 0px 100px;
    display: block;
    overflow: hidden;
}
.blog-post-wrapper .blog-item-date {
    top: 20px;
}
.single-post-icons ul li {
    display: inline-block;
}
.single-post-icons ul li a {
    display: block;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    margin-right: 2px;
    width: 34px;
    height: 34px;
    border-radius: 2px;
    background: #ed3237;
    transition: 0.4s;
    color: #fff;
    border:1px solid #ed3237;
}
.single-post-icons ul li a:hover{
    color: #ed3237;
    background:transparent;
    transition: 0.4s;
}
.single-post-icons{
    margin-top: 30px;
}
/*----------------------------------------*/
/*  18.	Contact Us  CSS
/*----------------------------------------*/
.contact-page {
    margin-top: 100px;
}
.contact-icon {
    display: block;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 30px 1px #f4edf5;
    padding:40px;
    margin-bottom: 70px;
    border-radius: 4px;
    transition: 0.4s;
    position: relative;
	text-align: center
}
.contact-icon::after{
    /*position: absolute;
    background: url(img/background/contact-img.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;*/
}
.contact-icon:hover{
    background: #373435;
    transition: 0.4s;
}
.single-icon {
    display: block;
    transition: 0.4s;
}
.single-icon i {
    color: #fff;
    display: block;
    font-size: 32px;
    height: 70px;
    line-height: 68px;
    margin:0 auto 20px;
    text-align: center;
    width: 70px;
    background: #ed3237;
     transition: 0.4s;
    border-radius: 3px;
}
.single-icon p {
    color: #273048;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0px;
	font-family: 'LEMON MILK';
	font-weight: 600
}
.contact-icon:hover a{
	 color:#fff;
}
.contact-icon:hover .single-icon i{
    background: #ed3237;
    color:#fff;
    transition: 0.4s;
}
.contact-icon:hover .single-icon p{
    color:#fff;
}
.contact-area .contact-form {
    margin-left: 20px;
}
.contact-area .contact-form input, .contact-form input{
    border: 1px solid #d9d9d9;
    border-radius: 0;
    height: 54px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
	background: transparent;
}
.contact-area .contact-form textarea#message {
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    height: 150px;
    padding: 20px;
    width: 100%;
	background: transparent;
}
.contact-area .contact-form input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ed3237;
    border-radius: 0;
    color: #444;
    font-size: 14px;
    font-weight: 700;
    margin-top: 16px;
    padding: 11px 24px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.contact-area .contact-form input[type=submit]:hover{
    color:#fff;
    border: 1px solid #ed3237;
    background:#ed3237;
}
.contact-area .contact-btn {
    background: #ed3237;
    border: 1px solid #ed3237;
    color: #fff;
    display: block;
    font-size: 14px;
    margin-top: 20px;
    padding: 12px 20px;
    transition: 0.4s;
    border-radius: 2px;
}
/*----------------------------------------*/
/* 19. Services Details area
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
    background: #363232;
    padding:30px;
}
.page-head-left {
    margin-left: 20px;
}
.single-services-page p{
    color: #666;
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu li {
    display: block;
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    position: relative;
}
.left-menu ul li.active a,
.left-menu ul li a:hover {
    transition: 0.4s;
    background: #ed3237;
    color:#fff;
}
.left-menu ul li a {
    display: block;
    font-size: 16px;
    padding: 15px 30px;
    position: relative;
    color:#fff;
    background: #535353;
    margin: 15px 0px;
    text-transform: uppercase;
} 
.left-menu ul li a::after {
    content: "\e649";
    font-family: themify;
    font-size: 18px;
    position: absolute;
    right:20px;
    top: 14px;
    color: #fff;
    transition: 0.5s;
    opacity: 0;
}
.left-menu ul li a:hover::after {
    transition: 0.5s;
    opacity: 1;
}
.left-menu ul li.active a::after{
    opacity: 1; 
}
.down-btn i {
    font-size: 20px;
    float: left;
    margin-right: 15px;
    color:#fff;
}
.single-well h2 {
    font-size: 34px;
    line-height: 44px;
}
.down-btn {
    border-bottom: 1px solid #ed3237;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 30px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    overflow: hidden;
    background: #ed3237;
    margin: 10px 0px;
    text-transform: uppercase;
}
.down-btn:hover{
    background: #47484B;
    transition: all 0.4s ease 0s;
}
.new-project {
    background: #47484B;
    padding: 30px 30px 40px;
}
.project-new h4 {
    color: #fff;
    line-height: 36px;
    font-size: 22px;
    text-transform: uppercase;
}
.hire-btn {
    padding: 15px 25px;
    color: #fff;
    transition: 0.4s;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
}
.mar-well {
    margin-bottom: 30px;
    margin-right: 30px;
}
.single-page {
    overflow: hidden;
}
.single-well h3 {
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: uppercase;
}
.single-well h4 {
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
}
.single-well.last-part p{
	margin-bottom: 0px;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #fff;
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: #40F87F;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.marker-list li {
    padding-left: 35px;
    margin: 10px 0px;
    position: relative;
}
.marker-list li::after {
    position: absolute;
    content: "\e64c";
    left: 0;
    top: 3px;
    font-family: themify;
    color: #fff;
    font-weight: 300;
    width: 20px;
    height: 20px;
    background: #ed3237;
    border: 1px solid #ed3237;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
}
.single-services-page .marker-list li {
    color: #47484B;
}
.last-content{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/*----------------------------------------*/
/* 20. Project Details page
/*----------------------------------------*/
.project-details h3 {
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
}
.right-projects {
    margin-left: 20px;
}
.project-history {
    background: #363232;
    box-shadow: 0 5px 40px 10px #e7eced;
    padding:30px;
    margin-bottom: 30px;
}
.project-name{
    background: #47484B;
    padding: 20px;
}
.project-details h4 {
    font-size: 22px;
}
.project-name ul li {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 30px;
    font-weight: 500;
    color:#fff;
}
.project-name ul li:last-child{
    padding-bottom: 0px;
}
.project-name li i {
    float: left;
    font-size: 24px;
    margin-right: 20px;
    line-height: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #ed3237;
    text-align: center;
    border-radius: 3px;
}
.project-name span {
    display: block;
    padding-left: 50px;
    font-size: 17px;
    font-weight: 500;
    color:#fff;
}
.project-details p {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.project-details p{
    margin-bottom: 0;
}
.project-image {
    margin-bottom: 40px;
}
.project-page::after {
    background: #fff;
}
.project-inner{
    margin-top: 40px;
}
.project-carousel.owl-carousel .owl-nav div.owl-prev, 
.project-carousel.owl-carousel .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0px;
    text-align: center;
    line-height: 48px;
    width: 48px;
    height:48px;
	border-radius:2px;
    background: #ed3237;
}
.project-carousel.owl-carousel .owl-nav div.owl-prev {
    left: -3%;
    top:42%;
    transition: 0.4s;
}
.project-carousel.owl-carousel .owl-nav div.owl-next {
    right: -3%;
    top: 42%;
    transition: 0.4s;
}
.project-carousel.owl-carousel:hover .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel:hover .owl-nav div.owl-prev:hover{
    color:#fff;
    border: 1px solid #ed3237;
    background: #ed3237;
}

/*----------------------------------------*/
/* 21.	Animation  CSS
/*----------------------------------------*/
.rotateme {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.item-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes popcircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
/*----------------------------------------*/
/*  22.General code CSS
/*----------------------------------------*/
.anti-btn {
    background-color: #ed3237;
    color: #fff;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.anti-btn::before {
    background-color: #494444;
    position: absolute;
    content: '';
    height: 100%;
    width: 0;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
    border-radius: 2px;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.anti-btn:hover {
    color: #fff;
    transition: 0.5s;
    border-radius: 3px;
}
.anti-btn:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    color: #fff;
    border:1px solid rgba(168,152,122,0.5);
}
.ready-btn {
    color: #fff;
    padding: 16px 30px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}
.ready-btn:hover{
    transition: 0.5s;
}
.anti-btn:hover {
    color: #fff;
    transition: 0.5s;
    border-radius: 3px;
}
.anti-btn:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    color: #fff;
}
.arct-btn {
    background: #a8987a;
}
.sp-color{
    color:#ed3237;
}

.cube-text {
    display: inline-block;
    position: relative;
}

.cube-text svg {
    background:#ed3237;
    border-radius: 50%;
    padding: 24px;
    position: relative;
    z-index: 1;
    font-size: 25px;
    height: 170px;
    width: 170px;
    text-transform: uppercase;
    font-weight: 800;
}
.cube-text svg {
    fill: #fff;
    height: 150px;
    width: 150px;
    overflow: inherit;
    animation: spinner 20s infinite linear;
    text-shadow: 1px 1px #000000;
}
.cube-text svg path {
    fill: none;
}
.cube-text svg text {
    fill: #fff;
    letter-spacing: 4px;
}
.cube-text .text-round-number {
    display: inline-block;
    position: absolute;
    left: 30%;
    top: 29%;
    z-index: 9;
    height: 60px;
    width: 60px;
    line-height: 58px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    border-radius: 50px;
    background: #a8987a;
}
.red-color{
	color:#ed3237 !important
}
.about-project-title span{
	display: block;
	    font-size: 70px;
    line-height: 70px;
	color: #373435;
    text-transform: uppercase;
	font-family: 'LEMON MILK';
	font-weight: 600
}
.text-justify{
	text-align: justify
}
.header-area img{
	width: 150px
}
.mb-20{
	margin-bottom: 20px
}
.about-views{
	    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'LEMON MILK';
}
.option-content li img{
	width: 50px
}
.option-content li{
        text-align: center;
   display: inline-block;
    padding: 10px 10px;
    width: 19%;
}
.no-padding{
	padding: 0
}
.center-heading{
	margin: 0 auto 50px
}
.amenities-area{
	background: #f3f3f3;
	padding-bottom: 0
}
.brochure-section .sub-head h2{
	    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'LEMON MILK';
    color: #fff;
}
.single-icon a{
	color: #273048;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0px;
	font-family: 'LEMON MILK';
	font-weight: 600
}
.virtual-icon{
    width: 40px;
    filter: invert(1);
}
.red-pipe{
	    margin: 0 20px;
    font-size: 35px;
    top: -10px;
    position: relative;
}
.virtual-tour{
	animation:blinker 2.5s linear infinite;
	color:#fff
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#form_process {
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 1.1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spinnerRotate;
	-moz-animation-duration: 1.1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spinnerRotate;
	-ms-animation-duration: 1.1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	visibility: hidden;
	color: #000
}
#error_data {
	color: red;
	font-size: 14px;
	margin: 0 0 10px;
	line-height: normal
}
.alert.alert-danger p {
	color: #fff;
	background: red;
	border-radius: 24px;
	padding: 10px
}
.alert.alert-danger {
	color: #454545;
	background-color: #ffb4b4;
	padding: 10px 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 28px
}
.alert.alert-success {
	color: #508e14;
	background: #f0f0f0;
	padding: 10px 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 28px
}
@-webkit-keyframes spinnerRotate {
from {
-webkit-transform:rotate(0)
}
to {
	-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes spinnerRotate {
from {
-moz-transform:rotate(0)
}
to {
	-moz-transform: rotate(360deg)
}
}
@-ms-keyframes spinnerRotate {
from {
-ms-transform:rotate(0)
}
to {
	-ms-transform: rotate(360deg)
}
}
.rera-no{
    color: #ccc;
	font-size: 13px;
    line-height: 20px;
}