section{
    padding: 100px 0;
}
.section_title{
    font-size: 20px;
    font-weight: 700;
    padding: 60px 0;
    text-decoration: underline;
    text-align: center;
}


.button_second {
    border: 1px solid #cf7500;
    background: #faf1e5;
    color: #cf7500;
    font-weight: 700;
    font-size: 13px;
    line-height: 55px;
    padding: 0px 35px;
    height: 43px;
    line-height: 43px !important;
    border-radius: 3px;
    display: inline-block;
    margin-top: 45px;
    box-shadow: 0 0 40px rgba(52, 72, 94, 0.3);
    text-transform: uppercase;
}
.button_second:hover{
    background: #cf7500;
    color: #ffffff;
}


















/*========== Testimonial Section Style ==========*/
.testimonial {
    padding: 100px 0 ;
    background: #f0f6ff;
    position: relative;
    z-index: 0;
    overflow: hidden; 
}
.testimonial .section_title{
    margin-bottom: 30px;
}
.testimonial .says_info {
    max-width: 352px;
    margin: 0px auto;
}
.testimonial .testimonial_single ul{
    justify-content: center;
    display: none !important;
}
.testimonial .testimonial_single ul li{
    color: #ffc107;
}
.testimonial .testimonial_single {
    text-align: center;
    position: relative;
    width: 70px; 
}
.testimonial .testimonial_single.slick-current .reviewer_info {
    position: relative; 
    z-index: 9;
}
.testimonial .testimonial_single.slick-current .reviewer_info .member-img {

    transform: scale(1.5);
}
.testimonial .testimonial_single.slick-current .reviewer_info .member-img img {
    height: auto;
    width: 100%; 
}
.testimonial .testimonial_single.slick-current .reviewer_info .reviewer {
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 250px;
    left: 0;
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
    bottom: -80px; 
}
.testimonial .testimonial_single p {
    font-size: 20px;
    line-height: 32px;
    margin: 30px 0 45px;
    font-style: italic;
}
.testimonial .testimonial_single .reviewer_info {
    margin: 0px auto; 
    position: relative;
}
.testimonial .testimonial_single .reviewer_info .member-img {
    height: 85px;
    width: 85px;
    overflow: hidden;
    border-radius: 50%;
    margin: 23px auto 30px; 
    position: relative;
}
.testimonial .testimonial_single .reviewer_info .member-img:before{
    background: #43baff;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
.testimonial .testimonial_single.slick-current .reviewer_info .member-img:before{
    opacity: 0;
}
.testimonial .testimonial_single .reviewer_info .member-img img {
    height: auto;
    width: 100%; 
}
.testimonial .testimonial_single .reviewer {

}
.testimonial .testimonial_single .reviewer h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonial .testimonial_single .reviewer span {
    font-size: 15px;
    color: #fe4c1c;
    line-height: 30px; 
}
.testimonial ul.slick-dots {
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.testimonial ul.slick-dots li .pager_item {
    height: 10px;
    width: 10px;
    background: #ff5a2c;
    margin: 15px 0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.testimonial ul.slick-dots .slick-active .pager_item {
    height: 25px;
    width: 10px;
    background: #092ace;
    border-radius: 10px; 
}
.testimonial .says_info button.slick-prev.slick-arrow, 
.testimonial .says_info button.slick-next.slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 11px;
    width: 24px;
    border: none;
    outline: none;
    cursor: pointer;
    filter: grayscale(100%);
}
.testimonial .says_info button.slick-prev.slick-arrow{
    background: url("../images/s_left_arrow.png");
    left: 0px;
}
.testimonial .says_info button.slick-next.slick-arrow{
    background: url("../images/s_right_arrow.png");
    right: 0px;
}
.testimonial .says_info button.slick-arrow:hover{
      filter: none;
}





























/*============= heading Font style =============*/
.sub_title{
    color: #d6d5d5;
}

h1, 
h2, 
h3,
h4,
h5, 
h6 {
    font-weight: 700;
    color: #232323;
}
h1 {
    font-size: 55px;
    line-height: 65px;
}
h2{
    font-size: 50px;
    line-height: 55px;
}
h3{
    font-size: 48px;
    line-height: 54px;
}/*============= heading Font style =============*/
h4{
    font-size: 40px;
    line-height: 46px;
}
h5{
    font-size: 32px;
    line-height: 40px;
}
h6 {
    font-size: 25px;
    line-height: 30px;
}





/*=========== {  Pagination Style} ===========*/
.pagination_blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; 
}
.pagination_blog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    list-style-type: none;
}
.pagination_blog ul li {
    margin: 0 7px;
    height: 43px;
    width: 43px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #6a7a83;
    cursor: pointer; 
}
.pagination_blog ul li a {
    color: #38455d;
    font-size: 18px;
    font-weight: 500; 
}
.pagination_blog ul li a i:before {
    color: #6a7a83;
    font-size: 14px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.pagination_blog ul li.current {
    border: 1px solid #0074c8; 
    background: #0074c8;
}
.pagination_blog ul li.current a {
    color: #ffffff; 
}






/*=========== Upload Style ===========*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper .btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/*=========== Quite Style ===========*/
.quite_speech {
    padding: 25px 0px;
    font-size: 20px;
    font-style: italic;
    position: relative;
    line-height: 30px;
    color: #333146;
    padding-left: 40px; 
}
.quite_speech i {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 55px;
    opacity: 0.5;
    color: #ff5a2c;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
}




/*=========== Tags Style ===========*/
.tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    list-style-type: none;
}
.tags li {
    padding-right: 3px;
    font-size: 16px; 
}
.tags li a {
    color: #6a7a83;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    text-decoration: none;
}
.tags li a:hover {
    color: #ff5a2c; 
}
.tags .tag_headline {
    font-weight: 600;
    color: #333146; 
}




