/** PEACH **/
/** NAVY **/
/** OFF WHITE **/
body {
  line-height: 24px;
  font-size: 14px;
  color: #1F658D;
  font-weight: 400;
  color: #444;
  font-family: 'Roboto', sans-serif;
}
#features .feature-block p {
  font-size: 15px;
  color: #333;
  line-height: 24px;
  font-weight: 300;
  margin-top: 20px;
}
.title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333;
}
.title h2:before {
  content: '';
  width: 40px;
  height: 2px;
  background: #1F658D;
  position: absolute;
  top: 12px;
  left: -60px;
}
.title h2:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #1F658D;
  position: absolute;
  top: 12px;
  right: -60px;
}
.navbar-toggle:hover {
  border-color: #1F658D;
}
.navbar-toggle:hover .icon-bar {
  background: #1F658D;
}
.menu a {
  color: #333;
  transition: 0.3s;
  position: relative;
  font-size: 16px;
}
.menu a:before {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 12px;
  width: 0;
  height: 1px;
  background: #1F658D;
  transition: 0.3s;
}
.menu a:hover {
  background: transparent;
  color: #1F658D;
}
.menu .active a {
  color: #1F658D;
}
#banner .block h1 {
  padding-bottom: 25px;
  font-size: 55px;
  font-weight: 100;
  color: #fff;
}
#banner .block .btn-learn:hover {
  border-color: #1F658D;
  color: #1F658D;
}
#features .feature-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #1F658D;
}
#counter .block i {
  display: block;
  font-size: 40px;
  line-height: 1;
  /**padding-bottom: 20px;**/
  color: #1F658D;
}
#portfolio .block .recent-work-mixMenu ul li button:hover {
  color: #1F658D;
}
#portfolio .block .recent-work-mixMenu ul li button:focus {
  outline: 0;
}
#portfolio .block .recent-work-mixMenu ul li .active {
  color: #1F658D;
}
#email .block .button {
  position: relative;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #ECF0F1;
  background: #1F658D;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  transition: all 300ms linear;
  font-size: 30px;
  margin-top: 10px;
}
#testimonial .media .media-left a:before {
  content: "\f347";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  font-family: "Ionicons";
  background: #1F658D;
  text-align: center;
  color: #ECF0F1;
  font-size: 13px;
  padding-top: 2px;
}
#team .block:hover {
  border: 3px solid #1F658D;
}
#team .team-overlay .icon {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  padding: 10px;
  line-height: 1;
  margin-top: 36px;
  margin-bottom: 25px;
  border-radius: 100%;
  display: inline-block;
  background: #1F658D;
}
#team .team-overlay .media a:hover {
  color: #1F658D;
}
#pricing-table {
  padding: 100px 0 127px;
  background: #1F658D;
}
#pricing-table .block .btn-buy {
  border-color: #ECF0F1;
  border-radius: 25px;
  color: #ECF0F1;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s;
  background: #ECF0F1;
  color: #1F658D;
}
#contact-form form input,
#contact-form form textarea {
  padding: 24px 20px 0;
  border-color: #1F658D;
  border-radius: 5px;
  font-size: 14px;
  color: #97a0af;
  box-shadow: none;
}
#contact-form form button {
  float: right;
  color: #ECF0F1;
  font-size: 16px;
  padding: 17px 43px;
  background: #1F658D;
  border-radius: 40px;
  font-weight: 600;
  border-color: transparent;
  transition: 0.3s;
}
#contact-form form button:hover {
  background: none;
  color: #1F658D;
  border-color: #1F658D;
}
/*
#blog-post .content h4 a:hover {
 color: @primary;
}
#blog-post .content h4::before {
    content: '';
    position: absolute;
    left: 45%;
    top: -6px;
    width: 30px;
    height: 2px;
    background-color: @primary;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

#blog-post .content .btn-read {
  background: @primary;
  color: @wht;
  padding:10px 20px;
  font-size: 13px;
  margin-top: 15px;
  border-radius: 25px;
}



#blog-left .block .media-link{
  text-align: center;
  padding: 5.5% 0;
  border-bottom: 4px solid @primary;
}

#blog-left .blog-comment-main{
  padding-bottom: 7%;
  margin-bottom: 7%;
  border-bottom: 4px solid @primary;
}


#blog-left .blog-comment-main .comment-text .btn{
  font-size: 9px;
  padding: 4px 12px 3px;
  border: 2px solid @primary;
  color: @wht;
  display: inline-block;
  background-color: @primary;
  width: auto;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  letter-spacing: 1px;
}
#blog-left .addcomment .blog-comment-form form input:focus{
  border: 2px solid @primary ;
  box-shadow: none;
}

#blog-left .addcomment .blog-comment-form form textarea{
  border-radius: 0;
  padding: 18px 25px;
  min-height: 100px;
  border: 2px solid rgba(0,0,0,.1);
}

#blog-left .addcomment .blog-comment-form form textarea:focus{
  box-shadow: none;
  border: 2px solid @primary;
}

#blog-left .addcomment .blog-comment-form form button{
  font-size: 14px;
  padding: 10px 22px;
  letter-spacing: 1px;
  border: 2px solid @primary;
  color: @wht;
  background-color: @primary;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
}

#blog-left .addcomment .blog-comment-form form button:hover{
  background-color: transparent;
  border: 2px solid @primary;
  color: @primary;
}


#blog-left .widget span:before{
  content: "";
  position: absolute;
  bottom: 0;
  background: @primary;
  width: 30px;
  height: 4px;
}

 */
#counter {
  /*background: url(../img/counter-bg.jpg) no-repeat;*/
  background: url(../img/banner3blur.jpg) no-repeat;
  /**background-size: cover;**/
  background-position: 0px -430px;
  position: relative;
  text-align: center;
  padding: 100px 0;
}
#email {
  padding: 105px 0;
  /*background: url("../img/new-latter.jpg") no-repeat;*/
  background: url("../img/bannerPeople.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
/** MY CSS **/
.padTopBtm {
  padding-top: 5%;
  padding-bottom: 5%;
}
.round {
  border-radius: 50%;
}
.radius {
  border-radius: 20px;
}
@media (max-width: 991px) {
  #testimonial .col-md-6 {
    border: solid #dedede;
    border-width: 0 0px 1px 0;
    padding-bottom: 42px;
  }
  #testimonial .col-md-6:nth-child(4n) {
    border-bottom: solid 1px #dedede;
  }
}
@media (max-width: 667px) {
  #mouseWheel {
    display: none;
  }
}
