@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Caveat:400,100,300,500,600,700);

html{
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body{
	border: 0;
	margin: 0;
	padding: 0;
	color: #323232;
}

.body-inner{
	background:#fff;
	position: relative;
	overflow: hidden;
}

a{
	color: #eb2c33;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #000;
}

a.read-more{
	color: #323232;
}

a.read-more:hover{
	color: #eb2c33;
}

.gap-40 {
	clear: both;
	height: 40px;
}

.gap-30 {
	clear: both;
	height: 30px;
}
.gap-20 {
	clear: both;
	height: 20px;
}

a:focus{
	outline: 0;
}

/*-- Typography start --*/

body, p{
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.text {}
.text p { text-align:justify;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}

h1{
    font-size: 36px;
    line-height: 48px;
}

h2{
    font-size: 28px;
    line-height: 38px;
}

h5{
    font-size: 14px;
    line-height: 24px;
}


.btn.btn-primary{
	background: #38434c;
	border: 0;
	border-radius: 0;
	padding:10px 10px;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn.btn-primary:hover{
	background: #38434c;
	color: #fff;
}

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

ul.circle li{
	position: relative;
	margin-left: 30px;
	padding-bottom: 20px;
	font-weight: 500;
}

ul.circle li:before{
	content: "\f111";
	color: #2E76B6;
	font-family: FontAwesome;
	font-size: 8px;
	line-height: 8px;
	border: 2px solid rgba(0, 0, 0,.1);
	border-radius: 100%;
	position: absolute;
	left: -33px;
	top: 5px;
}

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

blockquote p{
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	font-style: italic;
	color: #959595;
}

blockquote {
	margin: 20px 0;
	border-left: 5px solid #eb2c33;
}

/* Deafult title */

h2.title{
	font-size: 24px;
	font-weight: 500;
	padding: 20px 15px 40px;
	position: relative;
	left: 0;
	line-height: normal;
}

 h2.title span{
 	background: #fff;
 	z-index: 1;
 	padding: 10px 15px;
 }

h2.title:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	height: 1px;
	width: 100%;
	left: 0;
	z-index: -1;
	border-bottom: 1px solid #cecece;
}

h3.widget-title{
	margin-bottom: 30px;
}

h2.entry-title{
	font-size: 24px;
	font-weight: 400;
}

h2.entry-title a{
	color: #323232;
}

h2.entry-title a:hover{
	color: #eb2c33;
}

/* Carousel controller */

.carousel-control{
	width: auto;
}
.dart-carousel-controller{
	text-align: center;
	padding-top: 50px;
}

.dart-carousel-controller .left,
.dart-carousel-controller .right, 
.owl-controls .owl-prev, 
.owl-controls .owl-next{
	cursor: pointer;
	background: #f6f6f6;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #989898;
	opacity: 1;
	top: auto;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.owl-controls .owl-next{
	margin-left: 6px;
}

.dart-carousel-controller .left:hover,
.dart-carousel-controller .right:hover,
.owl-controls .owl-prev:hover, 
.owl-controls .owl-next:hover{
	background: #2E76B6;
	color: #fff;
}

.owl-controls .owl-page, 
.owl-controls .owl-buttons div{
	display: inline-block;
}

/* Input form */

.form-control{
	box-shadow: none;
	border: 1px solid #cecece;
	padding: 6px 20px;
	height: 42px;
	background: none;
	color: #959595;
	font-size: 14px;
	border-radius: 0;
}

.form-control:focus{
	box-shadow: none;
	border: 1px solid #eb2c33 !important;
}

/*-- bx slider --*/

#blog-gallary li,
#portfolio-slider li{
	left: 0;
}

.bx-wrapper .bx-viewport{
	box-shadow: none !important;
	border: 0 !important;
}

.bx-wrapper .bx-next{
	right: 20px !important;
}

.bx-wrapper .bx-pager{
	bottom: 15px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	border: 2px solid #fff;
	width: 14px !important;
	height: 14px !important;
	border-radius: 100% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #009BFF !important;
	
}

/*-- Sidebar --*/

.sidebar h3.widget-title{
	font-size: 18px;
	line-height: normal;
	margin-top: 0;
	font-weight: 400;
	text-transform: uppercase;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*-- Pagination --*/

.pagination li a{
	border-radius: 0 !important;
	margin-right: 8px;
}

.pagination>.active>a, .pagination>.active>a:hover,
.pagination>li>a:hover{
	background: #eb2c33;
	color: #fff;
	border: 1px solid transparent;
}


/*-- Isotope start --*/

#isotope {
	width:100%;
	margin-top:0;
}

.isotope-item {
	z-index:0;
}

.isotope-hidden.isotope-item {
	z-index:0;
}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration:1s;
	-moz-transition-duration:1s;
	-ms-transition-duration:1s;
	-o-transition-duration:1s;
	transition-duration:1s;
}

.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:0 opacity;
	-moz-transition-property:0 opacity;
	-ms-transition-property:0 opacity;
	-o-transition-property:0 opacity;
	transition-property:transform, opacity;
}

#isotope .col-sm-3{
	width:24.95%;
}

#isotope-filter {
	margin-bottom: 40px;
}

#isotope-filter a{
	color: #959595;
	font-size: 16px;
	font-weight: 400;
}

#isotope-filter a.active,
#isotope-filter a:hover{
	color: #eb2c33;
}

#isotope-filter a:before{
	content: "/";
	color: #959595;
	padding-right: 10px;
	padding-left: 10px;
}

#isotope-filter a:first-child:before{
	content: " ";
}

/*-- Main slide --*/

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 50%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 70px;
	 bottom: 83px;
  left: 1219px;

}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}

#main-slide .carousel-indicators .active {
    background-color: #009bff;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 50%;
	z-index: 0;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 20px;
}

#main-slide .carousel-control .fa-angle-right{
	right: 20px;
}

#main-slide .carousel-control i{
    color: #fff;
    line-height: 18px;
    width: 24%;
    height: 11%;
    border-radius: 50px;
    font-size: 30px;
    padding: 15px 0px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-slide .carousel-control i:hover{
	color: #4cb7e3;
}


#main-slide .slider-content h2{
	font-size: 76px;
	font-weight: 100;
	text-transform: uppercase;
}

#main-slide .slider-content h3{
	font-size: 36px;
	font-weight: 300;
	margin-top: 10px;
	text-transform: uppercase;
	text-shadow: 1px 2px #000;
}

.slider.btn{
	padding: 10px 40px;
	margin-top: 40px;
	font-size: 20px;
	border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: bounceInDown 1s ease-in 800ms both;
	animation: bounceInDown 1s ease-in 800ms both;
}


/*-- Newsletter --*/
#newsletter{
	position: relative;
	top: -45px;
}

#newsletter .form-control{
	background: rgba(0,0,0,.55);
	border: 0;
	border-radius: 0;
	height: 45px;
	padding: 10px 20px;
}

#newsletter .btn-lg{
	padding: 10px 63px;
	line-height: 1.4;
	margin-left: -15px;
	font-weight: 300;
}

/* Service Box
================================================== */

#service{
	position: relative;
	padding: 0 0 40px;
}
.service-content{
	text-align: center;
	position: relative;
	padding: 0 10px;
}
.service-content .service-icon{
	position: relative;
}
/*.service-content:after{
	content: "";
	background: #eb2c33;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	margin-top: -58px;
	left: 274px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}
*/
/*.service-content:before{
	content: '';
	background: #ccc;
	position: absolute;
	top: 50%;
	margin-top: -55px;
	width: 100%;
	left: 74px;
	height: 1px;
	z-index: 0;

}
*/
.service-content.last:after, 
.service-content.last:before{
	content: '';
	position: relative;
	box-shadow: none;
	border: 0;
}
.service-content i{
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 48px;
	background: #eb2c33;
	width:150px; 
	height:150px;
	line-height: 150px;
	margin:30px 0 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
}

.service-content h3{
	font-size: 16px;
	font-weight: 700;

}

/* Features
================================================== */

#features{
	padding: 40px 0;
}

.feature-image{
	position: relative;
}

.feature-image:after{
	content: '';
	width: 120px;
	right:24px;
	top: 50%;
	margin-top: 8px;
	height: 1px;
	background: #cecece;
	position: absolute;
	z-index: -1;
}

.feature-wrapper{
	position: relative;
}

.feature-wrapper:before{
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	height: 100%;
	background: #cecece;
	position: absolute;
	left: -50px;
	z-index: 1;
}

.feature-wrapper:after{
	content: "";
	background: #2E76B6;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 0;	
}

.feature-content-wrapper{
	position: relative;
	padding: 10px 0;
}

.feature-content-wrapper h2{
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
}

.feature-content-wrapper:before{
	content: "";
	background: #2E76B6;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 0;	
}

.feature-content-wrapper:after{
	content: "";
	background: #2E76B6;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 0;	
}

.feature-box .feature-icon{
	text-align: center !important;
	padding: 20px 0 0;
	font-size: 18px;
}

.feature-box .feature-icon i{
	color: #2E76B6;
	font-size: 36px;
}

.feature-box .feature-icon i.fa-mobile-phone{
	font-size: 48px;
}

.feature-box h3{
	font-size: 16px;
	font-weight: 700;
}

.feature-box .feature-box-content{
	margin-left: 60px;
}

