/* Import Basic Files
---------------------------------------------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(//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);




/*
Template Name: Malooka
Description: Responsive HTML5 / CSS3 Landing Page Template
Version: 1.1
Author: NestoLab


Notes:
    Color 1: #2c3e50 rgba(44, 62, 80, 1)
    Color 2: #139fda rgba(241, 196, 15, 1)


1. General
    1.1 Main Styles
    1.2 Anchor
    1.3 Loader
    1.4 To Top
    1.5 Main Color
    1.6 Placeholder
2. Typography
    2.1 Headings
    2.2 Selection Color
    2.3 Section Title
    2.4 Short Title
3. Header
    3.1 Wrapper
    3.2 Logo
4. Home Section
    4.1 Wrapper
    4.2 Container
    4.3 bx-Slider
        4.3.1 Wrapper
        4.3.2 ViewPort
        4.3.3 List
        4.3.4 Dots
        4.3.5 Typography
        4.3.6 Social Icons
5. Menu
    5.1 Wrapper
6. Our Services Section
    6.1 Wrapper
    6.2 Services Box
        6.2.1 Wrapper
        6.2.2 Icon
        6.2.3 Title Main
        6.2.4 Title Description
        6.2.5 Content
        6.2.6 Hover
7. Portfolio Section
    7.1 Wrapper
    7.2 OWL Slider
        7.2.1 Wrapper
        7.2.2 Arrows
    7.3 Portfolio Item
        7.3.1 Wrapper
        7.3.2 Content
        7.3.3 Image
        7.3.4 Overlayer
        7.3.5 Anchor
        7.3.6 Hover
8. About Us Section
    8.1 Wrapper
    8.2 Description
    8.3 Image
9. Team Section
    9.1 Wrapper
    9.2 Member Item
        9.2.1 Wrapper
        9.2.2 Image
        9.2.3 Overlayer
        9.2.4 Social Icons
        9.2.5 Name
        9.2.6 Title
        9.2.7 Hover
10. Pricing Section
    10.1 Wrapper
    10.2 Pricing Table
        10.2.1 Wrapper
        10.2.2 Circle
        10.2.3 Front
            10.2.3.1 Title
            10.2.3.2 Price
            10.2.3.3 Description
        10.2.4 Back
            10.2.4.1 Title
            10.2.4.2 Description
    10.3 Popular Table
    10.4 Button
    10.5 Hover
11. Clients Section
    11.1 Wrapper
    11.2 Item
        11.2.1 Container
        11.2.2 Profile
        11.2.3 Image
        11.2.4 Name
        11.2.5 Quote
    11.3 Slider
        11.3.1 Wrapper
        11.3.2 Controls
12. FAQ Section
    12.1 Wrapper
    12.2 Block
    12.3 Block Left
    12.4 Block Right
    12.5 Number
    12.6 Content
    12.7 Quetsion
    12.8 Hover
13. FunFacts Section
    13.1 Wrapper
    13.2 funfact
        13.2.1 Wrapper
        13.2.2 Icon
        13.2.3 Number
        13.2.4 Title
14. Contact Section
    14.1 Wrapper
    14.2 Form
        14.2.1 Wrapper
        14.2.2 Textarea
        14.2.3 form-control
        14.2.4 Button
        14.2.5 error message
        14.2.6 Alert
15. Footer Section
    15.1 Wrapper
    15.2 Anchor
    15.3 Subscribtion
        15.3.1 Wrapper
        15.3.2 Input
        15.3.3 Submit
        15.3.4 Success & Error
    15.4 Footer Widget
        15.4.1 Wrapper
        15.4.2 Widget Title
    15.5 Twitter Feed
        15.5.1 Wrapper
        15.5.2 Twitter Username
        15.5.3 List
        15.5.4 items
    15.6 Flickr Feed
        15.6.1 Wrapper
        15.6.2 Items
        15.6.3 Image
        15.6.4 Anchor
    15.7 Info
        15.7.1 List
        15.7.2 Items
    15.8 Copyright
    15.9 Social Icons
        15.9.1 Wrapper
        15.9.2 List
        15.9.3 Items
        15.9.4 Anchor
        15.9.5 Icon
        15.9.6 Hover
        15.9.7 tooltip
16. Bootstrap New Component
    16.1 navbar
    16.2 Progress Bar
    16.3 Btn
17. Responsive
*/




/* ==========================================================================
   1. General
========================================================================== */
/* 1.1 Main Styles
---------------------------------------------------------------------------*/
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;
}

/*
 * 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.
 */
.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: #139fda;
    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: #042c43;
}
#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 #ffffff;
       -moz-box-shadow: 0 0 35px #ffffff;
         -o-box-shadow: 0 0 35px #ffffff;
            box-shadow: 0 0 35px #ffffff;

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

    -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 #7fac34;
       -moz-border: 5px solid #7fac34;
         -o-border: 5px solid #7fac34;
            border: 5px solid #7fac34;

    -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 #7fac34;
       -moz-box-shadow: 0 0 15px #7fac34;
         -o-box-shadow: 0 0 15px #7fac34;
            box-shadow: 0 0 15px #7fac34;

	-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: #80be1d;
    line-height: 34px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);

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

    -webkit-border: 2px solid #80be1d;
       -moz-border: 2px solid #80be1d;
         -o-border: 2px solid #80be1d;
            border: 2px solid #80be1d;

    -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: #7eab37; }

