/*-----------------------------------------------------------------------------------

 Theme Name: Sharm
 Theme URI: http://
 Description: The Landing page creative Template
 Author: design_story
 Author URI: http://themeforest.net/user/design_story
 Version: 1.0.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

 01 Basics
 02 Buttons
 03 Navbar
 04 Header
 05 About
 06 Services
 07 Hire us
 08 Works
 09 Numbers
 10 Testimonials
 11 Team
 12 Blog
 13 Contact
 14 Clients
 15 Footer
 16 Responsive
 

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  word-wrap: break-word; }

body {
  color: #222;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  overflow-x: hidden !important; }

p {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0; }

h1, h2, h3, h4 {
  font-weight: 700; }

h5, h6 {
  font-weight: 600; }

img {
  width: 100%;
  height: auto; }

span, a, a:hover {
  color: inherit;
  display: inline-block;
  text-decoration: none; }

.section-padding {
  padding: 80px 0; }
  
.heading{margin-bottom:20px !important;}

.section-head {
  margin-bottom: 50px; }
  .section-head h6 {
    color: #f00;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 4px; }
  .section-head h4 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative; }
    .section-head h4:after {
      content: '';
      display: block;
      width: 70px;
      height: 2px;
      background: #1572b4;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .section-head h4:before {
      content: '';
      height: 1px;
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 200px; }
  .section-head p {
    margin: 15px auto 0 auto;
    width: 80%; }

.bg-gray {
  background: #f7f7f7; }

.o-hidden {
  overflow: hidden; }

.position-re {
  position: relative; }

.full-width {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important; }

.lg-line-height {
  line-height: 1.5; }

.half-content {
  position: relative;
  z-index: 3; }
  .half-content h5, .half-content h6 {
    color: inherit !important; }

.bg-img {
  background-repeat: no-repeat;
  background-size: cover; }

.bg-fixed {
  background-attachment: fixed; }

.pattern {
  background-repeat: repeat;
  background-size: auto; }

.sub-title {
  color: #f00;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px; }

.bold {
  font-weight: 800; }

.count {
  font-family: 'Dosis', sans-serif; }

#particles-js {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.valign {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.v-middle {
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  left: 0;
  position: absolute;
  top: 60%;
  transform: translate(0%, -50%);
  width: 100%; }

.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: .7;
  margin-top: 30px; }

.owl-theme .owl-dots .owl-dot span {
  background: #ddd;
  border-radius: 0;
  height: 10px;
  margin: 0 7px;
  width: 10px;
  border-radius: 50%; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f00; }

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  background: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  outline: none !important;
  overflow: hidden;
  padding: 12px 30px;
  position: relative;
  transition: all .4s;
  z-index: 3; }
  .butn span {
    position: relative;
    transition-delay: 0s;
    z-index: 2; }
  .butn:before, .butn:after {
    background: #fff;
    content: '';
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    transition: width 0.4s;
    width: 0;
    z-index: 1; }
  .butn:after {
    background: #fff;
    opacity: 1;
    transition-delay: 0s; }
  .butn:hover:before, .butn:hover:after {
    width: 100%; }
  .butn:hover:after {
    transition-delay: .2s; }
  .butn:hover span {
    transition-delay: .2s; }

.butn-bord {
  border-color: #f00; }
  .butn-bord:before, .butn-bord:after {
    background: #f00; }
  .butn-bord:hover span {
    color: #fff; }

.butn-bg {
  background: #1572b4;
  border-color: #1572b4;
  color: #fff; }
  .butn-bg:hover span {
    color: #f00; }

.butn-light {
  background: #fff; }
  .butn-light:before, .butn-light:after {
    background: #f00; }
  .butn-light:hover span {
    color: #fff; }
  .butn-light span {
    color: #f00; }

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  background: transparent;
  left: 0;
  min-height: 70px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9; }
  .navbar .icon-bar {
    color: #000; }
  .navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 15px 5px;
    transition: all .4s; }
    .navbar .navbar-nav .nav-link:hover {
      color: #5eb4f1; }
  .navbar .navbar-nav .active {
    color: #5eb4f1 !important; }

.nav-scroll {
  background: #fff;
  box-shadow: 0px 5px 30px #686464;
  left: 0;
  padding: 0;
  position: fixed;
  top: -100px;
  transform: translateY(100px);
  transition: transform .5s;
  width: 100%;
  z-index: 100; }
  .nav-scroll .icon-bar {
    color: #222; }
  .nav-scroll .navbar-nav .nav-link {
    color: #222; }
  .nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #111; }

.logo {
 /* padding: 15px 5px;
  width: 100px;*/ 
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  overflow: hidden;
  /* xclip */ }
  .header .caption .o-hidden {
    display: inline-block; }
  .header .caption h2 {
    font-size: 30px;
    font-weight: 300; }
  .header .caption h4 {
    font-size: 35px;
    animation-delay: .2s;
    font-weight: 300;
    letter-spacing: 4px; }
  .header .caption h1 {
    animation-delay: .6s;
    font-family: inherit;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0px 0;
	
    word-spacing: 2px;
    margin-bottom: 20px; }
  .header .caption p {
    animation-delay: 1s;
    color: #eee;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 2px; }
    .header .caption p span {
      letter-spacing: 5px;
      margin: 0 5px;
      padding-right: 14px;
      position: relative;
      text-transform: uppercase; }
      .header .caption p span:last-child {
        padding: 0; }
        .header .caption p span:last-child:after {
          display: none; }
      .header .caption p span:after {
        background: #f00;
        border-radius: 50%;
        content: '';
        height: 7px;
        opacity: .5;
        position: absolute;
        right: 0;
        top: 10px;
        width: 7px; }
  .header .caption .butn {
    animation-delay: 1.2s; }
  .header .social a {
    color: #eee;
    font-size: 13px;
    margin: 10px 15px; }
  .header .cd-headline {
    font-size: 3rem;
    line-height: 1.2; }
  @media only screen and (min-width: 768px) {
    .header .cd-headline {
      font-size: 4.4rem;
      font-weight: 300; } }
  @media only screen and (min-width: 1170px) {
    .header .cd-headline {
      font-size: 6rem; } }
  .header .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left; }
  .header .cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: 600 !important; }
  .header .cd-words-wrapper b.is-visible {
    position: relative; }
  .header .no-js .cd-words-wrapper b {
    opacity: 0; }
  .header .no-js .cd-words-wrapper b.is-visible {
    opacity: 1; }
  .header .cd-headline.clip span {
    display: inline-block;
    padding: .2em 0; }
  .header .cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top; }
  .header .cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 70%;
    background-color: #aebcb9; }
  .header .cd-headline.clip b {
    opacity: 0; }
  .header .cd-headline b.is-visible {
    opacity: 1; }

