/*

Theme Name: ellisav

Theme URI:

Author: Abhishek Roy

Author URI:

Description: ellisav is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. ellisav will make your WordPress look beautiful everywhere.

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog

Text Domain: ellisav-



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/





/**

 * Table of Contents

 *

 * 1.0 - Normalize

 * 2.0 - Genericons

 * 3.0 - Typography

 * 4.0 - Elements

 * 5.0 - Forms

 * 6.0 - Navigation

 *   6.1 - Links

 *   6.2 - Menus

 * 7.0 - Accessibility

 * 8.0 - Alignments

 * 9.0 - Clearings

 * 10.0 - Widgets

 * 11.0 - Content

 *    11.1 - Header

 *    11.2 - Posts and pages

 *    11.3 - Post Formats

 *    11.4 - Comments

 *    11.5 - Sidebar

 *    11.6 - Footer

 * 12.0 - Media

 *    12.1 - Captions

 *    12.2 - Galleries

 * 13.0 - Multisite

 * 14.0 - Media Queries

 *    14.1 - >= 710px

 *    14.2 - >= 783px

 *    14.3 - >= 910px

 *    14.4 - >= 985px

 *    14.5 - >= 1200px

 * 15.0 - Print

 */





/**

 * 1.0 - Normalize

 *

 * Normalizing styles have been helped along thanks to the fine work of

 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

 */



body {
	padding-top: 0px;
	padding-bottom: 0px;
	/*-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;*/

	font-family: 'Open Sans', sans-serif;
	position: relative;
}
a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
	outline: none;
	outline: 0;
}
 input::-moz-focus-inner {
 border: 0;
}
.theme-dropdown .dropdown-menu {
	position: static;
	display: block;
	margin-bottom: 20px;
}
.theme-showcase > p > .btn {
	margin: 5px 0;
}
.theme-showcase .navbar .container {
	width: auto;
}
li a:hover {
	text-decoration: none;
}
.no-resize {
	resize: none !important;
}
input[type="file"].form-control {
	height: auto !important;
}
/********************************************************

********************************************************/

.owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next {
	position: absolute;
}
#banner-carousel {
	background: #000;
}
#banner-carousel .owl-stage-outer .item img {
	opacity: 0.4;
}
#banner-carousel .owl-controls .owl-nav .owl-prev, #banner-carousel .owl-controls .owl-nav .owl-next {
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0 16px;
	width: 52px;
	height: 52px;
	font-size: 20px;
	line-height: 52px;
	color: #fff;
	border: #fff 2px solid;
	background: rgba(255,255,255,0.2);
}
#banner-carousel .owl-controls .owl-nav .owl-prev {
	left: 3%;
}
#banner-carousel .owl-controls .owl-nav .owl-next {
	right: 3%;
}
.overlay {
	width: 55%;
	text-align: center;
	position: absolute;
	z-index: 99999;
	color: #fff;
	top: 33.2%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 39px 20px;
	font-family: 'Open Sans', sans-serif;
}
.overlay h1 {
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0;
	margin-bottom: 28px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}
.overlay p {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 23px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 4px;
	margin-bottom: 34px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}
.overlay .btn-org {
	background: #ee812f;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
	padding: 10px 61px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .7px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.overlay .btn-org:hover {
	background: #2fbce8;
	color: #fff;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
#banner-carousel::before {
	position: absolute;
	left: 0;
	bottom: 0px;
	right: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.3);
	content: "";
	pointer-events: none;
}
/********************************************************

********************************************************/

/********************************************************

********************************************************/

.pad0T {
	padding-top: 0px !important;
}
.pad0R {
	padding-right: 0px !important;
}
.pad0B {
	padding-bottom: 0px !important;
}
.pad0L {
	padding-left: 0px !important;
}
.pad0A {
	padding: 0px !important;
}
/********************************************************

********************************************************/

.pad5T {
	padding-top: 5px !important;
}
.pad5R {
	padding-right: 5px !important;
}
.pad5B {
	padding-bottom: 5px !important;
}
.pad5L {
	padding-left: 5px !important;
}
.pad5A {
	padding: 5px !important;
}
/********************************************************

********************************************************/

