* {
    margin: 0 auto;
}

@font-face {
    font-family: 'helvetica_ce_55_romanregular';
    src: url('/assets/frontend/fonts/helvetica_neue_ce_55_roman-webfont.eot');
    src: url('/assets/frontend/fonts/helvetica_neue_ce_55_roman-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/frontend/fonts/helvetica_neue_ce_55_roman-webfont.woff2') format('woff2'), url('/assets/frontend/fonts/helvetica_neue_ce_55_roman-webfont.woff') format('woff'), url('/assets/frontend/fonts/helvetica_neue_ce_55_roman-webfont.ttf') format('truetype'), url('/assets/frontend/fonts/helvetica_neue_ce_55_roman-webfont.svg#helvetica_ce_55_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/assets/frontend/fonts/OpenSans-Regular-webfont.eot');
    src: url('/assets/frontend/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/frontend/fonts/OpenSans-Regular-webfont.woff2') format('woff2'), url('/assets/frontend/fonts/OpenSans-Regular-webfont.woff') format('woff'), url('/assets/frontend/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('/assets/frontend/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bungee-Regular';
    src: url('/assets/frontend/fonts/Bungee-Regular.eot');
    src: url('/assets/frontend/fonts/Bungee-Regular.eot') format('embedded-opentype'), url('/assets/frontend/fonts/Bungee-Regular.woff2') format('woff2'), url('/assets/frontend/fonts/Bungee-Regular.woff') format('woff'), url('/assets/frontend/fonts/Bungee-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RifficFree-Bold';
    src: url('/assets/frontend/fonts/RifficFree-Bold.eot');
    src: url('/assets/frontend/fonts/RifficFree-Bold.eot') format('embedded-opentype'),url('/assets/frontend/fonts/RifficFree-Bold.ttf') format('truetype'), url('/assets/frontend/fonts/rifficfree-bold.woff2') format('woff2'), url('/assets/frontend/fonts/rifficfree-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'open_sansregular';
    background-color: #f5f5f5;
}

/*for-section-text-start-here*/
::selection {
    background: #e66312;
    /* WebKit/Blink Browsers */
    color: #fff;
}

::-webkit-selection {
    background-color: #e66312;
    color: #FFF;
}

::-ms-selection {
    background-color: #e66312;
    color: #FFF;
}

::-o-selection {
    background-color: #e66312;
    color: #FFF;
}

::-moz-selection {
    background-color: #e66312;
    color: #FFF;
}
/* ========================================================================
  bibit style
 ========================================================================== */
.item-body {
    padding-top: 35px;
}

/* ========================================================================
  Hover animation 
 ========================================================================== */
@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* ========================================================================
  Hover End 
 ========================================================================== */
#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#pre-status, .preload-placeholder {
    background-image: url(../preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 296px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 296px;
    transform: translate(-50%, -50%);
}

.preload-placeholder {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

.parallex {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

p {
    font-size: 13px;
    color: #14471e;
    font-weight: bolder;
    line-height: 25px;
    font-family: 'open_sansregular';
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'open_sansregular';
}

h1 {
    color: #14471e;
    font-size: 51px;
    text-transform: uppercase;
}

h2 {
    color: #14471e;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
}

h3 {
    color: #000;
    font-size: 23px;
    font-weight: bolder;
}

h4 {
    color: #14471e;
    font-size: 21px;
}

h5 {
    color: #14471e;
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

strong {
    font-weight: bolder;
}

span {
    color: #055aec;
    font-size: 100%;
    font-weight: bolder;
}

#hometitle {
    text-shadow: 1px 1px 2px #82ea74;
    font-family: Bungee-Regular;
}

.space {
    margin: 30px 0px;
}

.line {
    border: 1px solid #e66312;
    width: 15%;
}

a:hover, a:focus {
    text-decoration: none;
}

a.btn-down {
    height: 50px;
    width: 50px;
    color: #fff;
    border: 2px solid #fff;
    padding: 5% 10%;
    position: relative;
    top: 35px;
    font-size: 17px;
}

a.btn-down:hover {
    background: #fff;
    color: #e66312;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a.btn-order {
    height: 50px;
    width: 50px;
    color: #e66312;
    border: 2px solid #e66312;
    padding: 3% 5%;
    font-size: 15px;
    position: relative;
    top: 5px;
}

a.btn-order:hover {
    background: #e66312;
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a.btn-send {
    color: #e66312;
    border: 2px solid #e66312;
    padding: 2% 0%;
    font-size: 15px;
}

a.btn-send:hover {
    background: #e66312;
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

button.btn-send {
    color: #e612db;
    border: 2px solid #cd12e6;
    padding: 2% 0%;
    font-size: 15px;
    background: none;
}

button.btn-send:hover {
    background: #e66312;
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a.btn-login {
    height: 10%;
    width: auto;
    text-shadow: 0.5px 0.5px #e66312, -0.5px 0.5px #e66312, -0.5px -0.5px #e66312, 0.5px -0.5px #e66312;
    text-align: left;
    font-size: 15px;
    position: relative;
    padding: 1px;
    margin: 0px 0px 1px 1px;
}

/*Navigation-stylesheets-include-here*/
.navbar-default {
    background: rgba(0, 0, 0, 0.8);
    ; border: rgba(248, 248, 248, 0.8);
    padding: 1px 1px;
}

a.navbar-brand img {
    position: relative;
    top: -1px;
    width: 180px;
}

#menu {
    position: absolute;
}

#menu .nav {
    left: 25%;
    position: relative;
}

#menu ul.nav li a {
    font-size: 15px;
    color: #fff;
}

#menu .nav > li > a {
    background: none;
    color: #fff;
}

#menu ul.nav li a:hover, #menu ul.nav li a.active {
    color: #e66312;
    font-size: 15px;
    transition: all 0.4s;
    transform: scale(1.1, 1.1);
    ; }

#menu .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #e66312;
    background: transparent;
}

a.navbar-brand {
    padding: 0px;
    margin-top: -3px;
}

ul.nav li.active a:before {
    opacity: 1;
}

.on {
    background: rgba(0, 0, 0, 0.7);
    ; transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

/*Slider-stylesheets-include-here*/
#home-carousel .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
}

#home-carousel .item:before {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
}

.carousel-caption {
    left: 15px;
    right: 15px;
    top: 50%;
    font-size: 15px;
    text-align: left;
    color: #fff;
    text-shadow: 1px;
    margin-top: -130px;
}

.carousel-caption img {
    top: -20px;
    text-align: center;
}

.carousel-caption h1 {
    font-size: 35px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 100;
}

.carousel-caption h2 {
    color: #e66312;
    font-family: RifficFree-Bold;
    font-size: 75px;
    font-weight: 600;
    margin-top: 0px;
    text-transform: none;
    letter-spacing: 5px;
    margin-bottom: 10px;
    text-align: left;
    text-shadow: 1px 1px 2px #ffd87e;
}

.carousel-caption p {
    color: #000;
    font-size: 17px;
    font-weight: bolder;
    line-height: 27px;
}

.home-carousel-left, .home-carousel-right {
    background-color: #e66312;
    color: #fff;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.home-carousel-left {
    left: -32px;
}

.home-carousel-right {
    right: -32px;
}

#home-carousel:hover .home-carousel-left {
    left: 0;
}

