/*------------------------------------------------------------------ 
Theme Name: medsyn
Theme URI: http://gurutemplate.com/hostby-free-wordpress-theme/
Author: gurutemplate
Author URI: http://gurutemplate.com/
Description: A new Gutenberg-ready theme. Hostby theme is useful for any kind of hosting websites or startups who want to write up on hosting. This theme is fully responsive and well perform with all the resolutions also it is compatible with the latest version of WordPress and most popular plugins like contact form 7, woocommerce etc. This can be implement as an affiliate coupon website. Theme is based on the bootstrap so you need not to worry about the responsiveness of the website. hostby has  also very beautiful blog design  for the bloggers website. hotel, hostel, resort, apartment, room reservation,health trainers, yoga instructors, gym coach, lifestyle coach, fitness trainers, personal trainers, health consultants, nutritionists, physiotherapists, travel magazines, tourist destination, tourist hotels and airline agencies. it is bug-free to conform to the WordPress standards. Customization is a powerful tool provided by this theme to ensure good control over the site.   Hostby is made up with the SEO friendly. The theme is fully responsive, multi-browser compatible, translation ready and retina ready The theme is fully responsive, multi-browser compatible, translation ready and retina ready. This theme is suitable to create a professional event and conference website without writing a single line of code. Though this theme is focused on conference and event websites, it is a multipurpose theme which can be used to create other business and agency websites as well.  View Demo -  http://gurutemplate.com/hostby/  View Documentation - http://gurutemplate.com/docs/hostby-doc/index.html 
Version: 1.1.3
Tags: right-sidebar, custom-menu,e-commerce,one-column,grid-layout, footer-widgets, theme-options,custom-background,custom-header,custom-logo,editor-style,featured-images,full-width-template,threaded-comments,translation-ready,blog,portfolio
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hostby
/ *-------------------------------------------------------------------*/



/*--------------------------------------
	1. General Styles
----------------------------------------*/

body {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  background: #fff;
  font-weight: 400;
  /*color: #fff;*/
}
img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
      margin-bottom: 10px;
}
dt{
  font-weight: bolder;
  color:#707070;
}
p ,address,dd{
  font-size: 1em;
  margin: 0;
  font-weight: 400;
  line-height: 25px;
  color: #707070;
}

ul,
li,ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.wrapper {
  overflow: hidden;
}