.pad10T {
	padding-top: 10px !important;
}
.pad10R {
	padding-right: 10px !important;
}
.pad10B {
	padding-bottom: 10px !important;
}
.pad10L {
	padding-left: 10px !important;
}
.pad10A {
	padding: 10px !important;
}
/********************************************************

********************************************************/

.pad15T {
	padding-top: 15px !important;
}
.pad15R {
	padding-right: 15px !important;
}
.pad15B {
	padding-bottom: 15px !important;
}
.pad15L {
	padding-left: 15px !important;
}
.pad15A {
	padding: 15px !important;
}
/********************************************************

********************************************************/

.pad20T {
	padding-top: 20px !important;
}
.pad20R {
	padding-right: 20px !important;
}
.pad20B {
	padding-bottom: 20px !important;
}
.pad20L {
	padding-left: 20px !important;
}
.pad20A {
	padding: 20px !important;
}
/********************************************************

********************************************************/

.pad30T {
	padding-top: 30px !important;
}
.pad30R {
	padding-right: 30px !important;
}
.pad30B {
	padding-bottom: 30px !important;
}
.pad30L {
	padding-left: 30px !important;
}
.pad30A {
	padding: 30px !important;
}
/********************************************************

********************************************************/

.pad40T {
	padding-top: 40px !important;
}
.pad40R {
	padding-right: 40px !important;
}
.pad40B {
	padding-bottom: 40px !important;
}
.pad40L {
	padding-left: 40px !important;
}
.pad40A {
	padding: 40px !important;
}
/********************************************************

********************************************************/

.mrg0T {
	margin-top: 0px !important;
}
.mrg0R {
	margin-right: 0px !important;
}
.mrg0B {
	margin-bottom: 0px !important;
}
.mrg0L {
	margin-left: 0px !important;
}
.mrg0A {
	margin: 0px !important;
}
/********************************************************

********************************************************/

.mrg5T {
	margin-top: 5px !important;
}
.mrg5R {
	margin-right: 5px !important;
}
.mrg5B {
	margin-bottom: 5px !important;
}
.mrg5L {
	margin-left: 5px !important;
}
.mrg5A {
	margin: 5px !important;
}
/********************************************************

********************************************************/

.mrg10T {
	margin-top: 10px !important;
}
.mrg10R {
	margin-right: 10px !important;
}
.mrg10B {
	margin-bottom: 10px !important;
}
.mrg10L {
	margin-left: 10px !important;
}
.mrg10A {
	margin: 10px !important;
}
/********************************************************

********************************************************/

.mrg15T {
	margin-top: 15px !important;
}
.mrg15R {
	margin-right: 15px !important;
}
.mrg15B {
	margin-bottom: 15px !important;
}
.mrg15L {
	margin-left: 15px !important;
}
.mrg15A {
	margin: 15px !important;
}
/********************************************************

********************************************************/

.mrg20T {
	margin-top: 20px !important;
}
.mrg20R {
	margin-right: 20px !important;
}
.mrg20B {
	margin-bottom: 20px !important;
}
.mrg20L {
	margin-left: 20px !important;
}
.mrg20A {
	margin: 20px !important;
}
/********************************************************

********************************************************/

.mrg30T {
	margin-top: 30px !important;
}
.mrg30R {
	margin-right: 30px !important;
}
.mrg30B {
	margin-bottom: 30px !important;
}
.mrg30L {
	margin-left: 30px !important;
}
.mrg30A {
	margin: 30px !important;
}
/********************************************************

********************************************************/

.mrg40T {
	margin-top: 40px !important;
}
.mrg40R {
	margin-right: 40px !important;
}
.mrg40B {
	margin-bottom: 40px !important;
}
.mrg40L {
	margin-left: 40px !important;
}
.mrg40A {
	margin: 40px !important;
}
/********************************************************

********************************************************/

