/* Import Basic Files
---------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400);
@import url(../fonts/fontawesome/css/font-awesome.min.css);
@import url(../js/plugins/fancybox/jquery.fancybox.css);
@import url(../js/plugins/uikit/uikit.css);
@import url(../js/plugins/bxslider/jquery.bxslider.css);
@import url(../js/plugins/owl-carousel/owl.carousel.css);
@import url(../js/plugins/owl-carousel/owl.theme.css);
@import url(../js/plugins/owl-carousel/owl.transitions.css);
@import url(../js/plugins/funnyText/jquery.funnyText.css);





body {
    margin: 0;
    padding: 0;
    /*color: #808080;*/
    overflow-x: hidden;
    font-weight: normal;
    background-color: #2c3e50;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    font: 16px/24px 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.browsehappy { margin: 0.2em 0; background-color: #cccccc; color: #000000; padding: 0.2em 0; }
.container { overflow: hidden; }

/* 1.2 Anchor
---------------------------------------------------------------------------*/
a { color: #2c3e50; }
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    color: #f1c40f;
    text-decoration: none;
}

/* 1.3 Loader
---------------------------------------------------------------------------*/
#Loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background-color: #141e27;
}
#circle {
    top: 50%;
    left: 50%;
	width: 50px;
	height: 50px;
    opacity: 0.9;
	margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);

    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 50px;

    -webkit-box-shadow: 0 0 35px #f1c40f;
       -moz-box-shadow: 0 0 35px #f1c40f;
         -o-box-shadow: 0 0 35px #f1c40f;
            box-shadow: 0 0 35px #f1c40f;

    -webkit-border: 5px solid #f1c40f;
       -moz-border: 5px solid #f1c40f;
         -o-border: 5px solid #f1c40f;
            border: 5px solid #f1c40f;

    -webkit-border-left: 5px solid rgba(0, 0, 0, 0);
       -moz-border-left: 5px solid rgba(0, 0, 0, 0);
         -o-border-left: 5px solid rgba(0, 0, 0, 0);
            border-left: 5px solid rgba(0, 0, 0, 0);

	-webkit-border-right: 5px solid rgba(0, 0, 0, 0);
       -moz-border-right: 5px solid rgba(0, 0, 0, 0);
         -o-border-right: 5px solid rgba(0, 0, 0, 0);
            border-right: 5px solid rgba(0, 0, 0, 0);

    -webkit-animation:spinPulse 1s infinite ease-in-out;
	   -moz-animation:spinPulse 1s infinite ease-in-out;
        -ms-animation:spinPulse 1s infinite ease-in-out;
         -o-animation:spinPulse 1s infinite ease-in-out;
            animation:spinPulse 1s infinite ease-in-out;
}
#circle1 {
    top: 50%;
    left: 50%;
	width: 30px;
	height: 30px;
    opacity: 0.9;
	margin-top: -15px;
    margin-left: -15px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);

    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 50px;

    -webkit-border: 5px solid #f1c40f;
       -moz-border: 5px solid #f1c40f;
         -o-border: 5px solid #f1c40f;
            border: 5px solid #f1c40f;

    -webkit-border-left: 5px solid rgba(0, 0, 0, 0);
       -moz-border-left: 5px solid rgba(0, 0, 0, 0);
         -o-border-left: 5px solid rgba(0, 0, 0, 0);
            border-left: 5px solid rgba(0, 0, 0, 0);

	-webkit-border-right: 5px solid rgba(0, 0, 0, 0);
       -moz-border-right: 5px solid rgba(0, 0, 0, 0);
         -o-border-right: 5px solid rgba(0, 0, 0, 0);
            border-right: 5px solid rgba(0, 0, 0, 0);

    -webkit-box-shadow: 0 0 15px #f1c40f;
       -moz-box-shadow: 0 0 15px #f1c40f;
         -o-box-shadow: 0 0 15px #f1c40f;
            box-shadow: 0 0 15px #f1c40f;

	-webkit-animation: spinoffPulse 1s infinite linear;
       -moz-animation: spinoffPulse 1s infinite linear;
        -ms-animation: spinoffPulse 1s infinite linear;
         -o-animation: spinoffPulse 1s infinite linear;
            animation: spinoffPulse 1s infinite linear;
}