/* 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;
}

/* 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;
}

.monitor-title {
  color: #139fda;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom:20px;
  font-size: 50px;
}
.monitor-subtitle{
  color: #2c3e50;
/*  font-style: italic;*/
  font-size: 20px;
  
  
}
.hiw-title {
  color: #139fda;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom:10px;
  font-size: 50px;
}
.hiw-subtitle {
  margin: 0px;
  
  padding-bottom:30px;
  color: #2C3E50;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:30px;
}
  


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

.subtitle {
  margin: 0px;
  padding: 0px;
  color: #2C3E50;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:30px;
}




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

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




/* ==========================================================================
   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(../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(../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;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
	padding-top:40px;
	padding-bottom:40px;
}

/* 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;
}

#slider1 {
    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: #139fda;
}

/* 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; }

.discover {
  font-size: 50px;
  font-weight: bold;
}
.main-subtitle {
  font-style: italic;
  color: #d9d9d9;
  padding-bottom:20px;
}
.watch-the-video {
  padding-top:20px;
  font-size: 18px;
}
.watch-the-video a {
  
  color: #ffffff;
}
.watch-the-video img {
  padding-left:20px;
}


/* ==========================================================================
   5. Menu
========================================================================== */
/* 5.1 Wrapper
---------------------------------------------------------------------------*/
#nav-wrapper {
    left: 0;
    top: -100%;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    position: fixed;
    background-color: #ffffff;
    border-bottom-color: #d9d9d9;
    border-bottom-width: 1px;
    border-bottom-style: solid;

    -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;
}

.thank-you {
  clear: both;
  text-align: center;
  padding-top: 20px;
}
.thank-you p {
  font-size: 18px;
}
.thank-you-content {
  background-color: #eee;
  padding: 10px;
}
#left-social-link {
  margin-right: 2rem;
}


/* ==========================================================================
   6. Our Services Section
========================================================================== */
/* 6.1 Wrapper
---------------------------------------------------------------------------*/
#Our-Services-section {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 90px 0 53px;
    background-color: #ffffff;
}

#Our-Services-section img {
    padding-bottom: 20px;
    margin-right: 20px;
    max-width: 100%;
}

#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%;
    margin: 0 0 50px;
    overflow: hidden;
    padding-right: 10px;
}

.services-box2 {
    width: 100%;
    overflow: hidden;
    margin: 1%;
}

.partners {
    width: 100%;
    overflow: hidden;
    padding-right: 10px;
    text-align: center;
}


/* 6.2.2 Icon
---------------------------------------------------------------------------*/
.services-icon {
    float: left;
    width: 80px;
    height: 80px;
    padding-right: 20px;
        text-align: center;
    display: inline-block;
    background-color: #ffffff;
}

/* 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 100px;
    text-transform: uppercase;
}

.services-box2 .title-main2 h1 {
    color: #fff;
    line-height: 1;
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 2%;
}

.partners .title-main h1 {
    color: #2c3e50;
    line-height: 1;
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0 0 9px 100px;
    text-transform: uppercase;
}

/* 6.2.4 Title Description
---------------------------------------------------------------------------*/
.services-box .title-desc h3 {
    color: #139fda;
    margin: 0 0 13px 100px;
}

.services-box2 .title-desc2 h3 {
    color: #fff;
    text-align: left;
    font-weight: 300;
    line-height: 1.3;
}

.partners .title-desc h3 {
    color: #139fda;
    margin: 0 0 13px 100px;
}

/* 6.2.5 Content
---------------------------------------------------------------------------*/
.services-box .content { margin: 0 0 0 80px; }
.services-box .content p:last-child { margin: 0; }






/* ==========================================================================
   7. Portfolio Section
========================================================================== */
/* 7.1 Wrapper
---------------------------------------------------------------------------*/
#portfolio-section {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
}
#portfolio-section .container { overflow: visible; }

#portfolio-section img {
  width: inherit;
}
#portfolio-section-wrapper {
    z-index: 1;
    width: 100%;
    padding: 0px;
    position: relative;
}
#portfolio-section-wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
}

/* 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: #139fda; }

/* 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%;
}
.portfolio-content h3 {
  padding-top: 30px;
  padding-bottom:10px;
  text-align: center;
  font-size: 25px;
}
.portfolio-content p {
  color: #d6d6d6;
  text-align:justify;
}

/* 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-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);
}

/* 7.3.5 Anchor
---------------------------------------------------------------------------*/
.portfolio-overlayer a {
    top: 50%;
    left: 50%;
    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:first-child {
    font-size: 24px;
    margin-left: -57px;
}
.portfolio-overlayer a:last-child {
    margin-left: 7px;
    line-height: 44px;
}

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

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


#portfolio2-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;
}
#portfolio2-section .container { overflow: visible; }
#portfolio2-section-wrapper {
    z-index: 1;
    width: 100%;
    padding: 30px 0;
    position: relative;
}
#portfolio2-section-wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    opacity: 1;
    position: absolute;
    background-color: #e7e7e7;
}

/* 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; }
.portfolio2-prev {
    z-index: 9;
    float: left;
    position: relative;
    margin-left: -150px;
}
.portfolio2-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
---------------------------------------------------------------------------*/
.portfolio2-item {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 290px;
    overflow: hidden;
    position: relative;
}

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

	-webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    text-align: center;
}

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

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

/* 7.3.4 Overlayer
---------------------------------------------------------------------------*/
.portfolio2-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);
}