/*======== Divider =======*/
.separator-line-horrizontal.line_one, 
.separator-line-horrizontal.line_two, 
.separator-line-horrizontal.line_three, 
.separator-line-horrizontal.line_four, 
.separator-line-horrizontal.line_five{
    background-color: #e0e0e0;
    margin: 0px auto 60px;
}
.separator-line-horrizontal.line_one{
    width: 100%;
    height: 1px;
}
.separator-line-horrizontal.line_two{
    width: 80%;
    height: 2px;
}
.separator-line-horrizontal.line_three{
    width: 60%;
    height: 3px;
}
.separator-line-horrizontal.line_four{
    width: 40%;
    height: 4px;
}
.separator-line-horrizontal.line_five{
    width: 20%;
    height: 5px;
}










/*======== Switch Button =======*/

.toggle_switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.toggle_switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle_switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.toggle_switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.toggle_switch input:checked + .slider {
  background-color: #2196F3;
}
.toggle_switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.toggle_switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.toggle_switch .slider.round {
  border-radius: 34px;
}
.toggle_switch .slider.round:before {
  border-radius: 50%;
}






/*======== Range Slider =======*/
.slider.one {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider.one:hover {
  opacity: 1;
}
.slider.one::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}
.slider.one::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}



.slider.two {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider.two {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider.two::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #4CAF50;
  cursor: pointer;
}
.slider.two::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}










.form-control:focus {
    color: #333333;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    border: 1px solid #007bff;
}







/* ========= Accordions Style  ==========*/
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    border: 1px solid transparent;
}
.panel-group .panel-heading > a{
    color: #6f6f6f;
    font-size: 12px;
    position: relative;
}
.panel-group .panel-heading > a:before {
     float: right !important;
     font-family: FontAwesome;
     content: "\f068";
     padding-right: 5px;
}
.panel-group .panel-heading > a.collapsed:before {
     float: right !important;
     content: "\f067";
}
.panel-group .panel-heading > a:hover, .panel-group .panel-heading > a:active, .panel-group .panel-heading > a:focus {
     text-decoration: none;
}
.accordion-style1.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding: 25px 0;
    color: #6f6f6f;
}
.accordion-style1 .panel {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
}
.accordion-style1.panel-group .panel-heading {
    border: 0px;
    border-bottom: 1px solid #e4e4e4;
}
.accordion-style1 .panel-title {
    font-size: 13px;
    padding-right: 30px;
    position: relative;
    color: #232323;
    font-weight: 500;
    text-transform: uppercase;
}
.accordion-style1 a:hover {
    text-decoration: none;
}
.accordion-style1 .panel-heading {
    padding: 16px 0;
}
.accordion-style1 .panel-title > span.float-right {
    position: absolute;
    right: 0;
    top: 0;
}
.accordion-style1 .panel-title > span.float-right i{
color: #6f6f6f;
    font-size: 12px;
}





















