.special-offer p{
	font-size: 17px;
}
a, a:hover, a:focus, button{outline:none;}
.about-us h1 {
    color: #202121;
    text-align: right;
    font-size: 60px;
    font-weight: 300;
    margin: 20px 0;
    padding-left: 50px;
}
.header-inner .logo-nav{
	border-bottom: 1px solid #eee;
}
.inner-pg-titles{
	background: #efefef;
	margin-bottom: 30px;
}
.inner-pg-titles .heading{
	text-align: left;
	color: #112173;
	font-size: 35px;
}
.post-content ul li{
	margin-bottom: 10px;
	font-size: 16px;
}
.post-content p{
	font-size: 16px;
}
.post-content{
	margin-bottom: 50px;
	font-size: 16px;
}
textarea{
	resize: none;
}
.wpcf7-response-output{
	display: none !important;
}
#inner_sidebar .inner-sidebar{
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 25px;
}
#inner_sidebar .inner-sidebar h3{
	background: #efefef;
	padding: 10px 15px;
	color: #112173;
	font-size: 25px;
	margin-bottom: 20px;
}
#inner_sidebar .inner-sidebar .form-control{
	margin-bottom: 10px;
}
.cf-inner-btn{
	background: #112173;
	border: none;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
}
.cf-inner-btn:hover{
	background: #6b8e23;
}
.page-btn a button{
	background: #f4c522;
	border: none;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 4px 4px 4px #aaa;
}
.media-center-login a img{
	width: 100%;
}
.contactpg-form h3{
	font-size: 27px;
	color: #222;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.contactus-pg{
	margin-bottom: 30px;
}
.contactpg-form{
	margin-bottom: 30px;
}
.blog_row a{
	color: #112173;
}
.blog_row{
	padding: 15px 0px;
	overflow: auto;
	border-bottom: 1px solid #eee;
}
.dark-bg{
	background: #efefef;
}
.calendar-pg{
	margin-bottom: 50px;
}


--------------------------------


body {
  font-family: Arial;
}

a:focus {
  outline: none;
}

.portfolioFilter {
  padding: 15px 0;
}

.portfolioFilter a {
  margin-right: 6px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
}

