/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}f

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/*Main CSS*/
body{
position: relative;
}

/*Demo Panel*/

.demo_panel{
position: fixed;
width: 200px;
height: 200px;
display: block;
top: 180px;
left:-200px;
background: url(../img/demo_panel_bg.png) repeat;
z-index: 9999;
}
.color_panel {
margin-top: 57px;
}

.color_panel span {
border: 1px solid #ffffff;
cursor: pointer;
display: block;
float: left;
height: 40px;
margin-bottom: 11px;
margin-left: 20px;
width: 40px;
}
.color_panel span.red {
background: #F22613;
}
.color_panel span.green {
background: #26A65B;
}
.color_panel span.orange {
background: #F89406;
}
.color_panel span.blue {
background: #0000FF;
}
.color_panel span.purple {
background: #663399;
}
.color_panel span.yellow {
background: #F7CA18;
}

/* Red Bar Css */
body.red_bar h2{
color: #F22613;
}
.red_bar .slider_text p {
background: #F22613;
}
.red_bar .contact_us_left h3{
color: #F22613;
}
.red_bar .about_us_left h3{
color: #F22613;
}
/* Red Bar Css End */

/*Green Bar*/
body.green_bar h2{
color: #26A65B;
}
.green_bar .slider_text p {
background: #26A65B;
}
.green_bar .contact_us_left h3{
color: #26A65B;
}
.green_bar .about_us_left h3{
color: #26A65B;
}
/*Green Bar End*/

/* Orange Bar */
body.orange_bar h2{
color :#F89406;
}
.orange_bar .slider_text p {
background: #F89406;
}
.orange_bar .contact_us_left h3{
color: #F89406;
}
.orange_bar .about_us_left h3{
color: #F89406;
}
/* Orange Bar End*/

/*Blue Bar Css*/
body.blue_bar h2{
color: #0000FF;
}
.blue_bar .slider_text p {
background: #0000FF;
}
.blue_bar .contact_us_left h3{
color: #0000FF;
}
.blue_bar .about_us_left h3{
color: #0000FF;
}
/*Blue Bar Css End*/

/*Purple Bar Css*/
body.purple_bar h2{
color: #663399;
}
.purple_bar .slider_text p {
background: #663399;
}
.purple_bar .contact_us_left h3{
color: #663399;
}
.purple_bar .about_us_left h3{
color: #663399;
}
/*Purple Bar Css End*/

/*Yellow Bar Css*/
body.yellow_bar h2{
color: #F7CA18;
}
.yellow_bar .slider_text p {
background: #F7CA18;
}
.yellow_bar .contact_us_left h3{
color: #F7CA18;
}
.yellow_bar .about_us_left h3{
color: #F7CA18;
}
/*Yellow Bar Css End*/

/*Button Css*/
.dm_panel_button {
background: #1ba39c none repeat scroll 0 0;
border-radius: 100%;
color: #fff;
cursor: pointer;
font-size: 28px;
height: 50px;
padding-top: 4px;
position: absolute;
right: -59px;
text-align: center;
top: 0;
width: 50px;
}

.dm_panel_button::before {
background: url(../img/demo_button.png) repeat;
border-radius: 0 15px 0 0;
bottom: 0;
content: "";
height: 100%;
left: -19%;
position: absolute;
right: 0;
top: 0;
width: 135%;
z-index: -1;
}
/*Button Css End*/

/*Demo Panel End*/


/*Preloader Css*/
body.preloader_active{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
}

