/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

.btn-orange {
    width: 100%;
    background-color: #FF8F00;
    color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    border: none; }

.btn-transparent-sm {
    background-color: transparent;
    color: #ffffff;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #ffffff; }

.btn-transparent {
    width: 100%;
    background-color: transparent;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #ffffff; }

.btn-transparent-lg {
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 48px;
    font-size: 18px;
    border: 1px solid #ffffff;
    transition: border 350ms ease-in; }
.btn-transparent-lg:hover {
    border: 1px solid #FF8F00;
    background-color: transparent; }

html, body {
    font-family: 'Open Sans','Helvetica', sans-serif;
    height: 100%;
    width: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
    outline: none !important; }

/*--Hacks for making design awesome--*/
.no-margin {
    margin: 0; }

.no-margin-top {
    margin-top: 0; }

.no-padding {
    padding: 0; }

.no-padding-top {
    padding-top: 0 !important; }

.no-padding-bottom {
    padding-bottom: 0 !important; }

.no-padding-left {
    padding-left: 0 !important; }

.no-padding-right {
    padding-right: 0 !important; }

.padding-r-50 {
    padding-right: 50px; }

.padding-l-50 {
    padding-left: 50px; }

.padding-b-50 {
    padding-bottom: 50px; }

.margin-t-1 {
    margin-top: 1%; }

.margin-t-2 {
    margin-top: 2%; }

.margin-t-3 {
    margin-top: 3%; }

.margin-t-5 {
    margin-top: 5%; }

.margin-b-1 {
    margin-bottom: 1%; }

.margin-b-2 {
    margin-bottom: 2%; }

.margin-b-3 {
    margin-bottom: 3%; }

.margin-b-5 {
    margin-bottom: 5%; }

.margin-l-50 {
    margin-left: 50px; }

.margin-r-50 {
    margin-right: 50px; }

.display-inline-block {
    display: inline-block; }

.box {
    border: 1px solid red; }

.centered, .baraja-container .single-feature {
    text-align: center; }

/*--OG GRID--*/
.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px; }

.og-grid {
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%; }
.og-grid li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 250px;
    height: 292px; }
.og-grid li a, .og-grid li img {
    height: 158px;
    width: auto;
    outline: none;
    display: block;
    position: relative; }

button {
    outline: none !important;
    border-radius: 0; }

/*--OG grid ends here--*/
/*Shadows Designing*/
.border {
    border: 1px solid rgba(2, 82, 92, 0.1); }

.no-border {
    border: none !important; }