.portfolioFilter a.current {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;
}
.portfolioContainer{
  border: 1px solid #eee;
  border-radius: 3px;
}
.portfolioContainer img {
  margin: 15px 0px;
  max-width:100%;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.image-small-box .fa-search-plus{
	display: none;
}
.image-small-box:hover .fa-search-plus{
	display: block;
	position: absolute;
	top: 33%;
	left: 38%;
	font-size: 30px;
	color: #fff;
	padding: 20px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;	
}
.testimonial-pg .carousel-inner .col-sm-12{
	margin-bottom: 30px; 
}
.carousel .testimonial p::before{
	color: #333;
}
.testimonial-pg{
	padding-top: 0px;
}
.call-now span {
    border-right: 1px solid #fff;
    padding-right: 5px;
    margin-right: 5px;
}
.call-now{
	padding: 12px 10px;
}
.testimonial-pg .carousel{
	margin: 0px;
}
.testimonial-pg{
	margin-top: 50px;
}

.cf-btn .box:hover{
	background: #6b8e23;
	border-color: #6b8e23;
}

.back_to_home, .contact_us {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #112173;
    border-radius: 25px;
    width: 185px;
    color: #112173;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 700;
}
.back_to_home:hover, .contact_us:hover {
    color: #fff;
    background: #112173;
    border-color: #112173;
}
.page_not_found p {
    font-size: 16px;
    color: #333333;
}
.page_not_found h4 {
    font-size: 30px;
    color: #333333;
}
.page_not_found h1 {
    font-size: 100px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #333333;
}
.page_not_found {
    margin: 100px 0px 130px 0px;
}

@media (min-width:1400px){
	.call-to-action{
		padding: 30px 80px 70px 130px;
		position: absolute;
		left: -30%;
		width: 131%;
	}
}

.slider-wrap{
	padding-left: 30px;
    padding-top: 40px;
    padding-bottom: 13px;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.banner-btn .box{
	color: #fff;
	background: #112173;
}
.banner-btn .box:hover{
	background: #6b8e23;
}
.portfolioContainer img{
    /*max-height:175px;*/
    margin-left: auto;
  margin-right: auto;
	height:200px;
}
.nav > li > a {
    padding: 15px 10px;
}
.about-us h1{
    margin-top:0px;
}
.social_profile a{
    border-left: 1px solid #fff;
    padding-left: 5px;
    margin-right: 5px;
}
.social_profile a:first-child{
    border-left:none;
}
.blog_row{
    padding-bottom:20px;
}
.blog_row a.btn-about-read{
    color:#fff;
    padding: 7px 15px;
    font-size: 17px;
}
.navbar{
    padding:30px 0px;
}
.call-now{
    margin: 30px 0;
}
.agenda_modal{
    top:20%;
}
.agenda_modal .modal-title{
    font-size:20px;
}
.modal-body ul li{
    color:#202121;
    font-size:15px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover{
    background-color: #112173;
    color: #f4c522;
}
/* .affix .logo-nav img{
    width:55%;
}
.affix .navbar-nav {
    margin-top: 20px;
}
.affix .call-now {
    margin: 20px 0;
}*/
.navbar {
    font-size: 18px;
    font-weight: 500;
}
.blog_row h3{
    color: #112173;
}
.dropdown-menu > li > a{
    padding: 8px 20px;
}
a:active,a:focus{
    text-decoration:none;
}
.btn-about-read:active,.btn-about-read:focus{
    color:#fff;
}
.wpcf7-form-control-wrap{
    margin-bottom:10px;
    display:block;
}
.contact-input{
    margin-bottom:5px;
}
span.wpcf7-not-valid-tip{
    margin-bottom:5px;
}
.quick-contact-box textarea.form-control{
    height:100px;
}
/* .affix .logo-nav {
background-color: rgba(255,255,255,0.9);
}*/
/********** resposive css starts here ********/
@media screen and (max-width:359px){
	#tribe-events-content .tribe-events-calendar td{height:45px !important;}
	.events-section-home iframe{height: 570px !important;}
	.header{background-position: top !important;}
	/********** header starts here ***********/
	.logo img{margin:0 auto; text-align: center;}
	.navbar{width:100%;}
	.call-now{margin: 0 0 0 20px !important; float:left;}
	.navbar-nav{margin: 0px; background: #fff; z-index: 99999; position: relative; width:290px;}
	.affix{position:static;}
	.navbar-default{background-color:transparent; border:0;}
	/*#bs-example-navbar-collapse-1 {overflow: auto;display: inline-block;z-index: 9999999999;}*/
	#bs-example-navbar-collapse-1{position: absolute;z-index: 9999999;}
	/************* banner starts here ********/
	.banner{padding:0;z-index: -99;}
	h1{font-size:30px; line-height: 40px;}
	
	/********** about us starts here **********/
	.about-us{padding:80px 0;}
	.about-us h1 { margin-top: 0px; text-align: center; padding: 0;line-height: 50px;}
	.btn-about-read{margin: 20px 0 0 0;}
	.content-box{border:5px solid #fff;}
	.carousel .testimonial{margin:0;}
	
	/************ call to action starts here ***********/
	.call-to-action{position:static; height: 510px; padding: 10px 20px; width:100%; background-repeat: repeat;}
	.slider-wrap{padding-left:0;}
	
	/********* footer starts here ***********/
	.footer-bottom-text{text-align:center;}
	
	
	/***************  inner page starts here ******************/
	.post-content p img{display:block; float: none; margin: 0 auto;}
	.agenda_modal {top: 0;}
}
@media screen and (min-width:360px) and (max-width:400px){
	#tribe-events-content .tribe-events-calendar td{height:45px !important;}
	.events-section-home iframe{height: 570px !important;}
	.header{background-position: top !important;}
	/********** header starts here ***********/
	.logo img{margin:0 auto; text-align: center;}
	.navbar{width:100%;}
	.call-now{margin: 0 0 0 20px !important; float:left;}
	.navbar-nav{margin: 0px; background: #fff; z-index: 99999;position: relative; width:329px;}
	.affix{position:static;}
	.navbar-default{background-color:transparent; border:0;}
	#bs-example-navbar-collapse-1{position: absolute;z-index: 9999999;}
	/************* banner starts here ********/
	.banner{padding:0;z-index: -99;}
	h1{font-size:30px; line-height: 40px;}
	
	/********** about us starts here **********/
	.about-us{padding:80px 0;}
	.about-us h1 { margin-top: 0px; text-align: center; padding: 0;line-height: 50px;}
	.btn-about-read{margin: 20px 0 0 0;}
	.content-box{border:5px solid #fff;}
	.carousel .testimonial{margin:0;}
	
	/************ call to action starts here ***********/
	.call-to-action{position:static; height: 510px; padding: 10px 20px; width:100%; background-repeat: repeat;}
	.slider-wrap{padding-left:0;}
	
	/********* footer starts here ***********/
	.footer-bottom-text{text-align:center;}
	.agenda_modal {top: 0;}
}
@media screen and (min-width:401px) and (max-width:480px){
	#tribe-events-content .tribe-events-calendar td{height:45px !important;}
	.events-section-home iframe{height: 570px !important;}
	.header{background-position: top !important;}
	/********** header starts here ***********/
	.logo img{margin:0 auto; text-align: center;}
	.navbar{width:100%;}
	.call-now{margin: 0 0 0 20px !important; float:left;}
	.navbar-nav{margin: 0px; background: #fff; z-index: 99999; position: relative; width:449px;}
	.affix{position:static;}
	.navbar-default{background-color:transparent; border:0;}
	#bs-example-navbar-collapse-1{position: absolute;z-index: 9999999;}
	/************* banner starts here ********/
	.banner{padding:0;z-index: -99;}
	h1{font-size:30px; line-height: 40px;}
	
	/********** about us starts here **********/
	.about-us{padding:80px 0;}
	.about-us h1 { margin-top: 0px; text-align: center; padding: 0;line-height: 50px;}
	.btn-about-read{margin: 20px 0 0 0;}
	.content-box{border:5px solid #fff;}
	.carousel .testimonial{margin:0;}
	
	/************ call to action starts here ***********/
	.call-to-action{position:static; height: 510px; padding: 10px 20px; width:100%; background-repeat: repeat;}
	.slider-wrap{padding-left:0;}
	
	/********* footer starts here ***********/
	.footer-bottom-text{text-align:center;}
	.agenda_modal {top: 0;}
}
@media screen and (min-width:481px) and (max-width:600px){
	#tribe-events-content .tribe-events-calendar td{height:45px !important;}
	.events-section-home iframe{height: 570px !important;}
	.header{background-position: top !important;}
	/********** header starts here ***********/
	.logo img{margin:0 auto; text-align: center;}
	.navbar{width:100%;}
	.call-now{margin: 0 0 0 20px !important; float:left;}
	.navbar-nav{margin: 0px; background: #fff; z-index: 99999; position: relative; width:290px;}
	.affix{position:static;}
	.navbar-default{background-color:transparent; border:0;}
	#bs-example-navbar-collapse-1{position: absolute;z-index: 9999999;}
	/************* banner starts here ********/
	.banner{padding:0;z-index: -99;}
	h1{font-size:30px; line-height: 40px;}
	
	/********** about us starts here **********/
	.about-us{padding:80px 0;}
	.about-us h1 { margin-top: 0px; text-align: center; padding: 0;line-height: 50px;}
	.btn-about-read{margin: 20px 0 0 0;}
	.content-box{border:5px solid #fff;}
	.carousel .testimonial{margin:0;}
	
	/************ call to action starts here ***********/
	.call-to-action{position:static; height: 510px; padding: 10px 20px; width:100%; background-repeat: repeat;}
	.slider-wrap{padding-left:0;}
	
	/********* footer starts here ***********/
	.footer-bottom-text{text-align:center;}
	.agenda_modal {top: 0;}
}
@media screen and (min-width:601px) and (max-width:767px){
	/********** header starts here ***********/
	.logo img{margin:0 auto; text-align: center;}
	.navbar{width:100%;}
	.call-now{margin: 0 0 0 20px !important; float:left;}
	.navbar-nav{margin: 0px; background: #fff; z-index: 99999; position: relative; width:608px;}
	.affix{position:static;}
	.navbar-default{background-color:transparent; border:0;}
	#bs-example-navbar-collapse-1{position: absolute;z-index: 9999999;}
	
	/************* banner starts here ********/
	.banner{padding:0;z-index: -99;}
	h1{font-size:30px; line-height: 40px;}
	
	/********** about us starts here **********/
	.about-us{padding:80px 0;}
	.about-us h1 { margin-top: 0px; text-align: center; padding: 0;line-height: 50px;}
	.btn-about-read{margin: 20px 0 0 0;}
	.content-box{border:5px solid #fff;}
	.carousel .testimonial{margin:0;}
	
	/************ call to action starts here ***********/
	.call-to-action{position:static; height: 500px; padding: 10px 20px; width:100%; background-repeat: repeat;}
	.slider-wrap{padding-left:0;}
	
	/********* footer starts here ***********/
	.footer-bottom-text{text-align:center;}
	.agenda_modal {top: 0;}
}
@media (min-width:768px) and (max-width:991px){
	.g-recaptcha {
 -webkit-transform: scale(0.60) !important;
     -moz-transform: scale(0.60) !important;
      -ms-transform: scale(0.60) !important;
       -o-transform: scale(0.60) !important;
          transform: scale(0.60) !important;
   -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
       -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
           transform-origin: 0 0;
}
	/********** header starts here ***********/
	.logo img{margin:0 auto; text-align: center;}
	.navbar{width:100%;}
	.call-now{margin: 30px 0 !important; float:left;}
	.navbar-nav{margin: 0px; background: #fff; position: relative; width:423px;}
	.affix{position:static;}
	.navbar-default{background-color:transparent; border:0;}
	#bs-example-navbar-collapse-1{position: absolute;z-index: 9999999;}
	/************ about us ***********/
	.about-us{padding:80px 0;}
	.about-us h1{text-align: right; font-size: 46px; padding-left: 0px;}
	.quick-contact-box {position: static;}
	.call-to-action{position: static; left: -72px; width: 100%; padding: 35px 10px;}
	.slider-wrap{padding-left:0;}
}
@media (min-width:992px) and (max-width:1199px){
	/********** header starts here ***********/
	.logo img{margin:0 auto; text-align: center;}
	.navbar{width:100%;}
	.call-now{margin: 30px 0 !important; float:left; padding: 12px 6px;}
	.navbar{font-size:16px;}
	.navbar-default .navbar-nav > li > a{margin:0;}
	.navbar-default{background:none; border:0;}
	.affix{position:static;}
	.navbar-default{background-color:transparent; border:0;}
	
	/*********** about us ***********/
	.about-us h1{padding-left:0;}
	.call-to-action{left: -30px;width: 100%; height: 420px; padding: 20px 60px;}
.slider-wrap{padding-top: 50px;padding-bottom: 43px;}
}
@media (min-width:1200px){
	.affix .navbar-nav{margin-top: 10px;}
	.affix {top: 0; width: 100%; z-index: 999 !important;}
	.affix .navbar-default .navbar-nav > li > a{color:#112173;}
	.affix .navbar-default .navbar-nav > .active > a, .affix .navbar-default .navbar-nav > .active > a:focus, .affix .navbar-default .navbar-nav > .active > a:hover, .affix .navbar-default .navbar-nav > li > a:focus, .affix .navbar-default .navbar-nav > li > a:hover, .affix .navbar-default .navbar-nav > .open > a, .affix .navbar-default .navbar-nav > .open > a:focus, .affix .navbar-default .navbar-nav > .open > a:hover{color: #f4c522; background: #112173;}
	.affix .logo-nav img{width:45%; -webkit-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear;}
	.affix .navbar{padding:0;}
	.affix .call-now{margin: 10px 0;}
	.affix .logo-nav{background-color: #fffc; border-bottom: solid 1px #fff; -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);}
.navbar-default{background:none; border:0;}
}

.special-offer-btn{
	display:none;
}
.display_offer .special-offer-btn{
	display:block;
}