.font_10 {
	font-size: 10px !important;
}
.font_12 {
	font-size: 12px !important;
}
.font_14 {
	font-size: 14px !important;
}
.font_16 {
	font-size: 16px !important;
}
.font_18 {
	font-size: 18px !important;
}
.font_20 {
	font-size: 20px !important;
}
.font_24 {
	font-size: 24px !important;
}
.font_28 {
	font-size: 28px !important;
}
.font_32 {
	font-size: 32px !important;
}
/********************************************************

********************************************************/





.affix-top .navbar-brand-centered img {
	display: none;
}
.navbar-fixed-top {
	background: rgba(0,0,0,0.7);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navbar-fixed-top.affix {
	background: rgba(0,0,0,0.8);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navbar-fixed-top .navbar-brand img {
	width: 150px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navbar-fixed-top.affix .navbar-brand img {
	width: 130px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navbar-default .navbar-right {
	font-family: 'Open Sans', sans-serif;
	margin-top: 27px;
	margin-bottom: 27px;
}
.navbar-default .navbar-right li {
	text-transform: uppercase;
}
.navbar-default .navbar-right li:first-child a {
}
.navbar-default .nav>li {
	padding: 12px 27.3px;
}
.navbar-default .nav>li>a {
	padding: 0 0;
	font-size: 14px;
	color: #bababa;
}
.navbar-default .nav>li:last-child {
	padding-right: 0;
}
.navbar-default .nav>li:first-child>a {
}
.navbar-default .navbar-right > li > a:before {
	content: '';
	position: absolute;
	bottom: -5px;
	background: #2fbce8;
	height: 2px;
	width: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: .5s all;
}
.navbar-default .navbar-right > li.current-menu-item a {
	color: #2fbce8;
}
.navbar-default .navbar-right > li.current_page_item a {
	color: #2fbce8;
}
.navbar-default .navbar-right li a:hover:before {
	width: 100%;
}
#services_area {
	display: block;
	background: #202020;
}
#services_area .secvice {
	width: 50%;
	height: auto;
	float: left;
}
#about_area {
	display: block;
	background: #fff;
	margin-bottom: 1%;
	text-align: center;
}
#about_area .headline {
	text-align: center;
	margin-top: 3%;
	margin-bottom: 2%;
}
#about_area .headline h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	color: #353535;
	font-weight: 600;
	font-size: 30px;
}
#about_area .headline h1::after {
	background: #1d5fab none repeat scroll 0 0;
	bottom: -10px;
	content: "";
	height: 2px;
	left: 0;
	text-align: center;
	position: absolute;
	right: 0;
	margin: 0 auto;
	width: 50px;
}
#about_area .about_text p {
	font-family: 'Open Sans', sans-serif;
	color: #5d5d5d;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}