/*-- Featured Tab --*/

.featured-tab{
	background: #f2f2f2;
	border: 1px solid #d7d7d7;
	padding: 40px 30px;
	border-radius: 2px;
}

.featured-tab .nav-tabs{
	border-bottom: 0;
}

.featured-tab .nav-tabs>li.active>a{
	color: #fff;
	background: #eb2c33;
}

.featured-tab .nav-tabs>li.active>a:after{
	left: 100%;
	border: transparent solid;
	content: " ";
	position: absolute;
	border-width: 40px;
	top: 50%;
	border-left-color: #E22128;
	margin-top: -40px;
}

.featured-tab .nav-tabs>li>a{
	border-radius: 4px 0 0 4px;
	padding: 20px 15px 8px;
	color: #858585;
	position: relative;
	border: 0 !important;
}

.featured-tab .nav-tabs>li.active>a{
	color: #fff !important;
}

.featured-tab .tab-icon{
	font-size: 34px;
}

.featured-tab .tab-info{
	margin-left: 50px;
}

.featured-tab .tab-info h3{
	font-size: 20px;
	line-height: normal;
	margin: 0;
}

.featured-tab .tab-pane img.pull-left{
	margin: 0 25px 10px 0;
}

.featured-tab .tab-pane img.pull-right{
	margin: 0 0 10px 25px;
}
.featured-tab .tab-pane h3{
	margin: 0;
	line-height: normal;
	color: #eb2c33;
}

.featured-tab .tab-pane h4{
	line-height: normal;
	margin: 0 0 20px;
	font-weight: 300
}

.featured-tab .tab-pane{
	padding-left: 25px;
}
.featured-tab .tab-pane a.read-more{
	color: #eb2c33;
}

/* Portfolio
================================================== */

#portfolio{
	padding: 0 0 40px;
}

#portfolio-carousel .thumbnail {
    position:relative;
    overflow:hidden;
    padding: 0;
    border: 0;
    border-radius: 0;
}

#portfolio-carousel .thumbnail .caption .caption-content{
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
}

#portfolio-carousel .thumbnail .caption i{
	border: 4px solid #FFFFFF;
	border-radius: 100%;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	height: 46px;
	line-height: 40px;
	position: relative;
	text-align: center;
	top: -40px;
	width: 46px;
	z-index: 0;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#portfolio-carousel .thumbnail .caption i.fa-link{
	margin-left: 10px;
}

#portfolio-carousel .caption {
	color: #fff;
	padding: 15px;
    position:absolute;
    top: -100%;
    right:0;
    background:rgba(235, 44, 51, 0.85);
    width:100%;
    height:100%;
    text-align:center;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#portfolio .thumbnail:hover .caption {
    top: 0%;
}

#portfolio-carousel .caption h3{
	font-size: 22px;
	font-weight: 400;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index:0;
}
    

/* Latest Post & Service
================================================== */

/*-- Latest Post --*/

#blog-service{
	padding: 0 0 40px;
}

.recent-post img{
	position: relative;
}

.recent-post .date{
	position: relative;
}

.recent-post .date:before{
	content: '';
	width: 61px;
	right: 0;
	top: 50%;
	margin-top: 4px;
	height: 10px;
	background: #eb2c33;
	position: absolute;
	z-index: -1;
}

.recent-post .blog-date{
	position: absolute;
	top: 0;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	color: #fff;
	background: #eb2c33;
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding-top: 10px;
	line-height: normal;
	margin: 10px 20px;
	z-index: 1;
}

.recent-post .date span{
	display: block;
	font-size: 14px;
	font-weight: 400;
}


.recent-post .post-body{
	position: relative;
	padding: 5px 0 0 35px;
}

.recent-post .post-body:before{
	content: '';
	width: 1px;
	top: 28px;
	left: 15px;
	bottom: 15px;
	height: auto;
	background: #2E76B6;
	position: absolute;
	z-index: 1;
}

.recent-post .post-body:after{
	content: "";
	background: #2E76B6;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 6px;
	left: 12px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}

.recent-post .post-body h3{
	font-size: 16px;
	margin-bottom: 3px;
}

.recent-post .post-body h3 a{
	color: #323232;
}

.recent-post .post-body .post-meta,
.recent-post .post-body .post-meta a,
.recent-post .post-body .post-meta a i{
	font-weight: 400;
}

.recent-post .post-body .post-meta span,
.recent-post .post-body .post-meta span i{
	padding-right: 5px;
	font-size: 13px;
}

.recent-post .post-excerpt a.read-more{
	padding-top: 30px;
	display: block;
}

/*-- Services accordion --*/

.panel-default{
	border-color: #cfcfcf;
}

.panel-default>.panel-heading{
	background: #f2f2f2;
	border-color: #cfcfcf;
}

.panel-heading{
	padding: 15px;
}

h4.panel-title{
	color: #989898;
	position: relative;
}

h4.panel-title a{
	color: #eb2c33;
}

h4.panel-title a:hover{
	color: #eb2c33;
}

h4.panel-title a.collapsed{
	color: #989898;
}

h4.panel-title a:after {
	content: "\f068";
	font-family: FontAwesome;
	background: #eb2c33;
	color: #fff;
	font-size: 14px;
	right: 20px;
	position: absolute;
	z-index: 111;
	width: 28px;
	height: 28px;
	line-height: 30px;
	top: 0;
	border-radius: 100%;
	text-align: center;
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.07);
	-moz-box-shadow: 0 0 0 5px rgba(0,0,0,.07);
	box-shadow: 0 0 0 5px rgba(0,0,0,.07);
}

h4.panel-title a.collapsed:after {
	content: "\f067";
	font-family: FontAwesome;
	background: #afafaf;
	color: #fff;
	font-size: 14px;
	right: 20px;
	position: absolute;
	z-index: 111;
	width: 28px;
	height: 28px;
	line-height: 30px;
	top: 0;
	border-radius: 100%;
	text-align: center;
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.07);
	-moz-box-shadow: 0 0 0 5px rgba(0,0,0,.07);
	box-shadow: 0 0 0 5px rgba(0,0,0,.07);
}


/* Testimonial
================================================== */

.testimonial-slide .testimonial-thumb img{
	width: 152px;
	height: 152px;
	border: 5px solid rgba(0, 0, 0, .09);
}

.testimonial-slide .testimonial-content h3.name{
	font-size: 26px;
	color: #2E76B6;
	font-weight: 400;
}

.testimonial-slide .testimonial-content h3 span{
	display: block;
	font-size: 16px;
	color: #636363;
}

.testimonial-slide .owl-buttons{
	display: none;
}

.testimonial-slide .testimonial-text{
	font-size: 16px;
	line-height: 24px;
	max-width: 800px;
	padding-top: 20px;
	display: inline-block;
	position: relative;
	color: #636363;
}

.testimonial-slide .testimonial-text:before{
	content: '\f10d';
	font-family: FontAwesome;
	padding-right: 10px;
	color: #2E76B6;
}
.testimonial-slide .testimonial-text:after{
	content: '\f10e';
	font-family: FontAwesome;
	padding-left: 10px;
	color: #2E76B6;
}

/* Action
================================================== */

#action{
	background: url(../images/action-bg.jpg) no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: fixed;
	color: #fff;
	padding: 30px 0 60px;
	margin-top: 60px;
}

#action h2{
	font-size: 36px;
}

.action.btn{
	padding: 8px 32px;
	font-size: 18px;
	border-radius: 2px;
	margin-top: 20px;
	text-transform: uppercase;
	line-height: 28px;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.action.btn:hover{
	background: #000 !important;
	color: #fff;
}

.action.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC;
}

/* Clients
================================================== */

#clients{
	padding: 40px 0;
}

.client-carousel .owl-wrapper-outer{
	/*background: #f2f2f2;*/
	/*border: 1px solid #d7d7d7;*/
	padding: 5px 0;
	border-radius: 2px;
	margin-bottom: 40px;
	position: initial !important
}

/*
.client-carousel .owl-wrapper-outer .client_logo img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.client-carousel .owl-wrapper-outer .client_logo img:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}*/


/* Footer
================================================== */

/*-- Footer common --*/

#footer-wrapper{
	padding-top: 40px;
}

#footer{
	padding: 40px 0;
	background: #f2f2f2;
	border-top: 1px solid #d7d7d7;
}

h3.footer-title{
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
	padding-bottom: 20px;
	position: relative;
}

h3.footer-title span{
	background: #f2f2f2;
	z-index: 2;
	position: relative;
	padding: 0 10px 0 0;
}

h3.footer-title:after{
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	width: 100%;
	left: 0;
	margin-top: -10px;
	border-bottom: 1px solid #cecece;
	z-index: 0;
}

/*-- Footer about us --*/

.footer-about-us .desc{
	padding: 40px 0 30px;
}

.footer-about-us .footer-social a{
	color: #949494;
	margin-right: 25px;
}

.footer-about-us .footer-social a:hover{
	color: #eb2c33;
}
.footer-about-us .footer-social a i{
	font-size: 18px;
}


/*-- Recent post --*/

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

.recent-post ul li{
	line-height: 40px;
	border-bottom: 1px dashed #cecece;
	position: relative;
}

.recent-post ul li:last-child{
	border-bottom: 0;
}