.slider .owl-item, .slider-fade .owl-item {
  height: 100vh;
  position: relative; }
.slider .item, .slider-fade .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .slider .item .caption, .slider-fade .item .caption {
    z-index: 8; }
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
  bottom: 5vh;
  position: absolute;
  width: 100%; }

.page-header {
  height: 70vh; }
  .page-header h6 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px; }
    .page-header h6 a:hover {
      color: #f00; }
    .page-header h6 i {
      font-size: 10px;
      margin: 0 15px; }
  .page-header h1 {
    font-weight: 600;
    margin-bottom: 10px; }

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start About ]
-----------------------------------------------------------------*/
.about h2 {
  font-size: 34px;
  position: relative;
  padding-bottom: 15px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 140%; }
  .about h2:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #1572b4;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .about h2:before {
    content: '';
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 250px; }
.about img.personal {
  width: 100%; }

/* ----------------------------------------------------------------
     [ End About ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Services ]
-----------------------------------------------------------------*/
.services-v .serv-item {
  background-color: #f4f4f4; 
  border: 1px solid #f4f4f4;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out; }
  .services-v .serv-item:hover {
    background-color: #fff;
	border: 1px solid #f4f4f4;
	/*background-color: #dc35456b;*/
    border-radius: 5px;
    box-shadow: none; }
  .services-v .serv-item .icon {
    border-radius: 50%;
    color: #f00;
    font-size: 35px;
    height: 100px;
    line-height: 70px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    width: 100px; }
  .services-v .serv-item h6 {
    font-weight: 500;
	font-size:21px;
    margin-bottom: 20px; }

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* -------------------------------------------------------
     [ 07 Start Hire us ]  
-------------------------------------------------------- */
.hire {
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover;
  color: #fff; }
  .hire h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #ffffff;
    text-transform: capitalize; }
  .hire p {
    margin-bottom: 30px;
    text-align: center;
    color: #eee; }
  .hire a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500; }

/* ----------------------------------------------------------------
     [ End Hire us ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Works ]
-----------------------------------------------------------------*/
.works .filtering .filter {
  display: inline-block;
  padding: 2px 10px; }
.works .filtering span {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin: 0 5px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s; }
  .works .filtering span:hover {
    color: #f00; }
.works .filtering .active {
  border: 1px solid #f00;
  color: #f00; }
.works .gallery {
  padding-left: 0;
  padding-right: 0; }
.works .larg-padding {
  padding: 0 15px; }
  .works .larg-padding .item-img {
    border: 10px solid #fff;
    margin-top: 30px; }
.works .no-padding {
  padding: 0; }
  .works .no-padding .item-img {
    margin-top: 0; }
.works .gutter {
  padding: 0 10px; }
  .works .gutter .item-img {
    margin-top: 20px; }
.works .item-img {
  margin-top: 30px;
  position: relative; }
  .works .item-img:hover .item-img-overlay {
    opacity: 1;
    transform: scale(1, 1); }
.works .item-img-overlay {
  background: rgba(255, 255, 255, 0.9);
  border: 10px solid rgba(225, 96, 56, 0.9);
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0, 0);
  transition: all .5s; }
  .works .item-img-overlay .icon {
    bottom: 30px;
    color: #3C3C3C;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 30px;
    text-align: center;
    width: 30px; }
  .works .item-img-overlay p {
    color: #626262;
    font-weight: 400; }
  .works .item-img-overlay h6 {
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px; }

/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Numbers ]
-----------------------------------------------------------------*/
.numbers .icon {
  color: #f00;
  font-size: 45px;
  margin-bottom: 20px; }
.numbers h3 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 20px; }
.numbers h6 {
  font-weight: 300; }

