/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

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

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

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

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

















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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

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

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

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

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

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

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

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    /*
     * Don't show links for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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

.btn-info {
  font-weight: bold;
}

body{background-color:fefefe;font-family: "Open Sans",sans-serif;}
a:focus{outline:0}
a:hover{text-decoration:none}
button{text-transform:uppercase;}
button a{color:#fff}
.no-padding{padding:0px}
.no-padding-right{padding-right:0px}
.no-padding-left{padding-left:0px}
.separator{border-bottom: 2px solid #ffffff;
border-top: 1px solid #dcdcdc;
display: block;
height: 3px;
margin-bottom: 15px;
margin-top: 15px;
overflow: hidden;}

.main-logo{float: left;
margin-top: 12px;
width: 320px;}
.main-logo img{width: 100%;}
.topbar-menu{}
.topbar-menu .shright-menue {
    float: right;
    width: 418px;
}
.topbar-menu .shright-menue ul {
    list-style: outside none none;
    margin: 20px 0px 10px;
    padding: 0;
	float:right
}
.topbar-menu .shright-menue ul li {
    float: left;
}
.topbar-menu .shright-menue ul li i {
}
.topbar-menu .shright-menue ul li a {
color: #111;
display: inline-block;
font-size: 15px;
font-weight: 600;
padding: 5px 24px 6px 5px;
text-transform: uppercase;
}
.topbar-menu .shright-menue ul li a:hover{}
.navbar-header .navbar-brand img{width:100%}
nav.navbar {
  margin-top: 0px;
  margin-bottom: 20px;
}
.navbar-nav {
  margin-top: 22px;
}
.navbar-nav li.active a{color:#000}
.navbar-nav li a{color: #4e4e4e;
font-size: 19px;
padding: 15px 20px;
text-transform: uppercase;}
.navbar-nav li a:hover{color:#000}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: inherit;
  text-decoration: none;
}
.navbar-toggle .icon-bar {
  background: #ff0000;
}
.navbar-nav li a .btn-success {
  margin-top: -7px;
} /* end header css */

