@import url("bootstrap-3.3.7-dist/css/bootstrap.css");
@import url("font-awesome-4.6.2/css/font-awesome.css");
@import url('css/animate.css');
@import url('css/revolution-slider.css');
@import url("js/source/jquery.fancybox.css?v=2.1.5");
@import url("css/owl.carousel.css");
@import url("css/owl.theme.css");
@font-face {
    font-family: 'Lato-Regular';
    src: url(fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: 'Lato-Medium';
    src: url(fonts/Lato-Medium.ttf);
}

@font-face {
    font-family: 'LatoSemibold';
    src: url(fonts/Lato-Semibold.ttf);
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url(fonts/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url(fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url(fonts/Raleway-Medium.ttf);
}

body {
    font-family: 'Lato-Regular';
    padding: 0px;
}

header {
    background: #00a859;
    z-index: 999;
}

header .logo {
    position: relative;
    padding: 7.5px 0;
    float: left;
}

header .logo img {
    z-index: 10;
    position: relative;
    padding: 10px 0px;
}

.logo::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1000px;
    z-index: 0;
}

.logo::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 60%;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    width: 115px;
    z-index: 0;
}

.flip-book {
    margin: 0px auto;
    background-color: #333;
    padding: 10px 20px !important;
    line-height: normal;
    position: fixed;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    transform: rotate(-90deg);
    z-index: 999;
    top: 50%;
    left: -79px;
    border-bottom: 2px solid #00A859;
}

.flip-book::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: -40px;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #00A859 transparent transparent transparent;
}

.flip-book::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: -40px;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 40px 0px 0 40px;
    border-color: #00A859 transparent transparent transparent;
}

.flip-book a {
    color: #fff;
}

.flip-book a:hover {
    color: #fff;
    text-decoration: none;
}

.nav > li > a {
    padding: 12px 20px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'LatoSemibold';
}

.navbar-right {}

.nav > li {
    padding: 30px 0px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #00A859;
    border-radius: 25px;
}

.navbar-right .dropdown-menu {
    left: 0px;
    right: auto;
}

h2::before {
    content: "";
    position: absolute;
    max-width: 90px;
    width: 100%;
    display: block;
    height: 1px;
    background: #00A859;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100%;
}

h2 {
    margin-top: 0px;
    font-size: 30px;
    font-family: 'Raleway-Medium';
    color: 231f20;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-padding {
    padding: 70px 0px;
    text-align: center;
}

.how-it-block {
    padding: 40px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin: 10px auto;
    float: left;
}

.how-it-conten {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 15px;
    position: relative;
    overflow: hidden;
}

.how-it-conten::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 255) 0%, rgba(255, 255, 255, .1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 255) 0%, rgba(255, 255, 255, .2) 100%);
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
}

