/* ----------------------------------------------------------------

 == Table Of Content

	Basics
	Buttons
	Navbar
	Header
	Numbers
	Team
  Testimonials
	Price
	Contact
	Error 404
	Responsive


---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ Start Basics ]
-----------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
  }

  body {
    line-height: 1.3;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden !important;
  }

  p {
    font-size: 17px;
    color: #28254c;
    line-height: 1.8;
    margin: 0;
  }

  img {
    width: 100%;
    height: auto;
  }

  ul {
    margin-bottom: 0;
  }

  span, a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
  }

  a:hover {
    color: inherit;
    text-decoration: none;
  }

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

  .section-head {
    margin-bottom: 80px;
    text-align: center;
    position: relative;
    z-index: 3;
  }

  .section-head h4 {
    font-size: 40px;
    font-weight: 800;
    position: relative;
    z-index: 2;
  }
  .section-head span {
    font-size: 70px;
    font-weight: 800;
    color: #999;
    opacity: .1;
    position: absolute;
    width: 100%;
    top: -40px;
    left: 0;
    z-index: -1;
  }

  .section-head-o {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 3;
  }

  .section-head-o h4 {
    font-size: 40px;
    font-weight: 800;
    position: relative;
    z-index: 2;
    color: #28254c;
  }
  .section-head-o span {
    font-size: 60px;
    font-weight: 800;
    color: #999;
    opacity: .1;
    position: absolute;
    width: 100%;
    top: -40px;
    left: 0;
    z-index: -1;
  }

  .on-top {
    position: relative;
    z-index: 4;
  }

  .sub-title {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #28254c;
  }

  .bg-gray {
    background: #f9f9f9;
  }

  .bg-colorfull {
    background: #f51963 !important;
  }

  .colorfull {
    color: #f51963 !important;
  }

  [data-overlay-color] p {
    color: #eee;
  }

  .o-hidden {
    overflow: hidden;
  }

  .pos-re {
    position: relative;
  }

  .full-width {
    width: 100% !important;
  }

  .lg-line-height {
    line-height: 1.5;
  }

  .bg-img {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-fixed {
    background-attachment: fixed;
  }

  .pink {
    color: #6688CC !important;
  }

  .green {
    color: #93cc48 !important;
  }

  .yellow {
    color: #ffbc00 !important;
  }

  .valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
    line-height: .7;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    border-radius: 50%;
    background: #ddd;
    position: relative;
    z-index: 8;
  }

  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #28254c;
  }

  .owl-theme .owl-nav [class*=owl-] {
    background-color: rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
  }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #28254c;
  }

  .curve {
    position: absolute;
    z-index: 7;
  }
  .curve.curve-center:after {
    border-left: 50vw solid transparent;
  }
  .curve.curve-center:before {
    border-right: 50vw solid transparent;
  }
  .curve.curve-center.curve-top:after {
    border-left: 50vw solid transparent;
  }
  .curve.curve-center.curve-top:before {
    border-right: 50vw solid transparent;
  }
  .curve.curve-bottom {
    left: 0;
    bottom: -1px;
    width: 100%;
  }
  .curve.curve-bottom:after, .curve.curve-bottom:before {
    bottom: 0;
  }
  .curve.curve-top {
    left: 0;
    top: -1px;
    width: 100%;
  }
  .curve.curve-top:after, .curve.curve-top:before {
    top: 0;
    border-top: 50px solid #fff;
    border-bottom: 0;
  }
  .curve.curve-top:after {
    border-left: 70vw solid transparent;
  }
  .curve.curve-top:before {
    border-right: 30vw solid transparent;
  }
  .curve.curve-gray-b:after, .curve.curve-gray-b:before {
    border-bottom: 50px solid #f9f9f9;
  }
  .curve.curve-gray-t:after, .curve.curve-gray-t:before {
    border-top: 50px solid #f9f9f9;
  }
  .curve:after, .curve:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 50px solid #fff;
    position: absolute;
  }
  .curve:after {
    right: 0;
    border-left: 30vw solid transparent;
  }
  .curve:before {
    left: 0;
    border-right: 70vw solid transparent;
  }

  .cd-headline {
    font-size: 3rem;
    line-height: 1.2;
  }

  @media only screen and (min-width: 768px) {
    .cd-headline {
      font-size: 4.4rem;
      font-weight: 300;
    }
  }
  @media only screen and (min-width: 1170px) {
    .cd-headline {
      font-size: 6rem;
    }
  }
  .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
  }

  .cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
  }

  .cd-words-wrapper b.is-visible {
    position: relative;
  }

  .no-js .cd-words-wrapper b {
    opacity: 0;
  }

  .no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
  }

  /* xclip */
  .cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
  }

  .cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
  }

  .cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 70%;
    background-color: #aebcb9;
  }

  .cd-headline.clip b {
    opacity: 0;
  }

  .cd-headline b.is-visible {
    opacity: 1;
    font-weight: 900;
  }

  /* ----------------------------------------------------------------
       [ End Basics ]
  -----------------------------------------------------------------*/
  /* ----------------------------------------------------------------
       [ Start Buttons ]
  -----------------------------------------------------------------*/
  .butn {
    padding: 15px 30px;
    position: relative;
    border: 1px solid transparent;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 3;
    /* -webkit-box-shadow: -5px 10px 30px -5px rgba(0, 0, 0, 0.2);
            box-shadow: -5px 10px 30px -5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .4s;
    transition: all .4s; */
    cursor: pointer;
    outline: none !important;
    transition: background 0.5s ease;
    overflow: hidden;
    /* -webkit-mask-image: -webkit-radial-gradient(white, black); */
  }

  .butn:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100px;
    background: #fff;
    bottom: -25px;
    left: 0;
    border: 2px solid #fff;
    transform: translateX(-50px) rotate(45deg);
    transition: transform 0.5s ease;
  }
  .butn:hover {
    background: transparent;
    border-color: #fff;
  }
  .butn:hover:before {
    transform: translateX(330px) rotate(45deg);
  }
  .butn span {
    position: relative;
    z-index: 2;
  }

  .butn-bg {
    background: #ff5e65;
    border: 1px solid white;
  }
  .butn-bg span {
    color: #fff;
  }
  .butn-light.butn-bord {
    border-color: #fff;
  }
  .butn-radius {
    border-radius: 30px;
  }

  /* ----------------------------------------------------------------
       [ End Buttons ]
  -----------------------------------------------------------------*/
  /* ----------------------------------------------------------------
       [ 06 Start Numbers ]
  -----------------------------------------------------------------*/
  .numbers .sub-bg {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 4px 10px;
    background-color: #28254c;
    color: #fff;
    margin-bottom: 15px;
  }
  .numbers .pink h5, .numbers .pink span {
    color: #6688CC !important;
  }
  .numbers .green h5, .numbers .green span {
    color: #93cc48 !important;
  }
  .numbers .yellow h5, .numbers .yellow span {
    color: #ffbc00 !important;
  }
  .numbers h3 {
    font-weight: 600;
    margin-bottom: 15px;
  }
  .numbers h5 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 4px;
    color: #28254c;
    margin-bottom: 15px;
  }
  .numbers h5 span {
    color: #28254c;
  }
  .numbers h6 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #555;
  }
  .numbers .col-lg-3 {
    position: relative;
  }
  .numbers .col-lg-3:after {
    content: '';
    width: 1px;
    height: 50px;
    background-color: #ddd;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .numbers .col-lg-3:last-child:after {
    display: none;
  }
  .numbers.dark h6 {
    color: #eee;
  }

  /* ----------------------------------------------------------------
       [ End Numbers ]
  -----------------------------------------------------------------*/
  /* ----------------------------------------------------------------
       [ Start Team ]
  -----------------------------------------------------------------*/
  .team .item {
    border: 1px solid rgba(42, 175, 192, 0.1);
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    padding: 10px;
  }
  .team .item:hover {
    background: #28254c;
    background: -webkit-gradient(linear, left top, right bottom, from(#28254c), to(#6688CC));
    background: linear-gradient(to bottom right, #28254c, #6688CC);
    color: #fff;
  }
  .team .item:hover .team-img {
    border-color: #28254c;
  }
  .team .item:hover span {
    color: #eee !important;
  }
  .team .item:hover p {
    color: #ddd;
  }
  .team .item .team-img {
    float: left;
    width: 170px;
    height: 170px;
    border: 5px solid #eee;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
  }
  .team .item .info {
    padding: 15px 15px 15px 0;
    margin-left: 200px;
  }
  .team .item .info h6 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .team .item .info span {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #28254c;
  }
  .team .item .info p {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .team .item .info .icon {
    margin: 0 5px;
  }

  /* ----------------------------------------------------------------
       [ End Team ]
  -----------------------------------------------------------------*/
  /* ----------------------------------------------------------------
       [ Start Testimonials ]
  -----------------------------------------------------------------*/
  .testimonials {
    overflow: hidden;
    position: relative;
    margin-top: -120px;
    padding-bottom: 120px;
  }
  .testimonials .owl-item.center .item {
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #28254c;
  }
  .testimonials .item {
    background-color: #fff;
    color: #28254c;
    padding: 40px 30px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.08);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .testimonials .item:hover {
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #28254c;
  }
  .testimonials .item .client-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px auto 15px;
  }
  .testimonials .item p {
    font-style: italic;
    font-size: 16px;
  }
  .testimonials .item h6 {
    font-size: 15px;
  }
  .testimonials .item h6 span {
    display: block;
    font-weight: 300;
    font-size: 13px;
    margin-top: 10px;
  }
  .testimonials .item .icon {
    font-size: 40px;
    margin-bottom: 30px;
    color: #93cc48;
  }
  .testimonials.bg-img .item p {
    color: #999;
  }
  .testimonials.bg-img .item h6 {
    color: #222;
  }
  .testimonials.bg-img .item h6 span {
    color: #444;
  }
  .testimonials.bg-img .item .icon {
    font-size: 40px;
    margin-bottom: 30px;
    color: #93cc48;
  }
  .owl-carousel .owl-item img{
      width: 50%;
      margin: auto;
  }

  /* ----------------------------------------------------------------
       [ End Testimonials ]
  -----------------------------------------------------------------*/
  /* ----------------------------------------------------------------
       [ Start Price ]
  -----------------------------------------------------------------*/
  .price .pricing-tables {
    padding: 0 30px;
  }
  .price .item {
    padding: 50px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  .price .type h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 30px;
  }
  .price-value  {
    font-size: 50px;
    font-weight: 800;
    color: #28254c;
    display: inline-block;
    position: relative;
  }
  .price-value span {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: -25px;
  }
  .price .value .per {
    color: #999;
    font-size: 12px;
    margin-left: 10px;
  }
  .price .features {
    text-align: left;
    margin-top: 50px;
    padding: 50px 0 0 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .price .features li {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 20px;
  }
  .price .features li:last-child {
    margin-bottom: 0;
  }
  .price .features li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: relative;
    padding-right: 10px;
    color: #58d54d;
  }
  .price .features li.disable {
    opacity: .4;
  }
  .price .features li.disable:before {
    color: #555;
  }
  .price .custom {
    -webkit-box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.5);
    background-color: #28254c;
    background: -webkit-gradient(linear, left bottom, right top, from(#28254c), to(#332f63c2));
    background: linear-gradient(to top right, #28254c, #332f63c2);
    color: #fff;
  }
  .price .custom .price-value {
    color: #fff !important;
  }
  .price .custom .features li {
    color: #eee;
  }
  .price .custom .per {
    color: #eee !important;
  }
  .price .custom .butn {
    background: #fff;
  }
  .price .custom .butn:hover span {
    color: #fff;
  }
  .price .custom .butn span {
    color: #28254c;
  }
  .price .butn {
    margin-top: 50px;
    display: block;
    border-radius: 30px;
  }
  .price .butn:hover{
      background: #28254c;
  }
  .price .butn span {
    font-size: 12px;
    font-weight: 500;
  }

  /* ----------------------------------------------------------------
       [ End Price ]
  -----------------------------------------------------------------*/

  /* ----------------------------------------------------------------
       [ Start Seperate Header ]
  -----------------------------------------------------------------*/

  .formHeader {
      color: #28254c;
      overflow-x: hidden;
  }

  /* ----------------------------------------------------------------
       [ End Seperate Header ]
  -----------------------------------------------------------------*/


  /* ----------------------------------------------------------------
       [ Service ]
  -----------------------------------------------------------------*/

  .servicesIntro p{
      font-size: 15px;
      text-align: justify;
  }
  .firstLetter{
      color: #ff5e65;
      font-size: 25px;
  }




/*
  .serviceForm{
    padding: 2em;
  }

  .serviceForm span{
      font-size: 18px;
      line-height: 3;
      padding: 0 1em;
  } */
/*
  .serviceForm .serviceInput{
      border-bottom: 3px solid #c9c9c9;
  }

  .serviceForm select{
    padding: 5px 5px 1px;
    border: 3px solid #c9c9c9;
    min-width: 64px;
    min-height: 26px;
    font-size: 22px;
  }

  .serviceForm select option{
      font-size: 17px;
      padding: 10px;
  } */

  /* .serviceForm div{
      display: inline-block;
  } */
    .serviceBtn{
        padding: 1em 2em;
        border: none;
        float: right;
        margin-bottom: 1em;
        background: #636363;
        color: #fff;
        letter-spacing: 3px;
        font-weight: 500;
        transition: all .2s ease-in-out;
    }
    /* Ripple effect */
    .ripple {
        background-position: center;
        transition: background 0.8s;
    }
    .ripple:hover {
        background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
    }
    .ripple:active {
        background-color: #6eb9f7;
        background-size: 100%;
        transition: background 0s;
    }
    /*-- responsive design --*/
    /* @media (max-width: 1440px){
        .serviceForm {
            width: 33%;
        }
    }
    @media (max-width: 1366px){
        .serviceForm {
            width: 35%;
        }
    }
    @media (max-width: 1280px){
        .serviceForm {
            width: 38%;
        }
    }
    @media (max-width: 1080px){
        .serviceForm {
            width: 45%;
        }
    } */

  /* ----------------------------------------------------------------
       [ End Service Form ]
  -----------------------------------------------------------------*/

  /* ----------------------------------------------------------------
       [ Start Error 404 ]
  -----------------------------------------------------------------*/
  .error {
    padding: 200px 0;
  }
  .error h2 {
    font-size: 150px;
    margin-bottom: 15px;
  }
  .error h2 i {
    font-size: 120px;
  }
  .error p {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .error .butn:hover span {
    color: #222 !important;
  }

  /* ----------------------------------------------------------------
       [ End Error 404 ]
  -----------------------------------------------------------------*/
   /*# sourceMappingURL=style.css.map */