/* 7.3.5 Anchor
---------------------------------------------------------------------------*/
.portfolio2-overlayer a {
    top: 50%;
    left: 50%;
    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;
}
.portfolio2-overlayer a:first-child {
    font-size: 24px;
    margin-left: -57px;
}
.portfolio2-overlayer a:last-child {
    margin-left: 7px;
    line-height: 44px;
}

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

    -webkit-border-color: #f1c40f;
       -moz-border-color: #f1c40f;
         -o-border-color: #f1c40f;
            border-color: #f1c40f;
}
.portfolio2-content:hover .portfolio2-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-color: #ffffff;
}
#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: #2c3e50; }
#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;
    /*margin-bottom:-30px;*/
    padding: 0;
    width: 100%;
    height:510px;
    background-color: #2c3e50;

    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
    background-image: url(../images/background/team-section.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#team-section2 {
    margin: 0;
    /*margin-bottom:-30px;*/
    padding: 0;
    width: 100%;
    height:2%;
    background-color: #2c3e50;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 50% 75%;
    background-image: url(../images/background/portfolio-section.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#team-section .container { overflow: visible; }
#team-section-wrapper, #team-section-wrapper2 {
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 60px 0 93px;
    text-align:center;
    height:510px;
}

#team-section-wrapper:after, #team-section-wrapper2:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    opacity: 0.8;
    position: absolute;
    background-color: #1A2937;
}
#team-section h1 {
  
}
#team-section h1 {
  color: #ffffff;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom:30px;
  font-size: 50px;
}
#team-section h2 {
  margin: 0px;
  padding-top:20px;
  padding-bottom:30px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:22px;
}
/* 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;
}

/* 9.2.5 Name
---------------------------------------------------------------------------*/
.member-name h1 {
    width: 100%;
    color: #139fda;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 9.2.6 Title
---------------------------------------------------------------------------*/
.member-title h2 {
    width: 100%;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
}

/* 9.2.7 Hover
---------------------------------------------------------------------------*/
.member-overlayer a:hover {
    color: #139fda;

    -webkit-border-color: #139fda;
       -moz-border-color: #139fda;
         -o-border-color: #139fda;
            border-color: #139fda;
}
.member-item:hover .member-overlayer ul { opacity: 1; }
.member-item:hover .member-overlayer { background-color: rgba(0, 0, 0, 0.3); }

/* 9.2.8 Arrows
---------------------------------------------------------------------------*/
.team-prev {
    z-index: 9;
    float: left;
    position: relative;
    margin-left: -150px;
}
.team-next {
    z-index: 9;
    float: right;
    position: relative;
    margin-left: 175px;
}




/* ==========================================================================
   10. Pricing Section
========================================================================== */
/* 10.1 Wrapper
---------------------------------------------------------------------------*/
#pricing-section {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 90px 0 59px;
    background-color: #ffffff;
}
#pricing-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));
}

/* 10.2 Pricing Table
---------------------------------------------------------------------------*/
/* 10.2.1 Wrapper
---------------------------------------------------------------------------*/
.pricing-table {
    max-width: 300px;
    overflow: hidden;
    padding-top: 17px;
    margin: 0 auto 43px;
}

/* 10.2.2 Circle
---------------------------------------------------------------------------*/
.circle {
    width: 260px;
    height: 260px;
    text-align: center;
    position: relative;
    margin: 0 auto 77px;

    -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;
}