.how-it-block:hover .how-it-conten::before {
    -webkit-animation: shine 1.25s;
    animation: shine 1.25s;
    opacity: 1;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.how-it-conten h3 {
    font-family: "Raleway-SemiBold";
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.how-it-conten p {
    font-family: 'Lato-Regular';
    line-height: 26px;
    font-size: 15px;
}

.how-it-conten a {
    background: #2f2f2f;
    border-left: 5px solid #00a859;
    border-right: 5px solid #00a859;
    border-radius: 25px;
    padding: 8px 12px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    transition: all 500ms ease;
}

.how-it-conten a:hover {
    background: #00a859;
    border-left: 5px solid #2f2f2f;
    border-right: 5px solid #2f2f2f;
    text-decoration: none;
}

.about-home {
    text-align: left;
    background: #e2dfdf;
    padding: 60px 0px;
}

.about-home .about_block {
    margin: 15px 0px;
}

.about-home .about_block h2 {
    margin-bottom: 30px;
}

.about-home .about_block h2:before {
    left: 0px;
    margin: 0px;
}

.about-home .about_block p {
    font-family: 'Lato-Medium';
    line-height: 30px;
    padding-left: 10px;
}

.about-home .about_block a {
    background: #2f2f2f;
    border-left: 5px solid #00a859;
    border-right: 5px solid #00a859;
    border-radius: 25px;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
    transition: all 500ms ease;
    font-family: 'Lato-Medium';
}

.about-home .about_block a:hover {
    background: #00a859;
    border-left: 5px solid #2f2f2f;
    border-right: 5px solid #2f2f2f;
    text-decoration: none;
}

.about-home .about_block img {
    float: right;
}

.project-home {
    background: url(images/gallery-back.jpg);
    background-size: cover;
    position: relative;
}

.project-home::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.project-home h2 {
    z-index: 999;
    color: #fff;
}

.proj-img,
.proj-img1 {
    padding: 5px;
}

.proj-img img,
.proj-img1 img {
    border: 2px solid #fff;
}

.grid {
    background: #00A859 none repeat scroll 0 0;
    cursor: pointer;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 1;
}

.grid figure figcaption {
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.25em;
    overflow: hidden;
    padding: 2em;
    text-transform: uppercase;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption .fa {
    color: #ffffff;
    font-size: 30px;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 168, 89, 0.7);
    background: -webkit-linear-gradient(top, rgba(0, 168, 89, 0.7) 0%, rgba(0, 168, 89, 0.7) 75%);
    background: linear-gradient(to bottom, rgba(0, 168, 89, 0.7) 0%, rgba(0, 168, 89, 0.7) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 30%;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#clints-blcok .item {
    border: 1px solid #373435;
    margin: 0px 15px 15px;
    padding: 25px 0px;
}

#clints-blcok .item img {
    margin: 0px auto;
}

footer {
    background: #2f2f2f;
    padding: 50px 0px;
}

footer .row {}

.footer-widget {
    color: #fff;
    transition: all 0.3s ease-out 0s;
    float: left;
}

.footer-widget h4 {
    font-size: 18px;
    font-family: 'Raleway-Medium';
    margin-top: 0px;
    margin-bottom: 35px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding-bottom: 15px;
}

.footer-widget h4::before {
    content: "";
    position: absolute;
    max-width: 70px;
    width: 100%;
    display: block;
    height: 1px;
    background: #d5d5d5;
    left: 0;
    right: 0;
    top: 100%;
}

.footer-widget p {
    line-height: 30px;
    font-family: 'Lato-Regular';
    text-align: justify;
    margin-bottom: 0px;
}

.social-links {
    padding: 20px 0px 0px;
    float: left;
}

.social-links > li {
    padding-right: 15px;
    list-style: none;
    float: left;
}

.social-links > li:last-child {
    padding-right: 0;
}

.social-links > li > a > i {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #27262C;
    background-color: #bbbbbb;
    text-align: center;
    border-radius: 5%;
    font-size: 15px;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.social-links > li > a,
.social-links > li > a > i:hover {
    color: #fff;
    text-decoration: none;
    background: #00A859;
}

.footer_menu {
    list-style: none;
}

.footer_menu li {
    line-height: 30px;
    transition: all 0.3s ease-out 0s;
}

.footer_menu li a {
    color: #fff;
    font-size: 14px;
    font-family: 'Lato-Regular';
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease-out 0s;
    text-align: left;
    letter-spacing: 1px;
}

.footer_menu li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    padding: 0px 25px 0px 0px;
    color: #979797;
}

.footer_menu li a:hover,
.footer_menu li a:hover::before {
    color: #00A859;
}

.recent-pro div {
    width: 35%;
    margin: 2%;
    float: left;
    border: 1px solid #ccc;
}

.recent-pro .grid figure figcaption .fa {
    font-size: 18px;
}

.recent-pro figure.effect-sadie p {
    bottom: 0;
    left: 0;
    padding: 2em 3em;
}

.footer-contact {
    margin-left: 0px;
}

.footer-contact div {
    margin-bottom: 15px;
}

.footer-contact i {
    float: left;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.footer-contact p {
    margin-left: 35px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 0px;
    font-family: "Lato-Regular";
    letter-spacing: 1px;
    text-align: left;
    font-size: 14px;
}

.copy-right {
    padding: 15px 0px;
    background: #00a859;
}

.copy-right p {
    font-family: 'Lato-Regular';
    color: #fff;
    text-align: center;
    margin: 0px auto;
}

.breadcrumb {
    background-image: url('images/2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0px;
    margin: 0;
}

.breadcrumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 33%, rgba(0, 0, 0, 0.44) 67%, rgba(76, 76, 76, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 33%, rgba(0, 0, 0, 0.44) 67%, rgba(76, 76, 76, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#004c4c4c', GradientType=1);
}

.page_title > h1 {
    font-family: "Raleway-Medium", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
}

.bread_crumb {
    padding: 0px;
}

.bread_crumb li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    color: #fff;
    line-height: 36px;
    font-size: 14px;
    font-family: "Lato-Regular", sans-serif;
    font-weight: 300;
}

.bread_crumb li a {
    color: #ddd;
}

.bread_crumb li::after {
    color: #fff;
    content: "\f054";
    font-family: "FontAwesome";
    left: 100%;
    line-height: 40px;
    position: absolute;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.bread_crumb li:first-child {
    padding-right: 10px;
}

.bread_crumb li:last-child::after {
    display: none;
}

.page-section {
    padding: 80px 0px 60px;
}

.about-page .about_block {
    text-align: left;
    padding-right: 25px;
}

.about-page .about_block h3,
.about_block1 h3 {
    margin-bottom: 30px;
    font-size: 24px;
    font-family: 'Raleway-SemiBold';
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 0px;
}

.about-page .about_block h3:before,
.about_block1 h3:before {
    content: "";
    position: absolute;
    max-width: 90px;
    width: 100%;
    display: block;
    height: 1px;
    background: #00A859;
    left: 0;
    right: 0;
    top: 100%;
}

.about-page .about_block p {
    font-family: 'Lato-Regular';
    line-height: 30px;
    text-align: justify;
}

.about-page .about-content {
    background: #E2DFDF;
    padding: 10px;
    margin-top: 20px;
    min-height: 160px;
}

.about-page .about-content h4 {
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-page .about-content p {
    margin: 0px;
    line-height: 26px;
}

.about_block1 {
    padding-left: 30px;
}

ul.circle {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.circle li {
    position: relative;
    margin-left: 35px;
    padding-bottom: 10px;
    text-align: justify;
    line-height: 26px;
    font-family: "Lato-Regular";
}

ul.circle li:before {
    content: "\f111";
    color: #00a859;
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 8px;
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 100%;
    position: absolute;
    left: -33px;
    top: 5px;
}

.about-text {
    padding: 50px 0px;
    background: #E2DFDF;
}

.about-text h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-text p {
    margin: 0px;
    line-height: 26px;
}

.about-text ol {
    padding-left: 20px;
}

.about-text ol li {
    position: relative;
    padding-bottom: 10px;
    text-align: justify;
    line-height: 30px;
    font-family: "Lato-Regular";
    padding-left: 15px;
}

.about-text .panel-title {
    margin-bottom: 0px;
    s
}

.panel-title > a:focus,
.panel-title > a:hover {
    text-decoration: none;
}

.service1 {
    background: url(images/2.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin: 40px auto;
    float: left;
    width: 100%;
}

.service2 {
    background: url(images/1.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin: 40px auto;
    float: left;
    width: 100%;
}

.service-block {
    padding: 40px 20px;
    background: rgba(0, 168, 89, 0.8);
    color: #fff;
}

.service-block h3 {
    margin-top: 0px;
    text-transform: uppercase;
    font-family: 'Raleway-Medium';
    font-size: 22px;
}

.service-block p {
    line-height: 30px;
    text-align: justify;
    font-family: 'Lato-Regular';
}

.gallery-img {
    padding: 10px;
    float: left;
}

.gallery-img .gallery-item {
    position: relative;
}

.gallery-img .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 5px solid #a0ce4e;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-img:hover .gallery-hover,
.gallery-img:hover .gallery-hover {
    opacity: 1;
}

.overlay-folio {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
}

.gallery-item:hover .overlay-folio {
    opacity: 1;
    transition: all 0.5s ease 0s;
    visibility: visible;
}

.hover-box {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hover-zoom a {
    background: #a0ce4e none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff !important;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 2.5em;
    margin: 0 5px;
    text-align: center;
    width: 50px;
}

.hover-zoom {
    display: table;
    margin: -25px auto 0;
    position: relative;
    top: 50%;
}

.gallery-item:hover .hover-zoom a.zoom {
    left: 0;
    opacity: 1;
    position: relative;
    transform: rotate(0deg);
}

.hover-zoom .zoom {
    left: -50px;
    opacity: 0;
    position: relative;
    transform: rotate(-140deg);
    transition: all 0.4s ease 0s;
}

.client {
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    border-bottom: 3px solid #e9e9e9;
    margin-bottom: 30px;
    position: relative;
    min-height: 240px;
}

.client:after {
    border-bottom: 3px solid #00A859;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.client:hover:after {
    width: 100%;
}

.client .thumb {
    margin-bottom: 15px;
    text-align: center;
    padding: 10px 0px;
}

.client .thumb img {
    width: 50%;
}

.client .content {
    text-align: center;
}

.client .content p {
    padding: 0 40px 15px 40px;
    text-align: center;
}

.client .content .title {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
}

.contact-page {}

.contact .address {
    margin-top: 30px;
    overflow: hidden;
}

.contact .address h4 {
    text-transform: uppercase;
}

.contact .address p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.contact .address span,
.contact .address .text {
    display: table-cell;
}

.contact .address span {
    background: #00A859;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    color: #fff;
    float: left;
}

.contact .address span i {
    font-size: 30px;
    line-height: 70px;
}

.contact .address .text {
    vertical-align: middle;
    padding-left: 15px;
}

.contact-form {
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.17);
    padding: 30px;
}

.contact-from  input,
select {
   
    border: 1px solid rgba(35, 31, 32, 0.13);
    color: #848484;
    display: block;
    font-size: 15px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    border-radius: 0px;
    width: 100%;
    transition: all 500ms ease;
}

.contact-from textarea {
    height: 150px;
    width: 100%;
    color: #333;
    padding-left: 20px;
    padding-top: 20px;
    border: 1px solid #ccc;
    border-radius: 25px;
    background: #E2DFDF;
}

.contact-from  button {
    border: 1px solid #00A859;
    background-color: #00A859;
    padding: 15px 31px;
    margin-top: 10px;
    color: #fff;
    border-radius: 25px;
    clear: both;
    float: left;
    margin-left: 15px;
}

.contact-from button:hover {
    background: none;
    color: #00A859;
}

.contact-form form
{
  position: relative;
  display: block;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea
{
    background: #E2DFDF;
    border: 1px solid rgba(35, 31, 32, 0.13);
    color: #848484;
    display: block;
    font-size: 15px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    border-radius: 25px;
    width: 100%;
    transition: all 500ms ease;
}
.contact-form form textarea
{
    height: 130px;
    padding: 20px 20px;
}
.contact-form form input[type="text"]:focus
{
    border-color: #1d1d1d; 
    color: #222222;
}
.contact-form form input[type="email"]:focus
{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form form textarea:focus
{
    border-color: #1d1d1d;
    color: #222222;
}
.captcha input
{
  width: 65% !important;
  float: left;
}
.captcha label
{
  width: 35%;
  float: left;
}
.captcha label img
{
    border-radius:25px;
}
.contact-form form button 
{ 
  padding: 0 30px;
  line-height: 50px;
  cursor: pointer;
  display: block;
  border: 1px solid #00A859;
  background-color: #00A859;
  color: #fff;
  border: none;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.contact-form form button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  background: rgb(40, 39, 37);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contact-form form button:hover:before
{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.contact-form form button:hover
{
  background: #a8894b;
}

#google_map {
    width: 100%;
    height: 400px;
    margin-top: 40px;
}

@media (max-width:1200px) {
    .nav > li > a {
        padding: 12px 25px;
    }
}

@media (max-width:993px) {
    .logo::after {
        width: 110px;
    }
    .nav > li > a {
        padding: 10px 15px;
    }
    .nav > li {
        padding: 0px;
    }
    .navbar-right {}
    .about-page .about-content {
        min-height: auto;
        padding: 25px;
    }
    .about_block1 {
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    .nav > li {
        padding: 0px;
    }
    .logo img {
        padding-left: 40px;
    }
    .logo::after {
        width: 120px;
    }
    .nav > li > a {
        margin-bottom: 0px;
    }
    .navbar-right {
        padding: 10px 0px;
    }
    .proj-img1 {
        width: 50%;
        float: left;
        padding: 5px;
    }
    .proj-img1 img {
        border: 2px solid #fff;
    }
    .recent-pro figure.effect-sadie p {
        bottom: 35px;
        text-align: center;
    }
    .footer-widget {
        width: 50%;
        min-height: 290px;
        s
    }
    .recent-pro figure.effect-sadie p {
        bottom: 0;
        text-align: center;
    }
    .recent-pro div {
        width: 48%;
        margin: 1%;
        float: left;
        border: 1px solid #ccc;
    }
    .flip-book {
        font-size: 14px;
        left: -70px;
    }
    .flip-book::before {
        border-width: 40px 40px 0 0;
    }
    .flip-book::after {
        border-width: 40px 0px 0 40px;
    }
}

@media (max-width:500px) {
    .how-it-block {
        padding: 10px;
    }
    .how-it-conten {
        padding: 20px 5px;
    }
    .footer-widget {
        width: auto;
        min-height: auto;
    }
}

@media (min-width:992px) {
    .navbar-nav .open ul {
        display: none
    }
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #000;
        background: none
    }
    .navbar-default .navbar-nav > li:hover {
        background-color: #f39b27;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #969696;
        background: none
    }
    .navbar-inverse .navbar-nav > li:hover {
        background: #080808
    }
    .navbar-nav .hovernav:hover > .dropdown-menu {
        display: block;
    }
}

@media (max-width:992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus,
    .navbar-toggle {
        display: block;
        margin-top: 25px;
        margin-bottom: 20px;
        background: none;
        border: none;
        padding: 10px 15px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: none;
    }
    .navbar-toggle .icon-bar {
        border-color: #fff;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-left {
        padding-bottom: 0px;
        padding-top: 10px;
        margin-bottom: 0px;
    }
    .navbar-right {
        padding-top: 0px;
        margin-top: 0px;
        padding-bottom: 10px
    }
}

input:focus {
    display: none;
}