.item > img {
  width: 100%;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {

  height: 420px;
}
.item .carousel-caption{left: 60%;
padding-bottom: 151px;
right: 1%;}
.item .carousel-caption h1{font-size: 32px;
margin-bottom: 5px;}
.item .carousel-caption p{font-size: 18px;
margin-top: 0;}
.item .carousel-caption a{}
.item .carousel-caption a button.btn-info{font-size: 16px;
text-transform: uppercase;}



.slider-bottom {
    padding: 45px 100px 30px;
    text-align: center;
}
.slider-bottom h1 {
    font-size: 32px;
}
.slider-bottom p {
    font-size: 20px;
}
/*end Slider bottom*/

.youtube-video{margin: 20px auto;
overflow: hidden;
width: 70%;}

.why-help{background-image:url(../img/why-bg.jpg);background-repeat:no-repeat;background-attachment:fixed;background-size:cover;}
.whyhelp-content {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 15px;
    text-align: center;
}
.whyhelp-content h1 {
    font-size: 34px;
}
.whyhelp-content .why-single {
}
.whyhelp-content .why-single i {
    background-color: #44aed0;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    padding: 25px;
}
.whyhelp-content .why-single h2 {
    font-size: 21px;
}
.whyhelp-content .why-single p {
    font-size: 15px;
}
/*Hwy hand */
.mobile-hand {
    margin-top: 40px;
    overflow: hidden;
}
.mobile-hand .mobilehand-left {
}
.mobile-hand .mobilehand-left img {
}
.mobile-hand .mobilehand-right {
}
.mobile-hand .mobilehand-right p {
    font-size: 24px;
    line-height: 28px;
    padding-top: 36px;
}
.mobile-hand .mobilehand-right a button {
    font-weight: bold;
    text-transform: uppercase;
}
/*end Mobile hand*/

.under-mobilehand{}
.under-mobilehand h2{font-size: 30px;
padding: 50px 17%;
text-align: center;}

.subscribe-section{background-color: #ededed;
overflow: hidden;
padding-bottom: 20px;
padding-top: 15px;
text-align: center;}
.subscription{}
.subscription h1{font-size: 32px;}
.subscription h2{}
.subscription  form .input-group  input[type=email]{border-radius: 5px !important;
text-align: center;
width: 300px;}


.footer-section{overflow:hidden;margin-top:30px;border-top:1px dashed #999;background-image:url(../img/f-bg.jpg);background-repeat:repeat;background-attachment:scroll;padding-top:20px;padding-bottom:25px;color:#fff}
.footer-section .footer-area{padding:5px 5px}
.footer-section .footer-area .footer-adress {text-align: center;}
.footer-section .footer-area .footer-adress h2{border: 1px solid #777;
color: #ddd;
font-size: 30px;
margin-bottom: 7px;
margin-left: 10%;
padding: 10px;
text-align: center;
width: 80%;}
.footer-section .footer-area .footer-adress p{color: #ddd;
display: inline;
font-size: 19px;
margin: 0;
white-space: pre;}

.footer-section .footer-area .footer-adress ul{margin:0;padding:0;list-style:none;text-align:center}


.footer-section .footer-area h2{color:#50ABE3}

.im_links{}
.im_links ul{margin: 0;
padding-left: 15px;}
.im_links ul li{}
.im_links ul li a{color:#fff}
.im_links ul li a:hover{color:#ddd}

.office_address{padding-left:85px}

.footer-section .footer-area .footer-adress  ul li{display:inline}
.footer-section .footer-area .footer-adress  ul li a{display:inline-block;padding:10px 5px;}
.footer-section .footer-area .footer-adress  ul li a i{border-radius: 50%;
color: #fefefe;
font-size: 28px;
height: 55px;
padding: 14px;
width: 55px;transition:all 0.9s ease 0s;-moz-transition:all 0.9s ease 0s;-webkit-transition:all 0.9s ease 0s;-o-transition:all 0.9s ease 0s;}
.footer-section .footer-area .footer-adress  ul li a i.fa-facebook{background-color:#3C529D}
.footer-section .footer-area .footer-adress  ul li a i.fa-facebook:hover{background-color:#eee;color:#3C529D}
.footer-section .footer-area .footer-adress  ul li a i.fa-twitter{background-color:#50ABE3}
.footer-section .footer-area .footer-adress  ul li a i.fa-twitter:hover{background-color:#eee;color:#50ABE3}
.footer-section .footer-area .footer-adress  ul li a i.fa-google-plus{background-color:#CD292E}
.footer-section .footer-area .footer-adress  ul li a i.fa-google-plus:hover{background-color:#eee;color:#CD292E}
.footer-section .footer-area .footer-adress  ul li a i.fa-linkedin{background-color:#3378BC}
.footer-section .footer-area .footer-adress  ul li a i.fa-linkedin:hover{background-color:#eee;color:#3378BC}

.footer-section .footer-area .copyright  {}
.footer-section .footer-area .copyright img{margin-top: 90px;}
.footer-section .footer-area .copyright  p{color: #ddd;
font-size: 12px;}
/* End Home page CSS */

.separator{background-color: #ccc;
clear: both;
height: 1px;
margin: 20px auto;
width: 75%;}

.puta-face{}
.puta-face h1{font-size: 40px;
margin-bottom: 0;
margin-top: 118px;}
.puta-face h3{font-size: 25px;
margin-bottom: 15px;
margin-top: 7px;}
.puta-face img{float: right;
margin: 0 auto;
width: 80%;}

.thinkyou-make{overflow: hidden;
padding-left: 65px;}
.thinkyou-make h1{font-size: 40px;
margin-bottom: 0;
margin-top: 118px;}
.thinkyou-make h3{font-size: 25px;
margin-bottom: 15px;
margin-top: 7px;}
.thinkyou-make h2{display: inline-block;
font-size: 45px;
margin: 60px auto 0;
text-align: center;
width: 100%;}
.thinkyou-make img{
margin: 0 auto;
}

.thumbnail {
  min-height: 387px;
}
.about-promo{}
.about-promo .caption h3{text-transform:uppercase;text-align:center;margin-bottom:0px}
.about-promo .caption p{}
.about-promo .caption p a{}

.newsletter{padding-top:10px;padding-bottom:5px}
.newsletter .newsletter-before{font-size: 18px;
margin-right: 10px;}
.newsletter  input[type=email]{border: 1px solid #ddd;
border-radius: 5px !important;
height: 35px;
margin-right: 8px;
text-align: center;
width: 300px;}
/****** End about us page CSS ***********/



.joinus-section{background-image:url(../img/join-us.jpg);background-size:cover;background-repeat:no-repeat;min-height:440px}
.join-us {
    text-align: center;
}
.join-us h1 {
    font-size: 48px;
    margin-bottom: 0;
    margin-top: 70px;
}
.join-us h2 {
    font-size: 26px;
    margin-top: 5px;
}

.joinus-bottom{text-align:center}
.joinus-bottom h1{font-size:45px;margin-bottom:2px}
.joinus-bottom h2{font-size:25px;margin-top:5px}

.joinus-videos{margin-bottom: 20px;
margin-top: 25px;
overflow: hidden;}
.single-video{margin-bottom:30px}
.single-video h2{font-size: 25px;
margin-bottom: 0;
margin-top: -38px;}
.single-video p{margin-top:3px}
/*********** End Happy Clients Css *****************/



.top-section{background-image:url(../img/slide2.jpg);background-size:cover;background-repeat:no-repeat;min-height:400px}
.top-banner{float: right;
width: 755px;}
.top-banner h1{font-size:45px;margin-bottom:0px;margin-top:45px}
.top-banner h2{font-size:35px;margin-top:5px}
.top-banner .btn-warning{margin-left:20px}

.work-details{margin: 35px 0;
overflow: hidden;}
.work-details img{float:right;margin-right:85px}
.work-details h1{font-size: 35px;
margin-bottom: 12px;
text-align: center;margin-top:10px}
.work-details p{font-size: 19px;
line-height: 26px;
margin-top: 2px;}

.tailored-service{text-align:center}
.tailored-service>.row{margin-bottom:15px}
.tailored-service h1{text-transform:uppercase;font-size:35px;margin-bottom:0px}
.tailored-service h3{font-size:25px;margin-top:10px}
.tailored-service img{border: 1px solid #666;
border-radius: 50%;
padding: 15px;}
.tailored-service img:hover{opacity:0.7;cursor:pointer}

.more-information{background-color: #44aed0;
margin-bottom: -20px;
margin-top: 95px;
position: relative;}
.more-information .contactus{overflow: hidden;
padding-bottom: 35px;
padding-top: 15px;}
.more-information .contactus h1{font-size:35px;color:#fff}
.more-information .contactus button{}
.more-information  img{position: absolute;
top: -128px;}
/*********** End How it works page CSS ************/




.contact_team{width: 100%;
text-align: center;}
.contact_team img{margin-top:35px}

.contact_us{background-color: #eee;
border: 1px solid #aaa;
border-radius: 5px;
margin: 20px auto;
overflow: hidden;
padding: 30px 30px 50px 85px;
width: 80%;}
.main-cform{}
.main-cform h2{color:#222;margin-bottom:9px}
.main-cform input[type=text]{border: 1px solid #ccc;
border-radius: 3px;
height: 30px;
margin-right: 20px;
width: 340px;padding:5px}
.contact-single{float: left;
margin-right: 23px;
width: 342px;
margin-top:15px}
.contact_us button.btn-warning{float: right;
font-weight: bold;
margin-right: 59px;
margin-top: 25px;
padding: 7px 25px;}

.contact-number{text-align:center}
.contact-number h1{background: url("../img/phone.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #f8a62a;
display: inline-block;
font-size: 45px;
margin-bottom: 0;
padding: 14px 11px;
width: 408px;}
.contact-number h2{font-size: 26px;
margin-bottom: 6px;
margin-top: 5px;}
.contact-number p{font-size: 18px;
margin: 2px 0;}
/************* end Contact us page CSS ******************/




.pricing-section{background-image:url(../img/pricing-banner.jpg);background-size:cover;background-repeat:no-repeat;min-height:300px}
.pricing{text-align:center}
.pricing h1{font-size:55px;color:#fff;margin-top:105px;margin-bottom:17px}
.pricing button{text-align:right}
.pricing_table{margin-bottom:30px;overflow:hidden}
.single_table {background-color: #ededed;
margin-top: 20px;
overflow: hidden;
padding: 25px;}
.price_special {background-color: #44aed0;
margin-top: 0;
padding-bottom: 35px;}
.price_special h1{}
.single_table.price_special .price_circle{background-color: #fff;
color: #656262;
margin-bottom: 50px;}
.single_table.price_special .price_circle p{color: #656262;}
.single_table.price_special p{color: #fff;}
.single_table.price_special a{background-color: #fff;
color: #656262;margin-top:60px}
.single_table.price_special  h1{color: #fff;margin-top:0px;margin-bottom:19px}
.single_table h1{font-size: 38px;
margin-bottom: 35px;
margin-top: 5px;
text-align: center;}
.single_table .price_circle{background-color: #656262;
border-radius: 50%;
color: #fff;
height: 170px;
margin: 0 auto;
padding: 55px 40px 30px;
text-align: center;
width: 170px;}
.single_table .price_circle h2{font-size: 35px;
margin: 0;font-weight:bold}
.single_table .price_circle p{font-size: 17px;
margin: 0;color:#fff}
.single_table p{color: #555;
font-size: 18px;
margin-bottom: 0;
margin-top: 10px;
padding-bottom: 5px;}
.single_table p i{font-size: 28px;
margin-bottom: 0;
margin-right: 13px;}
.single_table a{background-color: #656262;
color: #fff;
display: block;
font-size: 35px;
margin: 45px auto 0;
padding: 10px 14px;
text-align: center;
width: 90%;}
.single_table a i{}

.bellow-pricing-table{overflow:hidden;margin:5px 0px 15px 0px }
.bellow-pricing-table p{color: #777;
font-size: 19px;
font-style: italic;
padding: 0 10%;
text-align: center;}

.trial-section{margin-bottom: 20px;
overflow: hidden;}
.trial-section h1{font-size: 40px;
margin-bottom: 0;
margin-top: 85px;}
.trial-section p{font-size: 18px;
margin-top: 3px;}
.trial-section img{margin-left:22px}
.trial-section button{float: right;
font-weight: bold;
margin-left: 15px;}


.quotation_section {
    background-color: #f1f1f1;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:35px
}
.quotation {
}
.quotation p {
    color: #555;
    font-size: 27px;
    padding: 0 22%;
    text-align: center;
	line-height:36px
}
.quotation p i {
    color: #ccc;
    font-size: 35px;
}

.customer_section{background-image:url(../img/customer-review.jpg);background-size:cover;background-repeat:no-repeat;min-height:351px;margin-top:45px}
.customer_review{text-align:center}
.customer_review h1{font-size: 40px;
margin-bottom: 0;
margin-top: 132px;}
.customer_review h2{font-size:32px;margin-top:10px}
.customer_review button{float: right;
margin-right: 215px;}
/* End pricing page CSS*/

.{}
.{}
.{}
.{}