/* ========= Slider Style  ==========*/

.carousel .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.carousel .carousel-item:first-of-type {
    background-image: url("https://ichef.bbci.co.uk/images/ic/960x960/p08634k6.jpg");
}
.carousel .carousel-item:nth-of-type(2) {
    background-image: url("http://s9.favim.com/orig/130806/flower-flowers-photography-pink-Favim.com-833641.jpg");
}
.carousel .carousel-item:last-of-type {
    background-image: url("https://4.bp.blogspot.com/-pxMLcrD3N7I/UjAMNkqM43I/AAAAAAAAABQ/2-etadUS_48/s640/flowers.jpg");
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}













/* ========= Multi-select Dropdown  ==========*/
.drop {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drop.open {
  z-index: 100;
}
.drop.open .drop-screen {
  z-index: 100;
  display: block;
}
.drop.open .drop-options {
  z-index: 200;
  max-height: 200px;
}
.drop.open .drop-display {
  z-index: 200;
  border-color: #465;
}
.drop select {
  display: none;
}
.drop .drop-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0px;
  left: 0px;
  opacity: 0;
  display: none;
  z-index: 1;
}

.link {
  text-align: center;
  margin: 20px 0px;
  color:#8CACD7;
}


.drop .drop-display {
  position: relative;
  padding: 0px 20px 5px 5px;
  border: 4px solid #444;
  width: 100%;
  background: #FFF;
  z-index: 1;
  margin: 0px;
  font-size: 16px;
  min-height: 58px;
}
.drop .drop-display:hover:after {
  opacity: 0.75;
}
.drop .drop-display:after {
  font-family: 'Material Icons';
  content: "\e5c6";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 24px;
  color: #444;
}
.drop .drop-display .item {
  position: relative;
  display: inline-block;
  border: 2px solid #333;
  margin: 5px 5px -4px 0px;
  padding: 0px 25px 0px 10px;
  overflow: hidden;
  height: 40px;
  line-height: 36px;
}
.drop .drop-display .item .btnclose {
  color: #444;
  position: absolute;
  font-size: 16px;
  right: 5px;
  top: 10px;
  cursor: pointer;
}
.drop .drop-display .item .btnclose:hover {
  opacity: 0.75;
}
.drop .drop-display .item.remove {
  -webkit-animation: removeSelected 0.2s, hide 1s infinite;
          animation: removeSelected 0.2s, hide 1s infinite;
  -webkit-animation-delay: 0s, 0.2s;
          animation-delay: 0s, 0.2s;
}
.drop .drop-display .item.add {
  -webkit-animation: addSelected 0.2s;
          animation: addSelected 0.2s;
}
.drop .drop-display .item.hide {
  display: none;
}
.drop .drop-options {
  background: #444;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  max-height: 0px;
  overflow-y: auto;
  transition: all 0.25s linear;
  z-index: 1;
}
.drop .drop-options a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  color: white;
  position: relative;
  max-height: 40px;
  transition: all 1s;
  overflow: hidden;
}
.drop .drop-options a:hover {
  background: #465;
  cursor: pointer;
}
.drop .drop-options a.remove {
  -webkit-animation: removeOption 0.2s;
          animation: removeOption 0.2s;
  max-height: 0px;
}
.drop .drop-options a.add {
  -webkit-animation: addOption 0.2s;
          animation: addOption 0.2s;
}
.drop .drop-options a.hide {
  display: none;
}

@-webkit-keyframes pop {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pop {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes removeOption {
  from {
    max-height: 40px;
  }
  to {
    max-height: 0px;
  }
}
@keyframes removeOption {
  from {
    max-height: 40px;
  }
  to {
    max-height: 0px;
  }
}
@-webkit-keyframes addOption {
  from {
    max-height: 0px;
  }
  to {
    max-height: 40px;
  }
}
@keyframes addOption {
  from {
    max-height: 0px;
  }
  to {
    max-height: 40px;
  }
}
@-webkit-keyframes removeSelected {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes removeSelected {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes addSelected {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes addSelected {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hide {
  from, to {
    max-height: 0px;
    max-width: 0px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
  }
}
@keyframes hide {
  from, to {
    max-height: 0px;
    max-width: 0px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
  }
}