/*
      ============================================================
          Section Heading 2 Css Start
      ============================================================
*/
.section-heading-4{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
    .section-heading-4 .title{
        line-height: 1;
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 18px;
        text-transform: uppercase;
    }
      .section-heading-4 .title::before{
        left: 0;
        right: 0;
        top: -17px;
        opacity: 0.05;
        font-size:150px; 
        position: absolute;
        content: attr(title);
      }
    .section-heading-4 p{
      padding: 0 20%;
    }
    .section-heading-4.white p,
    .section-heading-4.white .title{
        color: #fff;
    }
        .section-heading-2 .title span{
            
        }
        .section-heading-4 p{
            float: left;
            width: 100%;
        }
        .section-heading-4 p:last-child{
          margin-bottom: -17px;
        }
        /*Dot Style Start*/
        .section-heading-4 .icon-style{
            width: 97px;
            clear: both;
            height: 39px;
            display: block;
            position: relative;
            margin: 0 auto 15px;
        }
/*
      ============================================================
          Button Css Start
      ============================================================
*/
.btn{
  z-index: 1;
  border:solid 2px #dad5e3;
  line-height: 1;
  cursor: pointer;
  font-size: 14px;
  border-radius: 0;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
  padding: 13px 30px;
  position: relative;
  background: #ececec;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  letter-spacing: 5px;
  background:none;
  color: #999;
}
.btn:hover{
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15)
}





.btn-3 {
  color: #80939b;
  line-height: 1;
  cursor: pointer;
  background: none;
  font-size: 14px;
  border-radius: 0;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
  padding: 13px 30px;
  position: relative;
  letter-spacing: 1px;
  display: inline-block;
  border: solid 2px #80939b;
  text-transform: uppercase;
}
.btn-3:hover{
    color: #fff;
}






[class*="btn-"].th-bg{
  color: #fff;
}
[class*="btn-"].th-bg:hover{
  color: #fff;
  background-color:#999; 
  border-color:#999; 
}
input[type="submit"].btn:hover,
.btn:hover{
    color: #fff;
    border-color: #fff;
}
/*Button Medium Start*/
.btn.md{
    padding-left:45px; 
    padding-right:45px;
}
/*Button Large Start*/
.btn.lg{
    padding-left:65px; 
    padding-right:65px; 
}


































/*Main Section Heading Start*/
.main-heading{
    float: left;
    width: 100%;
    margin: 0 0 34px;
}
    .main-heading h2{
        font-weight: 300;
        margin: 0 0 9px;
        overflow: hidden;
    }
        .main-heading span{
            font-weight: 900;
            margin: 0 20px 0 0;
            padding: 3px 20px 3px 0px;
            border-right: 1px solid #0ca4d9;
        }
        .main-heading p{
            margin: 0;
            font-weight: 300;
        }
        .main-heading.white *{
            color: #fff;
        }