.recent-post ul li:before{
	content: "\f111";
	color: #eb2c33;
	position: absolute;
	font-family: FontAwesome;
	font-size: 11px;
	line-height: 9px;
	top: 14px;
	border: 2px solid rgba(0, 0, 0,.1);
	border-radius: 100%;
}

.recent-post ul li a{
	color: #323232;
	padding-left: 25px;
}
.recent-post ul li a:hover{
	color: #eb2c33;
}

/*-- Photo Gallery --*/

.img-gallery a.thumb-holder img{
	margin: 0 10px 10px 0;
	display: inline-block;
	width: 72px;
	height: 77px;
	border-radius: 100%;
}

/*-- Twitter feed --*/
.tweet a{
	color: #323232;
}
.tweet a:hover{
	color: #eb2c33;
}

.tweet .tweet-time{
	margin-top: 10px;
}

.tweet .tweet-time i{
	font-size: 16px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #eb2c33;
	color: #fff;
	border-radius: 100%;
	margin-right: 5px;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);

}

/*-- Footer bottom --*/
.footer-bottom{
	background: #121006;
}

.footer-bottom-menu{
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
}

.footer-bottom-menu li{
	display: inline-block;
	margin-right: 10px;
}

.footer-bottom-menu li a{
	color: #2E76B6;
	font-size: 16px;
	font-weight: 500;
}

.footer-bottom-menu li a:hover{
	color: #fff;
}

.scroll-up img{
	margin-top: -20px;
}
.back-to-top {
   
}
.copyright-info{
	margin-top: 50px;
	font-size: 16px;
	color: #2E76B6;
}

.copyright-info a{
	color: #6e1518;
	font-weight: 700;
}
.copyright-info a:hover{
	color: #fff;
}


/* Subpages 
================================================== */

/*-- Subpage common --*/

#inner-header{
	position: relative;
	width: 100%;
	overflow: hidden;
}

#inner-header img{
	width: 100%;
}

.inner-title-content{
	margin-top: -100px;
	background: #fff;
	padding: 20px 30px;
}

.inner-title-content h2{
	font-size: 33px;
	font-weight: 400;
	color: #000;
}

ul.breadcrumb{
	background: none;
	margin: 0;
	padding: 0;
}

ul.breadcrumb li a{
	font-size: 16px;
	color: #000;
}
.breadcrumb>li+li:before{
	content: "\f105";
	font-family: FontAwesome;
}

h3.page-content-title{
	margin-top: 0;
	border-bottom:1px solid #ccc;
}


/*-- Skills --*/

.skills{
	padding-top: 20px;
}

.percentage.easyPieChart > span, .percentage.easyPieChart {
	color: #7e8c8d;

	font-size: 48px;
}
.percentage.easyPieChart {
	font-size: 27px;
}
.easyPieChart {
	position: relative;
	text-align: center;
	margin: 0 auto 20px;
}
.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.skills small {
	text-align: center;
	font-size: 18px;
	display: block;
	padding-top: 10px;
	color: #5c5c5c;
}


/*-- Team --*/

.team-carousel{
	padding-top: 20px;
}

.team-img-wrapper {
	position: relative;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	border: 5px solid rgba(0, 0, 0, .09);
}

.team-img-wrapper img{
	width: 120px;
	height: 120px;
}

.team-img-wrapper i{
	font-size: 20px;
	color: #fff;
	margin-left: 8px;
}

.team-img-wrapper .social-icons{
	top: 50%;
	position: relative;
}

.team-img-wrapper-hover {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(235, 44, 51, 0.75);
	opacity: 0;
	border-radius: 100%;
	border: 5px solid transparent;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}
.team-img-wrapper-hover:hover {
	opacity: 1;
}

.team-wrapper .team-content{
	padding: 15px 25px 40px;
}

.team-wrapper .team-content h3.name {
	font-size: 22px;
	line-height: normal;
	color: #eb2c33;
}
.team-content h3 span {
	display: block;
	font-size: 16px;
	color: #636363;
}
.team-content .team-text {
	padding-top: 10px;
	color: #636363;
}

/*-- Service box --*/

.service-box i{
	font-size: 36px;
}

.service-box-content{
	margin-left: 70px;
}

.service-box-content h3{
	font-size: 18px;
}


/*-- Team page --*/
.page-team-wrapper{
	width: 260px;
}

.team-image-wrapper {
	position: relative;
	display: inline-block;
	border: 5px solid rgba(0, 0, 0, .09);
}

.team-image-wrapper .social-icons{
	top: 50%;
	margin-top: -30px;
	position: relative;
}

.team-image-wrapper .social-icons a{
	border: 2px solid #FFFFFF;
	border-radius: 100%;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	margin: 0 6px;
	width: 48px;
	height: 48px;
	line-height: 44px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.team-image-wrapper .social-icons a:hover{
	background: #fff;
	color: #eb2c33;
}

.team-image-wrapper-hover {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(235, 44, 51, 0.75);
	opacity: 0;
	border: 5px solid transparent;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}

.team-image-wrapper-hover:hover {
	opacity: 1;
}

.page-team-wrapper .team-content{
	padding: 10px 0 40px;
}

.page-team-wrapper .team-content h3.name {
	font-size: 22px;
	line-height: 26px;
	color: #eb2c33;
}
.page-team-wrapper .team-content h3 span {
	display: block;
	font-size: 16px;
	color: #636363;
}
.page-team-wrapper .team-content .team-text {
	padding-top: 10px;
	color: #636363;
}

.team-page .owl-controls{
	text-align: center;
}

/*-- Pricing table --*/

.plan {
	background: #fff;
}

.plan-name { 
	background: #2e76b6;
    color: #fff;
    display: block;
    width: 95%;
    font-size: 24px;
    line-height: 30px;
    margin-left: 7px;
	margin-top:20px;
    font-weight: 700;
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
}

.plan-name:after{
	
	border: solid transparent;
	content: " ";
	position: absolute;
	left: 50%;
	margin-left: -16px;
}

.plan-price { 
	font-size: 30px; 
	position: relative;
	width: 95%;
	height: 57px;
	margin: 2px 0 0 0px;
	display: inline-block;
	background: #4b4b4b;
	color: #fff;
	
}

.plan-price .currency { 
	top: -0.9em;
	font-size: 50%;
	left: -0.01em;
	font-weight: 700;
}

.plan-name small{
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}

.plan-price strong{
	  display: inline-block;
  margin-top: 16px;
  font-weight: 200;
  font-size: 25px;
}
}

.plan-price sub{
	font-size: 18px;
	font-weight: 700;
}

.plan ul { 
	background: #fff; 
	padding: 0;
	margin-bottom: 0;
}

.plan ul li {
	border-top: 1px dashed #E8E8E8;
	padding: 12px 29px;
	font-weight: 500;
}

.plan ul li:first-child { 
	border-top: 0 !important;
}

.plan a.btn { 
	background: #4b4b4b;
	margin: 17px auto;
	padding: 10px 30px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 4px solid #353434;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


.plan.featured .plan-name{
	background: #4B4B4B;
	color: #fff;
}
.plan.featured .plan-name:after{
	/*border-top-color: #eb2c33;*/
}

.plan.featured {
	background: #F00;
	border-bottom: 4px solid #353434;
}

.plan a.btn:hover{
	background: #4b4b4b !important;
	border-bottom: 4px solid #333;
}

/*-- Faq page --*/

.faq-form-text{
	font-size: 12px;
	color: #858586;
}

.faq-form .form-control{
	display: inline-block;
}

/*-- Portfolio page --*/

#portfolio-page div[class*='col-sm-'] {
	padding-left: 0px;
	padding-right: 0px;
}

#portfolio-page .col-sm-3 .image-thumb {
	height: 300px;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

#portfolio-page .image-thumb img{
	width: 100%;
	height: 100%;
}

#portfolio-page .post-img-lg {
	margin-bottom: 60px;
}

.portfolio-overlay{
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(235, 44, 51, 0.75);
	color: #FFF;
	opacity: 0;
	z-index: 10;
    -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
}

.portfolio-overlay:hover{
	opacity: 1;
}

