/*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;
}
/*Custom Select Menu*/
.styledselect {
    float: left;
    width: 100%;
    position: relative;
}
.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;
      }
/*
      ============================================================
          Slider Arrows Css Start
      ============================================================
*/
.arrows1 .slick-arrow{
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.arrow-style2 .slick-arrow::before,
.arrows1 .slick-arrow::before{
    left: 0;
    top: 50%;
    right: 0;
    color: #333;
    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: 0;
}.arrows1 .slick-next{
    right: 0;
}
.arrows1 .slick-prev::before{
    content: "\f104";
    font-family: 'fontawesome';
}
.arrows1 .slick-next::before{
    content: "\f105";
    font-family: 'fontawesome';
}
/*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{
        display: inline-block;
        width: auto;
    }
/*
      ============================================================
          Section Heading Css Start
      ============================================================
*/
.section-heading{
    float: left;
    width: 100%;
    margin: 0 0 24px;
}
    .section-heading .title,
    .section-heading h2{
        float: left;
        width: 100%;
        font-size: 33px;
        margin: 0 0 14px;
        line-height: 33px;
    }
    .white .section-heading h2{
      color: #fff;
    }
    .section-heading p{
        float: left;
        width: 100%;
        margin: 0 0 19px;
    }
    .section-heading span{
        width: 75px;
        float: none;
        padding: 0 15px;
        margin: 0 70px 0;
        position: relative;
        display: inline-block;
    }
        .section-heading span::before,
        .section-heading span::after{
            top: 50%;
            width: 70px;
            height: 1px;
            content: "";
            position: absolute;
        }
        .section-heading span::before{
            right: 100%;
            left: auto;
        }
        .section-heading span::after{
            left: 100%;
            right: auto;
        }
/*
      ============================================================
          Section Heading 2 Css Start
      ============================================================
*/
.section-heading-2{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
    .section-heading-2 .title{
        line-height: 1;
        font-size: 30px;
        font-weight: 500;
        margin:0 0 11px;
        text-transform: uppercase;
    }
    .section-heading-2.white p,
    .section-heading-2.white .title{
        color: #fff;
    }
        .section-heading-2 .title span{
            color: var(--main-text-color)
        }
        .section-heading-2 p{
            float: left;
            width: 100%;
            margin-bottom:12px;
        }
        /*Dot Style Start*/
        .dot-style{
            clear: both;
            display: block;
            margin: 0 auto;
            position: relative;
            background: var(--main-bg-color);
        }
            .dot-style,
            .dot-style::after,
            .dot-style::before{
                width: 8px;
                height: 8px;
                border-radius: 100%;
            }
            .dot-style::after,
            .dot-style::before{
                margin: 0 -15px;
                content: "";
            }
            .dot-style::before{
                float: left;
                background: #ffcb08;
            }
            .dot-style::after{
                float: right;
                background: #ff0808;
            }
        .text-left .dot-style{
            margin-left: 15px;
        }
.section-heading-2.font-24 .title{
    font-size: 24px;
}
/*
      ============================================================
          Section Heading Css Start
      ============================================================
*/
.section-heading-3{
    float: left;
    width: 100%;
    margin: 0 0 32px;
}
  .section-heading-3 + .text p:first-child{
    margin-top:-5px; 
  }
    .section-heading-3 h2{
        float: left;
        width: 100%;
        margin: 0 0px;
        font-size: 30px;
        font-weight: 500;
        line-height: 33px;
        text-transform: uppercase;
    }
    .section-heading-3 p{
        float: left;
        width: 100%;
        margin: 0 0 7px;
    }
  .section-heading-3.white p,
  .section-heading-3.white h2{
    color: #fff;
  }
/*
      ============================================================
         Page Title Css Start
      ============================================================
*/
.page-title{
    float: left;
    width: 100%;
    font-size: 26px;
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
}
    .page-title span{
        font-weight: bold;
    }
    .page-title + p{
        float: left;
        width: 100%;
        margin-top: -11px;
    }
/*
      ============================================================
          Button Css Start
      ============================================================
*/
.btn{
  z-index: 1;
  color: #fff;
  border: none;
  line-height: 1;
  cursor: pointer;
  background:none;
  font-size: 14px;
  overflow: hidden;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  position: relative;
  background: #ececec;
  padding: 14px 40px 12px;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15)
}
.btn:hover{
  color: #fff;
  box-shadow:0px 15px 25px 0px rgba(0,0,0,0.2)
}
.btn.th-bg{
  color: #fff;
}
.btn.th-bg:hover{
  color: #fff;
  background: #000;
  border-color: #000;
  box-shadow: inset 0px 0px 150px 200px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 0px 150px 200px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0px 0px 150px 200px rgba(0,0,0,0.5);
}
/*Button In Theme Background Color*/
.th-bg .btn{
  color: #fff;
  border-color: #fff;
}
.th-bg .btn:hover{
  color: #fff;
  background: #000;
  border-color: #000;
}


.btn-2{
  z-index: 1;
  color: #333;
  line-height: 1;
  cursor: pointer;
  font-size: 12px;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
  padding: 13px 30px;
  position: relative;
  background: #ececec;
  letter-spacing: 1px;
  display: inline-block;
  border: 1px solid #edf1f2;
  text-transform: uppercase;
  background-color: rgb(236, 236, 236);
}
.btn-2:hover{
  color: #fff;
}
    .btn-2::before, .btn-2::after {
      top: 0;
      left: 0;
      width: 100%;
      z-index: -1;
      content: '';
      height: 100%;
      display: block;
      position: absolute;
    }
    .btn-2::before {
      background-color: white;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
      transition: transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: -webkit-transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transition: -webkit-transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .btn-2::after {
      background-color: #ffd1d8;
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
      transition: transform 300ms 300ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
      transition: -webkit-transform 300ms 300ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
      -webkit-transition: -webkit-transform 300ms 300ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
      transition: transform 300ms 300ms cubic-bezier(0.16, 0.73, 0.58, 0.62), -webkit-transform 300ms 300ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
    }
    .btn-2:hover::before {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .btn-2:hover::after {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
           .btn:hover::before {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .btn-2:hover::after {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }



.play-icon {
    border: 1px solid #000;
    display: inline-block;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease;
}
    .play-icon svg{
        width: 50px;
        height: 50px;
        display: block;
    }
        .play-icon .circle {
          stroke: #f8aa28;
          stroke-dasharray: 650;
          stroke-dashoffset: 650;
          -webkit-transition: all 0.5s ease-in-out;
          opacity: 0;
        }
        .play-icon .triangle {
          -webkit-transition: all 0.7s ease-in-out;
          stroke-dasharray: 240;
          stroke-dashoffset: 480;
          stroke: #000;
          transform: translateY(0);
        }
        .btn-icon:hover .triangle,
        .play-icon:hover .triangle {
          stroke-dashoffset: 0;
          opacity: 1;
          stroke: #f8aa28;
          animation: nudge 0.7s ease-in-out;
        }
        @keyframes nudge {
          0% {
            transform: translateX(0);
          }
          30% {
            transform: translateX(-5px);
          }
          50% {
            transform: translateX(5px);
          }
          70% {
            transform: translateX(-2px);
          }
          100% {
            transform: translateX(0);
          }
        }
    .btn-icon:hover .play-icon,
    .play-icon:hover{
        border-color: transparent !important;
    }
      .btn-icon:hover .circle,
      .play-icon:hover .circle {
        stroke-dashoffset: 0;
        opacity: 1;
      }

    .white .play-icon .circle,
    .white .play-icon .triangle,
    .white .play-icon{
        stroke: #fff;
        border-color: #fff;
    }

/*Video Button Start*/
.btn-icon{
    color: #fff;
    padding-left: 50px;
    position: relative;
    border-color: transparent !important;
    background-color: transparent !important;
    transition: 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}   
    .btn-icon::after,
    .btn-icon::before{
        display: none;
    }
    .btn-icon .play-icon,
    .btn-icon .svg-inline--fa,
    .btn-icon span{
        left: 0;
        top: 50%;
        font-size: 37px;
        position: absolute;
        color: currentcolor;
        transform: translateY(-50%);
            -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
    }
.btn-icon .play-icon svg{
  width: 30px;
  height: 30px;
}

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; 
}

/*
      ============================================================
          Social List Css Start
      ============================================================
*/
.social-list{
    float: left;
    width: 100%;
}
    .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: 20px;
                line-height: 20px;
            }
/*
      ============================================================
          Social Box Css Start
      ============================================================
*/
.social-box{
    width: 44px;
    float: right;
    height: 44px;
    color: #fff;
    background: #000;
    line-height: 44px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.social-box::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "\eab0";
    position: absolute;
    font-family: 'oscarthemes' !important;
}
.social-box:hover::before{
    color: #fff;
}
    .social-box .social-list{
        left: 0;
        right: 0;
        top: auto;
        bottom:100%;
        padding:0 0 0px;
        overflow: hidden;
        position: absolute;
    }
        .social-box .social-list,
        .social-box .social-list li{
            opacity: 0;
            float: right;
            margin: 0 0 0;
            transform: translateY(30px);
            -o-transform: translateY(30px);
            -ms-transform: translateY(30px);
            -moz-transform: translateY(30px);
            -webkit-transform: translateY(30px);
            -webkit-transition-delay: 0.3s;
            -moz-transition-delay: 0.3s;
            -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
            -webkit-transition-delay: -webkit-transform;
            -moz-transition-delay: -moz-transform;
            -o-transition-delay: -o-transform;
            transition-delay: transform;
            visibility: hidden;
            float: left;
            width: 100%;
        }
        .social-box:hover .social-list,
        .social-box:hover .social-list::before,
        .social-box:hover .social-list li{
            opacity: 1;
            visibility: visible;
            transform: translateY(0px);
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -webkit-transform: translateY(0px);
        }
        .social-box .social-list li:first-child{
            -webkit-transition-delay: 0.15s;
            -moz-transition-delay: 0.15s;
            -o-transition-delay: 0.15s;
            transition-delay: 0.15s;
        }
        .social-box .social-list li:nth-child(2){
            -webkit-transition-delay: 0.10s;
            -moz-transition-delay: 0.10s;
            -o-transition-delay: 0.10s;
            transition-delay: 0.10s;
        }
        .social-box .social-list li:nth-child(3){
            -webkit-transition-delay: 0.05s;
            -moz-transition-delay: 0.05s;
            -o-transition-delay: 0.05s;
            transition-delay: 0.05s;
        }
        .social-box .social-list li:nth-child(4){
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
        }
        /*Social Long Style*/
        .social-box .social-list.long li{
            margin: 0 !important;
            border: none;
        }
        
            .social-box .social-list.long li a{
                height:40px;
                float: left;
                width: 100%;
                min-width: 40px;
                background: #1a1a1a;
                line-height: 40px;
                font-size: 14px;
            }
            .social-box .social-list.long 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: #91a8ae;
        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 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;
        }
        .contact-list li p strong{
          margin-right: 5px;
        }


/*
      ============================================================
          Date Css Start
      ============================================================
*/
.date-tag{
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    float: none;
    width: auto;
    color: #fff;
    font-size: 12px;
    padding: 6px 11px 4px; 
    font-weight: bold;
    background: #778b90;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0 50px 50px 0px;
}
    .date-tag span{ 
      font-size: 16px;
      line-height: 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: 100px;
        position: relative;
        -moz-appearance:none;
        padding: 2px 15px 1px;
        -webkit-appearance:none;
        border: 2px solid #dfe5ea;
        text-transform: capitalize;
        background-color: transparent;
        box-shadow: none;
    }
    .form-control:focus{
      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;
        }
    textarea.form-control{
      padding-top:15px; 
    }
/*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;

    }
/*
      ============================================================
          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: 23px 30px 24px;
        background: rgba(0, 0, 0, 0.03)
    }
        .accordion-content p{
          float: none !important;
        }
        .accordion-content p:last-child{
            margin-bottom: 0 !important;
        }
/*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 {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.dot-1 .slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid transparent;
    background-color: #fff;
}
.dot-1 .slick-dots li button::before {
    display: none;
}
.dot-1 .slick-dots li.slick-active button {
    border-color: #fff;
    background-color: transparent;
}




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



/*
      ============================================================
          Pagination Css Start
      ============================================================
*/
.chr-pagination {
    float: left;
    width: 100%;
    margin: 20px 0 30px;
}
    .chr-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;
    }
    .chr-pagination .page-numbers.current,
    .chr-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;
}