/* 1.4 To Top
---------------------------------------------------------------------------*/
#topcontrol {
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 999;
    bottom: -50px;
    position: fixed;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    background-color: transparent;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#topcontrol a {
    width: 40px;
    height: 40px;
    display: block;
    color: #f1c40f;
    line-height: 34px;
    text-align: center;
    background-color: rgba(44, 62, 80, 0.5);

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid #f1c40f;
       -moz-border: 2px solid #f1c40f;
         -o-border: 2px solid #f1c40f;
            border: 2px solid #f1c40f;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#topcontrol a i { line-height: 34px; }
#topcontrol.topdisplay { bottom: 16px; }

/* 1.5 Main Color
---------------------------------------------------------------------------*/
.main-color { color: #f1c40f; }

/* 1.6 Placeholder
---------------------------------------------------------------------------*/
input,
textarea { color: #000000; }
.placeholder { color: #aaaaaa; }




/* ==========================================================================
   2. Typography
========================================================================== */
/* 2.1 Headings
---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p { margin: 0 0 10px; }

b,
strong { font-weight: 700; }

/* 2.2 Selection Color
---------------------------------------------------------------------------*/
::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}
::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}
::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #2c3e50;
}

#home{height: 100vh;
    margin-top: 0px;
    padding-top: 15vh;
    background: url(http://master-glushiteley.ru/images/articles/catalizator-1.jpg);
    background-size: cover;
    background-position: 50% 85%;
    margin-bottom: -85px;
}

#home:before {
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    top: 85px;
    background: rgba(25, 24, 24, 0.63);
    z-index: 0;
}

#home #form{
    text-align: center;
    background: rgba(255, 255, 255, 0.91);
    padding: 20px;
    border-radius: 4px;
}

#home #form h3{
    color: #4e4f52;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
}

#home #form button.submit{
    background-color: #f1c40f;
    text-shadow: 0px 0px 5px #000;
    /* font-size: 20px; */
    text-transform: uppercase;
}


.scroll-down span {
    background: transparent;
    width: 44px;
    height: 44px;
    text-align: center;
    cursor: pointer;
    display: block;
    margin: 0 auto 10px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 0 rgba(10, 10, 10, 0.15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.scroll-down span [class*="fa-"] {
    color: #fff;
    font-size: 31px;
    line-height: 24px;
}
.scroll-down span i {
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@-webkit-keyframes drop {
  0%   { top:0px;  opacity: 0;}
  30%  { top:10px; opacity: 1;}
  100% { top:25px; opacity: 0;}
}

@keyframes drop {
  0%   { top:0px;  opacity: 0;}
  30%  { top:10px; opacity: 1;}
  100% { top:25px; opacity: 0;}
}

.more{
    color: #4e4f52;
    background: #fefefe;
    padding: 12px 15px;
    border-radius: 4px;
    margin-top: 0px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

/* 2.3 Section Title
---------------------------------------------------------------------------*/
.section-title {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}
.section-title h1 {
    color: #2c3e50;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
}
.section-title:after {
    left: 50%;
    width: 20%;
    content: '';
    height: 4px;
    bottom: -8px;
    margin-left: -10%;
    position: absolute;
    background-color: #4e4f52;
}

/* 2.4 Short Title
---------------------------------------------------------------------------*/
.short-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
}




/* ==========================================================================
   3. Header
========================================================================== */
/* 3.1 Wrapper
---------------------------------------------------------------------------*/
#header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    position: fixed;
    text-align: center;

    -webkit-border-top: 6px solid #f1c40f;
       -moz-border-top: 6px solid #f1c40f;
         -o-border-top: 6px solid #f1c40f;
            border-top: 6px solid #f1c40f;

    background-color: #2c3e50;
}

/* 3.2 Logo
---------------------------------------------------------------------------*/
#logo {
    width: 100%;
    text-align: center;
}

#logo a{
    width: 30%;
}

#logo .header-inf{
    float: right;
    width: 70%;
    border-bottom: 1px solid #f0c30e;
    padding: 9px 0;
}

.header-inf span{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0px 0px 1px #000;
    text-align: center;
}

.header-inf .fa{
    margin-right: 5px;
    font-size: 18px;
    color: #f0c30e;
}

.header-inf p{
    padding: 10px 0px;
    margin: 0;
}

.header-inf .work{
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
}

.header-inf .work .fa{
    font-size: 16px;
}

#home h1{
    font-size: 45px;
    font-weight: bold;
    text-shadow: 0px 1px 5px #000;
    max-width: 553px;
    line-height: 44px;
}

#home p{
    display: block;
    margin-top: 28px;
    color: #f1c40f;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 0px 1px 5px #000;
}