/* 10.2.3 Front
---------------------------------------------------------------------------*/
.front,
.back {
    float: left;
    width: 260px;
    height: 260px;
    text-align: center;
    background-color: #efefef;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;

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

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

/* 10.2.3.1 Title
---------------------------------------------------------------------------*/
.title {
    color: #2c3e50;
    font-size: 30px;
    text-align: center;
    padding: 42px 10px 28px;
    text-transform: uppercase;
}

/* 10.2.3.2 Price
---------------------------------------------------------------------------*/
.price { margin-bottom: 23px; }
.price span {
    font-weight: 600;
    line-height: 0.7;
    vertical-align: top;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.currency,
.end {
    font-size: 40px;
    line-height: 40px !important;
}
.price .total { font-size: 90px; }

/* 10.2.3.3 Description
---------------------------------------------------------------------------*/
.front .description {
    padding: 0 45px;
    font-size: 20px;
    line-height: 1.2;
    text-align:center;
}

/* 10.2.4 Back
---------------------------------------------------------------------------*/
.tinfo {
    opacity: 0;
    position: absolute;
    background-color: #2c3e50;
    -webkit-backface-visibility: hidden;

    -webkit-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
       -moz-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
         -o-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
            transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);

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

/* 10.2.4.1 Title
---------------------------------------------------------------------------*/
.back .title { color: #ffffff; }

/* 10.2.4.2 Description
---------------------------------------------------------------------------*/
.back .description ul {
    width: 70%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
.back .description ul li {
    display: block;
    color: #ffffff;
    text-align: center;
}
.back .description ul li i { margin-right: 5px; }

/* 10.3 Popular Table
---------------------------------------------------------------------------*/
.popular {
    top: 0;
    left: 0;
    opacity: 0;
    color: #2c3e50;
    font-size: 30px;
    position: absolute;
}

/* 10.4 Button
---------------------------------------------------------------------------*/
.circle .btn-nesto { margin-top: 30px; }

/* 10.5 Hover
---------------------------------------------------------------------------*/
.pricing-table:hover .front {
    opacity: 1;

    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.pricing-table:hover .tinfo {
    opacity: 1;

    -webkit-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
       -moz-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
         -o-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
            transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.pricing-table:hover .front-popular {
    -webkit-border-radius: 10% 50% 50% 50% !important;
       -moz-border-radius: 10% 50% 50% 50% !important;
         -o-border-radius: 10% 50% 50% 50% !important;
            border-radius: 10% 50% 50% 50% !important;
}
.pricing-table:hover .popular {
    opacity: 1;

    -webkit-animation: popularAnim 0.7s 1;
       -moz-animation: popularAnim 0.7s 1;
         -o-animation: popularAnim 0.7s 1;
            animation: popularAnim 0.7s 1;
}




/* ==========================================================================
   11. Clients Section
========================================================================== */
/* 11.1 Wrapper
---------------------------------------------------------------------------*/
#clients-section {
    margin: 0;
    width: 100%;
    background-color: #2c3e50;

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

/* 11.2 Item
---------------------------------------------------------------------------*/
/* 11.2.1 Container
---------------------------------------------------------------------------*/
.client-item-container {
    width: 100%;
    margin: 0 auto;
    padding: 25px 20px;
    text-align: center;
    position: relative;
}
.client-item-container:before {
    top: 0;
    right: 10px;
    width: 24px;
    height: 24px;
    color: #139fda;
    font-size: 24px;
    content: '\f10e';
    line-height: 24px;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
}
.client-item-container:after {
    bottom: 0;
    left: 10px;
    width: 24px;
    height: 24px;
    color: #139fda;
    font-size: 24px;
    content: '\f10d';
    line-height: 24px;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
}

/* 11.2.2 Profile
---------------------------------------------------------------------------*/
.client-profile {
    text-align: center;
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
}

/* 11.2.3 Image
---------------------------------------------------------------------------*/
.client-img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 20px;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
.client-img:after {
    top: 0;
    left: 0;
    content: '';
    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-border: 8px solid rgba(0, 0, 0, 0.4);
       -moz-border: 8px solid rgba(0, 0, 0, 0.4);
         -o-border: 8px solid rgba(0, 0, 0, 0.4);
            border: 8px solid rgba(0, 0, 0, 0.4);
}
.client-img img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

/* 11.2.4 Name
---------------------------------------------------------------------------*/
.client-name {
    width: 100%;
    color: #139fda;
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 11.2.5 Quote
---------------------------------------------------------------------------*/
.client-quote {
    width: 100%;
    position: relative;
}
.client-quote p {
    color: #ffffff;
    font-size: 20px;
    line-height: 34px;
}
.client-quote p:last-child { margin-bottom: 0; }

/* 11.3 Slider
---------------------------------------------------------------------------*/
/* 11.3.1 Wrapper11.3.2 Controls
---------------------------------------------------------------------------*/
.owl-clients {
    width: 100%;
    padding: 0 15px;
}

/* 11.3.2 Controls
---------------------------------------------------------------------------*/
.owl-clients .owl-controls {
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 55;
    margin-top: 20px;
    position: absolute;
    text-align: center;
}
.owl-clients .owl-controls .owl-page span {
    opacity: 1;
    margin: 5px;
    width: 15px;
    height: 15px;
    background: #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;
}
.owl-clients .owl-page.active span,
.owl-clients .owl-page span:hover { background: #139fda; }




/* ==========================================================================
   12. FAQ Section
========================================================================== */
/* 12.1 Wrapper
---------------------------------------------------------------------------*/
#faq-section {
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 90px 0 68px;
    background-color: #e0e0e0;
}

#faq-section .section-title {
  margin-bottom: 15px;
}
#faq-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));
}

/* 12.2 Block
---------------------------------------------------------------------------*/
.faq-block {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 35px;
}

.faq-img {
  width:inherit;
  min-width:280px;
}
.faq-downloads {
  padding-top: 30px;
}

/* 12.3 Block Left
---------------------------------------------------------------------------*/
.faq-block.left .number { margin: 0 0 13px 8px; }
.faq-block.left .content { text-align: left; }
.faq-block.left .content:before {
    top: -16px;
    left: 16px;
}
.faq-block.left .content:after {
    top: -12px;
    left: 18px;
}

/* 12.4 Block Right
---------------------------------------------------------------------------*/
.faq-block.right .number { margin: 0 8px 13px auto; }
.faq-block.right .content { text-align: right; }
.faq-block.right .content:before {
    top: -16px;
    right: 16px;
}
.faq-block.right .content:after {
    top: -12px;
    right: 18px;
}

/* 12.5 Number
---------------------------------------------------------------------------*/
.faq-block .number {
    width: 50px;
    height: 50px;
    display: block;
    color: #2c3e50;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    background-color: #ffffff;

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

    -webkit-border: 2px solid #2c3e50;
       -moz-border: 2px solid #2c3e50;
         -o-border: 2px solid #2c3e50;
            border: 2px solid #2c3e50;
}

/* 12.6 Content
---------------------------------------------------------------------------*/
.faq-block .content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 18px 20px 8px;
    background-color: #ffffff;

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

    -webkit-border: 2px solid #2c3e50;
       -moz-border: 2px solid #2c3e50;
         -o-border: 2px solid #2c3e50;
            border: 2px solid #2c3e50;
}
.faq-block .content:before {
	width: 0;
	height: 0;
    content: '';
    position: absolute;

    -webkit-border-bottom: 15px solid #2c3e50;
       -moz-border-bottom: 15px solid #2c3e50;
         -o-border-bottom: 15px solid #2c3e50;
            border-bottom: 15px solid #2c3e50;

	-webkit-border-left: 15px solid transparent;
       -moz-border-left: 15px solid transparent;
         -o-border-left: 15px solid transparent;
            border-left: 15px solid transparent;

    -webkit-border-right: 15px solid transparent;
       -moz-border-right: 15px solid transparent;
         -o-border-right: 15px solid transparent;
            border-right: 15px solid transparent;
}
.faq-block .content:after {
	width: 0;
	height: 0;
    content: '';
    position: absolute;

    -webkit-border-bottom: 13px solid #ffffff;
       -moz-border-bottom: 13px solid #ffffff;
         -o-border-bottom: 13px solid #ffffff;
            border-bottom: 13px solid #ffffff;

	-webkit-border-left: 13px solid transparent;
       -moz-border-left: 13px solid transparent;
         -o-border-left: 13px solid transparent;
            border-left: 13px solid transparent;

    -webkit-border-right: 13px solid transparent;
       -moz-border-right: 13px solid transparent;
         -o-border-right: 13px solid transparent;
            border-right: 13px solid transparent;
}

/* 12.7 Quetsion
---------------------------------------------------------------------------*/
.faq-block .quetsion {
    width: 100%;
    color: #2c3e50;
    font-size: 24px;
    overflow: hidden;
    margin: 0 auto 10px;
}

/* 12.8 Hover
---------------------------------------------------------------------------*/
.faq-block:hover .quetsion { color: #139fda; }
.faq-block:hover .number { background-color: #139fda; }
.faq-block:hover .content {
    color: #ffffff;
    background-color: #2c3e50;
}
.faq-block:hover .content:after {
    -webkit-border-bottom: 13px solid #2c3e50;
       -moz-border-bottom: 13px solid #2c3e50;
         -o-border-bottom: 13px solid #2c3e50;
            border-bottom: 13px solid #2c3e50;
}




/* ==========================================================================
   13. FunFacts Section
========================================================================== */
/* 13.1 Wrapper
---------------------------------------------------------------------------*/
#funfacts-section {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;

}
#funfacts-section .container { overflow: visible; }
#funfacts-section-wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 100px 0 43px;
}
#funfacts-section-wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
}

/* 13.2 funfact
---------------------------------------------------------------------------*/
/* 13.2.1 Wrapper
---------------------------------------------------------------------------*/
.funfact {
    max-width: 260px;
    text-align: center;
    margin: 0 auto 60px;
}

/* 13.2.2 Icon
---------------------------------------------------------------------------*/
.fun-icon {
    width: 100%;
    color: #ffffff;
    font-size: 80px;
    overflow: hidden;
    margin-bottom: 22px;
}

/* 13.2.3 Number
---------------------------------------------------------------------------*/
.fun-number {
    width: 100%;
    color: #139fda;
    font-size: 70px;
    overflow: hidden;
    line-height: 70px;
    margin-bottom: 25px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 13.2.4 Title
---------------------------------------------------------------------------*/
.fun-title {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}




/* ==========================================================================
   14. Contact Section
========================================================================== */
/* 14.1 Wrapper
---------------------------------------------------------------------------*/
#contact-section {
    margin: 0;
    margin-bottom:-50px;
    z-index: 1;
    position: relative;
    padding: 90px 0 73px;
    background-color: #ffffff;
}
#contact-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));
}

/* 14.2 Form
---------------------------------------------------------------------------*/
/* 14.2.1 Wrapper
---------------------------------------------------------------------------*/
.contactForm {
    padding: 0;
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.form-group {
    margin: 0;
    padding: 0;
}
.contactForm text {
    font-size: 22px;

}

/* 14.2.2 Textarea
---------------------------------------------------------------------------*/
.contactForm textarea {
	width: 100%;
    resize: none;
    margin: 0 auto 30px;
    height: 142px !important;
}

/* 14.2.3 form-control
---------------------------------------------------------------------------*/
.contactForm .form-control {
	width: 100%;
    height: 56px;
	padding-left: 17px;
        text-align: center;
    margin: 0 auto 30px;
	background-color: #ffffff;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

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

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

    -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;
}
.contactForm .form-control:hover {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border: 2px solid #84af40;
       -moz-border: 2px solid #84af40;
         -o-border: 2px solid #84af40;
            border: 2px solid #84af40;
}
.contactForm .form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border: 2px solid #139fda;
       -moz-border: 2px solid #139fda;
         -o-border: 2px solid #139fda;
            border: 2px solid #139fda;
}

/* 14.2.4 Button
---------------------------------------------------------------------------*/
.contactForm button.submit {
    width: 100%;
    height: 56px;
    padding: 16px;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    /*background-color: #304818;*/

    -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;
}
.contactForm .submit.active,
.contactForm .submit:active,
.contactForm .submit.focus,
.contactForm .submit:focus,
.contactForm .submit:hover {
	color: #ffffff;
    outline-width: 0;
    position: relative;
    background-color: #81c341;
}

/* 14.2.5 error message
---------------------------------------------------------------------------*/
.error {
	top: 0;
    z-index: 2;
    float: right;
    color: #2c3e50;
    position: relative;
    margin: -69px 15px 0 0;
}
:-webkit-ui-invalid:not(output) { box-shadow: none; }
   :-moz-ui-invalid:not(output) { box-shadow: none; }
    :-ms-ui-invalid:not(output) { box-shadow: none; }
     :-o-ui-invalid:not(output) { box-shadow: none; }
         ui-invalid:not(output) { box-shadow: none; }

/* 14.2.6 Alert
---------------------------------------------------------------------------*/
.alert-nesto {
    color: #ffffff;
    background-color: #2c3e50;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
#contact-section .alert.alert-nesto { margin-bottom: 30px; }
#contact-section .alert {
    -webkit-border: none;
       -moz-border: none;
         -o-border: none;
            border: none;
}




/* ==========================================================================
   15. Footer Section
========================================================================== */
/* 15.1 Wrapper
---------------------------------------------------------------------------*/
#footer-section {
    margin: 0;
    margin-bottom:-25px;
    z-index: 1;
    width: 100%;
    color: #e5e5e5;
    position: relative;
    padding: 80px 0 20px;
    background-color: #2c3e50;

    -webkit-border-bottom: 6px solid #84af40;
       -moz-border-bottom: 6px solid #84af40;
         -o-border-bottom: 6px solid #84af40;
            border-bottom: 6px solid #84af40;
}
#footer-section:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.5;
    position: absolute;
    background-color: #000000;
}

