/*
  Template Name: KEIV Technology Website
  Author : KEIV Technology
  Version: 1.0
  Tags:Software, crporate, multi page, custom-colors, Bootstrap, responsive, html5, css3, template, web template
  */

/* BASE - Base tyles, Variables, Mixins, etc. */

@font-face {
    font-family: Lato;
    src: url(fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: Lato;
    src: url(fonts/Lato-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway-Bold.ttf);
    font-weight: bold;
}

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

body {
  font-size: 16px;
  overflow-x: hidden;
  line-height: 30px;
  color: #000;
}

.no-padding {
  padding: 0;
}

.no-border {
  border: none;
}

/* MODULES - Individual site components */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
}

h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

img {
  border: none;
}

.read-more-btn {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    background: #3c5a98 !important;
    border-radius: 0px;
    color: #fff;
    height: 45px;
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 15px;
    cursor: pointer;
    line-height: 25px;
}

.read-more-btn span {
    margin: 0 15px;
}

.read-more-btn a{
  color: #fff;
  line-height: 28px;
}

.read-more-btn:hover{
  background: #292929;
  transition: all 0.3s ease 0s;
  color: #fff;

}

/*header*/
header {
    width: 100%;
    height: 75px;
    background: #f9f9f9;
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 111;
    box-shadow: 0px 5px 5px #6c7c9c;
}
.navbar-default{
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 8px 0;
    margin-bottom: 0;
}

.navbar-brand {
    height: auto;
    padding: 0px 10px;
    /* line-height: 20px; */
}

.logo-area img{
    margin: 0 auto;
    text-align: center;
}

.logo-area-internal.pull-left {
    height: auto;
    padding: 4px 10px;
    /* line-height: 20px; */
}

.phone-email ul li {
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
    text-transform: lowercase;
}

.phone-email .fa{
    margin-right: 5px;
}

.header-bottom {
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    /* font-weight: bold; */
}

.navbar-nav{
    float: none;
    margin: 0 auto;
    margin-bottom: -10px;
    box-shadow: 0 5px 5px #ddd;
    position: relative;
    /*left: 0;*/
}

.navbar-default .navbar-nav > li > a {
    padding: 20px;
    border-right: 1px solid #ddd;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;

}

.navbar-default .navbar-nav > li > a:hover,
 .navbar-default .navbar-nav > li > a:focus
{    
  background-color: #3c5a98;
  color: #fff;
}

.navbar-search {
    display: inline-block;
    padding: 15px 0 15px 15px;
    vertical-align: top;
}
.navbar-search-hidden {
    opacity: 0;
    position: absolute;
}

ul.dropdown-menu {
    padding: 0;
}

ul.dropdown-menu li {
    margin: 10px 0px;
    border-bottom: 1px solid #ddd;
    padding: 5px 5px;
}
ul.dropdown-menu li:last-child {
    margin-bottom: 0px;
}

.dropdown-menu > li > a:hover,
 .dropdown-menu > li > a:focus {
    background: transparent;
    color: #f7aa31;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #f7aa31;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
    border-color: #ddd;
}

/*sidenav for small devices*/
.side-navclick{
    display: none;
}

.sidenav .closebtn {
    display: none;
}


#main > section {
    display: none;
}

#section1 {
    display: block;
}

section{
    height: 600px;
    position: relative;
}

.productmain section{
    display: block !important;
}


.sidenav{
    background: #fff !important;
}
.sidenav ul li {
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 2px 2px #ddd;
    font-size: 16px;
    display: block !important;
    float: none !important;
}

