/*
Theme Name: QuickRadius
Version: 1.0
Author: ckhandla94
Author URI: 
Tags: Tags to locate your theme in the WordPress theme repository
*/
/*DEFAULT SETTING*/
@font-face {
	font-family: 'Futura Md BT';
	src: url('font/FuturaBT-Medium.eot');
	src: url('font/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
		url('font/FuturaBT-Medium.woff') format('woff'),
		url('font/FuturaBT-Medium.ttf') format('truetype');
	font-weight: bold;
	font-style:normal;
}
@font-face {
    font-family: 'Futura Md BT';
    src: url('font/n/tt0140m-webfont.eot');
    src: url('font/n/tt0140m-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/n/tt0140m-webfont.woff2') format('woff2'),
         url('font/n/tt0140m-webfont.woff') format('woff'),
         url('font/n/tt0140m-webfont.ttf') format('truetype'),
         url('font/n/tt0140m-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura Md BT';
    src: url('font/n/tt0141m-webfont.eot');
    src: url('font/n/tt0141m-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/n/tt0141m-webfont.woff2') format('woff2'),
         url('font/n/tt0141m-webfont.woff') format('woff'),
         url('font/n/tt0141m-webfont.ttf') format('truetype'),
         url('font/n/tt0141m-webfont.svg#futura_bk_btbook_italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
html,body{
	margin:0px !important;
	padding: 0px !important;
	font-size:15px;
	font-family: 'Futura Md BT';
	color: #51595b;
}
*{
	margin:0px;
	padding: 0px;
}
label {
    font-weight: normal;
}
a {
    color: inherit;
}
a:hover,a:focus{text-decoration: none; color:#ee6b58}
::selection{
	background-color: #ee6b58;
	color: #fff;
}
::-moz-selection{
	background-color: #ee6b58;
	color: #fff;
}
.container{
	max-width: 1170px;
}
img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.parallax-mirror img{
	max-height:none;
}
/*CUSTOM DESING CSS*/
/*HEADER*/
header.header {
    background-color: #fff;
    left: 0;
    padding-bottom: 5px;
    padding-top: 10px;
    right: 0;
    top: 0;
    z-index: 999;
	position: absolute;
}
nav{
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar {
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.collapse.navbar-collapse.navbar-right {
    padding-top: 6px;
}
.navbar-nav li a {
    color: #282828;
    font-size: 15px;
    padding: 7px 15px;
}
.navbar-nav li{
	margin-left: 5px;
	border: solid 1px #fff;
}
.navbar-nav li a:hover,.navbar-nav li a:focus{
	background: none;
	background-color:transparent;
}
.navbar-nav > li:hover,.navbar-nav > li.active,.navbar-nav > li:focus,.navbar-nav > li.focus{
	border: solid 1px #bdbdbd;
	border-radius: 5px;
}
.navbar-header {
    margin-top: 3px;
}
.navbar-toggle {
  border-radius: 0;
  height: 35px;
  margin: 3px 0 0 !important;
  padding: 0;
}
.navbar-toggle .icon-bar {
    background-color: #0b97b9;
	height: 6px;
    width: 35px;
}
.navbar-nav > li.contact_btn{
	background-color: #ee6b58;
	border-radius: 5px;
}
.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper{
	padding:0;
}
.navbar-nav > li.contact_btn a{
	color: #fff !important;
}
.contact_btn:hover{border: solid 1px #fff !important;}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;	
}
.navbar-toggle{
	margin-top:10px;
}
.navbar-nav > li.soc_icon.first {
	margin-left:20px;
}
.navbar-nav > li.soc_icon {
    border: medium none !important;
    margin-left: 0;
}
.navbar-nav > li.soc_icon .menu-image-title{
	display:none;
}
.navbar-nav > li.soc_icon:hover {
    border: medium none !important;
}
.navbar-nav > li.soc_icon a {
    padding: 2px 5px !important;
}
.dropdown-menu li.last{
	border: none;
}
.dropdown-menu li{
	margin: 0px;
	border:none;
	border-bottom: solid 1px #bdbdbd;
	border-radius: 0px;	
}
.navbar-right .dropdown-menu{
	right: auto;
}
.dropdown-menu{
	top:151%;
	min-width: 210px;
	border-radius: 5px;
}
.header{
    transition: all 0.75s ease 0s;
}
.header.sticky {
    position: fixed;
    transition: all 0.55s ease 0s;
    z-index: 999999;
    padding:5px 0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}
.header .logo a img {
    max-width: 225px;
    transition: width 0.5s ease 0s;
    width: 100%;
}
.header.sticky .logo a img {
    transition: width 0.5s ease 0s;
    width: 185px;
}
.sticky .collapse.navbar-collapse.navbar-right {
    padding-top: 4px;
}
.sticky .navbar {
    min-height: 43px;
}
.header-after{
	width:100%;
	display:table;
	height:65px;
}
.header-after.sticky{
	width:100%;
	display:table;
	height:50px;
}

/*ENTRY CONTENT*/
.entry-content h1{
	margin-top: 40px;
	margin-bottom:20px;
    font-size: 30px;
}
.entry-content h2{
	    font-size: 24px;
}
.entry-content p{	
	font-size: 17px;
}
.entry-content h3{	
	font-size: 19px !important;
}

/*BANNER*/
.banner_section{
	background: url(images/banner.png) no-repeat;
	
}
.banner_section .banner_content{
	background: url(images/transparent_box.png);
	background-position: 100% 100%;
	padding-top: 170px;
	color: #fff;
}
.banner_content h1{
	font-size: 60px;
	line-height: 70px;
}
.banner_content p{font-size: 25px;text-transform: none;}
.default_btn{
	background-color: #ee6b58;
	border: none;
	border-radius: 5px;
	border-bottom: solid 5px #a54233;
	margin-top: 40px;
	font-size: 30px;
	padding:10px 27px;
	margin-bottom: 90px;
}
.banner_content .default_btn:hover,.banner_content .default_btn:focus,.banner_content .default_btn.focus{
	background-color:#ee6b58;
	border-color:#a54233; 
	
}
/*PRODUCT SECTION*/
.title_header {
    margin-bottom: 50px;
    margin-top: 55px;
}
.title_header h5{
	font-size: 30px;
	color: #282828;
	text-transform: uppercase;
}
.border_row{
	border: solid 1px #cbcbcb;
	margin-bottom: 95px;
	margin-left: 15px;
	margin-right: 15px;
}
.product.last{
	border: none;
}
.product_section a{
color: #282828;
}
.product{
	padding: 40px 35px;
	border-right: solid 1px #cbcbcb;
	
}
.product img{height: 140px;}
.border_row .col-md-3{
	padding: 0px;
}
.product h4{font-size: 20px;}
/*PREMIUM SECTION*/
.premium_section{
	color: #fff;
}
.premium_section{
	font-size: 30px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.premium_section .default_btn{
	margin-top: 40px;
	margin-bottom: 52px;
}
.premium_section .default_btn:hover,.premium_section .default_btn:focus,.premium_section .default_btn.focus{
	background-color:#ee6b58;
	border-color:#a54233; 
}
/*COUNTER SECTION*/
.counter_section{background-color: #e9543e;color: #b02713;}
.counter_number p{
	padding-top: 50px;
	font-size: 50px;
}
.counter_number h5{
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 50px;
}
/*EXPLORE SECTION*/
.explore_section{
	background-color: #ee6b58;
	color: #fff;
	padding-bottom: 60px;
}
.explore_section p{
	font-size: 35px;
	text-align: center;
	padding: 0px;
	padding-top: 55px;
	font-weight: bold;
}
.explore_section .default_btn{
	background-color: #0b97b9;
	border-bottom: solid 5px #077089;
	margin: 0px auto;
	margin-top: 60px;
}
.explore_section .default_btn:focus,.explore_section .default_btn.focus{
	background-color: #0b97b9;
	padding:10px 27px;
}
/*FOOTER*/
.top_footer{background-color: #3c4049;}
.footer_menu{
	padding-left: 100px;
}
.footer_menu h3{
	color:#fff;
	font-size: 20px;
	margin-top:50px;
	text-transform: uppercase;
}
.footer_menu ul{list-style-type: none;margin-top: 30px;}
.footer_menu ul li{line-height: 35px;}
.footer_menu ul li a,.copy p{
	color: #858890;
	font-size: 17px;
}
.footer_menu ul li a:hover{color: #fff;}
.footer_menu ul.social_icon li{
	margin-top: 25px;
}
.footer_menu ul.social_icon li img{
	//width: 20%;
}
.bottom_footer{background-color: #23262d;}
.copy p{
	padding-top: 40px;
	padding-bottom: 30px;
	margin: 0px;
}
.background_image {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    width: auto;
}
.page_title {
    height: 26vw;
    position: relative;
	font-size: 30px;
}
.full_height.page_title {
    height: calc(100vh - 65px);
    position: relative;
	font-weight:bold;
	min-height:350px;
}
.banner_content.title_container {
  color: #FFFFFF;
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner_content {
  margin: 0 auto;
  max-width: 1000px;
  padding: 10px;
}
	
.banner_content h1 {
    font-size: 1.9em;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 0;
    text-shadow: 2px 2px 2px #000000;
    text-transform: uppercase;
	margin-bottom:20px;
}
.banner_content h1 span {
    color: #0b97b9;
	font-weight: bold;
}
.banner_content .description {
    font-size: 0.85em;
    font-weight: normal;
    line-height: 1.6em;
    margin: 0 auto 30px;
    width: 100%;
    text-shadow: 2px 2px 3px #000000;
	margin-bottom:40px;
}
.wpcf7-form .form-group {
    display: table;
    margin-bottom: 15px;
    width: 100%;
}
.wpcf7-form .form-group {
    display: table;
    margin-bottom: 15px;
    width: 100%;
}
/*.budget::before {
    bottom: 0;
    content: "$";
    display: table;
    height: 30px;
    left: 14px;
    line-height: 78px;
    position: absolute;
    top: 0;
    z-index: 9999;
}*/
.wpcf7-form .input-group-addon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  bottom: 0;
  height: 100%;
  left: 0;
  padding: 18px 15px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  z-index: 9999;
}
.budget .form-control {
    padding-left: 25px;
}
.wpcf7-form .row {
    margin-left: -7px;
    margin-right: -7px;
}
.wpcf7-form .col-sm-6, .wpcf7-form .col-sm-12{
    padding-left: 7px;
    padding-right: 7px;
}
.wpcf7-checkbox.form-control{
	height:auto !important;
	border:none;
}
form.wpcf7-form {
    margin: 0 auto;
    max-width: 670px;
}
.wpcf7-submit.form-control{
	border:none;
	background:#ee6b58;
	font-size:25px;
	color:#fff;
	line-height: 15px;
}
.form-control {
    border-color: #d5d5d5;
    border-radius: 0;
    box-shadow: none;
    font-size: 17px;
    height: 50px;
    padding: 5px 15px;
}
.searchform .form-control {
	border-right:0px;
}
.explore_section .default_btn {
    background-color: #0b97b9;
    background-image: none;
    border-bottom: 5px solid #077089;
    margin: 60px auto 0;
}
.contact-us h3 {
    font-size: 25px;
    font-weight: normal;
    margin-top: 50px;
    text-align: center;
}
.contact-us h3 a{
    color: #ee6b58;
}
.contact-us h2 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 80px;
    text-align: center;
}
.contact-us .hr {
    border-top: 1px solid #f1f1f1;
    box-sizing: border-box;
    height: 1px;
    margin-bottom: 35px;
    margin-top: 35px;
    position: relative;
    text-align: center;
}
.contact-us .hr:before{
  content: "OR";
  position:relative;
  background-color: #fff;
  top: -10px;
  padding: 0 0.5rem;
}
.contact-us .hr > span {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 35px;
    box-sizing: border-box;
    color: #adadad;
    font-size: 15px;
    left: 50%;
    line-height: 22px;
    margin-left: -15px;
    margin-top: -16px;
    padding: 5px;
    position: absolute;
    top: 50%;
}
.wpcf7-list-item {
    display: table;
    float: left;
    line-height: 35px;
    margin: 0 !important;
    width: 33%;
}.wpcf7-list-item {
    display: table;
    float: left;
    font-size: 18px;
    font-weight: 100;
    line-height: 35px;
    margin: 0 !important;
    width: 33%;
}
/* Portfolio */
#lg-outer {
    background: rgba(0, 0, 0, 0.8) !important;
}
#ftg-items{
	margin-top:5px;
}
.tile-inner {
    cursor: pointer;
}
.lg-slide .object {
    transition: transform 0.5s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
}
.cycle-slideshow {
    background-color: rgba(0, 0, 0, 0.1);
    background-size: 20px 20px;
    min-height: 250px;
}
.cycle-caption{
	font-size: 60px !important;
	height:auto !important;
    top: 50%;
    transform: translateY(-50%);
}
#color1-72::before, #color2-72::before{
	display:none;
}
.chr-caption1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: table;
    float: none;
    font-size: 1em !important;
    margin: 0 auto;
    max-width: 920px !important;
    position: unset;
    text-align: center;
	text-transform:uppercase;
	font-weight: 100 !important;
	line-height: 1.2em;
	font-weight:bold !important;
}
.chr-caption1 span {
    color: #0b97b9;
}
.chr-caption2 {
    display: table;
    font-size: 0.41em !important;
    margin: 0 auto;
    max-width: 660px;
    position: unset;
    text-align: center;
	font-weight: 100 !important;
	line-height: 1.2em;
}
.chr-caption4 {
  border-bottom: 5px solid #a54233;
  display: table;
  float: none;
  font-size: 0.5em;
  font-weight: bold;
  height: auto;
  line-height: 1.4em;
  margin: 25px auto 0;
  padding: 10px 25px 5px;
  position: unset;
  text-align: center;
  text-transform: unset;
  vertical-align: middle;
}
.matrix {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
}
.visule_product {
  display: table;
  margin-bottom: 100px;
  width: 100%;
  position:relative;
}
.visule_product .center-line {
  border-bottom: 1px solid #e8e6e6;
  height: 1px;
  position: absolute;
  top: 170px;
  width: 100%;
}
.visule_product li {
    float: left;
    list-style: outside none none;
    padding: 15px;
    text-align: center;
    width: 20%;
    color: #818181;
}
.visule_product ul {
	counter-reset: my-counter;
}
.visule_product ul li::before {
  color: #ecebeb;
  content: counter(my-counter, decimal);
  counter-increment: my-counter;
  font-size: 60px;
}
.visule_product ul .image {
    border: 4px solid #ecebeb;
    border-radius: 100%;
    box-sizing: border-box;
    height: 130px;
    width: 130px;
	position:relative;
	margin: 0 auto;
	background:#fff;
}
.visule_product ul .image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 60px;
  max-width: 70px;
  position: absolute;
  right: 0;
  top: 0;
}
.visule_product ul p {
    font-size: 15px;
    font-weight: 100;
}
.post_box {
    border-bottom: 1px solid #d5d5d5;
    color: #282828;
    margin-bottom: 40px;
    padding-bottom: 25px;
}
.post_box .image img {
    max-width: 100%;
    width: auto;
}
.blog-container{
    margin-top: 25px;
}
.post_box h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}
.post_box h3 a {
    color: #0b97b9;
}
.post_box .post_details {
    font-size: 13px;
    margin-bottom: 16px;
}
.post_box h3 a:hover{
    color: #EE6B58;
}
.post_box .description {
    font-size: 15px;
    font-weight: 100;
    line-height: 1.2em;
    text-align: left;
}
.read-more-link {
    margin-bottom: 20px;
    margin-top: 20px;
}
.read-more-link a {
    background: #ee6b58 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    padding: 7px 10px;
    text-transform: uppercase;
	transition:all 0.5s;
}
.read-more-link > a:hover {
   background: #0b97b9;
}
.left-side .row {
  margin-left: -7px;
  margin-right: -7px;
}
.left-side .col-sm-6 {
  padding-left: 7px;
  padding-right: 7px;
}
.screen-reader-text {
    display: none;
}
input[type="search"] {
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
  font-weight: 100;
  line-height: 42px;
  padding: 0 10px;
}
.button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
  background: #ee6b58 none repeat scroll 0 0;
  border:1px solid #ee6b58;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 50px;
  padding: 6px 15px;
  text-transform: uppercase;
  transition:all 0.5s;
}
.button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
	background:#0b97b9;
  	border:1px solid #0b97b9;
}
.widget_search {
    margin-top: 28px;
}
.searchform .input-group-addon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding-bottom: 0;
  padding: 0;
}
.searchform .input-group-addon .form-control {
    border-color: #bbb;
    border-right: 0 none;
}
.rpwwt-widget ul li img {
    margin: 0.3em 0.75em 0 0;
	max-width:75px !important;
}
.rpwwt-widget ul li {
    margin: 0 0 10px;
    overflow: hidden;
}
.rpwwt-post-excerpt {
    font-size: 12px;
    font-weight: 100;
    line-height: 1.4em;
}
.rpwwt-post-title {
    color: #0b97b9;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.rpwwt-post-title:hover{
    color: inherit;
}
.rpwwt-widget {
    padding-right: 7px;
}
.rpwwt-widget ul li img {
    display: inline;
    float: left;
    margin: 0 13px 0 0;
}
.rpwwt-post-excerpt {
    margin-top: 3px;
}
.btn {
    height: auto;
}
.overlap_banner {
    background: #0b97b9 none repeat scroll 0 0;
    color: #fff;
    display: table;
    width: 100%;
}
.overlap_banner_ul {
    display: table;
    margin: -80px auto 20px;
    max-width: 1170px;
    width: 70%;
}
.overlap_banner li {
    float: left;
    list-style: outside none none;
    padding: 15px 25px;
    text-align: center;
    width: 33.3%;
}
.overlap_banner ul .image {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #ecebeb;
    border-radius: 100%;
    box-sizing: border-box;
    height: 130px;
    margin: 0 auto;
    position: relative;
    width: 130px;
}.overlap_banner ul .image img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 60px;
    max-width: 70px;
    position: absolute;
    right: 0;
    top: 0;
}
.overlap_banner ul p {
    font-size: 17px;
    font-weight: 100;
    margin-top: 20px;
}
.overlap_banner_ul h3 {
    font-size: 26px;
    text-transform: uppercase;
}
.navbar-nav > li:hover, .navbar-nav > li.active, .navbar-nav > li:focus, .navbar-nav > li.focus{
	border:none;
}
.navbar-nav li{
	border:none;
}
.navbar-nav li::before {
  background: #0b97b9 none repeat scroll 0 0;
  border: 2px solid #0b97b9;
  bottom: -20px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: width 0.4s ease 0s;
  width: 0;
}
.navbar-nav li{
	position:relative;
}
.navbar-nav li:hover::before {
    bottom: 0;
    opacity: 1;
    width: 100%;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none !important;
	color:#0b97b9;
}
.navbar-nav li.soc_icon:hover::before{
	bottom: -10px;
  	opacity:0;
}
.menu-item a{
	cursor:pointer;
}
.navbar-nav li.menu-item-has-children::after {
	  background:url(images/arrow.png) no-repeat center center;
	  bottom: 0;
	  content: "";
	  height: 10px;
	  margin: auto;
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 10px;
	  transition: top 0.2s ease 0s;
	}
.dropdown-menu {
    border: medium none;
    border-radius: 0 !important;
    box-shadow: none;
    top: 34px;
	padding:25px 0 0 0 !important;
}
.btn{
  background: #0b97b9 none repeat scroll 0 0 !important;
  border: medium none !important;
  border-bottom: 5px solid #077089 !important;
  font-size: 30px !important;
  font-weight: bold !important;
  line-height: 1.4em !important;
  padding: 10px 25px 3px !important;
  color:#fff !important;
  text-shadow:none!important;
}
.btn:hover{
  background: #077089 !important;
  border-color:#005069 !important;
}
.btn.btn-default{
  background: #EE6B58 !important;
  border-color:#A54233 !important;
}
.btn.btn-default:hover{
  background: #A54233 !important;
  border-color:#852213 !important;
}
.premium_section {
    font-size: 35px;
    line-height: 1.2em;
}
.premium_bg .btn{
	margin-top:20px;
}
.crp-wrapper #gallery{
    margin-bottom: -10px;
    margin-top: 10px;
}
.tile-inner .caption {
    transition: opacity 0.3s ease-in-out 0s;
}
.tile-inner:hover .caption {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    bottom: 0;
    color: #fff !important;
    font-size: 20px !important;
    margin: auto;
    opacity: 1 !important;
    text-transform: uppercase;
}
.gs_p_pop.open-popup-link{
	display:none;
}
.attachment-full.wp-post-image {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.clear{
	clear:both;
}
.navigation.post-navigation{
	display:none;
}
.breadcrumb-div {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0;
    border-top: 4px solid #0b97b9;
    margin-bottom: 50px;
}
.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 20px 0;
}
.product_section a:hover {
    opacity: 0.8;
}
.single-gsp {
    margin-bottom: 20px;
}
.client_section .title_header h5 {
    color: #fff !important;
}
.client_section {
    background: #0b97b9 none repeat scroll 0 0;
}
.cd-testimonials-wrapper {
  margin-bottom: 0;
  margin-top: -10px;
  padding: 65px 0 30px;
}
.cd-testimonials-wrapper::after {
    border: medium none;
    color: #ffffff;
    font-size: 175px;
    left: 0;
    margin: auto;
    right: 0;
	display: block;
	width: auto;
}
.cd-see-all{
	display:none;
}
.cd-author .cd-author-info li:last-child {
    color: #fff !important;
}
div.cd-author {
  height: auto;
}
.cd-testimonials-wrapper{
	width:100%;
	max-width:none;
}
.no-touch .flex-direction-nav li a:hover {
    background-color: transparent;
}
.cd-testimonials p {
    font-size: 15px;
    margin: 0 auto;
    max-width: 900px;
	/*min-height: 70px;*/
    padding: 0 35px;
}
ul.cd-testimonials > li{
	min-height: 170px;
}
.cd-author {
    margin-top: 25px;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #fff!important;
    opacity: 0.5;
}
.flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    opacity: 1;
}
.cd-testimonials p {
    font-size: 17px;
}
.blog-sidebar{
	margin-bottom:20px;
}
.social-count-plus li {
  margin: 0.4% !important;
  padding: 14px !important;
  width: 32.5% !important;
  transition:opacity 0.5s;
}
.social-count-plus .count {
    margin: 15px 0 5px !important;
}
.social-count-plus .label {
    font-size: 14px !important;
}
.social-count-plus li:hover{
	opacity:0.7;
}
.social-count-plus li.count-facebook {
    background-color: #345897 !important;
}
.social-count-plus li.count-twitter {
    background-color: #2181c3 !important;
}
.social-count-plus li.count-googleplus {
    background-color: #EC4B3D !important;
}
.social-count-plus li.count-linkedin{
    background-color: #0077B5 !important;
}
.social-count-plus li.count-pinterest {
    background-color: #D0001C !important;
}
.social-count-plus li.count-youtube{
    background-color: #C6302F !important;
}
.recent-posts-widget-with-thumbnails ul li {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.widget_categories ul li {
    border-bottom: 1px solid #d5d5d5;
    list-style: outside none none;
    padding: 10px 0;
}
.widget_categories ul li.cat-item a {
    color: #0b97b9;
	transition: all 0.5s ease 0s;
}
.widget_categories ul li.cat-item a:hover{
	color:#ee6b58 ;
}
.single-blog-page .blog-title {
    color: #0b97b9;
    font-size: 40px;
}
.single-blog-page .blog-title {
    color: #0b97b9;
    font-size: 40px;
}
.single-blog-page .blog-content {
    border-top: 1px solid #d5d5d5;
    margin-top: 5px;
    padding-top: 20px;
	font-size: 17px;
	line-height: 1.7em;
}
.single-blog-page .blog-content p {
    margin: 0 0 25px;
}
.single-blog:last-child .post_box {
    border-bottom: medium none;
	margin-bottom:0px;
}
.load_more {
    margin-bottom: 40px;
    text-align: center;
}
.load-more-blog, .load-more-blog:focus {
  border: 1px solid;
  color: #0B97B9;
  display: block;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.7s ease 0s;
}


.load-more-blog:hover {
  background: #0B97B9;
  color: #fff;
}
.ajax-loader{
	display:none;
	margin-bottom:10px;
	height: 70px;
}
.avia_loading_icon {
  border-radius: 30px;
  height: 60px;
  left: 50%;
  top: 50%;
  width: 60px;
  z-index: 10000;
  animation-delay: -0.16s;
  border-radius: 0;
  font-size: 11px;
  margin: -22px 0 0 -5px !important;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0px);
}
.avia_loading_icon::before, .avia_loading_icon::after {
  animation: 1s ease-in-out 0s normal none infinite running loader;
  background: #0069b4 none repeat scroll 0 0 !important;
  max-width: 7px;
  min-height: 40px;
  width: 7px;
  content: "";
  position: absolute;
  top: 0;
}
.avia_loading_icon, .avia_loading_icon::before, .avia_loading_icon::after {
  animation: 1s ease-in-out 0s normal none infinite running loader;
  background: #0069b4 none repeat scroll 0 0 !important;
  max-width: 7px;
  min-height: 40px;
  width: 7px;
}
.avia_loading_icon::after {
  left: 15px;
  animation-delay: 0.32s;
}
.avia_loading_icon::before {
  animation-delay: -0.32s;
  left: -15px;
}