/* 15.2 Anchor
---------------------------------------------------------------------------*/
#footer-section a {
    color: #139fda;

    -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;
}
#footer-section a:hover { color: #ffffff; }


/* 15.3 Subscribtion
---------------------------------------------------------------------------*/
/* 15.3.1 Wrapper
---------------------------------------------------------------------------*/
#subscribe {
    top: 0;
    left: 50%;
    z-index: 2;
    width: 436px;
    padding: 15px;
    overflow: hidden;
    position: absolute;
    margin-left: -218px;
    background-color: #ffffff;

    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
         -o-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
}

/* 15.3.2 Input
---------------------------------------------------------------------------*/
#subscribe .form-control {
	float: left;
    width: 301px;
    height: 42px;
    outline: none;
	padding: 10px 15px;
	background-color: #ffffff;

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

    -webkit-border-right: none;
       -moz-border-right: none;
         -o-border-right: none;
            border-right: none;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
         -o-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;

    -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;
}
#subscribe .form-control:hover,
#subscribe .form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-color: #139fda;
       -moz-border-color: #139fda;
         -o-border-color: #139fda;
            border-color: #139fda;
}

/* 15.3.3 Submit
---------------------------------------------------------------------------*/
#subscribe button.submit {
    width: 105px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 16px;
    background-color: #2c3e50;

    -webkit-border: none;
       -moz-border: none;
         -o-border: none;
            border: none;

    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
         -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;

    -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;
}
#subscribe .submit.active,
#subscribe .submit:active,
#subscribe .submit.focus,
#subscribe .submit:focus,
#subscribe .submit:hover {
	color: #2c3e50;
    outline-width: 0;
    background-color: #139fda;
}

