/* Global Styles */

html,
body {
    height: 100%;
}

body {
  background: url(../img/bg.jpg) repeat-y center center; 
  background-position-y: 5%;
    font-family: "Ebrima",serif;
    /*padding-top: 50px;*/ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/*.container-fluid, .container{ background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}*/

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

@font-face {
      font-family: "Ebrima";
      src: url("fonts/ebrima.ttf");
    }
  .t_line{border-bottom: none;margin-bottom: 5px;}

#line{width:100%;height: 10px;margin: 0 auto;margin-bottom: 15px;background: #ffffff url("../img/line01.png") no-repeat center center;}
.carousel-indicators{
display: none!important;
}
.carousel-caption{
background-color: rgba(255,156,0,0.75);
  padding: 0px;
  bottom: 50px;
}

.bg-image {
    background: url(/wp-content/uploads/2017/01/parallex-bg-pattern.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100px;
  height: 300px;
}

#respond { 
background: #ececec;
padding:0 5px 0 5px;
}

/* Highlight active form field */

#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
 
#respond input[type=textarea]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

a:link {
	color: limegreen;
	text-decoration: none;
	}
a:visited {
	color: darkgreen;
	text-decoration: none;
	}
a:hover {
	color: chartreuse;
	text-decoration: none;
	}
a:active {
	color: chartreuse;
	text-decoration: none;
	}
a img {
	border: none;
	}
#recent-posts-3 ul{
 list-style-image: url('https://focus.nexreef.com/wp-content/uploads/2016/08/li.png')!important;
}

#recent-posts-3 ul li{ padding: 10px 5px;color:#000000;border-bottom:1px solid #000000;}
#recent-posts-3 ul li:last-child {
    border-bottom:0px!important;
}
#categories-3 ul {
    list-style-type: none;
  margin-top: 20px;
}

#categories-3 ul li a{
border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5%;
}
.text01 {
  font-size: 40px;
  color: rgb(255, 255, 255);
  line-height: 1;
  font-weight: bold;
  text-shadow: 2.5px 4.33px 12.32px rgba(1, 1, 1, 0.392);
  z-index: 41;
}
.text02 {
  font-size: 40px;
  color: #ff9c00;
  font-weight: bold;
  line-height: 1;
  text-shadow: 2.5px 4.33px 12.32px rgba(1, 1, 1, 0.392);
  z-index: 41;
}
.text03 {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  text-shadow: 2.5px 4.33px 12.32px rgba(1, 1, 1, 0.392);
  z-index: 41;
}
.text04 {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  text-shadow: 2.5px 4.33px 12.32px rgba(1, 1, 1, 0.392);
  z-index: 41;
}
.text04:hover{color: #ff9c00;}

.text05{padding: 50px 0px;
    
    color: #ff9c00;
    font-style: italic;
    font-weight: bold;}
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}



/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/*home page hover effect*/
.gap-right {
         margin-right: 10px; 
         }
         .contact-us{
         color: #818181;
         }
         .contact-us > h4{
         color: #ffffff;
         }
         .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 4.75em;
  background: #FF9C00;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect img {
    display: block;
    position: relative;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.hovereffect:hover img {
-webkit-transform: translate3d(0,-10%,0);
  transform: translate3d(0,-10%,0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
  
  float: left;
  margin: 0px;
  display: inline-block;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}
.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}


.hovereffect p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
  color: #252d31;
}

.hovereffect h2,
.hovereffect p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}

.hovereffect p.icon-links a span:before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.hovereffect:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hovereffect:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.hovereffect:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* Footer Styles */

footer {
    background-color: #171717;
    color: #ffffff;
        padding: 20px;
}
.footer {
    background-color: #171717;
    
}


.iconcontainer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.iconbox {
  background-color: #ffffff;
  border: 2px solid #D9D9D9;
  /*border-bottom: none;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 25px;   
  display: block;
  margin-top: 60px;
  margin-bottom: 15px;
}
.iconbox-icon {
  background-color: #ffffff;
  border: 2px solid #D9D9D9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  margin-top: -70px;
}
.iconbox-icon span {
  color: #ff9c00;
  font-size: 35px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 70px;
  text-align: center;
  vertical-align: middle;
}
.iconbox-icon > i {
  color: #ff9c00;
  font-size: 35px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 70px;
  text-align: center;
  vertical-align: middle;
}
.featureinfo h4 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.featureinfo > p {
  color: #000000;
  font-size: 16px;
  padding-top: 4px;
}
.featureinfo > a{
    width: 100%;
    display: block;
    font-weight: bold;
    color: #d48100;
}
.btn-default {
  text-shadow: 0px 1px 0px #FFF;
  background-image: linear-gradient(to bottom, #FFF 0px, #E0E0E0 100%);
  background-repeat: repeat-x;
  border-color: #CCC;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}
@media screen and (min-width:768px){
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: #fff;
    }
    div#navbar-brand-centered{padding: 80px 0 25px 0;}
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
    .navbar-nav>li>a {
    border-bottom: 3px solid #ffffff;
}
    .navbar-nav>li>a:hover {
    border-bottom: 3px solid #00deff;
}   /*.navbar-default .navbar-nav>li>a{line-height: 160px;}*/
}

/*==========Meet The Team==========*/
.team{width: 100%;
height: 300px;
background-color: #ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
position: relative;}
.team-info{position:absolute;
    bottom:0;
    left:0;
    width:100%;
    border:none;
    background:rgba(255,255,255,0.74);
    text-align: center;
    height:80px;
    }

@media only screen and (max-width:768px){
.navbar-brand {
float: none!important;
    height: 170px!important;
text-align: center!important;
}
}

.btn-warning {
    margin: 20px 0!important;
    color: #fff;
  font-size: 18px!important;
    font-weight: 800!important;
    background-color: #E79C00!important;
    border-color: #eea236;
}
.bgcolor1{
background-color: #E79C00!important;
      margin: 10px 0!important;
  border: none!important;
}

.team-member{text-align:center;margin-bottom:50px}
.team-member img{margin:0 auto;border:7px solid #fff}
.team-member h4{margin-top:25px;margin-bottom:0;text-transform:none}
.team-member p{margin-top:0}
ul.social-buttons li a {
    display: block;
    background-color: #222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
ul.social-buttons li a:hover {
    background-color: #FF9C00;
}
.fa-ul li{font-weight: 700;font-size: 25px!important;}

.footer{margin-top: 60px;}

ul#footer-ul li, ul#footer-ul li a {font-size:14px!important;font-weight: normal;margin-top: 10px;color: #818181!important;}

.dotm-overlay {
  background: url(https://s14.directupload.net/images/111129/44ga9qid.png);
  width: 100%;
  height: 400px; /*height of the image*/
}
.team-member {background-color: #f1f1f1;
    border: 2px solid #D9D9D9;
    border-radius: 4px;
    padding: 20px;}

.team-member img {
    border: 4px solid #ff9c00!important;
}

#menu-item-221 > a {
    color: orange;
}

.oneall_social_login {
    margin-top: 10px !important;
}

.user-profile-picture {
    display:none;
}

#subscription-toggle {
    margin-left:20px;
}

ul > li.cat-item > a {
    border: inherit !important;
}

.left-image-float {
    float: left;
    margin: 4px;
}

.right-image-float {
    float: right;
    margin: 4px;
}