.border-left {
    border-left: 1px solid #eee; }

.border-right {
    border-right: 1px solid #eee; }

.button-line .border-bottom, .button-line .event-description {
    border-bottom: 1px solid #eee; }

.v-align-top {
    vertical-align: top !important; }

.v-align-middle {
    vertical-align: middle !important; }

.v-align-bottom {
    vertical-align: bottom !important; }

.font-10 {
    font-size: 10px; }

.font-12 {
    font-size: 12px; }

.font-14 {
    font-size: 14px; }

.font-16 {
    font-size: 16px; }

.font-18 {
    font-size: 18px; }

.font-20 {
    font-size: 20px; }

.font-22 {
    font-size: 22px; }

.font-24 {
    font-size: 24px; }

.text-orange {
    color: #FF8F00; }

.text-white {
    color: #ffffff; }

.text-offWhite {
    color: #f2f2f2; }

.text-blue {
    color: #00266D; }

.text-silver {
    color: #c0c0c0; }

.bg-orange {
    background-color: #FF8F00; }

.bg-white {
    background-color: #ffffff; }

.bg-transparentBlack {
    background-color: rgba(43, 43, 43, 0.9) !important;
    transition: all 0.2s ease-in; }

.card {
    background-color: #ffffff;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.card:hover {
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.card-1 {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.card-1:hover {
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.card-2 {
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.card-3 {
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.card-4, .mid-ourServices-content .bg-transparentBlack:hover {
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.card-5 {
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.card-wrapper {
    padding: 12px; }

/*--Basic Section Ends here---------------------------------------------------*/
.container-adjustment {
    padding-left: 55px;
    padding-right: 55px; }

.wrapper-1 {
    padding-top: 1%;
    padding-bottom: 1%; }

.wrapper-2 {
    padding-top: 2%;
    padding-bottom: 2%; }

.wrapper-3 {
    padding-top: 3%;
    padding-bottom: 3%; }

.wrapper-4 {
    padding-top: 4%;
    padding-bottom: 4%; }

.wrapper-5 {
    padding-top: 5%;
    padding-bottom: 5%; }

.rounded {
    border-radius: 1000px; }

.menu {
    width: 876px;
    position: relative;
    background-color: #ffffff;
    z-index: 100;
    border-bottom: 2px solid #f2f2f2; }

.sticky {
    top: 0;
    position: fixed; }

.menu2 {
    position: relative;
    margin-top: -70px;
    background-color: #ffffff;
    padding-top: 10px;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.sticky2 {
    top: 0;
    margin-top: 0;
    position: fixed !important; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */ }

@media (max-width: 768px) {
    .hidden-md {
        display: none !important; } }

.cursor-pointer {
    cursor: pointer; }

.searchbox {
    position: relative;
    min-width: 50px;
    width: 0;
    height: 35px;
    float: right;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: transparent;
    border: 1px solid transparent;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    padding: 0 25px;
    color: #f2f2f2; }

.searchbox-input::-webkit-input-placeholder {
    color: #f2f2f2; }

.searchbox-input:-moz-placeholder {
    color: #f2f2f2; }

.searchbox-input::-moz-placeholder {
    color: #f2f2f2; }

.searchbox-input:-ms-input-placeholder {
    color: #f2f2f2; }

.searchbox-icon, .searchbox-submit {
    width: 35px;
    height: 35px;
    /* display: block; */
    position: absolute;
    top: -1px;
    font-size: 16px !important;
    right: 0;
    padding: 4px 0 0 0;
    margin: 0;
    border: 1px solid transparent;
    outline: 0;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background: transparent; }

.searchbox-open {
    width: 100%;
    border: 1px solid #ffffff !important; }

.search-wrapper {
    padding-top: 28px;
    padding-bottom: 7px; }

.baraja-container {
    width: 250px;
    height: 400px; }

.baraja-container {
    margin: 0 auto 30px;
    position: relative;
    padding: 0;
    list-style-type: none; }

.features-control {
    margin: auto;
    margin-top: 55px;
    width: 253px;
    z-index: 1020; }

img {
    max-width: 100%;
    height: auto; }

.baraja-container .single-feature {
    border: 1px solid #ccc;
    border-radius: 4px; }

.single-feature .feature-title {
    margin-top: 18px;
    padding-left: 10px;
    padding-right: 10px; }

.single-feature .feature-text {
    line-height: 1.5;
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 16px; }

.button-line {
    background: transparent;
    display: inline-block;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid;
    margin: 10px;
    overflow: visible; }

.baraja-container .single-feature:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
    -o-box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
    box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5); }

.baraja-container li {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: #fff;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.small {
    padding: 5px 15px;
    font-size: 1em;
    height: 30px; }

.features-control #feature-prev {
    left: 0; }

.features-control {
    margin: auto;
    margin-top: 75px;
    width: 253px;
    z-index: 1020; }

.relative {
    position: relative; }

.control-icon {
    position: absolute;
    top: 0;
    padding: 5px 15px;
    font-size: 20px;
    height: 46px; }

.no-text .icon {
    margin: 0; }

.features-control #feature-expand {
    left: 60px; }

.features-control #feature-close {
    left: 120px; }

.features-control #feature-next {
    left: 180px; }

.mid-welcomeHeading {
    line-height: 1.2;
    font-weight: 100 !important;
    letter-spacing: 0;
    color: #242424; }

/* ================ ScreenShots Section ================ */
#section-screenshots {
    background-color: #333333;
    color: #e5e5e5; }

.container.screenshots {
    padding-top: 120px;
    padding-bottom: 96px; }

#portfolio-loader {
    display: none;
    position: relative;
    min-height: 700px; }

.porfolio-container {
    position: relative; }

.screenshot {
    margin-bottom: 32px;
    padding: 4px;
    border: 1px solid #444;
    border-radius: 4px; }

.photo-box {
    position: relative;
    overflow: hidden; }

.photo-box img {
    width: 100%;
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;
    transition: all 1.2s linear; }

.photo-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }

.photo-overlay h4 {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 4px;
    margin-top: 30px; }

.photo-zoom:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: "";
    border-style: none solid solid none;
    border-width: 0 130px 130px 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    -moz-transform: rotate(-90deg) translatex(-40px) translatey(40px);
    -ms-transform: rotate(-90deg) translatex(-40px) translatey(40px);
    -o-transform: rotate(-90deg) translatex(-40px) translatey(40px);
    -webkit-transform: rotate(-90deg) translatex(-40px) translatey(40px);
    transform: rotate(-90deg) translatex(-40px) translatey(40px);
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }

.photo-zoom:before {
    border-color: rgba(0, 255, 255, 0) rgba(255, 0, 255, 0) #95a5a6 rgba(255, 255, 10, 0); }

.photo-zoom a {
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -moz-transform: translatex(40px) translatey(40px);
    -ms-transform: translatex(40px) translatey(40px);
    -o-transform: translatex(40px) translatey(40px);
    -webkit-transform: translatex(40px) translatey(40px);
    transform: translatex(40px) translatey(40px); }

.photo-zoom a:hover {
    color: #ccc; }

/* ------------- ScreenShots hover effect style ------------- */
.screenshot:hover .photo-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }

.screenshot:hover .photo-box img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

.screenshot:hover .photo-zoom:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: rotate(-90deg) translatex(0) translatey(0);
    -ms-transform: rotate(-90deg) translatex(0) translatey(0);
    -o-transform: rotate(-90deg) translatex(0) translatey(0);
    -webkit-transform: rotate(-90deg) translatex(0) translatey(0);
    transform: rotate(-90deg) translatex(0) translatey(0); }

.screenshot:hover .photo-zoom a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translatex(0) translatey(0);
    -ms-transform: translatex(0) translatey(0);
    -o-transform: translatex(0) translatey(0);
    -webkit-transform: translatex(0) translatey(0);
    transform: translatex(0) translatey(0); }

/* ------------- Single Project ------------- */
.site-name span, .photo-overlay h4 {
    background-color: #7F8C8D; }

.photo-overlay h4 {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 4px;
    margin-top: 30px; }

.mid {
    margin-top: 100vh; }
.mid .mid-wrapper section {
    padding-top: 60px;
    padding-bottom: 60px; }
.mid .mid-wrapper .mid-image-wrapper {
    height: 100%; }
.mid .mid-wrapper .mid-image-wrapper .mid-image1 {
    height: 350px;
    background-image: url("../images/mid/student.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.who-we-are-img-wrapper {
    position: absolute;
    max-height: 700px; }

.who-we-are-img {
    height: 250px;
    margin: 0 auto; }

.normal-text {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px; }

.service {
    padding-bottom: 48px; }

.event-content-right {
    padding-left: 50px; }

.event-content-left {
    padding-right: 25px; }

.event-date ul li {
    display: inline-block; }

.event-description {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #85888E;
    text-align: justify; }

.badge {
    font-weight: 400;
    border-radius: 4px; }

.badge-transparent {
    background-color: transparent; }

.border-orange {
    border: 1px solid #FF8F00; }

.event-title {
    color: #00266D; }

.event-wrapper ul li:last-child {
    border: none !important; }

.footer {
    width: 100%;
    height: 350px;
    background-color: rgba(0, 0, 0, 0.95);
    color: #FF8F00; }

.bottom-ContactUs {
    padding-top: 60px;
    padding-bottom: 80px;
    color: #f2f2f2; }

#contact {
    overflow: hidden; }

#contact .container-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 100, 0, 0.2);
    z-index: 1; }

#contact .contact-form {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin-top: 50px;
    font-weight: 400;
    color: #64686d;
    line-height: 26px; }

.contact-info p {
    font-size: 12px; }

.form-control {
    background: transparent;
    opacity: 0.8;
    color: #ffffff;
    border: 1px solid #ffffff;
    height: 45px;
    border-radius: 0; }

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white !important; }

::-moz-placeholder {
    /* Firefox 19+ */
    color: white !important; }

:-ms-input-placeholder {
    /* IE 10+ */
    color: white !important; }

:-moz-placeholder {
    /* Firefox 18- */
    color: white !important; }

.mid-ourServices-content {
    padding: 15px !important;
    vertical-align: top;
    transition: all 0.35s ease-in-out;
    cursor: pointer; }
.mid-ourServices-content h4 {
    color: inherit; }
.mid-ourServices-content:hover h4 {
    color: #FF8F00; }
.mid-ourServices-content .service-img img {
    height: 100% !important;
    width: 100% !important; }

.ourServices-header {
    background-color: #FF8F00;
    color: rgba(255, 255, 255, 0.99);
    padding-top: 8px;
    padding-bottom: 8px; }

.mid-ourServices-text {
    padding-top: 20px;
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.99);
    padding-left: 10px;
    padding-right: 10px; }

.mid-ourServices-text h4 {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.99); }

.mid-ourServices-text p {
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.7); }

.min-height-services-wrapper {
    min-height: 465px; }

.video-container {
    position: relative;
    padding-bottom: 40%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.testimonial-wrapper {
    padding: 32px;
    height: 300px; }

.testimonial-text-name {
    padding-top: 18px;
    font-size: 14px;
    color: #FF8F00; }

.testimonial-comment {
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-style: italic;
    font-weight: 100; }

body {
    background-color: #ffffff; }

.material-icons {
    cursor: pointer;
    vertical-align: middle; }

/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px; }

.material-icons.md-24 {
    font-size: 24px; }

.material-icons.md-36 {
    font-size: 36px; }

.material-icons.md-48 {
    font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54); }

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: white; }

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3); }

.navbar-custom {
    min-height: 60px;
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    z-index: 1999;
    border-color: transparent;
    box-shadow: 0 2px 4px rgba(33, 33, 33, 0);
    transition: all 0.25s ease-in; }

.bg-transparentBlue {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.95; }

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    line-height: 60px;
    font-size: 14px;
    letter-spacing: 0.04em; }
.navbar-default .navbar-nav > li > a i {
    vertical-align: middle;
    line-height: 50px; }

.navbar-default .navbar-nav > li .active {
    background-color: #FF8F00; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #e0e0e0; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #ffffff; }

@media (max-width: 768px) {
    .navbar-brand img {
        height: 36px; } }

@media (min-width: 769px) {
    .navbar-brand img {
        height: 65px; } }

.navbar-white {
    /* background-color: #ffffff !important;*/
    border-bottom: 1px solid #f2f2f2;
    background-color: rgba(0, 0, 0, 0.8) !important;
    opacity: .95;
}

.navbar-white .navbar-nav > li > a {
    color: #ffffff; }

.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
    color: #FF8F00; }

.top-carousel {
    position: fixed;
    z-index: -1;
    top: 0;
    width: 100%; }

.bg-1 {
    height: 100vh;
    background-image: url("../images/slides/1.jpg");
    background-color: #FF8F00;
    background-repeat: no-repeat;
    background-size: cover; }

.bg-2 {
    height: 100vh;
    background-image: url("../images/slides/2.jpg");
    background-color: #FF8F00;
    background-repeat: no-repeat;
    background-size: cover; }

.bg-3 {
    height: 100vh;
    background-image: url("../images/slides/3.jpg");
    background-color: #FF8F00;
    background-repeat: no-repeat;
    background-size: cover; }

.carousel-caption {
    margin-bottom: 10%;
    right: 5%;
    left: 5%; }

.carousel-caption h2 {
    font-size: 20px; }

@media (min-width: 768px) {
    .title_1 {
        font-size: 45px;
        font-weight: 700;
        line-height: 1.1;
        color: #fff;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0 !important;
        text-shadow: none;
        letter-spacing: -3px;
        text-align: left;
        animation-duration: 3s !important;
        -webkit-animation-duration: 3s !important;
        -moz-animation-duration: 3s !important;
        animation-delay: 2s;
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s; }
    .title_2 {
        font-size: 25px;
        line-height: 1;
        padding-bottom: 0;
        margin-bottom: 38px !important;
        text-shadow: none;
        text-align: left;
        animation-duration: 3s !important;
        -webkit-animation-duration: 3s !important;
        -moz-animation-duration: 3s !important;
        animation-delay: 3s;
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s; }
    .title_3 {
        font-size: 16px;
        line-height: 1;
        padding-bottom: 0;
        margin-bottom: 38px !important;
        text-shadow: none;
        text-align: left;
        animation-duration: 2500ms !important;
        -webkit-animation-duration: 2500ms !important;
        -moz-animation-duration: 2500ms !important;
        animation-delay: 4s;
        -webkit-animation-delay: 4s;
        -moz-animation-delay: 4s; } }

@media (min-width: 1200px) {
    .title_1 {
        font-weight: 700;
        font-size: 90px;
        line-height: 1.1;
        color: #fff;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0 !important;
        text-shadow: none;
        letter-spacing: -3px;
        animation-duration: 2500ms !important;
        -webkit-animation-duration: 2500ms !important;
        -moz-animation-duration: 2500ms !important;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s; }
    .title_2 {
        font-size: 45px;
        line-height: 1;
        padding-bottom: 0;
        margin-bottom: 38px !important;
        text-shadow: none;
        text-align: left;
        animation-duration: 3s !important;
        -webkit-animation-duration: 3s !important;
        -moz-animation-duration: 3s !important;
        animation-delay: 3s;
        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s; }
    .title_3 {
        text-transform: uppercase;
        letter-spacing: 8px;
        font-size: 13px;
        line-height: 1;
        padding-bottom: 0;
        margin-bottom: 1px !important;
        text-shadow: none;
        text-align: center;
        animation-duration: 2500ms !important;
        -webkit-animation-duration: 2500ms !important;
        -moz-animation-duration: 2500ms !important;
        animation-delay: 4s;
        -webkit-animation-delay: 4s;
        -moz-animation-delay: 4s; } }

.carouselBtn-right, .carouselBtn-left {
    animation-duration: 2s !important;
    -webkit-animation-duration: 2s !important;
    -moz-animation-duration: 2s !important;
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s; }

.destinations .owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
    padding-top: 10px; }

.hamburger-menu {
    position: relative;
    z-index: 99999 !important;
    margin-right: 0;
    margin-top: 25px;
    color: #ffffff;
    transition: all 0.3s ease-in; }
.hamburger-menu:hover #nav-icon4 > span {
    background-color: #f2f2f2; }

/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 25px;
    height: 14px;
    position: relative;
    z-index: 9992 !important;
    margin: 8px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    opacity: 0.84;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }

/* Icon 2 */
/* Icon 4 */
#nav-icon4 span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

#nav-icon4 span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

/*--This is last line of the menu--*/
#nav-icon4 span:nth-child(3) {
    top: 14px;
    /*--Gives top to last menu bar--*/
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(34deg);
    -moz-transform: rotate(34deg);
    -o-transform: rotate(34deg);
    transform: rotate(34deg);
    top: 0;
    left: 0; }

#nav-icon4.open span:nth-child(2) {
    width: 0;
    opacity: 0; }

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-34deg);
    -moz-transform: rotate(-34deg);
    -o-transform: rotate(-34deg);
    transform: rotate(-34deg);
    top: 14px;
    left: 0; }

/* The side navigation menu */
.sidenav {
    opacity: 0.95;
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Stay on top */
    top: 0;
    right: 0;
    background-color: #000b21;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */ }

/* The navigation menu links */
.sidenav a {
    margin-top: 20%;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: #85888E;
    display: block;
    transition: 0.3s; }

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus {
    color: #ffffff; }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px; }
    .sidenav a {
        font-size: 18px; } }
.error {
    display: none;
    padding: 10px;
    color: #D8000C;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFBABA;
}

.success {
    background-color: #6cb670;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 10px;
}

.margin-t-5 .btn-transparent-sm{
    position: absolute !important;
    bottom: 15px !important;
}
#links img{
    max-width: 200px;
    height: 150px;
    border: 2px solid #000000 !important;

}
.shape{
    border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px;
    -ms-transform:rotate(360deg); /* IE 9 */
    -o-transform: rotate(360deg);  /* Opera 10.5 */
    -webkit-transform:rotate(360deg); /* Safari and Chrome */
    transform:rotate(360deg);
}
.offer{
    background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
.offer:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform:rotate scale(1.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.shape {
    border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-radius{
    border-radius:7px;
}
.offer-danger {	border-color: #d9534f; }
.offer-danger .shape{
    border-color: transparent #d9534f transparent transparent;
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
    border-color: transparent #5cb85c transparent transparent;
}
.offer-default {	border-color: #999999; }
.offer-default .shape{
    border-color: transparent #999999 transparent transparent;
}
.offer-primary {	border-color: #428bca; }
.offer-primary .shape{
    border-color: transparent #428bca transparent transparent;
}
.offer-info {	border-color: #5bc0de; }
.offer-info .shape{
    border-color: transparent #5bc0de transparent transparent;
}
.offer-warning {	border-color: #f0ad4e; }
.offer-warning .shape{
    border-color: transparent #f0ad4e transparent transparent;
}

.shape-text{
    color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap;
    -ms-transform:rotate(30deg); /* IE 9 */
    -o-transform: rotate(360deg);  /* Opera 10.5 */
    -webkit-transform:rotate(30deg); /* Safari and Chrome */
    transform:rotate(30deg);
}
.offer-content{
    padding:0 20px 10px;
}
@media (min-width: 487px) {
    .container {
        max-width: 750px;
    }
    .col-sm-6 {
        width: 50%;
    }
}
@media (min-width: 900px) {
    .container {
        max-width: 970px;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .col-lg-3 {
        width: 25%;
    }
}
    }