#home-carousel:hover .home-carousel-right {
    right: 0;
}

/* Carousel animation */
#home-carousel .item h1, #home-carousel .item h2, #home-carousel .item h3, #home-carousel .item p {
    opacity: 0;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

#home-carousel .item h3 {
    -webkit-transition: all 0.5s ease-in-out 0.05s;
    -moz-transition: all 0.5s ease-in-out 0.05s;
    -ms-transition: all 0.5s ease-in-out 0.05s;
    -o-transition: all 0.5s ease-in-out 0.05s;
    transition: all 0.5s ease-in-out 0.05s;
}

#home-carousel .item h1 {
    -webkit-transition: all 0.5s ease-in-out 0.15s;
    -moz-transition: all 0.5s ease-in-out 0.15s;
    -ms-transition: all 0.5s ease-in-out 0.15s;
    -o-transition: all 0.5s ease-in-out 0.15s;
    transition: all 0.5s ease-in-out 0.15s;
}

#home-carousel .item.active h1, #home-carousel .item.active h2, #home-carousel .item.active h3, #home-carousel .item.active p {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#home-carousel .item h2 {
    -webkit-transition: all 0.5s ease-in-out 0.30s;
    -moz-transition: all 0.5s ease-in-out 0.30s;
    -ms-transition: all 0.5s ease-in-out 0.30s;
    -o-transition: all 0.5s ease-in-out 0.30s;
    transition: all 0.5s ease-in-out 0.30s;
}

