/*
Theme Name: Tours Of Iran
Theme URI: https://www.onlinewebsite.ir/
Author: Heidar Ammarloo
Author URI: https://www.onlinewebsite.ir/
Description: Tour & Travel Hotel Booking HTML Template
Version: 2.0.0
Text Domain: toursofiran

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    background: #FFFFFF;
    color: #4a4d56;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
p{
    line-height: 2;
}
a {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #303030;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}
a:hover, a:focus {
    text-decoration: none;
    color: #2D529F;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.site-header{
    background: #2D529F;
    position: fixed;
    width: 100%;
    z-index: 1030;
    top: 0;
    left:0;
    padding-bottom: 6px;
}
.home .site-header{
    background: transparent;
}
.home .site-header.sticky{
    background: #2D529F;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;

}
.post-grid{
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
.post-grid .post-title{
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
.post-grid .post-title a{
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
    position: absolute;
    left: 3%;
    width: 94%;
    height: 100%;
    top: 40%;
    color: #fff;
}
.post-grid .post-title:hover{
    background: rgba(0, 0, 0, 0.4)
}
.post-grid .post-title:hover a{
    top: 30%;
}

.main-header{
    float: right;
    color: #fff;
    padding-top: 10px;
    width: 75%;
}
.is-sticky .header-fixed{
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
    padding: 0px 0;
    border-bottom: 1px solid #F2C21A;
    background: #2D529F
}
.main-logo{
    width: 24%;
    padding-top: 10px;
    float: left;
    max-height: 110px;
}
.main-logo img{
    width: auto;
    max-height: 110px;
}
.site-title{
    font-size: 28px;
    margin-bottom: 5px;
}
.site-description{
    color: #456496;
}
.screen-reader-text{
    display: none;
}
.phone-number{
    padding: 0px 0;
    margin: 0;
    line-height: 18px;
    font-size: 17px;
}
.top-social{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-social li{
    list-style: none;
    display: inline-block;
    float: right;
}
.top-social li a{
    color: #000;
    background: #fff;
    border-radius: 100%;
    margin-left: 10px;
    font-size: 18px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    width: 30px;
}
.page-header{
    padding: 140px 0 30px 0;
    margin-bottom: 20px;
    background: #eee;
}
.page-title{
    padding-top: 30px;
    font-size: 28px;
    text-align: center;
    color: #2D529F;
}
#breadcrumbs{
    color: #2D529F;
    text-align: center;
}
#breadcrumbs a{
    color: #2D529F;
}
.travel-schedules {
    margin: -30px 0 0;
}
.travel-schedules .box-one, .travel-schedules .box-two, .travel-schedules .box-three, .travel-schedules .box-four {
    animation-duration: 0.6s;
    height: 70px;
    position: relative;
}
.travel-schedules .box-one {
    z-index: 40;
    border-radius: 5px 0 0 5px;
    background-color: #008fe2 !important;
}
.travel-schedules h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    padding-top: 10px;
    text-align: center;
}
.travel-schedules h4, .travel-schedules h5, .travel-schedules a, .travel-schedules i {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff !important;
}
.travel-schedules .box-one::after {
    border-bottom: 35px solid transparent;
    border-left: 25px solid #008fe2;
    border-top: 35px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    z-index: 5;
}
.travel-schedules .box-two, .travel-schedules .box-three, .travel-schedules .box-four {
    padding: 14px 28px 33px 33px;
}
.travel-schedules .box-two {
    z-index: 30;
    background-color: #3aabdd !important;
}
.travel-schedules .box-three {
    z-index: 20;
    background-color: #008fe2 !important;
}
.travel-schedules .box-four {
    z-index: 10;
    border-radius: 0 5px 5px 0;
    background-color: #2d529f !important;
}
.home-section{
    padding: 40px 0;
}
.section-title{
    text-align: center;
    margin-bottom: 15px;
}
.section-title h2 span{
    color: #3AABDD;
}
.section-title h2{
    position: relative;
    padding-bottom: 15px;
}
.section-title h2:before{
    position: absolute;
    content:' ';
    width: 20%;
    height: 1px;
    background: #BBBBBB;
    left: 40%;
    bottom: 1px;
}
.section-title h2:after{
    position: absolute;
    content:' ';
    width: 12%;
    height: 3px;
    background: #3AABDD;
    left: 44%;
    bottom: 0px;
}

.aboutus-section{
    background-color: #3AABDD;
    color: #fff;
}
.aboutus-section h2{
    font-size: 32px;
}
.one-time{
    border: 5px solid #e3e2e5;
    border-radius: 20px;
    overflow: hidden;
}
.entry-content{
    text-align: justify;
}
.entry-content img {
    border-radius: 20px;
}
.single-content-thumbnail{
    display: block;
    width: 100%;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content img{
    max-width: 100%;
    height: auto;
}

.error-404{
    padding: 40px 0;
    text-align: center;
}

.page-404-header h1{
    font-size: 56px;
    line-height: 72px
}
.error-404 .page-content{
    padding: 40px 0;
}

.social_icons a {
    background-color: #ffffff;
    color: #3AABDD;
    float: left;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    transition: all 0.25s ease-in-out 0s;
    width: 35px;
    border-radius: 50px;
}
.social_icons a:hover {
    background-color: #008FE2;
    color: #ffffff;
}
.home-special .caption{
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(171, 171, 171, 0.1);
    border-radius: 0 0 15px 15px;
    text-align: center;
    font-weight: 700;
    line-height: 18px;
    padding: 10px 5px 20px; 
    min-height: 110px;
}
.home-special figure{
    margin-bottom: 0 !important;
}
.home-special .thumb {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.home-special .caption{
    font-size: 15px;
    text-align: center;
}
.related-posts h3 a,.home-special .caption h3 a{
    font-size: 15px;
    text-align: center;
}
.home-special:hover .caption{
    border: 1px solid #3AABDD;
}
.home-special:hover .caption h3 a{
    color: #3AABDD;
}

.list-posts{
    /*box-shadow: 0 6px 10px 0 #C2C2C2;*/
    padding: 10px;
    border: 1px solid #F2F2F2;
    /*border-bottom: 5px solid #F2F2F2;*/
    border-radius: 4px;
}
.post-meta{
  background-color: #F8F8F8;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.booking-show-mobile{
    display: none;
}