.portfolio-overlay-btn {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -20px;
	color: #FFF;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.portfolio-overlay-btn a{
	border: 2px solid #FFFFFF;
	border-radius: 100%;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	margin: 0 6px;
	width: 48px;
	height: 48px;
	line-height: 44px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.portfolio-overlay-btn a:hover{
	background: #fff;
	color: #eb2c33;
}

.project-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

/*-- Contact page --*/

.map {
	height: 450px;
	z-index: 1;
	margin-bottom: 40px;
}

.contact-form label{
	color: #959595;
	font-weight: normal;
}
.contact-info i{
	font-size: 14px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #2E76B6;
	color: #fff;
	border-radius: 100%;
	margin-right: 10px;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
}


/* Blog page
================================================== */

/*-- Blog post listing --*/

.blog-post{
	margin-bottom: 40px;
}
.blog-image-wrapper{
	position: relative;
}

.img-overlay{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	height: 100%;
	display: block;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.blog-image-wrapper:hover .img-overlay{
	left: 0;
	width: 100%;
	opacity: 1;
}

.blog-img-icon {
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.blog-image-wrapper:hover .blog-img-icon {
	margin-top: -20px;
	opacity: 1;
	top: 50%;
	visibility: visible;
}

.blog-img-icon a{
	background: #fff;
	border: medium none;
	display: inline-block !important;
	float: none !important;
	font-size: 14px;
	font-weight: normal;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 2px;
	text-align: center;
	border-radius: 100%;
}

.blog-image-wrapper .bx-wrapper .bx-pager{
	display: none;
}

.blog-image-wrapper .bx-wrapper{
	margin-bottom: 0;
}
.blog-video-wrapper{
	position: relative;
}

iframe {
	border: 0px;
	width: 100%;
}

.post-meta{
	color: #959595;
}
.post-meta span{
	padding-right: 10px;
}

.post-meta a{
	color: #959595;
}

.post-meta i{
	color: #eb2c33;
}

.entry-content{
	padding: 20px 0 10px;
}


/*-- Blog search --*/

.sidebar #search .input-group-btn .btn.btn-primary{
	padding: 11px 12px;
}


/*-- Blog tab widget --*/

.widget-tab .nav-tabs {
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #cecece;
}

.widget-tab .nav-tabs>li>a{
	color: #323232;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 0;
}

.widget-tab .nav-tabs>li.active>a{
	color: #fff;
}

.widget-tab .tab-content{
	border: 1px solid #cecece;
	border-top: 0;
	padding: 5px 10px 0;
}

.widget-tab .posts-thumb img{
	display: block;
	width: 70px;
	height: 65px;
	margin-right: 20px;
}

.widget-tab .posts-avator img{
	display: block;
	width: 72px;
	height: 72px;
	margin-right: 20px;
	border-radius: 100%;
	border: 5px solid #f2f2f2;
}

.widget-tab h4.entry-title{
	font-size: 16px;
	line-height: normal;
	margin-bottom: 5px;
}
.widget-tab h4.entry-title a{
	color: #323232;
}

.widget-tab h4.entry-title a:hover{
	color: #eb2c33;
}

.widget-tab .post-meta span{
	font-style: italic;
	padding-right: 5px;
}

.widget-tab ul.posts-list li{
	padding-bottom: 10px;
}


/*-- Blog category widget --*/

.widget-categories ul.category-list  li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #cecece;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.widget-categories ul.category-list  li:hover{
	padding-left: 10px;
}
.widget-categories ul.category-list  li a{
	color: #323232;
}
.widget-categories ul.category-list  li:last-child{
	border-bottom: 0;
}

.widget-categories ul.category-list  li .posts-count{
	margin-left: 20px;
	font-size: 10px;
	background: #eb2c33;
	color: #fff;
	padding: 3px;
	border-radius: 100%;
}

/*-- Blog tags widget --*/

.widget-tags ul > li {
	float: left;
	margin: 6px;
}

.widget-tags ul > li a{
	background: #f2f2f2;
	color: #6A6A6A;
	display: block;
	font-size: 14px;
	padding: 5px 8px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.widget-tags ul > li a:hover{
	background: #eb2c33;
	color: #fff;
}


/*-- Blog details page --*/

.about-author h3{
	margin-bottom: 30px;
}
.author-img img{
	width: 120px;
	height: 120px;
	margin-right: 30px;
	border-radius: 100%;
	border: 8px solid #f2f2f2;
}

.author-url span{
	color: #eb2c33;
}

.author-info h3{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
}

/*-- Blog post comments --*/

.comments-list{
	list-style: none;
	margin: 0;
	padding: 20px 0;
}

.comments-list .comment{
	border-bottom: 1px solid #cecece;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.comments-list .comment.last{
	border-bottom: 0;
}
.comments-list img.comment-avatar{
	width: 84px;
	height: 84px;
	margin-right: 30px;
	border-radius: 100%;
	border: 5px solid #f2f2f2;
}

.comments-list .comment-body{
	margin-left: 120px;
}

.comments-list .comment-author{
	margin-bottom: 0;
}

.comments-list .comment-date{
	font-style: italic;
	color: #959595;
	margin-bottom: 20px;
}

.comments-list .comment-reply{
	text-transform: uppercase;
}

.comments-reply{
	list-style: none;
	margin: 0 0 0 70px;
}

.comments-form .btn.btn-primary{
	padding: 10px 20px;
}

.comments-form label{
	font-weight: normal;
	color: #959595;
}


/* Responsive styles
================================================== */

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
	.dropdown i{
		display: none;
	}
}


/* Medium Devices, Desktops */
@media (min-width : 992px) {

	.dropdown i{
		display: none;
	}

	/* Navigation */
	.navbar-nav>li>a{
		padding: 28px 24px;
	}

	/* Slider */
	#main-slide .slider-content h2{
		font-size: 37px;
		text-shadow: 1px 2px #000;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

	.dropdown i{
		display: none;
	}
	
	 .imgSec2{
    width: 770px;
}

	/* Header */
	.navbar-nav>li>a{
		padding: 21px 12px;
	}

	.top-info{
		padding: 15px 0;
	}

	/* Slideshow */
	#main-slide .slider-content h2{
		font-size: 52px;
	}
	#main-slide .slider-content h3{
		font-size: 24px;
		margin-top: 12px;
	}

	.slider.btn{
		padding: 5px 25px;
		margin-top: 5px;
		font-size: 16px;
	}

	/* Service */
	.service-content:before,
	.service-content:after,
	.feature-content-wrapper:before,
	.feature-content-wrapper:after,
	.feature-wrapper:before,
	.feature-wrapper:after,
	.feature-image:after{
		position: relative;
	}

	.service-content{
		padding: 0;
	}

	.feature-content-wrapper h2{
		font-size: 24px;
	}

	.feature-box h3{
		line-height: normal;
		margin: 10px 0;
	}
	.feature-box .feature-icon{
		padding: 5px 0;
	}


	/* Portfolio */
	#portfolio-carousel .caption h4{
		font-size: 16px;
	}
	#portfolio-carousel .thumbnail 
	.caption .caption-content{
		bottom: 5px;
	}

	/* Accordion */
	#accordion{
		margin-top: 40px;
	}

	/* Testimonial */
	.testimonial-slide .testimonial-text{
		padding-left: 35px;
		padding-right: 35px;
	}

	/* Footer */
	#footer .col-md-3{
		margin-bottom: 30px;
	}

	h4.footer-title{
		padding-bottom: 0;
	}
	h4.footer-title:after{
		margin-top: 0;
	}
	.footer-bottom{
		padding-bottom: 30px;
	}

	.back-to-top {
		position: absolute;
		right: 0;
		margin-top: -67px;
	}
	.copyright-info{
		margin-top: 15px;
	}

	/* Innter title */
	.inner-title-content{
		margin-top: -50px;
		padding: 10px 30px;
	}


	/* About us page */
	.skills small{
		margin-bottom: 40px;
	}

	/* Pricing */
	.plan{
		margin-bottom: 30px;
	}
	
	.pshlft {
    margin-left: 25px;
	}


}

/* Small Devices Potrait */
@media (max-width : 767px){

	/* Header */
	.top-info{
		display: none;
	}

	.navbar-toggle{
		margin-right: 0;
	}
	
	.pshlft {
    margin-left: 25px;
	}
	
	/* Navigation */

	.navbar-nav .dropdown-menu{
		opacity: 1;
		z-index:1;
		visibility:hidden;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	.navbar-nav .dropdown.open:hover .dropdown-menu,
	.navbar-nav .dropdown.open .dropdown-menu{
		opacity: 1 !important;
		visibility:visible !important;
	}

	.navbar-nav .dropdown:hover .dropdown-menu {
		opacity: 0;
		visibility:hidden;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	 }

	 .navbar-nav .open .dropdown-menu{
	 	background-color: #000;
	 	border-radius: 0;
	 	padding: 0;
	 }

	 .navbar-nav .open .dropdown-menu li{
	 	border-radius: 0;
	 }

	 ul.navbar-nav li.search{
	 	display: none;
	 }


	/* Slideshow */
	#main-slide .slider-content h2{
		font-size: 28px;
		line-height: normal;
		margin-bottom: 0;
	}
	#main-slide .slider-content h3{
		font-size: 14px;
		margin-top: 5px;
	}
	.slider.btn{
		padding: 0 15px;
		margin-top: 0;
		font-size: 12px;
	}
	#main-slide .carousel-indicators{
		display: none;
	}

	#newsletter .btn-lg{
		padding: 10px 18px;
	}

	/* Service */
	.service-content:before,
	.service-content:after,
	.feature-content-wrapper:before,
	.feature-content-wrapper:after,
	.feature-wrapper:before,
	.feature-wrapper:after,
	.feature-image:after{
		position: relative;
	}

	.feature-content-wrapper h2{
		margin-top: 30px;
	}

	/* Portfolio */
	#portfolio-carousel .thumbnail{
		margin-bottom: 20px;
	}

	/* Accordion */
	#accordion{
		margin-top: 40px;
	}

	/* Testimonial */
	.testimonial-slide .testimonial-text{
		padding: 0 15px;
		font-size: 14px;
	}

	/* Footer */
	#footer .col-md-3{
		margin-bottom: 30px;
	}

	h4.footer-title{
		padding-bottom: 0;
	}
	h4.footer-title:after{
		margin-top: 0;
	}
	.footer-bottom{
		padding-bottom: 30px;
	}

	.back-to-top {
		position: absolute;
		right: 0;
		margin-top: -67px;
	}
	.copyright-info{
		margin-top: 15px;
		font-size: 14px;
	}

	.copyright-info span{
		display: block;
	}

	/* Innter title */
	.inner-title-content{
		margin-top: -50px;
		padding: 10px 30px;
	}

	.inner-title-content h2{
		font-size: 28px;
	}

	/* About us page */
	.skills small{
		margin-bottom: 40px;
	}

	h3.page-content-title{
		margin-top: 20px;
	}

	/* Pricing */
	.plan{
		margin-bottom: 30px;
	}

	/* Portfolio */
	#isotope .col-sm-3{
		width: 100%;
	}
}