/* 15.3.4 Success & Error
---------------------------------------------------------------------------*/
.ssuccess,
.serror {
    top: 24px;
    right: 130px;
    color: #2c3e50;
    position: absolute;
}


/* 15.4 Footer Widget
---------------------------------------------------------------------------*/
/* 15.4.1 Wrapper
---------------------------------------------------------------------------*/
.footer-widget {
    width: 100%;
    margin: 0 0 60px;
    overflow: hidden;
}

/* 15.4.2 Widget Title
---------------------------------------------------------------------------*/
.widget-title {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}


/* 15.5 Twitter Feed
---------------------------------------------------------------------------*/
/* 15.5.1 Wrapper
---------------------------------------------------------------------------*/
.tweetfeed  { height: 100%; }

/* 15.5.2 Twitter Username
---------------------------------------------------------------------------*/
.tweetfeed ul li a i.fa-twitter {
    float: left;
    width: 20px;
    height: 30px;
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    margin-left: -30px;
}

/* 15.5.3 List
---------------------------------------------------------------------------*/
.tweetfeed ul {
    margin: 0;
    padding: 0;
    float: left;
    height: 100%;
    text-align: left;
    list-style: none;
    overflow: hidden;
}

/* 15.5.4 items
---------------------------------------------------------------------------*/
.tweetfeed ul li,
.tweet span {
    width: 100%;
    display: block;
    padding: 0 0 10px 30px;
}
.tweetfeed ul li:last-child { padding-bottom: 0; }


.blog  { height: 100%; }

/* 15.5.3 List
---------------------------------------------------------------------------*/
.blog ul {
  padding: 0px;
  list-style-type: none;

}
.blog li {
  padding-left: 30px;
  background-image: url(../images/icon_blog.png);
  background-repeat: no-repeat;
}

/* 15.6 Flickr Feed
---------------------------------------------------------------------------*/
/* 15.6.1 Wrapper
---------------------------------------------------------------------------*/
.flickr-feed {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    list-style: none;
    text-align: center;
}

