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

/*==================style==========================*/
@font-face {
    font-family: 'harabara_maisharabaramaisdemo';
    src: url('../fonts/harabara_mais_demo-webfont.eot');
    src: url('../fonts/harabara_mais_demo-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/harabara_mais_demo-webfont.woff2') format('woff2'),
    url('../fonts/harabara_mais_demo-webfont.woff') format('woff'),
    url('../fonts/harabara_mais_demo-webfont.ttf') format('truetype'),
    url('../fonts/harabara_mais_demo-webfont.svg#harabara_maisharabaramaisdemo') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
  color:#494949;
  font-family: 'Oxygen', sans-serif;
}
a, a:hover, a:focus, a:active{
  outline: none;
}


/* Slicknav CSS */ 

.slicknav_menu {
  background: #408cbe !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  display: none;
}
.slicknav_nav a {
  color: #fff;
  text-transform: uppercase;
}
.slicknav_btn {
  background-color: rgba(0,0,0,0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.main-menu{
  display: block;
}
/* Slicknav CSS */

/*
font-family: 'Oxygen', sans-serif;
font-family: 'Oxygen Mono', ;
font-family: 'Dancing Script', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

/*
| ________________________________________________________________________
|
| Header-top-area
| ________________________________________________________________________
*/
.header-top-area {
  background: #408cbe none repeat scroll 0 0;
  color: #fff;
  font-family: "Oxygen",sans-serif;
  padding: 0;
  z-index: 5;
}
.circle-half {
  position: absolute;
  top: 0;
}
.circle-img {
  height: 148px;
  left: -44px;
  position: relative;
  top: 0;
  width: 131%;
  z-index: 10;
}
.social-menu {
  clear: both;
  display: block;
  margin: 27px 0;
  overflow: hidden;
  position: relative;
  right: 0%;
}

.social-menu ul {
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.social-menu li {
  float: left;
  margin-right: 5px;
}
.social-menu li a{
  outline: none;
}
.social-menu li:first-child {
  font-size: 14px;
  font-weight: lighter;
  position: relative;
  right: 10px;
  top: 8px;
}
.mail-add {
  margin-top: 27px;
  text-align: right;
}
.img-mail {
  position: relative;
  right: 1px;
  top: -5px;
}
.mail-add > p {
  margin: 0;
}

/*
| ________________________________________________________________________
|
| Header-top-area
| ________________________________________________________________________
*/

/*
| ________________________________________________________________________
|
| Menu-Area
| ________________________________________________________________________
*/
.menu-area {
  background: #343b43 none repeat scroll 0 0;
  font-family: "Roboto Condensed",sans-serif;
  height: 63px;
  padding: 15px 0;
}

.main-menu ul li{
  float: left;
}
.main-menu a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 90px;
  outline: medium none;
  text-shadow: 0 4px 2px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 100;
}
.larger-logo {
  left: 0;
  margin: 0 20px 0 40px;
  position: relative;
  top: -75px;
}
.main-menu ul {
  list-style: outside none none;
  margin: 0 0 0 35px;
  padding: 0;
}
.main-menu a:hover, .main-menu a:focus, .main-menu a:active{
  color: #98d6ff;
}
/*
| ________________________________________________________________________
|
| Menu-Area
| ________________________________________________________________________
*/

/*
| ________________________________________________________________________
|
| Banner-top-area
| ________________________________________________________________________
*/
.banner-top-area {
  background: #f3f2f2 none repeat scroll 0 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  height: 127px;
  padding: 64px 0 25px;
  position: relative;
  z-index: 15;
}
.banner-top-area::after {
  background: #f3f2f2 none repeat scroll 0 0;
  bottom: -15px;
  box-shadow: 5px 5px 3px -4px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 40px;
  left: 46.5%;
  position: absolute;
  transform: rotate(45deg);
  width: 40px;
  z-index: 10;
}
.ban-head > h2 {
  color: #828282;
  font-family: "Montserrat",sans-serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: -61px 0 64px -49px;
  position: relative;
  text-align: center;
  text-shadow: 0 0 1px rgba(243, 242, 242, 0.4);
  z-index: 20;
}
span.fifty {
  color: #a80e11;
}
/*.call {
  color: #345d7a;
  display: block;
  font-size: 60px;
  font-weight: bold;
  text-shadow: 0 0 16px #fff;
  -webkit-text-stroke: 1px #fff;
  text-shadow:
    3px 3px 0 #fff,
    -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}*/
.call {
  color: #345d7a;
  display: block;
  font-family: "Oxygen",sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -1px;
  outline: medium none;
  text-decoration: none;
  text-shadow: 5px 0 1px #fff, 1px 4px 1px #fff, -4px 0 1px #fff, -4px 4px 1px #fff, 4px 3px 1px #fff, -3px 2px 1px #fff, -1px -4px 1px #fff, -3px -3px 1px #fff, 4px -3px 1px #fff, 1px -4px 1px #fff, 0 0 8px #000, -3px 5px 7px #000, 3px 1px 6px #000,3px 3px 4px #000;
}
.call:hover, .call:active, .call:focus{
  text-decoration: none;
  outline: none;
}

.cal {
  align-items: center;
  background: #a80e12 none repeat scroll 0 0;
  border-radius: 50%;
  color: #f3f2f2;
  display: inline-flex;
  font-family: "Dancing Script",cursive;
  font-size: 30px;
  height: 72px;
  justify-content: center;
  margin-right: 30px;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  top: -13px;
  width: 80px;
}
.cal::after {
  background: #a80e12 none repeat scroll 0 0;
  content: "";
  height: 40px;
  position: absolute;
  right: 0px;
  top: 18px;
  transform: rotate(41deg) skew(-22deg,-16deg);
  width: 44px;
}
.cal > b {
  text-indent: -6px;
  z-index: 1;
}

/*
| ________________________________________________________________________
|
| Banner-top-area
| ________________________________________________________________________
*/

/*
| ________________________________________________________________________
|
| Banner-are
| ________________________________________________________________________
*/
.banner-area {
  background: rgba(0, 0, 0, 0) url("../img/bannr.jpg") no-repeat scroll 0 0 / 100% 100%;
  font-family: "Oxygen",sans-serif;
  height: 100%;
  min-height: 451px;
}
.design-web > h2 {
  color: #616569;
  font-size: 36px;
  letter-spacing: 0.4px;
  line-height: 46px;
  margin: 25px 0;
  text-shadow: 0 0 1px rgba(186, 214, 235, 0.4);
}
strong.web-design {
  color: #408cbe;
  font-size: 46px;
}
a{
  outline: none;
}
.btn.online-start {
  background: rgba(0, 0, 0, 0) url("../img/redbtn.png") no-repeat scroll 0 0 / 100% 100%;
  color: #f3f2f2;
  font-family: "Dancing Script",cursive;
  font-size: 36px;
  margin-top: 45px;
  padding: 12px 61px 15px 40px;
}
.human {
  position: absolute;
  left: 22%;
  top: 38px;
  z-index: 20;
}
/*
| ________________________________________________________________________
|
| Banner-are
| ________________________________________________________________________
*/
/*
font-family: 'Oxygen', sans-serif;
font-family: 'Oxygen Mono', ;
font-family: 'Dancing Script', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/
/*
| ________________________________________________________________________
|
| Portfolio-area
| ________________________________________________________________________
*/
.portfolio-area {
  background: #ffdd99 none repeat scroll 0 0;
  padding: 135px 0 55px;
  position: relative;
  font-family: 'Oxygen', sans-serif;
}
.done-staff::after {
  border-bottom: 5px solid #e8c683;
  bottom: -1px;
  content: "";
  left: 46%;
  position: absolute;
  width: 8%;
}
.done-staff {
  display: block;
  margin-bottom: 58px;
  overflow: hidden;
  position: relative;
}
.done-staff > h2 {
  color: #393939;
  font-size: 40px;
  font-weight: bold;
  line-height: 58px;
  text-align: center;
}
.pannel-part {
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
  transform: scale(1);
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.search-box {
  align-items: center;
  background: rgba(63,36,35, 0.4);
  cursor: pointer;
  display: flex;
  height: 81.2%;
  justify-content: center;
  left: 12.5%;
  position: absolute;
  top: 6.5%;
  transition: all 0.3s ease-in-out 0s;
  width: 76%;
  z-index: 100;
  opacity: 0;
  overflow: hidden;
}
.search-box i {
  color: #E8FF98;
  font-size: 50px;
  font-weight: 100;
  margin-left: -9999px;
  transition: all 0.3s ease-in-out 0s;
}
.pannel-part:hover .search-box i{
  margin-left: 0;
  transition: all 0.3s ease-in-out;
}
.pannel-part:hover {
  transform: scale(0.98);
  transition: all 0.6s ease-in-out;
}
.pannel-part:hover .search-box{
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.btn-temp {
  display: flex;
  justify-content: center;
}
.btn.center-tap {
  background: rgba(0, 0, 0, 0) url("../img/rdbtn.png") no-repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 50px;
  font-family: 'Oxygen', sans-serif;
  background-size: 100% 100%;
}
.pannel-part img {
  height: 100%;
  width: 100%;
}
/*
| ________________________________________________________________________
|
| Portfolio-area
| ________________________________________________________________________
*/

/*
| ________________________________________________________________________
|
| Modal
| ________________________________________________________________________
*/
#get-touch{
  position: relative;
}
.popup {
    width:100%;
    height:100%;
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 9999;
}
.popup-content {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#e1e1e1;
}
.popup-content > img {
  height: 100%;
  width: 100%;
}

.popup-close {
  align-items: center;
  background: #ca151b none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #e1e1e1;
  display: flex;
  font-size: 24px;
  height: 45px;
  justify-content: center;
  position: absolute;
  right: -12px;
  top: -17px;
  width: 45px;
}
.popup-close:hover {
    background:rgba(224,26,33,1);
    text-decoration:none;
}

/*
| ________________________________________________________________________
|
| Modal
| ________________________________________________________________________
*/


/*
| ________________________________________________________________________
|
| Getintouch-area
| ________________________________________________________________________
*/
.getintouch-area {
  background: #408cbe none repeat scroll 0 0;
  padding: 110px 0;
  font-family: 'Oxygen', sans-serif;
}
.get-in-touch h1 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-shadow: 0 0 1px rgba(64, 140, 190, 0.3);
  line-height: 65px;
  margin: 0 0 8px;
}
.get-in-touch {
  display: block;
  margin-bottom: 58px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.get-in-touch::after {
  border-bottom: 5px solid #335f94;
  bottom: -1px;
  content: "";
  left: 46.5%;
  position: absolute;
  width: 6.5%;
}
.form-article {
  padding: 0 50px;
}
.form-article input[type="text"], textarea {
  background: #2f3b43 none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #8AA0A8 !important;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
  padding: 12px 15px;
  width: 100%;
}
.form-article textarea{
  min-height: 200px;
} 
.form-group.last-pane {
  margin-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.last-pane input[type="submit"] {
  background: rgba(0, 0, 0, 0) url("../img/rdbtn.png") no-repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-family: "Oxygen",sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 50px;
  background-size: 100% 100%;
}

.cmdo::-webkit-input-placeholder {
   color: #8AA0A8;
}

.cmdo:-moz-placeholder { /* Firefox 18- */
   color: #8AA0A8;  
}

.cmdo::-moz-placeholder {  /* Firefox 19+ */
   color: #8AA0A8;  
}

.cmdo:-ms-input-placeholder {  
   color: #8AA0A8;  
}

.cmdo::-webkit-input-placeholder:after /* Only for Chrome */
{
  color:red;
  content:"*";
  opacity: 1
}
.mobile-logo img {
  padding: 15px 0;
  width: 40%;
}

/*
| ________________________________________________________________________
|
| Getintouch-area
| ________________________________________________________________________
*/

/*
| ________________________________________________________________________
|
| Footer-area
| ________________________________________________________________________
*/
.footer-area {
  background: #343b43 none repeat scroll 0 0;
  padding: 30px 0;
}
.social-foot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.social-foot ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.social-foot ul li{
  float: left;
  margin-right: 6px;
}
.social-foot ul li a{
  outline: none;
}
/*
| ________________________________________________________________________
|
| Footer-area
| ________________________________________________________________________
*/