/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {

	/* Header */
	.top-info{
		display: none;
	}

	/* Slideshow */
	#main-slide .item .slider-content{
		display: none;
	}

	/* Newsletter */
	#newsletter{
		display: none;
	}


	/* Portfolio */
	#portfolio-carousel .caption{
		padding: 10px 0;
	}
	#portfolio-carousel .thumbnail .caption .caption-content{
		bottom: 10px;
	}
	#portfolio-carousel .thumbnail .caption i.fa-link{
		margin-left: 3px;
	}
	#portfolio-carousel .caption h3{
		font-size: 17px;
		margin-bottom: 0;
		text-align: center;
	}
	#portfolio-carousel .caption p{
		text-align: center;
	}

	#portfolio-carousel .thumbnail .caption i{
		top: -10px;
	}

	#portfolio-page .image-thumb img{
		height: auto;
	}

	/* Recent Post */
	.recent-post .post-body h3{
		line-height: normal;
	}

	/* Inner title */

	.inner-title-content {
		margin-top: -30px;
		padding: 5px 30px;
	}

	/* Team */
	.team-carousel{
		padding-left: 15px;
	}

}

/* Custom, iPhone Retina */ 
@media (min-width : 320px) and (max-width: 478px)  {


	/* Logo */
	.navbar-brand{
		width: 120px !important;
		background-size: contain !important;
	}

	/* Default title */
	h2.title{
		font-size: 20px;
	}
	

	/* Featured Tab */
	.featured-tab .nav-tabs>li>a{
		padding-left: 5px;
		padding-right: 5px;
	}
	.featured-tab .tab-info h3{
		font-size: 14px;
	}

	.featured-tab .tab-info p{
		font-size: 11px;
	}


	.featured-tab .tab-pane img.pull-left{
		margin-top: 15px;
	}

	/* Portfolio */
	#portfolio-carousel .caption h3{
		font-size: 14px;
		line-height: normal;
		margin-bottom: 5px;
		font-weight: 600;
	}
	#portfolio-carousel .caption p{
		font-size: 12px;
		line-height: normal;
	}

	/* Panel */
	h4.panel-title a.collapsed:after,
	h4.panel-title a:after{
		right: 0;
	}

	/* Action */
	#action h2{
		font-size: 28px;
	}

	.action.btn{
		padding: 8px 20px;
	}

	/* Copyright */
	.footer-bottom-menu{
		margin: 20px 0 0 0;
	}
	#back-to-top img{
		width: 75px !important;
		background-size: contain !important;
	}
	.scroll-up img{
		margin-top: 14px;
	}
	
	.ftrh3 {
    color: #FFF;
    font-size: 20px;
    text-align: left;
    clear: both;
	}

	.pshlft {
    margin-left: 25px;
	}

}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
	.pshlft {
    margin-left: 25px;
}
}



























/* OTHER CODING START FROM HERE */
@media only screen and (min-width:1798px) and (max-width: 2000px) {
 .imgSec{
    width: 100%;
}
 .imgSec img{
width: 100%;
max-height: 309px;}

 .imgSec2{
    width: 100%;
}
 .imgSec2 img{
width: 100%;
max-height: 271px;}


}

@media only screen and (min-width:1498px) and (max-width: 1600px) {
 .imgSec{
    width: 100%;
}
 .imgSec img{
width: 100%;
max-height: 328px;}

.imgSec2{
    width: 100%;
}
 .imgSec2 img{
width: 100%;
max-height: 289px;}

}
/* OTHER CODING START FROM HERE */





#topheader {
	margin:0px;
	background:#000;
	padding:10px 0px;
}





.abtinnrbx {
	font-family: 'Raleway', sans-serif;
	background:#fff;
	height:auto;
	font-size:15px;
	line-height:20px;
	color:#333;
	text-align:justify;
	margin:0px;
	padding: 0px 0px 8px 0px;
}

.srvcebx {
	font-family: 'Raleway', sans-serif;
	background:#fff;
	height:auto;
	font-size:15px;
	line-height:20px;
	color:#333;
	text-align:justify;
	margin:0px;
	padding: 8px 0px 48px 0px;
}

.rdbxlne {
	width: 50px;
    height: 1px;
    background: rgb(255, 255, 255);
    margin: 40px 0px 0px;
    padding: 0px;
}


.blkbox {
	font-family: 'Raleway', sans-serif;
	background:#161616;
	height:auto;
	font-size:15px;
	line-height:20px;
	color:#333;
	text-align:justify;
	margin:0px 0px 20px 0px;
	padding:0px;
}





.servcetrlne {
	border-bottom:solid 1px #2e76b6; 
	width:130px;
	text-align:center;
	/*margin:15px 0px 20px 42.5%;*/
	padding:0px;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size:25px;
	color:#333;
	font-weight:normal;
	margin:0px;
	text-align: center;
	padding:25px 0px 0px 0px;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin:0px;
	text-align: center;
	padding:10px 0px;
}

h4:hover {
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	margin:0px;
	text-align: center;
	padding:10px 0px;
}

h5 {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#009bff;
	font-weight:normal;
	margin:0px;
	text-align: center;
	padding:10px 0px;
}

h6 {
	font-family: 'Raleway', sans-serif;
	font-size:25px;
	color:#333;
	font-weight:normal;
	margin:0px;
	text-align: left;
	padding:25px 0px 0px 0px;
}

.trvl {
	background:#f6f5f3; 
	margin:0px 20px 20px 0px; 
	padding-top:7px;
	padding-left:7px;
}

.trvaisa {
	background:#f6f5f3; 
	margin:0px 20px 20px 0px; 
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
}

.trvaisa:hover {
	background:#009bff;
	color:#fff;
	margin:0px 20px 20px 0px; 
	padding-top:7px;
	padding-bottom:7px;
}

.trvelfreby {
    width: 250px;
    height: auto;
    line-height: auto;
    padding-top: 45px;
    padding-right: 30px;
}

.freby {
	height:auto;
	line-height:auto;
	border-left:1px solid #e9e8e8;
	margin:10px 10px 0px 0px; 
	padding-bottom: 13px;
	padding-top:7px;
}

.trvl:hover  {
	background:#009bff;
	color:#fff;
	margin:0px 20px 20px 0px; 
	padding-top:7px;
}

.txtalgn {
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	color:#000;
	line-height:25px;
	text-align:center;
	text-decoration:none;
	margin:20px 30px 0px 0px;
	padding:0px;
}

.frebypln {
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	color:#000;
	line-height:25px;
	text-align:center;
	text-decoration:none;
	margin:20px 10px 0px 0px;
	padding:0px;
}

.hvr {
	padding:20px 0px;
	border-radius:5px;
	margin:0px 10px 0px 0px;
}

.hvr:hover {
	background:#f2f4f7;
	padding:20px 0px;
	border-radius:5px;
	margin:0px 10px 0px 0px;
}

.proimg {
	/* margin-top:11%; */
	/* cursor:pointer; */
	opacity:0.5;
}

.proimg:hover {
	opacity:10;
}

/*.gtmrg {
	margin-top:0px;
}*/

.bropro {
	width:100%;
	margin:0px;
	padding:10px;
	border-radius:5px;
}

.protp {
	width:100%;
	margin:0px;
	padding:0px 0px 20px 0px;
	background:#fff;
	border-radius:5px;
}

.getimg {
	text-align:center;
	padding:20px 90px;
}

.gdeviceetimg {
	text-align:center;
	padding:20px 55px 3px;
}

.txtjust::before {
	text-align:justify;
	padding-top:3px;
	color:#333;
	width:95%;
}

.txtjust::after { 
    content: "";
    text-align:justify;
	padding-top:3px;
	color:#f00;
	width:95%;
}

.txtbld {
	text-align:left;
	font-weight:normal;
	margin-bottom:10px;
	color:#333;
}

.ftrtxtbld {
	text-align:justify;
	font-weight:normal;
	margin-bottom:10px;
	margin-right:25px;
	color:#fff;
}

.abotlst ul {
float:left;
width:100%;
margin:10px 0px;
padding:0px;
font-family: 'Raleway', sans-serif;
list-style-type: none;
}

.abotlst ul li {
font-family: 'Raleway', sans-serif;
background:url(../images/blkdot.jpg) no-repeat scroll 1px 5px;
text-align:justify;
text-decoration: none;
margin-bottom:1px;
font-size:15px;
color: #333;
margin-top:7px;
padding: 1px 2px 0px 18px;
display:block;
}


.trvcontactinfo ul {
	float:left;
	margin:1px 0px 0px 0px;
	padding:0px;
	font-family: 'Raleway', sans-serif;
	list-style-type: none;
}