#home-carousel .item p {
    -webkit-transition: all 0.5s ease-in-out 0.45s;
    -moz-transition: all 0.5s ease-in-out 0.45s;
    -ms-transition: all 0.5s ease-in-out 0.45s;
    -o-transition: all 0.5s ease-in-out 0.45s;
    transition: all 0.5s ease-in-out 0.45s;
}

/*About-stylesheets-include-here*/
#about {
    padding: 3% 0%;
}

#about .heading {
    text-align: center;
}

.heading h2 {
    font-family: 'helvetica_ce_55_romanregular';
}

.heading p {
    padding: 20px 0px 0px 0px;
    font-size: 13px;
    font-weight: bolder;
    color: #14471e;
}

.ab-sec {
    text-align: justify;
}

.ab-sec h3 {
    font-weight: bolder;
}

.ab-sec p {
    padding: 10px 0px;
    font-size: 13px;
}

/*Background-stylesheets-include-here*/
.bg-sec {
    background: #e66312;
    margin-top: 10px;
    padding: 1% 0%;
}

.bg-sec h3 {
    color: #FFFFFF;
    text-transform: none;
    font-weight: bolder;
}

.bg-sec p {
    color: #FFFFFF;
}

/*Service-stylesheets-include-here*/
#service {
    text-align: center;
    padding: 2% 0%;
}

#features-sec {
    padding: 100px 0;
}

#features-sec .media.service-box:first-child {
    margin-top: 80px;
}

#services {
    padding: 100px 0 75px;
}

.media.service-box {
    margin: 25px 0;
}

.media.service-box .pull-left {
    margin-right: 20px;
}

.media.service-box .pull-left > i {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #e66312;
    border: 1px solid #d7d7d7;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
}

.media.service-box:hover .pull-left > i {
    background: #e66312;
    color: #fff;
    transform: rotateY(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkittransform: rotate(360deg);
    transition: all 0.5s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.media-body h5 {
    font-weight: bolder;
    text-align: left;
}

.media-body p {
    text-align: justify;
}

/*Experience-stylesheets-include-here*/
.experience {
    margin-top: 30px;
}

.progress {
    height: 20px;
    background-color: #d7d7d7;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 25px;
}

.progress-bar {
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: right;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 600;
    background: #e66312;
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}

.lead {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

/*Features-stylesheets-include-here*/
#features {
    text-align: center;
    padding: 2% 0%;
    background-color: #92e0a1;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

#features .nav-tabs {
    display: inline-block;
    margin-top: 20px;
}

.tab p {
    text-align: justify;
}

#features .nav-tabs > li.active > a, #features .nav-tabs > li.active > a:hover, #features .nav-tabs > li.active > a:focus {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .26);
    background: #14471e;
    color: #fff;
}

#features .nav-tabs > li > a {
    color: rgb(56, 56, 56);
    margin-right: 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .26);
    background-color: #fff;
    border-radius: 20px;
    width: 200px;
    padding: 0;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
    margin-bottom: 5px;
    margin-right: 5px;
}

