﻿body {
}
==================================== */
.services-area {
    padding-bottom: 70px;
}
.single-services {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
    background: $white-color;
    border-radius: 5px;
    padding: 30px;
    cursor: pointer;
    margin-bottom: 30px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;

i {
    font-size: 30px;
    color: $white-color;
    width: 65px;
    height: 65px;
    text-align: center;
    background: $theme-color;
    line-height: 65px;
    border-radius: 50%;
    display: inline-block;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
h3 {
    font-size: 20px;
margin: {
    top: 25px;
    bottom: 20px;
}
-moz-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}
p {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
&:hover {
     background: $theme-color;

i {
    background: $white-color;
    color: $theme-color;
}
h3, p {
    color: $white-color;
}
}
}
/* ==============
    End Services CSS 
==================================== */

.content-description {
    font-size: 14px;
}

/*Contact Form*/
.gray-form .form-control { box-shadow: none; border: 1px solid #f5f5f5; background: #f5f6f7; width: 100%; font-size: 14px;}
.gray-form .form-control:focus { background: #ffffff; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.gray-form .form-group { margin-bottom: 20px; }
.gray-form .button { margin-right: 20px; }
textarea.form-control { resize: vertical; }

/*Contact map*/
.contact-map { height: 400px; }
.contact-map .container-fluid { padding: 0px; }
.contact-map .container-fluid iframe { border: 0px; width: 100%; height: 400px; }
/**** Home Team ***/
/*home Page (team section) css*/
.single-team,.team-info {
    background: #fff;
    text-align: center;
    padding: 10px 0;
}
.single-team,.team-info h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 5px 0;
}
.single-team,.team-info p {
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 20px;
    text-transform: capitalize;
}
/*-------------tabs -----------*/

.wrapper {
    height: 100vh;
    background: #f9f6f1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: url(../images/form-wizard-bg.jpg);
    background-size: cover;
}
.inner {
    width: 909px;
}
.wizard {
    background: url(../images/form-content-bg.png) repeat;
    padding: 62px 60px 58px 62px;
    display: flex;
}
.wizard .steps {
    width: 20.05%;
    BACKGROUND: #f6f6f6;
    margin-right: 30px;
    padding-top: 25px;
}
.steps ul {
    border-left: 3px solid rgba(242, 242, 242, 0.4);
}
.steps li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    height: 31px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.steps li.current a {
    color: #2046f2;
}
.steps li a {
       color: #333;
    font-size: 15px;
    padding-left: 18px;
    font-family: sans-serif;
}
.steps li.current a:before {
    background: #2046f2;
}
.steps li a:before {
    content: "";
    width: 3px;
    height: 31px;
    position: absolute;
    left: -3px;
    top: 0;
}
.wizard .content {
    width: 73.95%;
}

@media (max-width: 1500px) {
    .wrapper {
        height: auto;
        min-height: 100vh;
        padding: 80px 0;
    }
}

/*------------- ///tabs -----------*/