.trvcontactinfo ul li {
	font-family: 'Raleway', sans-serif;
	text-align:left;
	text-decoration: none;
	margin-bottom:3px;
	font-size:14px;
	color: #333;
	padding: 10px 2px 0px 13px;
	display:block;
}



.imgflot {
	float:left;
	margin:-1px 10px 10px -15px;
}



.trvphon {
	float:left;
	margin:1px 10px 10px -22px;
}

.imgphon2 {
	float:left;
	margin:0px 10px 10px -12px;
}



.bottom{
	background:#1a191e;
	padding:12px 0px 12px 0px;
}





.txtrgt {
	float:right;
	color:#5a5a5a;
	font-size:14px;
	text-align:right;
	margin-right:23px;
}

.botomfotrpra {
	font-family: 'Raleway', sans-serif;
	display:inline;
	float:left;
	padding:0px 30px 0px 0px;
	font-size:14px;
	color:#8e8d8d;
}




/* ====== About Coding ===== */

#abtbgsecclr {
	margin-bottom:20px;
}

.login ul {
float:left;
width:100%;
margin:4px 0px 0px 0px;
padding:0px;
font-family: 'Raleway', sans-serif;
list-style-type: none;
}

.login ul li {
font-family: 'Raleway', sans-serif;
text-align:justify;
text-decoration: none;
margin-bottom:1px;
font-size:15px;
color: #fff;
margin-top: 0px;
padding: 5px 2px 0px 8px;
display:inline;
}

.login ul li a {
font-family: 'Raleway', sans-serif;
text-align:justify;
text-decoration: none;
margin-bottom:1px;
font-size:15px;
color: #fff;
margin-top:0px;
padding: 1px 2px 0px 0px;
display:inline;
}

.login ul li a:hover {
font-family: 'Raleway', sans-serif;
text-align:justify;
text-decoration: none;
margin-bottom:1px;
font-size:15px;
color: #ccc;
margin-top:0px;
padding: 1px 2px 0px 0px;
display:inline;
}

.trmcondtxtalgn {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    text-align: justify;
    text-decoration: none;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

.listinnr ul {
float:left;
width:100%;
margin:10px 0px;
padding:0px;
font-family: 'Raleway', sans-serif;
list-style-type: none;
}

.listinnr ul li {
font-family: 'Raleway', sans-serif;
background:url(blkdot.jpg) no-repeat scroll -1px 6px;
text-align:justify;
text-decoration: none;
margin-bottom:1px;
font-size:15px;
color: #333;
margin-top:7px;
padding: 10px 25px 0px 0px;
display:block;
}

.innrlist ul {
float:left;
width:100%;
margin:10px 0px;
padding:0px;
font-family: 'Raleway', sans-serif;
list-style-type: none;
}

.innrlist ul li {
font-family: 'Raleway', sans-serif;
background:url(blkdot.jpg) no-repeat scroll -1px 6px;
text-align:justify;
text-decoration: none;
margin-bottom:1px;
font-size:15px;
color: #333;
margin-top:7px;
padding: 10px 0px;
display:block;
}

.lneinnr {
    border-bottom: solid 1px #2e76b6;
    width: 200px;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

.innrsrvcebx {
	font-family: 'Raleway', sans-serif;
	background:#fff;
	height:auto;
	font-size:15px;
	line-height:20px;
	color:#333;
	text-align:justify;
	margin:0px;
	padding: 0px 0px 76px 0px;
}

.prisebx {
	font-family: 'Raleway', sans-serif;
	background:#fff;
	height:auto;
	font-size:15px;
	line-height:20px;
	color:#333;
	text-align:justify;
	margin:0px;
	padding: 0px 0px 0px 0px;
}

.hotmalbx {
	font-family: 'Raleway', sans-serif;
	background:#fff;
	height:auto;
	font-size:15px;
	line-height:20px;
	color:#333;
	text-align:justify;
	margin:0px;
	padding: 0px 0px 20px 0px;
}

#devcebg {
	background:#fff;
}

.capabilities ul {
float:left;
width:100%;
margin:10px 0px;
padding:0px;
font-family: 'Raleway', sans-serif;
list-style-type: none;
}

.capabilities ul li {
font-family: 'Raleway', sans-serif;
background:url(blkdot.jpg) no-repeat scroll -1px 6px;
text-align:left;
text-decoration: none;
margin-bottom:1px;
font-size:14px;
color: #333;
margin-top:7px;padding: 1px 22px 0px 0px;
display:block;}

.lwc_input {
	width:46%; 
	height:35px; 
	background-color:#f5f5f5; 
	border:1px solid #ddd; 
	border-radius:3px;
	float:left;
	color:#fff;
	text-align:left; 
	font-size:15px; 
	font-family:Arial, Helvetica, sans-serif; 
	margin-bottom:9px;
	margin-right:18px;
	padding-left:10px;
}

.trv_input {
	width:100%; 
	height:35px; 
	background:#f5f5f5; 
	border:1px solid #ddd; 
	border-radius:3px;
	float:left;
	color:#333;
	text-align:left; 
	font-size:15px; 
	font-family:Arial, Helvetica, sans-serif; 
	margin-bottom:9px;
	margin-right:18px;
	padding-left:10px;
}

input:focus { 
    outline: none !important;
	border-color: #fc951f;
}

textarea:focus { 
    outline: none !important;
    border-color: #fc951f;
}

::-webkit-input-placeholder {
   color: #ccc;
   font-size:15px;
}

.lwc_txtara {
	width:95.5%; 
	height:70px;
	line-height:50px;
	background-color:#f5f5f5;
	border:1px solid #ddd;
	border-radius:3px;
	float:left; 
	color:#fff;
	text-align:left; 
	font-size:16px; 
	font-family:Arial, Helvetica, sans-serif; 
	margin-bottom:5px; 
	padding-left:10px;
}

.trv_txtara {
	width:100%; 
	height:70px;
	line-height:50px;
	background:#f5f5f5;
	border:1px solid #ccc;
	border-radius:5px;
	float:left; 
	color:#333;
	text-align:left; 
	font-size:16px; 
	font-family:Arial, Helvetica, sans-serif; 
	margin-bottom:5px; 
	padding-left:10px;
}

.lwcsbmit {
	float:right; 
	width:30%; 
	height:35px; 
	line-height:32px; 
	background:#fc951f;
	border:1px solid #fc951f; 
	font-size:16px; 
	color:#fff;
	border-radius: 3px;
	margin-right:25px; 
	font-weight:bold; 
	margin-top:10px;
	margin-bottom:10px;
}

.trvsbmit {
	float:right; 
	width:30%; 
	height:35px; 
	line-height:32px; 
	background:#009bff;
	border:1px solid #009bff; 
	font-size:16px; 
	color:#fff;
	border-radius:3px;
	font-weight:bold; 
	margin-top:10px;
	margin-bottom:10px;
}



/* RAMA CODE */



.redbox {
	font-family: 'Raleway', sans-serif;
	background:#fff;
	height:auto;
	font-size:15px;
	line-height:20px;
	color:#333;
	text-align:justify;
	margin:0px;
	padding: 0px 0px 36px 0px;
}

.abtinnrbx {
	font-family: 'Raleway', sans-serif;
	background:#fff;
	height:auto;
	font-size:15px;
	line-height:20px;
	color:#333;
	text-align:justify;
	margin:0px;
	padding: 0px 0px 25px 0px;
}

.abtinnrbxfltlft {
    margin-left: 100px;
}

.pshlft {
    margin-left: 120px;
}

#bgsecclr {
	background:#f5f5f5;
	margin-top:0px;
	padding-bottom:30px;
}

.lne {
	border-bottom:solid 1px #fbc800;
	text-align:center;
	width:200px;
	margin:15px 0px 20px 0px;
	padding:0px;
}

.cntrlne {
	border-bottom:1px dashed #009bff; 
	width:150px;
	text-align:center;
	padding:0px;
}

.smlllne {
	border-bottom:1px dashed #009bff; 
	width:70px;
	text-align:center;
	padding:0px;
}

#yellwsecclr {
	font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 35px;
    text-align: center;
    background:url(../images/tra_img_13.jpg) no-repeat top center ;
    margin: 30px 0px 0px;
    padding: 30px 0px;
}

#abttphder {
	font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 35px;
    text-align: center;
    background: #e8e7e7 url(../images/abtbg.png) no-repeat left;
    margin: 0px 0px 30px;
    padding: 10px 0px;
}

.abthedngtxt {
    font-size: 30px;
    margin-top: 25px;
    text-align: left;
}









.picset { 
	width:540px;
}

.sdebrlst ul {
	float:left;
	margin:0px 0px 23px 0px;
	padding:0px;
	font-family: 'Raleway', sans-serif;
	list-style-type: none;
}

.sdebrlst ul li {
	font-family: 'Raleway', sans-serif;
	background:url(../images/arrowimage.jpg) no-repeat scroll -3px 5px;
	text-align:left;
	text-decoration: none;
	margin-bottom:3px;
	font-size:17px;
	font-weight:bold;
	color: #9b9b9b;
	padding: 1px 2px 0px 0px;
	display:block;
}

