* {
    padding: 0;
    margin: 0;
    /* font-family: "Raleway", sans-serif; */
}

img {
    width: 100%;
}

h2,
h3,
h5 {
    /* font-family: "Raleway", sans-serif; */
}
header{
}
header .navbar{
    display: flex;
    justify-content: space-between;
}
header .navbar .logo {
  width: 54%;
}
header .navbar  .navbar-brand{
  width: 25%;
}

header .navbar  .navbar-nav{}
header .navbar  .navbar-nav .navbar-toggler{

}
header .navbar  .navbar-nav .navbar-toggler:focus{
  box-shadow: none;
}
header .navbar  .navbar-nav .nav-item{
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-right: 24px;
}
header .navbar  .navbar-nav .nav-item .nav-link{
    color: #333333;
}
header .navbar  .navbar-nav .nav-item .nav-link:hover{
    color: #ff6612;
}
header .navbar .site_connect {
  display:flex;
  justify-content: space-between;
  align-items:center;
  width: 27%;
}
header .navbar .site_connect .contact-btn{}
header .navbar .site_connect .contact-btn button{
    text-decoration: none;
    color: #ffffff;
    padding: 7px 16px;
    background-color: #bf6317;
    border: 1px solid #bf6317;
    border-radius: 7px;
    font-size: 15px;
}
header .navbar .site_connect .contact-btn button:hover{
  background-color: #fe9929;
   color:#fff;
  transition: all 0.5s ease;
}
header .navbar .site_connect .site_tfn{}
header .navbar .site_connect .site_tfn span{
   font-size: 13px;
   display: block;
   color: #353535;
 }
 
 header .navbar .site_connect .site_tfn::before {
   position: absolute;
   content: "";
   width: 218px;
   height: 56px;
   animation: call-wobble-effect 2s cubic-bezier(.42,.14,.43,1) .2s infinite;
   box-shadow: #ff5300 0 0 10px 10px inset;
   border-radius: 17px;
   opacity: 0;
 }
 
 @keyframes call-wobble-effect {
   0% {
       transform: scale(.1)
   }
 
   20% {
       opacity: .4
   }
 
   40%,100% {
       transform: scale(1.1)
   }
 
   0% {
       transform: scale(.1)
   }
 
   20% {
       opacity: .4
   }
 
   40%,100% {
       transform: scale(1.1)
   }
 }
header .navbar .site_connect .site_tfn .tfn_effect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    cursor: pointer;
 }
header .navbar .site_connect .site_tfn .tfn_effect .tfn_icon{
     width: 50px;
     position: relative;
     margin-right: 10px;
 }
 header .navbar .site_connect .site_tfn .tfn_effect .tfn_icon img{}
header .navbar .site_connect.site_tfn .tfn_effect .tfn_icon{
     width: 50px;
     position: relative;
     margin-right: 10px;
 }
header .navbar .site_connect .site_tfn .tfn_effect .tfn_icon img{}
header .navbar .site_connect .site_tfn .tfn_effect .tfn_icon .sub_icon{
     position: absolute;
     bottom: 0;
 }
header .navbar .site_connect .site_tfn .tfn_effect .tfn_icon .sub_icon i{
     color: #00be85;
     font-size: 20px;
 }
 .animated {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-iteration-count: infinite;
 }
 @-webkit-keyframes wobble { 
   0% { -webkit-transform: translateX(0%); } 
   15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 
   30% { -webkit-transform: translateX(20%) rotate(3deg); } 
   45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 
   60% { -webkit-transform: translateX(10%) rotate(2deg); } 
   75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
   100% { -webkit-transform: translateX(0%); } 
 }
 
 @keyframes wobble { 
   0% { transform: translateX(0%); } 
   15% { transform: translateX(-25%) rotate(-5deg); } 
   30% { transform: translateX(20%) rotate(3deg); } 
   45% { transform: translateX(-15%) rotate(-3deg); } 
   60% { transform: translateX(10%) rotate(2deg); } 
   75% { transform: translateX(-5%) rotate(-1deg); } 
   100% { transform: translateX(0%); } 
 }
 
 .wobble { 
   -webkit-animation-name: wobble; 
   animation-name: wobble; 
 }