#features .nav-tabs > li > a i.fa {
    font-size: 25px;
}

#features .nav-tabs > li.active > a i.fa {
    color: #e66312;
}

#features .nav-tabs > li > a:hover {
    border-color: transparent;
}

#features p.feat-sec-1 {
    padding-top: 10px;
}

#features .tab-content .feat-sec {
    margin-top: 10px;
}

#features .tab-content h5 {
    text-align: left;
    font-weight: bolder;
}

#features .tab-content .line {
    float: left;
}

.tab {
    margin-top: 20px;
}

.tab-img {
    position: relative;
    top: 50px;
    padding-bottom: 100px;
}

/*Portfolio-stylesheets-include-here*/
#portfolio {
    padding: 2% 0%;
    background-color: #92e0a1;
    size: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
}

#portfolio .portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: inline-block;
}

#portfolio .portfolio-filter > li {
    float: left;
    display: block;
}

#portfolio .portfolio-filter > li a {
    display: block;
    padding: 7px 15px;
    background: #e5e5e5;
    color: #64686d;
    position: relative;
}

#portfolio .portfolio-filter > li a:hover, #portfolio .portfolio-filter > li a.active {
    background: #e66312;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.portfolio-items p {
    color: #fff;
    font-weight: normal;
}

#portfolio .portfolio-filter > li a.active:after {
    content: " ";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #e66312 transparent transparent transparent;
}

#portfolio .portfolio-filter > li:first-child a {
    border-radius: 4px 0 0 4px;
}

#portfolio .portfolio-filter > li:last-child a {
    border-radius: 0 4px 4px 0;
}

#portfolio .portfolio-item {
    margin-bottom: 20px;
}

#portfolio .portfolio-item .portfolio-item-inner {
    position: relative;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    background: rgba( 0, 0, 0, 0.7);
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #fff;
}

#portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    transition: all 0.5s;
}

#portfolio .portfolio-item:hover .portfolio-info i.fa {
    font-size: 30px;
    color: #e66312;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/*Pricing-stylesheets-include-here*/
#serviceproduct {
    padding: 2% 5% 0% 5%;
    text-align: center;
}

#serviceproduct ul.serviceproduct {
    list-style: none;
    padding: 0;
    margin: 70px 0 30px;
    /* border: 2px solid #14471e; */
    border-radius: 10px 10px 10px 10px;
    padding: 15px;
    text-align: center;
    background: #70c1df;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, .26);
}

#serviceproduct ul.serviceproduct:hover {
    box-shadow: -8px 8px 8px rgba(0, 0, 0, .26);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#serviceproduct ul.serviceproduct li {
    display: block;
    padding: 10px;
    color: #14471e;
}

#serviceproduct ul.serviceproduct li.plan-header {
    background: #499ce5;
    border-radius: 10px 10px 0 0;
    margin: -15px -15px 10px;
    padding: 15px 15px 30px;
    border: 0;
}

#serviceproduct ul.serviceproduct li.plan-header .price-duration {
    position: relative;
    margin-top: -63px;
    top: 10px;
    display: inline-block;
    width: 150px;
    height: 70px;
    background-image: -moz-linear-gradient(90deg, #14471e 0%, #14471e 100%);
    background-image: -webkit-linear-gradient(90deg, #15eb92 0%, #15eb92 100%);
    background-image: -ms-linear-gradient(90deg, #15eb92 0%, #15eb92 100%);
    color: #fff;
    border-radius: 10px;
    border: 3px solid #15eb92;
}

#serviceproduct ul.serviceproduct li.plan-header .price-duration {
    display: block;
    line-height: 1;
}

#serviceproduct ul.serviceproduct strong {
    font-size: 14px;
}