#preloader{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #fff;
content: "";
z-index: 9999;
overflow: hidden;
}
.spiner_preloader {
content: "";
display: block;
height: 120px;
left: 50%;
margin-left: -60px;
margin-top: -60px;
position: absolute;
top: 50%;
width: 120px;
border: 3px solid transparent;
border-top-color: #18A15F;
border-radius: 50%;
-webkit-animation: myanim 1.5s infinite; /* Chrome, Opera 15+, Safari 5+ */
animation: myanim 1.5s infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.spiner_preloader:before {
content: "";
position: absolute;
top: 5px;
bottom: 5px;
left: 5px;
right: 5px;
border: 3px solid transparent;
border-bottom-color: #e74c3c;
border-radius: 50%;
-webkit-animation: spin 1.5s infinite; /* Chrome, Opera 15+, Safari 5+ */
animation: spin 1.5s infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.spiner_preloader:after {
content: "";
position: absolute;
top: 15px;
bottom: 15px;
left: 15px;
right: 15px;
border: 3px solid transparent;
border-left-color: #f9c922;
border-right-color: #f9c922;
border-radius: 50%;
-webkit-animation: spin 1.5s infinite; /* Chrome, Opera 15+, Safari 5+ */
animation: spin 1.5s infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {

100% {
-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: rotate(360deg);  /* IE 9 */
transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}
}
@keyframes spin {

100% {
-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: rotate(360deg);  /* IE 9 */
transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}
}
/*Preloader Css End*/

/*CSS for Menu*/
#menu {
background: #fff none repeat scroll 0 0;
margin-top: 5px;
}

.navbar-default {
background-color: transparent;
border-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
overflow: hidden;
}

.navbar-brand .logo h2 {
box-shadow: 1px 1px 3px 0 #ddd;
color: #ff0000;
font-family: "Francois One",sans-serif;
font-style: italic;
margin-top: 0;
padding: 6px;
-webkit-transform: rotate(3deg);  /* Chrome, Opera 15+, Safari 3.1+*/
-ms-transform: rotate(3deg);  /* IE 9 */
transform: rotate(3deg);  /* Firefox 16+, IE 10+, Opera */
}
.nav > li {
position: relative;
z-index: 1;
}

.nav > li::after {
border-top: 1px solid #000;
content: "";
left: 15px;
max-width: 49px;
position: absolute;
top: 6px;
width: 0;
z-index: -1;
transition: 1s;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
}
.nav > li:hover::after {
width: 100%;
}
.navbar-default .navbar-nav > li > a {
font-family: 'Francois One', sans-serif;
color: #777;
margin-right: -12px;
}
/*CSS for Menu End*/

/*Css for Slider*/
#slider{
background: url(../img/slider.jpg) no-repeat;
min-height: 700px;
background-size: cover;
background-position: center;
position: relative;
z-index: 1;
}
#slider::before {
background: #000 none repeat scroll 0 0;
bottom: 0;
content: "";
left: 0;
opacity: 0.4;
position: absolute;
top: 0;
width: 50%;
z-index: -1;
}

.slider_text {
color: #E5E5E5;
padding-top: 5px;
position: relative;
text-align: center;
top: 250px;
}

.slider_text h2 {
color: #E5E5E5;
font-family: "Lobster",cursive;
font-size: 55px;
line-height: 90px;
margin-bottom: 26px;
}
.slider_text h3 {
font-family: "Baloo Bhai",cursive;
font-size: 22px;
margin: 0 auto;
max-width: 347px;
padding: 10px;
font-weight: 400;
-webkit-box-shadow: 2px 2px 3px 0px #ffffff; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
box-shadow: 2px 2px 3px 0px #ffffff; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}
.slider_text h2 span{
color: #656565;
}
.slider_text h3 span{
color: #656565;
}
.slider_text p {
color: #fff;
font-family: "Lobster",cursive;
font-size: 25px;
margin: 33px auto 0;
text-align: center;
width: 288px;
background: #E5E5E5;
display: block;
max-width: 150px;
padding: 9px;
cursor: pointer;
border-radius: 5px;
-webkit-transition: all 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6 */
transition: all 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+ */
}
.slider_text p:hover {
background: #989898;color: #E5E5E5;
}
/*Css for Slider End*/


/*CSS for Service*/

#service {
display: block;
padding: 70px 0;
}
.service_title {
margin-bottom: 34px;
}
.service_title h2{
font-family: 'Francois One', sans-serif;
color: #3d3939;
font-size: 31px;
}
.service_title hr {
margin: 22px auto 0;
max-width: 200px;
}
.service_single {
position: relative;
-webkit-box-shadow: 0 3px 6px 7px #ddd; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
box-shadow: 0 3px 6px 7px #ddd; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
padding: 53px 10px 10px;
-webkit-transform: scale(1);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: scale(1);  /* IE 9 */
transform: scale(1);  /* Firefox 16+, IE 10+, Opera */
-webkit-transition: all 0.5s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+ */
background: #fff;
margin-bottom: 50px;
}
.service_single:hover{
-webkit-transform: scale(1.2);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: scale(1.2);  /* IE 9 */
transform: scale(1.2);  /* Firefox 16+, IE 10+, Opera */
z-index: 2;
}