.btn-white {
	background: #fff;
	color: #2877be;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
	padding: 8px 42px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-white:hover {
	background: #2877be;
	color: #fff;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
#gallery_area {
	padding-bottom: 3%;
	clear: both;
	display: block;
}
.new-deal {
	width: 100%;
	float: left;
	padding: 15px 0;
}
.new-deal .item-slide {
	position: relative;
	overflow: hidden;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	margin: 15px 0;
}
.new-deal img {
	max-width: 100%;
}
.text-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	z-index: 999;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.box-img {
	background: #000;
	width: 100%;
	float: left;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	overflow: hidden;
	border: 1px solid #ccc;
}
.box-img img {
	opacity: 0.6;
	width: 100%;
}
.text-wrap .desc {
	width: 50%;
	float: left;
	padding: 0 5px;
}
.text-wrap h3 {
	margin: 15px 0px;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.new-deal .item-slide:hover .text-wrap {
	background: none
}
.book-now-c {
	float: right;
	padding: 10px;
}
.new-deal .item-slide:hover .box-img .text-wrap {
	bottom: -100%;
}
.copy_bg {
	background: #000;
	padding: 30px 0px 15px;
	text-align: center;
}
.copy_bg .footer_nav p {
	font-size: 13px;
	color: #b0b0b0;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.copy_bg .footer_nav p a {
	color: #fff;
	text-decoration: none;
}
.copy_bg .footer_nav p a:hover {
	color: #2fbce8;
	text-decoration: none;
}
.copy_bg .footer_nav .list-inline>li {
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px;
	background: url(assets/img/footer-nav-dv.png) no-repeat right center;
}
.copy_bg .footer_nav .list-inline>li:last-child {
	background: none;
}
.copy_bg .footer_nav .list-inline>li a {
	font-size: 13px;
	color: #949494;
	padding: 0 19px 0 12px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.copy_bg .footer_nav .list-inline>li a:hover, .footer_nav .list-inline>li.active a {
	color: #2fbce8;
	text-decoration: none;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.footer_nav .list-inline > li.current-menu-item a {
	color: #2fbce8;
	text-decoration: none;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.footer_nav .list-inline > li.current_page_item a {
	color: #2fbce8;
	text-decoration: none;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.copy_bg .footer_nav .list-inline> li:first-child a {
	padding-left: 5px;
}
.copy_bg .footer_nav .list-inline> li:last-child a {
	border-right: none;
}
.copy_bg .social_icon {
	padding-top: 8px;
	text-align: center;
}
.copy_bg ul.social-network {
	margin-bottom: 0;
	padding: 0;
}
.copy_bg ul.social-network li {
	display: inline;
	margin: 0 1px;
}
/* footer social icons */



.copy_bg .social-network a.icoFacebook:hover {
	color: #fff;
	background-color: #3B5998;
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
}
.copy_bg .social-network a.icoTwitter:hover {
	color: #fff;
	background-color: #33ccff;
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
}
.copy_bg .social-network a.icoGoogle:hover {
	color: #fff;
	background-color: #BD3518;
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
}
.copy_bg .social-network a.instagram:hover {
	color: #fff;
	background-color: #9d2cba;
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
}
.copy_bg .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .copy_bg .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network #checkout_video .overlay a.icoLinkedin:hover i {
	color: #fff;
}
.copy_bg a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.copy_bg .social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	width: 34px;
	height: 34px;
	font-size: 19px;
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	border: rgba(255,255,255,0.00) 1px solid;
}
.copy_bg .social-circle li a:hover {
	border: rgba(255,255,255,1) 1px solid;
}
.copy_bg .social-circle li i {
	margin: 0;
	line-height: 32px;
	text-align: center;
}
.copy_bg .social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.copy_bg .social-circle i {
	color: #aaaca7;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
/********************************************************

				ABOUT US PAGE

********************************************************/



#inner-banner {
	width: 100%;
	max-height: 246px;
	overflow: hidden;
}
#breadcrumb_area {
	background: #f0f3f4;
	border-bottom: #e2e6e7 1px solid;
	font-family: 'Open Sans', sans-serif;
}
#breadcrumb_area .breadcrumb {
	padding: 8px 15px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	list-style: none;
	background-color: none;
	border-radius: 0;
}
#breadcrumb_area .breadcrumb .breadcrumb-item a {
	color: #2fbce8;
}
#about_page {
	display: block;
	background: #fff;
	margin-bottom: 1%;
	text-align: left;
}
#about_page .headline {
	text-align: left;
	margin-top: 3%;
	margin-bottom: 2%;
}
#about_page .headline h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	color: #353535;
	font-weight: 600;
	font-size: 30px;
}
#about_page .headline h1::after {
	background: #1d5fab none repeat scroll 0 0;
	bottom: -10px;
	content: "";
	height: 2px;
	left: 0;
	text-align: left;
	position: absolute;
	right: 0;
	margin: 0 auto;
	width: 50px;
}
#about_page .about_text p {
	font-family: 'Open Sans', sans-serif;
	color: #5d5d5d;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: left;
}
/********************************************************

			      CONTACT US PAGE

********************************************************/





#contact_form .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border: 1px solid #004a6f;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
#contact_form textarea.form-control {
	height: auto
}
#contact_form .form-control:focus {
	border-color: #00aee5;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