.states .icon {
  color: #eee;
  font-size: 60px;
  margin-bottom: 10px; }
.states .sub-title {
  color: #f00; }
.states h5 {
  font-weight: 200;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative; }
  .states h5:after {
    background: #f00;
    bottom: 0;
    content: '';
    height: 1px;
    left: calc(50% - 50px);
    position: absolute;
    width: 100px; }
  .states h5 b {
    font-weight: 700; }
.states .item h3 {
  margin-bottom: 10px; }
.states .item h6 {
  font-size: 16px;
  font-weight: 400; }

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials-grid .section-head h4:before {
  background: rgba(255, 255, 255, 0.5); }
.testimonials-grid .section-head p {
  color: #eee; }
.testimonials-grid .item {
  padding: 70px 30px 50px;
  position: relative;
  z-index: 3; }
  .testimonials-grid .item:after {
    border: 1px solid #fff;
    content: '';
    height: 96%;
    left: 2%;
    position: absolute;
    top: 2%;
    width: 96%;
    z-index: -1; }
  .testimonials-grid .item p {
    padding-bottom: 30px;
    /*padding-top: 40px;*/
    position: relative;
    color: #eee;
	text-align: justify;
	 }
    .testimonials-grid .item p:before {
      display:none;
	  color: #fff;
      font-family: 'FontAwesome',sans-serif;
      font-size: 40px;
      font-weight: 400;
      line-height: 80px;
      content: '\f10d';
      left: 42%;
      position: absolute;
      bottom: 150px; }
  .testimonials-grid .item .info {
    display: inline-block; }
    .testimonials-grid .item .info .img {
      border-radius: 50%;
      border: 2px solid #f6f6f6;
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
      float: left;
      height: 60px;
      overflow: hidden;
      width: 60px; }
    .testimonials-grid .item .info h6 {
      font-size: 14px;
      margin-left: 80px;
      padding-top: 10px; }
      .testimonials-grid .item .info h6 span {
        color: #ccc;
        display: block;
        font-size: 12px;
        font-style: italic;
        margin-top: 5px; }

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Team ]
-----------------------------------------------------------------*/
.team .item {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .team .item:hover .info {
    bottom: 30%; }
    .team .item:hover .info .icon {
      display: inline-block; }
  .team .item:hover .team-img:after {
    height: 100%;
    opacity: .6;
    top: 0;
    visibility: visible; }
  .team .item .team-img {
    overflow: hidden;
    position: relative; }
    .team .item .team-img:after {
      background-color: rgba(0, 0, 0, 0.8);
      background: #f00;
      border-top: 2px solid #fff;
      content: '';
      height: 25%;
      left: 0;
      opacity: 1;
      position: absolute;
      top: 75%;
      transition: all .4s;
      visibility: visible;
      width: 100%; }
  .team .item .info {
    color: #fff;
    bottom: 10px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    transition: all .4s;
    width: 100%;
    z-index: 4; }
    .team .item .info h6 {
      font-size: 16px;
      letter-spacing: 1px;
      margin-bottom: 5px; }
    .team .item .info span {
      font-size: 13px;
      font-style: italic;
      margin-bottom: 10px; }
    .team .item .info .icon {
      color: #eee;
      cursor: pointer;
      display: none;
      font-size: 14px;
      margin: 7px; }

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Blog ]
-----------------------------------------------------------------*/
.blog .item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05); }
  .blog .item .post-img {
    position: relative; }
    .blog .item .post-img .img {
      box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
      overflow: hidden; }
    .blog .item .post-img:hover img {
      transform: scale(1.1, 1.1); }
    .blog .item .post-img img {
      transition: all .5s; }
    .blog .item .post-img .tag {
      /*bottom: 0px;
      right: 0px;*/
	  top : 45%;
	  left : 42%;
      color: #fff;
      font-size: 10px;
      font-weight: 500;
      position: absolute; }
      .blog .item .post-img .tag a {
        /*background-color: #111;*/
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        font-size: 18px;
       /* padding: 8px 12px;*/ }
  .blog .item h6 {
    font-size: 18px;
    margin-bottom: 20px;
    transition: all 0.3s ease; }
    .blog .item h6:hover {
      color: #f00; }
  .blog .item .cont {
    padding: 30px 15px; }
    .blog .item .cont .tag {
      bottom: 15px;
      color: #fff;
      font-size: 10px;
      font-weight: 500;
      position: absolute; }
      .blog .item .cont .tag a {
        background-color: #f00;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        font-size: 12px;
        padding: 8px 12px; }
      .blog .item .cont .tag .icon {
        font-size: 8px; }
  .blog .item .info {
    padding-bottom: 15px; }
    .blog .item .info a {
      color: #999;
      font-size: 14px;
      font-weight: 400;
      margin-right: 10px; }
  .blog .item .comment {
    text-transform: uppercase;
    margin-top: 15px; }
    .blog .item .comment a {
      color: #999;
      font-size: 14px;
      font-weight: 400;
      margin-right: 10px; }

.posts .item {
  margin-bottom: 30px;
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 0; }
  .posts .item .cont {
    padding-bottom: 10px; }
    .posts .item .cont .info {
      padding-bottom: 5px; }
  .posts .item .spical {
    margin: 15px;
    padding: 15px;
    border-left: 4px solid #f00; }
.posts .title {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }
.posts .info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee; }
  .posts .info a {
    color: #999;
    font-weight: 600;
    font-size: 11px; }
    .posts .info a .author {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 5px -6px 0;
      position: relative; }
    .posts .info a .icon {
      font-size: 12px;
      margin-right: 2px; }
  .posts .info .right {
    float: right; }
.posts .comments, .posts .add-comment {
  padding: 30px 15px;
  background: #fff;
  /*border: 1px solid #eee;*/
  box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
   }
  .posts .comments .com, .posts .add-comment .com {
    margin-bottom: 30px; }
    .posts .comments .com:last-child, .posts .add-comment .com:last-child {
      margin-bottom: 0; }
    .posts .comments .com:nth-child(odd), .posts .add-comment .com:nth-child(odd) {
      margin-left: 50px; }
  .posts .comments .img, .posts .add-comment .img {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    border: 1px solid #eee;
    overflow: hidden; }
  .posts .comments .cont, .posts .add-comment .cont {
    margin-left: 75px; }
    .posts .comments .cont h6, .posts .add-comment .cont h6 {
      font-size: 12px;
      margin-bottom: 5px; }
    .posts .comments .cont span, .posts .add-comment .cont span {
      color: #999;
      font-size: 11px;
      font-style: italic;
      margin-bottom: 10px; }
    .posts .comments .cont .reply, .posts .add-comment .cont .reply {
      float: right;
      margin-right: 15px;
      margin-top: -15px;
      font-weight: 600; }
      .posts .comments .cont .reply:hover, .posts .add-comment .cont .reply:hover {
        color: #f00; }
.posts form input, .posts form textarea, .posts form select {
  width: 100%;
  padding: 15px;
  background-color: #fafafa;
  border: 0;
  margin-bottom: 1.25rem; }
.posts form textarea {
  height: 140px;
  max-height: 140px;
  max-width: 100%;
  margin-bottom: 10px; }
.posts form .butn {
  margin: 30px 0 0 0;
  cursor: pointer; }

.pagination {
  text-align: center; }
  .pagination ul {
    margin: auto; }
  .pagination li {
    float: left;
    margin: 0 5px; }
    .pagination li a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      background-color: #fff; }
  .pagination .active a {
    background-color: #f00;
    color: #fff; }

.side-bar .widget {
  padding: 30px 15px;
  border: 1px solid #eee;
  background-color: #fff;
  margin-bottom: 30px;
  overflow: hidden; 
  box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
  }
  .side-bar .widget ul {
    margin-bottom: 0; }
	.side-bar .widget ul li {
	margin-bottom: 10px;
	color: #444;
	font-size: 13px; }
	.side-bar .widget ul li:last-child {
	margin-bottom: 0; }
	.side-bar .widget ul li i {
	font-size: 10px;
	margin-right: 10px; }
  .side-bar .widget .recent li {
    display: block;
    overflow: hidden; }
  .side-bar .widget .recent .thum {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left; }
  .side-bar .widget .recent a {
    display: block;
    margin-left: 60px;
    line-height: 1.7; }
.side-bar .widget-title {
  margin-bottom:20px; }
  .side-bar .widget-title h6 {
    font-size: 13px;
    text-transform: uppercase;
    background-color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; }
.side-bar .search form {
  position: relative; }
  .side-bar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #eee; }
  .side-bar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #999;
    border: 0;
    padding: 10px;
    cursor: pointer; }
.side-bar .gallery li {
  width: 33.33333%;
  float: left;
  border: 5px solid #fff; }
.side-bar .tags li {
  font-size: 12px;
  margin: 2px !important;
  padding: 5px 10px;
  background-color: #f00;
  color: #fff !important;
  border-radius: 4px;
  float: left; }
  .side-bar .tags li:hover {
    background-color: #222; }

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Contact ]
-----------------------------------------------------------------*/
.page-contact {
  position: relative;
  border-bottom: 1px solid #eee; }

.form input, .form textarea, .form select {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  padding: 15px;
  width: 100%;
  border-radius: 10px; }
  .form input:focus, .form textarea:focus {
    border-color: #ddd; }
.form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%; }
.form .form-group {
  position: relative; }
.form .help-block li {
  color: #ce7373;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  right: 15px;
  top: 15px; }

.page-social {
  text-align: center; }
  .page-social a {
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    margin: 5px;
    padding: 12px 60px;
    transition: all .2s; }
    .page-social a:hover {
      background-color: transparent;
      color: #555; }

.page-map {
  background-color: #f7f7f7; }
  .page-map #ieatmaps {
    height: 400px; }

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Clients ]
-----------------------------------------------------------------*/
.clients a {
  opacity: .8; }
  .clients a:hover {
    opacity: 1; }

/* ----------------------------------------------------------------
     [ 15 Start Footer ]
-----------------------------------------------------------------*/
.one-footer {
  background: #111;
  padding: 25px 0; }
  .one-footer .logo {
    /*width: 100px;*/
	 }
  .one-footer .social a {
    color: #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #222;
    margin: 15px 5px; }
    .one-footer .social a:hover {
      background: #f00; }
  .one-footer p {
    color: #999;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px; }

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   [ 16 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .mb-md80 {
    margin-bottom: 80px; }

  .mb-md60 {
    margin-bottom: 60px; }

  .mb-md50 {
    margin-bottom: 50px; }

  .mb-md30 {
    margin-bottom: 30px; }

  .mb-md15 {
    margin-bottom: 15px; }

  .mb-md0 {
    margin-bottom: 0; }

  .md-text-center {
    text-align: center !important; }

  .bgimg-height {
    height: 400px; }

  .bg-fixed {
    background-attachment: scroll !important; }

  .navbar .logo {
    /*margin-left: 15px;*/ }
  .navbar button {
    margin-right: 15px;
    outline: none !important; }
  .navbar .container {
    max-width: 100%; }
  .navbar .navbar-collapse {
    background: #fff;
    max-height: 340px;
    overflow: auto;
    padding: 10px 30px;
    text-align: left; }
  .navbar .nav-link {
    margin: 10px auto !important; }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important; }
  .nav-scroll .navbar-collapse .active {
    color: #f00 !important; }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important; }
    .header .caption h4 {
      font-size: 30px; }
    .header .caption h1 {
      font-size: 45px;
      line-height: 1.4; } }
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px; }

  .mb-sm60 {
    margin-bottom: 60px; }

  .mb-sm30 {
    margin-bottom: 30px; }

  .mb-sm15 {
    margin-bottom: 15px; }

  .mb-sm10 {
    margin-bottom: 10px; }

  .section-box h3 {
    font-size: 25px;
    line-height: 1.3; }

  .bgimg-height-sm {
    height: 400px; }

  .header .caption h4 {
    font-size: 16px; }
  .header .caption h1 {
    font-size: 22px;
    padding-left: 5px;
    padding-right: 5px; }
  .header .caption p {
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px; }
  .header .caption .butn {
    margin-top: 15px !important; }

  .about h2, .hire h2 {
    font-size: 26px; }

  .portfolio .filtering span {
    margin-bottom: 10px; }

  .testimonials-grid .item p:before {
    bottom: 173px; }

  .page-header h1 {
    font-size: 28px; } }
@media screen and (max-width: 480px) {
  .section-head h4 {
    font-size: 18px; }
  .section-head p {
    width: 100%; }

  .works .filtering {
    padding: 0; }

  .works .filtering .filter {
    border: 0;
    padding: 0; }

  .works .filtering span {
    margin: 0 0 5px; } }
/* ----------------------------------------------------------------
     [ The End ]
-----------------------------------------------------------------*/

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
 .visible-xs{display:none}
 .visible-xs-logo{display:none}
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
.visible-xs{display:none}
.visible-xs-logo{display:none}
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
.visible-xs{display:none}  
.visible-xs-logo{display:none}
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.visible-xs{display:none}
.visible-xs-logo{display:none}
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
.hidden-xs {display:none;}
.hidden-xs-logo {display:none;}
.page-header {height:45vh; }
.section-padding {padding: 50px 0px;}
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
.hidden-xs {display:none;}
.hidden-xs-logo {display:none;}
.page-header {height:45vh; }
.section-padding {padding: 50px 0px;} 
}
/*
@media screen and (max-width: 991px){
.hidden-xs {display:none;}
}*/

/*# sourceMappingURL=style.css.map */






.testimonials-grid .item {
  background-color: #fff;
  padding: 50px 30px 60px;
  position: relative;
  z-index: 3; }
  .testimonials-grid .item:after {
    border: 1px solid #eee;
    content: '';
    height: 96%;
    left: 2%;
    position: absolute;
    top: 2%;
    width: 96%;
    z-index: -1; }
  .testimonials-grid .item p {
    border-top: 1px solid #eee;
    padding-bottom: 30px;
    padding-top: 20px;
    position: relative; }
    .testimonials-grid .item p:before {
      background-color: #fff;
      border-right: 1px solid #eee;
      border-top: 1px solid #eee;
      bottom: 166px;
      content: '';
      height: 20px;
      left: 220px;
      position: absolute;
      transform: rotate(-45deg);
      width: 20px; }
  .testimonials-grid .item .rating {
    display: inline-block;
    float: right;
    font-size: 0;
    letter-spacing: 10px;
    line-height: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 116px; }
    .testimonials-grid .item .rating:before {
      color: #0495d6;
      content: "\f005\f005\f005\f005\f005";
      font-family: 'FontAwesome',sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px; }
    .testimonials-grid .item .rating.rating-4:before {
      content: "\f005\f005\f005\f005\f123"; }
  .testimonials-grid .item .info {
    display: inline-block;
    margin-bottom: 30px; }
    .testimonials-grid .item .info .img {
      border-radius: 50%;
      border: 2px solid #f6f6f6;
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
      float: left;
      height: 60px;
      overflow: hidden;
      width: 60px; }
    .testimonials-grid .item .info h6 {
      font-size: 14px;
      margin-left: 80px;
      padding-top: 10px; }
      .testimonials-grid .item .info h6 span {
        color: #999;
        display: block;
        font-size: 12px;
        font-style: italic;
        margin-top: 5px; }