header .navbar .site_connect .site_tfn .tfn_effect .tfn_text{
     font-weight: 700;
     color: #ff5300;
     font-size: 18px;
 }
header .navbar .site_connect .site_tfn .tfn_effect .tfn_text{}

header .navbar  .contact-btn{}
header .navbar  .contact-btn button{
    text-decoration: none;
    color: #ffffff;
    padding: 7px 16px;
    background-color: #bf6317;
    border: 1px solid #bf6317;
    border-radius: 7px;
    font-size: 15px;
}
header .navbar  .contact-btn button:hover{
  background-color: #fe9929;
   color:#fff;
  transition: all 0.5s ease;
}

.text-content{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  display: flex
;
  justify-content: center;
  align-items: center;
}
.text-content h1{
  color: #ffc100;
  font-size: 25px;
  margin-bottom: 40px;
}
.text-content .book_sec{}
.text-content .book_sec button{
    text-decoration: none;
    color: #fff;
    background: #FF5722;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
}
.blink {
    background: #bf6317;
    /* -webkit-animation: blink 800ms step-end infinite; */
    /* animation: blink 800ms step-end infinite; */
}
@-webkit-keyframes blink { 50% { background-color: #ff5a00; }}
        @keyframes blink { 50% { background-color: #ff5a00; }}
.main-banner .banner-text .banner-icon a{
    color:#fff;
    text-decoration: none;
}
.text-content .book_sec a:hover{
    background: #FF9800;
}
.text-content span{
  font-family: "Niramit", serif !important;
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
}

.blog-title {
    text-align: center;
    padding: 25px 0;
}

.blog-title h2 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    color: #000000;
    font-family: "Raleway", sans-serif;
    line-height: 42px;
}

.blog-title h2 .styled-fonts {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    color: #000000;
    font-family: "Raleway", sans-serif;
    line-height: 42px;
}

/* .blog-title h2 .styled-fonts{
    color: #000000;
    font-family: "Qwitcher Grypen", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 76px;
} */
.banner {
    height: 65vh;
    position: relative;

}

.banner .opacity {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    /* background-color: #00000087; */


}

.banner .container {
    height: 100%;
    position: relative;
}

.banner .container .content-text {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    flex-direction: column;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.banner .container .content-text h2 {
    font-size: 62px;
    text-shadow: 1px 2px 2px #000;
    font-weight: 700;

}

.banner .container .content-text p {
    margin: 0;
    font-size: 20px;

}


.banner .content-text .read-more {
    margin-top: 25px;
}

.banner .content-text .read-btn {
    text-decoration: none;
    line-height: 0;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #ff5638;
    color: white;
    font-size: 18px;
    padding: 12px 32px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.banner .content-text .read-btn:hover {
    background-color: #1211c4;
    transform: scale(1.05);
}

.banner .content-text .read-btn:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(255, 99, 71, 0.5);
}

.story-anchor-style {
    text-decoration: none;
}

.story-anchor-style:hover {
    text-decoration: none;
}

.stories.custom-story-bg {
    background: #fff;
    /* background: #e4e4e4; */
}

.stories {
    text-align: center;

}

.stories .blog-title {
    padding: 24px 0;
}

.blog-title p {
    font-size: 20px;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.stories .stories-slider {
    padding-bottom: 20px;
}

.stories .stories-slider .owl-carousel {}

.stories .stories-slider .owl-carousel .item {}

.stories .stories-slider .owl-carousel .item a {
    text-decoration: none;
    color: #000;
}

.stories .stories-slider .owl-carousel .item .str-blk {
    background: #ffffff;
    box-shadow: 0px 6px 10px #e0e0e0;
    margin: 13px 0;
    position: relative;
}

.stories .stories-slider .owl-carousel .item .str-blk.custom-stry-blk {
    height: 255px;
    min-height: 255px;
}

.stories .stories-slider .owl-carousel .item .str-blk.custom-stry-blk .stry-text h5 {
    font-size: 17px;
}

.stories .stories-slider .owl-carousel .item .str-blk .stry-img {

}
.stories .stories-slider .owl-carousel .item .str-blk .stry-img img{
    height: 250px;
}
.stories .stories-slider .owl-carousel .item .str-blk .stry-text {
    padding: 7px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000;
    background: linear-gradient(0deg, rgb(64 59 59 / 45%) 50%, rgba(0, 0, 0, 0) 100%);
}

.stories .stories-slider .owl-carousel .item .str-blk .stry-text h5 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 6px 14px;
}

.stories .stories-slider .owl-carousel .item .str-blk .stry-text p {
    font-size: 15px;
}

.stories .stories-slider .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: 37%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.stories .stories-slider .owl-carousel.dubai-carousel .owl-nav {
    display: none;
}

.stories .stories-slider .owl-carousel .owl-nav .owl-prev {
    height: 35px;
    width: 35px;
    background: #0c1e52;
    position: absolute;
    left: -54px;
    border-radius: 30px;
}

.stories .stories-slider .owl-carousel .owl-nav .owl-prev span {
    color: #fff;
    font-size: 28px;
    line-height: 14px;
}

.stories .stories-slider .owl-carousel .owl-nav .owl-next {
    height: 35px;
    width: 35px;
    background: #0c1e52;
    position: absolute;
    right: -54px;
    border-radius: 30px;
}

.stories .stories-slider .owl-carousel .owl-nav .owl-next span {
    color: #fff;
    font-size: 28px;
    line-height: 14px;
}

.latest-post {
    width:100%;
    padding: 39px 0;
    background: #ffffff;
}

.latest-post .blog-title {
    text-align: center;
    padding: 25px 0;
}

.latest-post .blog-title h2 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    line-height: 42px;
}

.latest-post .blog-title h2 .styled-fonts {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    line-height: 42px;
}

.latest-post a {
    text-decoration: none;
}

.latest-post .latest-post-para {
    font-size: 20px;
    margin: 0;
    color: #ffffff;
    font-weight: 600;
}

.latest-post .large-post {
    background: #fff;
    /* box-shadow: 0px 6px 10px #e0e0e0; */
    padding: 9px 11px;
    font-family: Verdana, arial, Geneva, sans-serif;
}

.latest-post .large-post .lrg-img {}

.latest-post .large-post .lrg-text {
    line-height: 25px;
}

.latest-post .large-post .lrg-text .headline {
    margin: 0;
    padding: 6px 0;
    font-size: 20px;
    color: #333;
    font-family: Verdana, arial, Geneva, sans-serif;
}

.latest-post .large-post .lrg-text .date {
    margin: 0;
    font-size: 14px;
    color: #ff6107;
    font-weight: 500;
    font-family: Verdana, arial, Geneva, sans-serif;
}

.latest-post .large-post .lrg-text .info {
    margin: 0;
    font-size: 13px;
    color: #333;
    font-family: Verdana, arial, Geneva, sans-serif;
}

.latest-post .left-post-block {
    padding: 7px 7px;
    /* box-shadow: 0px 6px 10px #e0e0e0; */
    margin-bottom: 15px;
    display: flex;
    background: #fff;
    justify-content: space-between;
}

.latest-post .left-post-block .left-inside-blk {
    display: flex;
}

.latest-post .left-post-block .left-inside-blk .lrg-img {
    width: 54%;
    margin-right: 21px;
}

.latest-post .left-post-block .left-inside-blk .lrg-text {}

.latest-post .left-post-block .left-inside-blk .lrg-text .headline {
    margin: 0;
    font-size: 15px;
    height: 80px;
    min-width: 90px;
}

.latest-post .left-post-block .left-inside-blk .lrg-text .date {
    margin: 0;
    font-size: 14px;
    color: #ff6107;
    font-weight: 500;
}

.latest-post .left-post-block .left-inside-blk .lrg-text .info {
    margin: 0;
    font-size: 12px;
}

.latest-post .left-post-block .sml-img {
    width: 42%;
}

.latest-post .left-post-block .sml-text {
    margin-left: 16px;

}

.text-content p {
    margin: 0;
    color: #4a4a4a;
    font-size: 14px;
}

.text-content p span {
    color: #333;
    font-family: Verdana, arial, Geneva, sans-serif;
}

.latest-post .left-post-block .sml-text .headline {
    margin: 2px 0;
    color: #000;
    font-size: 15px;
    color: #333;
    font-family: Verdana, arial, Geneva, sans-serif;
}

.latest-post .left-post-block .sml-text .info {
    margin: 0;
}

.latest-post .left-post-block .sml-text .date {
    margin: 0;
    font-size: 14px;
    color: #ff6107;
    font-weight: 500;
    font-family: Verdana, arial, Geneva, sans-serif;
}

.anchor-wrapper {
    text-decoration: none;
}

.anchor-wrapper:hover {
    text-decoration: none;
}

.feature-destination {
    position: relative;
    padding: 40px 0;

}

.feature-destination .feature-iside {
    position: relative;
}

.feature-destination .feature-iside .feature-img {
    position: relative;
}

.feature-destination .feature-iside .feature-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

}

.feature-destination .feature-iside .feature-text h5 {

    color: #fff;
    font-size: 20px;
}

/* inside page css */
.banner-inside {
    position: relative;
    height: 100%;
}


.banner-inside .container {
    height: 100%;
}


.banner-inside .container .content-text {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    left: 0;
    flex-direction: column;
    z-index: 1;
    color: #fff;


}

.banner-inside .container .content-text h2 {
    font-size: 45px;
    font-weight: 700;
    text-shadow: 3px 1px 1px #000;

}

.banner-inside .container .content-text p {
    margin: 0;
    font-size: 20px;
}


.all_post {
    width: 100%;
    padding: 40px 0;
    margin: 0;
}

.all_post .all_content {
    width: 48%;
    margin-bottom: 20px;
    padding: 10px 10px;
    border: 1px #ededed solid;
}

.all_post .all_content .all_content_txt {
    width: 100%;
    margin: 0;
    padding: 0 0;
}

.all_post .all_content .all_content_txt a {
    text-decoration: none;
    color: #FF5722;
}

.all_post .all_content:hover {
    box-shadow: rgba(3, 54, 63, 0.16) 0px 4px 8px;
    transition: box-shadow 0.2s ease-in-out;
}

.all_post .all_content:hover .all_content_txt a .all_post_img img {
    transform: scale(1.2);
}

.all_post .all_content:hover .all_content_txt a {
    color: #1b449c;
}

.all_post .all_content .all_content_txt a h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0;
}

.all_post .all_content .all_content_txt a .all_post_img {
    width: 100%;
    overflow: hidden;
}

.all_post .all_content .all_content_txt a .all_post_img img {
    object-fit: cover;
    transition: 0.8s ease-in-out;
}

.all_post .all_content .all_content_txt .all-post-text {
    font-size: 15px;
    padding: 2px 0;
    text-align: justify;
    font-family: "roboto", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}


.page-wrap {
    padding: 25px 0px;
}

.page-wrap .content-wrap {}

.page-wrap .content-wrap .text-wrapy span {
    font-family: 'Raleway' !important;
    font-size: 14px !important;
    font-weight: 600;
}

.blog-inner-text {
    font-family: 'Raleway' !important;
    font-size: 14px !important;
    font-weight: 600;
}


.page-wrap .content-wrap .text-wrapy {}

.page-wrap .content-wrap .text-wrapy h2 {
    font-size: 25px;
    font-weight: 700;
    padding: 6px 0;
}

.page-wrap .content-wrap .image-wrap {
    width: 100%;
}

.page-wrap .text-wrap {
    padding: 20px 0;

}

.page-wrap .text-wrap h1 {
    font-size: 33px;
    font-weight: 700;
}


.page-wrap .placename {
    padding: 6px 0;

}

.page-wrap .placename span {
    background: #ffe4d6;
    color: #000;
    padding: 3px 12px;
    border-radius: 11px;
    font-size: 13px;
    text-transform: uppercase;

}

.page-wrap .text-wrap h2 {
    font-size: 35px;
    font-weight: 700;
}

.page-wrap .text-wrap h2 {
    font-size: 35px;
    font-weight: 700;
}

.page-wrap .text-wrap h2 {
  
}
.page-wrap .text-wrap h2 a{
  text-decoration:none;
}


.page-wrap .text-wrapy h2:hover {
      text-decoration: underline;
    transition: 0.2s
}

.page-wrap .text-wrap p {
    font-size: 15px;

}

.page-wrap .text-wrap p span {
    font-family: 'Raleway' !important;
    font-size: 14px !important;
    font-weight: 600;

}

.page-wrap .jumplink-box {
    box-shadow: 0px 0px 16px #c8c8c8;
    padding: 15px 20px;
    margin: 18px 0;
    display: none;
}

.page-wrap .jumplink-box .jumplinks-ul {}

.page-wrap .jumplink-box .jumplinks-ul li {

    list-style: none;
}

.page-wrap .jumplink-box .jumplinks-ul li a {
    color: #ff7500;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.page-wrap .jumplink-box .title {}

.page-wrap .jumplink-box .title h5 {
    font-weight: 700;
}

.process_section .process_section_left .flight-info .line-time .dash-line {
    display: inline-block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #dfdfdf;
}

.side-bar-area {
    position: sticky;
    top: 0;
}

.side-bar-area .subscribe-sec {
    height: 135px;
    min-height: 135px;
    box-shadow: 0px 0px 10px #c7c7c7;
    padding: 10px 10px;
    margin-bottom: 35px;
    background: #fff;
}

.side-bar-area .contact-form {
    height: auto;
    box-shadow: 0px 0px 25px #c7c7c7;
    padding: 10px 10px;
    margin-bottom: 35px;
    background: #fff;
}

.side-bar-area .inner-cover {}

.side-bar-area .inner-cover .subscribe-form {
    padding-top: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-bar-area .contact-form .subscribe-form {
    padding: 12px 5px;
}

.side-bar-area .contact-form .subscribe-form .form-group {
    margin: 5px 5px;
}

.side-bar-area .contact-form .subscribe-form .form-control {
    font-size: 14px;
    color: #000;
    border: 1px solid #e2e2e2;
}

.side-bar-area .contact-form .subscribe-form .form-control:focus {
    box-shadow: none;
}

.side-bar-area .inner-cover .subscribe-form .form-control {
    width: 65%;
    margin-right: 6px;
}

.side-bar-area .inner-cover .subscribe-form .form-control:focus {
    box-shadow: none;
}

.side-bar-area .inner-cover .subscribe-form .btn-subscribe {
    border: none;
    font-size: 14px;
    background: #ff7500;
    color: #fff;
    padding: 7px 16px;
    border-radius: 4px;
}

.side-bar-area .form-inside {}

.side-bar-area .submit-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-bar-area .submit-form .btn-submit {
    border: none;
    font-size: 14px;
    background: #ff7500;
    color: #fff;
    padding: 7px 16px;
    border-radius: 4px;
    width: 100%;
}

.side-bar-area .form-inside .submit-form .btn-submit {
    border: none;
    font-size: 14px;
    background: #ff7500;
    color: #fff;
    padding: 7px 16px;
    border-radius: 4px;
}

.side-bar-area .title {
    padding: 10px 0;
    border-bottom: 1px solid #ffa727;
}

.side-bar-area .title h5 {
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #000000;
    font-weight: 700;
}

.side-bar-area .other-blogs {
    height: auto;
    box-shadow: 0px 0px 25px #c7c7c7;
    padding: 10px 10px;
    margin-bottom: 35px;
    background: #fff;
}

.side-bar-area .stories-list {}

.side-bar-area .stories-list .related-posts {
    padding: 12px 10px;
    margin: 0;
}

.side-bar-area .stories-list .related-posts li {

    display: flex;
    margin-bottom: 10px;
    background: #eff3ff;
}

.side-bar-area .stories-list .related-posts li .horizontal-inner {

    display: flex;

    align-items: center;

    justify-content: center;
}

.side-bar-area .stories-list .related-posts li .horizontal-inner .post-img {

    margin-right: 15px;
}

.side-bar-area .stories-list .related-posts li .horizontal-inner .post-data {
    font-size: 14px;
}

.side-bar-area .stories-list .related-posts li .horizontal-inner .post-data .post-data-container .post-title {}

.side-bar-area .stories-list .related-posts li .horizontal-inner .post-data .post-data-container .post-title .post-info {}

.side-bar-area .stories-list .related-posts li .horizontal-inner .post-data .post-data-container .post-title .post-info span {}


footer{
  background-color: #4a2008;
  padding: 35px 0;
  height: 50vh;
  margin-top: 40px;
}
footer .footer_con{
  position: relative;
   
}
footer .footer_inn{
    background: #fff;
    padding: 50px 80px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(145 143 155 / 31%);
    position: absolute;
    width: 100%;
    top: -96px;
    left: 0;
}
footer .partners_sec{}
footer .partners_sec .partners{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 330px 0 4px;
    border-bottom: 0.5px solid rgba(196, 196, 196, 0.2);
    margin: 0;
}
footer .partners_sec .partners li{
    list-style: none;
    margin: 0 30px;
}
footer .partners_sec .partners li img{}



.footlinks{


}
.footlinks .list-items{
  display: flex;

}
.footlinks .list-items li{
  list-style: none;
}
.footlinks .list-items a{
  color: #5c5c5c;
  margin: 0;
  text-align: right;
  text-decoration: none;
}
.footlinks .copy-right{
  color: #5c5c5c;
  font-size: 15px;
  text-align: center;
  margin: 0;
}
footer .logo-footer{width: 50%;}
footer .address{}
footer .address h3{
    font-size: 20px;
}
footer .address p{
    font-size: 14px;
    margin: 0;
}
footer .address p strong{
    color: #FF5722;
}
footer .address p a{
    text-decoration: none;
    color: #000;
}
footer .social_pages{
    width: 100%;
    display: flex;
    align-items: baseline;
    margin-top: 11px;
}
footer .social_pages h4{
    color: #5c5c5c;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
footer .social_pages ul{
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    list-style: none;
}
footer .social_pages ul li{
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
footer .social_pages ul li a{
    color: #4a2008;
    text-decoration: none;
}
footer .footer-blk h3{
  color: #282828;
  font-size: 22px;
}
footer .footer-blk  li{

} 
footer .footer-blk li a{
  color: #4a2008;
  text-decoration: none;
  font-size: 14px;
}


.share-wrapper {
    position: relative;
}

.share-wrapper ul.social {
    position: fixed;
    top: 55%;
    left: 6px;
    z-index: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.share-wrapper ul.social li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: #fff;
    text-align: center;
    line-height: 2.1;
    font-size: 19px;
    cursor: pointer;
    margin-bottom: 14px;
    box-shadow: 0px 0px 5px #c2c2c2;
    transform: scale(1);
}

.share-wrapper ul.social li a {
    color: #000;
    font-size: 17px;
}

.share-wrapper ul.social li:hover {
    transform: scale(1.2);
    transition: 0.5s ease-in-out;
}

.share-wrapper ul.social li .facebook {
    color: #000000;
}

.share-wrapper ul.social li .twitter {
    color: #5fa9dd;
}

.share-wrapper ul.social li .linkedin {
    color: #0d77b7;
}

.share-wrapper ul.social li .google {
    color: #df4b38;
}

.share-wrapper ul.social li .pinterest {
    color: #cd2129;
}

.share-wrapper ul.social li .youtube {
    color: #cf2227;
}

.share-wrapper ul.social li .instagram {
    color: #305c85;
}
@media screen and (max-width: 1366px) {
    header .navbar .site_connect {
    width: 31%;
}


@media only screen and (max-width: 600px) {
    .banner .container .content-text h2 {
        font-size: 29px;

    }

    .banner .container .content-text {

        text-align: center;
    }

    .banner .container .content-text p {
        margin: 0;
        font-size: 13px;
    }

    .stories .blog-title p {
        font-size: 15px;

    }

    .stories .stories-slider {
        padding-bottom: 0;
    }

    .stories .blog-title {
        padding: 0 0;
    }

    .latest-post {
        padding: 0 0;
    }

    .latest-post .left-post-block .left-inside-blk .lrg-text .headline {
        margin: 0;
        font-size: 11px;
    }

    .latest-post .left-post-block {

        margin-bottom: 15px;
        margin-top: 9px;

    }

    .Follow_us {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .stories .stories-slider .owl-carousel .owl-nav.disabled {

        display: none;
    }

}

@media only screen and (max-width: 480px) {

    header .headr-in .navbar .navbar-toggler i {
        font-size: 20px;
        color: #000000;
    }

    footer .footer-blue .footer_top_inn {
        text-align: left;
    }

    footer .footer-blue .bottom-footer {
        padding: 20px 8px;
    }

    footer .footer-blue .bottom-footer .link-block-inn ul li p {
        font-size: 12px;
        margin: 0;
    }

    footer .footer-blue .link-block {
        width: 100%;
        line-height: 42px;
    }

    footer .footer-blue .newsletter {
        margin-bottom: 25px;
    }

    footer .copy-sec .copy-inn{
        display: block;
    }

    footer .copy-sec .copy-inn ul{
        display: block;
    }

    footer .copy-sec .copy-inn ul li{
        padding: 6px 10px;
        border-bottom: 1px solid #ccc;
        border-left: none;
    }
    footer .copy-sec .copy-inn ul li:last-child {
                border-bottom:none;
       
    }
    footer .footer-blue .top_footer{
    padding: 20px 0px;   
}

    header .headr-in .navbar .navbar-collapse{
        position: absolute;
        z-index: 1;
        top: 32px;
        right: 0;
        background: #fff;
        width: 170px;
    }

    header .headr-in .navbar .navbar-collapse .navbar-nav .nav-link{
        color: #000;
        padding: 10px 9px;
        border-bottom: 1px solid #ccc;
    }

    header .headr-in .offer-hd{
        display: none;
    }

    header .headr-in .navbar .navbar-nav{
        width: 100%;
    }

    header .headr-in .navbar .navbar-collapse .navbar-nav .nav-link{
        color: #000;
        font-size: 16px;
        width: 100%;
    }

    footer .footer-blue .top_footer h2{
        font-size: 22px;
    }
    header .headr-in .navbar .navbar-toggler{   
        background: #fff;
}
 header .navbar .site_connect .contact-btn{
    display:none;
}
header .navbar .site_connect {
    width: 55%;
}
header .navbar .site_connect .site_tfn::before {
    width: 202px;
}
header .navbar .logo {
  width: 100%;
}
header .navbar .site_connect .site_tfn .tfn_effect .tfn_text {
  
    font-size: 16px;
}
footer .footer_inn {
    background: #fff;
    padding: 50px 10px;
   
}
}