.grid figure img{
	min-height:0;
}
@keyframes loader {
0%, 80%, 100% {
    box-shadow: 0 0 #0069b4;
    height: 40px;
}
40% {
    box-shadow: 0 -20px #0069b4;
    height: 50px;
}
}
figure.effect-sadie figcaption{
	cursor:default;
}
figure.effect-sadie figcaption::before {
   /* background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 0px) repeat scroll 0 0;*/
	
	 background: rgba(72, 76, 97, 0.7);
	
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: inherit;
}
.navbar-nav li.active::before {
    bottom: 0;
    opacity: 1;
    width: 100%;
}
.safari .banner_content.title_container {
	position: absolute;
	left: 0;
	right: 0;
}
.safari .page_title {
	min-height: 360px;
}
.safari .full_height.page_title {
	min-height: 600px;
}
.safari .explore_section .default_btn {
	width: 250px;
}
}
.cd-testimonials p {
    font-size: 17px;
}
div.cd-author img {
    height: 70px;
    width: 70px;
}
article#post-1 {
    margin-bottom: 60px;
}
.entry-title {
	font-size:30px;
}
.grid figure img {
   width:100%;
}
.ssba.ssba-wrap {
    margin-bottom: 20px;
    margin-top: 20px;
}
.cd-testimonials-wrapper::after{
	background:transparent !important;
}

