/************
///// CSS Index \\\\\\

1. header slider css
2. welcome section css
3. perfect moment section css
4. testimonial section css
5. count section css
6. bottomTab section css
7. regular-hour css
8. pricing css
9. accordion css
10. contact map css

***************/
/*================== header slider css =================*/
.slider-innner a.mentis-btn{
  margin-right: 10px;
}
.margin-center p{
  margin: 0 auto;
}
.header-carousel .owl-header-carousel .overlay .div-height-fix-flex {
  min-height: calc(100vh - 150px); }
  @media (max-width: 1399px) {
    .header-carousel .owl-header-carousel .overlay .div-height-fix-flex {
      min-height: calc(100vh - 116px); } }
  @media only screen and (max-width: 1399px) and (max-width: 991px) {
    .header-carousel .owl-header-carousel .overlay .div-height-fix-flex {
      min-height: calc(100vh - 185px);
      display: flex; } }

  @media only screen and (max-width: 1399px) and (max-width: 991px) and (max-width: 767px) {
    .header-carousel .owl-header-carousel .overlay .div-height-fix-flex {
      min-height: 490px; } }

  .header-carousel .owl-header-carousel .overlay .div-height-fix-flex .slider-innner h1, .header-carousel .owl-header-carousel .overlay .div-height-fix-flex .slider-innner h4, .header-carousel .owl-header-carousel .overlay .div-height-fix-flex .slider-innner p {
    color: #3366cc; }
  .header-carousel .owl-header-carousel .overlay .div-height-fix-flex .slider-innner h1 {
    font-size: 41px;
    text-transform: uppercase;
    font-weight: 600; }
  .header-carousel .owl-header-carousel .overlay .div-height-fix-flex .slider-innner h4 {
    font-size: 27px;
    font-weight: 400; }
  .header-carousel .owl-header-carousel .overlay .div-height-fix-flex .slider-innner p {
    font-size: 21px;
    max-width: 530px; }
  @media (max-width: 1199px) {
    .header-carousel .owl-header-carousel .overlay .div-height-fix-flex .slider-innner h1 {
      font-size: 50px; }
    .header-carousel .owl-header-carousel .overlay .div-height-fix-flex .slider-innner h4 {
      font-size: 23px; }
    .header-carousel .owl-header-carousel .overlay .div-height-fix-flex .slider-innner p {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .header-carousel .owl-header-carousel .overlay .div-height-fix-flex .slider-innner h1 {
      font-size: 36px; } 
      .slider-innner a.mentis-btn {
    margin-bottom: 60px;
    }
  }
@media only screen and (max-width: 991px) {
  .header-carousel .owl-header-carousel .overlay {
    background: rgba(249, 249, 249, 0.93); } }
.header-carousel .owl-header-carousel .single-slider {
  background-size: cover; }
  .header-carousel .owl-header-carousel .single-slider .overlay {
    background-color: transparent;
    position: relative;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-size: cover; }
.header-carousel .owl-dots {
  margin-top: -100px !important;
  position: relative; }
  
  @media only screen and (max-width: 767px) {
    .header-carousel .owl-dots {
      margin-top: -45px; } }
  .header-carousel .owl-dots .owl-dot span,
  .header-carousel .owl-dots .owl-dot:hover span {
    background: #FFFFFF;
    color: #3366cc;
    font-weight: 700;
    width: auto;
    min-width: 19vw;
    padding: 20px 0;
    height: auto;
    border-radius: 0;
    box-shadow: inset 0px -2px 5px 1px rgba(152, 157, 160, 0); }
    @media only screen and (max-width: 767px) {
      .header-carousel div.owl-dots .owl-dot,
      .header-carousel div.owl-dots .owl-dot:hover{
        width: 40px;
        height: 10px;
        min-width: 1px;
        margin: 5px 7px;
        padding: 0;
        background: #D6D6D6;
        box-shadow: none; } 
        .header-carousel .owl-dots .owl-dot span{
          display: none;
        }
      }
  .header-carousel .owl-dots .active span {
    background: #FFFFFF !important;
    box-shadow: inset 0px -2px 5px 1px rgba(152, 157, 160, 0);
    border-bottom: 3px solid #425cbb; }
    @media only screen and (max-width: 767px) {
      .header-carousel div.owl-dots .active,
      .header-carousel div.owl-dots .owl-dot:hover {
        background: #3366cc;
        box-shadow: none; } }

/*================== welcome section css =================*/
  .welcome {
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .welcome {
      margin-top: 50px; } }
 .welcome-in {
    padding: 70px;
    border-radius: 2px;
    box-shadow: 0 4px 43px 0 rgba(66, 92, 187, 0.2);
    transition: all .4s ease; }
    .welcome-in:hover {
      box-shadow: 0 4px 43px 0 rgba(66, 92, 187, 0.4);
      transition: all .4s ease; }
    @media only screen and (max-width: 991px) {
      .welcome-in {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .welcome-in {
        padding: 20px; } }
    .welcome-in .welcome-left {
      max-width: 500px;
      margin: auto; }
      .welcome-in .welcome-left a {
        margin: 20px auto 0; }
        @media only screen and (max-width: 991px) {
          .welcome-in .welcome-left a {
            margin: 20px auto; } }
    @media only screen and (max-width: 991px) {
      .welcome-in .welcome-right {
        margin: 20px auto; } }


/*================== perfect moment section css ======================== */
.perfect-quote {
    text-align: center;
    padding: 94px 0; 
}
.perfect-quote h4 {
      margin-top: 0;
      font-size: 31px;
      color: #ffffff;
}
.perfect-quote p {
      font-size: 21px;
      color: #ffffff;
}

/*================== testimonial section css ======================== */
 .testimonial .item-right h2 {
        padding-bottom: 10px;
  }
  @media only screen and (max-width: 767px) {
    .testimonial {
      margin-top: 50px;
      padding: 50px 0; } }
  .testimonial .owl-carousel-testimonial .item-single {
    padding: 70px;
    box-shadow: 0 2px 10px 0 rgba(66, 92, 187, 0.1);
    background: #ffffff;
    border-radius: 2px; }
    @media only screen and (max-width: 767px) {
      .testimonial .owl-carousel-testimonial .item-single {
        padding: 20px; } }
    .testimonial .owl-carousel-testimonial .item-single .item-left img {
      max-width: 340px; 
      margin: 0 auto;
    }
      @media (max-width: 1199px) {
        .testimonial .owl-carousel-testimonial .item-single .item-left img {
          margin: 0 auto 50px; } }
      @media only screen and (max-width: 991px) {
        .testimonial .owl-carousel-testimonial .item-single .item-left img {
          margin: 20px auto 50px; } }
    @media (max-width: 1199px) {
      .testimonial .owl-carousel-testimonial .item-single .item-right {
        text-align: center; } }
    .testimonial .owl-carousel-testimonial .item-single .item-right .testimonial-sign {
      margin-top: 25px;
      font-family: 'Clicker Script', cursive;
      font-size: 31px;
      color: #3366cc; }
  .testimonial .owl-carousel-testimonial .owl-nav {
    margin-top: 0; }
    .testimonial .owl-carousel-testimonial.center-owl-dot .owl-dots,
    .testimonial .owl-carousel-testimonial.center-owl-dot .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: inherit;
    }
    .testimonial .owl-carousel-testimonial .owl-dots {
      position: absolute;
      top: 475px;
      left: 170px; }
    .testimonial .owl-carousel-testimonial.testimonial_class .owl-dots {
      left: inherit;
      right: 270px; }
    .testimonial .owl-carousel-testimonial .owl-dots .owl-dot.active span{
        background-color: #425CBB;
      }
    .testimonial .owl-carousel-testimonial .owl-dots .owl-dot span{
      height: 15px;
      width: 15px;
    }
    .testimonial .owl-carousel-testimonial.testimonial_class .owl-nav {
    right: 188px;
    left: inherit;
    }
    .testimonial .owl-carousel-testimonial .owl-nav {
      position: absolute;
      top: 410px;
      left: 215px; }
      @media (max-width: 1199px) {
        .testimonial .owl-carousel-testimonial.testimonial_class .owl-dots {
        left: inherit;
        right: 20%;
        bottom: 20% }
        .testimonial .owl-carousel-testimonial .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: inherit;
        }
        .testimonial .owl-carousel-testimonial .owl-nav {
          left: 50%;
          margin-left: -50px; } }
      @media only screen and (max-width: 991px) {
        .testimonial .owl-carousel-testimonial .owl-dots,
        .testimonial .owl-carousel-testimonial.testimonial_class .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: inherit;
        }
        .testimonial .owl-carousel-testimonial .owl-nav {
          top: 430px; } }
      @media only screen and (max-width: 767px) {
        .testimonial .owl-carousel-testimonial .owl-dots,
        .testimonial .owl-carousel-testimonial.testimonial_class .owl-dots,
        .testimonial .owl-carousel-testimonial.testimonial_class .owl-dots{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: inherit;
        }
        .testimonial .owl-carousel-testimonial .owl-nav {
          top: 380px; } }
      @media only screen and (max-width: 375px) {
        .testimonial .owl-carousel-testimonial .owl-dots,
        .testimonial .owl-carousel-testimonial.testimonial_class .owl-dots{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: inherit;
        }
        .testimonial .owl-carousel-testimonial .owl-nav {
          top: 270px; } }
      .testimonial .owl-carousel-testimonial .owl-nav .owl-prev, .testimonial .owl-carousel-testimonial .owl-nav .owl-next {
        background: #ffffff;
        padding: 5px 16px;
        color: #3366cc; }
        .testimonial .owl-carousel-testimonial .owl-nav .owl-prev i, .testimonial .owl-carousel-testimonial .owl-nav .owl-next i {
          font-size: 12px; }

/*================== count section css ======================== */
  @media only screen and (max-width: 767px) {
    .count {
      padding: 30px 0; } }
  .count .count-content {
    padding: 92px 0; }
    @media only screen and (max-width: 767px) {
      .count .count-content {
        padding: 30px 0; } }
    .count .count-content p {
      margin: 0 auto;
      color: #ffffff;
      text-align: center;
      font-family: "Poppins", sans-serif;
      line-height: 1em; }
    .count .count-content .count-number {
      font-size: 45px; }
    .count .count-content .count-caption {
      font-weight: 600;
      font-size: 21px; }

/*================== bottomTab section css ======================== */
.bottomTab-in div.col-sm-4{
  padding: 0;
}
.bottomTab-in {
    border-radius: 2px;
    box-shadow: 0 2px 10px 0 rgba(66, 92, 187, 0.1);
    transition: all .4s ease;
    min-height: 480px; 
}
.bottomTab-in:hover {
    transition: all .4s ease;
    box-shadow: 0 2px 10px 0 rgba(66, 92, 187, 0.57); 
}
.code_block .single-block {
  padding: 75px 55px 30PX 25PX; }
  @media only screen and (max-width: 767px) {
    .code_block .single-block {
      padding: 20px 10px; } }
  .code_block .single-block h3 {
    font-size: 21px; }
  .code_block .single-block p {
    color: #444444; }

.code_block .single-block.in_activeted{
      display: block;
}
.code_block .single-block{
  display: none;
}

.pull-right .developer_section_nav ul{
  border-left: 1px solid #dddddd;
  border-right: none;
}
.pull-right .developer_section_nav ul li{
   text-align: left;
   -webkit-border-image: -webkit-linear-gradient(to right, #ccc 44%, rgba(51, 51, 51, 0) 56%) 0.5 43%;
    -moz-border-image: -moz-linear-gradient(to right, #ccc 44%, rgba(51, 51, 51, 0) 56%) 0.5 43%;
    -o-border-image: -o-linear-gradient(to right, #ccc 44%, rgba(51, 51, 51, 0) 56%) 0.5 43%;
    border-image: linear-gradient(to right, #ccc 44%, rgba(51, 51, 51, 0) 56%) 0.5 43%;
}
.developer_section_nav ul {
  margin: 0;
  padding: 0;
  border-right: 1px solid #dddddd; }
  .developer_section_nav ul a {
    color: #666666;
    font-weight: 600;
    display: block;
    padding: 25px 40px; }
    @media only screen and (max-width: 767px) {
      .developer_section_nav ul a {
        padding: 5px 40px; } }
  .developer_section_nav ul li {
    text-align: right;
    list-style-type: none;
    border-bottom: 1px solid;
    border-bottom-color: #dddddd;
    -webkit-border-image: -webkit-linear-gradient(to left, #ccc 44%, rgba(51, 51, 51, 0) 56%) 0.5 43%;
    -moz-border-image: -moz-linear-gradient(to left, #ccc 44%, rgba(51, 51, 51, 0) 56%) 0.5 43%;
    -o-border-image: -o-linear-gradient(to left, #ccc 44%, rgba(51, 51, 51, 0) 56%) 0.5 43%;
    border-image: linear-gradient(to left, #ccc 44%, rgba(51, 51, 51, 0) 56%) 0.5 43%; }
    @media only screen and (max-width: 767px) {
      .developer_section_nav ul li {
        text-align: center; } }
  .developer_section_nav ul li:first-child a {
    padding-top: 95px; }
    @media only screen and (max-width: 767px) {
      .developer_section_nav ul li:first-child a {
        padding-top: 5px; } }
  .developer_section_nav ul li:last-child {
    border-bottom: none; }
    .developer_section_nav ul li:last-child a {
      padding-bottom: 95px; }
      @media only screen and (max-width: 767px) {
        .developer_section_nav ul li:last-child a {
          padding-bottom: 5px; } }
  .developer_section_nav ul .activeted a {
    color: #3366cc; }

/*===============regular-hour css start ================*/
  .regular-hour h2 {
    font-size: 31px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px; }
    .regular-hour h2 small {
      color: #333333; }
  .regular-hour h2, .regular-hour p {
    text-align: center; }
  .regular-hour .table-responsive {
    margin: 10px auto 0; }
    .regular-hour .table-responsive .hour-table {
      padding: 50px;
      background: #4f66bb; }
    .regular-hour .table-responsive .table {
      color: #ffffff;
      margin-bottom: 0; }
      .regular-hour .table-responsive .hour-table tr{
         border-bottom: 1px solid rgba(221, 221, 221, 0.09);
      }
      .regular-hour .table-responsive .table tr th {
        font-size: 31px;
        font-weight: 400;
        border: none; }
      .regular-hour .table-responsive .table tr td {
        font-size: 16px;
        border: none; }
      .regular-hour .table-responsive .table tr th:nth-child(2), .regular-hour .table-responsive .table tr th:nth-child(3), .regular-hour .table-responsive .table tr td:nth-child(2), .regular-hour .table-responsive .table tr td:nth-child(3) {
        text-align: right; }
.kc_text_block blockquote{
    margin: auto;
    background: transparent;
    color: #222222;
    border: none;
    padding: 10px 0 10px 50px;
}
 @media only screen and (max-width: 767px) {
      .regular-hour .table-responsive .hour-table {
      padding: 50px 5px;
     } }


/*===============pricing css start ================*/
.pricing {
  background: #f7f7f7; }
  .pricing .rate-text h2 {
    font-size: 31px;
    font-weight: 600;
    margin-top: 0; }
  .pricing .rate-blue-bg {
    background: #4f66bb;
    text-align: center;
    color: #ffffff;
    padding: 55px 15px; }
    @media only screen and (max-width: 767px) {
      .pricing .rate-blue-bg {
        margin: 20px auto; } }
    .pricing .rate-blue-bg .rate-price {
      font-size: 31px; 
      margin-bottom: 15px;
    }
    .pricing .rate-blue-bg p {
      font-size: 21px; 
      margin-bottom: 0px;
    }

/*===============accordion css ================*/
.kc_text_block ul {
  padding-left: 25px;
  margin-top: 15px; 
}
.kc_text_block ul li {
  margin-bottom: 5px; 
}
.kc_accordion_section > .kc_accordion_header {
    border: 1px solid #ddd;
    background: #3366cc;
}
.kc_accordion_header > a {
    font-size: 16px !important;
    padding: 10px 30px !important;
    font-weight: 600 !important;
    color: #fff !important;
}
.kc_accordion_header > span.ui-accordion-header-icon {
    font-family: 'FontAwesome' !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.kc-section-active .kc_accordion_header.ui-state-active > span.ui-accordion-header-icon:before {
    content: "\F068" !important;
}
.kc_accordion_header > span.ui-accordion-header-icon:before {
    content: "\F067" !important;
}
.kc_accordion_content .kc-panel-body {
    padding: 30px 50px !important;
}

/*=============== contact map css ================*/
.contact_map{
  width: 100%;
  height: 215px;
}