
.color-shade-1 { background-color: #94ebe3; }
.color-shade-2 { background-color: #81dad8; }
.color-shade-3 { background-color: rgba(129, 218, 216, 0.5); }
.color-shade-4 { background-color: rgba(255, 255, 255, 0.2); }
.color-shade-5 { background-color: transparent; }
	
.fullwidthbanner-container {
	position: relative;
	overflow: hidden;
	width: 100% !important;
    max-height: 380px !important;
    padding: 0;
	margin-bottom: 0px;
	margin-top: -60px;
}

.fullwidthbanner-container .fullwidthabnner {
	position: relative;
    max-height: 630px !important;
    width: 100% !important;
}

.fullwidthabnner ul { list-style: none; }

.caption.title {
	color: #fff;
	font-size: 40px;
	line-height: 54px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-weight:600;
	text-shadow: 1px 2px 3px rgb(0, 0, 0);
}

.caption.title-2 {
	color: #fff;
	font-size: 28px;
	line-height: 44px;
	text-shadow: 1px 1px #999;
	
}

.caption.sub-title {
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	text-shadow: 1px 1px #999;
}

.caption.text { color: #fff; }

.caption.text a.btn {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;	
}

.caption.text a.btn:hover { background-color: rgba(0, 0, 0, 0.5); }

.caption.text i {
	font-size: 20px;
	vertical-align: middle;
}



.tp-bullets.simplebullets.round { bottom: 30px !important; }

.tp-bullets.simplebullets.round .bullet {
	width: 9px;
	height: 9px;
	border: 1px solid #2e2230;
    border-radius: 30px;
	-webkit-border-radius: 50%;
			border-radius: 50%;
	background-clip: padding-box;
	margin-left: 3px;
    margin-right: 5px;
    margin-top: -10px;
    background: #2e2230;
}

.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover { background: transparent; }

.tp-leftarrow.default {
	width: 37px;	
	height: 71px;
	background: url(../images/prev.png) no-repeat center center;	
}
.tp-rightarrow.default { 
	width: 37px;	
	height: 71px;
	background: url(../images/next.png) no-repeat center center;
}

@media (max-width: 767px) {
	
	.tp-leftarrow.default,
	.tp-rightarrow.default { display: none }
	
	.caption.text a.btn { 
		padding: 3px 10px;
		font-size: 6px;
		line-height: 10px;
	}
	
}

.top-social{
	float:right;
	margin-left:10px;
}

.top-social i{
	background-color:#4d91fe;
	padding:10px 12px;
	font-size:20px;
	color:#FFF;
	margin-top:30px;
	margin-left:2px;
}

.top-social i:hover{
	background-color:#ffdd00;
	color:#333
}

.top-contact{
	float:right;
	margin-top:20px;
}

.top-contact h4{
	font-family: "Open Sans",sans-serif;
	text-transform:none;
	font-size:13px;
	line-height:19px;
	letter-spacing:0.05em;
	color:#FFF;
	font-weight:600;
	background-color:#333;
	padding:10px 0px 10px 14px;	
}

.top-contact h4 span{
	background-color:#d1d1d1;
	padding:10px 15px 11px;
	margin-left:10px;
	color:#333	
}

/* ## Services Section ## */
.service-section {
	padding: 20px 0;
	position: relative;
	overflow: hidden;
}

.service-bg {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 34px;
}

.service-bg > img { 
	border-radius: 100%;
}

.service-section .service-bg > h3 {
	color: #fff;
	position: absolute;
	top: 49%;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 40px;
	text-transform:uppercase;
	letter-spacing:0.05em;
	font-family: Abril Fatface;
}

.service-section .container-fluid > .col-md-6 {
	position: relative;
	padding: 0 20px;
}

.service-section .container-fluid > .col-md-6:nth-child(4) {
	margin: 43px 0;
}

.service-section .container-fluid > .col-md-6:nth-child(4) .service-box-inner {
	right: 90px;
	position: relative;
}

.service-section .container-fluid > .col-md-6:nth-child(5){
	margin: 43px 0;
}

.service-section .container-fluid > .col-md-6:nth-child(5) .service-box-inner{
	left: 90px;
	position: relative;
}

.service-box-inner {
	display: inline-block;
	cursor: pointer;
}

.service-box-inner .content-box {
	margin: 15px 0;
}
.service-box-inner .content-box > h3 {
	text-transform: uppercase;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.05em;
	font-weight: 600;
	font-size: 22px;
	color: #0066a4;
}

.service-box-inner .content-box > p {
	font-size: 14px;
	line-height: 25px;
	max-height: 70px;
	overflow: hidden;
	word-wrap: break-work;
	letter-spacing:0.04em;
}

.service-box-inner .icon-srv {
	width: 141px;
	min-height: 141px;
	background-color: #0d90e0;
	-webkit-transition:background 0.4s ease-in-out;
	-moz-transition:background 0.4s ease-in-out;
	transition:background-color 0.4s ease-in-out;
	border: 7px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 130px;
	font-size: 48px;
	color: #fff;
	display: inline-block;	
	position: relative;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.service-section .container-fluid > .col-md-6:nth-child(even) > .service-box-inner,
.service-section .container-fluid .service-box-inner > .col-md-4 {
	text-align: right;
}

.service-section .container-fluid .service-box-inner > .col-md-4.pull-right {
	text-align: left;
}

.service-box-inner:hover .icon-srv {
	background-color: #17AE19;
	color: #fff;
	-webkit-transition:background 0.4s ease-in-out;
	-moz-transition:background 0.4s ease-in-out;
	transition:background-color 0.4s ease-in-out;
}

.service-box-inner .icon-srv:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}

.service-box-inner .icon-srv:before {	
	display: block;
	-webkit-font-smoothing: antialiased;
}

.service-box-inner .icon-srv:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.service-box-inner:hover .icon-srv:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.view-more {
	width: 130px;
	height: 40px;
	line-height: 36px;
	font-size: 15px;
	border: 2px solid #E74C3C;
	margin: 0 auto;
	padding: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	background-color: #E74C3C;
}

.view-more:hover,
.view-more:focus {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.admin-bar .more-why-choose,
.admin-bar .more-services,
.admin-bar .more-features {
    margin-top: 32px;
}

.content-box a.mfp-content {
	display: block;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.content-box.pull-right .mfp-content {
	text-align: right;
	/* margin-right: 30px; */
}

.content-box .mfp-content:hover {
	text-decoration: none;
}

/* Why Choose Modal */
.why-choose .view-more { 
	background-color: #fff;
	color: #E74C3C;
	border: 2px solid #fff;
}

.more {
	padding: 0 !important;
}

.more .modal {
	background-color: rgba(231, 76, 60, 0.9);
}

.more .modal-dialog {
	background-color: #fff;
	width: 100%;
	margin: 0;
}

.services-popup .service-box-inner .col-md-4 {
	padding-left: 0;
}

.services-popup {
	margin: 20px 0;
}

.more .modal-content {
	border: 0;
	box-shadow: none;
}

.services-popup {
	display: inline-block;
	width: 100%;
}

.more.modal.in .modal-dialog {
    transform: translate(0, 0);
	height: 100%;
	position: fixed;
	overflow-Y: auto;
}

.more button.close {
	color: #fff;
	width: 25px;
	height: 25px;
	background-color: #E64C3D;
	line-height: 25px;
	text-shadow: none;
	margin: 0;
	font-size: 25px;
}
.more button.close:hover {
	opacity: 1;
}

.services-popup .why-choose-box,
.services-popup .why-choose-box .block-title,
.services-popup .why-choose-box p,
.services-popup .feature-box-inner h3, 
.services-popup .feature-box-inner p {
	color: #000;
}

.services-popup .why-choose-box {
	margin-left: 0;
}

.services-popup  .feature-box-inner .icon-feature,
.services-popup .feature-box-inner h3, 
.services-popup .feature-box-inner p,
.services-popup .why-choose-box .block-title,
.services-popup .why-choose-box p, 
.services-popup .why-choose h2 {
	transform: skewX(0deg);
	-webkit-transform: skew(0deg); 
	-moz-transform: skew(0deg); 
	-o-transform: skew(0deg);
}

.services-popup  .feature-box-inner .icon-feature {
	border: 1px solid #E64C3D;
}

.services-popup .why-choose-box,
.services-popup .feature-box-inner {
	margin-bottom: 30px;
	margin-top: 0;
}

.services-popup .why-choose-box .block-title {
	margin-bottom: 5px;
}

.service-section .services-popup .col-md-6 {
	min-height: 170px;
}

.service-section .services-popup .col-md-6:nth-child(even) .service-box-inner {
	float: left !important;
}

.srv-main {
	width: 100%;
	margin: 0 auto;
}

/* ## Res. Min Width 768px */
@media (min-width: 768px) {

	.service-section .container-fluid .col-md-6:nth-child(even) .service-box-inner {
		float: right !important;
	}
}

.fullwidth-heading{
    background-color: #071492;
    overflow: hidden;
    padding: 30px 0 30px 0;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.punch-line h1{
	font-size:40px;
	font-weight:600;
	text-transform:none;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.05em;
	text-shadow: 1px 2px 3px rgb(0, 0, 0);
}

.separator-line-thick {
    height: 4px;
    margin: 0 auto;
    width: 80px;
    margin: 3% auto;
	background: #0514a3;
}

.mfp-content a{
	border:3px #7D7D7D  solid;
	padding:4px 13px;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.05em;
	color:#666;
	font-weight:500;
}

.mfp-content a:hover {
    border: 3px solid #0066A4;
    background-color: #0066A4;
	text-decoration:none;
    color: #fff;
	-webkit-transition: background 0.4s ease-in-out;
-moz-transition: background 0.4s ease-in-out;
transition: background-color 0.4s ease-in-out;
}

.content-box p{
	font-size:9px;
}

.post-3 {
    padding: 10px;
    border-bottom: 1px solid #111;
}
.post-3_mod-a {
    margin-bottom: 16px;
    border: 1px solid #BAB8B8;
}

.post .entry-media {
    position: relative;
}
.post-3 .entry-media, .we-do-icon {
    float: left;
    width: 90px;
}

.entry-media i {
    background-color: #0066A4;
    padding: 10px 0px;
    width: 75px;
    text-align: center;
    color: #FFF;
    font-size: 40px;
    border-radius: 5px;
}

.post .entry-content {
    padding-right: 8px;
    line-height: 18px;
}

.widget h4{
	margin-bottom: 0;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:0px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 30px;
	color: #505050;
	text-align:center;	
}

.entry-header h3{
	font-size:21px;
	font-family: Alegreya Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
letter-spacing: 0.05em;
font-weight: 700;
}

.contact-list .box-list {
    display: table;
    margin-bottom: 18px;
}

.icon2 {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    text-align: center;
    color: #fff;
    background: #6c6c6c;
}

.icon2::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.contact-list .box_cnt__no-flow {
    vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
}

.contact-list {
    color: #fff;
    font-size: 15px;
    font-family: "Open Sans",sans-serif;
}

.box-list::before, .box-list::after {
    display: table;
    content: "";
    line-height: 0;
}

.box_aside .icon2 {
    line-height: 70px;
    font-size: 27px;
    text-align: center;
    color: #fff;
}

.highlight-button {
    border: 2px solid #FFF;
    display: inline-block;
    padding: 8px 20px 9px;
    font-size: 12px;
    color: #fff;
    background-color: transparent;
}

.highlight-button:hover {
    background-color: #FFF;
	text-decoration:none
}

.highlight-button .btn-medium{
	font-size:20px;
}

#header-top-widget-area-2 .textwidget{
	background-color:#024a76;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

.tb-header-wrap {
    color: #ffffff;
	display: inline;
	float:right
}

.widget_setting_wrap {
    display: inline-block;
    position: relative;
}

.widget_setting_wrap .setting_header {
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: rgba(255,255,255,0.1);
    display: inline-block;
	padding-left:15px;
	padding-right:15px;
	color:#FFF
}

.widget_setting_wrap i{
	color:#FFF;
}

.tb-sidebar {
    display: inline;
	float:left;
}

.tb-sidebar .widget {
    line-height: 50px;
}

.tb-sidebar .textwidget {
    line-height: 35px;
}

.tb-sidebar .widget {
    padding: 0;
    list-style: none;
}

.tb-sidebar .widget:not(:last-child) {
    border-color: #4659b7;
}

.tb-sidebar.tb-sidebar-top2 span {
    margin-left: 30px;
}

.tb-sidebar.tb-sidebar-top2 span {
    width: 50px;
    height: 25px;
    text-align: center;
	font-family: "Open Sans", Arial, sans-serif;
    line-height: 21px;
    font-size: 11px;
	letter-spacing:0.05em;
    font-weight: 700;
    border: 2px solid #fff;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    margin-right: 25px;
	margin-top:12px;
    color: #fff;
}


.tb-sidebar.tb-sidebar-top2 span::after, .tb-sidebar.tb-sidebar-top2 span::before {
    left: 100%;
    top: 50%;
    border: 2px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tb-sidebar.tb-sidebar-top2 span::before {
    border-right-color: #fff;
    border-width: 7px;
    margin-top: -7px;
    border-left-color: #fff;
    border-right-color: transparent;
}

.tb-sidebar.tb-sidebar-top2 span::after {
    border-right-color: #3a4dab;
    border-width: 5px;
    margin-top: -5px;
    border-left-color: #3a4dab;
    border-right-color: transparent;
}
	
.tb-sidebar .widget ul:last-child {
    padding-right: 0;
}	

.tb-sidebar.tb-sidebar-top2 {
    color: #7385dd;
    font-size: 12px;
    font-weight: normal;
}

.tb-sidebar .widget {
    line-height: 8px;
    display: inline-block;
    padding: 0px;
}	

.tb-sidebar.tb-sidebar-top3 {
    margin-right: 40px;
}

.tb-sidebar {
    display: inline-block;
}

.tb-sidebar .widget {
    line-height: 50px;
}

.tb-sidebar .widget {
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
}

.tb-sidebar .widget ul {
    padding: 0;
    list-style: none;
	margin-bottom:0px;
}

.tb-sidebar .widget_jws_theme_social_widget ul li:not(:last-child) {
    border: none;
}

.tb-sidebar .widget ul > li:first-child {
    padding-left: 0;
}

.tb-sidebar .widget_jws_theme_social_widget ul li {
    cursor: pointer;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
	background-color: rgba(255,255,255,0.1);
}

.tb-sidebar .widget_jws_theme_social_widget ul li a{
	color: #fff;	
	line-height: 50px;
	width: 50px;
    text-align: center;
    height: 50px;
	display:block;
}

.tb-sidebar .widget_jws_theme_social_widget ul li:hover {
    background-color: rgba(235, 11, 11);
}


.tb-sidebar .widget_jws_theme_social_widget ul li::after {
    content: "";
    width: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 3px;
    background-color: #ab0909;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tb-sidebar .widget_jws_theme_social_widget ul li:hover:after { width:25px; }

.footer-social a{
	border:2px #FFF solid;
	padding: 1px 9px;
	text-align:center;
	margin-right: 5px;
}

/*
===========================
Default Boxes Style
===========================
*/
.wa-theme-design-block {
    float: left;
    width: calc(100% - 2px);
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    position: relative;
	margin-bottom:30px;
	margin-top:0px;
}
figure {
    float: left;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
figure img {
    width: 100%;
}
.hover-style {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
    z-index: -1;
}
.wa-theme-design-block figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.wa-theme-design-block:hover figure:before {
    opacity: 0.5;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.wa-theme-design-block:hover .hover-style {
    top: -6px;
    right: -6px;
    opacity: 0.2;
    #box-shadow: 12px -12px 0px -6px #cccccc;
}
.wa-theme-design-block:hover h4 {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.wa-theme-design-block:hover {
    #box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.2);
}
.wa-theme-design-block figure.dark-theme:before {
    background-color: #000;
}
.wa-theme-design-block figure.light-theme:before {
    background-color: #f2f5f6;
}
.shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
}
.shape img {
    width: 100%;
    height: 100%;
}
.block-sticker-tag {
    width: 0;
    height: 0;
    border-top: 100px solid;
    border-right: 100px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.off_tag {
    position: absolute;
    top: -90px;
    left: 14px;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.block-sticker-tag i {
    position: absolute;
    top: -80px;
    left: 20px;
    font-size: 20px;
    color: #fff;
}
.wa-theme-design-block:hover figure .block-sticker-tag {
    opacity: 1;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.block-caption {
    position: relative;
    float: left;
    padding: 20px 0px 30px;
}
.block-detail .block-caption {
    padding: 20px 0px 30px;
}
.block-caption h3 {
    font-size: 22px;
    color: #2e2e2e;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 0px;
}
.block-caption h4 {
    color: #2e2e2e;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 0px;
}
.block-caption h3 a {
    color: inherit;
}
.block-caption h4 a {
    color: inherit;
}
.block-caption.blog-list-caption {
    position: relative;
    float: left;
    padding: 0px 0px 30px 30px;
}

/*
=====================
Team style
=====================
*/
.member-detail {
    float: left;
    width: 100%;
    padding: 15px 2px 15px 15px;
    color: #fff;
}
.block-team-caption {
    position: absolute;
    left: 0;
    bottom: 6%;
    font-weight: 400;
    border-bottom: 60px solid #f6f6f6;
    border-left: 0px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 92%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.member-name,
.member-designation {
    float: left;
    width: 100%;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    line-height: 1.6em;
	color:#071492;
}
.member-name {
    font-size: 20px;
	text-transform:none;
}
.member-designation {
    font-size: 12px;
    color: #606060;
}
.wa-theme-design-block:hover .block-team-caption {
    bottom: -50%;
    opacity: 0;
}

/*
=====================
Testimonial style
=====================
*/
.testimonial-bg{
	background-image:url('../img/background/special-bg2.jpg');
}
.testimonial-heading {
    letter-spacing: 1px;
    word-spacing: 4px;
}
.testimonial-block blockquote {
    padding: 30px 140px 0px 0px;
    margin-top: 0px;
    font-style: normal;
    font-size: 23px;
    font-weight: 400;
    line-height: 37px;
}
.testimonial-block-style1 {
    float: left;
    position: relative;
    width: 100%;
    background-color: #fff;
}
.testimonial-block blockquote:before {
    content: '\f10d';
    background-image: url();
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    position: absolute;
    background-size: 100% 100%;
    left: 0;
    text-align: left;
    top: 0px;
    font: normal normal normal 22px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.client-detail-style1 {
    padding: 10px;
    position: relative;
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.client-detail-style1 figure {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 20px;
    top: -12.5px;
    #background-color: #f2f5f6;
}
.client-meta-style1 {
    float: left;
    margin-top: 8px;
}
.client-meta-style1 .member-name {
    text-transform: uppercase;
}

/*
=======================
Services Box Style
=======================
*/
.wa-box-style3 {
    padding: 0px 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;    
}
.wa-box-style3 .icon {
    font-size: 32px;
    margin-bottom: 15px;
}
.service-box .icon {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.wa-box-style3 span.icon {
    width: 75px;
    height: 75px;
    display: inline-block;
    border: 1px solid;
    border-radius: 100%;
    margin-bottom: 0px;
}
.wa-box-style3 span.icon:before {
    margin-top: 20px;
    display: inline-block;
    font-size: 32px;
}
.wa-box-style3 h4 {
    line-height: 30px;
    margin: 30px 0px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
.wa-box-style3 p {
    margin-bottom: 30px;
}

.wa-box-style2 {
    padding: 30px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.wa-box-style2 .icon {
    font-size: 32px;
}
.wa-box-style2 h4 {
    line-height: 30px;
}
.wa-box-style2 p {
    margin-bottom: 0px;
}
.wa-box-style1 {
    padding: 30px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.wa-box-style1 .icon {
    font-size: 32px;
    margin-bottom: 15px;
}
.wa-box-style1 h4 {
    color: #2e2e2e;
}
.wa-box-style1 p {
    margin-bottom: 0px;
}
.wa-box-style1 h4 a:hover {
    color: #fff !important;
}
.wa-box-style1:hover,
.wa-box-style1:hover icon i.fa .wa-box-style1:hover p {
    color: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.wa-box-style1:hover h4 {
    color: #fff;
}
.wa-box-style1:hover,
.wa-box-style1 i,
.wa-box-style1:hover i {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

/*
========================
 Shop page elements
========================
*/
.ratings {
    position: relative;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
}
.ratings li {
    display: inline-block;
    margin: 0px 0px;
}
.ratings li a {
    font-size: 16px;
    line-height: 24px;
}
span.price {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
}
span.price del {
    color: #2e2e2e;
}
ul.list label {
    line-height: 24px;
    padding: 5px 0px;
    padding-left: 8px;
}
ul.list li {
    list-style: none;
    border-bottom: 1px solid rgba(120, 120, 120, 0.25);
    margin-bottom: 5px;
    position: relative;
}
.sidebar .widget .ratings li {
    margin-bottom: 0px;
    padding-bottom: 5px;
}
ul.wa-icons {
    padding: 0;
}
ul.wa-icons li {
    display: inline-block;
    margin: 0px 2px 0px;
    text-align: center;
}
ul.wa-icons li a {
    height: 36px;
    float: left;
    position: relative;
    padding-top: 4px;
    width: 36px;
    border-radius: 50%;
}
ul.wa-icons li a i {
    position: relative;
    display: inline-block;
    margin-right: 0px;
}
.figure-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    bottom: 30%;
}
.wa-theme-design-block .figure-caption .social {
    color: #fff;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 10px 25px 0px;
    padding: 0px;
}

.figure-caption .social h3{
	margin-top:5px;
	margin-bottom:10px;
	font-size:17px;
	text-transform: none;
}

.social h3 a{
	color:#FFF;
}

.wa-theme-design-block .figure-caption .social li {
    margin: 0px 7px 0px;
}
.wa-theme-design-block:hover .light-icon li a {
    border: 0px;
    padding: 10px 0px;
}
.wa-theme-design-block .light-icon li a {
    color: #fff;
    font-size: 19px;
}
.wa-theme-design-block .light-icon li a:hover {
    background-color: rgba(0, 0, 0, 0);
}
.figure-caption.project-caption {
    bottom: 50%;
}
.wa-theme-design-block .figure-caption.project-caption .social li {
    margin: 0px;
}

.figure-caption.text-center {
    padding-left: 0px;
}
.wa-theme-design-block:hover .figure-caption {
    opacity: 1;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.figure-caption .wa-icons {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: -50px;
    width: 100%;
}
.figure-caption .wa-button {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    bottom: 0px;
}
.wa-theme-design-block .figure-caption .wa-icons li a,
.wa-theme-design-block:hover .figure-caption .wa-icons li a {
    color: #fff;
}
.wa-theme-design-block:hover .figure-caption .wa-icons,
.wa-theme-design-block:hover .figure-caption h3 {
    bottom: inherit;
    bottom: 0px;
}
.wa-theme-design-block:hover .figure-caption h3 {
    bottom: inherit;
    bottom: 100px;
}
.wa-theme-design-block:hover .figure-caption .wa-button {
    bottom: inherit;
    bottom: 90px;
}
.rotate45 {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    
    -webkit-transform: rotate(45deg);
    /* Safari */
    
    transform: rotate(45deg);
    /* Standard syntax */
}
.rotate315 {
    -ms-transform: rotate(315deg);
    /* IE 9 */
    
    -webkit-transform: rotate(315deg);
    /* Safari */
    
    transform: rotate(315deg);

    /* Standard syntax */
}
p.icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 19px;
    margin-bottom: 5px;
    #padding-left: 10px;
}

.home-sign-up {
    float: left;
    width: 100%;
}

.breadcrumb {
    border-radius: 0;
    background: none;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 11px 0;
    z-index: 2;
    position: relative;
}

.breadcrumb-section h2 {
    letter-spacing: 1px;
	font-size:40px;
    word-spacing: 5px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
}

.wa-theme-color {
    color: #fff;
	text-shadow: 2px 2px 1px rgba(7, 7, 7, 1);
}

.padB50 {
    padding-bottom: 50px;
}
.padT50 {
    padding-top: 50px;
}

.page-header::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
}

.breadcrumb > li {
    font-family: Alegreya Sans;
    font-weight: 400;
    letter-spacing: 1px;
    word-spacing: 4 px;
}
.breadcrumb > li {
    margin: 0px 10px;
    position: relative;
	text-shadow: 2px 2px 1px rgba(7, 7, 7, 1);
}

.breadcrumb-section a{
    color: #eb0b0b;
	font-size:22px;
}

.breadcrumb-section li{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color:#FFF
}

.breadcrumb>.active {
	color:#fff
}

ul.breadcrumb .icon {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    color: #fff;
    margin-bottom: 8px;
}

.breadcrumb > li + li::before {
    content: "\f101";
    padding: 0 5px;
    color: #ccc;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -9px;
    font: normal normal normal 14px/1 FontAwesome;
}

ul.service-menu {
	z-index:999;
	position:relative
}

.service-menu li{
	display:inline-block;
	font-family: Alegreya Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:17px;
	font-weight:700;
	margin-left:5px;
	
}

.service-menu li a{
	color:#333;
	padding:5px 10px;
	background-color:#FFF;
}

.service-menu li a:hover{
	background-color:#eb0b0b;
	color:#FFF
}

.service-menu li.service-current a{
	background-color:#eb0b0b
}

.service-menu li.service-current a{
	color:#FFF;
}

.service-list li{
	list-style:square;
	line-height:25px;
}

.service-subtitle h3{
	color:#F00;
	font-family: Alegreya Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-size: 20px;
}

.contact-subtitle h3{
	font-size:30px;
	color:#F00;
	font-family: Alegreya Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	letter-spacing: 0.05em;
	font-weight:700;
	
}

.contact-add p{
	line-height:30px;
	font-size:16px
}

.container p span{
	color:#F00;
	font-weight:700;
}