/*Simple Heading Start*/
.simple-heading {
    float: left;
    width: 100%;
    font-size: 24px;
    margin: 0 0 34px;
}
/*
      ============================================================
          Slider Arrows Css Start
      ============================================================
*/
.arrows1 .slick-arrow{
    top: auto;
    bottom: 0;
    width: 36px;
    color: #333;
    height: 36px;
    background-color: #fff;
    border: 1px solid #dbe3e5;
    transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
.arrow-style2 .slick-arrow::before,
.arrows1 .slick-arrow::before{
    left: 0;
    right: 0;
    top: 50%;
    color: currentcolor;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.arrows1 .slick-prev{
    left: 50%;
    margin-left:-46px; 
}.arrows1 .slick-next{
    right: 50%;
    margin-right:-46px; 
}
.arrows1 .slick-prev::before{
    content: "\f104";
    font-family: 'fontawesome';
}
.arrows1 .slick-next::before{
    content: "\f105";
    font-family: 'fontawesome';
}
.arrows1 .slick-arrow:hover{
  color: #fff;
}
/*Slider Arrows 2 Start*/
.arrow-style2 .slick-arrow{
    height: 35px;
    width: 35px;
}
.arrow-style2 .slick-arrow::before{
    height: auto;
    width: auto;
    color:#88b0bb;
    font-size: 50px;
}
.arrow-style2 .slick-prev{
    left: 0;
    z-index: 1;
}
.arrow-style2 .slick-next{
    right: 0;
}
.arrow-style2 .slick-prev::before{
    content: "\f104";
    font-family: 'fontawesome';
}
.arrow-style2 .slick-next::before{
    content: "\f105";
    font-family: 'fontawesome';
}
/*List Style Start*/
.list-style li{
    float: left;
    width: 100%;
    color: #7e8c98;
    margin: 0 0 13px;
}
    .list-style li a{
        float: left;
        width: auto;
        color: #7e8c98;
    }
        .list-style li span{
            color: #7e8c98;
        }
/*
      ============================================================
          Rating Css Start
      ============================================================
*/
.rating-down {
    float: none;
    width: 80px;
    height: 18px;
    display: inline-block;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url("../images/stars.png");
}
    .rating-up {
        float: left;
        height: 100%;
        display: inline-block;
        background-repeat: repeat-x;
        background-position: 0px -18px;
        background-image: url("../images/stars.png");
    }
/*
      ============================================================
          Count Down Css Start
      ============================================================
*/
.countdown{
    display: inline-block;
    width: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}
    .countdown li{
        width: auto;
        display: inline-block;
        padding: 24px 35px 33px;
    }
        .countdown span,
        .countdown p{
            color: #fff;
            float: left;
            margin-bottom: 0;
            font-weight: bold;
            line-height: 1.1; 
            text-align: center;
            position: relative;
            width: 100% !important;
            text-transform: uppercase;
        }
        .countdown span::before{
            left: 0;
            right: 0;
            bottom: 0;
            top: auto;
            width:80%;
            height: 2px;
            content: "";
            opacity: 0.3;
            margin: 0 auto;
            position: absolute;
            background-color:#fff; 
        }
        .countdown span{
            font-size: 50px;
            padding-bottom: 4px;
            margin-bottom: 6px;
        }
        .countdown p{
            font-size: 16px;
            margin-bottom:0 !important; 
        }
/*
      ============================================================
         Page Title Css Start
      ============================================================
*/
.page-title{
    float: left;
    width: 100%;
    font-size: 26px;
    position: relative;
    margin-bottom: 30px;
    text-transform: capitalize;
}
    .page-title span{
        font-weight: bold;
    }
    .page-title + p{
        float: left;
        width: 100%;
        margin-top: -7px;
    }



/*
      ============================================================
          Social List Css Start
      ============================================================
*/
.social-list{
    float: left;
    width: 100%;
    font-size: 0px;
}
    .social-list li{
        float: none;
        width: auto;
        margin:0 5px; 
        position: relative;
        display: inline-block;
    }
    .social-list li:first-child{
        margin-left: 0;
    }
    .social-list li:last-child{
        margin-left: 0;
    }
        .social-list li a{
            float: left;
            width: 100%;
            color: #bfccd0;
            font-size: 14px;
            line-height: 1px;
            text-align: center;
        }
        /*Social Long Style*/
        .social-list.long li{
            margin: 0 !important;
            border-style: solid;
            border-color: #bfccd0;
            border-width: 0 0 0 1px;
        }
        .social-list.long li:last-child{
            border-width: 0 1px;
        }
            .social-list.long li a{
                width: 40px;
                height: 40px;
                line-height: 40px;
            }
    .social-list li a:hover{
        color: #fff;
    }
/*
      ============================================================
          Blog Meta Css Start
      ============================================================
*/
.blog-meta {
    margin: 0;
    padding: 0;
    width: auto;
    display: inline-block;
}
    .blog-meta li {
        width: auto;
        margin: 0 5px;
        line-height: 1;
        color: #8e8e8e;
        font-size: 14px;
        position: relative;
        display: inline-block;
    }
    .blog-meta li:first-child {
        margin-left: 0 !important;
    }
    .blog-meta li:last-child {
        margin-right: 0 !important;
    }
        .blog-meta li [class*="fa-"],
        .blog-meta li i {
            margin: 0 5px 0 0;
        }
        .blog-meta li a {
            position: relative;
            font-weight: normal;
            display: inline-block;
            text-transform:capitalize;
        }
        .blog-meta li a::before{
            float: left;
            width: auto;
            content: ",";
        }
        .blog-meta li a:first-of-type::before{
            display: none;
        }
        .blog-meta li a {
            color: #778b90;
        }



/*
      ============================================================
          Blog Meta Css Start
      ============================================================
*/
.contact-list {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
    .contact-list li {
        float: left;
        width: 100%;
        line-height: 1;
        font-size: 14px;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
    }
        .contact-list li i{
            margin-right:10px; 
        }
        .contact-list li:last-child{
            margin-bottom: 0 !important;
        }
        .contact-list.box li i {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border: 1px solid #ccc;
            margin-right: 15px;
            text-align: center;
            font-size: 16px;
            padding: 0px 0px 0px 0px;
            border-radius: 100%;
            }
        .contact-list li p {
            float: none;
            display: inline-block;
            width: auto;
        }
        .contact-list.box li{
            margin-bottom: 10px;
        }
        .contact-list.box li i,
        .contact-list.box li p{
            line-height: 40px;
            float: left;
            margin-bottom: 0;
        }


/*
      ============================================================
          Date Css Start
      ============================================================
*/
.date-tag{
    float: none;
    width: auto;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    padding: 7px 11px;
    font-weight: bold;
    background: #778b90;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0 50px 50px 0px;
}
    .date-tag span{
        font-size: 16px;
        margin-right:10px; 
    }
/*
      ============================================================
          Input Field Css Start
      ============================================================
*/
.input-field{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
    .form-control-2,
    .form-control, 
    .enter-email input[type="text"]{
        float: left;
        width: 100%;
        color: #858b93;
        font-size: 14px;
        min-height: 44px;
        text-align: left;
        border-radius: 0px;
        position: relative;
        -moz-appearance:none;
        padding: 2px 15px 1px;
        -webkit-appearance:none;
        border: 1px solid #505874;
        text-transform: capitalize;
        background-color: transparent;
        box-shadow: none;
    }
    /*Style 2*/
    .form-control-2{
        color: #b8c5c9;
        font-size: 14px;
        margin-top:-5px; 
        min-height: 15px;
        padding:0 0 15px; 
        line-height: 25px;
        border-style: solid;
        border-color: #c4d2d7;
        border-width: 0 0 1px !important;
    }
        .form-control-2::moz-placeholder{
            color: #b8c5c9;
        }
        .form-control-2::webkit-input-placeholder{
            color: #b8c5c9;
        }
/*Submit Button Css Start*/
.input-field .search-icon{
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 1;
    width: 100px;
    height: 100%;
    color: #9999b1;
    text-align: center;
    position: absolute;
}
    .input-field .search-icon input{
        left: 0;
        right: 0;
        top: 50%;
        width: 100%;
        text-align: center;
        position: absolute;
        border:none !important;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background-color: transparent !important;
    }
    .newsletter-widget .input-field .search-icon{
        border-radius: 50px;
        color: #fff;

    }

/*Custom Select Menu*/
.styledselect {
    float: left;
    width: 100%;
    position: relative;
    padding: 12px 15px 1px;
}
.styledselect::after {
    top: 50%;
    right: 10px;
    font-size: 14px;
    content: "\f107";
    position: absolute;
    font-family: 'fontawesome';
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.styledselect.active {
    border-bottom-color: transparent !important;
}
  .options {
      left: 0;
      right: 0;
      top: 100%;
      padding: 0 0;
      z-index: 999;
      display: none;
      margin: -2px 0 0;
      list-style: none;
      position: absolute;
      max-height: 150px;
      overflow-y: scroll;
      border: 1px solid #ccc;
      background-color: white;
      border-top-color: transparent !important;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
      .options li {
          padding: 10px;
          margin: 0 0;
          cursor: pointer;
      }
      .options li:hover {
          background-color: #39f;
          color: white;
      }

/*
      ============================================================
          Accordian Css Start
      ============================================================
*/
.accordian-thumb{
    float: left;
    width: 100%;
    position: relative;
}
    .accordion .accordion-heading a,
    .accordion-1 {
        color: #444;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        padding: 15px 45px;
        position: relative;
        line-height: normal;
        text-transform: capitalize;
    }
    .accordion .accordion-heading a{
        display: block;
        width: 100%;
    }
    .accordion .accordion-heading a,
    .accordion-close{ 
        border-bottom: 1px solid #fff;
    }
    .accordion .accordion-heading a::before,
    .accordion-1::before{
        top: 50%;
        left: 20px;
        font-size: 16px;
        content: "\ea8a";
        position: absolute;
        font-family: 'Oscarthemes' !important;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .accordion .accordion-heading a::before,
    .accordion-close::before{
        content: "\ea8a";
    }
    .accordion .accordion-heading a.active::before,
    .accordion-open::before{
        content: "\ea73";
    }
    .accordian-outer:last-child .accordion-close{
        border: none;
    }
    .accordion-content{
        padding: 25px 30px;
    }
        .accordion-content p:last-child{
            margin-bottom: 0;
        }
/*Simple Accordian Css Start*/
.simple-accordian .accordion-1 {
    padding: 0;
    border: none;
    background: transparent;
}
    .simple-accordian .accordion-1::before{
        display: none;
    }
    .simple-accordian .accordion-content{
        padding: 0
    }
/*
      ============================================================
        Slider Dots Styles Css Start
      ============================================================
*/
/*Style 1 Start*/
.dot-1{
    margin-bottom: 0 !important;
}
.dot-1 .slick-dots {
    float: left;
    width: 100%;
    bottom: 15px;
}
.dot-1 .slick-dots li {
    padding: 0;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.dot-1 .slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #d2d2d2;
}
.dot-1 .slick-dots li button::before {
    display: none;
}
.dot-1 .slick-dots li.slick-active button {
}




.divider{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}



/*
      ============================================================
          Pagination Css Start
      ============================================================
*/
.mst-pagination {
    float: left;
    width: 100%;
    margin: 20px 0 30px;
}
    .mst-pagination .page-numbers {
        float: none;
        width: 32px;
        height: 32px;
        margin: 0 2px;
        color: #a7a7a7;
        font-size: 14px;
        background: #fff;
        padding: 7px 0 0;
        line-height: 1.1;
        text-align: center;
        display: inline-block;
        border: 1px solid #f5f5f5;
    }
    .mst-pagination .page-numbers.current,
    .mst-pagination .page-numbers:hover {
        color: #fff;
    }
    .page-numbers.border_none:hover,
    .page-numbers.border_none {
        border: none !important;
        color: inherit !important;
        background-color: transparent !important;
    }
/*
      ============================================================
          Counter Css Start
      ============================================================
*/
.counter-thumb{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
    .counter-thumb > [class*="icon-"] {
        float: left;
        height: 60px;
        font-size: 60px;
        line-height: 60px;
        margin-right: 15px;
    }
    .counter-thumb .overflow-text{
        padding-left: 15px;
        border-left: 1px solid rgba(123, 123, 123, 0.25);
    }
        .counter-thumb .title{
            font-size: 30px;
            margin-bottom: 5px;
        }
            .counter-thumb .title span{
                margin-right:10px;
            }
        .counter-thumb p{
            float: left;
            width: 100%;
            margin-bottom: 0;
        }
        



/* Common styles and resets */
[class*="dotstyle-"]{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    line-height: 0;
    cursor: default;
    list-style: none;
    position: relative;
    text-align: center;
    display: inline-block;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
    [class*="dotstyle-"] li {
        float: none;
        width: 16px;
        height: 16px;
        margin: 0 16px;
        cursor: pointer;
        position: relative;
        display: inline-block;
    }
    [class*="dotstyle-"].small li{
      width: 10px;
      height: 10px;
      margin:0 10px; 
    }
        [class*="dotstyle-"] li button {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            outline: none;
            border-radius: 50%;
            background-color: #fff;
            background-color: rgba(255, 255, 255, 0.3);
            text-indent: -999em; /* make the text accessible to screen readers */
            cursor: pointer;
            position: absolute;
        }
        [class*="dotstyle-"] li button:focus {
            outline: none;
        }
/* Individual styles and effects */
/* Puff */
.dotstyle-puff li button {
    padding: 0;
    border: 2px solid gold;
    transition: border-color 0.3s ease;
    -webkit-transition: border-color 0.3s ease;
}
    .dotstyle-puff li button::after {
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        content: '';
        height: 100%;
        position: absolute;
        visibility: hidden;
        border-radius: 50%;
        transform: scale(3);
        background: #c44d48;
        -webkit-transform: scale(3);
        box-shadow: 0 0 1px #c44d48;
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0s 0.3s;
    }
.dotstyle-puff li button:hover,
.dotstyle-puff li button:focus,
.dotstyle-puff li.slick-active button {
    border-color: #c44d48;
}
.dotstyle-puff li.slick-active button::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity 0.3s ease, transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
}






.input-check{
  float: left;
  width: auto;
  cursor: pointer;
}

/* hide the "real" radios visually */
.radio input {
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
}
/* style the "fake" radios */
.radio-value {
  height:28px;
  width: 28px;
  margin-right:5px;
  position: relative;
  border-radius:100%;
  display: inline-block;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 4px solid #e6e7e8;
  background-position: center;
  background-repeat: no-repeat;
}
input:checked + .radio-value {
  border-color: #9dffd7;
}
.checkbox, .radio{
  margin: 0;
}
.radio-value.red{
  background-color: #f32636;
}
.radio-value.black{
  background-color: #333639;
}
.radio-value.gold{
  background-color: #fcab22;
}
input:checked + .radio-value {
    background-color: #f0512e;
    background-image: url("../images/tick.png");
    border-color: #f0512e;
}