#serviceproduct ul.serviceproduct li.plan-header .price-duration > .price {
    font-size: 22px;
    font-weight: bolder;
    margin-top: 13px;
}

#serviceproduct ul.serviceproduct li.plan-header .price-duration > .duration {
    font-size: 12px;
    margin-top: 3px;
}

#serviceproduct ul.serviceproduct li.plan-header .plan-name {
    margin-top: 20px;
    font-size: 21px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

#serviceproduct ul.serviceproduct.featured {
    background: #222534;
    color: #fff;
    border: 0;
}

#serviceproduct ul.serviceproduct.featured li.plan-header .plan-name {
    color: #fff;
}

/*Team-stylesheets-include-here*/
#team {
    text-align: center;
    padding: 2% 0%;
}

.team-desc {
    padding: 15px 10px 15px 10px;
}

.team-main-sec:hover {
    box-shadow: 0 8px 8px rgba(0, 0, 0, .26);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.team-sec {
    border: 1px solid #eee;
}

.team-main-sec:hover .team-sec {
    border: 1px solid #fff;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.team-main-sec:hover h5 {
    color: #e66312;
}

.team-sec h5 {
    color: #555;
    text-transform: uppercase;
}

.team-social-icon {
    margin-top: 20px;
    margin-left: 0px;
}

.team-desc ul.team-social-icon li {
    display: inline-block;
    padding-right: 0px;
}

.team-desc ul.team-social-icon li a i.fa {
    font-size: 20px;
    color: #999;
}

.team-desc ul.team-social-icon li a i.fa:hover.fa-facebook-f {
    color: #3b5998;
}

.team-desc ul.team-social-icon li a i.fa:hover.fa-twitter {
    color: #55acee;
}

.team-desc ul.team-social-icon li a i.fa:hover.fa-pinterest-p {
    color: #bd081c;
}

.team-desc ul.team-social-icon li a i.fa:hover.fa-instagram {
    color: #3f729b;
}

.team-desc ul.team-social-icon li a i.fa:hover.fa-google-plus {
    color: #dc4e41;
}

/*Testimonials-stylesheets-include-here*/
#testimonials {
    /*background-image:url(../images/Testimonials/01.jpg);*/
    height: 500px;
    text-align: center;
}

#testimonials .owl-theme .owl-controls .owl-page span {
    background: #e66312;
}

.quote {
    position: relative;
    top: 40px;
}

.quote i.fa {
    font-size: 35px;
    color: #FFFFFF;
}

#owl-testi {
    position: relative;
    top: 65px;
}

#owl-testi p {
    color: #FFFFFF;
    font-weight: normal;
}

#owl-testi h5 {
    color: #FFFFFF;
    line-height: 30px;
    padding-top: 20px;
}

#owl-testi h6 {
    color: #FFFFFF;
    padding-top: 20px;
}

/*Fun-Facts-stylesheets-include-here*/
#fun-facts {
    background-color: #f8f8f8;
    padding: 3% 0%;
}

#fun-facts .fun-fact {
    border-right: 1px solid #ddd;
}

#fun-facts .col-md-3:last-child .fun-fact {
    border-right: 0px solid #ddd;
}

#fun-facts .fun-fact i {
    margin-right: 5px;
    color: #666;
}

#fun-facts .fun-fact h6 {
    color: #555;
    font-weight: bolder;
}

/*Blog-stylesheets-include-here*/
#blog {
    text-align: center;
    padding: 3% 0% 0% 2%;
}

.blog-info {
    text-align: left;
}

.blog-info h5 {
    font-weight: bold;
    padding-top: 10px;
}

.blog-info i.fa {
    float: left;
    margin-right: 10px;
    color: #e66312;
}

.blog-info h6 {
    margin: 0;
    color: #e66312;
    float: left;
}

.blog-info h6:hover, .blog-info h5:hover {
    color: #14471e;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.data-meta {
    background: #e66312;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
    padding: 6px 15px
}