.close-icon{
    width: 25px;
    float: none;
    height: 22px;
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.close-icon span{
    left: 0;
    opacity: 1;
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    background: #414040;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.close-icon span:nth-child(1) {
    top: 0px;
}
.close-icon span:nth-child(2) {
    top: 9px;
}
.close-icon span:nth-child(3) {
    top: 18px;
}
.onepage-nav-toggle.active .close-icon span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.onepage-nav-toggle.active .close-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.onepage-nav-toggle.active .close-icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}






























/*
      ============================================================
          Rating Star Css Start
      ============================================================
*/
.rating { 
  border: none;
  float: left;
}
    .rating > input { display: none; } 
    .rating > label:before { 
      margin: 2px;
      font-size: 16px;
      font-family: FontAwesome;
      display: inline-block;
      content: "\f005";
    }
    .rating > .half:before { 
      content: "\f089";
      position: absolute;
    }
    .rating > label { 
      color: #ddd; 
     float: right;
     margin-bottom: 0px;
    }
    fieldset.rating{

    }

/*
html for rating stars
<fieldset class="rating">
    <input type="radio" id="star5" name="rating" value="5" /><label class = "full" for="star5" title="Awesome - 5 stars"></label>
    <input type="radio" id="star4half" name="rating" value="4 and a half" /><label class="half" for="star4half" title="Pretty good - 4.5 stars"></label>
    <input type="radio" id="star4" name="rating" value="4" /><label class = "full" for="star4" title="Pretty good - 4 stars"></label>
    <input type="radio" id="star3half" name="rating" value="3 and a half" /><label class="half" for="star3half" title="Meh - 3.5 stars"></label>
    <input type="radio" id="star3" name="rating" value="3" /><label class = "full" for="star3" title="Meh - 3 stars"></label>
    <input type="radio" id="star2half" name="rating" value="2 and a half" /><label class="half" for="star2half" title="Kinda bad - 2.5 stars"></label>
    <input type="radio" id="star2" name="rating" value="2" /><label class = "full" for="star2" title="Kinda bad - 2 stars"></label>
    <input type="radio" id="star1half" name="rating" value="1 and a half" /><label class="half" for="star1half" title="Meh - 1.5 stars"></label>
    <input type="radio" id="star1" name="rating" value="1" /><label class = "full" for="star1" title="Sucks big time - 1 star"></label>
    <input type="radio" id="starhalf" name="rating" value="half" /><label class="half" for="starhalf" title="Sucks big time - 0.5 stars"></label>
</fieldset>
*/
/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 