/* The side navigation menu */
.sidenav {
    height: auto; /* 100% Full-height */
    position: fixed; /* Stay in place */
    z-index: 1111; /* Stay on top */
    top: 20%;
    left: 0;
    /*overflow-x: hidden; /!* Disable horizontal scroll *!/*/
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav ul li:hover{
    background: #3c5a98;
}
.sidenav ul li:hover a{
    color: #fff;
    background: #3c5a98;
}

.sidenav ul li a span{
    display: none;
    margin-left: 20px;
}
.sidenav li .fa {
  font-size: 15px;
  margin-right: 5px;
  display: inline-block;
}

.sidenav a{
    display: block;
    color: #333;
    height: 50px;
    overflow: hidden;
    background: #fff;
    line-height: 55px;
    width: 60px;
    text-align: center;
}

.sidenav a:hover {
    background: #105389;
    color: #fff;
    text-align: left;
    width: 100px;
    padding-left: 5px;
}

.sidenav a:hover span{
    display: inline-block;
    margin-left: 10px;
}

.sidenav ul li span{
    display: inline-block;
}

#main,
#productmain {
    margin-top: 45px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.sidenav .dropdown-menu{
    margin: 0;
    padding: 0;
}


.sidenav .dropdown-menu > li > a {
    display: block;
    padding: 13px 66px;
}

.sidenav .dropdown-menu > li > a:hover{
    color: #fff;
}



/*************************/
/****Top Banner Section***/
/*************************/

/*.banner-section{
    overflow: hidden;
    background: url(images/background.jpg);
    background-attachment: fixed;
    background-size: cover;
}
*/
.banner-caption {
    width: 70%;
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 1;
    color: #fff;
    padding-left: 20px;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.banner-slider img{
    width: 100% !important;
}
.banner-caption {
    position: absolute;
    top: 25%;
    z-index: 1;
    color: #fff;
    padding-left: 20px;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.banner-caption .read-more-btn {
    height: 60px;
    line-height: 45px;
    border-radius: 40px;
    background: #048236 !important;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
}

.banner-caption .read-more-btn:hover{
    background: #025d26 !important;
}



/*section.banner-section:after{
    content: '';
    background: #000;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.6;
    top: 0;
    left: 0;
}*/

.banner-caption h1{
    /* margin-bottom: 30px; */
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #ddd;
    letter-spacing: 2px;
    /* padding: 0px 87px; */
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 55px;
}

.banner-caption h2{
 font-size: 20px;
 padding: 20px 90px;
}

.banner-caption h1,
.banner-caption h2,
.banner-caption h3 {
    font-weight: 600;
}
/*************************/
/****Top Banner Section***/
/*************************


/*************************/
/****Feature Section***/
/*************************/

.feature-section {
    text-align: center;
    background: url(images/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.feature-section:after {
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
}

.feature-section .section-title{
    color: #fff;
}

.featured-slider{
    z-index: 1;
}

.section-title{
	position: relative;
	text-align: center;
	padding: 20px 0px;
    margin-bottom: 5px;
    z-index: 11;
}

.section-title:after{
	content: '';
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	width: 14%;
	border-bottom: 4px solid #f7aa31;
	margin: 0 auto;
	text-align: center;
	margin-top: 0;

}

.feature-section h2,h3{
	text-transform: capitalize;
    font-weight: 600;
}

.color {
    color: #3c5a98;
}

.text-muted {
    display: block;
    margin: 5px 0;
    font-size: 12px;
}

.feature-wrapper {
    padding: 25px;
    box-shadow: 0px 5px 5px #211c1c;
    margin: 15px 0px;
    background: #fff;
    z-index: 1;
    height: 415px;
    overflow: hidden;
}

.feature-wrapper:hover{
	z-index: 11;
}

.feature-icon .fa {
    color: #1cb559;
    font-size: 80px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.feature-wrapper:hover .feature-icon .fa {
	color: #f7aa31;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


/*************************/
/****Why us Section***/
/*************************/
.why-us {
    background: #f9f9f9;
    padding: 0 0 40px 0;
}

section.why-us {
    padding-top: 50px;
}

.us-description h3 {
    position: relative;
    padding: 10px 0 10px 0;
    margin-bottom: 30px;
}

.us-description h3:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	border-bottom: 3px solid red;
	display: block;
	margin-top: 5px;
}

.owl-theme .owl-controls{
	float: none;
	margin-top: 0px;
}

.owl-theme .owl-controls .owl-page span{
	background: #000;
	margin: 5px 2px;
}


/*************************/
/****Portfilio Section***/
/*************************/

.portfilio-section {
    padding: 0 0 60px 0;
}

.one{
    display: none;
}

#filters {
    padding: 0 0 40px 0;
    margin: 0 auto;
    text-align: center;
    margin-top: -10px;
}

#filters .read-more-btn {
    float: none;
    display: inline-block;
    border: none;
}

#portfolio {  
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.tile { 
    display: none;
    position: relative;
    background: #1abc9c;
    margin-bottom: 30px;
}
.scale-anm {
    width: 100%; 
    border: 1px solid #ccc;
}

.tile img {
    max-width: 100%; 
    height: auto;
    display: block; 
    width: 100%;
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;

}
.tile:hover{
    z-index: 1;
}

.tile:hover img{
    -webkit-filter: grayscale(100%) blur(3px);
    filter: grayscale(100%) blur(3px);
    opacity: .5;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tile:hover .description-link{
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.description-link {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #fff;
    overflow: hidden;
}

.panel-default {
   border-color: transparent; 
}


/*************************/
/****Client Section***/
/*************************/


section.last.client-section{
    margin: 150px 0 90px 0;
}
section#testimonial {
    margin-top: 130px;
}

.client-section {
	padding: 0 0 40px 0;
}

.client-slider .item{
	margin: 20px 0;
}

.client-slider .item img{
  margin: 0 auto;
  width: 75%;
}



/*************************/
/****Footer Section***/
/*************************/
footer {
    background: url(images/bg3.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #989696;
    padding: 20px 0;
}

footer a{
	color: #989696;;
}

footer a:hover{
	color: #fff;
}

footer:before {
    content: '';
    background: #000;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.9;
    top: 0;
    left: 0;
}

footer li{
	padding: 7px 0;
}

.footer-top.clearfix {
    margin: 0 50px;
}

.footer-bottom {
    margin: 0 auto;
    text-align: center;
    position: relative;
    border-top: 1px solid #3e3c3c;
    padding: 20px 0 0 0;
}

.footer-social li{
	display: inline-block;
}

.footer-social li a{
	padding: 10px 15px;
}

.footer-social li a {
    padding: 10px 15px;
    border: 1px solid #666;
    background: #000;
}

.footer-heading h4{
	position: relative;
	padding-bottom: 10px;
    margin-bottom: 25px;
    color: #fff;
}

.footer-heading h4:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	border-bottom: 3px solid #fff;
	display: block;
	margin-top: 5px;
}


/* form styles*/
.form-group{
	margin-bottom: 30px;
}

.form-control {
    height: 45px;
    border-radius: 0;
}
.input-group-addon{
	border-radius: 0;
	background: #3c5a98;
	color: #fff;
}

input.btn-read-more {
    padding: 10px 20px;
}



/*************************/
/****Contact Page***/
/*************************/
.contact-college {
    text-align: center;
}

.contact-college .description-all {
    margin-bottom: 100px;
}

.contact-info.clearfix {
    margin: 50px 0px;
}

.contact-info .title {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0px;
}

.contact-block ul li {
    float: none;
    margin: 10px 0px;
}

.contact-block {
    border: 1px solid #eee;
    padding: 40px 10px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    margin-top: 40px;
    border-radius: 10px;
}

.contact-block .fa{
    padding: 0px 0px;
    width: 90px;
    height: 90px;
    font-size: 90px;
    line-height: 90px;
    top: -11px;
    margin-left: -46px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
}

.contact-block .fa.fa-phone {
    background: #17ad53;
}

.contact-block .fa.fa-map-marker {
    background: rgb(60, 90, 152);
}

.contact-block .fa.fa-envelope {
  background: #ff8100 none repeat scroll 0 0;
  font-size: 80px;
}

.contact.form {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 50px 0px;
}

.contact.form .form-group {
    margin-bottom: 5px;
}

.contact.form .form-control {
    height: 45px;
    border-radius: 0px;
}
.contact.form .form-control.text {
    height: auto;
}

.contact.form .read-more {
    margin-top: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contact.form .read-more:hover{
 -webkit-transition: all 0.5s ease-in-out;
 -moz-transition: all 0.5s ease-in-out;
 -o-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
}


.location-map {
    overflow: hidden;
    margin-top: 35px;
    border-radius: 20px;
}

/*************************/
/****News and Event Page***/
/*************************/
.event-block.clearfix {
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    margin: 32px 0px 40px 0px;
    padding: 20px;
}

.event-block .event-image {
 margin: -20px 0px -20px -35px;
}

.event-image img{
  min-height: 240px;
  overflow: hidden;
}

.event-detail {
    padding: 0px 0px 20px 0px;
}

.event-detail .title{
  font-size: 22px;
}

.event-detail .event-meta {
    padding: 10px 0px;
}

.join-event {
    padding: 10px 15px;
    background: #0091b0;
    border-radius: 5px;
    color: #fff;
}

.news {
    padding: 50px 0px;
}

.news .title {
    text-align: center;
    margin-bottom: 50px;
}

.news-block {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 5px #ddd;
    margin-bottom: 30px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    margin-top: 50px;
}

.news-detail .title.news {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
}

.news-image {
    height: 330px;
    overflow: hidden;
}

.news .news-detail {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 30px;
    background: #fff;
    transform: translateY(-110px);
    -moz-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
    -webkit-transform: translateY(-110px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.news .more-info{
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #3c5a98;
    font-size: 130%;
    color: #fff;
    top: 0;
    right: 30px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.more-info i.fa.fa-plus {
    line-height: 50px;
}

.news .news-meta{
    opacity: 0;
    -moz-opacity: 0;
    padding: 20px 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.news-block:hover .news-meta {
    opacity: 1;

}

.news-block:hover .news-detail{
    cursor: pointer;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.news-block.news-block:hover {
    box-shadow: 0px 9px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 9px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 9px 15px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 9px 15px rgba(0,0,0,0.2);
}

/*bredcrumb*/
.breadcrumb{
	margin: 10px 0 10px 0;
    border-radius: 0px;
    text-align: right;
    color: #000;
    box-shadow: 0px 2px 2px #ddd;
}

.breadcrumb > .active {
    color: #ff8100;
}


/*************************/
/****Carrier Page***/
/*************************/
.carrier-section.clearfix {
    padding: 40px 0;
}

.carrier-section.clearfix .section-title{
	margin-bottom: 50px;
}

.benifits ul,
.about-intro-section ul,
.vision-mission-section ul {
    list-style: initial;
    margin-left: 20px;
    margin-top: 40px;
}

.benifits ul li,
.about-intro-section ul li
.vision-mission-section ul li{
	margin: 15px 0;
	border-bottom: 1px dotted #ddd;
	padding: 0 0 10px 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading{
	height: 60px;
}

.panel-title {
    line-height: 40px;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #3c5a98;
}
.panel-group .panel li {
    margin: 10px 0px;
}
.panel-group .panel ol li {
    margin: 0px 0px;
}



.panel-group .panel .color{
	font-weight: bold;
}
.cv-mail{
	padding: 40px 0;
    border: 1px solid #ddd;
    margin: 20px 0;
}

/*.cv-mail a{*/
	/*color: red;*/
/*}*/


/*************************/
/****Products Page***/
/*************************/

.section-title.product{
    padding-top: 0;
}

.product-detail-content{
    padding: 0 0 75px;
    overflow: hidden;
}

.product-detail-content.clearfix {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.product-slider .item {
    height: 360px;
    overflow: hidden;
}
.product-slider .carousel-indicators {
    margin: 10px 0 0;
    position: static;
    white-space: nowrap;
    width: auto;
}
.product-slider .carousel-indicators li {
    background-color: #000;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 85px;
    margin: 0 !important;
    width: 24.4%;
}
.product-slider .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
.product-slider .carousel-indicators li.active img {
    opacity: 1;
}
.product-slider .carousel-indicators li:hover img {
    opacity: 0.75;
}
.product-slider .carousel-outer {
    position: relative;
    overflow: hidden;
}
.single-product-detail h1 {
    color: #3c5a98;
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 600;
}
.single-product-detail p {
    margin-top: 20px;
    font-size: 18px;
}
.availability p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.availability span {
    color: #178443;
    text-transform: initial;
    font-weight: normal;
    letter-spacing: 1px;
}
.product-type p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-type span {
    color: #878787;
    text-transform: initial;
    font-weight: normal;
    letter-spacing: 1px;
}
.product-description {
    margin-top: 30px;
    margin-bottom: 20px;
}
.product-description h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #DDD;
    width: 35%;
    padding-bottom: 5px;
}
.product-description p {
    font-size: 14px;
    color: #808080;
    line-height: 1.3;
    margin-top: 10px;
}
.product-description button {
    padding: 10px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFF;
    background: #e35c5c;
    border: 0px;
}
.wrap-qty {
    float: left;
    margin-right: 10px;
    position: relative;
}
#quantity {
    border: 1px solid #ebebeb;
    height: 45px;
    text-align: center;
    display: block;
    line-height: 38px;
    float: left;
    overflow: hidden;
    width: 90px;
    margin-bottom: 22px;
}
.up-qty {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    text-align: center;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.down-qty {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    text-align: center;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.up-qty,
.down-qty {
    height: 45px;
    line-height: 45px;
}
.up-qty:hover,
.down-qty:hover {
    box-shadow: 0 0 10px 0 #d02a21;
    cursor: pointer;
}
#product-cart {
    display: block;
    float: left;
    text-transform: uppercase;
    padding: 10px 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    background: #3c5a98;
    border-radius: 0px;
    color: #fff;
    height: 45px;
    font-size: 11px;
    letter-spacing: 2px;
}

#product-cart:hover {
    background: #292929;
}

.wishlist-social {
    border-top: 1px solid #ebebeb;
    width: 100%;
    padding-top: 20px;
    margin-top: 5px;
}
.social{
    margin-left: 5px;
}

.social span {
    display: inline-block;
}

.social ul a {
    color: #787878;
    transition: all 0.3s ease 0s;
}

.social ul i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.social ul i:hover {
    color: #ff8080;
    transition: all 0.3s ease 0s;
    box-shadow: 2px 0px 2px #ff8080;
}

.single-product {
    background: #FFF;
    border: 1px solid #E2E2E2;
    padding: 20px;
    max-height: 455px;
    overflow: hidden;
    transition: box-shadow 0.25s;
}

.product-title {
    margin-top: 25px;
}
.product-title h2 {
    font-size: 21px;
    line-height: 24px;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: initial;
}


/*************************/
/****About Intro Page***/
/*************************/

.wrapper{
    position: relative;
    overflow: hidden;
    background: url(images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding:  10px 0 40px 0;
    margin-bottom: 50px;
}

.wrapper:before{
    background: #000;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}

.introduction .section-title{
    margin-top: 80px;
}

.about-desc {
    padding: 80px 160px 50px 120px;
    text-align: center;
}

.areaimage-wrapper {
    margin-bottom: 30px;
}

.history-wrapper {
    padding: 30px 60px;
    background: #fff;
    position: relative;
    color: #000;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.history-image {
    width: 20%;
    display: inline-block;
    margin-right: 50px;
}
.history-description {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.history-image img{
    border-radius: 50%;
    height: 100px;
    width: 100px;
}



/*************************/
/****Team Page***/
/*************************/

.career-section{
    height: 100% !important;
}

.team-slider,
#portfolio,
.career-section,
.product-slider,
.featured-slider,
.collaboration-section{
    margin: 0 30px;
}
.product-slider{
    padding-right: 30px;
}

.team{
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.team-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.team-image {
 text-align: center;
}

.team-wrapper {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 30px;
    text-align: center;
    margin: 0px 2px;
}

.team-slider .owl-item:nth-child(even) .team-wrapper {
    background: #EEE;
}

.team-detail .degination {
    padding: 10px 0px 0px 0px;
    text-transform: capitalize;
    color: #666;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.team-detail .p-name {
    padding: 20px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ff6400;
    margin: 0 auto;
}

.team-detail .p-name::after {
    content: '';
    border-bottom: 4px solid #d4d4d4;
    display: block;
    width: 80px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.team-detail .p-detail {
    line-height: 30px;
    color: #000;
}

.team-detail .social {
    margin-top: 20px;
    display: none;
}

.social li {
    display: inline-block;
}

.social .fa{
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.social .fa.fa-facebook{
    background:  #405d9b;
}
.social .fa.fa-twitter{
    background: #1da1f2;
}
.social .fa.fa-google-plus{
    background: #cb4439;
}
.social .fa.fa-linkedin{
    background: #0077b5;
}

.social .fa:hover{
    background: #ff6400;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-color: #ff6400;
}

.team .owl-buttons {
    position: absolute;
    right: 0;
}

.fancy-thumb{
    width: 100%;
    margin-bottom: 30px;
}


/*************************/
/*******Error Page********/
/*************************/
.wrapper-error{
    background: url(images/404.gif);
    background-repeat: no-repeat;
    background-position: 100% 30px;
    padding: 150px 60px;
    margin-bottom: 20px;
}


/* 3D Bouncing ball */

.bouncing-ball {
    width: 140px;
    height: 300px;
    position: fixed;
    top: 25%;
    right: 5%;
    z-index: 100;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5s linear 0s;
    -moz-transition: all 5s linear 0s;
    transition: all 5s linear 0s;
    cursor: pointer;
}

.bouncing-ball:active {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    cursor: pointer;
}

.bouncing-content {
    /*background: url(images/error.gif);*/
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background-size: cover;
    box-shadow: inset 0 -5px 15px rgba(255,255,255,0.4),
    inset -2px -1px 40px rgba(0,0,0,0.4),
    0 0 1px #000;
    position: absolute;
    top: 0;
    z-index: 11;
    -webkit-animation: jump 1s infinite;
    -moz-animation: jump 1s infinite;
    -o-animation: jump 1s infinite;
    -ms-animation: jump 1s infinite;
    animation: jump 1s infinite;
    cursor: pointer;
}




/* Animations */
@-webkit-keyframes jump {
    0% {top: 0;
        -webkit-animation-timing-function: ease-in;
    }
    40% {}
    50% {top: 140px;
        height: 140px;
        -webkit-animation-timing-function: ease-out;
    }
    55% {top: 160px; height: 120px; border-radius: 70px / 60px;
        -webkit-animation-timing-function: ease-in;}
        65% {top: 120px; height: 140px; border-radius: 70px;
            -webkit-animation-timing-function: ease-out;}
            95% {
                top: 0;     
                -webkit-animation-timing-function: ease-in;
            }
            100% {top: 0;
                -webkit-animation-timing-function: ease-in;
            }
        }

        @-moz-keyframes jump {
            0% {top: 0;
                -moz-animation-timing-function: ease-in;
            }
            40% {}
            50% {top: 140px;
                height: 140px;
                -moz-animation-timing-function: ease-out;
            }
            55% {top: 160px; height: 120px; border-radius: 70px / 60px;
                -moz-animation-timing-function: ease-in;}
                65% {top: 120px; height: 140px; border-radius: 70px;
                    -moz-animation-timing-function: ease-out;}
                    95% {
                        top: 0;     
                        -moz-animation-timing-function: ease-in;
                    }
                    100% {top: 0;
                        -moz-animation-timing-function: ease-in;
                    }
                }

                @-o-keyframes jump {
                    0% {top: 0;
                        -o-animation-timing-function: ease-in;
                    }
                    40% {}
                    50% {top: 140px;
                        height: 140px;
                        -o-animation-timing-function: ease-out;
                    }
                    55% {top: 160px; height: 120px; border-radius: 70px / 60px;
                        -o-animation-timing-function: ease-in;}
                        65% {top: 120px; height: 140px; border-radius: 70px;
                            -o-animation-timing-function: ease-out;}
                            95% {
                                top: 0;     
                                -o-animation-timing-function: ease-in;
                            }
                            100% {top: 0;
                                -o-animation-timing-function: ease-in;
                            }
                        }

                        @-ms-keyframes jump {
                            0% {top: 0;
                                -ms-animation-timing-function: ease-in;
                            }
                            40% {}
                            50% {top: 140px;
                                height: 140px;
                                -ms-animation-timing-function: ease-out;
                            }
                            55% {top: 160px; height: 120px; border-radius: 70px / 60px;
                                -ms-animation-timing-function: ease-in;}
                                65% {top: 120px; height: 140px; border-radius: 70px;
                                    -ms-animation-timing-function: ease-out;}
                                    95% {
                                        top: 0;     
                                        -ms-animation-timing-function: ease-in;
                                    }
                                    100% {top: 0;
                                        -ms-animation-timing-function: ease-in;
                                    }
                                }

                                @keyframes jump {
                                    0% {
                                        top: 0;
                                        animation-timing-function: ease-in;
                                    }
                                    50% {
                                        top: 140px;
                                        height: 140px;
                                        animation-timing-function: ease-out;
                                    }
                                    55% {
                                        top: 160px; 
                                        height: 120px; 
                                        border-radius: 70px / 60px;
                                        animation-timing-function: ease-in;
                                    }
                                    65% {
                                        top: 120px; 
                                        height: 140px; 
                                        border-radius: 70px;
                                        animation-timing-function: ease-out;
                                    }
                                    95% {
                                        top: 0;     
                                        animation-timing-function: ease-in;
                                    }
                                    100% {
                                        top: 0;
                                        animation-timing-function: ease-in;
                                    }
                                }


.wrapper-error h2 {
    margin: 0 0 35px 0;
    font-weight: 600;
    color: #000;
    font-size: 50px;
}

span .color-wow {
    color: #052f88;
    font-weight: bold;
    text-decoration: underline;
}


/********************/
/***service page*****/
/********************/

section.services {
    margin-bottom: 70px;
    text-align: justify;
}

.service-wrapper {
    margin: 0px -15px;
    padding: 30px 30px 70px 30px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px #ddd;
}

.service-image,
.service-description{
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    text-align: justify;
}

.service-description{
    width: 53%;
    padding-left: 10px;
}

.service-all {
    background: #eee;
    padding: 20px 0px;
    height: 450px;
}

.service-description h2 {
    margin-bottom: 20px;
}


.services .nav-tabs {
    border-bottom: none;
    background: #fff;
}

.services .nav-tabs > li > a {
    margin-right: 0px;
    border: none;
    border-radius: 0px;
    color: #000;
    padding: 16px;
    font-weight: bold;

}

.services .nav-tabs > li.active > a,
.services .nav-tabs > li.active > a:focus,
.services .nav-tabs > li.active > a:hover {
    color: #fff;
    border: none;
    background: #1164B5;
}

.services .nav-tabs > li{
    width: 100%;
}


.services .nav-tabs >li.active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 15px 15px;
    border-color: transparent transparent transparent #1164B5;
    /* float: right; */
    right: 0;
    position: absolute;
    top: 13px;
    right: -12px;
}

/**************************************/
/*************testimonials************/
/*************************************/


.tslider-wrapper {
    padding: 60px 0px;
}

.wrapper.testimonial {
    background: #F9F9F9;
    background-attachment: fixed;
    background-size: cover;
}


.testimonial .banner-slider.owl-carousel.owl-theme {
    padding: 10px 0px;
}

.testimonial .reviewer-image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    border: 15px solid #fff;
    overflow: hidden;
}

.testimonial .description {
    width: 80%;
    background: #fff;
    margin-top: -61px;
    margin: 0 auto;
    margin-top: -61px;
    padding:60px 60px 40px 60px;
    text-align: center;
}

.testimonial .description .name {
    padding: 20px 0 0 0;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.testimonial .review {
    padding: 10px 60px;
}

.testimonial .description .degination {
    color: #ff6600;
}

.testimonial .description .review::before {
    font-family: FontAwesome;
    top: -27px;
    left: -37px;
    padding-right: 10px;
    content: "\f10d";
    opacity: 0.5;
    position: relative;
    font-size: 40px;
}

.testimonial .description .review::after {
    font-family: FontAwesome;
    top:30px;
    left:3%;
    padding-right:10px;
    content: "\f10e"; 
    position: relative;
    opacity: 0.5;
    font-size: 40px;
}

.testimonial .owl-pagination {
    position: absolute;
    right: 0;
    left: 0;
}

.home-menu a:before {
    font-family: FontAwesome;
    content: "\f015";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    position: absolute;
    margin-left: -5px;
}
.home-menu a:hover:before{
    padding-left: 10px;
    margin-right: 5px;
}

.services-menu a:before {
    font-family: FontAwesome;
    content: "\f085";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    position: absolute;
    margin-left: -5px;
}
.services-menu a:hover:before{
    padding-left: 10px;
    margin-right: 5px;
}
.about-menu a:before {
    font-family: FontAwesome;
    content: "\f0e8";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    position: absolute;
    margin-left: -5px;
}
.about-menu a:hover:before{
    padding-left: 10px;
    margin-right: 5px;

}.team-menu a:before {
    font-family: FontAwesome;
    content: "\f0c0";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    position: absolute;
    margin-left: -5px;
}
.team-menu a:hover:before{
    padding-left: 10px;
    margin-right: 5px;
}
.portfolio-menu a:before {
    font-family: FontAwesome;
    content: "\f0b1";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    position: absolute;
    margin-left: -5px;
}
.portfolio-menu a:hover:before{
    padding-left: 10px;
    margin-right: 5px;
}
.products-menu a:before {
    font-family: FontAwesome;
    content: "\f1b3";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    position: absolute;
    margin-left: -5px;
}
.products-menu a:hover:before{
    padding-left: 10px;
    margin-right: 5px;
}
.career-menu a:before {
    font-family: FontAwesome;
    content: "\f19d";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    position: absolute;
    margin-left: -5px;
}
.career-menu a:hover:before{
    padding-left: 10px;
    margin-right: 5px;
}
.contact-menu a:before {
    font-family: FontAwesome;
    content: "\f0e0";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    position: absolute;
    margin-left: -5px;
}
.contact-menu a:hover:before{
    padding-left: 10px;
    margin-right: 5px;
}

.red{
    background: red;
    color: #fff;
    padding: 5px 10px;
}

.white{
    background: green;
    color: #fff;
    padding: 5px 10px;
}


/***new***/


#background-work, .wrapper-work {
    height: 100%;
    -moz-transition: cubic-bezier(.19, 1, .22, 1) 3s;
    width: 100%
}

#background-work {
    position: absolute;
    top: 0;
    transition: cubic-bezier(.19, 1, .22, 1) 3s;
    z-index: 0
}

#background-work:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0
}

.background-work-work-1 {
    background: #22A7f0
}

.background-work-work-2 {
    background: #243d55
}

.background-work-work-3 {
    background: #D9853B
}

/*.background-work-work-4 {*/
    /*background: #FFF*/
/*}*/

.background-work-work-4 {
    background: #F35353
}

.background-work-work-5 {
    background: #2B90EF
}



.background-work-line {
    border: 1px dashed #FFF;
    height: 100%;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    position: absolute;
    top: 0
}

.background-work-destinationunlimited .background-work-line {
    border-color: #222;
    opacity: .05;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)"
}

.background-work-binayakdhoop .background-work-line {
    border-color: #FFF;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
}

.background-work-line:nth-child(1) {
    left: 12.5%
}

.background-work-line:nth-child(2) {
    left: 25%
}

.background-work-line:nth-child(3) {
    left: 37.5%
}

.background-work-line:nth-child(4) {
    left: 50%
}

.background-work-line:nth-child(5) {
    left: 62.5%
}

.background-work-line:nth-child(6) {
    left: 75%
}

.background-work-line:nth-child(7) {
    left: 87.5%
}

.work {
    padding: 20px;
    position: relative
}

.wrapper-work {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: relative;
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: cubic-bezier(.19, 1, .22, 1) 3s
}

.active-work .wrapper-work {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0)
}

.thumbnail-work {
    box-shadow: 0 30px 60px rgba(34, 34, 34, .5);
    height: 640px;
    /*position: absolute;*/
    /*width: 360px;*/
}

.desktop-work {
    height: 600px;
}

.desktop-work .thumbnail-work {
    height: 600px;
    /*left: 50%;*/
    /*position: absolute;*/
    /*width: 960px*/
}

.mobile-work {
    height: 640px
}

.mobile-work .thumbnail-work {
    right: 12.5%
}

.content-work {
    color: #FFF;
    /*position: absolute;*/
    /*top: calc(50% - 191px);*/
    -webkit-transition: cubic-bezier(.19, 1, .22, 1) 3s;
    transition: cubic-bezier(.19, 1, .22, 1) 3s;
    margin-top: calc(25% - 150px);
    /*width: 480px*/
}

#work-hp {
    padding-top: 120px
}

#work-hp .content-work {
    top: calc(50% - 210px)
}

#work-aasraecotreks .content-work {
    top: calc(50% - 178px)
}

#work-destinationunlimited .content-work {
    color: #222;
    top: calc(50% - 191px)
}

#work-destinationunlimited .action-work {
    border-color: rgba(34, 34, 34, .25)
}

#work-newariindira {
    padding-bottom: 120px
}

.category-work-caption, .date-work {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase
}

.date-work {
    float: left;
    margin-bottom: 10px
}

.category-work {
    float: left;
    margin-left: 30px;
    position: relative
}

.category-work:before {
    background: #FFF;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: -17px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    top: 6px;
    width: 6px
}

.category-work-icon {
    float: left;
    height: 20px
}

.category-work-caption {
    float: left;
    margin-left: 5px
}

.title-work {
    font-size: 60px;
    margin-bottom: 40px
}

.description-work {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 60px
}

.action-work {
    border: 2px solid #FFF;
    display: block;
    font-weight: 700;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    padding: 12px 0;
    text-align: center;
    width: 180px
}

.action-work:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.fun-carousel-item {
    float: left;
    padding-right: 10px;
}

.fun-carousel-thumbnail {
    width: 550px;
}

[data-fluffy-container] {
    height: 600px;
}


ul.inline li {
	display:inline-block;
    padding-left: 20px;
    border-left: 1px solid #ddd;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    padding-right: 20px;
}

ul.inline li:first-child {
padding-left: 0;
border-left: none;
}

.nav > li > a:hover .menu-image, .nav > li > a:focus .menu-image {
    display: none;
}

.hvr-rectangle-in{
	box-shadow: none !important;
}

.menu-item a.menu-image-title-before.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper {
    padding-left: 0;
}