@media (max-width: 575.98px) {
    .booking-hidden-mobile{
        display: none;
    }
    .booking-show-mobile{
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: 30px;
        min-width: 150px;
    }
}
/*.entry-header h2.entry-title{
    padding: 15px 0px 15px 10px;
    border-left: 5px solid #2D529F;
    margin: 5px 0;
    background: #FDFDFD
}*/
.bg-plight{
    background: #FBFBFB
}
.btn-transparent{
    background: transparent !important;
}
a.btn-transparent{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-transparent:hover{
    background: rgba(255, 255, 255, 0.7) !important;
    color: #ddd;
}
.main-header .dropdown-toggle::after{
    display: none;
}

.post-img{
    position: relative;
    overflow: hidden;
}
.post-img .mask{
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(21, 133, 207, 0.7);
}
.post-img:hover .mask{
    top: 0%;
}
.post-img:hover .mask a {
    display: block;
    font-size: 32px;
    color: #fff;
    text-decoration: none;
}
.post-img:hover .mask a .fa{
    position: absolute;
    right: 43%;
    top: 40%;
    display: block;
    font-size: 32px;
    color: #fff;
}
.home-services-box{
    overflow: hidden;
    position: relative;
    border-radius: 25px;
}
.home-services-box .entry-header{
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(45, 82, 159, 0.7);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    vertical-align: middle;
}
.home-services-box:hover  .entry-header{
    top: 0
}

.home-services-box img{
    border-radius: 25px;
}
.home-services-box .entry-header h3{
    margin-top: 20%
}

.home-services-box .entry-header h3 a{
    color: #fff
}


#footer .widget-title{
    font-size: 18px;
    padding:5px 0 10px 0;
    color: #000;
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid #F7F7F7;
}
.packages-child-thumbnail{
    border-radius: 5px;
    margin: 5px;
}
.tour-firstname{
    margin-top: 100px;
    font-size: 16px;
}
.tour-firstname-2{
    margin-top: 80px;
    font-size: 14px;
}
.tour-hr{
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background:  #444444
}

.pakage-info{
    border-radius: 5px;
    border: 1px solid #2D529F;
    background: #2D529F;
    color: #fff
}
/* Post Navigation */
.post-navigation {
  padding: 35px 0 10px 0;
}
.post-navigation .post-previous,
.post-navigation .post-next {
 padding: 0 40px;
 width: 50%;
 border-right: 1px solid #F1F1F1;
 border-left: 1px solid #F1F1F1;
 display: table-cell;
 position: relative;
 vertical-align: middle;
}
.post-navigation .post-previous {
 text-align: right;
 float: right;
 border-right: 0 none;
 border-left: 0 none;
 padding: 0 0 0 40px;
}
.post-navigation .post-next {
 text-align: left;
 float: right;
 border-left: 0 none;
 padding: 0 40px 0 0;
}
.post-navigation i {
 margin: 0 5px;
}
.post-navigation span {
 font-size: 14px;
 margin-bottom: 10px;
 color: #757575;
 -webkit-transition: all 0.3s linear;
 transition: all 0.3s linear;
 display: inline-block;
 margin-top: 5px;
}
.post-navigation span:hover {
 color: #00A82A;
}
.post-navigation h3 {
 font-size: 18px;
 line-height: 1.4;
 margin: 8px 0 0;
}
/*
post-navigation css
*/
.post-navigation .nav-links {
        margin: 0 auto 10px;
        overflow: hidden;
        display: table;
        width: 100%;
        border-bottom: 1px solid #efefef;
        border-top: 1px solid #efefef;
        padding: 20px 0;
}
.post-navigation .nav-links a {
        color: #777777;
}
.tag-links{
    border-bottom: 1px solid #efefef;
    padding: 0 0 20px 0;
    margin-bottom: 20px;

}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
        padding-bottom: 15px;
        padding-top: 15px;
        float: right;
        vertical-align: middle;
        width: 50%;
}
.post-navigation .nav-links .nav-next {
        float: left;
        border-right: 1px solid #efefef;
}
.post-navigation .nav-links .nav-previous {
    border-left: 1px solid #efefef;
    padding-left: 30px;
    text-align: left;
}
.post-navigation .nav-links .nav-next {
        padding-right: 30px;
        text-align: right;
}
.post-navigation .nav-links .nav-previous a {
        color: #505050;
        display: block;
        float: left;
        width: 78%;
}
.post-navigation .nav-links .nav-next a {
        color: #505050;
        display: block;
        float: right;
        width: 78%;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
        position: relative;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
        color: #2D529F;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
}
.post-navigation .nav-links .nav-previous a:before,
.post-navigation .nav-links .nav-next a:before {
        position: absolute;
        font-family: bootstrap-icons !important;;
        top: 50%;
        transform: translateY(-50%);
}
.post-navigation .nav-links .nav-previous a:before {
        content:'\F135';
        right: -30px;
        font-size: 20px;
}
.post-navigation .nav-links .nav-next a:before {
        content:'\F12C';
        left: -30px;
        font-size: 20px;
}
/*****************************
>>> Home testimonial section  
******************************/
.home-testimonial {
  padding-bottom: 110px;
}
.home-testimonial .slick-slide {
  margin: 15px;
}
.home-testimonial .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 575px) {
  .home-testimonial {
    padding-bottom: 70px;
  }
}