.image_modal .modal-dialog {
    max-width: 1000px;
    width: 100%;
}
.image_modal .modal-header {
    border-bottom: medium none;
    display: table;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}

.image_modal .modal-header .close {
    background: #000 none repeat scroll 0 0;
    border-radius: 100%;
    box-sizing: border-box;
    color: #fff;
    display: table;
    height: 20px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-top: 15px !important;
    opacity: 0.7 !important;
    padding: 5px;
    width: 20px;
}

.image_modal .modal-header .close:hover{
	opacity: 1 !important;
}

.modal-body .attachment-full.wp-post-image {
    display: table;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.load-more-blog.portfolio, .load-more-blog.portfolio:focus {
  //margin-left: 0.5%;
  //width: 96.5%;
  display: inline-block;
  padding: 0.5rem 2rem;
  font-size: 16px;
  margin-top: 2rem;
  background: #0b97b9;
  color: #fff;
}

.avia_loading_icon, .avia_loading_icon::before, .avia_loading_icon::after{
  min-height: 20px;
}
.gs_portfolio_area .ajax-loader{
  margin: 2rem 0 0;
}
#portfolio-form .modal-dialog{
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
}
#portfolio-form .modal-header{
 background-color:#0B97BA;
 text-align:center;
 padding: 25px 20px;
 border-bottom:none;
}
#portfolio-form .modal-content{
 border-radius: 0px;
   border:none; 
   background-color:#f6fbff;
   
}