#home ul{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 39px 0;
}
#home ul li{
    list-style-type: none;
    line-height: 22px;
    margin-top: 12px;
}

/* ==========================================================================
   4. Home Section
========================================================================== */
/* 4.1 Wrapper
---------------------------------------------------------------------------*/
#home-section {
    z-index: 1;
    width: 100%;
    position: relative;
}
#home-section-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Map
---------------------------------------------------------------------------*/
#map {
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    position: absolute;
}

/* Parallax Image
---------------------------------------------------------------------------*/
.parallax-image #home-section {
    background-color: #2c3e50;

    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(http://nestolab.com/envato/Malooka/LandingPage/Templates/image-slider/images/background/1-1920x1200.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

/* Pattern
---------------------------------------------------------------------------*/
.pattern #home-section { background: url(http://nestolab.com/envato/Malooka/LandingPage/Templates/image-slider/images/background/pattern.png) repeat; }
.pattern #home-section-wrapper { background-color: rgba(0, 0, 0, 0.0); }

/* Static Color
---------------------------------------------------------------------------*/
.static-color #home-section { background-color: #2c3e50; }

/* Static Video
---------------------------------------------------------------------------*/
.static-video #home-section-wrapper { background-color: rgba(0, 0, 0, 0.3); }

/* 4.2 Container
---------------------------------------------------------------------------*/
#home-section-container {
    left: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center;
}

/* 4.3 bx-Slider
---------------------------------------------------------------------------*/
/* 4.3.1 Wrapper
---------------------------------------------------------------------------*/
.bx-wrapper { margin: 0 auto 17px; }

/* 4.3.2 ViewPort
---------------------------------------------------------------------------*/
.bx-wrapper .bx-viewport {
    background-color: transparent;

	-webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}

/* 4.3.3 List
---------------------------------------------------------------------------*/
ul.bxslider {
    margin: 0;
    padding: 0;
    text-align: center;
}

/* 4.3.4 Dots
---------------------------------------------------------------------------*/
.bx-wrapper .bx-pager {
    left: 0;
    bottom: 10px;
    position: fixed;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 15px;
	height: 15px;
    background-color: #ffffff;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #f1c40f;
}

/* 4.3.5 Typography
---------------------------------------------------------------------------*/
ul.bxslider h1 {
	font-size: 60px;
    letter-spacing: 1px;
	text-transform: uppercase;
}

/* 4.3.6 Social Icons
---------------------------------------------------------------------------*/
#home-section .social-icons li { margin-bottom: 0; }




/* ==========================================================================
   5. Menu
========================================================================== */
/* 5.1 Wrapper
---------------------------------------------------------------------------*/
#nav-wrapper {
    left: 0;
    top: -100%;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    position: fixed;
    background-color: #4e4f52;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#nav-wrapper:after {
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
}




/* ==========================================================================
   6. Our Services Section
========================================================================== */
/* 6.1 Wrapper
---------------------------------------------------------------------------*/
#Our-Services-section {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 0;
    background-color: #ffffff;
}
#Our-Services-section:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}

/* 6.2 Services Box
---------------------------------------------------------------------------*/
/* 6.2.1 Wrapper
---------------------------------------------------------------------------*/
.services-box {
    width: 100%;
    padding: 50px 0 50px;
    overflow: hidden;
}

/* 6.2.2 Icon
---------------------------------------------------------------------------*/
.services-icon {
    float: left;
    color: #2c3e50;
    font-size: 30px;
    line-height: 56px;
    text-align: center;
    display: inline-block;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;


    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

/* 6.2.3 Title Main
---------------------------------------------------------------------------*/
.services-box .title-main h1 {
    color: #2c3e50;
    line-height: 1;
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0 0 9px 80px;
    text-transform: uppercase;
}

/* 6.2.4 Title Description
---------------------------------------------------------------------------*/
.services-box .title-desc h3 {
    color: #433d23;
    margin: 0 0 8px 79px;
    font-weight: bold;
    font-size: 20px;
}

/* 6.2.5 Content
---------------------------------------------------------------------------*/
.services-box .content { margin: 0 0 0 80px;    text-shadow: 0 0 0 #000;
    max-width: 406px; }
.services-box .content p:last-child { margin: 0; }

/* 6.2.6 Hover
---------------------------------------------------------------------------*/




/* ==========================================================================
   7. Portfolio Section
========================================================================== */
/* 7.1 Wrapper
---------------------------------------------------------------------------*/
#portfolio-section {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #2c3e50;

    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../images/background/portfolio-section.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#portfolio-section .container { overflow: visible; }
#portfolio-section-wrapper {
    z-index: 1;
    width: 100%;
    padding: 103px 0;
    position: relative;
}
#portfolio-section-wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    opacity: 0.8;
    position: absolute;
    background-color: #2c3e50;
}

