/*! HTML5 Boilerplate v5.0.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 {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

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

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

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

/*
 * A better looking default horizontal rule
 */

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

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

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
  resize: vertical;
}

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

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

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

















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

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

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

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

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

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

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

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

.invisible {
    visibility: hidden;
}

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

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

.clearfix:after {
    clear: both;
}

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

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

@media print,
       (-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 the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

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

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

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

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

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

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

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

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

thead {
  display: table-header-group;
}

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

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

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

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

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  outline: none;
  padding-top: 91px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input, button {
  outline: none;
}

img, a:link, a:focus {
  outline: none;
}

.fix {
  overflow: hidden;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.add_margin {
  margin: 25px 0;
}

.slicknav_menu {
  display: none;
}

.column {
  width: 1000px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav ul li {
  float: left;
}

#nav ul li a {
  display: block;
  padding: 10px;
  color: #000;
}

#nav ul li a:hover {
}

section {
  position: relative;
  z-index: 0;
}

.whitish:before {
  background: #26B47F;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  opacity: 0.5;
}

.whitish {
}

.parrallax_bg {
  background-attachment: fixed !important;
  background-size: cover !important;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  background-position: center bottom;
  z-index: -1;
}

header {
  background: #f1f1f1;
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

header::before {
  background: url("img/video_reel.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  opacity: 0.25;
}

.header_area {
}

.logo {
  width: 20%;
}

.logo img {
  width: 100%;
}

.contact {
  margin-top: 25px;
}

.contact p {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #222;
}

.main_video_contact_area {
  width: 60%;
  margin: 25px auto;
  text-align: center;
}

.main_video_contact_area h3 {
  color: #000;
}

.action_text {
}

.action_text h2 {
  color: #000;
  font-size: 33px;
  font-weight: 700;
  line-height: 47px;
}

.action_text form {
  margin-top: 40px;
}

.action_text .form-group {
  text-align: left;
}

.action_text .form-group label {
  text-align: left;
  color: #f9f9f9;
}

.action_text .form-group input {
  height: 45px;
}


/* services */

.our_services {
}

.single_service {
  margin-bottom: 25px;
}

.title {
  margin-bottom: 15px;
}

.title h3 {
  font-weight: 600;
}

.title i.fa {
  background: none repeat scroll 0 0 #26b47f;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  height: 70px;
  margin-right: 17px;
  padding: 20px 0;
  text-align: center;
  width: 70px;
}

.decription {
}

.decription p {
  line-height: 25px;
  color: #777;
}

/* our video area */
.our_maked_videos {
}

.single_video {
  margin-top: 15px;
  margin-bottom: 15px;
}

.quote_area {
  text-align: center;
}

.quote_area h1 {
  font-weight: 700;
  color: #fff;
}

.quote_area a {
  margin: 15px 0;
}

.scroll_top {
  background: none repeat scroll 0 0 #26B47F;
  border-radius: 5px;
  bottom: 22px;
  color: #fff;
  display: none;
  height: 43px;
  position: fixed;
  right: 22px;
  text-align: center;
  transition: all 200ms ease-in 0s;
  width: 43px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.scroll_top i.fa {
  margin-top: 6px;
}

.loader {
  padding: 0 10px;
}

#message {
  float: left;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

.error_message {
  background: url("img/error.gif") no-repeat scroll 10px center #FBE3E4;
  border: 1px solid #FBC2C4;
  border-radius: 3px;
  color: #8A1F11;
  display: block;
  line-height: 22px;
  padding: 10px 10px 10px 35px;
}

.loader {
  padding: 0 10px;
}

#contact #success_page h1 {
  background: url('img/success.gif') left no-repeat;
  padding-left: 22px;
}

.testimonial_area {
}

.testimonial_area h2 {
}

.section_title {
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

#testimonials {
  margin: 40px auto;
  width: 80%;
}

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #26b47f;
}

.single_testimonial {
}

.single_testimonial h4::before, .single_testimonial h4::after {
  display: inline-block;
  font-family: "Fontawesome";
  font-size: 25px;
  color: #26b47f;
}

.single_testimonial h4::before {
  content: "";
  padding-right: 10px;
}

.single_testimonial h4::after {
  content: "\f10e";
  padding-left: 10px;
}

.single_testimonial h4 {
  line-height: 31px;
  text-align: center;
}

.client_name {
  margin: 25px 0;
  text-align: center;
  font-size: 15px;
}

.clients_area {
}

.clients_logo {
  margin-top: 40px;
}

/* footer css */
footer {
  border-top: 1px dotted#d1d1d1;
}

.footer_area {
}

.widget {
}

.widget ul {
}

.widget ul li {
}

.widget ul li a {
  color: #777;
  display: block;
  transition: all 500ms ease 0s;
  padding: 5px 0;
}

.widget ul li a:hover {
  color: #26B47F;
}

.menu_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.widget address {
  line-height: 25px;
}

.widget a {
}

.social a i.fa {
  background: none repeat scroll 0 0 #ddd;
  border-radius: 50%;
  color: #fff;
  font-size: 21px;
  height: 40px;
  margin-right: 3px;
  padding: 10px;
  text-align: center;
  width: 40px;
  transition: all 500ms ease 0s;
}

.social a i.fa:hover {
  background: #26B47F;
}

.copyright_text {
  text-align: center;
}

.copyright_text p {
  font-size: 12px;
  color: #777;
}



/* pricing page */

.notice_area {
}

.notice_area h2 {
  margin-top: 0;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
}

.pricing_description {
}

.pricing_description p {
  line-height: 28px;
  text-align: justify;
}

.pricing_area {
}

.pricing_area .col-lg-3 {
  margin: 0 2px;
  padding: 0;
  text-align: center;
  width: 24%;
}

.single_pricing {
  transition: all 500ms ease 0s;
  border: 1px solid #ddd;
}

.single_pricing:hover {
  margin-top: -25px;
}

.single_pricing ul {
}

.single_pricing ul li {
  display: block;
  padding: 11px;
  border-bottom: 1px solid#fff;
}

.single_pricing ul li:first-child,.single_pricing ul li:last-child {
  border-bottom: 0px;
}

.single_pricing ul li:nth-child(2n) {
  background: #C4ECF9;
}

.single_pricing ul li:nth-child(2n+1) {
  background: #DEF4FC;
}

.single_pricing ul li.package_title {
  background: none repeat scroll 0 0 #26b47f;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
}

.single_pricing ul li.package_price {
  font-size: 24px;
  padding: 22px;
}

.single_pricing ul li.package_price span {
  font-weight: 700;
}