.data-meta h4 {
    color: #FFFFFF;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

a.btn-blg {
    color: #e66312;
}

a.btn-blg:hover {
    color: #e66312;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.blog-info p {
    text-align: justify;
    padding-top: 5px;
}

.blog-info ul.blog-icon {
    margin: 0;
    padding: 0;
}

.blog-info ul li {
    display: inline-block;
}

.blog-info ul li.comment {
    margin-left: 10px;
}

/*Blog View*/
#blog-view {
    padding-top: 75px;
    text-align: center;
}

.blog-view h2 {
    top: 100px;
}

.blog-view img {
    width: 100%;
    padding: 0 0 2% 0;
    margin-bottom: 100px;
}

.blog-view h6 {
    margin: 0;
    color: #313131;
    float: left;
    font-size: 12px;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.blog-view p {
    text-align: justify;
    padding-top: 5px;
}

.blog-view ul.blog-icon {
    margin: 0;
    padding: 0;
}

.blog-view ul li {
    display: inline-block;
}

.blog-view ul li.date {
    margin-left: 10px;
}

.blog-view i.fa {
    float: left;
    margin-right: 10px;
    color: #313131;
}

/*Client-stylesheets-include-here*/
#client {
    text-align: center;
    position: relative;
    padding: 70px 0px 10px 0px;
}

.client-logo a {
    opacity: 0.4;
    display: table;
    margin: 0 auto;
}

.client-logo a:hover {
    opacity: 1;
    transition: all 0.5s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

/*Contact-stylesheets-include-here*/
#contact {
    text-align: center;
    padding: 5px 0% 25px 0%;
    background-color: #92e0a1;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.contact-sec-1 {
    text-align: left;
}

.contact-sec-1 h4 {
    font-weight: bold;
}

.contact-sec-1 ul.contact-form li i.fa {
    color: #e66312;
    float: left;
    margin-right: 10px;
}

.contact-sec-1 ul.contact-form li h6 {
    font-size: 14px;
    color: #6d6d6d;
    margin: 0;
}

.contact-sec-1 ul {
    padding: 0;
    position: relative;
    top: 20px;
}

.contact-sec-1 ul li {
    display: block;
    padding-bottom: 30px;
}

.contact-sec-1 ul li a {
    color: #6d6d6d;
}

.contact-sec-1 ul li a:hover {
    color: #e66312;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

label {
    font-size: 15px;
    font-weight: normal;
    float: left;
    margin: 0px 0px 20px 0px;
}

.form-group {
    margin-bottom: 30px;
}

textarea.form-control {
    min-height: 120px;
    resize: none;
}

.form-control {
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 0;
    box-shadow: none;
}

/*Footer-stylesheets-include-here*/
#footer {
    text-align: center;
}

#footer .bg-sec h2 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: normal;
}

#footer-down {
    position: relative;
    top: 10px;
    text-align: center;
}

#footer-down h2 {
    color: #14471e;
    margin: 0px 0px 10px 0px;
    text-transform: none;
}

#footer-down p {
    padding: 10px;
}

#footer-down ul li {
}

#footer-down a i.fa {
    color: #e66312;
    font-size: 22px;
    border: 2px solid #e66312;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding: 25%;
    display: inline-block;
    margin-right: 0px;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

#footer-down a.facebook i.fa:hover {
    color: #1977f3;
    border: 2px solid #1977f3;
}

#footer-down a.twitter i.fa:hover {
    color: #1d9bf0;
    border: 2px solid #1d9bf0;
}

#footer-down a.linkedin i.fa:hover {
    color: #0077b7;
    border: 2px solid #0077b7;
}

#footer-down a.google-plus i.fa:hover {
    color: #dd4b39;
    border: 2px solid #dd4b39;
}

#footer-down a.youtube i.fa:hover {
    color: #ff0000;
    border: 2px solid #ff0000;
}

#footer-down a.instagram i.fa:hover {
    color: #fc01cb;
    border: 2px solid #fc01cb;
}