/* 15.6.2 Items
---------------------------------------------------------------------------*/
.flickr-feed li {
    padding: 0;
    text-align: center;
    margin: 0 0 10px 0;
    display: inline-block;
    margin: 0 10px 10px 0;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.col-md-4.flickr { padding-right: 5px; }

/* 15.6.3 Image
---------------------------------------------------------------------------*/
.flickr-feed li img {
    width: 65px;
    height: 65px;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

/* 15.6.4 Anchor
---------------------------------------------------------------------------*/
.flickr-feed li:hover { opacity: 0.7; }


/* 15.7 Info
---------------------------------------------------------------------------*/
/* 15.7.1 List
---------------------------------------------------------------------------*/
ul.info {
    margin: 0;
    padding-bottom: 20px;
    padding-left: 0px;
    list-style: none;
    
}

/* 15.7.2 Items
---------------------------------------------------------------------------*/
ul.info li {
    display: block;
    text-align: left;
}
ul.info span { color: #139fda; }


/* 15.8 Copyright
---------------------------------------------------------------------------*/
.copyright {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}


/* 15.9 Social Icons
---------------------------------------------------------------------------*/
/* 15.9.1 Wrapper
---------------------------------------------------------------------------*/
.social-icons {
    width: 100%;
    overflow: hidden;
    text-align: center;
    alignment-adjust: center;


}

.social-icons table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: white;
}
.initial-form {
    overflow: hidden;
    text-align: left ;


}

#recaptcha_table {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;

}
.recaptcha_zoom {
  zoom: 1;
}
.email-input {
  height: 40px;
  width: 300px;
  padding: 0px 12px;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  font-size: 12pt;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom:5px;
}
.blue {
  background: transparent;
  width: 25%;
  cursor: pointer;
  display: inline-block;
  padding: 15px 25px;
  font-size: 14pt;
  color: #009fdf;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  /*border-radius: 4px;*/
  border: 2px solid #009fdf;
  margin:15px;
}

.blue:hover {
    background: none repeat scroll 0% 0% #009fdf;
    color:white;
}

.green {
  background: #81c341;
  width: 25%;
  cursor: pointer;
  display: inline-block;
  padding: 15px 25px;
  font-size: 14pt;
  color: #FFF;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  /*border-radius: 4px;*/
  border: 2px solid #81c341;
  margin:15px;
}

.green:hover {
    background: none repeat scroll 0% 0% #679d33;
    border: 2px solid #679d33;
}

.green-lg {
  background: #81c341;
  width: 50%;
  cursor: pointer;
  display: inline-block;
  padding: 15px 25px;
  font-size: 14pt;
  color: #FFF;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 2px solid #81c341;
  margin:15px;
}

.green-lg:hover {
    background: none repeat scroll 0% 0% #679d33;
    border: 2px solid #679d33;
}

.mobile-register {
  display: none;
  text-align: center;
}


.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  height: 60px;
  padding: 10px 0px;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
}
.scroll-down:hover {
	background: #606060;
	background: rgba(0,0,0,0.6);
}
.scroll-down > img {margin: 0 10px; }
.scroll-down > img,
.scroll-down > span {
	position: static;
	display: inline-block;
	vertical-align: middle;
}
/* 15.9.2 List
---------------------------------------------------------------------------*/
.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 15.9.3 Items
---------------------------------------------------------------------------*/
.social-icons ul li {
    margin: 0 5px 10px;
    display: inline-block;
}

/* 15.9.4 Anchor
---------------------------------------------------------------------------*/
.social-icons ul li a {
    display: block;

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

/* 15.9.5 Icon
---------------------------------------------------------------------------*/
.social-icons ul li a i {
    width: 40px;
    height: 40px;
    color: #ffffff;
    line-height: 36px;

    -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;
}

/* 15.9.6 Hover
---------------------------------------------------------------------------*/
.social-icons ul li a i:hover {
    color: #139fda;
    background-color: rgba(0, 0, 0, 0.2);

    -webkit-border-color: #139fda;
       -moz-border-color: #139fda;
         -o-border-color: #139fda;
            border-color: #139fda;
}

/* 15.9.7 tooltip
---------------------------------------------------------------------------*/
.tooltip {
    z-index: 999;
    letter-spacing: 1px;
}
.tooltip-inner {
    color: #2c3e50;
    background-color: #ffffff;
}
.tooltip.top .tooltip-arrow { border-top-color: #ffffff; }




/* ==========================================================================
   16. Bootstrap New Component
========================================================================== */
/* 16.1 navbar
---------------------------------------------------------------------------*/
.navbar {
    margin-bottom: 0;
    min-height: 40px;

    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.navbar-brand img {
    width: 125px;
    height: 40px;
    margin-top: -2px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand { margin-left: 0; }
.navbar-brand {
    padding: 0;
    height: 40px;
}
.navbar-nav > li > a {
    padding: 10px;
    color: #2c3e50;
    font-size: 15px;
    letter-spacing: 1px;
}
.navbar-nav > li {
    margin-left: 10px;
    position: relative;
}
.navbar-nav > li:first-child { margin-left: 0; }
.nav > li > a:hover,
.nav > li > a:focus { background-color: transparent; }
.navbar-nav > li:hover,
.navbar-nav > li.active, 
.navbar-nav > li >a.active
{ 
    color: #ffffff;
    background-color: #4ebde0;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.orange-register {
    color: #ffffff;
    background-color: #ff7f21;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.navbar-header a {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
}
.navbar-header a:hover { color: #ffffff; }


/* 16.2 Progress Bar
---------------------------------------------------------------------------*/
.progress {
    height: 30px;
    background-color: #139fda;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.progress-bar {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    padding: 0 10px 0;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.progress-bar-Nesto { background-color: #2c3e50; }
.progress-bar span:first-child { float: left; }
.progress-bar span:last-child {
    position: relative;
    padding-right: 15px;
}
.progress-bar span:last-child:after {
    top: 0;
    right: 0;
    width: 15px;
    height: 18px;
    content: '%';
    line-height: 18px;
    position: absolute;
}


/* 16.3 Btn
---------------------------------------------------------------------------*/
.btn-nesto {
    color: #ffffff;
    background-color: #2c3e50;

    -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;
}
.btn-nesto:hover,
.btn-nesto:focus,
.btn-nesto:active,
.btn-nesto.active,
.open .dropdown-toggle.btn-nesto {
    color: #2c3e50;
    background-color: #139fda;
}
.btn-nesto:active,
.btn-nesto.active,
.open .dropdown-toggle.btn-nesto {
    background-image: none;
}
.btn-nesto.disabled,
.btn-nesto[disabled],
fieldset[disabled] .btn-nesto,
.btn-nesto.disabled:hover,
.btn-nesto[disabled]:hover,
fieldset[disabled] .btn-nesto:hover,
.btn-nesto.disabled:focus,
.btn-nesto[disabled]:focus,
fieldset[disabled] .btn-nesto:focus,
.btn-nesto.disabled:active,
.btn-nesto[disabled]:active,
fieldset[disabled] .btn-nesto:active,
.btn-nesto.disabled.active,
.btn-nesto[disabled].active,
fieldset[disabled] .btn-nesto.active {
    background-color: #2c3e50;
}




/* ==========================================================================
   17. Responsive
========================================================================== */
@media only screen and (min-width: 1199px) {
    .container {
        width: 970px;
    }
    .articles img {
      height: 40px;
      padding-right: 5px;
    }
}

@media only screen and (max-width: 1198px) and (min-width: 1001px) {
      .articles img {
      height: 40px;
      padding-right: 5px;
    }
}


/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 1000px) and (min-width: 769px) {

    .portfolio-prev { margin-left: -5px; }
    .portfolio-next { margin-left: 15px; }
    .team-prev { margin-left: -5px; }
    .team-next { margin-left: 15px; }
    .articles img {
      height: 20px;
      padding-right: 5px;

    }
/*    #team-section-wrapper {
      height:150%;
    }*/
}




/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 990px) and (min-width: 768px) {

    ul.bxslider h1 { font-size: 45px; }

    #about-section .col-md-8 .col-md-6:nth-child(odd) { padding: 0; }
    #about-section .col-md-8 .col-md-6:nth-child(even) { padding: 0; }

    .flickr-feed li img {
        width: 81px;
        height: 81px;
    }
    #about-section img {
      width: inherit;
    } 
    .articles img {
      height: 20px;
      padding-right: 5px;
    }
    #team-section {
      height:500px;
    }
    #team-section-wrapper {
      height:500px;
    }


}




/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

    .container { width: 570px; }
    .contactForm {
      width: 100%;
    }
    #team-section {
      height:500px;
    }
    #team-section-wrapper {
      height:500px;
    }
    .discover {
      font-size: 30px;
      margin-bottom:5px;
    }
    #team-section h1 {
      font-size: 35px;
    }
    #team-section h2 {
      font-size:18px
    }
    .monitor-title {
      font-size: 35px;
    }
    .hiw-title {
      font-size: 35px;
    }
    .subtitle {
      font-size: 20px;
    }
    .hiw-subtitle {
      font-size: 20px;
    }
    #about-section img {
      width: inherit;
    } 
    .main-subtitle {
      font-size: 15px;
      padding-bottom: 10px;
    }
    .social-icons {
      display: none;
    }
    .mobile-register {
      display: block;
    }
    
    .green {
        font-size: 14px;
        width: 35%;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
    
    .green-lg {
        width:70%;
        font-size: 16px;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
    
    .blue {
        font-size: 14px;
        width: 35%;
    }
    
    .blue2 {
        font-size: 14px;
        width: 35%;
    }
        
    #home-section-container {
      padding-top:15px;
      padding-bottom:15px;
    }
    .scroll-down {
      bottom: 10px;
    }
    ul.bxslider h1 { font-size: 35px; }

    .navbar-toggle {
        margin: 0;
        color: #139fda;
        padding: 7px 10px;

        -webkit-border: 1px solid #139fda;
           -moz-border: 1px solid #139fda;
             -o-border: 1px solid #139fda;
                border: 1px solid #139fda;
    }
    .navbar-nav { margin-top: 10px; }
    .navbar-collapse {
        -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;
    }
    .navbar-nav > li {
        text-align: center;
        margin: 0 auto 10px;
    }
    .navbar-nav > li:last-child { margin: 0; }



    #about-section .col-md-8 .col-md-6:nth-child(odd) { padding: 0; }
    #about-section .col-md-8 .col-md-6:nth-child(even) { padding: 0; }


    .flickr-feed li img {
        width: 81px;
        height: 81px;
    }
    .articles img {
      height: 20px;
      padding-right: 5px;
    }

}