.service_img img {
border: 3px solid #ddd;
border-radius: 100%;
margin-bottom: 13px;
width: 113px;
transition: 1s;
}
.service_single:hover .service_img img {
border: 3px solid red;
}
.service_img hr {
margin: 11px auto;
max-width: 126px;
}
.service-single_text{}
.service-single_text h2{
font-family: 'Baloo Bhai', cursive;
color: #000;
font-size: 30px;
font-weight: 700;
}
.service-single_text p {
font-family: "Francois One",sans-serif;
font-style: italic;
line-height: 25px;
margin-bottom: 21px;
margin-top: 15px;
}
.progress{
opacity: 0;
}
.service_single:hover .progress{
opacity: 1;
}
/*CSS for Service End*/



/*CSS for Testimonials*/
#testimonials {
padding: 65px 0;
position: relative;
z-index: 1;
}
#testimonials::after {
background: #000 none repeat scroll 0 0;
bottom: 0;
content: "";
left: 0;
opacity: 0,4;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.testimonial{
background: url(../img/bedruckte_trinkhalme.jpg) no-repeat;
background-size: cover;
background-position: center;
min-height: 500px;
background-attachment: fixed;
}
.testimonial_title h2 {
font-family: 'Francois One', sans-serif;
color: #fff;
font-size: 31px;
margin-bottom: 39px;
}
.testimonial_title hr {
color: #fff;
margin: 22px auto 30px;
max-width: 200px;
}
.testimonial_title h3 {
color: #fff;
font-family: "Francois One",sans-serif;
margin-bottom: 25px;
}
.test_sing_title{}
.test_sing_title h2 {
    font-family: "Francois One",sans-serif;
    color: #fff;
    font-size: 23px;
    text-align: center;
}
.testi_sing_con{}
.test_sing_table {
    padding: 25px 87px;
    margin-top: 25px;
    line-height: 25px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-family: "Francois One",sans-serif;
}
.test_sing_table:before{
   position: absolute;
    z-index: -1;
    background: #000;
    opacity: .7;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*CSS for Testimonial End*/

/*CSS for About*/
#about {
background: rgba(0, 0, 0, 0) url("../img/about_bg.jpg") no-repeat;
min-height: 650px;
background-size: cover;
background-position: center;
padding: 70px 0;
}
.about_us_title{}
.about_us_title h2{
color: #fff;
font-family: "Francois One",sans-serif;
font-size: 31px;
}
.about_us_title hr{
color: #fff;
margin: 22px auto 43px;
max-width: 200px;
}
.about_us_left{
background: url(../img/about_us_trinkhalme.jpg) no-repeat;
background-position: center;
background-size: cover;
position: relative;
z-index: 1;
padding: 3px 24px 24px;
}
.about_us_left h3{
font-family: "Francois One",sans-serif;
color: #fff;
font-size: 25px;
}
.about_us_left p {
color: #fff;
font-family: "Francois One",sans-serif;
font-size: 14px;
line-height: 21.4px;
}
.about_us_left hr {
max-width: 402px;
}
.about_us_right {
position: relative;
}
.about_us_right img {
width: 100%;
}

.about_us_right iframe {
height: 75%;
left: 9.6%;
position: absolute;
top: 13%;
width: 81%;
}
/*CSS for About End*/



