/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        Renovators HTML5 Template
    Version:        1.0
    Author:         
    Last change:    10/02/2015
    Primary use:    Creative, Coporate, Business, Portfolio, Personal
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL 
-------------------------------------------------------------------*/
@import url("animate.css");
/*=======================================================
      THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	font-family: 'PT Sans';
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #252525;
	/* font-family: 'Raleway', sans-serif; */
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
	font-weight: bold;
}
p {
	font-family: inherit;
	font-weight: 400;
	color: #6f6f6f;
	line-height: 24px;
/* 	text-rendering: optimizeLegibility; */
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	outline: none !important;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #141414;
}
.font-raleway {
	font-family: 'Raleway', sans-serif;
}
.font-pt {
	font-family: 'PT Sans';
}
p.intro-small {
	font-style: italic;
	color: #f5f5f5;
	width: 80%;
	margin: 0 auto;
}
.text-transform-none {
	text-transform: none !important;
}
.text-white {
	color: #fff !important;
}
.text-bold {
	font-weight: bold !important;
}
.text-normal {
	font-weight: normal !important;
}
.font-12px {
	font-size: 12px !important;
}
.font-14px {
	font-size: 14px !important;
}
.font-16px {
	font-size: 16px !important;
}
.font-18px {
	font-size: 18px !important;
}
.font-20px {
	font-size: 20px !important;
}
.font-bold {
	font-weight: bold !important;
}
.font-normal {
	font-weight: normal !important;
}
.white-text {
	color: #fff !important;
}
.font-italic {
	font-style: italic;
}
.font-bold {
	font-weight: bold !important;
}
a:hover, a:focus {
	color: #f7a817;
}
.primary-color {
	color: #00b1f1 !important;
}
.primary-color-2 {
	color: #ffc107 !important;
}
.border-bottom-1 {
	border-bottom: 1px solid #ededed;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.white-bg {
	background: #fff !important;
}
.relative {
	position: relative;
}
.line-height-24 {
	line-height: 24px !important;
}
.line-height-22 {
	line-height: 22px !important;
}
.line-height-26 {
	line-height: 26px !important;
}
.dark-text p {
	color: #141414;
}
.light-gray-bg {
	background: #f6f7f8 !important;
}
.customcolor1 {
	color: #448aff;
}
/*=======================================================
      BTN STYLE
========================================================*/
.btn {
	border: none;
	color: #fff;
	display: inline-block;
	padding: 10px 45px;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	background: #00b1f1;
	letter-spacing: 0.5px;
	border: 2px solid #00b1f1;
}
.btn:hover {
	background: #4c4f5e;
	color: #fff;
	border: 2px solid #4c4f5e;
}
.btn-more {
	font-size: 11px;
	background: #448aff;
	color: #fff;
	font-weight: normal;
	border: none;
	padding: 13px 30px;
	box-shadow: 4px 4px 0 #1c66bb;
}
.btn-more:hover {
	background: #ffc107;
	box-shadow: 4px 4px 0 #dca500;
}
.btn-yellow {
	background: #ffc107;
	color: #333333;
	border: none;
}
.btn-yellow:hover {
	background: #344248;
	color: #fff;
}
.btn-blue {
	background: #ffbe00;
	color: #fff;
	font-size: 13px;
	border: none;
}
.btn-blue:hover {
	background: #344248;
	color: #fff;
	border-color: #344248;
}
.btn-white {
	border: 2px solid #fff;
	color: #fff;
	background: none;
}
.btn-white:hover {
	background: #fff;
	color: #4c4f5e;
	border-color: #fff;
}
.parallax-bg {
	background-size: cover !important;
}
.section,
section {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.text-shadow {
	text-shadow: 3px 0px 5px rgba(0,0,0,0.5);
}
.text-shadow-1 {
	text-shadow: 2px 3px 0 rgba(0,0,0,0.5);
}
/*=======================================================
      HEADING
========================================================*/
.heading {
	margin: 0 auto;
	margin-bottom: 30px;
}
.heading span {
	color: #00b1f1;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.heading h4 {
	font-size: 26px;
	margin: 0px;
	margin-top: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.heading hr {
	width: 50px;
	height: 3px;
	border: none;
	display: inline-block;
	margin: 15px 0;
	margin-bottom: 0px;
	background: #00b1f1;
}
hr.main {
	width: 50px;
	height: 3px;
	border: none;
	margin: 15px 0;
	background: #00b1f1;
}
.heading p {
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	width: 65%;
	margin: 0 auto;
	letter-spacing: 1px;
}
.heading.white h4 {
	color: #fff;
}
.heading.white span {
	color: #fff;
}
.heading.white hr {
	background: #fff;
}
/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
}
.top-info {
	display: inline-block;
	width: 100%;
	float: left;
	background: #f9f9f9;
	height: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.top-info .personal-info {
	color: #999999;
	float: left;
}
.top-info .personal-info p {
	color: #999999;
	margin: 0px;
}
.top-info .personal-info li {
	display: inline-block;
	border-right: 1px solid #ececec;
	padding: 13px 20px;
}
.top-info .personal-info li i {
	margin-right: 5px;
}
.top-info .social {
	float: right;
	margin: 0px;
	padding: 0px;
}
.top-info .social li {
	float: left;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.top-info .social li a {
	border-left: 1px solid #f0f0f0;
	width: 48px;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	display: inline-block;
	text-align: center;
	color: #aaaaaa;
}
.top-info .social li a:hover {
	color: #fff;
	background: #00b1f1;
}
/*=======================================================
      HEADER
========================================================*/
header {
	position: relative;
	width: 100%;
	z-index: 9999;
	background: #fff;
}
header .navbar {
	background: #4c4f5e;
	border: none;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	text-align: center;
	width: 100%;
	float: left;
}
header .logo {
	float: left;
	/*background: #00b1f1;
	position: relative;
	height: 120px;*/
}
header .logo a{
	/*margin-top:30px;*/
	display:inline-block;
}
header .logo img{
	z-index:3;
	position:relative;
}
/*header .logo:after{
	background:#00b1f1 url(../images/logo-bg.png) no-repeat;
	width:121px;
	height:125px;
	position:absolute;
	right:-121px;
	top:0px;
	content:"";
}*/
/*header .logo:before {
	position: absolute;
	top: 0px;
	width: 200%;
	content: "";
	height: 100%;
	left:-200%;
	background: #00b1f1;
}*/

header .ownmenu {
	float: left;
	padding: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
header .navbar {
	display: inline-block;
}
header .navbar li {
	display: inline-block;
	float: left;
	position:relative;
}

header .navbar li a {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #fff;
	padding: 21px 22px;
	letter-spacing: 0.5px;
	font-weight: 700;
	background-color:#4c4f5e;
	text-transform: uppercase;
}
.nav>li>a:focus, .nav>li>a:hover{
	background:none;
}
header .navbar li a:hover {	
}
header .navbar li.active a {
	background: #3d404c;
}
header .navbar li a:before{
	position:absolute;
	height:0;
	width:100%;
	top:0px;
	z-index:-1;
	left:0px;
	content:"";
	background: #3d404c;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
header .navbar li a:hover:before{
	height:100%;
}
header .quotes {
	float: right;
}
header .quotes a {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 43px;
	padding: 0px 30px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	background: #00b1f1;
	color: #fff;
	float: right;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	display: inline-block;
}
header .quotes a i {
	margin-right: 10px;
}
header .quotes a:hover {
	background: #3d404c;
	color: #fff;
}
.ownmenu ul.dropdown {
	background: #333333;
	padding: 0px;
}
.ownmenu ul.dropdown li {
	margin: 0px;
}
.ownmenu ul.dropdown li{
	position:relative;
	z-index:2;
}
.ownmenu ul.dropdown li a{
	z-index:1;
	position:relative;
}
.ownmenu ul.dropdown li a:before{
	background: #3d404c;
	content:"";
	width:0px;
	height:100%;
	top:0px;
	z-index:-1;
	left:0px;
}
.ownmenu ul.dropdown li a:hover:before{
	width:100%;
}
.ownmenu ul.dropdown li a {
	padding: 0px 20px;
	font-size: 12px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.top-info-con{
	float:right;
	width:70%;
	padding-top:30px;
	background:#fff;
	position: relative;
    z-index: 3;
}
.top-info-con ul{
	text-align:right;
}
.top-info-con ul li{
	display:inline-block;
	width:25%;
	text-align:left;
	border-right:1px solid rgba(0,0,0,0.1);
	margin-right:20px;
}
.top-info-con ul li.lst{
	width:35%;
	border:none;
	margin:0px;
}
.top-info-con h6{
font-weight: bold;
    color: #00B1F1;
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 4px;
    text-transform: none;
    letter-spacing: 1px;
}
.tp-banner {
	font-weight:bold!important;
}

.home-slider .erinyen.tparrows {
	min-width: 30px;
	max-width: 30px;
	height: 110px;
	border-radius: 0;
}
.erinyen.tparrows::before {
	line-height: 110px;
}
/*=======================================================
      SUB BANNER
========================================================*/
.sub-bnr {
	background: url(../images/sub-bnr-bg.jpg) no-repeat;
	background-size: cover;
	min-height: 350px;
	text-align: center;
}
.portfolio-bnr {
	background:url(../images/sub-bnr-bg-1.jpg) no-repeat;
}
.sub-bnr h4 {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	margin-top:0px;
	text-shadow:0 3px 3px rgba(0,0,0,0.3);
	text-transform: uppercase;
}
.sub-bnr hr {
	margin: 20px auto;
}
.sub-bnr img{
	position:absolute;
	top:-55%;
	left:0px;
	right:0px;
	margin:0 auto;
	z-index:-1;
	max-width: 100%;
}
.sub-bnr .breadcrumb {
	background: none;
	margin: 0px;
	padding: 0px;
}
.sub-bnr .breadcrumb li {
	color: #fff;
	letter-spacing: 1px;
	text-transform: none;
	color: #fff;
	font-size: 16px;
	font-weight:600;
}
.sub-bnr .breadcrumb li a {
	color: #fff;
	text-transform: none;
	color: #fff;
	font-size: 16px;
	font-weight:600;
}
.sub-bnr .breadcrumb>li+li:before {
	color: #fff;
}

/*=======================================================
      SERVICES
========================================================*/
.welcome p {
	font-size: 15px;
	line-height: 28px;
}
.welcome .infro-con {
	margin-top: 80px;
}
.welcome .infro-con h5 {
	margin-bottom: 20px;
}
.welcome .infro-con .number {
	font-size: 18px;
	display: inline-block;
	padding: 15px 70px;
	color: #fff;
	margin-top: 20px;
	font-weight: bold;
	background: #00b1f1;
	border-radius: 50px;
	margin-right: 30px;
}
.welcome .avai {
	display: inline-block;
	border-bottom: dotted #f6a219;
	font-size: 24px;
}
.welcome .avai span {
	font-size: 30px;
	color: #00b1f1;
	font-weight: bold;
}
/*=======================================================
      SERVICES
========================================================*/
.services {
	margin-top: 80px;
}
.services .icon {
	height: 60px;
	width: 60px;
	border: 2px solid #fff;
	background: #00b1f1;
	line-height: 54px;
	text-align: center;
	margin-right: 10px;
	padding:12px
}
.services article {
	background: #444444;
	padding: 30px;
	margin-bottom:30px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services article:hover{
	background:#00b1f1;
}
.services li article p {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	margin: 0px;
}
.services h6 {
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	font-weight: 600;
	margin-bottom: 7px;
}
/*=======================================================
      Request a quote
========================================================*/
.req-quote {
	background: url(../images/request-bg.jpg) right center no-repeat;
	background-size: cover;
}
.quote-img {
	margin-left: -120px;
}
.req-quote form li {
	margin-top: 20px;
}
.req-quote form li label {
	width: 100%;
	display: inline-block;
	font-weight: normal;
	color: #fff;
	font-size: 15px;
}
.req-quote li input {
	width: 100%;
}
.req-quote form li .form-control {
	border-radius: 0px;
	border: none;
	height: 40px;
	border-radius: 0px;
	padding: 0 20px;
	margin-top: 10px;
	border-radius: 4px;
}
.req-quote form li textarea {
	height: 150px !important;
	padding: 10px !important;
}
.req-quote h4 {
	font-weight: normal;
	color: #fff;
	margin-top: 13px;
	font-size: 28px;
	letter-spacing: 1px;
}
.req-quote select {
	width: 100%;
}
.req-quote h4 {
	font-weight: bold;
	font-size: 26px;
}
.req-quote p {
	color: #fff;
}
.req-quote .btn {
	background: #4c4f5e;
	float: right;
	border: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	border:2px solid #4c4f5e;
}
.req-quote .btn:hover {
	background:#00b1f1;
	border:2px solid #4c4f5e;
}
.req-quote .radio {
	width: 10%;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	padding-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
.services.style-2 ul li article {
	position: relative;
	z-index: 1;
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	margin-bottom: 30px;
}
.services.style-2 ul li article:before {
	position: absolute;
	content: "";
	height: 60px;
	left: 0px;
	width: 100%;
	z-index: -1;
	top: 0px;
	background: #444444;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.services.style-2 ul li article:hover:before{
	background:#00b1f1;
}
.services.style-2 ul li p {
	color: #777777;
	font-size: 15px;
	line-height: 28px;
	margin-top: 20px;
}
/*=======================================================
      WORK
========================================================*/
.process{
	position:relative;
}
.process:before{
	position: absolute;
	left: 0px;
	width: 80%;
	content: "";
	border-top: 1px dashed #e1e1e1;
	height: 2px;
	margin: 0 auto;
	top: 20px;
	right: 0px
}
.process li:hover span{
	background:#4c4f5e;
}
.process li:hover .icon{
	border: 2px solid #4c4f5e;
}
.process li {
	text-align: center;
	position: relative;
	z-index: 1;
}
.process .icon {
	height: 123px;
	width: 123px;
	display: inline-block;
	border: 2px solid #00b1f1;
	border-radius: 50%;
	line-height: 120px;
	background: #f9f9f9;
	margin-bottom: 20px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	padding:24px
}
.process .bar {
	margin-top: 50px;
}
.process .bar h6 {
	color: #444444;
	font-size: 14px;
}
.process .bar:before {
	position: absolute;
	left: 0px;
	width: 1px;
	content: "";
	border-left: 1px dashed #e1e1e1;
	height: 50%;
	margin: 0 auto;
	top: 0px;
	right: 0px;
	z-index: -1;
}
.process li span {
	height: 44px;
	width: 44px;
	text-align: center;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	background: #00b1f1;
	line-height: 40px;
	border: 2px solid #d6d7da;
	font-weight:bold;
	font-size:14px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
iframe.video{
	border:none;
	width:100%;
	height:350px;
}
.best-one p{
	font-size:15px;
	line-height:28px;
}
.best-one ul{
	margin-top:50px;
}
.best-one ul li{
	position:relative;
	padding-left:20px;
	background:url(../images/list-icon.jpg) center left no-repeat;
}
.best-one ul li:before{
	position:absolute;
	left:0px;
}
/*=======================================================
      WORK
========================================================*/
.latest-work {
	background: url(../images/bg/bg-portfolio.jpg) no-repeat;
	background-size: cover;
}
.portfolio-wrapper {
	position: relative;
}
.latest-work .filter {
	display: inline-block;
	width: 100%;
	position: absolute;
	top: -110px;
	right: 0px;
	text-align: right;
}
.latest-work .filter li {
	display: inline-block;
}
.latest-work .filter li {
	color: #fff;
	margin-right: 10px;
}
.latest-work .filter li a {
	color: #fff;
	font-weight: 400;
	line-height: 22px;
	font-size: 15px;
	padding: 10px 10px;
}
.latest-work .filter li:nth-last-child(1) {
	margin-right: 0px;
}
.latest-work .filter li:nth-last-child(1) a {
	padding-right: 0px;
}
.latest-work .filter li a:hover {
	color: #ffc107
}
.latest-work .filter li a.active {
	color: #ffc107
}
/* .latest-work .items.row {
	margin: 0 -5px;
} */
.latest-work .col-4 .item {
	width: 25%;
	padding: 5px;
}
.gal-item .hover-info {
	position: absolute;
	background: rgba(0,0,0,0.8);
	z-index: 9;
	opacity: 0;
	height:100%;
	width:100%;
	top:0px;
	padding: 20px;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gal-item .hover-info h6 {
	font-weight: bold;
	color: #fff;
	margin: 0px;
	margin-bottom: 6px;
	font-size: 14px;
	letter-spacing:1px;
}
.gal-item .hover-info p {
	color: #00b1f1;
	margin: 0px;
	font-size: 13px;
}
.gal-item .hover-info a {
	color: rgba(255,255,255,0.9);
	font-size: 14px;
	opacity: 0.6;
	height:44px;
	width:44px;
	margin:0 10px;
	display:inline-block;
	border:1px solid #fff;
	text-align:center;
	line-height:42px;
	border-radius:50%;
} 
.gal-item .info-down{
	position:absolute;
	bottom:-100%;
	left:20px;
	right:20px;
	text-align:center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gal-item .position-center-center{
	margin-top:-150%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gal-item .hover-info:hover .position-center-center{
	margin-top:0%;
}
.gal-item .hover-info:hover .info-down{
	bottom:20px;
}
.gal-item .hover-info a:hover {
	color: #fff;
	opacity: 1;
}
.gal-item:hover .hover-info a {
	color: #fff;
	right: 20px;
}
.gal-item:hover .hover-info {
	opacity: 1;
}
.gal-item:hover img {
	transform: scale(1.1);
}
.gal-item {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom:30px;
}
.gal-item img {
	width: 100%;
}
.light-port .filter li a {
	color: #313f46;
}
.light-port .filter li {
	color: #313f46;
}
.project-detail {
}
.blog-post .side-bar hr {
	margin: 20px 0;
}
/*=======================================================
      DETAIL WORK
========================================================*/
.work-detail p{
	font-size:15px;
	line-height:28px;
	margin-bottom:20px;
}
/*=======================================================
      PAGINATION
========================================================*/
.pagination {
	padding-top: 30px;
	border: none !important;
	display: inline-block;
	width: 100%;
	margin: 0 !important;
	text-align: center;
}
.pagination ul li {
	border: none;
}
.pagination>li {
	display: inline-block;
}
.pagination>li>a, .pagination>li>span {
	border: none;
	border-radius: 4px !important;
	padding: 0px;
	height: 42px;
	width: 42px;
	text-align: center;
	line-height: 41px;
	color: #777777;
	font-weight: bold;
	margin: 0px;
	font-size: 16px;
	background: #f2f2f2;
}
.pagination>li>a:hover {
	background: #00b1f1;
	color: #fff;
	border-color: #00b1f1;
}
/*=======================================================
      WHY CHOOSE US
========================================================*/
.num-process {
	margin-top: 30px;
}
.num-process .icon span {
	height: 26px;
	width: 26px;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: #ffbe00;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 10px;
}
.we-are-good article {
	border: 1px solid #ececec;
	padding: 35px 20px;
	position: relative;
	overflow: hidden;
}
.we-are-good article h6 {
	margin: 0px;
}
.we-are-good article {
	margin-bottom: 30px;
}
.we-are-good article .icon {
	margin-right: 10px;
	margin-top: 5px;
}
.we-are-good article p {
	margin: 0px;
}
.we-are-good .go {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	height: 45px;
	width: 45px;
	color: #fff;
	z-index: 1;
	padding-top: 25px;
	padding-left: 35px;
}
.we-are-good .go:before {
	position: absolute;
	height: 45px;
	width: 45px;
	content: "";
	background: #ffbe00;
	float: left;
	top: 23px;
	left: 23px;
	z-index: -1;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari */
	transform: rotate(45deg);
}
/*=======================================================
      TESTI
========================================================*/
.testimonial {
	background: url(../images/testi-bg-1.jpg) top center no-repeat;
	background-size: cover;
}
.testi {
}
.testi .media-left .avatar {
	width: 72px;
	display: inline-block;
}
.testi .media-left .avatar:before {
	height: 72px;
	width: 72px;
	position: absolute;
	content: "";
	display: inline-block;
	left: -10px;
	top: -10px;
	z-index: 3;
	border: 2px solid rgba(0,0,0,0.1);
}
.testi p {
	color: #fff;
	font-size: 15px;
	line-height: 29px;
}
.testi .quote {
	font-size: 40px;
	color: rgba(255,255,255,0.2);
	position: absolute;
	left: 0px;
	top: 0px;
}
.testi .media-left .avatar img {
	position: relative;
	z-index: 9;
}
.testi h5 {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}
.testi span {
	color: #fff;
}
.testi .owl-nav {
}
.testi .owl-nav div.owl-prev {
	display: inline-block !important;
	color: #fff;
	margin: 0 15px;
	height: 62px;
	width: 32px;
	border-radius: 4px;
	border: 1px solid #ececec;
	line-height: 58px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: -100px;
	margin-top: -60px;
}
.testi .owl-nav div.owl-next {
	display: inline-block !important;
	color: #fff;
	margin: 0 15px;
	height: 62px;
	width: 32px;
	border-radius: 4px;
	border: 1px solid #ececec;
	line-height: 58px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: -100px;
	margin-top: -60px;
}
.testi .owl-nav div.owl-next:hover {
	background: #344248;
	border-color: #344248;
	color: #fff;
}
.testi .owl-nav div.owl-prev:hover {
	background: #344248;
	border-color: #344248;
	color: #fff;
}
.testi .owl-dots {
	position: absolute;
	right: -20px;
	top: 40%;
	width: 6px;
}
.testi .owl-dots div {
	height: 6px;
	width: 6px;
	display: inline-block;
	background: rgba(255,255,255,0.3);
	margin-bottom: 0px;
	border-radius: 50%;
}
.testi .owl-dots .owl-dot.active {
	background: #fff;
}
.testi .owl-dots .owl-dot span {
	margin: 0px;
}
.testi span {
	display: inline-block;
	width: 100%;
	color: #fff !important;
	margin-bottom: 0px;
	font-size: 12px;
	text-transform: uppercase;
}
.in-testi {
	padding: 40px;
	width: 64%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.in-testi .avatar {
}
.stars {
	margin-top: 20px;
}
.stars i {
	margin: 0 3px;
}
.testi .media-body span {
	color: #b0b7ff;
}
.texti-slide {
}
/*=======================================================
      TEAM MEMBER
========================================================*/ 
.team {
	margin-top: 50px;
	display: inline-block;
	width: 100%;
}
.team .team-detail {
	display: inline-block;
	width: 100%;
	padding: 36px 30px 36px 0;
	text-align: center;
	margin-bottom: 30px;
	position:relative;
	z-index:9;
}
.team .team-detail:before {
	background: #4c4f5e;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	content:"";
	position:absolute;
	top: 0;
	left:0px;
/* 	height:120px; */
	bottom: 0;
	z-index:2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team .col-md-3:hover .team-detail:before{
	background:#00b1f1;
}
.team .team-detail h6 {
	color: #fff;
	margin: 0px;
	z-index:9;
	position:relative;
	margin-bottom: 10px;
}
.team .team-detail span{
	position:relative;
	z-index:9;
}
.team .social {
	position: absolute;
	right: 0px;
	top: 0;
	z-index:9;
    border-left: 1px solid rgba(255,255,255,0.5);
}
.team .social li a{
	border-bottom:1px solid rgba(255,255,255,0.5) !important;
}
.team .team-detail span {
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
/*=======================================================
      BLOG
========================================================*/ 
.blog article{
	padding:20px;
	border:1px solid #ececec;
	display:inline-block;
	width:100%;
	margin-bottom:30px;
	padding-bottom:20px;
}
.blog .post-info{
	margin-top:20px;
}
.blog .post-info span {
	display: inline-block;
}
.blog .post-info hr{
	margin:10px 0;
	background:#444444;
}
.blog .tittle-post {
	font-family: "PT Sans";
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	letter-spacing: 1px;
	line-height: 26px;
	color:#444444;
	margin-top:0px;
	margin-bottom: 0;
	text-transform: none;
}
.blog .tittle-post a {
	color:#444444;	
}
.blog .post-info p{
	margin-top:20px;
}
.blog .post-info .read-more{
	border-bottom:1px dotted #00b1f1;
	display:inline-block;
	float:right;
	text-transform:uppercase;
	margin-top:20px;
	margin-right:10px;
	font-weight:bold;
	color:#444444;
	font-size:11px;
} 
.blog .icons li{
	margin-top:20px;
	margin-right:10px;
	display:inline-block;
}
.blog .btn {
}
.blog .btn:hover {
	background: #252525;
}
.blog .date {
	width: 61px;
	height: 61px;
	float: left;
	margin-right:10px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	padding: 0 10px;
	padding-top: 7px;
	text-align: center;
	line-height: 20px;
	background: #00b1f1;
	letter-spacing: 0.4px;
	outline:3px solid #00b1f1;
	border:1px solid #fff;
	margin-left:3px;
}
/*=======================================================
      CLIENTS
========================================================*/
.clients li {
	text-align: center;
}
.clients .style-2 li {
	padding: 0px;
	border: none;
}
.clients .style-2 li a {
	border-right: none;
	border-top: none;
	border-left: none;
}
.clients .owl-nav div.owl-prev {
	display: inline-block !important;
	color: #344248;
	margin: 0 15px;
	height: 62px;
	width: 32px;
	border-radius: 4px;
	border: 1px solid #ececec;
	line-height: 58px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: -100px;
	margin-top: -30px;
}
.clients .owl-nav div.owl-next {
	display: inline-block !important;
	color: #344248;
	margin: 0 15px;
	height: 62px;
	width: 32px;
	border-radius: 4px;
	border: 1px solid #ececec;
	line-height: 58px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: -100px;
	margin-top: -30px;
}
.clients .owl-nav div.owl-next:hover {
	background: #344248;
	border-color: #344248;
	color: #fff;
}
.clients .owl-nav div.owl-prev:hover {
	background: #344248;
	border-color: #344248;
	color: #fff;
}
/*=======================================================
      FOOTER
========================================================*/
.sub-footer {
	background: url(../images/sub-footer-bg.jpg) no-repeat;
	background-size: cover;
}
.sub-footer h4{
	font-weight:800;
	color:#fff;
	margin-top:0px;
	font-size:24px;
	text-transform:none;
}
.sub-footer a {
	color: #fff;
	margin: 0px;
	letter-spacing: 1px;
}
.fst-up{
	margin-top:-280px;
	background:#2c2d31;
	padding:20px;
	padding-top:80px;
	border-top:4px solid #00b1f1;
}
footer {
	background: #383a42;
	/* padding: 100px 0; */
} 
footer .ser-link a{
	color: #e5e5e5;
	margin: 1px;
	line-height:28px;
}
footer .ser-link a i{
	margin-right:10px;
}
footer .social {
	margin: 0px;
	padding: 0px;
}
footer .social li {
	float: left;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
footer .social li a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding: 0px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	color: #aaaaaa;
}
footer .social li a:hover {
	color: #fff;
	background: #00b1f1;
}
footer .location i {
	width: 25px;
	height: 40px;
	float: left;
	margin-top: 5px;
}
footer p {
	color: #e5e5e5;
	margin: 5px;
}
footer h6 {
	color: #fff;
	font-family: 'PT Sans';
	margin-top: 30px;
	margin-bottom: 30px;
}
footer input {
	background: rgba(255,255,255,0.05);
	height: 45px;
	padding: 0 20px;
	display: inline-block;
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
footer button {
	float: right;
	margin: 0px;
	margin-top: -65px;
	line-height: 45px;
	height: 45px;
	color: rgba(255,255,255,0.5);
	position: relative;
	z-index: 1;
	margin-right: 10px;
	background: none;
	border: none;
}
.sub-space{
	padding-left:300px;
}
.rights {
	padding: 20px 0;
	background: #2c2d31;
}
.rights p {
	color: #fff;
	text-align: center;
	margin: 0px;
}

.moto-widget-social-links-extended__link
{
	margin-right:10px
}
/*=======================================================
      WHO WE
========================================================*/
.who-we {
}
.who-we h3 {
	font-size: 36px;
	margin-bottom: 40px;
	margin-top: 0px;
}
.who-we p {
	font-size: 14px;
}
.who-we .btn {
	padding: 10px 30px;
	font-size: 12px;
	outline: none;
	margin-top: 30px;
}
.who-we .btn-yellow {
	padding: 10px 30px;
	font-size: 12px;
	outline: none;
	margin-top: 30px;
	margin-left: 20px;
	background: none;
	border: 2px solid #ffc107;
}
.who-we .btn-yellow:hover {
	background: #ffc107;
}
.list-style {
	margin-top: 30px;
}
.list-style li {
	position: relative;
	padding-left: 20px;
	line-height: 30px;
	float: left;
	width: 50%;
	color: #6f6f6f;
}
.list-style li:before {
	position: absolute;
	left: 0px;
	content: "\f105";
	font-size: 14px;
	color: #5091ff;
	font-family: 'FontAwesome';
}
.offer-services li {
	float: left;
	display: inline-block;
	width: 20%;
	position: relative;
	text-align: center;
	padding-top: 70px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.offer-services li:hover {
	padding-top: 0px;
	padding-bottom: 70px;
}
.offer-services li h5 {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	margin-top: 20px;
	letter-spacing: 1px;
}
.offer-services li p {
	color: #fff;
	letter-spacing: 1px;
}
.offer-services li .img-responsive {
	width: 100%;
}
.offer-services li a {
	color: #448aff;
	background: #f9f9f9;
	height: 70px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	line-height: 70px;
	left: 0px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto Slab', serif;
	z-index: -1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}
.offer-services li .position-center-center {
	margin-top: 35px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.offer-services li:hover .position-center-center {
	margin-top: -35px;
}
.offer-services li a:hover {
	color: #f9f9f9;
	background: #448aff;
}
.offer-services li:hover a {
	z-index: 1;
	opacity: 1;
}
/*=======================================================
      TEAM
========================================================*/
.team ul li {
	position: relative;
}
.team ul li article {
	position: relative;
	border: 1px solid #ececec;
	position: relative;
	overflow: hidden;
}
.team ul li article h6 {
	color: #fff;
	margin: 0px;
	margin-bottom: 5px;
}
.team .team-hover {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	left: -100%;
	background: rgba(51,51,51,0.9);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.team .team-hover span {
	margin: 10px 0;
	font-weight: bold;
	margin-bottom: 20px;
}
.team .position-center-center {
	width: 100%;
	padding: 0 20px;
}
.team ul li article p {
	color: #fff;
	line-height: 24px;
}
.team ul li article span {
	color: #ffc107;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	font-weight: bold;
}
.team .social li {
	margin: 0px;
	padding: 0px;
}
.team .social li a {
	font-size: 14px;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 0px;
	border-color: transparent;
	display: inline-block;
	text-align: center;
	line-height: 36px;
}
.team .social li a:hover {
	border-color: #fff !important; 
}
.team .team-name {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 20px;
	left: 0px;
	text-align: right;
	background: rgba(51,51,51,0.9);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.team ul li article:hover .team-name {
	left: 100%;
}
.team ul li article:hover .team-hover {
	left: 0px;
}
.contact-page #map {
	height: 550px;
}
/*=======================================================
			CONTACT FORM
========================================================*/
.contact-form .error {
	border: 1px solid red;
}
.contact-form .error:before {
	content: "\f071";
	font-family: 'FontAwesome';
	position: absolute;
	color: red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
.contact-form label {
	display: inline-block;
	width: 100%;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 20px;
	color: #ececec;
}
.contact-form label input {
	border: 1px solid #ececec;
	height: 40px;
	padding: 0 20px;
	border-radius: 0px;
	width: 100%;
	background: #fff;
	box-shadow: none !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
	border: 1px solid #ececec;
	height: 200px;
	border-radius: 0px;
	background: #fff;
	box-shadow: none !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form input:focus {
	border: 1px solid #4c4f5e !important;
}
.contact-form textarea:focus {
	border: 1px solid #4c4f5e !important;
}
/*=======================================================
      Emergency
========================================================*/
.procsss {
	position: absolute;
	top: -150px;
	z-index: 999;
	background: none;
}
.procsss ul {
	background: rgba(0,0,0,0.5);
	padding: 30px 30px;
}
.procsss ul li h6 {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
}
.procsss ul li p {
	color: #fff;
	margin: 0px;
}
.procsss .numb {
	display: inline-block;
	height: 45px;
	width: 45px;
	background: #ffc107;
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.procsss li:hover .numb {
	background: #fff;
	color: #ffc107;
}
.cate li {
	position: relative;
}
.cate li:before {
	content: "\f0da ";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0px;
	color: #00b1f1;
	font-size: 12px;
}
.cate li {
	padding-left: 15px;
	line-height: 35px;
}
.cate li a {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #777777;
	display: inline-block;
	width: 100%;
	font-weight:500;
}
.cate li span {
	float: left;
	height: 26px;
	width: 26px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 50%;
	margin-right:20px;
	line-height: 26px;
	font-size: 12px;
	color: #777777;
	margin-top:10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cate li a:hover {
	color: #00b1f1;
}
.cate li a:hover span{
	background:#00b1f1;
	color:#fff;
}
.cate.archive li:before{
	display:none;
}
.cate.archive li{
	line-height:45px;
	padding-left:0px;
}
.news-post blockquote {
	color: #fff;
	background: #00b1f1;
	font-size: 20px;
	border:none;
	text-align: left;
	line-height: 30px;
	font-style: italic;
	letter-spacing: 1px;
	margin-top: 50px;
	font-weight:bold;
	line-height:36px;
	padding: 30px 30px;
	padding-left:80px;
	margin-left:50px;
	margin-bottom: 50px;
}
.news-post blockquote i{
	position:absolute;
	left:40px;
	text-align:center;
	line-height:82px;
	font-size:40px;
	height:82px;
	width:82px;
	border-radius:50%;
	background:#fff;
	color:#00b1f1;
	
}
.comments .media-body h4 {
	color: #222222;
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
	display: inline-block;
	width: 100%;
}
.comments .media-body a {
	float: right;
	margin-top: -44px;
}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
}
.comments .media-list li {
	padding: 20px;
	border: 1px solid #e9e9e9;
	position:relative;
}
.comments .media-left {
	margin-right: 20px;
}
.comments .media-left a {
	width: 100px;
	display: inline-block;
}
.comments .media p {
	margin-top: 15px;
	font-size: 13px;
}
.comments .media h6 span {
	font-size: 11px;
	color: #a1b1bc;
	margin: 0;
	margin-top: 10px;
	text-transform: none;
	display:inline-block;
	width:100%;
}
.comments .media{
	margin-top:30px;
}
.comments .media h6 {
	font-weight: 600;
	color: #2c3e50;
	font-size: 16px;
	text-transform: none;
}
.comments .btn.raply {
	padding: 5px 20px !important;
	float: right;
	font-size: 9px;
	right: 0px;
	color: #00b1f1;
	background:#f5f5f5;
	position:absolute;
	border:none;
}
.comments .btn.raply:hover{
	background:#00b1f1;
	color:#fff;
}
.comments .media a img {
	margin-bottom: 10px;
}
.comments form label {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}
.pager {
	margin-bottom: 80px;
	text-transform: uppercase;
	border-top: 1px solid #ffbe00;
	border-bottom: 1px solid #ffbe00;
	padding: 15px 0;
}
.pager a {
	font-size: 12px;
	border: none;
}
.comments {
	margin-bottom: 50px;
}
.admin-info {
	border: 1px solid #f2f2f2;
	padding: 18px;
}
.admin-info h5{
	margin-bottom:0px;
	font-weight:500;
	margin-top: 0;
}
.admin-info .admin-img{
	width:175px;
	display:inline-block;
	margin-right:20px;
}
.social_icons {
	float: right;
}
.social_icons li {
	display: inline-block;
	color: #989898;
}
.social_icons li a {
	color: #989898;
	margin: 0 5px;
}
/*=======================================================
      get-quote
========================================================*/
.get-quote label{ 
	display:inline-block;
	width:100%;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
		letter-spacing:1px;
}
.get-quote h3{
	margin:0px;
}
.get-quote label input{
	border-radius:0px;
	box-shadow:none;
	border:1px solid #ededed;
	margin-top:10px;
	height:40px;
	margin-bottom:30px;

}
/*=======================================================
      Emergency
========================================================*/
.emergency {
	background: url(../images/bg/bg-1.jpg) no-repeat;
	background-size: cover;
	height: auto;
}
.emergency h3 {
	margin-top: 0px;
}
/*=======================================================
      Appoinment
========================================================*/
.appoinment {
	background: url(../images/bg/bg-2.jpg) no-repeat;
}
.appoinment {
}
.appoinment form {
	margin-top: 80px;
}
.appoinment label {
	width: 100%;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: inline-block;
}
.appoinment input {
	height: 40px;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 8px;
	border-radius: 0px;
	border: 1px solid #e2e2e2;
}
.appoinment textarea {
	height: 110px;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 8px;
	border-radius: 0px;
	border: 1px solid #e2e2e2;
}
.appoinment .btn {
	background: #448aff;
	border: none;
	color: #fff;
	font-size: 12px;
	margin-bottom: 50px;
}
.ser-single .list-style li {
	width: 100%;
}
/*=======================================================
			ACCORDION
========================================================*/
.accordion {
}
.accordion.gray-bg {
	background: #f3f3f3;
}
.accordion .panel-default > .panel-heading .panel-title a:before {
	content: "\f3d0";
	font-family: "Ionicons";
	color: #FFF;
	padding: 0px;
	color: #fff;
	height:25px;
	width:25px;
	border-radius:50%;
	background:#00b1f1;
	text-align:center;
	line-height:25px;
	float: right;
	position: absolute;
	right: 15px;
	font-size: 12px;
	position:absolute;
	left:20px;
}
.accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "\f3d3";
	font-family: "Ionicons";
	background:#ebebeb;	
	color:#00b1f1;
}
.accordion .panel-default > .panel-heading {
	background-color: #fff;
	padding: 0px;
	border-radius: 0px;
	overflow: hidden;
}
.accordion .panel-default > .panel-heading a {
	text-decoration: none;
	font-size: 18px;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color:#636363;
	background:#fafafa;
	padding:15px 10px 15px 70px;
	line-height: 20px;
	display: inline-block;
	text-transform:none;
	border:1px solid #ececec;
}
.accordion .panel {
	box-shadow: none;
	border-radius: 0px;
	margin-bottom: 15px;
	position: relative;
	border:none;
}
.accordion .panel-body p{
	margin:0px;
}
.accordion .panel-body {
	color: #b8b8b8;
	padding:20px;
	line-height: 28px;
	font-size: 15px;
}
.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
}

.latest-work .filter.tabs {
	height: auto;
	min-height: auto;
	background: none;
	text-align: center;
}
.latest-work .filter.tabs {
	margin-bottom: 50px;
}
.latest-work .filter.tabs li {
	display: inline-block;
	margin-bottom: 10px;
	margin: 0 5px;
}
.latest-work .filter.tabs li a {
	color: #999999;
	padding: 8px 20px;
	border: 2px solid #999999;
}
.latest-work .filter.tabs li a.active {
	color: #ffc107;
	border: 2px solid #ffc107;
}
.side-tittle {
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 0px;
	color:#333333;
}
.tags a {
	font-size: 13px;
	color: #969595;
	border: 1px solid #dadada;
	padding: 5px 15px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	text-transform:uppercase;
}
.tags li {
	display: inline-block;
	float: left;
}
.tags a:hover {
	border: 1px solid #00b1f1;
	color: #00b1f1;
}
.flickr-steam{
	margin:0 -5px;
	display:inline-block;
	width:100%;
}
.flickr-steam li{
	padding:0 5px;
	float:left;
	width:25%;
	margin-bottom:10px;
}
.flickr-steam li img{
	width:100%;
}
/*=======================================================
			PAPULAR POST
========================================================*/
.papu-post {
}
.papu-post .media-left {
	margin-right: 0px;
}
.papu-post .media-left img {
	width: 100%;
}
.papu-post .media-left a {
	width: 80px;
	margin-right:5px;
	display: inline-block;
}
.papu-post span {
	color: #00b1f1;
	letter-spacing: 0px;
	font-size: 11px;
}
.papu-post li {
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
	margin: 0px;
}
.papu-post .media-heading {
	display: inline-block;
	width: 100%;
	color: #777777;
	margin-top: 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight:500;
	letter-spacing: 0px;
}
.search input {
	display: inline-block;
	width: 100%;
	height: 35px;
	background: #fff;
	border: 1px solid #ebebeb;
}
.search button {
	float: right;
	margin-top: 10px;
	line-height: 35px;
	margin-right: 0px;
	margin-top: -35px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: none;
	color: #313f46;
	width: 35px;
	height: 35px;
	font-size: 16px;
	background: none;
}
.side-bar #map {
	height: 320px;
	width: 100%;
}
.promo {
	background: url(../images/bg/promo-bg.jpg) no-repeat;
	background-size: cover;
}
.promo .overlay {
	background: rgba(52,66,72,0.95);
	padding: 100px 0;
}
.promo .overlay:before {
	content: "";
	position: absolute;
	right: 0px;
	left: 100%;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgba(52,66,72,0.95);
}
.promo h4 {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	margin: 0px;
	margin-bottom: 15px;
}
.promo .overlay:after {
	position: absolute;
	top: 0px;
	left: -340px;
	width: 0;
	content: "";
	height: 0;
	border-bottom: 340px solid rgba(52,66,72,0.95);
	border-left: 340px solid transparent;
}
.promo p {
	color: #fff;
	margin-bottom: 30px;
}

/*=======================================================
			TABS SECTION
========================================================*/
#tabs .tab-pane {
	padding: 36px 30px;
	border: none;
}
#tabs .nav-tabs > li {
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
	border: none;
	width: 33.3333%;
}
#tabs .nav-tabs > li a {
	border: none;
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 30px;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	border-radius: 0px;
	text-transform: uppercase;
	border-top: 2px solid #fff;
}
#tabs .nav-tabs > li.active a {
	border-top: 2px solid #ffbe00;
	color: #ffbe00;
}
#tabs .nav-tabs > li:hover a {
	border-top: 2px solid #ffbe00;
	background: none;
	color: #ffbe00;
}
#tabs .nav-tabs {
	border: none;
	border-bottom: none;
}
.error-page {
	text-align: center;
}
.bgi:before {
	/* background: url(../images/erroe-bg.jpg) center center no-repeat; */
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
}
.error-page h1 {
	font-size: 300px;
	color: #448aff;
}
.error-page h3 {
	font-weight: bold;
	color:#313131;
	font-size:26px;
	text-transform: uppercase;
}
.error-page p {
	width: 60%;
	margin: 0 auto;
}











































/* Call Widget */

.moto-widget-callback.moto-preset-default {
  bottom: 40px;
  left: 30px;
  right: auto;
  box-shadow: 0 4px 10px 0 rgba(46,58,70,0.35);
  background-color: #ffffff;
  color: #0c3c8e;
  max-height: 80vh;
}
@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 10px;
    left: 10px;
  }
}
.moto-widget-callback.moto-preset-default.moto-widget-callback_opened,
.moto-widget-callback.moto-preset-default.moto-widget-callback_opening {
  border-radius: 3px;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-color: transparent;
}
.moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
.moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-color: transparent;
  border-radius: 40px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__agent .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty) {
  border-radius: 40px;
  margin-bottom: 10px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__agent .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
  font-size: 80px;
  margin-bottom: 10px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-divider {
  border-top-color: #eeeeee;
  border-top-width: 1px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-button {
  color: #05001a;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-button:hover {
  color: #14b5f0;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__close-button {
  color: #05001a;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__close-button:hover {
  color: #14b5f0;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__overlay_open-button {
  background-color: transparent;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__overlay_link {
  background-color: transparent;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button:hover .moto-widget-callback__overlay_open-button {
  background-color: rgba(255,255,255,0.35);
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-item:hover .moto-widget-callback__overlay_link {
  background-color: rgba(255,255,255,0.25);
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty),
.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_empty {
  width: 80px;
  height: 80px;
  font-size: 50px;
}
.moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
.moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
  width: 80px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
  font-size: 50px;
  line-height: 80px;
}

.moto-widget-callback {
	position: fixed;
	overflow: hidden;
	transition: .2s ease;
	transition-delay: .2s;
	display: block;
	z-index: 550;
	box-sizing: content-box;
	background-clip: content-box;
}

.moto-widget-callback__open-button {
	cursor: pointer;
}

.moto-widget-callback__body, .moto-widget-callback__open-button {
	transition: opacity .4s;
}

.moto-widget-callback__thumbnail-wrapper {
	text-align: center;
}

.moto-widget-callback__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .4s;
	pointer-events: none;
}


/* Footer Style */

.moto-widget-block > .container-fluid > .row > .moto-cell {
	padding: 0;
}

.col-sm-12 {
	/* -ms-flex: 0 0 100%; */
	flex: 0 0 100%;
	max-width: 100%;
}

.moto-spacing-right-auto {
	padding-right: initial;
}

.moto-spacing-left-auto {
	padding-left: initial;
}

.moto-spacing-bottom-auto {
	padding-bottom: initial;
}

.moto-spacing-top-small {
	padding-top: 15px;
}

.moto-widget {
	position: relative;
}

.moto-widget-image, .moto-widget-menu, .moto-widget-row, .moto-widget-social-links {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.moto-justify-content_center {
	-ms-flex-pack: center;
	justify-content: center;
}

.moto-container_width-fixed, .row-fixed .container-fluid {
	max-width: 1200px;
}

.moto-container_width-fixed, .row-fixed .container-fluid {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.container-fluid, .moto-cell {
	padding-left: 30px;
	padding-right: 30px;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.moto-spacing-bottom-small {
	padding-bottom: 15px;
}

.moto-spacing-top-small {
	padding-top: 15px;
}

.moto-widget-social-links-extended {
	list-style: none;
	font-size: 0;
}

.moto-align-center {
	text-align: center;
}

.moto-widget {
	position: relative;
}

.moto-widget-social-links-extended.moto-preset-default.moto-align-center .moto-widget-social-links-extended__item {
	margin-right: 4px;
	margin-left: 4px;
}

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item {
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
}

.moto-widget-social-links-extended .moto-widget-social-links-extended__item {
	display: inline-block;
	vertical-align: top;
}

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link {
	font-size: 14px;
	width: 25px;
	height: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-radius: 50px;
	border-style: none;
	color: #0c3c8e;
	background-color: #ffffff;
	border-color: transparent;
}

.moto-widget-social-links-extended .moto-widget-social-links-extended__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	transition: all .4s ease;
	overflow: hidden;
}

.moto-widget-text * {
	transition: .3s;
}

.moto-widget-text-content {
	padding: 0 1px;
}

.moto-widget-text-content::after {
	content: "";
	display: table;
	clear: both;
}

.moto-widget-text * {
	transition: .3s;
}

.moto-text_218 {
	font-weight: 400;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0px;
}

.moto-widget-text ul li::before {
	position: absolute;
	display: inline-block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 0;
	font: 16px/18px FontAwesome;
	color: #14b5f0;
	content: "\f058";
	text-align: center;
}

.moto-widget-text ul li:not(:last-child) {
	margin-bottom: 10px;
}

.moto-widget-text ul li {
	padding: 0 0 0 30px;
}

.moto-widget-text li {
	position: relative;
}

.moto-widget-text * {
	transition: .3s;
}

.moto-text_system_8 {
	font-weight: 700;
	font-style: normal;
	font-family: 'Asap', sans-serif;
	color: #05001a;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 0px;
}

.moto-widget-button.moto-preset-default .moto-widget-button-link {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ffffff;
	background-color: #0c3c8e;
	border-color: transparent;
}

.moto-widget-button .moto-widget-button-link.moto-size-medium {
	font-size: 15px;
	padding: 17px 10px;
	min-width: 180px;
}

.moto-widget-button .moto-widget-button-link {
	position: relative;
	text-align: center;
	z-index: 1;
	transition: .3s;
	line-height: 22px;
	border-width: 2px;
	border-style: solid;
}

.moto-widget-button .moto-widget-button-link {
	display: inline-block;
	cursor: pointer;
}

.moto-spacing-bottom-medium {
	padding-bottom: 55px;
}

.moto-spacing-top-medium {
	padding-top: 55px;
}

.moto-widget-image .moto-widget-image-picture {
	width: 100%;
	max-width: 100%;
}

.moto-widget-ul ul li::before {
	position:absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 0;
	font: 16px/18px FontAwesome;
	color: #14b5f0;
	content: "\f058";
	text-align: center;
	margin-left:15px;
	margin-top:10px;
}

.moto-text_system_8
{
	margin-bottom:10px;
}

.moto-widget-ul ul li {
	padding: 0 0 0 30px;
}



.nav {
 padding-left:0;
 margin-bottom:0;
 list-style:none
}
.nav:before,
.nav:after {
 display:table;
 content:" "
}
.nav:after {
 clear:both
}
.nav>li {
 position:relative;
 display:block
}
.nav>li>a {
 position:relative;
 display:block;
 padding:10px 15px
}
.nav>li>a:hover,
.nav>li>a:focus {
 text-decoration:none;
 background-color:#eee
}
.nav>li.disabled>a {
 color:#777
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
 color:#777;
 text-decoration:none;
 cursor:not-allowed;
 background-color:transparent
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
 background-color:#eee;
 border-color:#4ab9cf
}
.nav .nav-divider {
 height:1px;
 margin:10px 0;
 overflow:hidden;
 background-color:#e5e5e5
}
.nav>li>a>img {
 max-width:none
}
.nav-tabs {
 border-bottom:1px solid #ddd
}
.nav-tabs>li {
 float:left;
 margin-bottom:-1px
}
.nav-tabs>li>a {
 margin-right:2px;
 line-height:1.6;
 border:1px solid transparent;
 border-radius:4px 4px 0 0
}
.nav-tabs>li>a:hover {
 border-color:#eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
 color:#555;
 cursor:default;
 background-color:#fff;
 border:1px solid #ddd;
 border-bottom-color:transparent
}
.nav-pills>li {
 float:left
}
.nav-pills>li>a {
 border-radius:4px
}
.nav-pills>li+li {
 margin-left:2px
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
 color:#fff;
 background-color:#4ab9cf
}
.nav-stacked>li {
 float:none
}
.nav-stacked>li+li {
 margin-top:2px;
 margin-left:0
}
.nav-justified,
.nav-tabs.nav-justified {
 width:100%
}
.nav-justified>li,
.nav-tabs.nav-justified>li {
 float:none
}
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
 margin-bottom:5px;
 text-align:center
}
.nav-justified>.dropdown .dropdown-menu {
 top:auto;
 left:auto
}
@media(min-width:768px) {
 .nav-justified>li,
 .nav-tabs.nav-justified>li {
  display:table-cell;
  width:1%
 }
 .nav-justified>li>a,
 .nav-tabs.nav-justified>li>a {
  margin-bottom:0
 }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
 border-bottom:0
}
.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
 margin-right:0;
 border-radius:4px
}
.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
 border:1px solid #ddd
}
@media(min-width:768px) {
 .nav-tabs-justified>li>a,
 .nav-tabs.nav-justified>li>a {
  border-bottom:1px solid #ddd;
  border-radius:4px 4px 0 0
 }
 .nav-tabs-justified>.active>a,
 .nav-tabs.nav-justified>.active>a,
 .nav-tabs-justified>.active>a:hover,
 .nav-tabs.nav-justified>.active>a:hover,
 .nav-tabs-justified>.active>a:focus,
 .nav-tabs.nav-justified>.active>a:focus {
  border-bottom-color:#fff
 }
}
.tab-content>.tab-pane {
 display:none
}
.tab-content>.active {
 display:block
}
.nav-tabs .dropdown-menu {
 margin-top:-1px;
 border-top-left-radius:0;
 border-top-right-radius:0
}
.navbar {
 position:relative;
 min-height:50px;
 margin-bottom:22px;
 border:1px solid transparent
}
.navbar:before,
.navbar:after {
 display:table;
 content:" "
}
.navbar:after {
 clear:both
}
@media(min-width:992px) {
 .navbar {
  border-radius:4px
 }
}
.navbar-header:before,
.navbar-header:after {
 display:table;
 content:" "
}
.navbar-header:after {
 clear:both
}
@media(min-width:992px) {
 .navbar-header {
  float:left
 }
}
.navbar-collapse {
 padding-right:15px;
 padding-left:15px;
 overflow-x:visible;
 border-top:1px solid transparent;
 box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
 -webkit-overflow-scrolling:touch
}
.navbar-collapse:before,
.navbar-collapse:after {
 display:table;
 content:" "
}
.navbar-collapse:after {
 clear:both
}
.navbar-collapse.in {
 overflow-y:auto
}
@media(min-width:992px) {
 .navbar-collapse {
  width:auto;
  border-top:0;
  box-shadow:none
 }
 .navbar-collapse.collapse {
  display:block!important;
  height:auto!important;
  padding-bottom:0;
  overflow:visible!important
 }
 .navbar-collapse.in {
  overflow-y:visible
 }
 .navbar-fixed-top .navbar-collapse,
 .navbar-static-top .navbar-collapse,
 .navbar-fixed-bottom .navbar-collapse {
  padding-right:0;
  padding-left:0
 }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
 position:fixed;
 right:0;
 left:0;
 z-index:1030
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
 max-height:340px
}
@media(max-device-width:480px) and (orientation:landscape) {
 .navbar-fixed-top .navbar-collapse,
 .navbar-fixed-bottom .navbar-collapse {
  max-height:200px
 }
}
@media(min-width:992px) {
 .navbar-fixed-top,
 .navbar-fixed-bottom {
  border-radius:0
 }
}
.navbar-fixed-top {
 top:0;
 border-width:0 0 1px
}
.navbar-fixed-bottom {
 bottom:0;
 margin-bottom:0;
 border-width:1px 0 0
}
.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
 margin-right:-15px;
 margin-left:-15px
}
@media(min-width:992px) {
 .container>.navbar-header,
 .container>.navbar-collapse,
 .container-fluid>.navbar-header,
 .container-fluid>.navbar-collapse {
  margin-right:0;
  margin-left:0
 }
}
.navbar-static-top {
 z-index:1000;
 border-width:0 0 1px
}
@media(min-width:992px) {
 .navbar-static-top {
  border-radius:0
 }
}
.navbar-brand {
 float:left;
 height:50px;
 padding:14px 15px;
 font-size:18px;
 line-height:22px
}
.navbar-brand:hover,
.navbar-brand:focus {
 text-decoration:none
}
.navbar-brand>img {
 display:block
}
@media(min-width:992px) {
 .navbar>.container .navbar-brand,
 .navbar>.container-fluid .navbar-brand {
  margin-left:-15px
 }
}
.navbar-toggle {
 position:relative;
 float:right;
 padding:9px 10px;
 margin-right:15px;
 margin-top:8px;
 margin-bottom:8px;
 background-color:transparent;
 background-image:none;
 border:1px solid transparent;
 border-radius:4px
}
.navbar-toggle:focus {
 outline:0
}
.navbar-toggle .icon-bar {
 display:block;
 width:22px;
 height:2px;
 border-radius:1px
}
.navbar-toggle .icon-bar+.icon-bar {
 margin-top:4px
}
@media(min-width:992px) {
 .navbar-toggle {
  display:none
 }
}
.navbar-nav {
 margin:7px -15px
}
.navbar-nav>li>a {
 padding-top:10px;
 padding-bottom:10px;
 line-height:22px
}
@media(max-width:991px) {
 .navbar-nav .open .dropdown-menu {
  position:static;
  float:none;
  width:auto;
  margin-top:0;
  background-color:transparent;
  border:0;
  box-shadow:none
 }
 .navbar-nav .open .dropdown-menu>li>a,
 .navbar-nav .open .dropdown-menu .dropdown-header {
  padding:5px 15px 5px 25px
 }
 .navbar-nav .open .dropdown-menu>li>a {
  line-height:22px
 }
 .navbar-nav .open .dropdown-menu>li>a:hover,
 .navbar-nav .open .dropdown-menu>li>a:focus {
  background-image:none
 }
}
@media(min-width:992px) {
 .navbar-nav {
  float:left;
  margin:0
 }
 .navbar-nav>li {
  float:left
 }
 .navbar-nav>li>a {
  padding-top:14px;
  padding-bottom:14px
 }
}
.navbar-form {
 padding:10px 15px;
 margin-right:-15px;
 margin-left:-15px;
 border-top:1px solid transparent;
 border-bottom:1px solid transparent;
 box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
 margin-top:7px;
 margin-bottom:7px
}
@media(min-width:768px) {
 .navbar-form .form-group {
  display:inline-block;
  margin-bottom:0;
  vertical-align:middle
 }
 .navbar-form .form-control {
  display:inline-block;
  width:auto;
  vertical-align:middle
 }
 .navbar-form .form-control-static {
  display:inline-block
 }
 .navbar-form .input-group {
  display:inline-table;
  vertical-align:middle
 }
 .navbar-form .input-group .input-group-addon,
 .navbar-form .input-group .input-group-btn,
 .navbar-form .input-group .form-control {
  width:auto
 }
 .navbar-form .input-group>.form-control {
  width:100%
 }
 .navbar-form .control-label {
  margin-bottom:0;
  vertical-align:middle
 }
 .navbar-form .radio,
 .navbar-form .checkbox {
  display:inline-block;
  margin-top:0;
  margin-bottom:0;
  vertical-align:middle
 }
 .navbar-form .radio label,
 .navbar-form .checkbox label {
  padding-left:0
 }
 .navbar-form .radio input[type=radio],
 .navbar-form .checkbox input[type=checkbox] {
  position:relative;
  margin-left:0
 }
 .navbar-form .has-feedback .form-control-feedback {
  top:0
 }
}
@media(max-width:991px) {
 .navbar-form .form-group {
  margin-bottom:5px
 }
 .navbar-form .form-group:last-child {
  margin-bottom:0
 }
}
@media(min-width:992px) {
 .navbar-form {
  width:auto;
  padding-top:0;
  padding-bottom:0;
  margin-right:0;
  margin-left:0;
  border:0;
  box-shadow:none
 }
}
.navbar-nav>li>.dropdown-menu {
 margin-top:0;
 border-top-left-radius:0;
 border-top-right-radius:0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
 margin-bottom:0;
 border-top-left-radius:4px;
 border-top-right-radius:4px;
 border-bottom-right-radius:0;
 border-bottom-left-radius:0
}
.navbar-btn {
 margin-top:7px;
 margin-bottom:7px
}
.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
 margin-top:10px;
 margin-bottom:10px
}
.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
 margin-top:14px;
 margin-bottom:14px
}
.navbar-text {
 margin-top:14px;
 margin-bottom:14px
}
@media(min-width:992px) {
 .navbar-text {
  float:left;
  margin-right:15px;
  margin-left:15px
 }
}
@media(min-width:992px) {
 .navbar-left {
  float:left!important
 }
 .navbar-right {
  float:right!important;
  margin-right:-15px
 }
 .navbar-right~.navbar-right {
  margin-right:0
 }
}
.navbar-default {
 background-color:#f8f8f8;
 border-color:#e7e7e7
}
.navbar-default .navbar-brand {
 color:#777
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
 color:#5e5e5e;
 background-color:transparent
}
.navbar-default .navbar-text {
 color:#777
}
.navbar-default .navbar-nav>li>a {
 color:#777
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
 color:#333;
 background-color:transparent
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
 color:#555;
 background-color:#e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
 color:#ccc;
 background-color:transparent
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
 color:#555;
 background-color:#e7e7e7
}
@media(max-width:991px) {
 .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
 }
 .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
 .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
 .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
  color:#555;
  background-color:#e7e7e7
 }
 .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
 .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
 .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
  color:#ccc;
  background-color:transparent
 }
}
.navbar-default .navbar-toggle {
 border-color:#ddd
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
 background-color:#ddd
}
.navbar-default .navbar-toggle .icon-bar {
 background-color:#888
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
 border-color:#e7e7e7
}
.navbar-default .navbar-link {
 color:#777
}
.navbar-default .navbar-link:hover {
 color:#333
}
.navbar-default .btn-link {
 color:#777
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
 color:#333
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
 color:#ccc
}
.navbar-inverse {
 background-color:#222;
 border-color:#090909
}
.navbar-inverse .navbar-brand {
 color:#9d9d9d
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
 color:#fff;
 background-color:transparent
}
.navbar-inverse .navbar-text {
 color:#9d9d9d
}
.navbar-inverse .navbar-nav>li>a {
 color:#9d9d9d
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
 color:#fff;
 background-color:transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
 color:#fff;
 background-color:#090909
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
 color:#444;
 background-color:transparent
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
 color:#fff;
 background-color:#090909
}
@media(max-width:991px) {
 .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
  border-color:#090909
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  background-color:#090909
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  color:#9d9d9d
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
  color:#fff;
  background-color:transparent
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
 .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
 .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
  color:#fff;
  background-color:#090909
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
 .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
 .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
  color:#444;
  background-color:transparent
 }
}
.navbar-inverse .navbar-toggle {
 border-color:#333
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
 background-color:#333
}
.navbar-inverse .navbar-toggle .icon-bar {
 background-color:#fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
 border-color:#101010
}
.navbar-inverse .navbar-link {
 color:#9d9d9d
}
.navbar-inverse .navbar-link:hover {
 color:#fff
}
.navbar-inverse .btn-link {
 color:#9d9d9d
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
 color:#fff
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
 color:#444
}
.jumbotron {
 padding-top:30px;
 padding-bottom:30px;
 margin-bottom:30px;
 color:inherit;
 background-color:#eee
}
.jumbotron h1,
.jumbotron .h1 {
 color:inherit
}
.jumbotron p {
 margin-bottom:15px;
 font-size:21px;
 font-weight:200
}
.jumbotron>hr {
 border-top-color:#d5d5d5
}
.container .jumbotron,
.container-fluid .jumbotron {
 padding-right:15px;
 padding-left:15px;
 border-radius:6px
}
.jumbotron .container {
 max-width:100%
}
@media screen and (min-width:768px) {
 .jumbotron {
  padding-top:48px;
  padding-bottom:48px
 }
 .container .jumbotron,
 .container-fluid .jumbotron {
  padding-right:60px;
  padding-left:60px
 }
 .jumbotron h1,
 .jumbotron .h1 {
  font-size:63px
 }
}
.embed-responsive {
 position:relative;
 display:block;
 height:0;
 padding:0;
 overflow:hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 width:100%;
 height:100%;
 border:0
}
.embed-responsive-16by9 {
 padding-bottom:56.25%
}
.embed-responsive-4by3 {
 padding-bottom:75%
}
.modal-open {
 overflow:hidden
}
.modal {
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:1050;
 display:none;
 overflow:hidden;
 -webkit-overflow-scrolling:touch;
 outline:0
}
.modal.fade .modal-dialog {
 -ms-transform:translate(0,-25%);
 transform:translate(0,-25%);
 transition:transform .3s ease-out
}
.modal.in .modal-dialog {
 -ms-transform:translate(0,0);
 transform:translate(0,0)
}
.modal-open .modal {
 overflow-x:hidden;
 overflow-y:auto
}
.modal-dialog {
 position:relative;
 width:auto;
 margin:10px
}
.modal-content {
 position:relative;
 background-color:#fff;
 background-clip:padding-box;
 border:1px solid #999;
 border:1px solid rgba(0,0,0,.2);
 border-radius:6px;
 box-shadow:0 3px 9px rgba(0,0,0,.5);
 outline:0
}
.modal-backdrop {
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:1040;
 background-color:#000
}
.modal-backdrop.fade {
 filter:alpha(opacity=0);
 opacity:0
}
.modal-backdrop.in {
 filter:alpha(opacity=50);
 opacity:.5
}
.modal-header {
 padding:15px;
 border-bottom:1px solid #e5e5e5
}
.modal-header:before,
.modal-header:after {
 display:table;
 content:" "
}
.modal-header:after {
 clear:both
}
.modal-header .close {
 margin-top:-2px
}
.modal-title {
 margin:0;
 line-height:1.6
}

.wp-post-image {
 max-width:100%;
 height:auto
}
.featured-widget {
 padding:30px;
 background-color:#fff;
 box-shadow:0 4px 10px rgba(0,0,0,.15)
}
.featured-widget h3 {
 margin-top:0
}
@media(min-width:1500px) {
 .jumbotron-overlap {
  position:relative;
  margin-top:-75px
 }
}
@media(min-width:1500px) {
 .jumbotron-overlap img {
  box-shadow:0 -2px 6px rgba(0,0,0,.2)
 }
}
.widget-title {
 margin-bottom:30px;
 position:relative
}
.widget-title--big .widget-title {
 font-size:27px
}
@media(min-width:992px) {
 .widget-title--big .widget-title {
  font-size:44px
 }
}
.widget-title__line {
 border-bottom:1px solid rgba(0,0,0,.065);
 position:absolute;
 right:0;
 top:50%
}
.hr-quote {
 position:relative
}
.hr-quote::after {
 position:absolute;
 content:'“';
 font-family:Georgia,times new roman;
 right:calc(50% - 5px);
 top:calc(50% - 22px);
 color:#e21f2f;
 font-size:40px;
 width:10px;
 height:10px
}
.fullwidth {
 width:100%
}
.top {
 font-size:13px;
 background-color:#f5f5f5;
 border-bottom:1px solid #ededed;
 color:#aaa
}
.top__tagline {
 text-align:center;
 padding:8px 0 2.5px
}
@media(min-width:992px) {
 .top__tagline {
  float:left;
  padding:7.5px 0
 }
}
.top__menu {
 text-align:center
}
@media(min-width:992px) {
 .top__menu {
  float:right
 }
}
.header {
 display:-ms-flexbox;
 display:flex;
 -ms-flex-flow:row wrap;
 flex-flow:row wrap
}
.header__logo {
 -ms-flex-order:1;
 order:1;
 background-color:#fff;
 width:100%;
 border-bottom:1px solid rgba(0,0,0,.1);
 margin-bottom:10px;
 padding-top:10px;
 padding-bottom:10px
}
@media(min-width:992px) {
 .header__logo {
  z-index:1;
  width:270px;
  height:120px;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
  border-bottom:0
 }
}
@media(min-width:1200px) {
 .header__logo {
  position:relative
 }
}
@media(min-width:1200px) {
 .header__logo::after {
  position:absolute;
  content:"";
  z-index:-1;
  height:43px;
  width:43px;
  background-color:#fff;
  -ms-transform:rotate(135deg);
  transform:rotate(135deg);
  bottom:9px;
  right:-22px
 }
}
.header__logo img {
 display:inline-block;
 margin-top:15px;
 margin-bottom:15px;
 width:60%
}
@media(min-width:480px) {
 .header__logo img {
  width:auto
 }
}
@media(min-width:992px) {
 .header__logo img {
  margin-bottom:0
 }
}
.header__logo a {
 transition:all 100ms ease-out
}
.header__logo a:hover {
 text-decoration:none
}
.header__logo a h1 {
 margin:40px 0;
 color:#444
}
.header__logo a h1:hover {
 color:#000
}
.header__widgets {
 -ms-flex-order:3;
 order:3;
 background-color:#fff;
 width:100%
}
@media(max-width:991px) {
 .header__widgets {
  margin-bottom:20px
 }
}
@media(min-width:992px) {
 .header__widgets {
  -ms-flex-order:2;
  order:2;
  width:calc(100% - 270px);
  height:120px;
  text-align:right;
  padding:37.5px 0;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:end;
  justify-content:flex-end
 }
}
@media(min-width:1200px) {
 .header__widgets {
  height:90px;
  padding:22.5px 0
 }
}
@media(max-width:991px) {
 .header__widgets+.header__navigation-widgets {
  padding-top:0
 }
}
.header__navigation {
 -ms-flex-order:2;
 order:2;
 width:100%
}
@media(min-width:992px) {
 .header__navigation {
  -ms-flex-order:3;
  order:3;
  width:75%
 }
}
@media(min-width:1200px) {
 .header__navigation {
  width:calc(80% - 300px);
  margin-left:300px;
  margin-top:-30px
 }
}
.header__navigation .navbar-collapse {
 padding:0
}
@media(min-width:992px) {
 .is-sticky-nav .header__navigation {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:50;
  background-color:#1f425d;
  box-shadow:0 0 10px rgba(0,0,0,.33);
  display:block;
  margin-top:0;
  margin-left:0
 }
 .is-sticky-nav .header__navigation .main-navigation {
  width:750px;
  margin-left:auto;
  margin-right:auto
 }
}
@media(min-width:992px) and (min-width:992px) {
 .is-sticky-nav .header__navigation .main-navigation {
  width:970px
 }
}
@media(min-width:992px) and (min-width:1200px) {
 .is-sticky-nav .header__navigation .main-navigation {
  width:1170px
 }
}
@media(min-width:992px) {
 .is-sticky-nav.admin-bar .header__navigation {
  top:32px
 }
}
.header__navigation-widgets {
 -ms-flex-order:4;
 order:4;
 width:100%;
 padding:20px 0
}
@media(min-width:992px) {
 .header__navigation-widgets {
  width:25%;
  padding:10px 0;
  text-align:right
 }
}
@media(min-width:1200px) {
 .header__navigation-widgets {
  margin-top:-30px;
  width:20%
 }
}
.header__container {
 background-color:#fff;
 position:relative
}
@media(min-width:992px) {
 .header__container {
  background-color:#1f425d
 }
 .header__container::before,
 .header__container::after {
  content:"";
  position:absolute;
  top:0;
  width:calc(50% - 470px);
  background-color:#fff;
  bottom:60px
 }
 .header__container::before {
  left:0
 }
 .header__container::after {
  right:0
 }
}
@media(min-width:1200px) {
 .header__container::before,
 .header__container::after {
  width:calc(50% - 570px)
 }
 .header__container::before {
  bottom:30px
 }
}


.no-flexbox .header {
 display:inline-block;
 width:100%
}
.no-flexbox .header__logo {
 width:100%
}
@media(min-width:992px) {
 .no-flexbox .header__logo {
  text-align:center
 }
}
.no-flexbox .header__logo::after {
 display:none
}
.no-flexbox .header__navigation {
 width:100%;
 margin-left:0;
 margin-top:0
}
@media(min-width:992px) {
 .no-flexbox .header__navigation {
  text-align:center
 }
}
.no-flexbox .header__widgets {
 width:100%
}
@media(min-width:992px) {
 .no-flexbox .header__widgets {
  text-align:center
 }
}
@media(min-width:992px) {
 .no-flexbox .header__widgets .widget {
  display:inline-block
 }
}
.no-flexbox .header__widgets .widget .textwidget .btn {
 margin-bottom:25px
}
.no-flexbox .header__navigation-widgets {
 width:100%;
 text-align:center;
 margin-top:0
}
.no-flexbox .header__container::before,
.no-flexbox .header__container::after {
 display:none
}
.top-navigation {
 text-align:center;
 margin:0;
 padding:0
}
@media(min-width:992px) {
 .top-navigation {
  text-align:right
 }
}
.top-navigation>li {
 position:relative;
 display:inline-block
}
.top-navigation>li>a {
 display:block;
 color:#aaa;
 padding:7.5px 10px
}
@media(min-width:992px) {
 .top-navigation>li>a {
  padding:7.5px 13px
 }
}
.top-navigation>li>a:hover,
.top-navigation>li>a:focus {
 color:#888;
 text-decoration:none
}
.top-navigation>li:hover>.sub-menu,
.top-navigation>li[aria-expanded=true]>.sub-menu {
 left:0
}
@media(min-width:992px) {
 .top-navigation>li:last-of-type>a {
  padding-right:0
 }
}
.top-navigation .sub-menu {
 position:absolute;
 float:left;
 left:-9999em;
 z-index:9999;
 text-align:left;
 list-style:none;
 padding:0
}
.top-navigation .sub-menu>li {
 position:relative
}
.top-navigation .sub-menu>li>a {
 display:block;
 white-space:nowrap;
 background-color:#f5f5f5;
 color:#aaa;
 padding:7px 13px;
 border-bottom:1px solid #ededed
}
.top-navigation .sub-menu>li>a:hover,
.top-navigation .sub-menu>li>a:focus {
 color:#888;
 text-decoration:none
}
.top-navigation .sub-menu>li>.sub-menu {
 top:0;
 border-left:1px solid #ededed
}
.top-navigation .sub-menu>li:hover>.sub-menu,
.top-navigation .sub-menu>li[aria-expanded=true]>.sub-menu {
 left:100%
}
.top-navigation .sub-menu>li:last-of-type>a {
 border-bottom:0
}
.main-navigation {
 padding:0 0 20px;
 margin:0 0 20px;
 border-bottom:1px solid rgba(0,0,0,.1);
 background-color:#f5f5f5;
 padding:30px;
 list-style:none
}
@media(min-width:992px) {
 .main-navigation {
  background-color:transparent;
  padding:0;
  margin:0;
  border-bottom:0;
  font-size:0
 }
}
@media(min-width:1200px) {
 .main-navigation {
  padding-left:10px
 }
}
.main-navigation>li {
 position:relative
}
@media(min-width:992px) {
 .main-navigation>li {
  display:inline-block;
  font-size:14px
 }
}
.main-navigation>li>a {
 position:relative;
 display:block;
 font-size:16px;
 line-height:1.5;
 font-weight:700;
 color:#444;
 padding:10px 0
}
@media(min-width:992px) {
 .main-navigation>li>a {
  color:#fff;
  padding:18px 20px
 }
}
@media(min-width:992px) {
 .main-navigation>li>a::before {
  position:absolute;
  content:"";
  width:4px;
  height:4px;
  right:-2px;
  top:calc(50% - 2px);
  border-radius:50%;
  background:rgba(250,250,250,.2)
 }
}
.main-navigation>li:last-of-type>a::before {
 display:none
}
.main-navigation>li:hover>a,
.main-navigation>li:focus>a,
.main-navigation>li[aria-expanded=true]>a {
 color:#1f425d;
 text-decoration:none
}
@media(min-width:992px) {
 .main-navigation>li:hover>a,
 .main-navigation>li:focus>a,
 .main-navigation>li[aria-expanded=true]>a {
  color:#fff
 }
}
@media(min-width:992px) {
 .main-navigation>li:hover>a::after,
 .main-navigation>li:focus>a::after,
 .main-navigation>li[aria-expanded=true]>a::after {
  position:absolute;
  content:"";
  width:calc(100% - 30px);
  height:5px;
  left:15px;
  bottom:0;
  background-color:#e21f2f
 }
}
.main-navigation>li:hover>.sub-menu,
.main-navigation>li:focus>.sub-menu,
.main-navigation>li[aria-expanded=true]>.sub-menu {
 left:0
}
@media(min-width:992px) {
 .main-navigation>.current-menu-item>a::after {
  position:absolute;
  content:"";
  width:calc(100% - 30px);
  height:5px;
  left:15px;
  bottom:0;
  background-color:#e21f2f
 }
}
@media(min-width:992px) {
 .main-navigation .menu-item-has-children>a {
  padding:18px 35px 18px 20px
 }
}
@media(min-width:992px) {
 .main-navigation .menu-item-has-children::after {
  position:absolute;
  content:"\f0d7";
  font-family:fontawesome;
  font-size:12px;
  right:18px;
  top:calc(50% - 10px);
  color:#fff
 }
}
.main-navigation .menu-item-has-children:hover::after {
 color:#1f425d
}
@media(min-width:992px) {
 .main-navigation .menu-item-has-children:hover>a {
  color:#1f425d;
  background-color:#fff;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  padding:8px 30px 18px 15px;
  margin:10px 5px 0
 }
}
@media(min-width:992px) {
 .main-navigation .menu-item-has-children:hover>a::before {
  right:-7px;
  top:18px
 }
}
@media(min-width:992px) {
 .main-navigation .menu-item-has-children:hover>a::after {
  display:none
 }
}
.main-navigation .sub-menu {
 list-style:none;
 padding:0
}
@media(min-width:992px) {
 .main-navigation .sub-menu {
  position:absolute;
  left:-9999em;
  z-index:9999;
  margin-left:5px;
  box-shadow:0 1px 2px rgba(0,0,0,.15)
 }
}
.main-navigation .sub-menu>li {
 position:relative
}
.main-navigation .sub-menu>li>a {
 display:block;
 font-size:14px;
 font-weight:700;
 padding:12px 20px;
 background-color:#fff;
 color:#999
}
@media(min-width:992px) {
 .main-navigation .sub-menu>li>a {
  border-bottom:1px solid rgba(0,0,0,.1);
  min-width:160px;
  white-space:nowrap
 }
}
.main-navigation .sub-menu>li>a:hover {
 color:#1f425d;
 text-decoration:none
}
@media(min-width:992px) {
 .main-navigation .sub-menu>li:last-of-type>a {
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-bottom:0
 }
}
.main-navigation .sub-menu>li:hover>.sub-menu,
.main-navigation .sub-menu>li[aria-expanded=true]>.sub-menu {
 left:100%
}
.main-navigation .sub-menu>li>.sub-menu {
 margin-top:0;
 top:0;
 margin-left:0;
 padding-left:20px
}
@media(min-width:992px) {
 .main-navigation .sub-menu>li>.sub-menu {
  padding-left:0;
  box-shadow:1px 0 1px #dadada
 }
}
@media(min-width:992px) {
 .main-navigation .sub-menu>li>.sub-menu>li>a {
  border-left:1px solid rgba(0,0,0,.1)
 }
}
.main-navigation .sub-menu>li>.sub-menu>li:first-of-type>a {
 border-bottom-left-radius:0;
 border-top-right-radius:2px
}
.main-navigation .sub-menu>li>.sub-menu>li:last-of-type>a {
 border-bottom-left-radius:0;
 border-bottom-right-radius:2px
}
.main-navigation .sub-menu>li>.sub-menu>li:hover.menu-item-has-children>a {
 border-top-right-radius:0;
 border-bottom-right-radius:0
}
.main-navigation .sub-menu .menu-item-has-children {
 position:relative
}
.main-navigation .sub-menu .menu-item-has-children:hover>a {
 margin:0;
 padding:12px 20px;
 border-top-left-radius:0;
 border-top-right-radius:0
}
.main-navigation .sub-menu .menu-item-has-children:hover::after {
 color:#1f425d
}
@media(min-width:992px) {
 .main-navigation .sub-menu .menu-item-has-children::after {
  position:absolute;
  content:"\f0da";
  font-family:fontawesome;
  font-size:12px;
  right:15px;
  top:calc(50% - 10px);
  color:#999
 }
}
.navbar-toggle {
 background-color:#1f425d;
 border-radius:2px;
 padding:10px 12px;
 margin:10px 0;
 transition:all 100ms ease-out
}
@media(min-width:480px) {
 .navbar-toggle {
  margin:18px 0
 }
}
.navbar-toggle:hover {
 background-color:#19344a
}
.navbar-toggle .icon-bar {
 background-color:#fff;
 width:18px;
 height:3px
}
.navbar-toggle .icon-bar+.icon-bar {
 margin-top:3px
}
.navbar-toggle__text {
 font-family:source sans pro,Helvetica,Arial,sans-serif;
 font-weight:700;
 color:#fff;
 display:inline-block;
 padding:0 10px 0 0
}
.navbar-toggle__icon-bar {
 vertical-align:middle;
 display:inline-block;
 height:18px
}
.jumbotron {
 position:relative;
 padding:0;
 background-color:#1f425d;
 margin-bottom:30px
}
@media(min-width:992px) {
 .jumbotron {
  margin-bottom:45px
 }
}
.jumbotron-content {
 color:#fff;
 padding:30px 0
}
@media(min-width:992px) {
 .jumbotron-content {
  position:absolute;
  padding:0;
  width:550px;
  top:110px
 }
}
@media(min-width:1500px) {
 .jumbotron-content {
  top:170px
 }
}
.jumbotron-content__title h1 {
 font-size:44px;
 margin-top:0;
 margin-bottom:15px
}
@media(min-width:992px) {
 .jumbotron-content__title h1 {
  font-size:28px;
  text-shadow:0 2px 3px rgba(0,0,0,.1)
 }
}
@media(min-width:1200px) {
 .jumbotron-content__title h1 {
  font-size:44px;
  color:#fcbd11
 }
}
.jumbotron-content__description p {
 font-weight:400;
 font-size:16px
}
@media(min-width:992px) {
 .jumbotron-content__description p {
  font-size:14px;
  text-shadow:0 2px 3px rgba(0,0,0,.1)
 }
}
@media(min-width:1200px) {
 .jumbotron-content__description p {
  font-size:16px
 }
}
.jumbotron-content__description p .btn-secondary {
 text-shadow:none
}

.jumbotron__control {
	display:inline-block;
	top: 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.jumbotron__control i
{
	padding:13px
}
.jumbotron__control {
 _position:absolute;
 background-color:rgba(250,250,250,.35);
 color:rgba(0,0,0,.35);
 text-align:center;
 top:35px;
 width:40px;
 height:40px;
 line-height:40px;
 transition:all 100ms ease-out
}
.jumbotron__control:focus,
.jumbotron__control:hover {
 color:rgba(0,0,0,.5);
 background-color:rgba(250,250,250,.5)
}
@media(min-width:480px) {
 .jumbotron__control {
  top:70px
 }
}
@media(min-width:768px) {
 .jumbotron__control {
  top:110px
 }
}
@media(min-width:992px) {
 .jumbotron__control {
  top:40px;
  width:40px;
  height:40px;
  line-height:40px;
  font-size:18px
 }
}
@media(min-width:1500px) {
 .jumbotron__control {
  width:60px;
  height:60px;
  top:60px;
  line-height:60px;
  font-size:24px
 }
}
.jumbotron__control.left {
 left:15px
}
@media(min-width:768px) {
 .jumbotron__control.left {
  left:30px
 }
}
@media(min-width:992px) {
 .jumbotron__control.left {
  left:inherit;
  border-radius:2px
 }
}
.jumbotron__control.right {
 right:15px
}
@media(min-width:768px) {
 .jumbotron__control.right {
  right:30px
 }
}
@media(min-width:992px) {
 .jumbotron__control.right {
  margin-left:15px;
  right:inherit;
  border-radius:2px
 }
}
@media(min-width:1500px) {
 .jumbotron__control.right {
  margin-left:68px
 }
}
.jumbotron .btn {
 margin:10px 0
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
 width:100%
}
.meta-data {
 padding:6px 20px 4px;
 background-color:#eee;
 color:#aaa;
 font-size:14px;
 line-height:35px;
 margin-bottom:24px
}
.meta-data a {
 color:#aaa
}
.meta-data a:hover {
 color:#444
}
.meta-data__separator {
 margin:0 10px;
 color:#ddd;
 font-size:28px;
 vertical-align:middle
}
.single .meta-data {
 margin-bottom:37px
}
.pagination {
 position:relative;
 margin-bottom:60px
}
.pagination .page-numbers {
 display:inline-block;
 width:45px;
 height:45px;
 background-color:#eee;
 color:#aaa;
 font-weight:700;
 text-align:center;
 line-height:45px;
 transition:all 100ms ease-out
}
.pagination a:hover {
 color:#444;
 text-decoration:none
}
.pagination .current {
 background-color:#4ab9cf;
 color:#fff;
 text-shadow:0 1px rgba(0,0,0,.16)
}
.pagination .prev,
.pagination .next {
 position:absolute;
 right:0
}
.pagination .prev {
 right:48px
}
.avatar {
 border-radius:2px
}
.avatar-container--nested,
.avatar-container--nestedx2,
.avatar-container {
 float:left;
 width:12%
}
.avatar-container--nested img,
.avatar-container--nestedx2 img,
.avatar-container img {
 width:100%;
 height:auto
}
.avatar-container--nested {
 margin-left:15%;
 width:10%
}
.avatar-container--nestedx2 {
 margin-left:28%;
 width:8%
}

.header__widgets .btn {
 width:100%
}
@media(min-width:992px) {
 .header__widgets .btn {
  width:auto
 }
}

.header-area .search_btn a {
	width: 35px;
	height: 35px;
	background: #ff3414;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	color: #fff;
}





@import "https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap";



.flex-center-start {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:start
}
body {
 font-family:poppins,sans-serif;
 font-weight:400;
 font-style:normal
}
.img {
 max-width:100%;
 -webkit-transition:.3s;
 -moz-transition:.3s;
 -o-transition:.3s;
 transition:.3s
}
.mb-65 {
 margin-bottom:67px
}
.black-bg {
 background:#020c26!important
}
.white-bg {
 background:#fff
}
.gray-bg {
 background:#f5f5f5
}
.bg-img-1 {
 background-image:url(../img/slider/slider-img-1.jpg)
}
.bg-img-2 {
 background-image:url(../img/background-img/bg-img-2.jpg)
}
.cta-bg-1 {
 background-image:url(../img/background-img/bg-img-3.jpg)
}
.overlay {
 position:relative;
 z-index:0
}
.overlay::before {
 position:absolute;
 content:"";
 background-color:#001d38;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:-1;
 opacity:.7
}
.overlay2 {
 position:relative;
 z-index:0
}
.overlay2::before {
 position:absolute;
 content:"";
 background-color:#001d38;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:-1;
 opacity:.6
}
.overlay_03 {
 position:relative;
 z-index:0
}
.overlay_03::before {
 position:absolute;
 width:100%;
 height:100%;
 left:0;
 top:0;
 background:#001d38;
 opacity:.6;
 content:'';
 z-index:-1
}
.bradcam_overlay {
 position:relative;
 z-index:0
}
.bradcam_overlay::before {
 position:absolute;
 content:"";
 background:-moz-linear-gradient(left,#5db2ff 0%,#65b4f9 24%,rgba(124,185,233,0) 96%,rgba(125,185,232,0) 100%);
 background:-webkit-linear-gradient(left,#5db2ff 0%,#65b4f9 24%,rgba(124,185,233,0) 96%,rgba(125,185,232,0) 100%);
 background:linear-gradient(to right,#5db2ff 0%,#65b4f9 24%,rgba(124,185,233,0) 96%,rgba(125,185,232,0) 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2ff',endColorstr='#007db9e8',GradientType=1 );
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:-1;
 opacity:1
}
.section-padding {
 padding-top:120px;
 padding-bottom:120px
}
.pt-120 {
 padding-top:120px
}
.owl-carousel .owl-nav div {
 background:0 0;
 height:40px;
 left:0;
 position:absolute;
 text-align:center;
 top:50%;
 -webkit-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 transform:translateY(-50%);
 -webkit-transition:all .3s ease 0s;
 -o-transition:all .3s ease 0s;
 transition:all .3s ease 0s;
 width:40px;
 background-color:transparent;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 border-radius:50%;
 left:40px;
 font-size:12px;
 line-height:40px;
 background:#fff;
 left:-20px;
 color:#fe9500!important
}
.owl-carousel .owl-nav div.owl-next {
 left:auto;
 right:-20px
}
.owl-carousel .owl-nav div.owl-next i {
 position:relative;
 right:0
}
.owl-carousel .owl-nav div.owl-prev i {
 position:relative;
 top:0
}
.owl-carousel:hover .owl-nav div {
 opacity:1;
 visibility:visible
}
.owl-carousel:hover .owl-nav div:hover {
 color:#fff!important;
 background:#ff3414
}
.mb-20px {
 margin-bottom:20px
}
.mb-55 {
 margin-bottom:55px
}
.mb-40 {
 margin-bottom:40px
}
.mb-20 {
 margin-bottom:20px
}
.mb-50 {
 margin-bottom:50px
}
.mb-60 {
 margin-bottom:50px!important
}
.modal-backdrop {
 position:fixed;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:999;
 background-color:#000
}
.custom_search_pop .modal-content .serch_form {
 position:relative
}
.custom_search_pop .modal-content .serch_form input {
 width:100%;
 height:50px;
 background:#fff;
 color:#fff;
 border:none;
 padding-left:20px;
 color:#000;
 font-size:15px;
 padding-right:120px
}
.custom_search_pop .modal-content .serch_form input:placeholder {
 color:#000;
 font-size:15px
}
.custom_search_pop .modal-content .serch_form input:focus {
 outline:none
}
.custom_search_pop .modal-content .serch_form button {
 position:absolute;
 right:0;
 top:0;
 font-size:16px;
 height:100%;
 padding:20px;
 color:#fff;
 background:#ff3414;
 display:inline-block;
 border:none;
 line-height:50px;
 height:50px;
 padding:0 30px;
 cursor:pointer
}
.boxed-btn {
 background:#fff;
 color:#131313;
 display:inline-block;
 padding:18px 44px;
 font-family:poppins,sans-serif;
 font-size:14px;
 font-weight:400;
 border:0;
 border:1px solid #ff3414;
 letter-spacing:3px;
 text-align:center;
 color:#ff3414!important;
 text-transform:uppercase;
 cursor:pointer
}
.boxed-btn:hover {
 background:#ff3414;
 color:#fff!important;
 border:1px solid #ff3414
}
.boxed-btn:focus {
 outline:none
}
.boxed-btn.large-width {
 width:220px
}
.boxed-btn3 {
 background:#ff3414;
 color:#fff;
 display:inline-block;
 padding:18px 42px;
 font-family:poppins,sans-serif;
 font-size:16px;
 font-weight:500;
 border:0;
 border:1px solid transparent;
 text-align:center;
 color:#fff!important;
 text-transform:capitalize;
 -webkit-transition:.3s;
 -moz-transition:.3s;
 -o-transition:.3s;
 transition:.3s;
 cursor:pointer
}
.boxed-btn3:hover {
 color:#ff3414!important;
 border:1px solid #ff3414;
 background:0 0
}
.boxed-btn3:focus {
 outline:none
}
.boxed-btn3.large-width {
 width:220px
}
.boxed-btn3-white {
 color:#fff;
 display:inline-block;
 padding:13px 27px;
 font-family:poppins,sans-serif;
 font-size:14px;
 font-weight:400;
 border:0;
 border:1px solid #fff;
 -webkit-border-radius:5px;
 -moz-border-radius:5px;
 border-radius:5px;
 text-align:center;
 color:#fff!important;
 text-transform:capitalize;
 -webkit-transition:.5s;
 -moz-transition:.5s;
 -o-transition:.5s;
 transition:.5s;
 cursor:pointer;
 letter-spacing:2px
}
.boxed-btn3-white:hover {
 background:#00b1f1;
 color:#fff!important;
 border:1px solid transparent
}
.boxed-btn3-white i {
 margin-right:2px
}
.boxed-btn3-white:focus {
 outline:none
}
.boxed-btn3-white.large-width {
 width:220px
}
.boxed-btn3-line {
 color:#1f425d!important;
 display:inline-block;
 padding:14px 31px;
 font-family:poppins,sans-serif;
 font-size:16px;
 font-weight:400;
 border:0;
 border:1px solid #1f425d;
 text-align:center;
 text-transform:capitalize;
 -webkit-transition:.5s;
 -moz-transition:.5s;
 -o-transition:.5s;
 transition:.5s;
 cursor:pointer;
 background:0 0
}
.boxed-btn3-line:hover {
 color:#fff!important;
 border:1px solid transparent;
 background:#1f425d
}
.boxed-btn3-line:focus {
 outline:none
}
.boxed-btn3-line.large-width {
 width:220px
}
.boxed-btn2 {
 background:0 0;
 color:#fff;
 display:inline-block;
 padding:18px 24px;
 font-family:poppins,sans-serif;
 font-size:14px;
 font-weight:400;
 border:0;
 border:1px solid #fff;
 letter-spacing:2px;
 text-transform:uppercase
}
.boxed-btn2:hover {
 background:#fff;
 color:#131313!important
}
.boxed-btn2:focus {
 outline:none
}
.line-button {
 color:#919191;
 font-size:16px;
 font-weight:400;
 display:inline-block;
 position:relative;
 padding-right:5px;
 padding-bottom:2px
}
.line-button::before {
 position:absolute;
 content:"";
 background:#919191;
 width:100%;
 height:1px;
 bottom:0;
 left:0
}
.line-button:hover {
 color:#009dff
}
.line-button:hover::before {
 background:#009dff
}
.book_now {
 display:inline-block;
 font-size:14px;
 color:#009dff;
 border:1px solid #009dff;
 text-transform:capitalize;
 padding:10px 25px
}
.book_now:hover {
 background:#009dff;
 color:#fff
}
.section_title h3 {
 font-size:46px;
 font-weight:400;
 line-height:52px;
 color:#001d38;
 position:relative;
 z-index:0
}
@media(max-width:767px) {
 .section_title h3 {
  font-size:30px;
  line-height:36px
 }
}
@media(min-width:768px) and (max-width:991px) {
 .section_title h3 {
  font-size:36px;
  line-height:42px
 }
}
@media(max-width:767px) {
 .section_title h3 br {
  display:none
 }
}
.section_title p {
 font-size:16px;
 color:#727272;
 line-height:28px;
 margin-bottom:0;
 font-weight:400
}
@media(max-width:767px) {
 .section_title p br {
  display:none
 }
}
.section_title h4 {
 font-size:22px;
 font-weight:500;
 color:#001d38;
 padding-bottom:21px
}
.mb-50 {
 margin-bottom:50px
}
@media(max-width:767px) {
 .mb-50 {
  margin-bottom:40px
 }
}
@media(max-width:767px) {
 .mobile_menu {
  position:absolute;
  right:0;
  width:100%;
  z-index:9
 }
}
.slicknav_menu .slicknav_nav {
 background:#fff;
 float:right;
 margin-top:0;
 padding:0;
 width:95%;
 padding:0;
 border-radius:0;
 margin-top:5px;
 position:absolute;
 left:0;
 right:0;
 margin:auto;
 top:11px
}
.slicknav_menu .slicknav_nav a:hover {
 background:0 0;
 color:#ff3414
}
.slicknav_menu .slicknav_nav a.active {
 color:#ff3414
}
@media(max-width:767px) {
 .slicknav_menu .slicknav_nav a i {
  display:none
 }
}
@media(min-width:768px) and (max-width:991px) {
 .slicknav_menu .slicknav_nav a i {
  display:none
 }
}
.slicknav_menu .slicknav_nav .slicknav_btn {
 background-color:transparent;
 cursor:pointer;
 margin-bottom:10px;
 margin-top:-40px;
 position:relative;
 z-index:99;
 border:1px solid #ddd;
 top:3px;
 right:5px;
 top:-36px
}
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
 margin-right:6px;
 margin-top:3px;
 position:relative;
 padding-bottom:3px;
 top:-11px;
 right:-5px
}
@media(max-width:767px) {
 .slicknav_menu {
  margin-right:0
 }
}
.slicknav_nav .slicknav_arrow {
 float:right;
 font-size:22px;
 position:relative;
 top:-9px
}
.slicknav_btn {
 background-color:transparent;
 cursor:pointer;
 margin-bottom:10px;
 position:relative;
 z-index:99;
 border:none;
 border-radius:3px;
 top:5px;
 padding:5px;
 right:5px;
 margin-top:-5px;
 top:-31px
}
.slicknav_btn {
 background-color:transparent;
 cursor:pointer;
 margin-bottom:10px;
 position:relative;
 z-index:99;
 border:none;
 border-radius:3px;
 top:5px;
 padding:5px;
 right:0;
 margin-top:-5px;
 top:-33px
}
.slicknav_btn {
 background-color:transparent;
 cursor:pointer;
 margin-bottom:10px;
 position:relative;
 z-index:99;
 border:none;
 border-radius:3px;
 top:5px;
 padding:5px;
 right:6px;
 margin-top:-5px;
 top:-31px
}
.header-area {
 left:0;
 right:0;
 width:100%;
 top:0;
 z-index:9
}
@media(max-width:767px) {
 .header-area {
  padding-top:0
 }
}
@media(min-width:768px) and (max-width:991px) {
 .header-area {
  padding-top:0
 }
}
.header-area .main-header-area {
 padding:7px 0;
 background:#fff
}
@media(max-width:767px) {
 .header-area .main-header-area {
  padding:10px 0
 }
}
.header-area .main-header-area.details_nav_bg {
 background:#727272;
 padding-bottom:0
}
@media(max-width:767px) {
 .header-area .main-header-area.details_nav_bg {
  padding-bottom:10px
 }
}
.header-area .main-header-area.details_nav {
 background:#001d38
}
.header-area .main-header-area .logo-img {
 text-align:center
}
@media(max-width:767px) {
 .header-area .main-header-area .logo-img {
  text-align:left
 }
}
@media(min-width:768px) and (max-width:991px) {
 .header-area .main-header-area .logo-img {
  text-align:left
 }
}
@media(min-width:992px) and (max-width:1200px) {
 .header-area .main-header-area .logo-img {
  text-align:left
 }
}
@media(max-width:767px) {
 .header-area .main-header-area .logo-img img {
  width:70px
 }
}
@media(min-width:768px) and (max-width:991px) {
 .header-area .main-header-area .logo-img img {
  width:70px
 }
}
.header-area .main-header-area .Appointment {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 -webkit-align-items:center;
 -moz-align-items:center;
 -ms-align-items:center;
 align-items:center;
 -webkit-justify-content:flex-end;
 -moz-justify-content:flex-end;
 -ms-justify-content:flex-end;
 justify-content:flex-end;
 -ms-flex-pack:flex-end
}
@media(min-width:992px) and (max-width:1200px) {
 .header-area .main-header-area .Appointment .search_button {
  margin-right:15px
 }
}
@media(min-width:1200px) and (max-width:1500px) {
 .header-area .main-header-area .Appointment .search_button {
  margin-right:15px
 }
}
.header-area .main-header-area .Appointment .search_button a i {
 color:#e8e8e8
}
.header-area .main-header-area .Appointment .socail_links ul li {
 display:inline-block
}
.header-area .main-header-area .Appointment .socail_links ul li a {
 color:#a8a7a0;
 margin:0 10px;
 font-size:15px
}
.header-area .main-header-area .Appointment .socail_links ul li a:hover {
 color:#fff
}
.header-area .main-header-area .Appointment .book_btn {
 margin-left:30px
}
@media(min-width:992px) and (max-width:1200px) {
 .header-area .main-header-area .Appointment .book_btn {
  margin-left:0
 }
}
@media(min-width:1200px) and (max-width:1500px) {
 .header-area .main-header-area .Appointment .book_btn {
  margin-left:0
 }
}
.header-area .main-header-area .Appointment .book_btn a {
 background:#fdae5c;
 background:-moz-linear-gradient(top,#fdae5c 0%,#fd8e5e 100%);
 background:-webkit-linear-gradient(top,#fdae5c 0%,#fd8e5e 100%);
 background:linear-gradient(to bottom,#fdae5c 0%,#fd8e5e 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3414',endColorstr='#fd8e5e',GradientType=0 );
 padding:13px 26px;
 font-size:14px;
 font-weight:400;
 border:1px solid transparent;
 color:#fff;
 -webkit-border-radius:30px;
 -moz-border-radius:30px;
 border-radius:30px
}
@media(min-width:992px) and (max-width:1200px) {
 .header-area .main-header-area .Appointment .book_btn a {
  padding:12px 20px
 }
}
.header-area .main-header-area .Appointment .book_btn a:hover {
 background:#fdae5c;
 background:-moz-linear-gradient(top,#fdae5c 0%,#fd8e5e 100%);
 background:-webkit-linear-gradient(top,#fdae5c 0%,#fd8e5e 100%);
 background:linear-gradient(to bottom,#fdae5c 0%,#fd8e5e 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3414',endColorstr='#fd8e5e',GradientType=0 )
}
.header-area .main-header-area .main-menu {
 padding:12px 0
}
.header-area .main-header-area .main-menu ul li {
 display:inline-block;
 position:relative;
 margin:0 44px 0 0
}
.header-area .main-header-area .main-menu ul li a {
 color:#596672;
 font-size:16px;
 text-transform:capitalize;
 font-weight:400;
 display:inline-block;
 padding:0;
 font-family:poppins,sans-serif;
 position:relative;
 text-transform:capitalize
}
@media(min-width:992px) and (max-width:1200px) {
 .header-area .main-header-area .main-menu ul li a {
  font-size:15px
 }
}
@media(min-width:1200px) and (max-width:1500px) {
 .header-area .main-header-area .main-menu ul li a {
  font-size:15px
 }
}
.header-area .main-header-area .main-menu ul li a i {
 font-size:9px
}
@media(max-width:767px) {
 .header-area .main-header-area .main-menu ul li a i {
  display:none!important
 }
}
@media(min-width:768px) and (max-width:991px) {
 .header-area .main-header-area .main-menu ul li a i {
  display:none!important
 }
}
.header-area .main-header-area .main-menu ul li a:hover {
 color:#ff3414
}
.header-area .main-header-area .main-menu ul li .submenu {
 position:absolute;
 left:0;
 top:160%;
 background:#fff;
 width:200px;
 z-index:2;
 box-shadow:0 0 10px rgba(0,0,0,.02);
 opacity:0;
 visibility:hidden;
 text-align:left;
 -webkit-transition:.6s;
 -moz-transition:.6s;
 -o-transition:.6s;
 transition:.6s
}
.header-area .main-header-area .main-menu ul li .submenu li {
 display:block
}
.header-area .main-header-area .main-menu ul li .submenu li a {
 padding:10px 15px;
 position:inherit;
 -webkit-transition:.3s;
 -moz-transition:.3s;
 -o-transition:.3s;
 transition:.3s;
 display:block;
 color:#000
}
.header-area .main-header-area .main-menu ul li .submenu li a::before {
 display:none
}
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
 color:#000
}
.header-area .main-header-area .main-menu ul li:hover>.submenu {
 opacity:1;
 visibility:visible;
 top:150%
}
.header-area .main-header-area .main-menu ul li:hover>a::before {
 opacity:1;
 transform:scaleX(1)
}
.header-area .main-header-area .main-menu ul li:first-child a {
 padding-left:0
}
.header-area .main-header-area.sticky {
 box-shadow:0 3px 16px 0 rgba(0,0,0,.1);
 position:fixed;
 width:100%;
 top:-70px;
 left:0;
 right:0;
 z-index:990;
 transform:translateY(70px);
 transition:transform 500ms ease,background 500ms ease;
 -webkit-transition:transform 500ms ease,background 500ms ease;
 box-shadow:0 3px 16px 0 rgba(0,0,0,.1);
 background:rgba(255,255,255,.96);
 background:#fff
}
@media(max-width:767px) {
 .header-area .main-header-area.sticky {
  padding:10px 0
 }
}
@media(min-width:768px) and (max-width:991px) {
 .header-area .main-header-area.sticky {
  padding:10px 0
 }
}
.header-area .main-header-area.sticky .main-menu {
 padding:0
}
.header-area .main-header-area.sticky .header_bottom_border {
 border-bottom:none
}
.header-area .main-header-area.sticky .header_bottom_border.white_border {
 border-bottom:none!important
}
.header-area .header-top_area {
 padding:17px 0;
 background:#fff;
 border-bottom:1px solid #eaeaea
}
@media(max-width:767px) {
 .header-area .header-top_area .social_media_links {
  text-align:center
 }
}
.header-area .header-top_area .social_media_links a {
 font-size:15px;
 color:#c7c7c7;
 margin-right:12px
}
.header-area .header-top_area .social_media_links a:hover {
 color:#00b1f1
}
.header-area .header-top_area .header_left p {
 color:#727272;
 font-weight:400;
 font-size:13px;
 margin-bottom:0
}
.header-area .header-top_area .short_contact_list {
 text-align:right
}
@media(max-width:767px) {
 .header-area .header-top_area .short_contact_list {
  text-align:center
 }
}
.header-area .header-top_area .short_contact_list ul li {
 display:inline-block
}
.header-area .header-top_area .short_contact_list ul li a {
 font-size:13px;
 color:#919191;
 margin-right:50px
}
@media(max-width:767px) {
 .header-area .header-top_area .short_contact_list ul li a {
  margin-left:0;
  margin:0 5px
 }
}
.header-area .header-top_area .short_contact_list ul li a i {
 color:#1f425d;
 margin-right:7px
}
.header-area .header-top_area .header_right.d-flex {
 display:flex;
 justify-content:flex-end
}
.header-area .search_btn a {
 width:35px;
 height:35px;
 background:#ff3414;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 border-radius:50%;
 font-size:15px;
 text-align:center;
 line-height:35px;
 display:inline-block;
 color:#fff
}
.slider_bg_1 {
 background-image:url(../img/banner/banner.png)
}
.slider_bg_2 {
 background-image:url(../img/banner/banner_2.png)
}
.slider_area {
 position:relative;
 z-index:0
}
.slider_area::before {
 background:#001d38;
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 content:'';
 opacity:.5
}
.slider_area .single_slider {
 height:700px;
 background-size:cover;
 background-repeat:no-repeat;
 background-position:center center
}
.slider_area .single_slider.single_slider2 {
 height:450px
}
@media(max-width:767px) {
 .slider_area .single_slider.single_slider2 {
  height:auto
 }
}
.slider_area .single_slider.single_slider2 .property_wrap {
 position:relative;
 top:166px
}
@media(max-width:767px) {
 .slider_area .single_slider.single_slider2 .property_wrap {
  top:0
 }
}
.slider_area .single_slider.single_slider2 .property_wrap .slider_text h3 {
 font-size:60px;
 line-height:80px;
 margin-bottom:51px
}
.slider_area .single_slider.single_slider2 .property_wrap .property_form {
 background:#001d38
}
@media(max-width:767px) {
 .slider_area .single_slider {
  height:auto
 }
}
@media(min-width:768px) and (max-width:991px) {
 .slider_area .single_slider {
  height:600px
 }
}
@media(max-width:767px) {
 .slider_area .single_slider .slider_text {
  margin:90px 0
 }
}
.slider_area .single_slider .slider_text h3 {
 font-family:poppins,sans-serif;
 font-size:60px;
 text-transform:capitalize;
 letter-spacing:0;
 font-weight:600;
 line-height:70px;
 margin-bottom:30px;
 color:#fff;
 margin-top:31px
}
.slider_area .single_slider .slider_text h3 span {
 font-weight:700
}
@media(max-width:767px) {
 .slider_area .single_slider .slider_text h3 {
  font-size:30px;
  line-height:45px
 }
}
@media(min-width:768px) and (max-width:991px) {
 .slider_area .single_slider .slider_text h3 {
  font-size:54px
 }
}
@media(min-width:992px) and (max-width:1200px) {
 .slider_area .single_slider .slider_text h3 {
  font-size:35px
 }
}
.slider_area .single_slider .slider_text p {
 font-size:20px;
 font-weight:400;
 color:#fff
}
@media(min-width:992px) and (max-width:1200px) {
 .slider_area .single_slider .slider_text p {
  font-size:16px
 }
}
@media(max-width:767px) {
 .slider_area .single_slider .slider_text p {
  font-size:16px
 }
}
.slider_area .single_slider .slider_text .video_service_btn>a {
 margin-right:15px
}
@media(max-width:767px) {
 .slider_area .single_slider .slider_text .video_service_btn>a {
  margin-bottom:20px
 }
}
.slider_area .single_slider .property_form {
 padding:30px;
 background:rgba(0,28,56,.6);
 -webkit-border-radius:10px;
 -moz-border-radius:10px;
 border-radius:10px
}
@media(max-width:767px) {
 .slider_area .single_slider .property_form {
  margin-bottom:30px
 }
}
@media(max-width:767px) {
 .slider_area .single_slider .property_form .form_wrap {
  display:block!important
 }
}
@media(min-width:768px) and (max-width:991px) {
 .slider_area .single_slider .property_form .form_wrap {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
 }
}
.slider_area .serach_icon a {
 width:45px;
 height:45px;
 background:#fd8e5e;
 text-align:center;
 line-height:45px;
 color:#fff;
 border-radius:5px;
 display:inline-block
}
@media(max-width:767px) {
 .slider_area .serach_icon a {
  width:100%;
  margin-bottom:15px
 }
}
@media(min-width:768px) and (max-width:991px) {
 .slider_area .serach_icon a {
  width:50%
 }
}
.slider_area .serach_icon {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 -webkit-align-items:end;
 -moz-align-items:end;
 -ms-align-items:end;
 align-items:end
}
@media(max-width:767px) {
 .slider_area .serach_icon {
  display:block
 }
}
@media(min-width:768px) and (max-width:991px) {
 .slider_area .serach_icon {
  width:50%;
  align-items:center;
  margin-top:12px
 }
}
@media(min-width:768px) and (max-width:991px) {
 .slider_area .single-field {
  margin-bottom:20px
 }
}
.slider_area .single-field.range_slider {
 width:100%
}
.slider_area .single-field.range_slider #slider {
 margin:0
}
.slider_area .single-field .nice-select .list {
 color:#000;
 border-radius:0
}
.slider_area .single-field.max_width {
 margin-right:24px
}
@media(max-width:767px) {
 .slider_area .single-field.max_width {
  margin-right:0
 }
}
.slider_area .single-field.max_width label {
 display:block;
 font-size:15px;
 color:#fdae5c
}
.slider_area .single-field.max_width .nice-select.wide {
 width:166px;
 background:0 0;
 color:#c7c7c7;
 font-size:15px;
 font-weight:400;
 border:1px solid rgba(255,255,255,.4);
 height:45px;
 line-height:45px
}
@media(max-width:767px) {
 .slider_area .single-field.max_width .nice-select.wide {
  width:100%;
  margin-bottom:15px
 }
}
.slider_area .single-field.max_width .nice-select::after {
 content:"\e64b";
 display:block;
 height:5px;
 margin-top:-5px;
 pointer-events:none;
 position:absolute;
 right:30px;
 top:8px;
 transition:all .15s ease-in-out;
 width:5px;
 font-family:themify;
 color:#ddd;
 color:#fff;
 top:5px;
 font-size:12px
}
.slider_area .single-field.min_width {
 margin-right:24px
}
@media(max-width:767px) {
 .slider_area .single-field.min_width {
  margin-right:0;
  margin-bottom:20px
 }
}
.slider_area .single-field.min_width label {
 display:block;
 font-size:15px;
 color:#fdae5c
}
.slider_area .single-field.min_width .nice-select.wide {
 width:110px;
 background:0 0;
 color:#c7c7c7;
 font-size:15px;
 font-weight:400;
 border:1px solid rgba(255,255,255,.4);
 height:45px;
 line-height:45px
}
@media(max-width:767px) {
 .slider_area .single-field.min_width .nice-select.wide {
  width:100%;
  margin-bottom:15px
 }
}
.slider_area .single-field.min_width .nice-select::after {
 content:"\e64b";
 display:block;
 height:5px;
 margin-top:-5px;
 pointer-events:none;
 position:absolute;
 right:30px;
 top:8px;
 transition:all .15s ease-in-out;
 width:5px;
 font-family:themify;
 color:#ddd;
 color:#fff;
 top:5px;
 font-size:12px
}
.property_bg {
 background-image:url(../img/banner/property.png)
}
.about_info_area {
 padding-bottom:70px
}
.about_info_area.plus_padding {
 padding-top:100px
}
@media(max-width:767px) {
 .about_info_area.plus_padding {
  padding-top:30px
 }
}
.about_info_area .about_text {
 margin-bottom:30px
}
.about_info_area .about_text h3 {
 font-size:46px;
 font-weight:300;
 color:#001d38
}
@media(max-width:767px) {
 .about_info_area .about_text h3 {
  font-size:30px
 }
}
.about_info_area .about_text p {
 font-size:15px;
 font-weight:400;
 color:#727272;
 margin-bottom:24px;
 margin-top:10px
}
.about_info_area .about_text a {
 padding:13px 43px
}
.about_info_area .about_thumb {
 -webkit-border-radius:10px;
 -moz-border-radius:10px;
 border-radius:10px;
 overflow:hidden;
 margin-bottom:30px
}

#slider {
 margin:0;
 margin:0;
 height:2px;
 background:#b18351;
 height:2px;
 top:19px
}






.testimonial_area {
	background: url(../../librairie/background/testmonial.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding: 122px 0;
}

.col-xl-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.testimonial_area .testmonial_active {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 50px 60px 66px;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.testimonial_area .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.testimonial_area .owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	background: #ffd6d0;
	display: inline-block;
	margin: 0 5px;
	border-radius: 50%;
	text-align: center;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.testimonial_area .owl-dots .owl-dot.active {
	background: #fe9500;
}

.testimonial_area .owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	background: #f5f6fa;
	display: inline-block;
	margin: 0 5px;
	border-radius: 50%;
	text-align: center;
}

#pg-6-5, #pg-6-6, #pg-6-7 {
	margin-bottom: 60px;
}

#pg-6-3, #pg-6-4, #pg-6-8, #pg-6-11, #pl-6 .so-panel:last-child {
	margin-bottom: 0px;
}

.widget-title--big .widget-title {
	font-size: 44px;
}

.widget-title--big .widget-title {
	font-size: 27px;
}

.panel-grid-cell .widget-title {
	margin-top: 0;
}

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

.widget-title__line {
	border-bottom: 1px solid rgba(0,0,0,.065);
	position: absolute;
	right: 0;
	top: 50%;
}

.widget_black-studio-tinymce p, .widget_text p, .wpb_wrapper p {
	font-size: 14px;
}

p {
	margin: 0 0 11px;
}

#pgc-6-6-0, #pgc-6-6-1, #pgc-6-7-0, #pgc-6-7-1 {
	width: 50%;
	width: calc(50% - ( 0.5 * 30px ) );
}

.panel-grid-cell {
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.panel-grid-cell .so-panel::after {
	content: "";
	display: table;
	clear: both;
}

.panel-grid-cell .so-panel::before {
	content: "";
	display: block;
}

#pg-6-3, #pg-6-4, #pg-6-8, #pg-6-11, #pl-6 .so-panel:last-child {
	margin-bottom: 0px;
}

.panel-grid-cell .so-panel {
	zoom: 1;
}

.featured-widget {
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

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

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.contact-form-small .wpcf7-select, .contact-form-small .wpcf7-text, .contact-form-small .wpcf7-number, .contact-form-small .wpcf7-date, .contact-form-small .wpcf7-textarea {
	padding: 10.5px 15px;
	margin-bottom: 15px;
}

.wpcf7-select, .wpcf7-text, .wpcf7-number, .wpcf7-date, .wpcf7-textarea {
	background: #f5f5f5;
	border-radius: 2px;
	border: 1px solid #eee;
	box-shadow: none;
	width: 100%;
	padding: 17.5px 20px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #aaa;
	transition: all 100ms ease-out;
}

input, select, textarea {
	outline: 0;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

.contact-form-small .wpcf7-textarea {
	height: 105px;
}

.widget-title__line 
{
	border-width:15px;
	border-color:#00b1f1;
	width:200px;
	top:10px;
}


/* Contact */

.Estimate_area.overlay::before {
	background: #001d38;
	opacity: .94;
}

.overlay::before {
	position: absolute;
	content: "";
	background-color: #001d38;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .7;
}

.Estimate_area {
	background-image: url(../img/banner/Estimate_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 120px 0;
}

.overlay {
	position: relative;
	z-index: 0;
}

.Estimate_area .Estimate_info h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}

.Estimate_area .Estimate_info p {
	color: #c7c7c7;
	font-size: 16px;
	line-height: 28px;
	margin-top: 23px;
	margin-bottom: 33px;
}

.boxed-btn3 {
	background: #fcbd11;
	color: #fff;
	display: inline-block;
	padding: 18px 42px;
	font-family: poppins,sans-serif;
	font-size: 16px;
	font-weight: 500;
	border: 0;
	border: 1px solid transparent;
	text-align: center;
	color: #000 !important;
	text-transform: capitalize;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.Estimate_area .form .input_field input::placeholder, .Estimate_area .form .input_field textarea::placeholder {
	color: #c7c7c7;
	font-weight: 400;
	font-size: 14px;
}

.Estimate_area .form .input_field input, .Estimate_area .form .input_field textarea {
	width: 100%;
	/*height: 50px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #667686;
	padding: 18px 15px;
	font-size: 14px;
	background: 0 0;
	color: #fff;
	margin-bottom: 15px;
}









/* Responsives Styles */

@media screen and (min-width:300px) and (max-width:555px)
{
		.jumbotron-content__title h1 {
			font-size: 24px !important;
			color:#fcbd11;
			margin-top: 0;
			margin-bottom: 15px;
	}
	
	.btn 
	{
.
		display:none
	}
	
	.number
	{
		font-size:16px !important;
		margin-bottom:24px
		}
		
		.avai
		{
			margin-bottom:30px!important
		}
		
		.moto-text_system_8
		{
			font-size:14px
		}
		
		#pgc-6-6-1, #pgc-6-6-0, #pgc-6-6
		{
			clear:both
		}
		
		.logo a
		{
			float:left
		}
		
		.heading h4
		{
			font-size:25px
		}
}

..navbar-collapse ul.navbar-nav > li.active > a, .navbar-collapse ul.navbar-nav > li:hover > a {
	color: #327cbc;
}

.navbar-collapse ul.navbar-nav > li > a {
	color: #fff;
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse
{
	background:#1f425d;
	z-index:999;
	box-shadow:2px 5px 12px #000;
	padding:15px;
	padding-left:40px;
	padding-right:40px;
}

.navbar-collapse li:hover
{
	background:#f7a817;
}

.navbar-collapse ul.navbar-nav > li > a
{
	background:transparent;
	color:#6b8294;
}

.navbar-toggle
{
	position:relative;
	top:-65px
}

.navbar-collapse
{
	position:relative;
	top:-40px
}

.navbar-collapse ul.navbar-nav > li > a:hover
{
	color:#fff
}

.short_contact_list .fa, .jumbotron__control .fa
{
	 font:normal normal normal 14px/1 FontAwesome;
}