/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
img, a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
button:focus {
    outline: 1px dotted;
    outline: 0px;
}
a.navbar-brand {
    display: none;
    visibility: hidden!important;
}
/*
a.navbar-brand {
    display: block;
    visibility: hidden!important;
}
*/


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
body {
    font-family: 'Open Sans', sans-serif;
}
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
          box-shadow: inset 0 -1px 0 #ddd;
}
a:hover { text-decoration: none }

/*Font*/
@font-face {
    font-family: brandon_black;
    src: url("../fonts/Lato-Black.ttf");
}

@font-face {
    font-family: brandon_med;
    src: url("../fonts/Lato-Regular.ttf");
}


/*Start main css*/
.header {
    background: #141414;
    color: #fff;
    padding: 21px 0;
    z-index: 999;
}

.mainmenu ul li a {
    color: #b0b0b0!important;
}
.mainmenu ul li a:hover {
    color: #fc7d45!important;
}
a.nav-link.active {
    color: #fc7d45!important;
}

.logo {
    /* padding-top: 6px; */
}
.logo a:hover {
    color: inherit;
}
.logo h2 {
    color: #fc7d45;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 26px;
    font-family: brandon_black;
}

.logo h2 span {
    color: #1ea69a;
}

.logo h3 {
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    font-size: 19px;
    font-family: brandon_med;
}

.logo img {
    margin-top: -5px;
}
.welcome_area {
    background-size: cover;
    background-position: bottom center;
    color: #fc7d45;
    padding: 140px 0;
    max-height: 800px;
    /* background-attachment: fixed; */
}

.form {
    position: relative;
    /* padding: 30px; */
    z-index: 1;
    padding: 60px 0;
    margin: 50px 0;
}

.form:before {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.7;
    z-index: -1;
}
.mainmenu ul li a {
    padding-right: 20px!important;
    padding-left: 20px!important;
}
.form h3 {
    color: #000;
}

.form input {
    padding: 7px 30px;
    border: 1px solid #b7b7b7;
}

input::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder {
    color: #000;
}

input::placeholder {
    color: #000;
}

.form input[type=submit] {
    background: #fc7d45;
    color: #fff;
    border: 1px solid #fc7d45;
    text-transform: uppercase;
    cursor: pointer;
}

.form:after {
    position: absolute;
    bottom: -25px;
    left: 50%;
    content: "";
    height: 53px;
    background: url(../img/or-after.png);
    background-repeat: no-repeat;
    width: 53px;
    margin-left: -26.5px;
}
h2.welcome_heading {
    color: #000000;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 42px;
}

.welcome h1 {
    font-size: 60px;
    font-weight: bold;
}

h2.get_in_touch_text {
    text-shadow: 2px 2px 12px #000;
    font-size: 34px;
}
.why_choose_area {
    padding: 120px 0;
    background: #d16839;
    color: #ebebeb;
    position: relative;
}

.why_choose_area h2 {
    font-size: 40px;
}

.why_choose_area:before {
    position: absolute;
    top: 0;
    left: 50%;
    background: #ffffff;
    content: "";
    width: 120px;
    height: 18px;
    margin-left: -60px;
}
.single_portfolio {
    width: 50%;
    float: left;
    /* overflow: hidden; */
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer
}

.portfolio_area {
    overflow: hidden;
}

.single_portfolio img {
    width: 100%;
    height: auto;
}

.single_portfolio_hover img {
    width: auto;
    height: auto;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
}

.single_portfolio_hover {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    opacity: 0;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    cursor: pointer
}

.single_portfolio:hover .single_portfolio_hover {
    opacity: 1;
    cursor: pointer;
}
.single_portfolio img:hover {
    opacity: .8;
}
.footer {
    border: 1px solid #ebebeb;
    overflow: hidden;
}

.single_footer {
    float: left;
    width: 50%;
    /* padding: 50px; */
}

.footer_aea {
    padding: 90px 0;
    padding-bottom: 60px;
}

.single_footer.footer_left {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.single_footer.footer_left h2 {
    color: #1ea69a;
}

.single_footer.footer_left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.single_footer.footer_left ul li {
    padding-bottom: 30px;
    color: #1e1e1e;
}

.single_footer.footer_left ul li img {
    width: 30px;
    margin-right: 10px;
}

.single_footer ifram {
    margin-bottom: 0;
    padding-bottom: 0;
}

.single_footer:last-child {
    text-align: right;
}
.copyright_area {
    color: #1ea69a;
    padding-bottom: 50px;
}


#scrollUp {
    background: #43e7d9 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    font-size: 22px;
    height: 35px;
    right: 20px;
    text-align: center;
    width: 35px;
    opacity: .9;
}