.btn-org {
	background: #ee812f;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 25px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .7px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.btn-org:hover {
	background: #2fbce8;
	color: #fff;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.tax-projects {
	color: #20438C;
}
.tax_line {
	height: 1px;
	margin: 10px 0 25px 0;
	background-color: #20438C;
}
.dropdown-menu .menu-item-type-taxonomy a {
	color: #fff !important;
}
/********************************************************Whats Up **************/


.blog_panel {
	padding: 50px 0;
}
.blog_left {
	border-right: 1px solid #ccc;
}
.blog_left_box {
	padding-bottom: 30px;
}
.blog_left_box img {
	width: 100%;
}
.blog_left_box h2 {
	font-size: 18px;
	color: #353535;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.5px;
	line-height: 24px;
}
.blog_left_box span {
	font-size: 12px;
	color: #2fbce8;
	font-weight: 900;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .5px;
	line-height: 24px;
	display: block;
	padding: 0 0 5px 0;
}
.blog_left_box p {
	font-size: 12px;
	color: #5d5d5d;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .5px;
	line-height: 24px;
	display: block;
}
.blog_left_box a {
	font-size: 12px;
	color: #000;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .5px;
	line-height: 24px;
	display: block;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.blog_left_box a i {
	margin-left: 5px;
	display: inline-block;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.blog_left_box a:hover {
	color: #2fbce8;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	text-decoration: none;
}
.blog_left_box a:hover i {
	margin-left: 0;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.blog_right h2 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .5px;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.blog_r_papular {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.blog_r_popu_l {
	width: 90px;
	height: 90px;
	margin-right: 10px;
	float: left;
}
.blog_r_popu_l img {
	width: 100%;
	height: 100%;
}
.blog_r_popu_r h3 {
	font-size: 16px;
	color: #353535;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .5px;
	line-height: 24px;
	margin-bottom: 0;
	margin-top: 8px;
}
.blog_r_popu_r span {
	font-size: 12px;
	color: #2fbce8;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .5px;
	line-height: 24px;
	display: block;
	padding: 0 0 5px 0;
}
.blog_right_1 .blog_r_papular:last-child {
	border-bottom: 0;
}
.blog_right_r {
	padding: 20px 0 0 0;
}
.blog_right_r ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}
.blog_right_r ul li {
	border-bottom: 1px solid #ccc;
}
.blog_right_r ul li a {
	font-size: 12px;
	color: #000;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .5px;
	line-height: 24px;
	display: block;
	padding: 5px 0 5px 0;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.blog_right_r ul li:last-child {
	border-bottom: 0;
}
.blog_right_r ul li a:hover {
	text-decoration: none;
	color: #ea0000;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.blog_right_r ul li a i {
	padding-right: 10px;
	font-size: 8px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.blog_right_r ul li a:hover i {
	padding-left: 10px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.effect-bubba figcaption{
	color:#fff;
	text-align:center;
}

.single-page li{
	list-style-position:inside;
}

#about_page{
	min-height:300px;
}

/* ============= SUBMENU ============== */
#navbar li ul, #navbar li:hover ul ul, #navbar li ul li:hover ul ul {
	display: none;
	position: absolute;
	top: 20px;
	width:150px;
	background: #999;
}
#navbar li:hover ul {
	display: block;
}
#navbar li ul li:hover ul {
	display: block;
	left:150px;
	top: 0;
}
#navbar li:last-child > ul > li:hover ul {
	display: block;
	left:-150px;
	top: 0;
}
#navbar li ul li ul li:hover ul {
	display: block;
	left: 150px;
	top: 0;
}
#navbar li ul li {
	border-bottom: 1px solid #2fbce8;
	color: #2fbce8;
	display: block;
	font: 400 12px/30px "Open Sans",sans-serif
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: capitalize;
}
#navbar li ul li a {
	color: #2fbce8;
	display: block;
	margin: 0;
	padding: 5px 0 5px 10px;
	text-decoration: none;
	transition: all 1s ease 0s;
}
#navbar li ul li a:hover {
	background: #2fbce8;
	color: #fff;
	display: block;
	margin: 0;
	padding: 5px 0 5px 10px;
	text-decoration: none;
	transition: all 1s ease 0s;
}
#navbar li ul, #navbar li:hover ul ul, #navbar li ul li:hover ul ul {
	background: #eeeeee none repeat scroll 0 0;
	display: none;
	position: absolute;
	top: 43px;
	width: 150px;
	z-index: 999;
	padding: 0;
	margin: 0;
}
#navbar li:hover ul {
	display: block;
}
#navbar li ul li:hover ul {
	display: block;
	left: 150px;
	top: 0;
}
#navbar li ul li ul li:hover ul {
	display: block;
	left: 150px;
	top: 0;
}
#navbar li.sudip:before {
	color: #fff;
	content: "\f107";
	font: 13px/27px "FontAwesome";
	margin: 0 10px 0 0;
	position: absolute;
	right: -4px;
	text-decoration: none;
	top: 7px;
}
#navbar li ul li.sudip:before {
	color: #2fbce8;
	content: "\f105";
	font: 13px/27px "FontAwesome";
	margin: 0 10px 0 0;
	position: absolute;
	right: -25px;
	text-decoration: none;
	top: 3px;
}
#navbar li ul li.sudip:before {
	color: #2fbce8;
	content: "\f105";
	font: 13px/27px "FontAwesome";
	margin: 0 10px 0 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 1px;
}
.sub-menu.sudip a {
	background-color: #fff !important;
	color: #000000 !important;
	transition: all 1s ease 0s!important;
}
.sub-menu.sudip a:hover {
	background: #2fbce8 none repeat scroll 0 0 !important;
	color: #fff !important;
	display: block!important;
	margin: 0!important;
	padding: 0 0 0 10px!important;
	text-decoration: none!important;
	transition: all 1s ease 0s!important;
}
.navbar-inverse {
	padding: 30px 30px 28px 30px;
}
.navbar-brand {
	padding: 0 15px 0 0px;
}