#portfolio-form .modal-body{

    padding: 30px 40px 20px;
}
#portfolio-form .modal-title{
color: #fff;
    font-size: 30px;
        line-height: 35px;
    font-weight: 600;
    
}
#portfolio-form input{
border-color:#9C9C9C;
padding-left:43px;
}
#portfolio-form .btn-success{
background-color:#76bd1d;
margin-top:50px;
padding:6px 0px;

}
#portfolio-form .input-group{
 width:100%;
 margin-top: -15px;
}
#portfolio-form .input-group img{
     max-width: 22px;
     max-height:none;
}
#portfolio-form .input-group-addon{
    top: 56%;
    padding: 3px 12px;
    width: 30px;
    display: table;
    transform: translateY(-50%);
}


/* Home New Banner */
.home-banner{
   min-height: 600px;
   display: flex;
   align-items: center;
   background-color: #f1f6fc;
   background-image: url(images/home-banner-bg.png);
   background-repeat: no-repeat;
   padding: 10rem 0 7rem;
}
.home-banner h2{
    color:#0b97b9;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 20px;
}
.home-banner p{
    font-size: 1.4rem;
    color: #000;
}
.home-banner .btn{
  margin-top: 2rem;
}
.owl-custom-carousel .owl-dot{
    background: none;
    border: none;
}
.owl-custom-carousel .owl-dots .owl-dot span{
    width: 33px;
    height: 6px;
    margin: 5px 4px;
    background-color: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-custom-carousel .owl-dots .owl-dot.active span{
   background: #0b97b9;
}
.owl-custom-carousel .owl-dots .owl-dot:focus{
  border:none;
  outline: none;
}

@media(max-width: 767px){
  .home-banner{
    min-height: auto;
    padding:10rem 0;
    padding: 5rem 0 2rem;
    text-align: center;
    background-size: 1000px;
    background-position: center top;
    display: block;
  }
  .home-banner h2{
    font-size: 2.2rem;
  }
   .home-banner img{
    margin-top: 2rem;
   }
   .owl-custom-carousel .owl-dots .owl-dot span{
        background-color: #b2f0ff;
   }
}