/****** Style Star Rating Widget *****/












.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;
}
/*Border Divider*/
.border-divider{
  float: left;
  width: 100%;
  height: 1px;
  background: gray; 
}
.text + .border-divider{
  margin-top:6px; 
}
/*Progress Bar*//*progress bar*/
.progress-wrap{
  float: left;
  width: 100%;
  margin: 0 0 10px; 
}
.skill-progress{
  float: left;
  width: 100%;
  margin: 0 0 23px;
  position: relative;
}
.skill-progress:last-child{
  margin: 0;
}
.progress_single > span,
.skill-progress > span{
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 7px 0;
  line-height: normal;
  text-transform: uppercase;
}
.progress-wrap .progress-outer-wrapper{
  float: left;
  width: 100%;
  height: 20px;
  padding: 3px;
  position: relative;
  border-radius: 50px;
  background-color:#fff; 
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .03);
}
.progress-wrap .progress_single{
  height: 14px;
  border-radius: 50px;
  position: relative;
}
.progress_single > span {
  right: 7px;
  left: auto;
  width: auto;
  bottom:auto;
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  margin: 0px 0 0 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/* #PRELOADER  ============================================== */
/* This only works with JavaScript, 
if it's not present, don't show loader */
#loader-overflow{display:none;}
#loader-overflow{
  display:block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 99999; 
}
.loader-cont{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loader3 {
  will-change: transform;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-color: #b6b6b7;
  border-radius: 50%;  
  -webkit-animation: scaleout 1.1s infinite ease-in-out;
  animation: scaleout 1.1s infinite ease-in-out;
  
  text-indent: -99999px;
  z-index: 999991;
}
@-webkit-keyframes scaleout {
  0% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% { 
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/*Back to Top Css Start*/
#back-to-top {
  border: 0;
  opacity: 0;
  width: 32px;
  color: #fff;
  right: 20px;
  bottom: 20px;
  height: 32px;
  z-index: 9999;
  position: fixed;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  text-decoration: none;
  background: var(--main-bg-color);
  transition: opacity 0.2s ease-out;
}
#back-to-top:hover {
  background: #e9ebec;
}
#back-to-top.show {
  opacity: 1;
}
#content {
  height: 2000px;
}