#footer-down a.behance i.fa:hover {
    color: #e66312;
    border: 2px solid #e66312;
}

/*Index-1-Stylesheets-End-Here*/
/*Index-3-Stylesheets-Start-Here*/
/*Full-screen-menu-stylesheet-include-here*/
.top-animate {
    background: #e66312 !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.mid-animate {
    opacity: 0;
}

.bottom-animate {
    background: #e66312 !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-225deg);
}

.top-menu, .mid-menu, .bottom-menu {
    width: 28px;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
}

.top-menu {
    top: 5px;
}

.mid-menu {
    top: 13px;
}

.bottom-menu {
    top: 21px;
}

.menui {
    background: #e66312;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
    margin-top: 10px;
    position: absolute;
}

.menu-trigger {
    z-index: 999;
    position: fixed;
    display: block;
    padding: 9px;
    height: 32px;
    width: 32px;
    margin: 0px;
    top: 45px;
    right: 115px;
}

.mobilenav {
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}

.mobilenav li {
    list-style-type: none;
    text-align: center;
    padding: 10px;
    font-size: 220%;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}

.mobilenav li:last-child div {
    border-bottom: none;
}

.mobilenav li:hover {
    cursor: pointer;
}

.nav-label {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    display: block;
    width: 350px;
    margin: 0 auto;
}

.mobilenav li:first-child {
    margin-top: 60px;
}

.slider-content {
    position: absolute;
    left: 5%;
    right: 15px;
    top: 27%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-shadow: none;
}

.slider-content h1 {
    font-size: 51px;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 80px;
}

.slider-content h2 {
    font-size: 25px;
    color: #FFFFFF;
    font-weight: bolder;
    padding: 10px 0px 20px 0px;
}

.slider-content p {
    color: #fff;
    font-size: 16px;
    font-weight: inherit;
    line-height: 30px;
}

/*Index-3-Stylesheets-End-Here*/
/*Index-4-Stylesheets-Start-Here*/
#slider-video {
    position: relative;
}

.hero-section {
    height: 100%;
    padding: 18% 0% 11% 0%;
    overflow: hidden;
}

.hero-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.hero-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    padding-bottom: 10%;
}

.hero-text h5 {
    color: #FFFFFF;
    text-transform: none;
    padding-top: 15px;
}

.video-background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.video-background {
    width: 100%;
}

.parallax-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/banner/overaly.png")repeat;
}

a.btn-learn {
    height: 50px;
    width: 50px;
    color: #e66312;
    border: 2px solid #e66312;
    padding: 1% 2%;
    font-size: 15px;
    position: relative;
    top: 40px;
}

a.btn-learn:hover {
    background: #e66312;
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/*Index-4-Stylesheets-End-Here*/
/*Index-5-Stylesheets-Start-Here*/
#slider-parallax .owl-theme .owl-controls .owl-page span {
    background: none;
}

#slider-parallax {
    background: url(../images/Slider/10.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: auto;
}

#slider-parallax {
    height: 680px;
}

.parallex-content {
    position: absolute;
    left: 5%;
    right: 15px;
    top: 35%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-shadow: none;
}

.slide-sec {
}

.slide-sec-1 {
    text-align: right;
}

.slide-sec-2 {
    text-align: left;
    padding: 0;
}

.parallex-content h1 {
    font-size: 51px;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 80px;
}

.parallex-content h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bolder;
}

.line-parallex {
    border: 2px solid #fff;
    width: 15%;
    margin-bottom: 30px;
}

.parallex-content h6 {
    color: #fff;
}

/* Image rotate animation */
#imgrotate {
    animation: mymove 3s ease infinite;
}

@keyframes mymove {
    0% {
        transform: scale(0.95, 0.95);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.95, 0.95);
    }
}

/* Checkout */
#checkout {
    padding-top: 75px;
    text-align: center;
}

#checkout h2 {
    font-size: 32px;
}