.sdebrlst ul li a {
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	font-weight:normal;
	color: #333;
	font-size:17px;
	padding: 1px 2px;
	display:block;
}

.sdebrlst ul li a i {
    float:left;
    margin:0px;
    padding:4px 20px 0px 0px;
    height:15px;
    width:15px;
    line-height:15px;
    color:#fbc800;
    text-align:left;
    font-size:15px;
}
 
.sdebrlst ul li a:hover {
	color: #fbc800;
}

.sdebrhedng {
    color: #fbc800;
    font-size: 23px;
	margin:0px;
	padding:0px;
    text-align: left;
    clear: both;
}

.lgolft {
	margin-left:113px;
}





.rgtndbtm {
	border-right: 1px solid #d9d8d8; 
	border-bottom: 1px solid #d9d8d8;
}

.onybotmbdr {
	border-bottom: 1px solid #d9d8d8;
}

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

.formSide {
	background-color:rgba(0, 0, 0, 0.8); 
	float:right;
	max-height:370px; 
	position:absolute; 
	bottom:0; 
	right:70px; 
	top:120px; 
	width:470px; 
	z-index:999;
}

.formBg {
	padding-left:15px;
}

.frmhadng {
	background:#009bff; 
	color:#FFF; 
	font-size:20px; 
	font-weight:normal;
	margin-bottom:20px;
}



.ftredbx {
	width:100%;
	height:230px;
	padding:10px 10px 20px 10px;
	margin-bottom:20px;
	clear:both;
	border-bottom:1px solid #e8e7e5;
}

.ftredbx:hover {
	width:100%;
	height:230px;
	padding:10px 10px 20px 10px;
	margin-bottom:20px;
	clear:both;
	background:#e8e7e5;
	border-bottom:1px solid #e8e7e5;
}

.ftredbximg {
	width:30%;
	height:195px;
	float:left;
	padding:0px;
}

.ftredbxtxt {
	width:70%;
	height:195px;
	float:left;
	padding:0px;
}

.ftredbxbtn {
	float:left; 
	width:17%; 
	height:35px; 
	line-height:35px; 
	background:#009bff;
	font-size:16px; 
	color:#fff;
	border-radius:5px;
	text-align:center;
	font-weight:bold; 
}

span {
	text-align:center;
}



/* Child Labour */

.socilyellwimg {
	z-index:999; 
	background:#f3efec; 
	padding:0px;
}

.tpgtmrgn {
	margin-top:50px;
}

.infodetal{
	padding: 0px;
}

.infodetal ul{
	list-style: none;
	margin: -19px 0px;
	padding: 0;
}

.infodetal li{
	float: right;
	font-size: 25px;
	font-weight:normal;
	margin-left: 10px;
	color:#08a5ea;
	padding-right:10px;
}

.infodetal i{
	color: #fff;
	background:#026a2f;
	font-size: 20px;
	padding:10px 10px; 
	margin-right: 5px;
}

.infodetal li.social-icon i{
	font-size: 16px;
	color: #333;
	margin-left: 10px;
	margin-right: 0;
}

.infodetal li.social-icon i:hover{
	color: #8c1b1e;
}

.welcme {
	font-size: 18px;
    text-align: left;
    padding: 10px 0px;
    text-decoration: none;
    float: left;
}

.social_icon {
    float:left;
    margin-top:-3px;
    padding:0px;
}
.social_icon ul {
    float:left;
    margin:0px;
    list-style:none;
    padding:0px 0px;
}
.social_icon ul li {
    float:left;
    margin:0px;
    list-style:none;
    padding-right: 5px;
}
.social_icon ul li a {
    float:left;
    margin:15px 0px 0px;
    padding:0px;
}
.social_icon ul li a i {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 38px;
    background: #fff;
    width: 38px;
    border-radius: 15%;
    line-height: 40px;
    color: #f3b910;
    text-align: center;
    font-size: 20px;
}
.social_icon ul li a i:hover {
    text-decoration:none;
    background:#e2ab0a;
    color:#fff;
}

strong {
	color:#333;
	font-weight:normal;
}

.tpbgtrnsprt {
	z-index:999; 
	background:#08a5ea; 
}

.secbgclr {
	background: #f3b910 url(../images/sectpimg.png) no-repeat top;
	background-position: 0px -3px;
	padding:30px 0px 12px;
	text-align: center;
	margin:40px 0px;
}

.littergirl {
	background: #fdaa4a url(../images/littlegirl_orange.jpg) no-repeat right;
	padding:80px 0px 80px 12px;
	text-align: center;
	margin:40px 0px 0px;
}

.seccallbg {
	background:#f3b910;
	padding:30px 0px 12px;
	text-align: center;
	margin:0px 0px 0px;
}

.secbgclrblk {
	background:#000;
	padding:30px 0px;
}

.secbgimg {
	background:#fff;
	padding:30px 0px 40px;
}

.artimg {
	margin:0px;
}

.ftrh1 {
	color: #000;
    font-size: 23px;
	margin-top: 15px;
    text-align: center;
    font-weight: normal;
}

.ftrh2 {
	color: #1DC6DF;
	font-family: 'Raleway', sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}

.donatenow {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}

.ftrh4 {
    color: #fa921f;
    font-size: 25px;
    text-align: left;
    font-weight: bold;
}

.ftrh5 {
    color: #6f5405;
    font-size: 50px;
    margin-top: 15px;
    text-align: center;
    font-weight: normal;
}

.missonhedng {
	color:#333;
	font-size:25px;
	text-align:center;
	font-weight:normal;
}

.frmgettp {
	background: #f3b910 url(../images/frmptrnbg.png) repeat-x;
    margin-top: -100px;
    padding: 10px 10px;
}

.missonhedng2 {
	color:#fff;
	font-size:25px;
	text-align:center;
	font-weight:normal;
}

.tpne {
	background:#333;
	width:30px;
	height:5px;
	float:left;
	margin:-3px 0px 15px 0px;
}

.ftrh1ine {
	background:#fff;
	width:30px;
	height:5px;
	float:left;
	margin:-3px 0px 15px 0px;
}

.ftrh3 {
	color:#fff;
	font-size:20px;
	text-align:left;
	font-weight:normal;
}

footer {
	background:#1a1a1a;
	color:#969595;
	text-align:center;
	padding:10px 0px 10px;
}

.shortmenu ul {
	float: none;
	margin: 15px 0px 0px 0px;
	padding:0px;
	font-family: 'Raleway', sans-serif;
	list-style-type: none;
}

.shortmenu ul li {
	font-family: 'Raleway', sans-serif;
	text-align:left;
	text-decoration: none;
	margin-bottom:3px;
	font-size:18px;
	text-transform: none;
	font-weight:bold;
	color: #fff;
	padding: 5px 2px 0px 0px;
}

.cl_input {
	width: 95%;
	height:40px;
	background-color:#fff;
	border:0px;
	float:left;
	color:#333;
	text-align:left;
	font-size:15px;
	font-family: 'Raleway', sans-serif;
	margin-bottom:9px;
	margin-right:18px;
	padding-left:10px;
}

::-webkit-input-placeholder {
   color: #000 !important;
   font-size:15px;
}

.cl_txtara {
	width:95%; 
	height:200px;
	line-height:50px;
	background-color:#fff;
	border:0px;
	float:left; 
	color:#333;
	text-align:left; 
	font-size:16px; 
	font-family: 'Raleway', sans-serif;
	margin-bottom:5px; 
	padding-left:10px;
}