/* 7.2 OWL Slider
---------------------------------------------------------------------------*/
/* 7.2.1 Wrapper
---------------------------------------------------------------------------*/
.owl-wrapper-outer { z-index: 2; }

/* 7.2.2 Arrows
---------------------------------------------------------------------------*/
.owl-navigation {
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
}
.owl-navigation a {
    height: 50px;
    color: #ffffff;
    font-size: 72px;
    line-height: 50px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.owl-navigation a i { line-height: 50px; }
.portfolio-prev {
    z-index: 9;
    float: left;
    position: relative;
    margin-left: -150px;
}
.portfolio-next {
    z-index: 9;
    float: right;
    position: relative;
    margin-left: 175px;
}
.owl-navigation a:hover { color: #f1c40f; }

/* 7.3 Portfolio Item
---------------------------------------------------------------------------*/
/* 7.3.1 Wrapper
---------------------------------------------------------------------------*/
.portfolio-item {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 290px;
    overflow: hidden;
    position: relative;
}

/* 7.3.2 Content
---------------------------------------------------------------------------*/
.portfolio-content {
    width: 100%;
    position: relative;

	-webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

/* 7.3.3 Image
---------------------------------------------------------------------------*/
.portfolio-content img {
    width: 100%;

}

/* 7.3.4 Overlayer
---------------------------------------------------------------------------*/
.portfolio-overlayer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    position: absolute;
    background-color: transparent;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;

    -webkit-border: 10px solid rgba(0, 0, 0, 0.4);
       -moz-border: 10px solid rgba(0, 0, 0, 0.4);
         -o-border: 10px solid rgba(0, 0, 0, 0.4);
            border: 10px solid rgba(0, 0, 0, 0.4);
}

/* 7.3.5 Anchor
---------------------------------------------------------------------------*/
.portfolio-overlayer a {
    top: 50%;
    left: 40%;
    z-index: 0;
    opacity: 0;
    width: 50px;
    height: 50px;
    color: #ffffff;
    display: block;
    font-size: 22px;
    margin-top: -25px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid #ffffff;
       -moz-border: 2px solid #ffffff;
         -o-border: 2px solid #ffffff;
            border: 2px solid #ffffff;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.portfolio-overlayer a:last-child {
    margin-left: 0px;
    line-height: 44px;
}

/* 7.3.6 Hover
---------------------------------------------------------------------------*/
.portfolio-overlayer a:hover {
    color: #f1c40f;

    -webkit-border-color: #f1c40f;
       -moz-border-color: #f1c40f;
         -o-border-color: #f1c40f;
            border-color: #f1c40f;
}
.portfolio-content:hover .portfolio-overlayer { background-color: rgba(0, 0, 0, 0.3); }




/* ==========================================================================
   8. About Us Section
========================================================================== */
/* 8.1 Wrapper
---------------------------------------------------------------------------*/
#about-section {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 90px 0 63px;
    background: url(../images/bg.png);
}
#about-section:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
}
#about-section .short-title h1 { 
    color: #fff;
    display: inline-block;
    margin-left: 38px;
    margin-bottom: 15px;
    background: #fff;
    padding: 10px 118px;

    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), #e3c424, rgba(255, 255, 255, 0)) repeat scroll 0 0;
    text-shadow: 0px 0px 5px #000;
}
#about-section .col-md-8 .col-md-12 { padding: 0; }
#about-section .col-md-8 .col-md-6:nth-child(odd) { padding-right: 0; }
#about-section .col-md-8 .col-md-6:nth-child(even) { padding-left: 0; }

/* 8.2 Description
---------------------------------------------------------------------------*/
.about-desc {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.about-desc p:last-child { margin-bottom: 0; }
.about-desc .progress:last-child { margin-bottom: 0; }
.about-desc .progress:first-child { margin-top: 5px; }

/* 8.3 Image
---------------------------------------------------------------------------*/
.about-image {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 20px;
}




/* ==========================================================================
   9. Team Section
========================================================================== */
/* 9.1 Wrapper
---------------------------------------------------------------------------*/
#team-section {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #2c3e50;

    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#team-section .container { overflow: visible; }
#team-section-wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
        padding: 40px 0 40px;
}
#team-section-wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    opacity: 0.8;
    position: absolute;
    background-color: #2c3e50;
}