@font-face
{
	src: url("https://medicalsynergy.com.au/wp-content/themes/medsyn/fonts/Eurosti.TTF");
	font-weight: 500;
	font-family: Eurostyle;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.host-btn {
  background-color: #131b31;
  border-radius: 60px;
  padding: 18px 30px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.host-slider1 .host-btn {
  font-size: 20px;
}

.form-control:focus,
.custom-select:focus {
  background-color: #fff;
  outline: 0;
}

.section-padding {
  padding: 80px 0;
}

.text-elip {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.center-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-white {
  background-color: #fff;
}

.pt-120 {
  padding-top: 120px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-20 {
  padding-bottom: 20px;
}

.btn-submit {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 0;
  cursor: pointer;
}

button,
label {
  cursor: pointer;
}

/*================== 
    preloader Css
  ==================*/

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/loader.gif") no-repeat center center;
}

/*================== 
    Top scroll button
  ==================*/

#goTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
	width: 40px;
}

/*--------------------------------------
	all titles css
----------------------------------------*/

.all-title {
  text-align: center;
}

.all-title h3 {
  font-size: 40px;
  position: relative;
  font-weight: 800;
  color: #131b31;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.title-border {
  position: absolute;
  width: 154px;
  margin: 0 auto;
  height: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title-border::after {
  content: "";
  position: absolute;
  top: 0;
  width: 63px;
  right: 0;
  height: 1px;
}

.title-border::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 62px;
  left: 0;
  height: 1px;
}

.title-border span::after {
  position: absolute;
  content: "";
  top: 0;
  right: 62px;
  border: 9px solid transparent;
  border-top: 13px solid;
}

.title-border span::before {
  position: absolute;
  content: "";
  left: 61px;
  bottom: 0;
  border: 9px solid transparent;
  border-bottom: 13px solid;
}

.all-title p {
  margin: 70px auto 55px;
  max-width: 750px;
}

/*--------------------------------------
	header Styles
----------------------------------------*/

.header-wrap {
  background-color: #fff;
  position: relative;
}

.head-detail {
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.header-blue .head-detail {
	color: #717075;
	margin-top: 20px;
}

.header-blue .head-detail:before,
.header-blue.header-wrap:after {
  display: none;
}

.header-blue .top-logs-area .cal-us {
  margin-left: 0;
}

.header-blue .logs .drops .drop-links {
  color: #fff;
      display: block;
      padding: 0 20px;
}

.top-logs-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-logs-area .cal-us {
  padding: 5px 0 0;
  margin-right: auto;
}

.top-logs-area .logs {
  padding: 5px 0 0;
  text-align: right;
}

.logs .drops {
  text-transform: capitalize;
  display: inline-block;
  border-right: 1px solid #707070;
}
.drops .drop-links {
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logs .drops:last-child {
  border-right: none;
}

.logs .drops:last-child .drop-links {
  padding-right: 0;
}

.drop-links i {
  font-weight: 700;
}

.languages .log-panel {
  opacity: 1;
  position: absolute;
  display: block;
  visibility: hidden;
  width: 200px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  right: 0;
  height: auto;
  background-color: #fff;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drops.languages:hover .log-panel {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
}

.login-panel,
.register-panel {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  right: 0;
  width: 340px;
  background-color: #fff;
  padding: 40px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.login:hover .login-panel,
.register:hover .register-panel {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
}

.login-form .form-control,
.register-form .form-control {
  margin-bottom: 20px;
  border-color: #ccc;
  border-radius: 5px;
  font-size: 15px;
  padding: 10px 16px;
}

.login-form .btn-submit,
.register-form .btn-submit {
  width: 100%;
  padding: 10px 0;
  border: 0;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.login-form .btn-submit:hover,
.register-form .btn-submit:hover {
  opacity: 0.8;
}

.log-panel .lang-links {
  border-bottom: 1px solid #ebebeb;
}

.log-panel .lang-links:last-child {
  border-bottom: none;
}

.lang-links img {
  margin-right: 20px;
}

.log-panel .lang-links:hover a {
  color: #fff;
}

.log-panel .lang-links a {
  color: #131b31;
  text-transform: capitalize;
  padding: 15px 20px;
  display: block;
}

.login-form h3 {
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.login-form p {
  margin-top: 20px;
  color: #131b31;
  text-transform: capitalize;
}

select {
  cursor: pointer;
  text-transform: capitalize;
}

.d-blue {
  background-color: #131b31;
}

/*--------------------------------------
	 Top-section
----------------------------------------*/

/*------- host-slider1 -------*/

.host-slider1 {
  position: relative;
  overflow: hidden;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}

.slide-table {
  display: table;
  width: 100%;
  height: 100%;
}

.slide-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.host-blue-warp .slide-text h2 {
  max-width: 100%;
  margin: 0;
  color:#fff;
}
.owl-item.active .slide-text h2 {
  -webkit-animation: 1s 0.2s fadeInUp both;
  animation: 1s 0.2s fadeInUp both;
}
.slide-text h2 {
  font-size: 50px;
  max-width: 632px;
  margin: 0 auto;
  font-weight: 800;
  text-transform: capitalize;
}

.slide-text .slide-para {
  max-width: 750px;
  margin: 0 auto;
  padding: 35px 0;
}
.owl-item.active .slide-text .slide-para {
  -webkit-animation: 1s 0.6s fadeInUp both;
  animation: 1s 0.6s fadeInUp both;
}

.host-pakage .host-btn {
  text-transform: uppercase;
  margin-top: -45px;
}
.owl-item.active .slide-text .host-pakage {
  -webkit-animation: 1s 0.8s fadeInUp both;
  animation: 1s 0.8s fadeInUp both;
}
.host-slider1{
  z-index: 0;
}

.host-pakage li {
  display: inline-block;
}

.host-pakage li p {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-right: 45px;
  padding: 0;
}

.host-slider1 p {
  color: #fff;
}

.host-pakage li span {
  font-size: 30px;
}

.host-slider1 .owl-item img {
  width: auto;
  height: 100vh;
  max-width: none;
  min-width: 100%;
}

.host-slider1 .owl-nav {
  margin: 0;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.host-slider1 .owl-nav .owl-prev,
.host-slider1 .owl-nav .owl-next {
  padding: 0;
  position: absolute;
  margin: 0;
  background: none;
}
.host-slider1 .owl-nav [class*=owl-]:hover{
  background-color: transparent
}

.host-slider1 .owl-nav .owl-prev {
  left: 0;
}
.host-slider1 .owl-nav .owl-next {
  right: 0;
}

.host-slider1 .owl-nav .owl-prev:hover.owl-prev i::after,
.host-slider1 .owl-nav .owl-next:hover.owl-next i::after {
  background: #fff;
}

.host-slider1 .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 35px;
}

.host-slider1 .owl-nav i {
  position: relative;
  padding: 0 15px;
  font-size: 30px;
}

.host-slider1 .owl-prev i::before {
  content: "\f104";
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.host-slider1 .owl-next i::before {
  content: "\f105";
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.host-slider1 .owl-prev i::after {
  content: "";
  position: absolute;
  width: 80px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  height: 100px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -48px;
  top: -27px;
  z-index: -1;
}

.host-slider1 .owl-next i::after {
  content: "";
  position: absolute;
  width: 80px;
  border-radius: 5px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -48px;
  top: -27px;
  z-index: -1;
}

.host-slider1 .owl-dots .owl-dot span {
  background: #fff;
  margin: 0 5px;
  height: 8px;
  width: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.host-slider1 .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

.host-slider1 .owl-dots .owl-dot.active span {
  width: 24px;
}

.host-blue-warp .slide-text {
  text-align: left;
}

.host-blue-warp .host-pakage .host-btn {
  margin-right: 20px;
  min-width: 190px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.host-blue-warp .host-slider1 .host-amt {
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
}
.owl-item.active .slide-text .host-amt {
  -webkit-animation: 1s 0.4s fadeInUp both;
  animation: 1s 0.4s fadeInUp both;
}

.host-blue-warp .host-amt span {
  color: #fff;
  font-size: 25px;
}

.host-rocket {
  text-align: right;
  position: relative;
}

.host-slider1 .owl-item .host-rocket img {
  position: absolute;
  height: auto;
  right: 0;
  top: -50px;
  min-width: 0;
  max-width: 300px;
  margin-left: auto;
}

.host-blue-warp .owl-dot span {
  width: 6px;
  height: 20px;
}

.host-blue-warp.owl-dot.active span {
  width: 6px;
  height: 30px;
}

.host-pakage .host-btn.host-btn-trans {
  background-color: transparent;
  border: 2px solid #fff;
  font-weight: 600;
}

.host-pakage .host-btn .host-btn-trans:hover,
.host-pakage .host-btn:hover {
  background-color: #fff;
}

/*--------------------------------------
	Search-domain
----------------------------------------*/

.search-domain {
  background-color: #131b31;
}

.search-domain p {
  color: #fff;
}

.top-line,
.top-line-b {
  position: relative;
}

.top-line::after,
.top-line-b::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  z-index: 2;
}

.top-line-b::after {
  background: #131b31;
}

.top-line::before,
.top-line-b::before {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 7px;
  left: 50%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top: 14px solid;
  z-index: 2;
}

.top-line-b::before {
  border-top-color: #131b31;
}

.search-domain h4 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  padding-top: 10px;
}

.search-domain .form-control {
  width: 74%;
  height: 60px;
  color: #707070;
  border: 1px solid #fff;
}

.form-text-search {
  border-radius: 50px 0 0 50px;
}

.domain-search-box .custom-select {
  background: none;
  height: 60px;
  border: none;
  padding-right: 0;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
}

.select-wrapper {
  position: relative;
  width: 12%;
  margin: 0 1%;
  background-color: #fff;
}

.select-wrapper:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 19px;
  color: #000;
  right: 14px;
  margin-left: 5px;
  pointer-events: none;
}

.domain-search-box .host-btn {
  width: 12%;
  height: 60px;
  font-size: 30px;
  padding: 0 13px 0 7px;
  border-radius: 0 50px 50px 0;
}

.domain-search-box .host-btn:hover {
  color: #000;
}

.searchs {
  margin-left: 20px;
  margin-top: 7px;
}

.searchs .domain-links {
  font-size: 12px;
  text-transform: capitalize;
  padding: 1px 10px;
  color: #fff;
  border-right: 1px solid #fff;
}

.searchs .domain-links:last-child {
  border-right: none;
}

/*--------------------------------------
	why us
----------------------------------------*/

.why-us,
.why-us-2 {
  text-align: center;
  position: relative;
}

.why-in-2 {
  position: relative;
  max-width: 400px;
  margin: 0 auto 35px;
}

.why-in h4 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  padding: 25px 0 10px;
}

.why-in-2 h4 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  padding: 0 0 10px;
}

.why-in-2 {
  text-align: left;
}

.why-in-2 .why-icon {
  position: absolute;
  left: 0;
}

.why-in-2 .why-content {
  padding-left: 60px;
}

/*--------------------------------------
	why we
----------------------------------------*/

.why-para p {
  text-align: left;
  margin-bottom: 20px;
}

.why-we .why-in-2 {
  margin: 0 auto 40px;
}

/*--------------------------------------
	service
----------------------------------------*/
.service {
	padding: 20px !important;
	margin: 0px auto 20px auto !important;
	text-align: center;
  	background-color: #fff;
	width: 80%;
	color: orange;
	font-weight: bold !important;
	border: 1px solid orange !important;
}
.service a,
.service i
{
	color: orange !important;
	font-weight: bold !important;
}
.service .list-group {
  display: block;
}

.service .list-group li {
  width: 23%;
  position: relative;
  display: inline-block;
  margin: 0 1%;
  float: left;
}

.service .list-group-item {
  width: 100%;
  position: relative;
  border-radius: 10px !important;
  border: 1px solid #131b31;
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  background-color: #fff;
  padding: 25px 0 18px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service .list-group-item.active {
  position: relative;
  color: #fff;
  background-color: #131b31;
  border-color: #131b31;
}

.service .list-group-item::after {
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, 89px);
  -ms-transform: translate(-50%, 89px);
  transform: translate(-50%, 89px);
  left: 50%;
  opacity: 0;
  border: 20px solid transparent;
  border-bottom: 20px solid #131b31;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service .list-group-item.active::after {
  opacity: 1;
  -webkit-transform: translate(-50%, 49px);
  -ms-transform: translate(-50%, 49px);
  transform: translate(-50%, 49px);
}

.service .list-group-item .tab-img {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}

.service .tab-content {
  width: 100%;
  padding-top: 40px;
}

.service .tab-pane {
  width: 98%;
  margin: 0 auto;
  background-color: #131b31;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
}

.service .tab-pane .panel-img {
  border-radius: 5px;
  overflow: hidden;
}

.service .tab-pane .panel-content h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  padding-bottom: 7px;
}

.service-2 .tab-pane .panel-content h4 {
  color: #000;
}

.service .tab-pane .panel-content h5 {
  font-size: 20px;
  font-weight: 400;
}

.service .tab-pane .panel-content p {
  color: #fff;
}

.service .panel-descrip {
  padding: 15px 0;
  position: relative;
}

.service .sub-panel-descrip li {
  padding: 2px 0;
  text-transform: capitalize;
}

.service .sub-panel-descrip li i {
  padding-right: 8px;
}

.service .sub-panel-descrip {
  width: 32%;
  display: inline-block;
}

/*--------------------------------------
	service-2
----------------------------------------*/

.service-2 {
  text-align: center;
  background-color: #fff;
}

.service-2 .service-item {
  padding: 30px;
  border: 1px solid #000;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-2 .service-item h4 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-2 .service-item img {
  width: auto;
  margin: 0 auto;
}

.service-2 .service-item p {
  padding: 30px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-2 .service-item:hover h4,
.service-2 .service-item:hover p {
  color: #fff;
}

.service-item .host-btn {
  color: #fff;
  font-size: 12px;
  margin: 0 auto;
  padding: 3px 3px 3px 13px;
  text-transform: capitalize;
  font-weight: 600;
}

.service-item .host-btn .i-round {
  background-color: #fff;
  color: #131b31;
  margin-left: 4px;
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item:hover {
  background-color: #131b31;
}

.service-item:hover .host-btn {
  background-color: #fff;
  color: #131b31;
}

.service-item:hover .host-btn .i-round {
  color: #fff;
  background-color: #131b31;
}

.service-item .host-btn:hover .i-round {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.service-slider .owl-nav {
  color: #000;
  position: relative;
}

.service-slider .owl-nav [class*="owl-"] {
  background-color: transparent;
  padding: 0;
  margin: 10px 10px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-slider .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}
.service-slider .owl-prev {
  border: 20px solid transparent;
  border-right: 20px solid #131b31;
  margin-right: 20px;
}

.service-slider .owl-next {
  border: 20px solid transparent;
  border-left: 20px solid #131b31;
}

/*--------------------------------------
	features
----------------------------------------*/

.feature {
  position: relative;
  text-align: center;
}

.feature .panel-wrap {
  margin: 0 auto;
  position: relative;
}

.feature .tab-content {
  position: relative;
  background: url(../img/home/feature.png) no-repeat;
  background-size: cover;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 50px 90px;
  overflow: hidden;
  z-index: 0;
}

.feature .tab-content::before,
.feature-2 .feature-content-holder::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.feature-2 .feature-box h3,
.feature .tab-content .tab-pane-f h3 {
  font-size: 22px;
  font-weight: 800;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin: 0 auto;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.feature .fea-detail .tab-pane-f {
  display: none;
}

.feature .fea-detail #tab-1 {
  display: block;
}

.feature .fea-detail .tab-pane-f p {
  color: #fff;
}

.feature .fea-descrip.first {
  position: relative;
}

.feature .fea-descrip.second {
  position: relative;
}

.feature .feature-item {
  width: 100%;
  margin: 40px 0;
  position: relative;
  display: block;
}

.feature .fea-descrip .feature-item-link {
  color: #000;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 22px 0;
  text-transform: uppercase;
}

.feature .fea-descrip .feature-item-link .fea-text {
  z-index: 99;
  position: relative;
  display: inline-block;
  padding: 0 13px;
  background-color: #fff;
}

.feature.hosting-fea .fea-descrip .feature-item .feature-item-link .fea-text {
  background-color: #fff;
}

.feature-item .dot {
  color: #959595;
}

.feature .fea-descrip.first .dot {
  position: relative;
  display: block;
  z-index: 0;
}

.feature .fea-descrip.second .dot {
  position: relative;
  display: block;
  z-index: 0;
}

.feature .fea-descrip.first .dot:before {
  left: 81%;
  top: -22px;
  position: absolute;
  letter-spacing: 2px;
  font-size: 32px;
  white-space: nowrap;
  content: "....................... ";
  z-index: -1;
}

.feature .fea-descrip.second .dot:before {
  right: 81%;
  top: -22px;
  position: absolute;
  letter-spacing: 2px;
  font-size: 32px;
  white-space: nowrap;
  content: "........................";
  z-index: -1;
}

.feature .fea-descrip.first .f-item-icon,
.feature .fea-descrip.second .f-item-icon {
  width: 65px;
  padding: 13px;
  height: 65px;
  top: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #131b31;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature .fea-descrip .feature-item.current .f-item-icon {
  border: 1px solid;
}

.feature .fea-descrip.first .f-item-icon {
  position: absolute;
  right: -195px;
}

.feature .fea-descrip.first .feature-item:nth-child(2) .f-item-icon {
  position: absolute;
  right: -155px;
}

.feature .fea-descrip.second .feature-item .f-item-icon {
  position: absolute;
  left: -195px;
}

.feature .fea-descrip.second .feature-item:nth-child(2) .f-item-icon {
  position: absolute;
  left: -155px;
}

.feature-2 .panel-wrap {
  max-width: 540px;
  margin: 0 auto;
  position: relative;
}

.feature-2 .feature-content-holder {
  position: relative;
  background: url(../img/home/feature.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
  padding: 70px 50px;
  overflow: hidden;
  z-index: 0;
}

.feature-2 .feature-image {
  display: none;
}

.feature-list-group {
  position: relative;
  padding-left: 280px;
}

.feature-2 .feature-content-holder p {
  color: #fff;
}

.feature-2 .feature-box {
  display: none;
}

.feature-2 .feature-list-group li {
  padding: 24px 0;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.feature-2 .features-tab,
.feature-2 .features-tab:hover {
  color: #000;
}

.feature-2 .f-holder .f-item-icon {
  width: 65px;
  padding: 13px;
  height: 65px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  left: -88px;
  top: 0;
  border: 1px solid #131b31;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#disk {
  display: block;
}

/*--------------------------------------
	Plans
----------------------------------------*/

.plans {
  position: relative;
  background: #fff;
}

.plan-wrap {
  color: #000;
  text-align: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.plan-wrap .popular {
  position: absolute;
  top: -25px;
  left: 50%;
  padding: 0 40px;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.plan-wrap .popular span {
  position: relative;
  display: block;
  z-index: 0;
  padding: 3px 20px 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.plan-wrap .popular::after {
  position: absolute;
  content: "";
  width: 22px;
  top: 3px;
  z-index: -5;
  right: 35px;
  -webkit-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
  height: 36px;
}

.plan-wrap .popular::before {
  position: absolute;
  content: "";
  width: 22px;
  top: 3px;
  z-index: -5;
  left: 35px;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
  height: 36px;
}

.plan-wrap .plan-heading {
  background-color: #ebebeb;
  padding: 16px 0;
  position: relative;
}

.plan-heading h4 {
  font-size: 30px;
  font-weight: 700;
}

.plan-heading h4 span {
  font-size: 15px;
}

.plan-body {
  position: relative;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.plan-wrap .plan-body::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  border: 30px solid transparent;
  border-top: 20px solid;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.plan-wrap.active .plan-body,
.plan-wrap.active .plan-footer {
  background-color: #131b31;
}

.plan-wrap.active .plan-body::after {
  border-top-color: #131b31;
}

.plan-body .plan-body-img {
  background-color: #fff;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 50%;
}

.plan-body h5 {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 10px;
  color: #fff;
}

.plan-wrap .plan-features {
  padding: 20px 0;
}

.plan-features li {
  padding: 13px 0;
  text-transform: capitalize;
}

.plan-features li i {
  margin-right: 5px;
}

.plan-features .wrong {
  color: #717171;
}

.plan-features .right {
  color: #000;
}

.plan-features .wrong i {
  color: #131b31;
}

.plan-wrap .plan-footer {
  background-color: #ebebeb;
  padding: 17px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.plan-footer .host-btn {
  color: #fff;
  margin: 0 auto;
  padding: 3px 3px 3px 13px;
  text-transform: capitalize;
  font-size: 12px;
}

.plan-footer .host-btn:hover {
  opacity: 0.8;
}

.plan-footer .host-btn .i-round {
  background: #fff;
  color: #131b31;
  margin-left: 4px;
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.plan-footer .host-btn:hover .i-round {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.single-pricing-item {
  overflow: hidden;
}

.single-pricing-item .price-item {
  width: 25%;
  float: left;
}

.plans-2 .plan-body {
  padding: 30px 0;
}

.plans-2 .plan-features li {
  padding: 10px 0;
}

.single-pricing {
  padding: 5px 0;
}

.single-pricing-item .price-heading {
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price-heading::after {
  position: absolute;
  content: "";
  right: -48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 28px solid transparent;
  border-left: 20px solid;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-pricing-item .plan-features {
  color: #717171;
  padding-left: 50px;
  text-align: left;
  position: relative;
}

.plans-2 .plan-footer {
  background-color: #ebebeb;
  padding: 27px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plans-2 .plan-footer h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  padding-bottom: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plans-2 .plan-footer span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.best-sale .single-pricing-item .price-heading,
.best-sale .plan-footer {
  background-color: #131b31;
}

.best-sale .price-heading::after {
  border-left-color: #131b31;
}

.best-sale .plan-footer h3 {
  color: #fff;
}

.best-sale .host-btn {
  background-color: #fff;
}

.best-sale .host-btn .i-round {
  color: #fff;
}

.best-banner {
  position: absolute;
  left: -54px;
  top: 30px;
  content: "";
  padding: 1px;
  width: 200px;
  text-transform: capitalize;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-weight: 700;
}
/*--------------------------------------
	vps
----------------------------------------*/

.vps {
  position: relative;
  overflow-x: hidden;
}

.vps .all-title {
  margin-bottom: 100px;
}

.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vps .tableCell {
  display: table-cell;
  text-align: right;
  width: 100%;
}

.tableCell:first-child {
  display: block;
}

.bullet-bg {
  background-color: #fff;
  padding: 30px 5% 16px;
  border-radius: 10px;
  margin: 0 1%;
}

.bulletWrap {
  position: relative;
  margin: 0 auto;
}

.bulletWrap .before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 4px;
  background: #ccc;
  width: 99%;
  z-index: 0;
}

.bulletWrap .after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 4px;
  z-index: 0;
}

.bulletWrap .slide a {
  top: -1px;
  left: -1px;
  width: 8px;
  height: 8px;
  color: #ffffff;
  display: inline-block;
  border-radius: 100%;
  background-color: #cccccc;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  border: 3px solid transparent;
}

.bulletWrap .slide a.active,
.bulletWrap .slide a:hover {
  width: 20px;
  top: 4px;
  height: 20px;
  border: 4px solid;
}

.slide a i {
  font-size: 35px;
  line-height: 76px;
}

.vps .tab {
  margin-top: 10px;
}

.vps-content {
  padding-top: 20px;
  display: none;
  text-align: center;
  color: #000;
  position: relative;
}

#vps-3 {
  display: block;
}

.vps-content .vps-item {
  width: 23%;
  margin: 0 1%;
  float: left;
  border-radius: 10px;
}

.vps-item .vps-name {
  width: 100%;
  background-color: #fff;
  border: 1px solid #959595;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 5px 0;
}

.vps-item .vps-price {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
}

.vps-content .cost {
  width: 100%;
  margin-top: 30px;
  font-size: 40px;
  font-weight: 700;
  display: block;
  line-height: 1;
}

.vps-content .cost span {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
  text-transform: capitalize;
}

.vps-tooltip {
  position: absolute;
  content: "";
  top: -67px;
  left: -33px;
  text-align: center;
  font-weight: 700;
  width: 73px;
  border-radius: 8px;
  padding: 5px 0 3px;
  text-transform: uppercase;
  display: none;
}

.slide a.active .vps-tooltip {
  display: block;
}

.vps-tooltip::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -24px;
  border: 10px solid transparent;
  border-top: 16px solid;
}

.vps .order {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.vps .host-btn {
  background-color: transparent;
  padding: 17px 29px;
  color: #000;
  border: 2px solid #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.vps .host-btn:hover {
  background-color: #131b31;
  color: #fff;
}

/*--------------------------------------
	pro-faq
----------------------------------------*/

.pro-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project,
.faq {
  width: 50%;
}

.project {
  position: relative;
  background-color: #131b31;
}

.project-wrap {
  max-width: 560px;
  margin: 0 auto;
  padding: 75px 0;
}

.pro-item .funfact {
  width: 48%;
  float: left;
  padding: 50px 35px;
  border: 2px solid;
  margin: 1%;
}

.fun-in {
  position: relative;
  padding-left: 59px;
}

.fun-icon {
  position: absolute;
  left: 0;
}

.fun-in h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}

.fun-in h5 {
  text-transform: capitalize;
  font-size: 15px;
}

.faq {
  position: relative;
  background-color: #fff;
}

.faq .all-title {
  padding-bottom: 70px;
}

.faq-wrap {
  max-width: 530px;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
}

.card {
  margin-bottom: 10px;
  border: 0;
  border-radius: 0;
}

.card-header {
  padding: 0;
  border-radius: 0;
  border-bottom: 0;
  background-color: transparent;
}

.acc-head::after {
  position: absolute;
  content: "\f068";
  font-family: "FontAwesome";
  top: 11px;
  left: -9px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 5px;
  font-size: 12px;
  padding: 3px 4px;
}

.acc-head.collapsed::after {
  content: "\f067";
}

.acc-head {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  display: block;
  color: #fff;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.acc-head.collapsed::after {
  color: #000;
  border: 1px solid #000;
}
.acc-head.collapsed {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}

.acc-head:hover {
  color: #fff;
}

.acc-head.collapsed:hover {
  color: #000;
}

.card-body {
  margin: 6px 10px;
  padding: 10px 20px;
}

/*--------------------------------------
	portfolio
----------------------------------------*/

.portfolio {
  text-align: center;
}

.portfolio .all-title {
  padding-bottom: 70px;
}

.portfolio-sort {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 45px;
}

.sorting {
  background-color: #fff;
  border-radius: 100px;
  overflow: hidden;
}

.portfolio .sort-btn {
  color: #707070;
  padding: 9px 30px;
  display: inline-block;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.portfolio .sort-btn.active {
  color: #000;
}

.port-item {
  margin: 15px auto;
}

.portfolio-inner {
  position: relative;
}

.portfolio-inner img {
  width: 100%;
}

.dimmer {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid transparent;
  opacity: 0;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  overflow: hidden;
}

.port-item:hover .dimmer {
  opacity: 1;
}

.dimmer h4 {
  text-align: left;
  text-transform: capitalize;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
}

.dimmer h4 a {
  color: #fff;
}

.portfolio-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
}

.portfolio-overlay a {
  width: 80px;
  padding-top: 12px;
  color: #fff;
  height: 50px;
  float: left;
  font-size: 21px;
  opacity: 0;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.portfolio-overlay a.popup {
  border-right: 2px solid #000;
}

.port-item:hover .portfolio-overlay a {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.nav-next div,
.nav-previous div {
  color: transparent;
}

.nav-next:after {
  content: "";
  color: #000;
  position: absolute;
  border: 19px solid transparent;
  border-left: 29px solid #fff;
  padding: 2px;
  top: 50%;
  font-size: 20px;
  z-index: 1;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-previous:after {
  content: "";
  color: #000;
  position: absolute;
  border: 19px solid transparent;
  border-right: 29px solid #fff;
  padding: 2px;
  top: 50%;
  font-size: 20px;
  z-index: 1;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------
	team
----------------------------------------*/

.team-wrap {
  position: relative;
  text-align: center;
}

.team-members {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-members .item {
  color: #000;
  margin: 0 15px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #000;
  z-index: 0;
  cursor: pointer;
}

.team-members .item-in img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 10px;
  width: 100%;
}
.team-expert .item-in img {
  filter: none;
}
.team-slider .owl-nav {
    margin-top: 0;
    color: #000;
    position: absolute;
    width: 100%;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
}
.team-slider .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  padding: 0;
  background: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
  border-radius: 0;
}
.team-slider .owl-nav [class*=owl-]:hover{
	background: transparent;
}
.team-slider .owl-prev {
  left: -40px;
  border: 20px solid transparent;
  border-right: 20px solid #000;
}

.team-slider .owl-next{
  right: -40px;
  border: 20px solid transparent;
  border-left: 20px solid #000;
}

.team-members .team-detail {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 27px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #000;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-detail .team-name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 7px;
}

.team-expert .team-name,
.team-expert .team-detail h5 {
  font-size: 20px;
}

.team-detail .team-name a {
  color: #131b31;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-detail h5 {
  text-transform: capitalize;
  color: #707070;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-hover {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-hover .team-socials li {
  display: inline-block;
  padding: 0 13px;
}

.team-members .item:hover img {
  -webkit-filter: none;
  filter: none;
}

.item:hover .team-hover {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.team-members .item:hover .team-detail h5,
.team-members .item:hover .team-name a {
  color: #fff;
}

.team-socials a {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-socials a:hover {
  color: #131b31;
}

/*--------------------------------------
	testimonial
----------------------------------------*/

.testimonial {
  position: relative;
  text-align: center;
  background: #000 url(../img/home/client-bg.jpg);
  background-size: cover;
  z-index: 0;
  text-align: center;
  overflow: hidden;
}

.testimonial::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(19, 27, 49, 0.9);
  z-index: -1;
}

.testimonial .slick-slide {
  outline: 0;
  cursor: pointer;
}

.testimonial .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.testimonial .slick-dots li button {
  padding: 0;
}

.testi-slider .slick-slide .testi-avtar {
  position: relative;
  width: 199px;
  height: 199px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  margin: 0 auto;
  border-radius: 50%;
  border: 8px solid #ccc;
  opacity: 0.3;
  bottom: -49px;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testi-slider .slick-slide .testi-avtar img {
  border-radius: 50%;
}

.testi-slider .slick-center .testi-avtar {
  width: 195px;
  height: 195px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  padding: 5px;
  margin: 0 auto;
  border-radius: 50%;
  opacity: 1;
  bottom: 0;
}

.testi-designation-slider {
  padding: 35px 0 0;
}

.client-desig p {
  color: #fff;
  max-width: 660px;
  margin: 0 auto;
}

.client-desig h4 {
  font-size: 15px;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 40px;
  text-transform: capitalize;
}

.testi-designation-slider .slick-dots {
  position: relative;
  bottom: 0;
  height: 26px;
}

.testi-designation-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.testi-designation-slider .slick-dots li button:before {
  content: "";
}

.testi-2 .testi-designation-slider .slick-dots li button {
  background-color: #fff;
  height: 20px;
  width: 3px;
  border-radius: 10px;
  margin: 0 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testi-designation-slider .slick-dots li button {
  background: #fff;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testi-designation-slider .slick-dots li.slick-active button {
  width: 24px;
}

.testi-2 .testi-designation-slider .slick-dots li.slick-active button {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  height: 30px;
  width: 6px;
}

.testi-2 .testi-designation-slider .slick-dots li button {
  width: 6px;
}

.slick-dots li button:before {
  width: auto;
}

/*--------------------------------------
	our blogs
----------------------------------------*/

.blog .all-title {
  padding-bottom: 70px;
}

.blog-item {
  margin: 0 auto 30px;
}

.blog-item iframe {
  width: 100%;
  height: auto;
}

.post-img {
  overflow: hidden;
  position: relative;
  min-height: 30px;
}

.post-img img {
  width: 100%;
}

.blog-item .post-content {
  margin-top:5px;
  background-color: #fff;
  padding: 40px 20px;
}

.blog-item .post-meta {
  color: #fff;
  position: absolute;
  padding: 3px 10px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.post-meta p {
  font-size: 30px;
  color: #fff;
  margin-bottom: 4px;
}

.post-meta span {
  color:#fff;
}

.post-content h4 {
  margin-bottom: 20px;
}

.post-content h4 a {
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-bottom {
  background-color: #ebebeb;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-bottom .post-admin {
  color: #707070;
  font-size: 14px;
  text-transform: capitalize;
  float: left;
  padding: 7px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-bottom .post-admin i {
  margin-right: 6px;
}

.post-bottom .host-btn {
  float: right;
  font-size: 12px;
  color: #fff;
  margin: 0 auto;
  padding: 3px 3px 3px 13px;
  text-transform: capitalize;
}

.post-bottom .host-btn .i-round {
  background-color: #fff;
  color: #131b31;
  margin-left: 4px;
  width: 24px;
  height: 24px;
  padding-top: 6px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-bottom .host-btn:hover .i-round {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

/*--------------------------------------
	partners section
----------------------------------------*/

.partner {
  background-color: #fff;
  color: #000;
}

.partner-item {
  position: relative;
  min-height: 300px;
  border-left: 1px solid #ebebeb;
  cursor: e-resize;
}

.partner .owl-carousel .owl-item img {
  width: auto;
}

.partner-item img {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 50%;
  top: 125px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.partner-item:hover img {
  opacity: 0.6;
}

/*--------------------------------------
	host-subscribe
----------------------------------------*/

.host-subscribe {
  width: 100%;
  position: absolute;
  margin-top: -50px;
  text-align: center;
  z-index: 2;
}

.subscribe-box {
  width: 85%;
  height: 110px;
  margin: 0 auto;
  border-radius: 100px;
  padding: 30px 0;
}

.sub-wrap {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}

.subs-heading {
  float: left;
}

.subs-heading h3 {
  font-size: 40px;
  font-weight: 800;
  text-transform: capitalize;
  padding: 5px 0;
  color:#fff;
}

.subs-btn {
  float: right;
}

.subs-btn .host-btn {
  text-transform: uppercase;
  background-color: #fff;
  font-size: 20px;
}

.subs-btn .host-btn:hover {
  background-color: #131b31;
  color: #fff;
}

/*--------------------------------------
	footer
----------------------------------------*/

.footer {
	background-color: #fff;
	padding-top: 60px;
	color: gray;
}

.footer-content {
  padding: 40px 0;
}

.footer p {
  color: gray;
}

.contact-menu {
  padding-right: 50px;
}

.foot-heading {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  
  color:gray;
}

.contact-menu li {
  margin-top: 36px;
  position: relative;
}

.contact-menu li i {
  position: absolute;
  left: 0;
  top: 4px;
}

.contact-menu li p {
  padding-left: 25px;
}

.quick-link li,
.host-links li {
  padding-top: 20px;
}

.quick-link li:first-child,
.host-links li:first-child {
  padding-top: 0;
}

.quick-link li a,
.host-links li a {
  position: relative;
  padding-left: 30px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.quick-link li a:after,
.host-links li a:after {
  font-size: 12px;
  content: "\f068";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 2px;
}

.quick-link li a:hover,
.host-links li a:hover {
  padding-left: 40px;
}

.footer-form .form-control {
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #131b31;
}

.footer-form .btn-submit {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  opacity: 0.8;
}

.footer-social li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

.footer-blue .footer-social li {
  margin-right: 3px;
}

.footer-social li:last-child {
  margin-right: 0;
}

.footer-social li a {
  background-color: #fff;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  color: #131b31;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-social li a {
  width: 30px;
  height: 30px;
}

.footer-social a i {
  padding-top: 7px;
  font-size: 18px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.footer-social a:hover i {
  color: #fff;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.footer-copyright {
  text-align: center;
  padding: 30px;
  border-top: 1px solid #343843;
}

.footer-copyright p {
  text-align: center;
  text-transform: capitalize;
}

.footer-copyright a {
  font-weight: 600;
}
.footer-copyright span{
  color:#fff;
}
/*--------------------------------------
	top-banner
----------------------------------------*/
.top-banner {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	text-align: center;
	margin: 30px -7px;
	background-position: top;
	filter: blur(5px);
}

.banner-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 170px 0 160px;
  color:#fff;
}
.banner-overlay2 {

  padding: 200px 0 160px;
  color:#000;
}

.top-banner h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.banner-links {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 0;
}
.banner-links .breadcrumbs-inner a span:last-child{
  color: #fff
}
.banner-links .breadcrumbs-inner span:last-child{
  color: #000
}
.banner-links ul {
  display: inline-block;
  padding: 20px 70px;
  border-radius: 100px;
  z-index: 9;
}

.banner-links li {
  display: inline-block;
}

.banner-links li a,
.banner-links li span {
  text-transform: uppercase;
  color: #fff;
  padding: 0 7px;
}

.banner-links li .active {
  color: #000;
}

.banner-links li a:hover {
  opacity: 0.8;
}

/*--------------------------------------
	our history
----------------------------------------*/
.timeline-container {
  position: relative;
  text-align: center;
}
.timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
}

.timeline-block {
  margin-bottom: 40px;
}

.timeline-block:last-child {
  margin-bottom: 0;
}

.timeline-block {
  position: relative;
}

.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-block:first-child {
  margin-top: 0;
}

.timeline-block:last-child {
  margin-bottom: 0;
}

.timeline-img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid;
  z-index: 9;
}

.timeline-img i {
  color: #000;
  font-size: 15px;
  padding-top: 8px;
}

.timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 20px;
  background: #fff;
}

.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-heading {
  color: #fff;
  padding-top: 55px;
  position: relative;
  background-color: #131b31;
}

.timeline-content h2 {
  font-size: 20px;
  top: 7px;
  left: -10px;
  right: -10px;
  position: absolute;
  padding: 12px 0;
  font-weight: 700;
}

.timeline-content h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}

.timeline-content p {
  margin: 20px 25px 35px;
}

/*--------------------------------------
	counters
----------------------------------------*/
.counting {
  background-color: #131b31;
  padding: 70px 0;
}

.counting .funfact {
  padding: 30px 0;
}

/*--------------------------------------
	guest-form
----------------------------------------*/
.guest-form {
  color: #000;
}

.guest-form p {
  color: #000;
}

.form-container {
  background-color: #fff;
  padding: 70px 60px;
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}

.guest-form h3 {
  font-size: 18px;
  text-transform: capitalize;
  padding-bottom: 40px;
}

.guest-form h3 a {
  font-weight: 700;
}

.guest-form h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 25px;
}

.form-group span {
  text-transform: capitalize;
}

.guest-form .form-control {
  margin: 3px 0 20px;
  text-transform: capitalize;
  border: 1px solid #ccc;
  padding: 8px;
}

.total-items li {
  display: inline-block;
  float: left;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 10px;
  text-transform: capitalize;
}

.total-items .total-unit {
  width: 63%;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.total-items .total-price {
  width: 37%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.total-items .btn-submit:hover {
  color: #fff;
}

.bill-address {
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 50px;
  margin-top: 25px;
  position: relative;
}

.bill-address a {
  text-transform: capitalize;
  position: absolute;
  right: 30px;
  top: 30px;
}

.bill-address a i {
  margin-right: 5px;
}

.payment-method h4 {
  padding-bottom: 15px;
}

.payment-method p {
  padding-bottom: 25px;
}

.form-check-input {
  position: relative;
  margin: 0;
}

.payment-method .form-control {
  margin-top: 30px;
  margin-bottom: 0;
  position: relative;
}
.payment-method label {
  margin: 0;
}
.pay-card {
  position: absolute;
  right: 27px;
  top: 37px;
}

.mark {
  position: absolute;
  top: 36px;
  right: 20px;
  font-size: 20px;
  background-color: #fff;
}

.valid {
  position: absolute;
  top: 13px;
  font-size: 13px;
}

.payment-method .btn-submit {
  margin-top: 30px;
}

/*--------------------------------------
	domain-pricing
----------------------------------------*/
.dmoain-pricing {
  color: #000;
}

.dmoain-pricing table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.dmoain-pricing table .domain-head {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.dmoain-pricing table .domain-head th {
  border-right: 2px solid #fff;
}

.dmoain-pricing table .domain-head th:last-child {
  border-right: none;
}

.dmoain-pricing table th {
  padding: 11px 0;
  text-align: center;
  font-weight: 600;
}

.dmoain-pricing table td {
  padding: 23px 0;
  text-align: center;
  font-weight: 700;
  color: #707070;
}

.dmoain-pricing table th,
.dmoain-pricing tbody tr td:nth-child(1) {
  text-transform: uppercase;
}

.dmoain-pricing tbody tr td:nth-child(1) {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
/*--------------------------------------
	faq-ask
----------------------------------------*/
.faq-ask h4 {
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 40px;
  color: #000;
  text-transform: uppercase;
}

.ask-quest .form-control {
  margin-bottom: 30px;
  text-transform: capitalize;
  border: 1px solid #ccc;
  padding: 8px;
  resize: none;
}

.ask-quest .btn-submit {
  font-size: 20px;
}
/*--------------------------------------
	host-process
----------------------------------------*/
.host-process {
  background-color: #131b31;
  text-align: center;
}

.process-item {
  width: calc(100% / 3);
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1;
}

.process-item:last-child::after {
  display: none;
}

.process-img {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border: 4px solid;
  border-radius: 50%;
  padding-top: 20px;
  background-color: #131b31;
}

.process-item h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  margin-top: 25px;
}

/*--------------------------------------
	sign in/sign-up
----------------------------------------*/
.sign-in-wrap,
.sign-up-wrap {
  padding: 80px 100px;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
}

.sign-in h3,
.sign-up h3 {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #131b31;
}

.sign-in p,
.sign-up p {
  color: #000;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
}

.sign-in .form-control,
.sign-up .form-control {
  margin-bottom: 25px;
  margin-top: 3px;
  padding: 8px;
}

.sign-in span i {
  margin-left: 15px;
  margin-right: 3px;
}

.sign-in .btn-submit,
.sign-up .btn-submit {
  margin-top: 25px;
}

/*--------------------------------------
	what we do
----------------------------------------*/
.what-we-do .all-title {
  padding-bottom: 20px;
}

.what-we-do .service-item {
  margin-top: 50px;
}

/*--------------------------------------
	our team
----------------------------------------*/
.team-dedicated .item,
.team-expert .item {
  margin: 0;
  margin-top: 50px;
}

/*--------------------------------------
	contact-us
----------------------------------------*/

.support-item {
  padding: 25px 0;
  margin-bottom: 40px;
  text-align: center;
  border-radius: 10px;
}

.support-item-icon i {
  font-size: 35px;
}

.support-item a {
  color: #fff;
  font-size: 20px;
  display: block;
  font-weight: 800;
  padding: 10px 0 5px;
  text-transform: capitalize;
}

.support-item p {
  color: #fff;
}

.contact-us .form-control {
  margin: 0 0 30px;
  text-transform: capitalize;
  border: 1px solid #ccc;
  padding: 8px;
}

.contact-us h3 {
  color: #131b31;
  padding: 40px 0;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
}

.contact-adress {
  border-width: 1px;
  border-style: solid;
  padding: 15px 20px;
  border-radius: 10px;
}

.contact-adress h4 {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.contact-adress p {
  position: relative;
  padding-left: 30px;
}

.contact-adress p i {
  position: absolute;
  top: 4px;
  left: 0;
}

/*--------------------------------------
	google-map
----------------------------------------*/
#host-map {
  height: 500px;
  width: 100%;
}

/*--------------------------------------
	page-404
----------------------------------------*/
.page-404 {
  background:#0a4388;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.page-404 h3 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

.page-404 h4 {
  font-size: 200px;
  font-weight: 800;
}

.page-404 .host-btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  text-transform: capitalize;
  margin-top: 40px;
}

.page-404 .host-btn:hover {
  color: #fff;
  opacity: 0.8;
}

/*--------------------------------------
	portfolio-colummns-page
----------------------------------------*/
.portfolio-columns {
  background-color: #fff;
}

.project-detail-slider {
  margin-bottom: 30px;
  overflow: hidden;
}

.project-detail-slider .owl-nav .owl-prev,
.project-detail-slider .owl-nav .owl-prev:hover,
.project-detail-slider .owl-nav .owl-next,
.project-detail-slider .owl-nav .owl-next:hover {
  background: transparent;
}

.project-detail-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  padding: 4px;
}

.project-detail-slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  padding: 4px;
}

.project-detail-slider .owl-nav .owl-prev:hover i::after,
.project-detail-slider .owl-nav .owl-next:hover i::after {
  background-color: #fff;
}

.project-detail-slider .owl-nav i {
  font-size: 18px;
}

.project-detail-slider .owl-nav .owl-prev i::after {
  content: "";
  position: absolute;
  width: 70px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  height: 100px;
  left: -53px;
  top: 50%;
  -webkit-transform: translateY(-42%) rotate(45deg);
  -ms-transform: translateY(-42%) rotate(45deg);
  transform: translateY(-42%) rotate(45deg);
  z-index: -1;
}

.project-detail-slider .owl-nav .owl-next i::after {
  content: "";
  position: absolute;
  width: 70px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  height: 100px;
  right: -53px;
  top: 50%;
  -webkit-transform: translateY(-42%) rotate(-45deg);
  -ms-transform: translateY(-42%) rotate(-45deg);
  transform: translateY(-42%) rotate(-45deg);
  z-index: -1;
}

.thumbnail-slider .owl-item .item {
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.thumbnail-slider .owl-item.current .item {
  opacity: 1;
}

.project-detail-slider.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pro-description {
  padding: 50px 0 30px;
}

.project-detail h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 30px;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.pro-description p {
  padding-bottom: 30px;
}

.pro-overview .descrip,
.pro-social {
  color: #000;
  text-transform: capitalize;
  border-bottom: 1px solid;
  padding: 13px 0;
  position: relative;
  padding-left: 95px;
}
.pro-overview .descrip {
  color: #707070;
}
.pro-overview .descrip span,
.pro-social span {
  font-weight: 700;
  position: absolute;
  left: 0;
}
.pro-overview .descrip span {
  color: #131b31;
}
.pro-overview .descrip a {
  text-transform: lowercase;
}

.pro-social {
  border: none;
  margin-bottom: 40px;
}

.pro-social a {
  width: 30px;
  height: 30px;
  background-color: #131b31;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  text-align: center;
  padding-top: 5px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*--------------------------------------
	hosting-pagination
----------------------------------------*/
.host-pagination,.navigation{
  margin-top: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  width: 100%;
  font-weight: 600;
}

.page-numbers,
.page-numbers.current{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 3px;
  color: #131b31;
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
}
.page-numbers.current,
.page-numbers:hover{
  background-color: #03bfda;
  color: #fff;
}

.host-pagination a:hover {
  opacity: 0.6;
}

.pagination-item {
  display: inline-block;
}

.pagination-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 5px;
}

.pagination-item.active a,
.pagination-item:hover a {
  color: #fff;
}

.page-prev,
.page-next,.next,.prev {
  padding-top: 5px;
}

.pagination .next{
  width: auto;
  height: auto;
  float: right;
  background: transparent;
  color: #131b1b;
}

.pagination .prev{
  width: auto;
  height: auto;
  float:left;
  background: transparent;
  color: #131b1b;
}

.page-prev i,.prev i {
  padding-right: 10px;
}

.page-next i,.next i {
  padding-left: 10px;
}
.screen-reader-text,.comment-notes{
  display:none;
}

/*--------------------------------------
	blog-columns
----------------------------------------*/
.blog-meta {

  padding: 10px 20px;
}

.blog-meta p {
  color: #fff;
  text-transform: uppercase;
}

.blog-meta a {
  color: #fff;
}

.blog-meta a i {
  padding-right: 10px;
}

.blog-col .blog-item .post-content {
  margin-top: 0;
  border-top: none;
  padding: 20px;
}

.blog-col .post-content h4 {
  margin-bottom: 10px;
}

.widget {
  padding: 0px 0 0px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.widget h3 {
  background-color: #131b31;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}

.search-widget .form-control {
  border-radius: 0;
  border: 1px solid;
  border-right: 0;
  padding: 8px;
}

.btn-widget {
  border-radius: 0;
  background-color: #131b31;
  color: #fff;
  padding: 10px 16px;
  font-size: 20px;
  position: relative;
}

.btn-widget::after {
  position: absolute;
  content: "";
  height: 52px;
  width: 5px;
  top: -1px;
  left: -5px;
  z-index: 4;
}

.btn-widget::before {
  position: absolute;
  content: "";
  border: 7px solid transparent;
  left: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}

.border-arrow {
  position: relative;
}

.border-arrow::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.border-arrow::before {
  position: absolute;
  content: "";
  border: 7px solid transparent;
  left: 50%;
  bottom: -14px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
}
.widget .gallery{
  padding: 15px;
}
.widget-items,.widget ul,.widget .gallery,.tagcloud,.textwidget {
  border-top: none;
  padding: 0px;
  background-color: #fff;
}

.widget-items img {
  width: 100%;
}

.cat-items {
  position: relative;
}
.cat-items:last-child h4 {
  border-bottom: 0;
}
.cat-items h4 {
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
}

.cat-items h4::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-top: 7px solid;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cat-items.active h4::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 40%;
  right: 5px;
}

.sub-item li {
  text-transform: capitalize;
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.sub-item {
  display: none;
  margin-bottom: 10px;
}

.sub-item li a {
  color: #959595;
  display: block;
}

.sub-item li span,
.archive-item span {
  position: absolute;
  background-color: #131b31;
  width: 23px;
  height: 23px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  text-align: center;
  padding-top: 3px;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
}

.post-list-group li {
  width: 50%;
  text-align: center;
  float: left;
  text-transform: uppercase;
  position: relative;
}

.post-list-group li.current {
  background-color: #131b31;
}

.post-list-group li.current::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  bottom: -5px;
  left: 0;
  z-index: 4;
}

.post-list-group li.current::before {
  position: absolute;
  content: "";
  border: 7px solid transparent;
  left: 50%;
  bottom: -19px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
}

.post-list-group li a {
  color: #fff;
  font-weight: 700;
  padding: 20px 0;
  display: block;
}

#post1 {
  display: block;
}

.widget-content {
  display: none;
}

.n-post-wrap {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.n-post-wrap:last-child {
  border: none;
}

.news-post {
  position: relative;
  padding: 7px 0;
}

.news-post .content {
  padding: 4px 0;
  padding-left: 110px;
  padding-right: 15px;
}

.thumb {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4);
}

.news-post p {
  color: #000;
  font-size: 13px;
}

.news-post a {
  color: #fff;
}

.archive-item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.archive-item a {
  color: #000;
  text-transform: capitalize;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.archive-item:last-child{
  border-bottom: none;
}

.tag-widget .widget-items,
.insta-widget .widget-items {
  padding: 20px 15px;
}

.add-widget .widget-items {
  padding: 20px 13px;
}

.tag-widget a , .widget_tag_cloud a{
  font-size: 15px !important;
  display: inline-block;
  color: #000;
  margin: 7px;
  text-transform: capitalize;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 1px 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; /* drop shadow, outer glow and inner shadow */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(32, 32, 32, 0.13), inset 0 1px 0 #fff; /* drop shadow, outer glow and inner shadow */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(32, 32, 32, 0.13),
  inset 0 1px 0 #fff; /* drop shadow, outer glow and inner shadow */
}
.footer .widget_tag_cloud a{
  box-shadow:none;
}

.tag-widget a:hover,.widget_tag_cloud a:hover {
  background-color: #dadada;
}

.insta-widget .feed {
  width: 33.33333%;
  float: left;
  position: relative;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.insta-widget .feed:hover {
  opacity: 0.7;
}

.add-widget a {
  padding: 7px;
  display: block;
  float: left;
  width: 50%;
}
.post-slide{
  overflow: hidden;
}
.post-slide img{
  width: 100%
}
.post-slider-nav {
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-slider-nav a{
  color: #fff;
  display: inline-block;
  text-align: center;
}
.post-slider-nav span{
  padding: 4px;
  font-size: 12px;
}
.post-prev{
  text-align:left;
  float: left;
}
.post-next{
  text-align:right;
  float: right;
}
.post-prev::after,
.post-next::after{
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  top: 50%;
}
.post-next:hover::after,
.post-prev:hover::after{
  background-color: #fff;
  cursor: pointer;
}
.post-prev::after{
  left: 0;
  content: "";
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}
.post-next::after{
  content: "";
  right: -20px;
  -webkit-transform: translateY(-51%) rotate(-45deg);
  -ms-transform: translateY(-51%) rotate(-45deg);
  transform: translateY(-51%) rotate(-45deg);
  z-index: -1;
}

.post-slide .carousel-indicators li{  
  -webkit-box-shadow: 0 0 0 2px transparent;
  -ms-box-shadow: 0 0 0 2px transparent;
  -o-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
  margin: 3px;
  width: 12px;
  background: transparent;
  border-radius: 50%;
  height: 12px;
}
.post-slide .carousel-indicators .post-dots{
  width: 6px;
  height: 6px;
  margin: 3px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}

.post-slider .owl-nav .owl-prev i::after {
  content: "";
  position: absolute;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  height: 40px;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}

.post-slider .owl-nav .owl-next i::after {
  content: "";
  position: absolute;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  height: 40px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-51%) rotate(-45deg);
  -ms-transform: translateY(-51%) rotate(-45deg);
  transform: translateY(-51%) rotate(-45deg);
  z-index: -1;
}

.post-slider .owl-nav .owl-next:hover i::after,
.post-slider .owl-nav .owl-prev:hover i::after {
  background-color: #fff;
}

.post-slider .owl-nav .owl-prev,
.post-slider .owl-nav .owl-next {
  background: transparent;
  margin: 0;
  padding: 3px 6px;
  font-size: 11px;
}

.post-slider .owl-nav .owl-prev {
  float: left;
}

.post-slider .owl-nav .owl-next {
  float: right;
}

.post-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  text-decoration: none;
}

.blog-detail-item {
  margin: 0 0 30px;
  background-color: #fff;
}

.blog-detail-item .post-content {
  padding: 30px 20px;
}

.blog-detail-item .post-content h4 {
  font-weight: 700;
  font-size: 20px;
}

.blog-detail-item .post-content h5 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

blockquote {
  background-color: #131b31;
  padding: 30px 50px;
  margin: 0;
}

blockquote {
  color: #fff;
  font-style: italic;
  position: relative;
}

blockquote p::before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 10px;
  position: absolute;
  top: 23px;
  left: 34px;
}

blockquote p::after {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 10px;
  position: absolute;
  bottom: 24px;
  padding: 0 7px;
}

.domain-post {
  width: calc(100% / 3);
  float: left;
  color: #707070;
  text-transform: capitalize;
}

.domain-post li {
  padding: 2px 0;
}

.domain-post i {
  margin-right: 5px;
}

.blog-detail-item .post-bottom span {
  color: #000;
  text-transform: capitalize;
}

.blog-social a {
  width: 30px;
  height: 30px;
  background-color: #131b31;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  margin-left: 8px;
  text-align: center;
  padding-top: 5px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.abt-author {
  background-color: #fff;
  padding: 50px 20px 20px;
  position: relative;
  margin: 30px 0;
}

.abt-author img {
  position: absolute;
  left: 0;
  top: 0;
}

.abt-author span {
  position: absolute;
  top: 0;
  padding: 2px 10px;
  border-radius: 0 0 5px 7px;
  text-transform: capitalize;
  font-weight: 700;
}

.author-content {
  padding-left: 150px;
  position: relative;
  padding-bottom: 10px;
}

.author-content h4 {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #000;
  text-transform: uppercase;
}

.author-img {
  border-radius: 5px;
}

.comments h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.auth-comment {
  margin: 30px 0;
}

.com-img {
  display: inline-block;
  border: 2px solid;
  padding: 3px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  overflow: hidden;
  position: absolute;
}

.comment-inner {
  padding: 20px;
  position: relative;
  background-color: #fff;
}

.reply ,.comment-reply-link{
  position: absolute;
  padding: 2px 12px;
  top: 20px;
  right: 20px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reply:hover ,.comment-reply-link:hover{
  color: #fff;
  opacity: 0.7;
}

.com-img img {
  border-radius: 50%;
}

.com-content {
  padding-left: 110px;
}

.com-content h4 {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.com-content h5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 0;
}

.sub-com {
  margin-left: 110px;
}

.reply-form h4 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.reply-form .form-control {
  margin: 20px 0;
  background-color: transparent;
  text-transform: capitalize;
}

/*--------------------------------------
	Typography
----------------------------------------*/
.typography .all-title,
.element-accordion .all-title,
.pricing-table .all-title,
.button-style .all-title,
.features-style .all-title {
  padding-bottom: 70px;
}

.typography .type-head {
  margin-bottom: 30px;
}

.post-content 
 {
  color: #131b31;
  font-weight: 800;  text-transform: capitalize;
  padding-bottom: 20px;
}


.page-content {
  color: #131b31;
}
.element-head {
  display: inline-block;
  padding: 8px 30px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.typography .domain-post {
  width: 25%;
}

.team-styles .all-title {
  padding-bottom: 40px;
}

.pricing-table .plans-2 {
  margin-bottom: 50px;
}

.button-style {
  background: url(../img/home/button-bg.jpg) no-repeat center center;
  background-size: cover;
}

.button-style {
  position: relative;
  z-index: 0;
}

.button-style::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #131b31;
  background-color: rgba(19, 27, 49, 0.5);
  z-index: -1;
}

.button-style .all-title h3 {
  color: #fff;
}

.host-btn.btn-small {
  color: #fff;
  margin: 0 auto;
  padding: 3px 4px 3px 10px;
  text-transform: capitalize;
  margin: 10px 4px;
  font-size: 12px;
}

.host-btn.btn-big {
  margin: 13px 8px;
  padding: 19px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.host-btn.btn-small .i-round {
  background-color: #fff;
  color: #131b31;
  margin-left: 6px;
  width: 22px;
  height: 22px;
  padding: 5px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-small:hover {
  opacity: 0.8;
}

.btn-small:hover .i-round {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.host-btn.btn-white {
  background-color: #fff;
  color: #000;
}
.host-btn.btn-white.btn-big {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.host-btn.btn-white .i-round {
  background-color: #131b31;
  color: #fff;
}

.host-btn.btn-white-blue {
  background-color: #fff;
}

.host-btn.btn-white-blue .i-round {
  color: #fff;
}

.host-btn.btn-white-green {
  background-color: #fff;
}

.host-btn.btn-white-green .i-round {
  color: #fff;
}

.host-btn.btn-transy {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

.host-btn.btn-transy .i-round {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}

.host-btn.btn-big:hover {
  opacity: 0.8;
}

.button-style .reply {
  position: relative;
  margin: 10px 15px;
  padding: 4px 0 2px;
  display: inline-block;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 60px;
}

.host-btn.btn-subs {
  text-transform: capitalize;
  margin: 10px 15px;
  border-radius: 5px;
  padding: 6px 0;
  width: 100%;
  max-width: 250px;
  text-transform: uppercase;
  color: #fff;
}

.host-btn.btn-pay {
  color: #fff;
  margin: 10px 15px;
  border-radius: 5px;
  padding: 12px 0;
  width: 100%;
  max-width: 200px;
}

.button-style .host-btn:hover {
  opacity: 0.8;
}

.btn-proced {
  margin: 10px 15px;
  border-radius: 5px;
  padding: 12px 0;
  width: 100%;
  max-width: 280px;
  text-transform: uppercase;
}

.btn-com,
.c-acc {
  width: 100%;
  margin: 10px 15px;
  border-radius: 5px;
  padding: 12px 0;
  text-transform: uppercase;
}

.host-btn.btn-proced,
.host-btn.btn-com,
.host-btn.c-acc {
  color: #fff;
}
.site-title{
  color: #131b31;
}
.post-date{
  color:#8c8b8b;
  display:block;
}
.footer .post-date{
  padding-left: 30px;
}
.pagination {
    border-radius: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.logo-blue .custom-logo {
	width: 130px;
	border: 0;
	padding: 0;
	margin-top: 12px;
}
.fa-tags{
  color:#707070;
}
.page-img img{
  width:100%;
}
.page-img{
  margin-bottom: 20px;
}
.gallery figure{
    display: inline-block;
    width: calc(100%/3);
    padding: 7px;
}
.gallery{
  padding: 14px 13px;
}
.gallery-item{
  margin: 0;
}
.gallery-item a:hover{
    opacity: 0.7;
}
.widget .cat-item,.widget_archive li{
  color: #000;
}

.widget_archive li,.widget .cat-item,.widget_recent_entries li{
    position: relative;
    padding-top: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.widget_meta li,.recentcomments{
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}
.recentcomments{
  color:#8c8b8b;
}
.widget_archive a, .widget_meta a,.widget .cat-item a,.widget_recent_entries a,.recentcomments a{
  color: #000;
  text-transform: capitalize;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget_archive li:last-child,.widget_meta li:last-child,.cat-item:last-child,.widget_recent_entries li:last-child,.recentcomments:last-child{
  border-bottom: none;
}

table ,td,th{
  border: 1px solid #000;
  text-align: center;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background-color: transparent;
}
td, th {
  padding: 0.4em;

}
td{
  font-weight: 400;
}
td a,th,tbody td{
  color:#000;
}
#prev a,#next a{
  color:#03bfda;
}
#prev a:hover,#next a:hover{
  color:#000;
}
.footer .input-group label,.footer .input-group .form-control{
    background: transparent;
    color:#fff;
}
.footer .btn-widget{
  background-color: #03bfda;
}
.footer .input-group ::-moz-placeholder{color:#fff;opacity:1}
.footer .input-group :-ms-input-placeholder{color:#fff}
.footer .input-group ::-webkit-input-placeholder{color:#fff}

.footer .btn-widget:hover {
  color: #ccc;
  transition: 0.5s ease all;
}

.footer .widget li:first-child{
  padding-top: 0;
}
.footer .widget li a {
  position: relative;
  padding-left: 30px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .widget li{
  border: none;
}

.footer .widget li a:after{
  font-size: 12px;
  content: "\f068";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 2px;
}
.footer .widget li a:hover {
  color: #03bfda;
  padding-left: 40px;
}
.footer .recentcomments a:hover{
  color: #03bfda;
}
.footer .recentcomments a:after{
  display:none;
}
.footer .widget h3{
  text-align: left;
}
.footer .widget .cat-item,.footer .widget_archive li {
  background: transparent;
  margin:0;
  color:#fff;
}
  
.footer .widget .cat-item::after,.footer .widget_archive li::after{
  content: "";
  display: table;
  clear: both;
}
.footer .widget .cat-item a,.footer .widget_archive li a {
  float: left;
  clear: both;
}

.footer .widget .cat-item,.footer .widget_archive li{
  line-height: 2.8;
  position: relative;
  text-align: right;
  padding: 1px 10px;
  clear: both;
  text-transform: capitalize;
  transition: all .3s ease;
}
.footer .widget .tagcloud a{
  background: transparent;
  color: #fff;
  border:1px solid #fff;
  text-transform: capitalize;
}
.footer .widget .tagcloud a:hover{
  background: #ddd;
  color: #000;
}

.footer .postform, .footer .widget select {
  display: block;
  background: transparent;
  color: #fff;
}
.postform, .widget select {
  display: block;
  width: 100%;
  padding: 10px;
  border-color: #03bfda;
}
.postform:focus {
  border: 1px solid #03bfda;
  box-shadow: 0 0 5px 0px rgba(3, 191, 218, .56);
}
.footer .widget_meta li,.footer .recentcomments{
  padding:10px 0 ;
}
.footer .postform,.footer .widget select{
  display: block;
  background: transparent;
  color:#fff;
 }
.footer .postform option,.footer .widget option{
  background: transparent;
  color:#000;
}
.footer table ,.footer td,.footer th{
  border: 1px solid #fff;
  text-align: center;
}

.footer td a,.footer tbody td{
  color:#fff;
}
.footer th{
  color:#03bfda;
}
.footer #prev a:hover, .footer #next a:hover {
  color: #9fd3da;
  transition: all .3s ease;
}

.footer .widget ul,.footer .widget .gallery,.footer .widget .tagcloud{
  background: transparent;
  padding: 0;
  border: none;
}

.children{
  padding-left: 110px;
  margin-bottom: 25px;
  background: #fff;
  padding-bottom: 15px;
}
.blog-meta a:hover p{
  color:#ccc;
}
.comment-edit-link{
  color:#03bfda;
}

/*.widget .cat-item:hover, .widget .cat-item:hover a, .widget_archive li:hover,.widget_archive li:hover a {
   color:#03bfda;
}  
.widget .cat-item .children .cat-item:hover, .widget .cat-item .children .cat-item:hover a{
  color:#ccc;
} */
 .widget .cat-item::after,.widget_archive li::after{
  content: "";
  display: table;
  clear: both;
}
.widget .cat-item a, .widget_archive li a {
  float: left;
  clear: both;
}

.widget .cat-item,.widget_archive li{
  line-height: 2.8;
  position: relative;
  text-align: right;
  padding: 10px 10px;
  clear: both;
  text-transform: capitalize;
  transition: all .3s ease;
}
.comment-reply-title{
  color:#000;
  font-size: 24px;
}

.comment-reply-title a{
  font-weight: 600;
  color: #03bfda;
  text-transform: capitalize;
  transition: all .3s ease;
}
.comment-reply-title a:hover,#cancel-comment-reply-link:hover{
  color:#666;
}
#cancel-comment-reply-link{
  color:#03bfda;
  font-size: 20px;
  font-weight: 500
}
.footer .widget .cat-item .children{
  padding: 0 0 0 20px;
  margin: 0;
}
.footer .widget .cat-item .children li{
  padding: 0 0 0 10px;
}
.widget .cat-item .children{
  border:none;
  padding: 0 0 0 20px;
  margin: 0;
}
.widget .cat-item .children li{
  padding: 0 0 0 10px;  
}

.widget_recent_entries li{
  padding-bottom: 20px;
}
.footer .widget .cat-item .children li,.footer .widget .cat-item .children li a  {
  color:#cecaca;
}
.footer .widget .cat-item .children li a:hover{
  color:#03bfda;
}
.search-no{
  color:#000;
  padding-bottom: 20px;
}
.mob-site-title{
  color:#fff;
}
.post-content ul li, .page-content ul li ,.section-content ul li{
  list-style-type: disc;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 25px;
  color: #696a6b;
}
.post-content ol li, .page-content ol li,.section-content ol li{
  list-style-type: decimal;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 25px;
  color: #696a6b;
}

.post-content p,.page-content p,.section-content p{
  margin: 0 0 10px;
}
blockquote {
  margin-left: 20px;
  margin: 20px 0;
}
.page-content blockquote p,.post-content blockquote p,.section-content blockquote p{
  color:#fff;
  margin: 0;
}
.blog-cont{
  width:100%;
}
.footer .widget_recent_entries li{
  padding: 20px 0 0;
}

.blog-comnt{
  text-align: right;
  display: block;
}
.section-content{
  padding:0 0;
}
.widget .textwidget p{
  color:#000;
}
.footer .widget .textwidget p{
  color:#fff;
}
.footer .widget .textwidget{
  background-color: transparent;
  border: none;
  padding: 0;
}

.meta
{
	display: inline-flex;
}
.blog-meta ul li
{
	padding-left: 20px;
}
 .widget_pages ul.children
{
	border:none !important;
}
.post-content .comment-reply-link
{
	display:none;
}

#menu-item-236 {
	background-color: #406D34;
}
#menu-item-33 {
	background-color: #0D4E9C;
}
#menu-item-36 {
	background-color: #E63E25;
	min-width: 291px;
}
#menu-item-34 {
	background-color: #92278F;
}
.header-blue .navbar
{
	z-index: 1000 !important;
}
.header-blue .navbar-nav {

  background-color: #F9A11B; /* For browsers that do not support gradients */
}
.navbar-nav li {
	margin-left: -4px !important;
}
.workair {
	width: 95px;
}
.fh {
	width: 247px;
	margin-left: -190px;
}
.ft {
	width: 183px;
	margin-left: -185px;
}
.ttt {
	margin-top: 106px;
}
.ap {
	background-color: gray;
	color: white;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}
.lefty {
    text-align: left;
}
.righty {
    text-align: right;
}
.row.top-logs-area {
	font-size: 18px;
	font-weight: bold;
	margin-right: 6px;
}
.loc {
	font-size: 13px;
	text-align: right;
	font-weight: bold;
}
.c {
    border-right: 2px solid gray;
}
.nav-link {
	color: white !important;
	font-weight: 600 !important;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.apps {
	background-color: white;
	padding: 20px;
	border: 1px solid orange;
	color: orange;
	font-weight: bold;
	display: block;
}
.foot-head {
	text-align: center;
	font-size: 26px;
	color: orange;
	font-style: italic;
}
.flexslider {
	margin: 0 0 0 !important;
	background: #fff;
	border: 0 solid #fff !important;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider {
	margin-left: -15px !important;
	margin-right: -18px !important;
}

.slider-caption {
	position: relative;
	width: 50%;
	min-height: 618px;
	/*margin-top: -970px;*/
	margin-top: -615px !important;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.cap {
	width: 60%;

}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0px !important;
	text-align: right !important;
}
#sliders {
	margin-left: -15px;
	margin-right: -15px;
}
.flex-nav-next, .flex-nav-prev {
	display: none !important;
}
#sliders h1, #sliders p {
 /*   color: white !important; */
}
.flex-control-paging li a.flex-active {
    background-color: unset !important;
    border: 2px solid white;
    font-size: 8px;
}
.flex-control-paging li a {
    width: 15px !important;
    height: 15px !important;
    margin-left: 20px !important;
    margin-right: 10px !important;
}

.flex-control-nav a {
	color: transparent !important;
}
.flex-control-nav.flex-control-paging {
	text-align: center !important;
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0px !important;
}
.border-left.wpb_column.vc_column_container.vc_col-sm-3 {
	border-left: 1px solid #ecdede;
	padding-left: 40px;
}
.vc_gitem-animated-block {
    display: none !important;
}
.vc_gitem-post-data-source-post_title {
	color: #323131;
}
.seeall {
	float: right;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	font-size: inherit;
	font-family: inherit;
	padding: 10px 20px !important;
	letter-spacing: normal;
	min-width: 150px !important;
}

.vc_custom_1554945607270 {
	margin-top: -15px !important;
	background-color: #f9f9f9 !important;
	margin-right: 0px !important;
}
.gform_button {
	background-color: #717075 !important;
	border: 0 !important;
	padding: 11px 20px !important;
	color: white !important;
	margin-top: 10px !important;
	text-transform: uppercase !important;
}
.aa {
	margin-top: 178px;
	position: absolute;
	z-index: 9999;
	width: 100%;
	text-align: center;
	font-size: 44px;
	text-transform: uppercase;
	font-weight: bold;
}
.back-border-arrow {
	background-color: #131b31;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 1px;
	position: relative;
	border-left: 5px solid #03bfda;
}
.back-border-arrow::before {
	position: absolute;
	content: "";
	border: 7px solid transparent;
	left: -5%;
	bottom: 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 4;
	transform: rotate(90deg);
	border-top-color: #03bfda;
}
.home .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0px !important;
}

.vc_single_image-img.attachment-full {
	margin-right: -15px !important;
}
.textwidget.custom-html-widget ul li {
	/*border: 1px solid #f3e4e4; */
	margin-bottom: 5px;
	padding: 5px;
	background-color: white;
	padding-bottom: 20px !important;
}
#bigf ul li {
	list-style: none;
	background-image: url('https://medicalsynergy.com.au/wp-content/uploads/2019/07/icon.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	padding-left: 35px !important;
	padding: 7px;
	border-bottom: 1px solid #efeff0;
}
#bigf h4
{
	font-style: italic !important;
}
#bigf h3
{
	min-height: 67px !important;
}
#bigf a.homecta {
	margin: 20px auto;
	border: 1px dotted #e1d6d6;
	padding: 10px;
	text-align: center;
	background-color: snow;
	text-transform: uppercase;
	font-size: 18px;
	display: inline-block;
}
#bigf > div > div:last-child
{
	text-align: center !important;
}
.phone {
	float: right;
	margin: 10px 0px 0 0;
}
.header-wrap .phone {
	min-width: 270px;
}
.phone small {
	margin-top: 3px;
	font-size: 14px;
	line-height: 1;
}
.phone small, .phone a {
	display: block;
	color: #54667a;
}
.phone .fa {
	float: left;
	margin-right: 10px;
	font-size: 35px;
}
.phone .fas {
	float: left;
	margin-right: 10px;
	font-size: 24px;
	height: 100% !important;
	margin-top: -1px;
}
.fa.fa-envelope-open {
	font-size: 25px !important;
	margin-top: 8px;
}
.mail {
	font-size: 14px;
}
.phone:not(:last-child) {
	border-bottom: 1px dashed red;
}
.both {
	border: 1px solid #f0ebeb;
	padding: 5px 14px;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #fbfbfb;
}
.both:hover {
    background-color: gray;
    color: white;
}
.cont {
	float: right;
}
.app {
	float: left;
}
.boxes {
	border: unset !important;
	margin-top: -12px;
}
.medi-container {
    max-width: 95% !important;
}
.medi-container ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio) li {
	list-style: none;
	background-image: url('https://medicalsynergy.com.au/wp-content/uploads/2019/07/icon.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 15px;
	padding-left: 35px !important;
	padding: 4px;
	padding-left: 12px;
	border-bottom: 1px solid #efeff0;
}
.sec-pad {
	padding: 60px 0;
}
#sidebaaa {

	padding: 15px;
	padding-top: 40px !important;
}
.text-blok {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px !important;
	background-color: azure;
}
.simple-line {
	font-size: 19px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed blue;
	border-top: 1px dashed blue;
}
.button {
	color: white !important;
	font-size: 18px;
	text-align: center !important;
	background-color: orange;
	padding: 25px;
	font-weight: bold;
	margin-top: 20px;
}
.oservice {
	margin-top: 20px !important;
}
.rotated {
	text-align: center !important;
	padding: 65px;
	font-size: 35px;
	transform: rotate(-15deg);
	font-family: 'Caveat', cursive !important;
}
.page-id-213 .rotated
{
	word-spacing: 100vw !important;
}
.bottomrow {
	padding: 70px;
	margin-bottom: -60px;
}
.logos {
	margin-top: 60px;
	margin-left: -60px;
}
.f {
	margin-left: -90px;
}
.over {
	margin-top: -130px;
	margin-bottom: 80px;
	font-weight: bold;
	margin-left: -30px;
	font-size: 28px;
	min-height: 65px;
}
.tblock {
	margin-bottom: 25px !important;
}
table td {
    border: unset !important;
    text-align: left;
}
table {
    border: unset !important;
}

.medi-container .gform_body ul li {
	list-style: none;
	background-image: unset !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: unset !important;
	padding-left: unset !important;
	padding: unset !important;
	padding-left: unset !important;
	border-bottom: unset !important;
}
.logi {
    max-height: 30px;
}
#menu-medicals a {
	color: gray !important;
	margin-left: -30px;
}
#menu-quick-links a {
	color: gray !important;
	margin-left: -30px;
}
a:after {
    display: none !important;
}
.both a:hover {
    color: white !important;
}
.custom-logo {
	margin-top: 7.5px !important;
	margin-bottom: 7.5px !important;
}
.twostyle-fourteen figcaption {
	position: absolute !important;
	top: 42% !important;
	right: 25px !important;
	text-align: left !important;
	opacity: 0;
	padding: 5px 1px 10px 20px !important;
	font-size: 0.8em !important;
	font-weight: 500 !important;
	letter-spacing: 1px !important;
}
.twostyle-fourteen figcaption span {
	color: white !important;
}

.menu-toggle i {
	font-size: 35px !important;
	padding-top: 10px !important;
	margin-left: 25px !important;
}
.menu-toggle {
	text-align: left;
	cursor: pointer;
	color: orange !important;
}
.hlogo {
    width: 114px !important;
}
.ftx {
    width: 217px;
}
  .logos {
      display: none !important;
}
.slide_w_text h2
{
	position: absolute;
    z-index: 2;
    margin-bottom: 5%;
    margin-right: 5%;
    background: rgba(0,0,0,0.5);
    padding: 15px;
    color: white;
    right: 0;
    bottom: 0;
	max-width: 80% !important;
	text-transform: uppercase !important;
	max-width: 60% !important;
	text-align: center;
}
@media screen and ( min-width: 769px ){
	.home .slides
	{
		min-height: 495px !important;
	}
}
/*Custom slide down settings*/
.vc-hovvboxx-text {
	position: absolute;
	top: 0;
	/*text-align: center;*/
	width: 100%;
	height: 0px !important;
	overflow: hidden !important;
	background: rgba(0,0,0,0.8);
	color: white;
	transition: all 0.5s !important;
	z-index: 2;
}
.vc-hovvboxx-title {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 0px;
	color: white;
	/*text-transform: uppercase;*/
	padding: 10px;
	z-index: 2;
	background: rgba(34, 34, 34, 0.7);
	font-size: 1.7em;
}
.vc-hovvboxx-wrap
{
	min-height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-bottom: 15px !important;
	width: 100% !important;
	height: 100% !important;
	display: inline-block !important;
}
.vc-hovvboxx-wrap a
{
	color: white;
}
.vc-hovvboxx-wrap:hover .vc-hovvboxx-text {
	height: 100% !important;
	transition: all 0.5s !important;
	padding: 20px 10px 55px 10px;
}
.vc-hovvboxx-wrap a,
.vc-hovvboxx-wrap  p,
.vc-hovvboxx-wrap li
{
	color: white !important;
}
.vc-hovvboxx-wrap li
{
	border-bottom: none !important;
}
a.hoverbuttons {
	display: block;
	margin: 0 auto;
	text-align: center !important;
	margin-top: 10px;
	border-top: 2px solid rgba(255,255,255,0.3);
	padding-top: 10px;
	font-weight: bold;
}
.vc-hovvboxx-text ul
{
	padding-left: 15px !important;
}
.vc-hovvboxx-text ul li {
	background-image: none !important;
	padding-left: 0px !important;
	padding: 4px;
	list-style: disc !important;
	padding-left: 12px;
	text-align: left;
}
.vc-hovvboxx-imlk
{
	width: 100%;
    display: inline-block;
    min-height: 225px;
}
.navbar-nav li img {
	position: absolute;
	top: -50px;
	margin: auto;
	max-height: 40px;
	text-align: center;
	left: 0;
	right: 0;
}
.navbar-nav li
{
	position: relative;
}
.header-blue .navbar
{
	max-width: 100vw !important;
}
.fa-home
{
	font-size: 1.3em;
}
.menubar .nav-item
{
	padding-left: 25px !important;
	padding-right: 25px !important;
	margin-top: -1px !important;
}
.search-widget {
	max-width: 246px;
	float: left;
	margin-top: 13px;
	margin-left: 10px;
	margin-right: -125px;
}
.search-widget .btn-widget::after,
.search-widget .btn-widget
{
	background-color: #FFEACA !important;
}
.search-widget .btn-widget::before
{
	border-right-color: #FFEACA !important;
}
.search-widget .form-control
{
	border-color: #FFEACA !important;
}
.search-widget button
{
	color: #f9a11b !important;
}
@media screen and ( max-width: 1500px )
{
	.search-widget
	{
		display: none !important;
	}
	.menubar .nav-item {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
.footer .col-md-2 > .widget:not(:nth-child(1)) h4
{
	margin-top: 20px !important;	
	min-height: unset !important;
}
.footer .foot-heading
{
	min-height: 28px !important;
}
.heading-offset h2:first-child {
	text-align: left;
	color: orange;
	font-weight: bold;
	text-align: center;
	text-align: center;
	margin-top: -28px;
	background: white;
	display: inline;
	padding: 0px 5px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
	position: absolute;
}
.heading-offset > div > .vc_column-inner > .wpb_wrapper
{
	border: 2px solid orange;
	padding: 10px !important;
}
#sliders .container-fluid
{
	padding-left: 0px !important;
}
.logo-blue
{
	background-color: transparent !important;
}
.logo-blue::after
{
	display: none !important;
}
body.search .top-banner
{
	filter: unset !important;
	font-size: 45px !important;
}
.blog-meta
{
	background-color: orange !important;
}
.border-arrow::before
{
	border-top-color: orange !important;
}
.border-arrow::after
{
	background-color: orange !important;
}
.search .post-admin
{
	display: none !important;
}
.post-bottom .host-btn
{
	font-size: 15px !important;
	padding-top: 5px !important;
	padding-right: 15px !important;
	padding-bottom: 5px !important;
}
.post-bottom .host-btn:hover
{
	background-color: orange !important;
}
.banner-overlay2 {
	padding: 70px 0 40px !important;
}
.widget_recent_entries li
{
	padding-left: 20px !important;
}
.post-bottom .host-btn i
{
	display: none !important;
}
/* RESPONSIVE STYLING - LAPTOP 1500PX */
@media screen and ( max-width: 1500px )
{
	.logo-blue .custom-logo {
		width: 100px !important;
		margin-top: 25px !important;
	}
	.header-wrap.header-blue
	{
		padding-bottom: 0px !important;
	}
	.menu-toggle
	{
		margin-top: 25px !important;
	}
	.mobile-logo {
		display: inline-block;
		text-align: right;
		width: 100%;
		max-height: 100px;
	}
	.mobile-logo img
	{
		max-width: 100px !important;
	}
}
@media screen and ( min-width: 1465px )
{
	.mobilemenu {
		display: none !important;
	}
}
@media screen and ( max-width: 1464px )
{
	.hide-on-mob,
	.navbar-nav img
	{
		display: none !important;
	}
	.mobile-menu .nav-item {
		margin-bottom: 0px !important;
		padding: 10px 20px !important;
	}
	.header-blue .navbar-nav {
		background-color: transparent !important;
		background-image: none !important;
	}
	.slider-caption > .container-fluid
	{
		margin-top: 150px !important;
	}
	header
	{
		padding-bottom: 25px;
		box-shadow: 0px 3px 8px #4e4e4e;
	}
	#sidebaaa,
	#sidebaaa + div
	{
		width: 100% !important;
	}
	.footer-content .row .col-md-2 {
		width: 33% !important;
		flex: 0 0 33% !important;
		max-width: unset;
		margin-bottom: 20px;
	}
	.foot-head
	{
		padding-top: 30px !important;
	}
}
.flip_title
{
	text-align: center !important;
	padding: 65px 0px;
	font-size: 35px;
	transform: rotate(-15deg);
	width: 100% !important;
	display: inline-block !important;
}
.flip_title h2
{
	font-family: 'Caveat', cursive !important;
}
.flip_title .vc-hoverbox-block
{
	background-image: unset !important;
}
.services_for .vc_message_box
{
	max-width: 98% !important;
	
}
.bullets_blue li
{
	filter: hue-rotate(234deg) grayscale(0.41);
	-webkit-filter: hue-rotate(234deg) grayscale(0.41);
}
.bullets_green li
{
	filter: hue-rotate(125deg);
	-webkit-filter: hue-rotate(125deg);
}
.bullets_purple li
{
	filter: hue-rotate(-72deg);
	-webkit-filter: hue-rotate(-72deg);
}
#gform_wrapper_1 input,
#gform_wrapper_1 li.gfield
{
	width: 100% !important;
}
#gform_wrapper_1 .gform_footer
{
	padding-right: 16px !important;
}
#bigf img
{
	max-height: 72px !important;
	width: auto !important;
}
#sidebaaa .sublogo img
{
	max-height: 70px !important;
	width: auto !important;
}
.sticky-menu
{
	top: -20px !important;
}
body:not(.page-id-213):not(.page-id-13):not(.page-id-15):not(.page-id-17):not(.home) div.why-we
{
	padding-top: 115px !important;
}
.section-content
{
	padding-top: 50px !important;
}
/* Makin it look bettaa */
.why-we .page-content > div
{
	display: flex !important;
}
#sidebaaa
{
	background: #f8f8f8 !important;
}
.yeller *
{
	color: #eab108 !important;
}
.vc-hoverbox-inner
{
	min-height: unset !important;
}
.heading-offset-land
{
	max-width: 95%;
	margin: 20px auto !important;
	border: 2px solid orange;
	padding: 0px 10px;
}
.heading-offset-land > div:first-child h4 {
	text-align: left;
	position: absolute;
	top: -15px !important;
	background: white;
	padding: 0px 5px;
}
.heading-offset-land #gform_wrapper_1 .gform_footer
{
	padding-right: 0px !important;
}
.heading-offset-land .vc_grid-item-mini h4
{
	min-height: 58px !important;
}
/* Landing Pages */
.theme_green .vc_custom_heading.button /* #406D34 */
{
	background: #406D34 !important;
}
.theme_green .sandwich,
.theme_green .sandwich *
{
	color: #406D34 !important;
}
.theme_green .heading-offset-land
{
	border-color: #406D34 !important;
}
.theme_green .button.reversed
{
	color: #406D34 !important;
	background: white !important;
}
.theme_red .vc_custom_heading.button /* #E63E25 */
{
	background: #E63E25 !important;
}
.theme_red .sandwich,
.theme_red .sandwich *
{
	color: #E63E25 !important;
}
.theme_red .heading-offset-land
{
	border-color: #E63E25 !important;
}
.theme_red .button.reversed
{
	color: #E63E25 !important;
	background: white !important;
}
.theme_blue .vc_custom_heading.button /* #0D4E9C */
{
	background: #0D4E9C !important;
}
.theme_blue .sandwich,
.theme_blue .sandwich *
{
	color: #0D4E9C !important;
}
.theme_blue .heading-offset-land
{
	border-color: #0D4E9C !important;
}
.theme_blue .button.reversed
{
	color: #0D4E9C !important;
	background: white !important;
}
.theme_purple .vc_custom_heading.button /* #92278F */
{
	background: #92278F !important;
}
.theme_purple .sandwich,
.theme_purple .sandwich *
{
	color: #92278F !important;
}
.theme_purple .heading-offset-land
{
	border-color: #92278F !important;
}
.theme_purple .button.reversed
{
	color: #92278F !important;
	background: white !important;
}
.sandwich{
	font-size: 19px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed blue;
	border-top: 1px dashed blue;
}
.sandwich h5
{
	font-size: 19px !important;
	text-align: center !important;
}
#sidebaaa .lerst
{
	margin-bottom: 20px !important;
}
@media screen and ( max-width: 768px )
{
	#sidebaaa
	{
		order: 2 !important;
	}
	.why-we
	{
		padding-top: 0px !important;
	}
	.theme_green,
	.theme_blue,
	.theme_red,
	.theme_purple
	{
		flex-flow: column !important;
	}
	#sidebaaa > div > div > *
	{
		width: 100% !important
	}
	.heading-offset-land h4
	{
		font-size: 1.3em !important;
	}
	.why-we .page-content > div
	{
		display: inline-block !important;
	}
	.page-content > div
	{
		left: 0 !important;
	}
	body:not(.page-id-213):not(.page-id-13):not(.page-id-15):not(.page-id-17):not(.home) div.why-we {
	padding-top: 45px !important;
}
	.footer-content .col-md-2:first-child ul li,
	.footer-content .col-md-2:last-child ul li
	{
		padding: 10px !important;
	}
	.footer-content .col-md-2:first-child ul,
	.footer-content .col-md-2:last-child ul
	{
		display: flex !important;
		justify-content: space-between !important;
		-webkit-justify-content: space-between !important;
	}
	.footer-content .col-md-2:first-child,
	.footer-content .col-md-2:last-child
	{
		width: 100% !important;
		flex: unset !important;
	}
	.footer-content .col-md-2:nth-last-child(2) a:first-child
	{
		padding: 2px !important;
	}
	.footer-content .col-md-2:nth-last-child(2) a:last-child
	{
		display: none !important;
	}
	.mobile-logo img {
		max-width: 85px !important;
	}
	.mobile-affix
	{
		padding: 0px !important;
	}
	header
	{
		padding-bottom: 15px !important;
	}
	.page-content > .vc_row
	{
		max-width: 100% !important;
	}	
	.page-content
	{
		    text-align: center;
			margin-top: 20px;
	}
	.wpb_images_carousel .wpb_heading.wpb_gallery_heading
	{
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 auto !important;
		position: relative;
	}
	body:not(.home) .wpb_images_carousel .vc_slide
	{
		display: none !important;
	}
	body:not(.home) .wpb_images_carousel
	{
		margin-top: 20px !important;
	}

} /* End @med max-w: 768 */
@media screen and ( max-width: 768px ) and ( min-width: 481px ){
	#sidebaaa > div > div
	{
		column-count: 3 !important;
	}
}
.logorow img
{
	max-height: 36px !important;
	width: auto !important;
}
.logorow
{
	display: flex !important;
	justify-content: space-between !important;
	-webkit-justify-content: space-between !important;
}
.slideInner
{
	display: inline-block !important;
	padding: 15px !important;
	background: #FFFFFFDB !important;
	text-align: center !important;
}
.slideInner img
{
	max-height: 90px !important;
	width: auto !important;
}
.slideInner span
{
	display: block !important;
	text-align: center !important;
}
.slideInner img
{
	margin: 0 auto !important;
}
.flex-control-nav
{
	bottom: 15px !important;
}
.slider-caption + div.container-fluid
{
	bottom: 15px !important;
	position: absolute;
	padding-left: 20px !important;
}
.curSlideLink
{
	padding: 5px;
	background: white;
	border: 1px solid;
	box-shadow: 2px 2px 5px #989898;
	display: inline-block;
	margin-top: 10px;
	color: #f9a11b !important;
}
.flexslider .flex-control-nav
{
	bottom: 10px !important;
}
@media screen and ( min-width: 1501px )
{
	li#menu-item-236,
	li#menu-item-33,
	li#menu-item-36,
	li#menu-item-34
	{
		min-width: 260px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	li#menu-item-39,
	li#menu-item-43,
	li#menu0-item-441
	{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#sbox
	{
		padding: 0 5% !important;
	}
}

.f_img_ul {
	background: white !important;
	padding: 10px 0px !important;
}
.foot-heading
{
	color: #0D4E9C !important;
}
.slide_w_text > .wpb_wrapper 
{
	position: relative !important;
}
.clicker
{
	position: absolute;
	width: 100% !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	background: black;
	box-shadow: -5px 0px 5px #3d3d3d;
	font-size: 1.5em;
	color: white !important;
	border: none !important;
	padding: 13px 17px;
}
.custom_pop_culture
{
	width: 100vw !important;
	height: 100% !important;
	position: fixed;
	background: rgba(0,0,0,0.5);
	z-index: 5000;
	color: white !important;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	justify-content: center;
  	align-items: center; 
}
.custom_pop_culture .cpc_inner
{
	text-align: left;
	max-width: 90% !important;
	max-height: 95% !important;
	overflow-y: scrollbar !important;
	margin: 0 auto;
	background: black;
	padding: 20px;
	position: relative;
	width: 750px !important;
}
.custom_pop_culture button
{
	transform: rotate(45deg);
	width: auto !important;
	padding: 9px 17px;
	border-radius: 30px;
	color: white !important;
	color: white !important;
	top: -20px;
	right: -10px !important;
	bottom: unset !important;
	left: unset !important;
	transition: all 0.5s !important;
}
.custom_pop_culture button:hover
{
	background: #262626 !important;
	transition: all 0.5s !important;
}
.cpc_inner ul
{
	padding-left: 15px !important;
}
.cpc_inner li
{
	list-style: disc !important;
}
.cpc_inner p
{
	color: white !important;
	margin-top: 10px !important;
}
@media screen and ( max-width: 480px )
{
	.footer-content .col-md-2:first-child ul, 
	.footer-content .col-md-2:last-child ul
	{
		display: inline-block !important;
	}
	.footer-content .row .col-md-2
	{
		flex: unset !important;
		width: 100% !important;
		text-align: center !important;
	}
	.footer-copyright .lefty,
	.footer-copyright .righty
	{
		text-align: center !important;
	}
	.bottomrow
	{
		padding: 20px !important;
	}
	.bottomrow h2 + div
	{
		text-align: left !important;
	}
	.mob_text_fix h3 {
		margin-bottom: 20px !important;
		border-bottom: 1px dashed orange;
		padding-bottom: 20px;
	}
	.mob_text_fix h2 {
		margin-bottom: 10px !important;
	}
	.mob_text_fix * {
		font-size: 20px !important;
	}
	.mob_text_fix br
	{
		display: none !important;
	}
	.footer-content
	{
		padding-bottom: 0px !important;
	}
}
.homebulls ul li
{
	clear: both !important;
}
.homebulls ul {
	width: auto !important;
	text-align: left !important;
	max-width: 310px;
	margin: 0 auto !important;
}
.notbuttons p {
	padding: 10px;
	font-size: 1.2em;
	color: orange;
}
.menubar .navbar li:not(#menu-item-31) *,
h1, h1 *,
h2, h2 *,
h3, h3 *,
h4, h4 *,
h5, h5 *,
h6, h6 *,
.footer-content .apps
{
	font-family: Eurostyle !important;
}
.footer-content .apps
{
	color: #0D4E9C !important;
}
.footer-content .apps:hover
{
	color: orange !important;
	transition: all 0.5s !important;
}
.page-id-213 .rotated
{
	max-width: 348px !important;
}
/* 			WHAT'S NEW SECTION: REMOVE BELOW TO SHOW 			*/
/* Also check home page VC and re-enable the row for this */
.heading-offset-land,
.home .vc_row.heading-offset
{
	/*display: none !important;*/
}
/* 			WHAT'S NEW SECTION: REMOVE ABOVE TO SHOW 			*/

@media screen and ( max-width: 1024px )
{
	header
	{
		padding-bottom: 0px !important;
	}
	header .custom-logo
	{
		margin-top: 0px !important;
	}
	.home .top-banner
	{
		display: none !important;
	}
	.home section.section-content
	{
		padding-top: 0px !important;
	}
	.home .slides
	{
		min-height: unset !important;
	}
	.home .slider-caption .tit *
	{
		font-size: 30px !important;
	}
	.home .slider-caption .col-md-1
	{
		display: none !important;
	}
	.home .slider-caption .col-md-10
	{
		flex: unset;
		max-width: 90% !important;
		margin: 0 auto !important;
	}
	.home .slider-caption
	{
		width: 100% !important;
	}
	.home .curSlideLink 
	{
		display: block;
		max-width: 100px;
		margin: 0 auto;
	}
	.slider-caption > .container-fluid 
	{
		margin-top: 250px !important;
	}
	#bigf img 
	{
		max-height: 50px !important;
	}
	#sidebaaa
	{
		width: 30% !important;
	}
	body:not(.home) .vc_carousel-slideline
	{
		width: 100% !important;
	}
	.slide_w_text h2
	{
		margin: 0 auto !important;
		top: unset;
		bottom: 0 !important;
		left: 0;
	}
	.why-we
	{
		padding-top: 35px !important;
	}
	body:not(.home) .vc_carousel-indicators
	{
		visibility: hidden !important;
	}
}
.bottomrow.theme_red,
.bottomrow.theme_green,
.bottomrow.theme_purple,
.bottomrow.theme_blue{
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-position-y: 90%;
}
.bottomrow.theme_red 
{
	background-image: url('https://medicalsynergy.com.au/wp-content/uploads/2019/10/firsthealth-white-30per.png');
}
.bottomrow.theme_green
{
	background-image: url('https://medicalsynergy.com.au/wp-content/uploads/2019/10/first-4-work-white-30per.png');
}
.bottomrow.theme_purple 
{
	background-image: url('https://medicalsynergy.com.au/wp-content/uploads/2019/10/firstime-white-30per.png');
}
.bottomrow.theme_blue
{
	background-image: url('https://medicalsynergy.com.au/wp-content/uploads/2019/11/first-2-fly-white-30per.png');
}
.medicalsfor
{
	padding: 0 13% !important;
}
.header-blue .mega-menu, 
.header-blue .menubar .drop-menu 
{
	border-color: orange !important;
}
.menubar .dropdown-item
{
	text-transform: uppercase !important;
}
.menubar .dropdown-item:hover {
	background-color: orange !important;
}
.header-blue .menubar #menu-item-236 .drop-menu 
{
	border-color: #406D34 !important;
}
.menubar #menu-item-236 .dropdown-item:hover {
	background-color: #406D34 !important;
}
.menubar li li.current-menu-item
{
	background: #BDBDBD !important;
}
.header-blue .menubar #menu-item-33 .drop-menu 
{
	border-color: #0d4e9c !important;
}
.menubar #menu-item-33 .dropdown-item:hover {
	background-color: #0d4e9c !important;
}
.header-blue .menubar #menu-item-36 .drop-menu 
{
	border-color: #e63e25 !important;
}
.menubar #menu-item-36 .dropdown-item:hover {
	background-color: #e63e25 !important;
}
.header-blue .menubar #menu-item-34 .drop-menu 
{
	border-color: #92278F !important;
}
.menubar #menu-item-34 .dropdown-item:hover {
	background-color: #92278F !important;
}
.footer .lefty a
{
	color: #b3b3b3 !important;
	font-size: 10px !important;
}
.widgets_on_page a
{
	color: #0d4e9c !important;
}
.widgets_on_page a:hover{
	color: orange !important;
}
li#pages-3
{
	background: none !important;
}
.error404 .top-banner
{
	display: none !important;
}
.page-404 h3 span
{
	color: orange !important;
}
.page-404 .btn
{
	background: orange !important;
}
@media screen and ( min-width: 481px )
{
	body.search .blog-cont .page {
	width: 48% !important;
	display: inline-block !important;
	vertical-align: top !important;
}  
}
body.search .off-blue .row > .col-lg-8 {
	flex: unset !important;
	width: 100% !important;
	max-width: 100%;
}
body.search .off-blue {
	background-color: #92278f;
}
.contact_logo_col img
{
	max-height: 70px !important;
	margin-bottom: 25px !important;
	width: auto !important;
}
.contact_logo_col .wpb_single_image
{
	text-align: left !important;
}
.myyell a
{
background: orange !important;
color: white !important;
}
.footNote {
	padding: 20px;
	font-size: 0.9em;
	font-style: italic;
}
#sidebaaa .lerst a,
ul.bullets_green a,
ul.bullets_blue a,
ul.bullets_red a,
ul.bullets_purple a
{
	color: black !important;
}
.main_heading_thirdlevel
{
	font-size: 2rem !important;
	font-weight: 500 !important;
}
.menubar .dropdown-item
{
	padding: 10px 20px !important;
}
@media screen and ( max-width: 1500px ) and ( min-width: 1025px )
{
	.navbar-nav li:last-child ul
	{
		left: unset !important;
		right: 0 !important;
	}
}
#theTeam {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
#theTeam strong
{
	font-size: 1.2em !important;
	border-bottom: 1px dashed #c3c3c3 !important;
}
.baby_bullets li
{
	list-style-type: disc !important;
	background: none !important;
	border: none !important;
	padding-left: 8px !important;
}
.medi-container ul.baby_bullets li
{
	padding-left: 8px !important;
}
.sandwich + .sandwich 
{
	border-top: 0px !important;
}
.level-1.drop-menu 
{
	position: absolute !important;
	left: 3px !important;
}
.reposbg > div
{
	background-position: left center !important;
}
.page-id-27 #contact-table a
{
	color: #007bff;
}
#input_2_2 {
	width: 90% !important;
}
.vc_gitem-post-data a
{
	color: #007bff !important;
}
@media screen and ( min-width: 769px )
{
	.navbar-nav > li.current_page_item::after,
	.navbar-nav > li.current-menu-ancestor::after
	{
		position: absolute !important;
		bottom: -3px !important;
		width: 100% !important;
		height: 3px !important;
		background: #393939 !important;
		content: "" !important;
		left: 0 !important;
	}
}
.rotate_slightly img
{
	transform: rotate(-10deg) !important;
}