/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

    .container { width: 450px; }
    .social-icons {
      display: none;
    }
    #logo img {
        height: 57px;
    }
    .faq-img {
      width:100%;
      min-width: 0px;
      max-width: 400px;
    }
    .faq-downloads img {
      width: 40%;
    }
    ul.bxslider h1 { font-size: 25px; }
    
    #Our-Services-section img {
      width:inherit;
    }
    #home-section .social-icons li { margin-bottom: 10px; }
    .contactForm {
      width: 100%;
    }
    .recaptcha_zoom {
      zoom: 0.8;
    }
    .services-icon {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
    .services-box .title-main h1 {
        margin: 0 auto 5px;
        text-align: center;
    }
    .services-box .title-desc h3 {
        text-align: center;
        margin: 0 auto 15px;
    }
    
    .services-box2 .title-main2 h1 {
        margin: 0 auto 5px;
        text-align: center;
    }
    .services-box2 .title-desc2 h3 {
        text-align: center;
        margin: 0 auto 15px;
    }
    
    .services-box .content {
        margin: 0 auto;
        text-align: center;
    }

    .flickr-feed li img {
        width: 61px;
        height: 61px;
    }
    #team-section h2 {
      font-size:14px
    }

    .green {
        font-size: 14px;
        width: 35%;
    }
    
    .green-lg {
        width:80%;
        font-size: 14px;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
    
    .blue {
        font-size: 14px;
        width: 35%;
    }
    
    .blue2 {
        font-size: 14px;
        width: 35%;
    }

}




/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {

    .container { width: 320px; }

    .owl-navigation { display: none; }
    .contactForm {
      width: 100%;
    }
    .recaptcha_zoom {
      zoom: 0.6;
    }

    .contactForm .form-control { margin: 0 auto 15px; }

    #subscribe {
        width: 320px;
        margin-left: -160px;
    }
    #subscribe .form-control { width: 185px; }
    .social-icons {
      display: none;
    }
    .flickr-feed li img {
        width: 65px;
        height: 65px;
    }

}