/* 9.2 Member Item
---------------------------------------------------------------------------*/
/* 9.2.1 Wrapper
---------------------------------------------------------------------------*/
.member-item {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 290px;
    overflow: hidden;
    position: relative;
}

/* 9.2.2 Image
---------------------------------------------------------------------------*/
.member-img {
    width: 100%;
    overflow: hidden;
    margin: 0 0 17px;
    position: relative;
}
.member-img img {
    width: 100%;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

/* 9.2.3 Overlayer
---------------------------------------------------------------------------*/
.member-overlayer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    position: absolute;
    background-color: transparent;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;

    -webkit-border: 10px solid rgba(0, 0, 0, 0.4);
       -moz-border: 10px solid rgba(0, 0, 0, 0.4);
         -o-border: 10px solid rgba(0, 0, 0, 0.4);
            border: 10px solid rgba(0, 0, 0, 0.4);
}

/* 9.2.4 Social Icons
---------------------------------------------------------------------------*/
.member-overlayer ul {
    left: 0;
    top: 50%;
    opacity: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    margin: -25px 0 0;
    text-align: center;
    position: absolute;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.member-overlayer ul li {
    opacity: 0;
    margin: 0 5px;
    display: inline-block;
}
.member-overlayer a {
    width: 50px;
    height: 50px;
    color: #ffffff;
    display: block;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;

    -webkit-border: 2px solid #ffffff;
       -moz-border: 2px solid #ffffff;
         -o-border: 2px solid #ffffff;
            border: 2px solid #ffffff;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.qual{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.number {
    font: 2em opensansbold;
    color: #f0c30f;
    position: relative;
    text-align: left;
}

.number:after {
    content: " ";
    width: 40px;
    height: 2px;
    background: #f0c30f;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 20px;
}

.front .last-desc{
    border-right: none!important;
}

.steps{
    background: rgba(255, 255, 255, 0.78);
    padding:20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.service-thumb {
    position: relative;
    margin-bottom: 20px;
}

.thumb-icon {
    text-align: center;
    margin: 0 auto;
}

.thumb-icon img{
    width: 100%;
}

.service-thumb h4 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(241, 206, 26, 0.9);
    padding: 3px 30px;
    margin: 0;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 1px 5px #000;
    text-align: center;
}

.service-thumb h5{
    position: absolute;
    top: 1px;
    background: #f2d230;
    border-radius: 75%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    font-size: 20px;
    text-shadow: 1px 1px 1px #000;
    left: 1px;
}

#faq-section .number:after{
    display: none;
}

.for{
    margin-top: 50px;
}

#faq-section .short-title h1 {
    color: #fff;
    display: inline-block;
    margin-left: 38px;
    margin-bottom: 15px;
    background: #fff;
    padding: 10px 118px;
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), #e3c424, rgba(255, 255, 255, 0)) repeat scroll 0 0;
    text-shadow: 0px 0px 5px #000;
}

#team-section .short-title h1 {
    color: #fff;
    display: inline-block;
    margin-left: 38px;
    margin-bottom: 15px;
    background: #fff;
    padding: 10px 118px;
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), #e3c424, rgba(255, 255, 255, 0)) repeat scroll 0 0;
    text-shadow: 0px 0px 5px #000;
}

.single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.single i {
    color: #fff;
    font-size: 62px;
}