.testimonial-item .testimonial-content {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  position: relative;
}
.testimonial-item .rating-start-wrap {
  margin-bottom: 20px;
}
.testimonial-item .testimonial-content h2{
    font-size: 16px;
}
.testimonial-item .author-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-item .testimonial-img img{
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin: 0 !important;
}
.testimonial-item .author-name {
  padding-left: 20px;
}
.testimonial-item .author-name h5 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.1;
}
.testimonial-item .author-name span {
  color: #3A78C9;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
.testimonial-item .testimonial-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.testimonial-item .testimonial-icon i {
  font-size: 45px;
  color: #F9F9F9;
}
.meta-wrap {
  margin-bottom: 30px;
}
.meta-wrap .tag-links:before {
    content: "\F5B2";
    color: #1a1a1a;
    display: inline-block;
    font-family: bootstrap-icons !important;;
    margin-right: 5px;
    font-weight: 900;
}
.meta-wrap .tag-links a {
  color: #151515;
  font-weight: 600;
  margin: 0 3px;
}
.meta-wrap .tag-links a:hover {
  color: #174B90;
}
.author-wrap {
  background-color: #f9f9f9;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.author-wrap:before, .author-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.author-wrap .author-thumb {
  width: 100px;
}
.author-wrap .author-thumb img {
  border-radius: 100%;
}
.author-wrap .author-content {
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  margin-left: 20px;
}
.author-wrap .author-content .author-name {
  margin-bottom: 5px;
}
.author-wrap .author-content p {
  font-size: 17px;
}
.author-wrap .author-content .button-text {
  color: #3A78C9;
}
.author-wrap .author-content .button-text:hover {
  color: #174B90;
}
@media screen and (max-width: 575px) {
  .author-wrap {
    text-align: center;
  }
  .author-wrap .author-thumb {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .author-wrap .author-content {
    width: 100%;
  }
}
.comment-area {
  margin-top: 60px;
}
.comment-area .comment-title {
  margin-bottom: 25px;
}
.comment-area ol {
  margin: 0;
  padding: 0;
}
.comment-area ol ol {
  margin-left: 30px;
}
.comment-area ol li {
  list-style: none;
  margin-bottom: 30px;
}
.comment-area ol li:before, .comment-area ol li:after {
  content: "";
  display: block;
  clear: both;
}
.comment-area .comment-author img {
  width: 45px;
  height: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  float: left;
}
.comment-area .comment-content {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  width: -moz-calc(100% - 65px);
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
  float: right;
  padding: 20px;
}
.comment-area .comment-content .comment-header {
  margin-bottom: 10px;
}
.comment-area .comment-content p {
  margin-bottom: 15px;
}
.comment-area .comment-content h5 {
  display: inline-block;
  margin-bottom: 0;
}
.comment-area .comment-content time {
  font-size: 13px;
  margin-left: 10px;
}
.comment-area .comment-content .comment-reply-link {
  background-color: #F5F5F5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-size: 12px;
  color: #767676;
  padding: 5px 12px 6px;
  display: inline-block;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  float: right;
}
.comment-area .comment-content .comment-reply-link i {
  margin-right: 4px;
  font-size: 10px;
}
.comment-area .comment-content .comment-reply-link:hover {
  background-color: #174B90;
}
@media screen and (max-width: 575px) {
  .comment-area .comment-author {
    width: 25px;
  }
  .comment-area .comment-content {
    width: -moz-calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
  }
}

.comment-form {
  padding-top: 30px;
}
.comment-form .rate-wrap {
  padding: 0 15px;
  margin-bottom: 15px;
}
.comment-form label {
  display: block;
  margin-bottom: 8px;
}
.comment-form input {
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    background-color: #F8F8F8;
  border: none;
  padding: 6px;
}
.comment-form input:not([type=submit]) {
  background-color: #F8F8F8;
  width: 100%;
}
.comment-form input[type=submit] {
  margin-top: 20px;
}
.comment-form input[type=checkbox] {
  width: auto;
}
.comment-form textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    background-color: #F8F8F8;
  border: none;
}
.comments-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.wpcf7-form-control, .comments-area input[type=text]{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #DDDDDD
}
input.wpcf7-form-control{
    height: 38px;
}
 .wpcf7-form label,.wpcf7-form-control-wrap{
    display: block;
    width: 100%;
}

.wpcf7-form input[type=submit] , .form-submit .submit {
    background: #2D529F none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    float: none;
    padding: 10px 15px;
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
}
/* Footer */
#footer{
    background: #eee;
    padding: 40px 0 10px 0;
}
.footer-copyright{
    padding-top: 20px;
    color: #3AABDD;
}
.go-to-top {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 999;
    display: none;
}
.go-to-top a {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 45px;
    background-color: #3B5998;
    text-align: center;
    color: #F2C21A;
    font-weight: 100;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
@media (max-width: 998px) {
    .tour-firstname-2, .tour-firstname{
        margin-top: 5px;
    }
  .copyright .menu-footer{
       display: none;
   }
   .navbar-toggler{
       display: inline-block;
   }
   .hidde-mob-lg,.main-menu{
       /* display: none !important; */
   }

.container {
    max-width: 100%;
}
 .mob-side-menu{
        position: fixed; width: 280px; background: #456496; height: 100%; z-index: 999999; top:0; left: -300px;border-left: 5px solid #F2C21A; border-right: 1px solid #F0F0F0; display: inherit;
    }
    .close-side-menu{
        position: absolute; right: 15px; top: 15px;
        font-size: 28px;
        cursor: pointer;
        color: #fff;
    }
    .open-side-menu{
        display: inline-block;
        font-size: 28px;
        padding: 10px 0;
        float: left;
        margin-right: 25px;

    }
    .site-branding .social-navigation, .main-navigation{
        display: none;
    }
}
@media (max-width: 560px) {
   .hidde-mob{
       display: none !important;
   }
   #breadcrumbs{
       display: none !important;

   }
   h2.entry-title {
       font-size: 24px;
   }

   .page-title{
       font-size: 16px;
   }
}
.testimonial-slider .testimonial-item{
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.slick-slider {
  position: relative;
}
.slick-slider .slick-prev {
  left: 15px;
}
.slick-slider .slick-prev:before {
  content: "\F284";
}
.slick-slider .slick-next {
  right: 15px;
}
.slick-slider .slick-next:before {
  content: "\F285";
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1;
  width: auto;
  height: auto;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  font-family: bootstrap-icons !important;;
  font-weight: 900;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.slick-slider .slick-prev:hover:before, .slick-slider .slick-prev:focus:before, .slick-slider .slick-prev:active:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before,
.slick-slider .slick-next:active:before {
  background-color: #174B90;
  color: #ffffff;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}
.slick-dots li button {
  background-color: #c6c6c6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li button:hover {
  background-color: #3A78C9;
}
.slick-dots li.slick-active button {
  background-color: #3A78C9;
}
.video-button a {
  background-color: rgba(58, 120, 201, 0.8);
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  font-size: 18px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  position: relative;
}
.video-button a i {
  color: #ffffff;
}
.video-button a:before, .video-button a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  -moz-animation: rippleOne 3s infinite;
  -ms-animation: rippleOne 3s infinite;
  -o-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.video-button a:before {
  animation-delay: 0.9s;
}
.video-button a:after {
  animation-delay: 0.3s;
}
@media screen and (max-width: 575px) {
  .video-button a {
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 15px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 15px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
/*--------------------------------------------------------------
>>> Pagination
----------------------------------------------------------------*/
.post-navigation-wrap {
  margin-top: 30px;
}
.paging{
    margin: 25px auto;
    display: block;
    clear: both;
    width: 100%;
}
.pagination {
  margin: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.pagination li {
  margin: 0 5px;
}
span.pagination.current,.pagination li a {
  color: #444444;
  display: block;
  border: 1px solid #e6e6e6;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination li a:hover {
  background-color: #3A78C9;
  border-color: #3A78C9;
  color: #ffffff;
}
span.pagination.current,.pagination li.active a {
  background-color: #3A78C9;
  border-color: #3A78C9;
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> Clearing
----------------------------------------------------------------*/
.clearfix:before, .clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
>>> Main Header 
----------------------------------------------------------------*/
.site-header {
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
}
.site-header .black-logo {
  display: none;
}

/*--- top header css start ---*/
.top-header {
  border-bottom: 1px solid rgba(167, 167, 167, 0.25);
  padding: 10px 0;
}
.top-header .top-header-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  grid-gap: 10px;
}

.header-contact * {
  color: #ffffff;
}
.header-contact a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contact i {
  background-color: #3A78C9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  font-size: 17px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  width: 45px;
}
.header-contact .header-contact-details {
  width: -moz-calc(100% - 55px);
  width: -webkit-calc(100% - 55px);
  width: calc(100% - 55px);
  padding-left: 10px;
}
.header-contact .header-contact-details .contact-label {
  display: block;
  font-size: 13px;
}
.header-contact .header-contact-details h5 {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .header-contact i {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
}

.header-social li {
  margin: 0 5px;
}
.header-social li:first-child {
  margin-left: 0;
}
.header-social li:last-child {
  margin-right: 0;
}
.header-social a {
  border: 1px solid rgba(167, 167, 167, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  text-align: center;
  width: 35px;
}
.site-header:not(.fixed-header) .header-social a {
  color: #fafafa;
}
.header-social a:hover, .header-social a:focus {
  border-color: #174B90;
  color: #174B90;
}
@media screen and (max-width: 575px) {
  .header-social a {
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
}

.header-search-icon {
  vertical-align: middle;
}
.header-search-icon a {
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
}
.header-search-icon a:hover, .header-search-icon a:focus {
  border-color: #174B90;
  color: #174B90;
}
@media screen and (max-width: 575px) {
  .header-search-icon a {
    font-size: 10px;
    line-height: 26px;
    width: 26px;
    height: 26px;
  }
}

.offcanvas-menu {
  vertical-align: middle;
  margin-left: 10px;
}
.offcanvas-menu a {
  color: #ffffff;
  font-size: 32px;
}
.offcanvas-menu a:hover, .offcanvas-menu a:focus {
  color: #174B90;
}
@media screen and (max-width: 575px) {
  .offcanvas-menu {
    margin-left: 5px;
  }
  .offcanvas-menu a {
    font-size: 22px;
  }
}

/*--- top header css end ---*/
/*--- header Logo css start ---*/
.site-logo .site-title {
  margin: 0;
  line-height: 1.1;
  font-size: 28px;
}
.site-logo .site-description {
  font-size: 13px;
  margin-bottom: 0;
}
.site-logo img {
  max-width: 200px;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.site-logo a {
  display: block;
}
.site-logo a:hover img, .site-logo a:focus img, .site-logo a:active img {
  opacity: 0.5;
}
@media screen and (max-width: 575px) {
  .site-logo img {
    width: 90px;
    height: 21.2px;
  }
}

/*--------------------------------------------------------------
>>> Main Header Menu
----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .bottom-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 12px 0;
  }
}

.navigation-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-container .navigation > ul > li {
  display: inline-block;
  padding: 0 16px;
}
.navigation-container ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-container ul > li.menu-item-has-children > a:after {
  content: "\F22C";
}
.navigation-container ul > li:last-child {
  border-bottom: none;
}
.navigation-container ul > li:last-child:before {
  display: none;
}
.navigation-container ul > li > a {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 15px 0;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  text-transform: uppercase;
}
.navigation-container ul > li:hover > ul, .navigation-container ul > li:focus > ul, .navigation-container ul > li:active > ul {
  display: block;
}
.navigation-container ul > li:hover > a, .navigation-container ul > li:focus > a, .navigation-container ul > li:active > a {
  color: #3A78C9;
}
.navigation-container ul > li:hover > a:after, .navigation-container ul > li:focus > a:after, .navigation-container ul > li:active > a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-container ul ul {
  background: #ffffff;
  border-top: 4px solid #3A78C9;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 250px;
  z-index: 99;
  display: none;
  text-align: left;
  -webkit-animation: slide-up 0.3s ease-out;
  -moz-animation: slide-up 0.3s ease-out;
  -ms-animation: slide-up 0.3s ease-out;
  -o-animation: slide-up 0.3s ease-out;
  animation: slide-up 0.3s ease-out;
}
.navigation-container ul ul li {
  border-bottom: 1px solid #DDD;
  position: relative;
  display: block;
}
.navigation-container ul ul li a {
  color: #333;
  display: block;
  padding: 13px 20px;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.navigation-container ul ul li a:hover, .navigation-container ul ul li a:focus, .navigation-container ul ul li a:active {
  padding-left: 30px;
  color: #3A78C9;
}
.navigation-container ul ul li > ul {
  left: 100%;
  top: 0;
}
.navigation-container ul ul li.menu-item-has-children > a:after {
  content: "\F22C";
}
.navigation-container ul ul li:hover > ul, .navigation-container ul ul li:focus > ul, .navigation-container ul ul li:active > ul {
  display: block;
  top: -3px;
}
.navigation-container ul ul li:hover a:after, .navigation-container ul ul li:focus a:after, .navigation-container ul ul li:active a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-container ul li {
  position: relative;
}

.navigation-container ul li.menu-item-has-children > a {
  position: relative;
}
.navigation-container ul li.menu-item-has-children > a:after {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-family: bootstrap-icons !important;
  font-weight: 900;
  font-weight: 900;
  margin-left: 8PX;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.navigation-container ul li.menu-item-has-children li:hover > a, .navigation-container ul li.menu-item-has-children li:focus > a {
  background-color: #174B90;
  color: #ffffff;
}
.navigation-container ul li.current-menu-item > a, .navigation-container ul li.current-menu-parent > a, .navigation-container ul li.menu-active > a {
  color: #3A78C9;
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.header-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  margin-left: 10px;
}
.header-btn a {
  font-size: 14px;
  padding: 11px 22px;
}
@media screen and (max-width: 575px) {
  .header-btn {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .header-btn a {
    padding: 8px 20px;
    font-size: 14px;
  }
}

/*---  header search css ---*/
.header-search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search-form {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -ms-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  z-index: 999;
}
.header-search-form .header-search {
  position: relative;
}
.header-search-form input[type=text] {
  background-color: #ffffff;
  color: #292929;
  border: none;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  text-align: center;
}
.header-search-form .search-close {
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.header-search-form .search-close:hover, .header-search-form .search-close:focus, .header-search-form .search-close:active {
  color: #174B90;
}
.header-search-form.search-in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.offcanvas-container {
  position: fixed;
  width: 350px;
  height: 100%;
  right: -100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s, right 0.6s;
  -moz-transition: opacity 0.5s, visibility 0.5s, right 0.6s;
  -ms-transition: opacity 0.5s, visibility 0.5s, right 0.6s;
  -o-transition: opacity 0.5s, visibility 0.5s, right 0.6s;
  transition: opacity 0.5s, visibility 0.5s, right 0.6s;
  z-index: 999;
}
.offcanvas-container .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.offcanvas-container .offcanvas-inner {
  background-color: #ffffff;
  padding: 60px 20px;
  min-height: -moz-calc(100vh - 60px);
  min-height: -webkit-calc(100vh - 60px);
  min-height: calc(100vh - 60px);
  height: 100%;
  overflow-y: auto;
}
.offcanvas-container .offcanvas-sidebar .widget {
  margin-bottom: 50px;
}
.offcanvas-container .offcanvas-sidebar .widget .widget-title {
  color: #3A78C9;
  font-size: 16px;
  font-weight: 500;
}
.offcanvas-container .offcanvas-sidebar .widget.widget_text ul li {
  display: inline-table;
}
.offcanvas-container .offcanvas-sidebar .widget.widget_text ul li i {
  color: #3A78C9;
}
.offcanvas-container .offcanvas-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.offcanvas-container .offcanvas-close:hover, .offcanvas-container .offcanvas-close:focus, .offcanvas-container .offcanvas-close:active {
  color: #174B90;
}
.offcanvas-container.offcanvas-show {
  opacity: 1;
  visibility: visible;
  right: 0;
}
@media screen and (max-width: 575px) {
  .offcanvas-container {
    width: 100%;
  }
}

/*---  fixed header css ---*/
.bottom-header {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

@media screen and (min-width: 992px) {
  .fixed-header .bottom-header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
  }
}
@media screen and (max-width: 991px) {
  .fixed-header .bottom-header {
    background-color: transparent;
    position: relative;
  }
}
.fixed-header .navigation-container .navigation > ul > li > a {
  color: #223645;
  padding: 22px 0;
}
.fixed-header .navigation-container .navigation > ul > li > a:before {
  background-color: #446b89;
}
.fixed-header .header-icons .icon-item a {
  color: #223645;
}
.fixed-header .header-icons .icon-item a:hover {
  color: #174B90;
}
@media screen and (max-width: 991px) {
  .fixed-header .mobile-menu-container {
    background-color: #ffffff;
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
  }
  .fixed-header .mobile-menu-container .slicknav_nav {
    min-height: calc(100vh - 78px);
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
  .fixed-header .mobile-menu-container .slicknav_menu .slicknav_menutxt {
    color: #212121;
  }
  .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span {
    background-color: #212121;
  }
  .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:before, .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:after {
    background-color: #212121;
  }
}

/*---  mobile slick Nav css ---*/
/* Slicknav - a Mobile Menu */
.mobile-menu-container .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .mobile-menu-container .slicknav_menu {
    display: none;
  }
}
.mobile-menu-container .slicknav_menu .slicknav_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 10px 0;
  float: none;
}
.mobile-menu-container .slicknav_menu .slicknav_icon {
  margin-left: 0;
  margin-right: 10px;
}
.mobile-menu-container .slicknav_menu .slicknav_menutxt {
  color: #FFF;
  text-shadow: none;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
}
.mobile-menu-container .slicknav_menu .slicknav_nav li {
  border-top: 1px solid #e6e6e6;
}
.mobile-menu-container .slicknav_menu .slicknav_nav li .slicknav_arrow {
  color: #7a7a7a;
  font-size: 13px;
}
.mobile-menu-container .slicknav_menu .slicknav_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.mobile-menu-container .slicknav_menu .slicknav_row > a {
  width: -moz-calc(100% - 45px);
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
}
.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item {
  border-left: 1px solid #e6e6e6;
  width: 45px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item .slicknav_arrow {
  position: static;
  padding: 0;
  margin: 0;
}
.mobile-menu-container .slicknav_menu .slicknav_row:hover, .mobile-menu-container .slicknav_menu .slicknav_row:focus, .mobile-menu-container .slicknav_menu .slicknav_row:active {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 991px) {
  .mobile-menu-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}

.slicknav_menu .slicknav_btn {
  background-color: transparent;
  padding: 0;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #242424;
}
.slicknav_menu .slicknav_nav ul {
  margin: 0;
  padding: 0;
}
.slicknav_menu .slicknav_nav li {
  position: relative;
  list-style: none;
}
.slicknav_menu .slicknav_nav li a {
  display: inline-block;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slicknav_menu .slicknav_nav li a:hover, .slicknav_menu .slicknav_nav li a:focus, .slicknav_menu .slicknav_nav li a:active {
  background-color: transparent;
  color: #174B90;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.slicknav_menu .slicknav_nav {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
}
.slicknav_menu .slicknav_arrow {
  position: absolute;
  right: 5px;
  height: 100%;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0;
  line-height: 1.125em;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.slicknav_btn .slicknav_icon {
  width: 22px;
  height: 16px;
  display: block;
  position: relative;
  margin-top: 1px;
}
.slicknav_btn .slicknav_icon:before {
  display: none;
}
.slicknav_btn .slicknav_icon span {
  background-color: #FFF;
  box-shadow: none;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slicknav_btn .slicknav_icon span:first-child {
  display: block;
}
.slicknav_btn .slicknav_icon span:first-child:before, .slicknav_btn .slicknav_icon span:first-child:after {
  background-color: #FFF;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition-delay: 0.5s, 0s;
  -ms-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  -ms-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
}
.slicknav_btn .slicknav_icon span:first-child:before {
  top: -6px;
}
.slicknav_btn .slicknav_icon span:first-child:after {
  top: 6px;
}
.slicknav_btn.slicknav_open span:first-child {
  background-color: transparent !important;
}
.slicknav_btn.slicknav_open span:first-child:before, .slicknav_btn.slicknav_open span:first-child:after {
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -ms-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}
.slicknav_btn.slicknav_open span:first-child:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slicknav_btn.slicknav_open span:first-child:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
>>> Home Main section  
----------------------------------------------------------------*/
/***********************
>>> Home banner section  
***********************/
.home-banner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 800px;
  position: relative;
  z-index: 1;
}
.home-banner .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 575px) {
  .home-banner {
    min-height: 600px;
  }
}

.banner-content {
  position: relative;
  padding: 0 0 15px;
  z-index: 1;
}
.banner-content * {
  color: #ffffff;
}
.banner-content .banner-title {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 20px;

}
.banner-content p {
  margin-bottom: 30px;
}
.banner-content .banner-btn {
  margin-left: -10px;
  margin-right: -10px;
}
.banner-content .banner-btn a {
  margin: 10px;
}
@media screen and (max-width: 991px) {
  .banner-content .banner-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .banner-content .banner-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .banner-content {
    padding: 15px 0;
  }
  .banner-content .banner-title {
    font-size: 30px;
  }
  .banner-content .banner-btn {
    margin-left: -5px;
    margin-right: -5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner-content .banner-btn a {
    padding: 10px 15px;
    text-align: center;
    margin: 5px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
}

.home-banner-slider {
  overflow: hidden;
}
.home-banner-slider.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.home-banner-slider .slick-dots {
  bottom: 20px;
}
.home-banner-slider .slick-arrow {
  -webkit-transition: linear 0.6s;
  -moz-transition: linear 0.6s;
  -ms-transition: linear 0.6s;
  -o-transition: linear 0.6s;
  transition: linear 0.6s;
  opacity: 0;
}
.home-banner-slider .slick-arrow:before {
  font-size: 15px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.home-banner-slider .slick-prev {
  left: -100px;
}
.home-banner-slider .slick-next {
  right: -100px;
}
.home-banner-slider:hover .slick-arrow {
  opacity: 1;
}
.home-banner-slider:hover .slick-prev {
  left: 15px;
}
.home-banner-slider:hover .slick-next {
  right: 15px;
}
@media screen and (max-width: 575px) {
  .home-banner-slider .slick-arrow:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
  }
}
.social-icon ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.social-icon li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
  margin-left: 0;
}
.outline-btn, .round-btn {
  font-size: 16px;
  line-height: 1.1;
  padding: 17px 30px;
  font-weight: 400;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .outline-btn, .round-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
}
.round-btn {
  background-color: #3A78C9;
  border: none;
  color: #ffffff;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.round-btn:hover, .round-btn:focus, .round-btn:active {
  background-color: #174B90;
  color: #ffffff;
}
.featured-post{
    position: relative;
}
.tour-recommended{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-weight: bold;
}
.tour-sale{
    position: absolute;
    border-radius: 20px;
    background: rgba(0,0,0,.8);
    z-index: 10;
    color: #fff;
    line-height: 32px;
    padding: 4px;
    font-size: 12px;    
    min-height: 32px;
    background: #19740c;
    top: 17px;
    right: 8px;
    left: auto;
    margin: 0;
    min-width: 40px;
}
.outline-btn {
  padding: 15px 30px;
  border: 2px solid #3A78C9;
  color: #3A78C9;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  -ms-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.outline-btn:hover, .outline-btn:focus, .outline-btn:active {
  background-color: #174B90;
  border-color: #174B90;
  color: #ffffff;
}
.experts-title h2, .widget-title{
    font-size: 18px;
    text-align: center;
}
.experts-title h2 span{
    color: #3A78C9;
}
.experts-list h3.entry-title{
    color: #3A78C9 !important;
    text-align: left;
    font-size: 16px !important;
    font-weight: bold;    

}
.experts-contact{
    text-align: left;
    font-size: 14px;
}
.inline-content{
    overflow: hidden;
}
.sticky-sidebar {
    max-width: 255px;
}
.inclusions-exclusions{
    padding-left: 10px;
}
.inclusions-exclusions li{
    list-style: none;
    padding: 3px 0;
}
@media screen and (max-width: 575px) {
  .outline-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.outline-btn-white {
  border-color: #ffffff;
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.outline-btn-white:hover, .outline-btn-white:focus {
  border-color: #174B90;
}
.header-social a {
  border: 1px solid rgba(167, 167, 167, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  text-align: center;
  width: 35px;
}
.header-social a:hover, .header-social a:focus {
  border-color: #174B90;
  color: #174B90;
}
.site-header:not(.fixed-header) .header-social a {
  color: #fafafa;
}
.home_services_item h3{
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
}
.home_services_item h5{
    text-align: center;
    font-size: 15px;
}
.site-footer .img-thumbnail{
    background-color: inherit !important;
    border: 0 !important;
}
.blog-post-item {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-post-item .post-content{
    padding: 0px 10px 20px;
    text-align: center;
}
.blog-post-item .entry-title{
    font-size: 20px;
}
.blog-post-item .post-btn{
    position: relative;
}
.blog-post-item .post-btn .round-btn{
    position: absolute;
    bottom: -30px;
}
/*****************************
>>> Home testimonial section  
******************************/
.home-testimonial {
  padding-bottom: 80px;
  padding-top: 90px;
}
.home-testimonial .slick-slide {
  margin: 15px;
}
.home-testimonial .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 575px) {
  .home-testimonial {
    padding-bottom: 60px;
  }
}
.widget_latest_post h2{
    font-size: 16px;
}
.testimonial-item .testimonial-content {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
}
.testimonial-item .rating-start-wrap {
  margin-bottom: 20px;
}
.testimonial-item .author-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-item .testimonial-img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  width: 70px;
}
.testimonial-item .author-name {
  padding-left: 20px;
}
.testimonial-item .author-name h5 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.1;
}
.testimonial-item .author-name span {
  color: #3A78C9;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
.testimonial-item .testimonial-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.testimonial-item .testimonial-icon i {
  font-size: 45px;
  color: #F9F9F9;
}
.widget {
  margin-bottom: 30px;
}
.widget a {
  display: block;
}
.widget .widget-title {
  margin-bottom: 30px;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
}
.widget ul li a {
  color: #383838;
}
.widget ul li a:hover {
  color: #174B90;
}
.widget.author_widget {
  text-align: center;
}
.widget.author_widget .profile .avatar {
  margin-bottom: 30px;
}
.widget.author_widget .profile .avatar a {
  display: block;
  position: relative;
  overflow: hidden;
}
.widget.author_widget .profile .avatar a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: none;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.widget.author_widget .profile .avatar a:hover:before, .widget.author_widget .profile .avatar a:focus:before, .widget.author_widget .profile .avatar a:active:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
  display: block;
}
.widget.author_widget .name-title {
  margin-bottom: 20px;
}
.widget.author_widget .text-content p:last-child {
  margin-bottom: 0;
}
.widget.author_widget .socialgroup {
  margin-top: 25px;
}
.widget.author_widget .socialgroup ul {
  margin: 0;
}
.widget.author_widget .socialgroup ul li {
  list-style: none;
  border-bottom: none;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}
.widget.author_widget .socialgroup ul li a {
  color: #3A78C9;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 3px 8px;
  border: 1px solid #3A78C9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.author_widget .socialgroup ul li a:hover, .widget.author_widget .socialgroup ul li a:focus, .widget.author_widget .socialgroup ul li a:active {
  border-color: #174B90;
  color: #174B90;
}
.widget.author_widget .profile .avatar {
  width: 150px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #fff;
}
.widget.author_widget .profile .avatar img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.widget.author_widget .widget-content.text-center .profile .avatar {
  margin-left: auto;
  margin-right: auto;
}
.widget.author_widget .widget-content.text-right .profile .avatar {
  margin-left: auto;
}
.widget.widget-post-thumb li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.widget.widget-post-thumb li:before, .widget.widget-post-thumb li:after {
  content: "";
  display: block;
  clear: both;
}
.widget.widget-post-thumb li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget.widget-post-thumb li a {
  color: inherit;
}
.widget.widget-post-thumb .post-thumb {
  width: 80px;
  float: left;
  position: relative;
}
.widget.widget-post-thumb .post-thumb img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.widget.widget-post-thumb .post-content {
  float: right;
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
.widget.widget-post-thumb .post-content h5,
.widget.widget-post-thumb .post-content h6 {
  margin-bottom: 5px;
}
.widget.widget-post-thumb .post-content p {
  margin-bottom: 0;
  font-size: 14px;
}
.widget.widget-post-thumb .post-content .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}
.widget.widget-post-thumb .post-content .entry-meta span {
  padding: 0 8px;
  position: relative;
}
.widget.widget-post-thumb .post-content .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.widget.widget-post-thumb .post-content .entry-meta span:last-child:before {
  display: none;
}
.widget.widget-post-thumb .post-content .entry-meta a {
  color: #787878;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}
.widget.widget-post-thumb .post-content .entry-meta a:hover, .widget.widget-post-thumb .post-content .entry-meta a:focus {
  color: #174B90;
}
.widget.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.widget.widget_tag_cloud .tagcloud a {
  background-color: #F6F6F6;
  color: #383838;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 15px;
  margin: 5px;
  text-align: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #174B90;
  color: #ffffff;
}
.widget.widget_recent_post li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(135, 135, 135, 0.3);
}
.widget.widget_recent_post li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget.widget_recent_post li a {
  color: inherit;
}
.widget.widget_recent_post li h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.widget.widget_recent_post li .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}
.widget.widget_recent_post li .entry-meta span {
  padding: 0 8px;
  position: relative;
}
.widget.widget_recent_post li .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.widget.widget_recent_post li .entry-meta span:last-child:before {
  display: none;
}
.widget.widget_recent_post li .entry-meta a {
  color: #CCC;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}
.widget.widget_recent_post li .entry-meta a:hover, .widget.widget_recent_post li .entry-meta a:focus {
  color: #174B90;
}
.widget .gallery,
.widget .insta-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.widget .gallery .gallery-item,
.widget .insta-gallery .gallery-item {
  padding: 5px;
}
.widget .gallery .gallery-item a,
.widget .insta-gallery .gallery-item a {
  display: block;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.widget .gallery .gallery-item a:before,
.widget .insta-gallery .gallery-item a:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.widget .gallery .gallery-item a:hover:before, .widget .gallery .gallery-item a:focus:before, .widget .gallery .gallery-item a:active:before,
.widget .insta-gallery .gallery-item a:hover:before,
.widget .insta-gallery .gallery-item a:focus:before,
.widget .insta-gallery .gallery-item a:active:before {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .widget .gallery .gallery-item a img,
.widget .insta-gallery .gallery-item a img {
    width: 100%;
  }
}
.widget .gallery.gallery-colum-3 .gallery-item,
.widget .insta-gallery.gallery-colum-3 .gallery-item {
  width: 33.33%;
}
.widget.widget_social {
  margin-top: 20px;
}
.widget.widget_social .social-icon {
  width: 50%;
}
.widget.widget_category ul li {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #888888;
  text-align: right;
}
.widget.widget_category ul li i {
  color: #3A78C9;
  font-size: 11px;
  float: left;
  margin-right: 5px;
  margin-top: 6px;
}
.widget.widget_category ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_category ul li a {
  float: left;
}
.widget.search_widget {
  position: relative;
}
.widget.search_widget input {
  width: 100%;
  padding: 0 55px 0 10px;
}
.widget.search_widget button {
  background-color: #3A78C9;
  color: #ffffff;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  font-size: 14px;
  border: none;
  position: absolute;
  right: 6px;
  top: 7px;
  padding: 13px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.widget.search_widget button:hover {
  background-color: #174B90;
}
.widget.widget_social ul {
  margin: -2px;
}
.widget.widget_social ul li {
  display: inline-block;
  margin: 2px;
}
.widget.widget_social ul li a {
  border: 1px solid #e6e6e6;
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.widget_social ul li a:hover {
  background-color: #174B90;
  border-color: #174B90;
  color: #ffffff;
}
.widget.widget_text ul {
  margin-top: 20px;
}
.widget.widget_text ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.widget.widget_text ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_text ul li i {
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 4px;
}
.widget.widget_newslatter .newslatter-form {
  margin-top: 24px;
}
.widget.widget_newslatter .newslatter-form input {
  width: 100%;
  margin-bottom: 15px;
}
.widget.widget_newslatter .newslatter-form [type=submit] {
  padding: 17px 30px;
  margin-bottom: 0;
}

.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget-title {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.sidebar .widget-title:before {
  background-color: #3A78C9;
  content: "";
  height: 2px;
  width: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
/*--------------------------------------------------------------
>>> Faq Page  
----------------------------------------------------------------*/
.faq-page-container {
  padding-bottom: 100px;
}
.faq-page-container.bg-light-grey {
  padding-top: 100px;
}
.faq-page-container .section-head p {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .faq-page-container .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .faq-page-container .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .faq-page-container .faq-content-wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .faq-page-container {
    padding-bottom: 70px;
  }
  .faq-page-container.bg-light-grey {
    padding-top: 70px;
  }
}

.faq-testimonial {
  position: relative;
}
.faq-testimonial .faq-image img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
}
.faq-testimonial .testimonial-content {
  background-color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 30px 30px 30px 70px;
  position: absolute;
  bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.faq-testimonial .testimonial-content .quote-icon {
  margin-bottom: -25px;
  display: block;
  margin-left: -30px;
}
.faq-testimonial .testimonial-content i {
  color: rgba(167, 167, 167, 0.35);
  font-size: 40px;
  line-height: 1;
}
.faq-testimonial .testimonial-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .faq-testimonial {
    margin-top: 40px;
  }
}
.accordion-content .card {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
  border: none;
}
.accordion-content .card:last-child {
  margin-bottom: 0;
}
.accordion-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.accordion-content .card .card-header a {
  background-color: #3aabdd;;
  color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  font-size: 16px;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 16px 25px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.accordion-content .card .card-header a:before {
  content: "\F286";
  display: block;
  font-weight: 900;
  font-family: bootstrap-icons !important;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
}
.accordion-content .card .card-header a.collapsed:before {
  content: "\F282";
}
.accordion-content .card .card-body {
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  .accordion-content .card .card-header a {
    font-size: 14px;
    padding: 12px 25px;
  }
}
.outline-btn-white {
  border-color: #ffffff;
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.entry-content ol ,.entry-content ul{
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
.entry-content ol li,.entry-content ul li{
  margin-left: 10px;
  line-height: 2em;
}

.hb_room_pricing_plans {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .hb_room_pricing_plans th,
  .hb_room_pricing_plans td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .hb_room_pricing_plans thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .hb_room_pricing_plans tbody + tbody {
    border-top: 2px solid #dee2e6; }

.hb_room_pricing_plans-sm th,
.hb_room_pricing_plans-sm td {
  padding: 0.3rem; }

.hb_room_pricing_plans-bordered {
  border: 1px solid #dee2e6; }
  .hb_room_pricing_plans-bordered th,
  .hb_room_pricing_plans-bordered td {
    border: 1px solid #dee2e6; }
  .hb_room_pricing_plans-bordered thead th,
  .hb_room_pricing_plans-bordered thead td {
    border-bottom-width: 2px; }

.hb_room_pricing_plans-borderless th,
.hb_room_pricing_plans-borderless td,
.hb_room_pricing_plans-borderless thead th,
.hb_room_pricing_plans-borderless tbody + tbody {
  border: 0; }

.hb_room_pricing_plans-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.hb_room_pricing_plans-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.hb_room_pricing_plans-primary,
.hb_room_pricing_plans-primary > th,
.hb_room_pricing_plans-primary > td {
  background-color: #b8daff; }

.hb_room_pricing_plans-primary th,
.hb_room_pricing_plans-primary td,
.hb_room_pricing_plans-primary thead th,
.hb_room_pricing_plans-primary tbody + tbody {
  border-color: #7abaff; }

.hb_room_pricing_plans-hover .hb_room_pricing_plans-primary:hover {
  background-color: #9fcdff; }
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-primary:hover > td,
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-primary:hover > th {
    background-color: #9fcdff; }

.hb_room_pricing_plans-secondary,
.hb_room_pricing_plans-secondary > th,
.hb_room_pricing_plans-secondary > td {
  background-color: #d6d8db; }

.hb_room_pricing_plans-secondary th,
.hb_room_pricing_plans-secondary td,
.hb_room_pricing_plans-secondary thead th,
.hb_room_pricing_plans-secondary tbody + tbody {
  border-color: #b3b7bb; }

.hb_room_pricing_plans-hover .hb_room_pricing_plans-secondary:hover {
  background-color: #c8cbcf; }
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-secondary:hover > td,
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-secondary:hover > th {
    background-color: #c8cbcf; }

.hb_room_pricing_plans-success,
.hb_room_pricing_plans-success > th,
.hb_room_pricing_plans-success > td {
  background-color: #c3e6cb; }

.hb_room_pricing_plans-success th,
.hb_room_pricing_plans-success td,
.hb_room_pricing_plans-success thead th,
.hb_room_pricing_plans-success tbody + tbody {
  border-color: #8fd19e; }

.hb_room_pricing_plans-hover .hb_room_pricing_plans-success:hover {
  background-color: #b1dfbb; }
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-success:hover > td,
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-success:hover > th {
    background-color: #b1dfbb; }

.hb_room_pricing_plans-info,
.hb_room_pricing_plans-info > th,
.hb_room_pricing_plans-info > td {
  background-color: #bee5eb; }

.hb_room_pricing_plans-info th,
.hb_room_pricing_plans-info td,
.hb_room_pricing_plans-info thead th,
.hb_room_pricing_plans-info tbody + tbody {
  border-color: #86cfda; }

.hb_room_pricing_plans-hover .hb_room_pricing_plans-info:hover {
  background-color: #abdde5; }
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-info:hover > td,
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-info:hover > th {
    background-color: #abdde5; }

.hb_room_pricing_plans-warning,
.hb_room_pricing_plans-warning > th,
.hb_room_pricing_plans-warning > td {
  background-color: #ffeeba; }

.hb_room_pricing_plans-warning th,
.hb_room_pricing_plans-warning td,
.hb_room_pricing_plans-warning thead th,
.hb_room_pricing_plans-warning tbody + tbody {
  border-color: #ffdf7e; }

.hb_room_pricing_plans-hover .hb_room_pricing_plans-warning:hover {
  background-color: #ffe8a1; }
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-warning:hover > td,
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-warning:hover > th {
    background-color: #ffe8a1; }

.hb_room_pricing_plans-danger,
.hb_room_pricing_plans-danger > th,
.hb_room_pricing_plans-danger > td {
  background-color: #f5c6cb; }

.hb_room_pricing_plans-danger th,
.hb_room_pricing_plans-danger td,
.hb_room_pricing_plans-danger thead th,
.hb_room_pricing_plans-danger tbody + tbody {
  border-color: #ed969e; }

.hb_room_pricing_plans-hover .hb_room_pricing_plans-danger:hover {
  background-color: #f1b0b7; }
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-danger:hover > td,
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-danger:hover > th {
    background-color: #f1b0b7; }

.hb_room_pricing_plans-light,
.hb_room_pricing_plans-light > th,
.hb_room_pricing_plans-light > td {
  background-color: #fdfdfe; }

.hb_room_pricing_plans-light th,
.hb_room_pricing_plans-light td,
.hb_room_pricing_plans-light thead th,
.hb_room_pricing_plans-light tbody + tbody {
  border-color: #fbfcfc; }

.hb_room_pricing_plans-hover .hb_room_pricing_plans-light:hover {
  background-color: #ececf6; }
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-light:hover > td,
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-light:hover > th {
    background-color: #ececf6; }

.hb_room_pricing_plans-dark,
.hb_room_pricing_plans-dark > th,
.hb_room_pricing_plans-dark > td {
  background-color: #c6c8ca; }

.hb_room_pricing_plans-dark th,
.hb_room_pricing_plans-dark td,
.hb_room_pricing_plans-dark thead th,
.hb_room_pricing_plans-dark tbody + tbody {
  border-color: #95999c; }

.hb_room_pricing_plans-hover .hb_room_pricing_plans-dark:hover {
  background-color: #b9bbbe; }
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-dark:hover > td,
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-dark:hover > th {
    background-color: #b9bbbe; }

.hb_room_pricing_plans-active,
.hb_room_pricing_plans-active > th,
.hb_room_pricing_plans-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.hb_room_pricing_plans-hover .hb_room_pricing_plans-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-active:hover > td,
  .hb_room_pricing_plans-hover .hb_room_pricing_plans-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.hb_room_pricing_plans .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.hb_room_pricing_plans .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.hb_room_pricing_plans-dark {
  color: #fff;
  background-color: #343a40; }
  .hb_room_pricing_plans-dark th,
  .hb_room_pricing_plans-dark td,
  .hb_room_pricing_plans-dark thead th {
    border-color: #454d55; }
  .hb_room_pricing_plans-dark.hb_room_pricing_plans-bordered {
    border: 0; }
  .hb_room_pricing_plans-dark.hb_room_pricing_plans-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .hb_room_pricing_plans-dark.hb_room_pricing_plans-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .hb_room_pricing_plans-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .hb_room_pricing_plans-responsive-sm > .hb_room_pricing_plans-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .hb_room_pricing_plans-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .hb_room_pricing_plans-responsive-md > .hb_room_pricing_plans-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .hb_room_pricing_plans-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .hb_room_pricing_plans-responsive-lg > .hb_room_pricing_plans-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .hb_room_pricing_plans-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .hb_room_pricing_plans-responsive-xl > .hb_room_pricing_plans-bordered {
      border: 0;
    }
}

.hb_room_pricing_plans-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.hb_room_pricing_plans-responsive > .hb_room_pricing_plans-bordered {
    border: 0;
}

.viewbox-container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 700;
}
.viewbox-body{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    overflow: auto;
}
.viewbox-header{
    padding: 10px 0 0;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.viewbox-content{
    margin: 10px;
    width: 300px;
    height: 300px;
}
.viewbox-footer{
    padding: 0 0 10px;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.viewbox-content .viewbox-image{
    width: 100%;
    height: 100%;
}

/* buttons */
.viewbox-button-default{
    cursor: pointer;
    height: 64px;
    width: 64px;
}
.viewbox-button-default > svg{
    width: 100%;
    height: 100%;
    background: inherit;
    fill: inherit;
    pointer-events: none;
    transform: translateX(0px);
}
.viewbox-button-default{
    fill: #999;
}
.viewbox-button-default:hover{
    fill: #fff;
}

.viewbox-button-close{
    position:absolute;
    top:10px;
    right: 10px;
    z-index:9;
}
.viewbox-button-full-screen{
    position:absolute;
    top:84px;
    right: 10px;
    z-index:9;
}
.viewbox-button-next,
.viewbox-button-prev{
    position:absolute;
    top: 50%;
    height: 128px;
    width: 128px;
    margin: -64px 0 0;
    z-index:9;
}
.viewbox-button-next{
    right: 10px;
}
.viewbox-button-prev{
    left: 10px;
}
@media (max-width: 480px) {
    .viewbox-button-close{
        top: 0;
        right: 0;
    }
    .viewbox-button-next,
    .viewbox-button-prev{
        height: 81px;
        width: 81px;
        margin-top: -40px;
    }
    .viewbox-button-next{
        right:-15px;
    }
    .viewbox-button-prev{
        left:-15px;
    }
}

/* loader */
.viewbox-container .loader{
    widows: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin:-25px 0 0 -25px;
}
.viewbox-container .loader *{
    margin: 0;
    padding: 0;
}
.viewbox-container .loader .spinner{
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto;
}
.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #999;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.viewbox-container .loader .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce{
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce{
    0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.author-box {
     border-radius: 8px;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 20px;
    background: #f9f9f9;
}
.author-avatar {
}
.author-avatar img {
    border-radius: 50%;
}
.author-info h4 {
    margin: 0;
    font-size: 18px;
}
.author-box-title{
    font-size: 18px;
    color: #2D529F;
}
.cpp-popup {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 2%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
    border-radius: 8px;
    max-width:96%;
}
.cpp-popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cpp-popup-content p {
    margin-bottom: 10px;
}
.cpp-popup-content button {
    border-radius: 8px;
    margin: 5px;
    padding: 6px 12px;
    border: none;
    background: #0073aa;
    color: #fff;
    cursor: pointer;
}
.cpp-popup-content button#cpp-reject {
    border-radius: 8px;
    background: #d63638;
}