/*CSS for Completed Work*/
#completd_work {
z-index: 1;
padding-top: 54px;
padding-bottom: 100px;
}
.completd_work{
background: url(../img/counterup.jpg) no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.complted_work_title{}
.complted_work_title h2{
color: #fff;
font-family: "Francois One",sans-serif;
font-size: 31px;
}
.complted_work_title hr{
margin: 22px auto 40px;
max-width: 200px;
}
.completed_work_single{
position: relative;
}
.completed_work_single::before {
background: #000 none repeat scroll 0 0;
border-radius: 5px;
bottom: 19px;
content: "";
left: 27px;
opacity: 0.6;
position: absolute;
top: 19px;
width: 78%;
}
.completed_work_single img {
width: 100%;
border-radius: 5px;
box-shadow: 5px 3px 9px 5px;
}
.completed_work_sub {
color: #fff;
position: absolute;
top: 0;
width: 100%;
padding-top: 10px;
}

.completed_work_sub h3{
font-family: 'Lobster', cursive;
font-size: 23px;
-webkit-transform: scale(1);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: scale(1);  /* IE 9 */
transform: scale(1);  /* Firefox 16+, IE 10+, Opera */
-webkit-transition: all 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
transition: all 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.completed_work_single:hover .completed_work_sub h3{
-webkit-transform: scale(0);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: scale(0);  /* IE 9 */
transform: scale(0);  /* Firefox 16+, IE 10+, Opera */
}
.completed_work_single .counter {
color: #fff;
font-family: "Francois One",sans-serif;
font-size: 42px;
}
.completed_work_sub i {
color: skyblue;
font-size: 69px;
position: relative;
top: -56px;
-webkit-transform: scale(0);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: scale(0);  /* IE 9 */
transform: scale(0);  /* Firefox 16+, IE 10+, Opera */
-webkit-transition: all 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
transition: all 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
text-shadow: 0 1px red;
}
.completed_work_single:hover .completed_work_sub i{
-webkit-transform: scale(1);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: scale(1);  /* IE 9 */
transform: scale(1);  /* Firefox 16+, IE 10+, Opera */
}

/*CSS for Completed Work End*/


/*CSS for Portfolio */

#portfolio {
display: block;
padding: 70px 0;
overflow: hidden;
}

.portfolio_single_title h2{
font-family: 'Francois One', sans-serif;
color: #000;
font-size: 31px;
margin-bottom: 35px;
}
.portfolio_single_title hr {
margin: 22px auto 40px;
max-width: 200px;
}
.caption {
display: inline-block;
float: left;
margin-bottom: 8px;
margin-left: 4px;
overflow: hidden;
position: relative;
width: 32.9%;
}
.caption img{
width: 99%;
}

.caption::before {
background: #000 none repeat scroll 0 0;
bottom: 0;
content: "";
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 99%;
transition: 1s;
}

.caption:hover::before{
opacity: 0;
}
.caption_single {
position: absolute;
top: 0;
width: 98%;
text-align: center;
color: #fff;
}
.caption_heading {
margin: 0 auto;
max-width: 300px;
min-height: 156px;
position: relative;
-webkit-transform: translate(-377px);
-moz-transform: translate(-377px);
-o-transform: translate(-377px);
-ms-transform: translate(-377px);
-webkit-transition: all 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
transition: all 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
z-index: 1;
}
.caption:hover .caption_heading {
-webkit-transform: translate(2px);
-moz-transform: translate(2px);
-o-transform: translate(2px);
-ms-transform: translate(2px);
}
.caption_heading::after {
background: gray none repeat scroll 0 0;
bottom: 0;
content: "";
left: 0;
opacity: 0.7;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: -1;
}
.caption_heading h2 {
font-family: "Francois One",sans-serif;
font-size: 31px;
color: #fff;
margin-bottom: 17px;
padding-top: 10px;
transition: all 1s ease 0s;
}

.caption_heading h5 {
font-family: "Lobster",cursive;
font-size: 17px;
color: red;
margin-bottom: 21px;
transition: all 1s ease 0s;
}
.caption_heading p {
-webkit-transition: all 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
transition: all 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.caption_heading a {
font-family: "Lobster",cursive;
font-size: 16px;
color: #000;
text-decoration: none;
background: #fff;
padding: 3px 16px;
font-style: italic;
-webkit-transition: all 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6 */
transition: all 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.caption_heading a:hover {
padding: 3px 82px;
border-radius: 4px; /*Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
}

/*CSS for Portfolio End*/


/*CSS for Contact_us*/

#contact_us {
background:url("../img/get_in_touch.jpg") no-repeat;
min-height: 473px;
background-size: cover;
background-position: center;
overflow: hidden;
padding: 70px 0;
}
.contact_us_title h2 {
font-family: 'Francois One', sans-serif;
color: #fff;
font-size: 31px;
font-weight: 700;
margin-bottom: 25px;
}
.contact_us_title hr {
margin: 22px auto 40px;
max-width: 200px;
}
.contact_us_left {
color: #fff;
font-family: "Francois One",sans-serif;
margin-bottom: 4px;
padding: 3px;
position: relative;
z-index: 1;
}
.contact_us_left::before {
background: #000 none repeat scroll 0 0;
bottom: -44px;
content: "";
left: 0;
opacity: 0.7;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.contact_us_left p {
font-size: 14px;
}
.contact_us_left_first {
position: relative;
}
.contact_us_left_first::before {
border-right: 1px solid #fff;
content: "";
height: 289px;
position: absolute;
right: -15px;
top: -23px;
width: 2px;
}
.contact_us_left_first::after {
display: none;
}
.contact_us_left_first .email h3 {
font-family: "Francois One",sans-serif;
font-size: 24px;
margin-bottom: 10px;
}
.contact_us_left_first .email p{
font-family: "Francois One",sans-serif;
}
.contact_us_left_second .addres {
margin-bottom: -2px;
}
.contact_us_left_second .addres h3 {
font-family: "Francois One",sans-serif;
font-size: 24px;
margin-bottom: 9px;
}
.contact_us_left_second .addres p {
font-family: "Francois One",sans-serif;
line-height: 13px;
}

.contact_us_right {
border: 1px solid #fff;
padding: 27px;
}
.contact_us_right input[type="name"] {
border: medium none;
color: #000;
font-family: "Francois One",sans-serif;
font-size: 14px;
margin-bottom: 11px;
max-width: 247px;
padding: 7px;
width: 100%;
}
.contact_us_right textarea {
border: medium none;
color: #000;
display: block;
font-family: "Francois One",sans-serif;
font-size: 15px;
height: 131px;
margin: 0 auto;
padding: 8px;
resize: none;
width: 100%;
}
.contact_us_right button {
font-family: "Lobster",cursive;
background: #3399ff none repeat scroll 0 0;
border: medium none;
border-radius: 0;
color: #fff;
font-size: 15px;
letter-spacing: 2px;
margin-bottom: 9px;
margin-top: 15px;
padding: 5px;
width: 243px;
}
.btn-default{
-webkit-transition:all 01s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6 */
transition: all 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+ */
}

/*CSS for Contact_us End*/


/*CSS for Footer*/

#footer {
background: rgba(0, 0, 0, 0) url("../img/footer_bg.jpg") repeat-x scroll 0 0;
padding: 35px 0;
}
.footer_top p{
font-family: "Lobster",cursive;
font-size: 16px;
}
.footer_single{

}
.social_profiles{
margin: 0;
padding: 0;
list-style: none;
}
.social_profiles li{
display: inline;
}
.social_profiles li a {
padding: 7px;
}
.social_profiles li a img {
border: 1px solid #fff;
max-width: 40px;
-webkit-transform: scale(1);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: scale(1);  /* IE 9 */
transform: scale(1);  /* Firefox 16+, IE 10+, Opera */
}

.social_profiles li a img:hover{
-webkit-transform: scale(1.1);  /* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: scale(1.1);  /* IE 9 */
transform: scale(1.1);  /* Firefox 16+, IE 10+, Opera */

}
/*CSS for Footer End*/


/*ScrollUp */

#scrollUp {
background: rgba(0, 0, 0, 0) url("../img/top.png") no-repeat scroll 0 0;
bottom: 35px;
height: 48px;
right: 50px;
text-indent: -999999px;
width: 48px;
}

/*ScrollUp End*/