/*
* Author: Busiprof Theme
* Created by: Shahid (Scientech IT)
* Framework: Twitter Bootstrap 3.3.6
* Copyright (c) 2016
* Date: 15 Feb, 2016
* http://www.webriti.com
* Name: custom.css
*/


/* Menu Section css---------------------------------------------------------------------------------------------------- */
.navbar {
	background-color: #ffffff;
	border: 0px none;
	position: relative;
	min-height: 60px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 0px;
	border-bottom: 7px solid #2997ab;
	box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.04);
}
.nav {
    list-style: outside none none;
    margin-bottom: 0;
	padding: 0px;
}
.navbar-inverse .navbar-toggle {
	background: none repeat scroll 0 0 #66d1b9;
    border-color: none;
}
.navbar-inverse {
	background-color: rgba(0, 0, 0, 0.6);
    border-color: none;
    border-style: none;
    border-width: 0px;
    padding: 5px 0;
	border-color: none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus { background-color: #66d1b9; }
.navbar-brand {
	font-family: 'Droid Sans';
    font-size: 30px;
	font-weight: 400;
    height: auto;
    line-height: 40px;
    margin-right: 50px;
	padding: 24px 0px;
}
.navbar > .container .navbar-brand { margin-left: 0px; }
.navbar-default .navbar-brand { color: #1b1b1b; }
.navbar-inverse {
    border-bottom: 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 0;
}
.navbar-wrapper {
	position: absolute;
	right: 0;
	left: 0;
	margin-top: 0px;
	z-index: 20;
}
.navbar .navbar-nav > li {
    margin-right: 0px;
    padding: 0 0 0px 0px;
	border-left: none;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'montserrat';
	color: #354656;
	font-size: 15px;
	line-height: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-weight: 600;
	padding: 38px 25px;
	transition: all 0.3s ease-in-out 0s;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:before,
.navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
	background-color: #fff;
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus { color: #FFFFFF; }
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:before,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #2997ab;
}

.caret { margin-left: 5px; }
@media only screen and (max-width: 767px) and (min-width: 480px) {
	.navbar-default .navbar-nav > li > a { padding: 20px 15px; }
}
@media only screen and (max-width: 480px) and (min-width: 200px) {
	.navbar-default .navbar-nav > li > a { padding: 20px 15px; }
}






/*Dropdown Menus & Submenus Css----------------------------------------------------------*/
.dropdown-menu {
	background-color: #2997ab;
    padding: 0;
	min-width: 250px;
	border-radius: 0px;
	box-shadow: 0;
}
.dropdown-menu > li { padding: 0; }
.dropdown-menu > li > a {
    font-family: 'Montserrat';
	color: #ffffff;
	font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	white-space: pre-wrap;
}
.dropdown-menu > li > a:last-chlid {
	border-bottom: 0px;
	border-bottom: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #2997ab;
    text-decoration: none;
	color: #ffffff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-submenu { position:relative; }
.dropdown-submenu > .dropdown-menu {
    top:0;
    left:100% !important;
    margin-top:0px;
    margin-left:0px;
    -webkit-border-radius:0px 0px 0px 0px;
    -moz-border-radius:0px 0px 0px 0px;
    border-radius:0px 0px 0px 0px;
}
.dropdown-submenu:hover > .dropdown-menu { display:block; }
.dropdown-submenu .pull-left{ float:none; }
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 12px 15px;
	margin: 0;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: 0;
}

@media only screen and (max-width: 767px) and (min-width: 480px)
{
.open:{ }
}


/*Widget Css-----------------------------------------------Added by Shahid--------------------------------------------------------------------*/
/*Rss Widget*/
.rss-date, .widget_rss cite { display: block; color: #abb6bc; font-size: 13px; line-height: 25px; padding: 5px 0; }
.rsswidget { font-weight: 500; }
.rssSummary { padding: 5px 0 5px; font-weight: 400; line-height: 25px; }
/* Wp Default Core classes ------------------------------------------------------------------------------------------------------------*/
/* Ul and ol lists*/
ul, ol { margin: 0 0 10px; padding: 0 0px 0px 17px; }
li > ul, li > ol, blockquote > ul, blockquote > ol {
    margin-left: 1.3333em;
}
/* Blockquote*/
blockquote {
	background-color: #f9f9f9;
	border-left: 6px solid #2997ab;
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-radius: 3px;
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px 15px 20px 32px;
	position: relative;
}
blockquote::before { content: "\f10d"; color: #2997ab; font-family: FontAwesome; font-size: 22px; position: absolute; left: 8px; top: 17px; }
blockquote p, blockquote span { font-family: 'Droid Serif'; font-style: italic; font-weight: 400; margin: 0; padding-left: 5px; }
blockquote cite, blockquote small { font-size: 15px; display: block; line-height: 20px; padding-top: 10px; }
blockquote em, blockquote i, blockquote cite { font-style: normal; }
blockquote strong, blockquote b { font-weight: 600; }
/*Address*/
address { font-style: normal; margin: 0 0 20px; line-height: 25px; font-size: 15px; }
address span, address p { display: block; padding: 0 0 10px; }
address span:last-child { padding-bottom: 0; }
address span i { color: #aeb6b9; font-size: 20px; padding: 0 10px 0 0px; }
/*Table*/
table { border-spacing: 0; letter-spacing: 0.5px; margin: 0 0 20px; padding: 0; text-align: left; table-layout: fixed; width: 100%; }
table, table th, table td { font-size: 15px; border: 1px solid #e4e8ea; padding: 5px 10px; }
table th { text-align: left; line-height: 1.9375; }
table td { line-height: 25px; }
tbody a, p a { color: #2997ab; font-weight: 500; }
/*Definition Lists*/
dl { margin-bottom: 20px; margin-top: 0; font-size: 15px; }
dl dt { font-weight: 600; margin-bottom: 5px; }
dl dd { margin-bottom: 20px; margin-left: 20px; }
dl dd a { color: #2997ab; }
/*Abriviation, Acronym, Big, Strike, del, em, Ins, cite, q*/
abbr { text-decoration: none; cursor: help; }
tla, acronym { text-decoration: underline; cursor: help; }
acronym { border-bottom: 0 none; }
big { font-size: larger; font-weight: 600; }
s, strike, del { text-decoration: line-through; }
em, cite, q { font-style:italic; }
ins, mark { background-color: #2997ab; color:#ffffff; text-decoration: none; padding: 0 3px; }
code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
/*Additional Important need*/
/*.entry-content .wp-caption { width: 100% !important; }*/
.wp-caption .wp-caption-text { margin: 0 0 20px !important; }
/*Image Alignment*/
.alignleft { display: inline; float: left; }
.alignright { display: inline; float: right; }
.aligncenter { display: block; margin-right: auto; margin-left: auto; }
blockquote.alignleft, .wp-caption.alignleft, img.alignleft { margin: 0.4em 1.6em 1.6em 0; }
blockquote.alignright, .wp-caption.alignright, img.alignright { margin: 0.4em 0 1.6em 1.6em; }
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter { clear: both; margin-top: 0.4em; margin-bottom: 1.6em; }
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter { margin-bottom: 1.2em; }
img.alignnone{ display: block; margin: 0 auto; height: auto; }
.alignnone img{ display: block; height: auto; }
img.alignleft, .wp-caption.alignleft{ margin-right: 30px; }
img.alignright, .wp-caption.alignright{ margin-left: 30px; float: right;}
img.wp-caption .alignnone { display: block; margin: 0 auto; height: auto; }
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	clear: left;
    font-style: italic;
    line-height: 1.5em;
	font-size: 14px;
    margin: 12px 0;
}
.wp-caption.alignright { margin: 5px 0 20px 20px;}
.wp-caption.alignleft { margin: 5px 20px 20px 0;}
.gallery .gallery-icon img { height: auto; max-width: 90%; padding: 0; border: 5px solid #fff !important;
	-moz-box-shadow: 0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc; }
.gallery-item .gallery-caption { font-size: 14px; margin: 12px 0; text-align: center; font-style: italic; line-height: 1.5em; }
a img.alignright { float: right; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto;}


.wp-caption p.wp-caption-text { font-family: 'Open Sans'; font-size: 14px; margin: 12px 0 !important; text-align: center; font-weight: 400; font-style: italic; line-height: 1.5em; }
.wp-caption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f2f5f6;
    border-color: #e4e8ea;
    border-image: initial;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption > img {
    max-width: 100%;
	height: auto;
}
/*Page Links*/
.page-links a {
	border-radius: 2px;
    display: inline-block;
	border: 0 none;
    font-size: 14px;
	font-weight: 600;
    line-height: 20px;
    margin: 0px 3px 3px;
    padding: 7px 18px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.page-links a:hover { text-decoration: none; }
/*Form - Search Widget, Password, Input and Label*/
.screen-reader-text { font-size: 15px; font-weight: 500; display: block; margin-bottom: 10px; word-break: break-all; }
.post-password-form label {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.5;
	width: 80%;
}
input[type="email" i], .post-password-form input[type="password"], #woocommerce-product-search-field, input[type="password" i] {
	border: 1px solid #e7e7e7;
	box-shadow: 0px 0px 1px #e5e5e5 inset;
	font-size: 16px;
	line-height: 20px;
	color: #737f85;
	height: 40px;
	border-radius: 6px;
	padding: 7px 10px;
	width: 100%;
	outline: 0;
}
select, input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="date"], input[type="number"], input[type="file"]{
	border: 1px solid #e7e7e7;
	box-shadow: 0px 0px 1px #e5e5e5 inset;
	font-size: 16px;
	line-height: 20px;
	color: #737f85;
	height: 40px;
	border-radius: 6px;
	padding: 7px 10px;
	width: 100%;
	outline: 0;
}

select option { padding: 5px; }
#woocommerce-product-search-field { margin: 0 0 20px; }
textarea {
	border: 1px solid #e7e7e7;
	box-shadow: 0px 0px 1px #e5e5e5 inset;
	font-size: 16px;
	line-height: 20px;
	color: #737f85;
	border-radius: 6px;
	padding: 12px 10px;
	width: 100%;
	outline: 0;
}
input[type="submit"], .more-link {
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin: 0;
    border: 0;
    text-align: center;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.45s;
	background-color: #2997ab;
}

input[type="submit"]:hover, .more-link:hover {
	background-color: #2997ab;
    opacity: 0.9;
}

input[type="text"].search_btn {
    margin: 0 0 20px;
}

.entry-content p:before{ color: #2997ab; }
.author-name a{ color: #2997ab; }

/*search for page title*/
.search_box {
    background-color: #fcfcfd;
    background-image: -moz-linear-gradient(center top , #fcfcfd, #f7f8f9);
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    float: right;
    height: 40px;
    margin-top: 10px;
    width: 270px;
}
.search_box input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: left;
    font-family: 'Montserrat';
	font-size: 13px;
	box-shadow: none;
    padding-left: 10px;
    width: 235px;
	height: 40px;
	padding:  0 0px 0 10px;
	margin: 0;
}
.search_box input.search_btn {
    background: rgba(0, 0, 0, 0) url("../images/search_btn.png") no-repeat scroll center center;
    cursor: pointer;
    float: left;
    height: 38px;
    margin-top: 0px;
	padding: 0;
    width: 20px;
}

/* Contact Form 7*/
.wpcf7 p { margin-top: 10px; }

/*Media Screen Css---------------------------------------------------Added by Shahid-----------------------------------------------------------*/

@media only screen and (min-width: 960px) and (max-width: 1200px) {
/*Flexslider*/
.slide-caption { width: 38%; padding: 10px 15px 20px; }
.slide-caption h2 { font-size: 24px; line-height: 27px; margin: 0 0 10px; }
.slide-caption p { font-size: 14px; line-height: 23px; margin: 0 0 10px; }
.flex-btn { padding: 7px 16px; }

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
/*Flexslider*/
.slide-caption { width: 38%; padding: 10px 15px 20px; }
.slide-caption h2 { font-size: 20px; line-height: 25px; margin: 0 0 5px; }
.slide-caption p { font-size: 12px; line-height: 20px; margin: 0 0 7px; }
.flex-btn { font-size: 10px; padding: 4px 12px; }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
/*Logo*/
.navbar > .container .navbar-brand { margin-left: 15px; }
.navbar-toggle { margin: 28px 15px 28px 0px; }

/*Flexslider*/
.slide-caption { width: 82%; left: 10%; padding: 5px 7px; }
/*.slide-caption h2 { font-size: 10px; line-height: 12px; margin: 0 0 2px; }*/
/*.slide-caption p { font-size: 7px; line-height: 11px; margin: 0; }*/
/*.flex-btn { font-size: 7px; line-height: 11px; padding: 2px 6px; }*/
.flex-direction-nav .flex-prev { height: 40px !important; width: 25px !important; }
.flex-direction-nav a.flex-prev::before { padding-right: 19px !important; }
.flex-direction-nav .flex-next { height: 40px !important; width: 25px !important; }
.flex-direction-nav a.flex-next::before { padding-right: 17px !important; }
.flex-direction-nav a::before { font-size: 18px !important; }
/*Page Header*/
.search_box { float: none; margin-top: 20px; }
/*Site Info*/
.site-info .social { float: none; }

}

@media only screen and (min-width: 200px) and (max-width: 480px) {
/*Logo*/
.navbar > .container .navbar-brand { margin-left: 15px; }
.navbar-toggle { margin: 28px 15px 28px 0px; }

/* Header Title */
.header-title h2 { font-size: 18px; line-height: 22px; }


/*Flexslider*/
.slide-caption { width: 82%; left: 10%; padding: 5px 7px; }
.slide-caption h2 { font-size: 8px; line-height: 12px; margin: 0 0 2px; }
.slide-caption p { font-size: 5.5px; line-height: 10px; margin: 0; }
.flex-btn { font-size: 5.5px; line-height: 11px; padding: 2px 6px; }
.flex-direction-nav .flex-prev { height: 40px !important; width: 25px !important; }
.flex-direction-nav a.flex-prev::before { padding-right: 19px !important; }
.flex-direction-nav .flex-next { height: 40px !important; width: 25px !important; }
.flex-direction-nav a.flex-next::before { padding-right: 17px !important; }
.flex-direction-nav a::before { font-size: 18px !important; }
/*Page Header*/
.search_box { float: none; margin-top: 20px; width: 230px; }
.search_box input { width: 195px; }
/*About Us*/
.team .post-thumbnail, .contact .post-thumbnail {
    float: none;
    margin: 30px 25px 50px 30px;
}
/*Site Info*/
.site-info .social { float: none; }

}

/* Woocomerce */
.woocommerce span.onsale {
	background-color:#2997ab;
	color: #fff;
}

.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover{
	background-color: #2997ab;
	color: #fff;
}
.woocommerce .woocommerce-message:before {
	content: "\e015";
	color: #fff;
}

.woocommerce .woocommerce-error {
	border-top-color: #2997ab;
}

.woocommerce .woocommerce-error:before {
	content: "\e016";
	background-color: #2997ab;
	color: #fff;
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
	border-top: 3px solid #2997ab;
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
	background-color: #f7f6f7;
	color: #2997ab;
}

.woocommerce form .form-row .required,
.woocommerce-shipping-calculator p > a:hover,
.woocommerce a.remove,
.woocommerce ul.products li.product .price,
.woocommerce-info a.showcoupon,
a.woocommerce-review-link,
.posted_in a,
ins span {
	color: #2997ab;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select  {
	border-color: #2997ab;
}

.woocommerce .label,
.woocommerce .badge {
	background-color: #2997ab;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #2997ab;
	font-size: 1.25em;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #2997ab;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	   background: #2997ab;
	   color:#fff;
	   padding: 9px 16px;
}
.woocommerce nav.woocommerce-pagination ul li a { padding: 9px 16px;font-size: 15px;color:#4b453f;}

a.added_to_cart{color:#2997ab;}

.woocommerce .order_details li { font-size: 11px;}


.service3.service .post i.fa, .service3.service .post:hover {background-color: #2997ab;}
.service3.service .post:hover .service-icon i.fa {
	color: #2997ab;
}
a{
	color: #2997ab;
}

/*--------------------------------------------------------------
 Service Section 3
--------------------------------------------------------------*/
.service3.service .post {
	background-color: #ffffff;
	border: none;
    margin-bottom: 32px;
    padding: 23px 20px;
    transition: 0.25s;
    border-radius: 0;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
.service3.service .post .service-icon{ position: relative;text-align: center;margin: 0 auto 25px;}
.service3.service .post .service-icon i.fa {
	border-radius: 10%;
    /*color: #fff;*/
    width: 80px;
    height: 80px;
    line-height: 1.9;
    padding: 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.service3.service .post .entry-header .entry-title {display: block; padding: 0;}
.service3.service .post .entry-content p{display: block;overflow: hidden;margin: 0px;}

.service3.service .post:hover {
	color: #fff;
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
}

.service3.service .post:hover .service-icon i.fa {
	background: #f5f6fa;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.service3.service .post:hover .entry-header .entry-title a, .service3.service .post:hover p, .service3.service .post:hover .entry-header .entry-title{ color: #fff; }

.testimonial1.testimonial-scroll .entry-content p:before {
    color: #2997ab;
}

/*--------------------------------------------------------------
 Testimonial 1 Section
--------------------------------------------------------------*/
.testimonial1.testimonial-scroll { text-align: center; }
.testimonial1.testimonial-scroll .post{ margin: 0 0 35px; }
.testimonial1.testimonial-scroll .post-thumbnail{ margin: 0 0 10px; }

.testimonial1.testimonial-scroll .post-thumbnail img {
    border: 4px solid #d2d2d2;
    padding: 1px;
}

.testimonial1.testimonial-scroll .entry-content {
    border: none;
    padding: 16px 25px 8px 25px;
    margin: 30px 0 5px;
}
.testimonial1.testimonial-scroll .post .entry-content:after,
.testimonial1.testimonial-scroll .post .entry-content:before {
	content: '';
    border-width: 0;
}

.testimonial1.testimonial-scroll .entry-content p {  position: relative; }
.testimonial1.testimonial-scroll .entry-content p:before {
    content: '\f10d';
    font-family: 'FontAwesome';
    opacity: 0.35;
    font-size: 100px;
    line-height: normal;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: -1;
}
.testimonial1.testimonial-scroll .author-name{ margin: 8px 0 0; }

.testimonial-scroll .post-thumbnail img{
margin: 0 auto;
}

.testimonial-scroll .post .post-thumbnail{
width: auto;
height: auto;
}

.navbar4 .navbar-brand a{
display: block;
}
.paginations span.current{
    color: #fff;
}
.paginations a:hover, .paginations a:focus, .paginations a.active {
        background-color: #2997ab;
        border: 1px solid #2997ab;
        opacity: 0.9;
        color: #fff;
}

@media (min-width: 991px) and (max-width: 1100px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-header { float: none; }
	.navbar-toggle { display: block; }
	.navbar-collapse.collapse { display: none!important; }
	.navbar-nav { float: none!important; margin: 7.5px 0px 7.5px 0px; }
	.navbar-nav > li { float: none; }
	.navbar-collapse.collapse.in { display: block!important; }
	.collapsing { overflow: hidden!important; }
	.navbar-collapse { border-top: 1px solid #E7E7E7; padding-right: 0px; padding-left: 0px; }

	.navbar > .container .navbar-brand { margin-left: 0px; }
	.navbar-brand { margin-right: 25px; padding: 15px 0px; }
	.navbar-toggle { margin: 22px 0px 22px 0px; }
	.navbar-default .navbar-nav > li > a { font-size: 13px; padding: 15px; }
	.dropdown-menu > li > a { font-size: 13px; line-height: 18px; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}
}
@media (min-width: 768px) and (max-width: 990px) {

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
				box-shadow: none;
	  }

	.navbar-header { float: none; }
	.navbar-toggle { display: block; }
	.navbar-collapse.collapse { display: none!important; }
	.navbar-nav { float: none!important; margin: 7.5px 0px 7.5px 0px; }
	.navbar-nav > li { float: none; }
	.navbar-collapse.collapse.in { display: block!important; }
	.collapsing { overflow: hidden!important; }
	.navbar-collapse { border-top: 1px solid #E7E7E7; padding-right: 0px; padding-left: 0px; }

	.navbar > .container .navbar-brand { margin-left: 0px; }
	.navbar-brand { margin-right: 25px; padding: 15px 0px; }
	.navbar-toggle { margin: 22px 0px 22px 0px; }
	.navbar-default .navbar-nav > li > a { font-size: 13px; padding: 15px; }
	.dropdown-menu > li > a { font-size: 13px; line-height: 18px; }

	.navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}
}

.navbar4 .nav .dropdown-submenu.open > a , .nav .dropdown-submenu.open > a:hover, .navbar4 .nav .dropdown-submenu.open > a:focus{
    background-color: rgba(0, 0, 0, 0.1)!important;
    border: none;
  }

.wp-block-image .aligncenter{
	display: block;
}
.wp-block-image .aligncenter > figcaption,
 .wp-block-image .alignleft > figcaption,
 .wp-block-image .alignright > figcaption,
  .wp-block-image.is-resized > figcaption {
	display: inline;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
        background-color: #fff;
}
@media (min-width: 1100px){
.dropdown-menu .caret {
        display: none;
}}

@media (min-width: 1100px){
.dropdown-submenu > a:after {
        display: block;
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -10px;
        border-color: #0000;
        border-left-color: #fff;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
}}

@media (max-width: 1100px){
.caret {
        position: absolute;
        right: 0;
        margin-top: 10px;
        margin-right: 10px;
}}

@media (max-width: 768px)and (min-width: 200px){
    .navbar4 .site-branding-text { text-align: center; width: 100%; float: none;}
    .navbar4 .navbar-brand { float: none; display: block; }
    .navbar4 .navbar-header {
    	display: inline-block;
	    padding: 14px 15px 14px 0px;
    }
   .navbar4 .navbar-brand img {
    display: block;
    margin: 0 auto !important;
    text-align: center;
   }
   .navbar4 .navbar-toggle {
    text-align: center;
    float: none ;
    margin: 20px auto;
    display: block;
   }
}

@media (min-width: 1101px){
.navbar4.navbar-default .navbar-nav > li > a { color: #ffffff; }
.navbar4.navbar-default .search-box-outer a { color: #ffffff;}
.navbar4 .cart-header > a.cart-icon { color: #ffffff; }
.navbar4 .cart-header {  border-left: 1px solid #ffffff; }
/*.navbar4 .navbar-header {padding: 17px 0;}*/
}

@media (max-width: 1100px){
	.navbar4 .navbar-nav {
	background-color: #ffffff;
	padding: 20px;
	margin: 10px 0 0;
	}
	.navbar4 .navbar-header { display: block; }
}
@media only screen and (max-width: 1100px) and (min-width: 200px){
.dropdown-menu {
    position: initial!important;
    float: none!important;
}}
@media only screen and (max-width: 767px) and (min-width: 200px){
.slide-caption h2 {
    font-size: 13px;
    line-height: 25px;
}
.slide-caption p {
      font-size: 12px;
    line-height: 13px;
    margin: 0 0 6px;
	}
	.flex-btn {
    font-size: 8.5px;
	}}

@media only screen and (max-width: 1100px) and (min-width: 768px){
.slide-caption {
        width: 60%;
}}

@media only screen and (max-width: 480px) and (min-width: 200px){
    .main-portfolio-section{
            text-align: center;
}

.main-portfolio-section .post-thumbnail img {
    margin: 0 auto;
}

}
/*@media only screen and (max-width: 991px) {
	.navbar4.navbar > .container .navbar-brand {
	    margin: 0;
	}
}*/
@media only screen and (max-width: 768px) {
	.navbar4 .navbar-header {
	    padding: 14px 0px 14px 0px;
	}
	.navbar-default .navbar-header {
		text-align: center;
	}
	.navbar-toggle {
	    float: none;
	}
	.custom-logo-link-url {width: auto;}
	.custom-logo-link-url .navbar-brand {margin: 0;}
	.navbar > .container .navbar-brand {
		float: none;
		line-height: 0px;
        margin: 0;
        padding: 0;
	}
	.navbar4.navbar > .container .navbar-brand {
		line-height: unset;
	}
	.navbar-header .navbar-brand img {margin:auto; margin-top: 20px;}
	.navbar-toggle {margin: 30px auto;}
}
@media only screen and (min-width: 992px) and (max-width: 1099px){
	.navbar4 .navbar-brand a {
	    margin-top: 17px;
	}
	.custom-logo-link-url {
		display: inline-block;
		float: none;
	}
}

@media only screen and (min-width: 200px) and (max-width: 767px){
	.navbar4 .navbar-brand{
		width:auto;
	}
}

/*===================================================================================*/
/* New widget default color css
/*===================================================================================*/
.widget ol li a:hover, .widget ol li a:focus, .widget ul li a:hover, .widget ul li a:focus{color: #2997ab;}
.widget .wp-block-tag-cloud a:hover, .widget .wp-block-tag-cloud a:focus{color:#2997ab;}
.tagcloud a:hover, .tagcloud a:focus,
.footer-sidebar .tagcloud a:hover, .footer-sidebar .tagcloud a:focus { color: #2997ab; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {background-color: #2997ab;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {background-color: #2997ab;}
.widget .wp-block-search__button {background-color: #2997ab;}
.wp-block-calendar a{color: #2997ab;}
.widget table caption {
  background-color: #2997ab;
}
.widget table tbody a:hover, .widget table tbody a:focus{
	color:#fff;
}
.wp-block-search .wp-block-search__label, .wc-block-product-search__label{
	font-family: Montserrat;
}
.paginations span.current,.widget table tbody a, .widget table tbody a:hover, .widget table tbody a:focus{
	border: 1px solid #2997ab;
} 