#checkout .row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
}

#checkout input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#checkout input[type=email] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#checkout input[readonly] {
    background-color: rgba(215,215,215,1);
}

#checkout input[type=date] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#checkout label {
    margin-bottom: 10px;
    display: block;
    font-weight: bolder;
}

#checkout .icon-container {
    margin-bottom: 20px;
    padding: 7px 0;
    font-size: 24px;
}

#checkout .btn {
    background-color: #04AA6D;
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
}

#checkout .btn:hover {
    background-color: #45a049;
}

#checkoutspan.price {
    float: right;
    color: grey;
}

.select {
    position: relative;
    min-width: 200px;
    margin-top: 10px;
    margin-left: -85px;
}

.select svg {
    position: absolute;
    right: 12px;
    top: calc(42% - 3px);
    width: 10px;
    height: 6px;
    stroke-width: 2px;
    stroke: #9098a9;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.select select {
    -webkit-appearance: none;
    padding: 11px 40px 11px 12px;
    width: 200px;
    border: 1px solid #e8eaed;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 3px -2px #9098a9;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    transition: all 150ms ease;
    margin-bottom: 11px;
}

.select select:required:invalid {
    color: #5a667f;
}

.select select option {
    color: #223254;
}

.select select option[value=""][disabled] {
    display: none;
}

.select select:focus {
    outline: none;
    border-color: #07f;
    box-shadow: 0 0 0 2px rgba(0,119,255,0.2);
}

.select select:hover + svg {
    stroke: #07f;
}

.sprites {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

.packageinfo {
    background: #92e0a1;
    border: 1px solid #007d16;
    margin-top: 25px;
    padding: 5px 5px 5px 5px;
}

.packageinfo h3 {
    font-size: 25px;
    font-family: 'Bungee-Regular';
    margin-top: 10px;
}

.packageinfo h4 {
    text-align: left;
    font-size: 15px;
}

.row .container {
    background: #f3fff6;
    border: 0px solid #007d16;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: -50px;
}

/* Checkout-Process */
#checkout-process {
    padding-top: 75px;
    text-align: center;
}

#checkout-process h2 {
    font-size: 32px;
}

#checkout-process .row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
}

#checkout-process input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#checkout-process input[type=file] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#checkout-process label {
    margin-bottom: 10px;
    display: block;
    font-weight: bolder;
}

#checkout-process .icon-container {
    margin-bottom: 20px;
    padding: 7px 0;
    font-size: 24px;
}

#checkout-process .btn {
    background-color: #04AA6D;
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
}

#checkout-process .btn:hover {
    background-color: #45a049;
}

#checkoutspan.price {
    float: right;
    color: grey;
}

#payment-method .select select {
    width: 300px;
    margin-top: 23px;
    margin-bottom: 39px;
    margin-left: -95px;
}

.checkout-detail {
    border-bottom: 2px solid #007d16;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: left;
    font-weight: bolder;
}

.checkout-detail a h5 {
    text-align: right;
    color: #e66312;
    font-size: 14px;
    width: 100%;
    font-weight: bolder;
    margin-top: -18px;
    margin-bottom: 1px;
    padding-right: 10px;
    padding-bottom: -5px;
}

.checkout-detail-label {
    text-align: left;
    width: 100%;
    margin-top: 7px;
    padding-left: 10px;
    border-bottom: 1px solid #949494;
}

.checkout-detail-label h5 {
    text-align: right;
    font-size: 15px;
    width: 100%;
    font-weight: bold;
    margin-top: -18.5px;
    padding-right: 10px;
    padding-left: 70px;
}

.login_buttton button {
    background-color: #04AA6D;
    color: white;
    padding: 5px 20px 5px 20px;
    margin: -5px 0px -5px 0px;
    border: none;
    cursor: pointer;
}

.login_buttton button:hover {
    background-color: #e66312;
}

/*Basic-Stylesheets-End-Here*/