/* ====== Mobile Menu ====== */
ul.accordion {
    list-style: outside none none;
    margin-top: 20px;
    padding: 0;
	display:none;
}
ul.accordion .inner {
    display: none;
    overflow: hidden;
}
ul.accordion li {
	list-style:none;
    margin: 0;
}
ul.accordion li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: white none no-repeat scroll center center;
    border-color: gray;
    border-image: none;
    /*border-radius: 0.15em;*/
    border-style: solid;
    border-width: 0 0 1px;
    color: #454545;
    display: block;
    font-family: Arial,metapronorm;
    font-size: 16px;
    height: 58px;
    line-height: 34px;
    padding: 0.75em;
    position: relative;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    width: 100%;
}
ul.accordion li li a {
    font-size: 14px;
}
ul.accordion li a:hover {
    background-color: #f5f6fa;
}
ul.accordion li a.toggle i:before {
    font-family: 'FontAwesome';
    content: "\f067";
	color:#000;
	font-size:14px;
	position:absolute;
	right:10px;
	top:13px;
}
#top {
    border-top: 1px solid gray;
}
ul.accordion ul.inner li > a {
    padding-left: 2em;
}
ul.accordion ul.inner .inner li > a {
    padding-left: 3em;
}
ul.accordion ul.inner .inner .inner li > a {
    padding-left: 4em;
}
ul.accordion li a.toggle.expanded i:before {
    font-family: 'FontAwesome';
    content: "\f068";
    color:#000;
	font-size:14px;
	position:absolute;
	right:10px;
	top:13px;
}

.small-menu{
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 90px;
	display:none;
}
.small-menu .custom-brand img{
	padding:8px 0 0 8px;
}

.small-menu a.click-to-open-menu{
	background: #000 none repeat scroll 0 0;
    color: #fff;
    float: right;
    margin: 35px 16px 15px 12px;
    padding: 10px 8px;
	text-decoration: none;
	outline::none;
}


#xs-header-menu li.current_page_item a, #xs-header-menu li.current-menu-item a, #xs-header-menu li.current-service-ancestor > a.toggle{
	background: #2fbce8 none repeat scroll 0 0;
    color: #fff;
}