.single h2 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 32px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.single .form-control {
    height: 50px;
    background: transparent;
    border: 2px solid #ffc600;
    border-radius: 10px 0 0 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.single .btn {
    min-height: 50px;
    border-radius: 0 10px 10px 0;
    background: #ffc600;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.map{
    position: relative;
}

.contact-info{
    position: absolute;
    top: 0;
    width: 40%;
    background: #fff;
    margin-left: 30%;
    height: 100%;
    padding-top: 25px;
}

.call-btn{
    font-size: 19px;
    line-height: 52px;
    border-radius: 28px;
    background-image: linear-gradient(180deg, #f0c30f 0, #f0c30f 100%);
    box-shadow: 0 4px 0 0 #c19d0d, 0 9px 13px rgba(0, 0, 0, .13);
    margin: 0 0 0 20px;
    padding: 10px 22px;
    color: #000;
}

.call-btn:hover{
    color: #000;
}

.call-btn:active{
    color: #000;
}

.white{
    background: #fff;
    padding: 0;
    border-radius: 50px;
}

.white span{
    color: #4e4f52;
    text-shadow:none;
}

.list-nav{
    padding: 0 10px;
}

.list-nav a{
    width: auto!important;
}

.navbar-collapse{
    padding: 0!important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
.navbar-right {
    float: none;
}

.col-nav{
    padding: 0;
}


.table-bordered>tbody>tr>td{
    background: #eae9e9;
}

thead{
        background-color: #f0c30f;
    text-align: center;
}

.table-bordered{
    text-align: center;
}

th{
    text-align: center;
    text-shadow: 0px 0px 0px #000;
    color: #172526;
}

td{
    text-shadow: 0px 0px 0px #000;
    color: #172526;
}

.price-desc {
    text-align: center;
    text-shadow: 0px 0px 0px #000;
    color: #172526;
    margin-top: 0px;
    font-size: 16px;
    position: relative;
}

.price-desc:before {
    content: '';
    border: 32px solid transparent;
    border-right: 25px solid rgb(255, 195, 39);
    position: absolute;
    left: -55px;
    top: 4%;
    margin-top: 0px;
}

.contact-line{
    padding: 10px 50px;
    text-align: center;
}

.contact-line h4{
    color: #4e4f52;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-line .fa{
    color: #efc20e;
}

.contact-line p{
    font-size: 20px;
    margin-left: 20px;
    display: inline-block;
    border-bottom: 1px dotted #2c3e50;
}

.contact-info .section-title{
    margin-bottom: 55px;
}

.block-fluid .col-md-3{
    background: #f0c30f;
    border-right: 1px solid #cea70c;
}

@media(max-width:1280px){
    .block-fluid .col-md-3{min-height: 234px;}
}

@media(max-width:1200px){
    .front .description{min-height: 96px;}
    #logo .header-inf{width: 77%;}
    .navbar-nav > li > a{padding: 0 6px!important;}
}

@media(max-width:994px){
    .block-fluid .col-md-3{text-align: center;border-top: 1px solid #cea70c;}
    .services-icon{float: none;margin-bottom: 20px;}
    .services-box .title-desc h3{margin: 0;}
    .services-box .content{margin: 5px 0 0 0;;max-width: 100%;}
    .services-box .content p:last-child {margin: 5px 0 0 0;}
    .services-box{padding: 20px 0 50px;}

    .front .description{min-height: auto;padding-right: 5px;}
    .front .last-desc {border-right: 2px solid #f1c40f!important;}

    .price-desc{margin-top: 22px;margin-bottom: 22px;}
    .price-desc:before{display: none;}
    .table-responsive{padding:0;}

    .log{display: none;}
    #logo .header-inf {width: 100%;}
    .white{width: 50%;display: inline-block;float: right;}
    .list-nav {width: 50%;display: inline-block;}
    .row-but{display: none;}
    .navbar-right {float: none!important;display: inline-block;}
}

@media(max-width:767px){
    .contact-info{width: 100%;background: rgba(255, 255, 255, 0.8);margin-left: 0%;}
    .list-nav {width: 100%;display: inline-block;}
    .white {width: 100%;display: inline-block;float: right;}
    .header-inf p {padding: 3px 0px;margin: 0;}
    .white span {color: #4e4f52;text-shadow: none;font-size: 18px;font-weight: normal;}
    .collapse {display: block;}
    .navbar-nav > li {text-align: center!important;margin: 0 auto 10px!important;float: left!important;}
    .navbar-header{display: none;}
    .white span{margin: 0 15px;}
}

@media(max-width:500px){
    #team-section .short-title h1{margin-left: 0;padding: 8px 30px;}
    #about-section .short-title h1{margin-left: 0;padding: 8px 30px;}
    #faq-section .short-title h1{margin-left: 0;padding: 8px 0px;}
    .faq-block .content{padding: 18px 10px 8px;}
}

.display-inp{
    display: block!important;
    width: 250px;
}

#thick{
    display: none;
}

.t-btn td{
    color: #fff;
}

.success div {
    display: inline-block;
    background: #2c3e50;
    padding: 30px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 37px;
    margin: 150px 0;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000;
}

.success {
    background-image: url(../img/3.jpg);
    background-size: cover;
    text-align: center;
}

.mod-price{
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    display: block;
    text-align: center;
    background: #ffc327;
    padding: 12px;
    max-width: 500px;
    margin: 0 auto;
}

.mod-price i{
    font-style:normal;
}

@media(max-width:767px){
    .mod-price i{display:block;}.mod-price strong{display:none;}
    .mod-price{margin-top:0;}
}