.clsbmit {
	    float: right;
    width: 25%;
    height: 40px;
    line-height: 32px;
    background: #fc951f;
    border-radius: 3px;
    border: 0px;
    font-size: 17px;
    color: #fff;
    margin-right: 19px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contactinfo ul {
	float:left;
	margin:1px 0px 0px 0px;
	padding:0px;
	font-family: 'Raleway', sans-serif;
	list-style-type: none;
}

.contactinfo ul li {
	font-family: 'Raleway', sans-serif;
	text-align:left;
	text-decoration: none;
	margin-bottom:3px;
	font-size:16px;
	color: #848484;
	padding: 10px 2px 5px 0px;
	display:block;
}

.contactinfo ul li i {
	font-family: 'FontAwesome';
    text-align: center;
    float: left;
    width: 35px;
    line-height: 30px;
    height: 35px;
    background: #fc951f;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 10px 0px 0px;
    font-size: 16px;
    color: #fff;
    padding: 3px 2px 0px 3px;
    display: block;
}

.imgphon {
	float:left;
	margin:1px 10px 10px -12px;
}

.imgmal {
	float:left;
	margin: -9px 10px 10px -9px;
}

.imgmal2 {
	float:left;
	margin: -9px 10px 10px -9px;
}

.missonsecbg {
	margin:30px 10px;
	background:#ecd275;
	padding:20px 20px;
	border-radius:20px;
}

.contactsecbg {
	margin:30px 10px;
	background:#00923f;
	padding:20px 20px;
	border-radius:20px;
}

.mission ul {
	float:left;
	margin:0px 20px;
	padding:0px;
	font-family: 'Raleway', sans-serif;
	list-style-type: none;
}

.mission ul li {
	background:url(../images/Icon_img_04.png) no-repeat scroll 0px 15px;
	font-family: 'Raleway', sans-serif;
	text-align:justify;
	text-decoration: none;
	margin-bottom:3px;
	font-size:15px;
	font-weight:normal;
	color: #333;
	padding: 13px 2px 10px 28px;
	display:block;
}

.abtbtn {
	float: left;
    width: 28%;
    height: 30px;
    line-height: 29px;
    background: #00923f;
    border-radius: 3px;
    border: 0px;
    font-size: 13px;
    color: #fff;
	text-align:center;
    margin-right: 56px;
    font-weight: normal;
    margin-bottom: 10px;
}

.abtbtn:hover {
    background: #01ab4b;
    color: #fff;
}






/* NEW CODE */

/*-- Header fixed --*/

.main-nav{
	width: auto;
}




/*-- Main navigation --*/

.navbar-header{
	position: relative;
	z-index: 0;
}

a.navbar-brand{
	padding: 4px 10px;
	
	
}

.navbar{
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}

.navbar-nav>li>a{
	padding: 0px 15px;
    font-weight: normal;
    font-size: 15px;
}

.navbar-toggle{
	background: #eb2c33;
	border-radius: 0;
	margin-right: 5px;
}

.navbar-toggle .icon-bar{
	background: #999;
}

ul.nav.navbar-nav li{ 
	background-color:#none;
}

ul.navbar-nav li a{
	color: #000;
	font-weight: normal;
}

ul.navbar-nav ul li a{
	color: #999;
	height: 30px;
	line-height: 20px;
}

ul.navbar-nav li a:hover, 
ul.navbar-nav li a:focus{
	color: #1dc6df;
	background:none;
}

ul.navbar-nav > li.active{
	background: none;
}

ul.navbar-nav li.active > a,
ul.navbar-nav > li.active.dropdown.open{
	color: #1dc6df;
}

ul.navbar-nav li.active > .dropdown-menu > li.active > a{
	color: #f3b910;

}

ul.navbar-nav li.search{
	margin-left: 10px;
	background: #2E76B6;
}


.navbar-nav .dropdown-menu{
	left: 0;
	right: auto;
}

.dropdown-menu * {
	width: 100%;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.navbar-nav .dropdown-menu{
	background: #fff !important;
	border: 0;
	box-shadow: none;
	min-width: 225px;
	display: block;
	opacity: 0;
	z-index:1;
	visibility:hidden;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(.43, .26, .11, .99);
	transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(.43, .26, .11, .99);
}

.navbar-nav .dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility:visible;
	color: #777;
	width: 100%;
	background:#333;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
 }

 .navbar-nav .dropdown-backdrop {
	visibility: hidden;
}

.navbar-nav .dropdown-menu li{
	padding: 10px 10px 0;
}

.navbar-nav .dropdown-menu li:first-child{
	border-radius: 2px 2px 0 0;
}

.dropdown-menu li:last-child{
	border-radius: 0 0 2px 2px;
}

.dropdown-menu>li>a{
	font-size: 14px;
	padding: 10px 0;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, 
.dropdown-menu>li.active>a{
	background: none !important;
	color: #fb941b !important;
}

.nav .open>a, .nav .open>a:hover, 
.nav .open>a:focus{
	background: transparent;
	border:0;
}

.strclr (
	color:#fff !important;
)

.kdbx {
	margin:30px 0px 0px 20px;
}

.fearlst ul {
	float:left;
	margin:1px 0px 0px 0px;
	padding:0px;
	font-family: 'Raleway', sans-serif;
	list-style-type: none;
}

.fearlst ul li {
	font-family: 'Raleway', sans-serif;
    text-align: left;
    text-decoration: none;
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: normal;
    color: #ccc;
    padding: 5px 2px 0px 0px;
    display: block;
}

.tvbx {
	margin:30px 0px 0px -20px;
}

.ftrtxt {
	color:#848484; padding-right:30px; text-align:justify;
}

.techlist ul {
	float:left;
	width:100%;
	margin:0px 0px 25px 0px;
	padding:0px;
	font-family: 'Raleway', sans-serif;
	list-style-type: none;
}

.techlist ul li {
	font-family: 'Raleway', sans-serif;
	text-align: left;
	text-decoration: none;
	margin-bottom: 5px;
	font-size: 20px;
	background: #fafafa;
	font-weight: normal;
	color: #666;
	padding: 5px 2px 5px 10px;
	display: block;
}

.techlist ul li:hover {
	font-family: 'Raleway', sans-serif;
	text-align: left;
	text-decoration: none;
	margin-bottom: 5px;
	font-size: 20px;
	background: #fa921f;
	font-weight: normal;
	color: #fff;
	padding: 5px 2px 5px 10px;
	display: block;
}

.cpuhedng {
    color: #000;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
}

.tpbgsec {
    background: #eaeaea;
    padding: 30px 0px;
    margin-bottom: 30px;
}

.lolipop {
    color: #000;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin: 20px 0px 60px;
}

.tpywsec {
	background: #f3b910 url(../images/secbtmimg.png) no-repeat bottom;
    background-position: 0px 56px;
	padding-bottom: 10px;
}

.orlgl ul {
float:right;
margin:5px -30px 5px 0px;
padding:0px;
font-family: 'Raleway', sans-serif;
}

.orlgl ul li {
	font-family: 'Raleway', sans-serif;
    text-align: left;
    text-decoration: none;
    margin-bottom: 1px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    padding: 1px 2px;
    display: inline;
}

.orgltxt {
	font-size:20px; 
	color:#fff; 
	padding-top:18px;
}

.hrscallnks {
	float: left;
    padding: 50px 484px;
    width: 100%;
}

.sbmt {
	font-family: 'Raleway', sans-serif;
    font-size: inherit;
    line-height: inherit;
    width: 25%;
    color: #fff;
    float: right;
    padding-left: 7px;
    height: 40px;
    margin-right: 7px;
    border: 0px;
    background: #000;
}

.partex {
	line-height:25px;
	font-size: 15px;
	margin: 30px 0px 30px 0px;
}

.Weltex {
	line-height:30px;
	font-size: 17px;
	margin: 30px 30px 30px 0px;
}

.txtpragrph {
	line-height:45px; 
	font-size: 40px; 
	margin: 5px 0px 0px 0px;
}

.optn {
    line-height: 30px;
    font-size: 25px;
	color: #fff;
    margin: 5px 0px 0px 0px;
}

.input {
	width: 47.7%;
    padding-left: 7px;
    height: 40px;
    margin: 5px;
    border: 0px;
    background: #e7e7e7;
}

.txtara {
	width: 97.5%;
    padding-left: 7px;
    height: 120px;
    margin: 5px;
    border: 0px;
    background: #e7e7e7;
}

.contactinfo ul {
	float:left;
	margin:1px 0px 0px 0px;
	padding:0px;
	width:100%;
	font-family: 'Raleway', sans-serif;
	list-style-type: none;
}

.contactinfo ul li {
	font-family: 'Raleway', sans-serif;
    text-align: left;
    text-decoration: none;
    margin-bottom: 3px;
    font-size: 20px;
    color: #a19c99;
    padding: 10px 2px 5px 0px;
    display: block;
}

span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../images/searchicon.png) center center no-repeat #000;
	cursor: pointer;
	height: 100%;
    width: 100%;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.rollover:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}

.abtinnpg {
	background: #f3f3f3 url(../images/bg2.jpg) left no-repeat;
	padding:30px 0px 12px;
	text-align: center;
	margin:0px 0px 40px;
}

.innstimg {
	margin-left:13px;
}

.mapsec {
	background:#fff url(../images/from_bg.png) bottom repeat-x;
	padding:0px 0px 15px;
	text-align: center;
	margin:10px 0px 40px;
}

.setmarlft {
	margin-left:50px;
}

.setrght {
	margin-left:-60px;
}

.sldrsttp {
	margin-top:0px;
}

.abtimgset {
	padding:70px 0px;
}
 
 .pdng {
	 margin-left:50px;
 }
 
 .stpra {
	 padding-right: 50px;
 }
 
 .bdr {
	 border-top:1px solid #ededed; 
	 padding:60px 0px;
 }
 
.button_bg_6 {
    color: #fff;
    background: #1DC6DF;
    padding: 12px 17px;
    margin: 25px;
    font-family: 'OpenSansBold', sans-serif;
    border: 3px solid #1DC6DF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #f3b910;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.button_bg_6:hover {
    color: #FFF;
}

.button_bg_6:hover {
    box-shadow: inset 200px 100px 0 0 #f3b910;
}

.screenshots ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.screenshots ul li {
    float: left;
    min-height: 100%;
    width: 25%;
    background-color: #000;
    list-style: none;
}
.screenshots figure {
    position: relative;
    overflow: hidden;
}
.screenshots figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover img, .screenshots figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.screenshots figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figcaption a {
    color: #fff
}
.screenshots figcaption a:hover, .screenshots figcaption a:focus {
    color: #1DC6DF
}
.screenshots figure:hover figcaption, .screenshots figure:focus figcaption {
    opacity: 1
}
.visible {
    opacity: 1
}
.screenshots figure.cs-hover figcaption {
    opacity: 1
}
.screenshots figcaption i {
    font-size: 35px;
}
.screenshots figcaption p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.screenshots figcaption .caption-content {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover figcaption .caption-content, .screenshots figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

a.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #1DC6DF url("../images/arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #fdaa4a;
}
 
