@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');


html {
  scroll-behavior: smooth;
}
body, p {
    color: #666666;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}
b, strong {
    font-weight: 700;
    color: #000;
}
.no-padding{
  padding: 0;
}
a{
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 300;
  letter-spacing: 1;
}
a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
    text-decoration: none;
    color: inherit;
}
h1 , h2, h3, h1 p, h2 p, h3 p, h4{
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
.small_title{
    color: #a15116;
    font-family: "Caveat", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}
.slick-slide {
    height: auto;
}
b, strong {
    font-weight: 700;
    letter-spacing: 1;
}
textarea:focus, input:focus,  select:focus{
    outline: none;
}
.slick-next {
    right: 10px;
}
.slick-prev {
    left: 10px;
    z-index: 99;
}
/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Loader =================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
/* ================ end Loader =================*/

/* ================ Header top =================*/
.header-top {
    background: #131925;
    padding-top: 5px;
    padding-bottom: 5px;
}
ul.header-top-socials, ul.header-top-info {
    padding-left: 0;
    list-style: none;
}
ul.header-top-socials {
    margin-bottom: 0;
    margin-top: 6px;
}
ul.header-top-info {
    text-align: right;
    padding-top: 5px;
}
ul.header-top-socials li{
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    padding-top: 8px;
}
ul.header-top-socials li a i{
    font-size: 14px;
}
ul.header-top-info li{
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    text-align: right;
}
ul.header-top-info li:last-child{
    margin-right: 0;
}
ul.header-top-info li a{
    color: #fff;
}
ul#menu-primary-menu {
    list-style: none;
    text-align: right;
    float: right;
    margin-top: 45px;
}
ul#menu-primary-menu li{
    padding: 5px 10px;
    display: inline-block;
}
ul#menu-primary-menu li a{
    text-transform: uppercase;
    font-weight: 600;
}
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-brand {
    height: auto;
}
div#navbar-collapse {
    padding-right: 0;
}
li.current-menu-item {
    color: #a15116 !important;
}
ol, ul {
    padding-left: 20px;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
    font-size: 8px !important;
    margin: 2px 0 0 3px !important;
}
.menu-rt {
    margin-top: 28px;
    padding-right: 0;
}
/* ================ end Header top =================*/

/* ================ Destination =================*/

.destination_layout .title{
    text-align: center;
    margin-bottom: 15px;
}
.destination_layout .title h1{
    color: #151D2A;
    font-family: "Rajdhani", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.destinations .destination_row{
    position: relative;
    overflow: hidden;
    max-height: 356px;
    margin: 4px;
}
.destinations .destination_row .overlay {
    content: "";
    background: rgba(0, 0, 0, 0.35);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.4s;
}
.destinations .destination_row .title {
    position: absolute;
    bottom: 1rem;
    left: 0;
    padding-left: 2rem;
    transition: all 0.4s;
    z-index: 99;
}
.destinations .destination_row:hover .title {
    transform: translateY(-1rem);
}
.destinations .destination_row .title h3{
    text-transform: uppercase;
    color :#fff;
}
.view_destinations a {
    font-family: "Rajdhani", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #6C717A;
    color: #6C717A;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E5E9EF;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 35px 20px 35px;
}
.view_destinations a:hover{
    color: #FFFFFF;
    background-color: #a15116;
}
.view_destinations{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.destinations .destination_row img {
    width: 100%;
    height: 356px;
    object-fit: cover;
}
.single-img {
    margin: 5px;
}
.destination-post-single {
    margin-top: 80px;
    margin-bottom: 80px;
}
.destination-post-single .title {
    text-align: left;
}
.destination-post-single .left{
    padding-left: 0;
}
.img-des {
    margin-top: 15px;
}
.destination-post-single .left p{
    text-align: justify;
}
.breadcum {
    color: #a15116;
    margin-top: 50px;
}
.breadcum a{
    color: #6C717A;
}
.form-des h1 {
    margin-bottom: 25px;
    margin-top: 30px;
}
.form-des input, .form-des select, .form-des textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #d9d5d5;
}
.form-des input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #a15116;
    color: #fff;
}
/* ================ end Destination =================*/

/* ================ home_tour_packages =================*/

.title {
    text-align: center;
}
.title h1{
    font-size: 40px;
}
.home_tour_packages .title {
    padding-top: 100px;
    padding-bottom: 0px;
    position: relative;
}
.tour-bg-top {
    position: absolute;
    left: 100px;
    top: -40px;
}
.tour-bg-bottm {
    position: absolute;
    right: 350px;
    top: 30%;
}
.tour-bg-bottm img{
    width: 90px;
    height:90px;
}
.home_tour_row {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
}
.page_tour .home_tour_row {
    margin-bottom: 10px;
}
.bottom-inner {
    border: 1px solid #E5E9EF;
    border-top: 0;
    padding: 2.5rem;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    background: #fff;
}
.page-id-148 .bottom-inner {
    min-height: 330px;
}
.page-id-148 .home_tour_row {
    min-height: 600px;
}
.star {
    padding-bottom: 10px;
}
.bottom-inner h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
	    min-height: 50px;
}
.star i {
    color: #FD9D14;
    font-size: 12px;
    margin-right: 4px;
}
.front_details {
    margin-top: 10px;
    margin-bottom: 15px;
}
a.btn-custom {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6C717A;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E5E9EF;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 35px 15px 35px;
    width: 70%;
    display: inline-block;
}
.t-btn {
    margin-top: 30px;
    text-align: center;
}
.t-btn a.btn-custom {
    padding: 10px 30px 10px 30px;
    width: 100%;
    color: white;
    background: #a15116;
    display: inline-block;
}
.home_tour_packages {
    padding-top: 15px;
    padding-bottom: 100px;
    margin-bottom: 120px;
}

.itarationy .th-itin-icon {
    position: absolute;
    top: 3px;
    font-size: 22px;
    color: #b8040d;
}
.itarationy .th-itin-title {
    padding-left: 42px;
    font-size: 18px;
    cursor: pointer;
    color: #b8040d;
    letter-spacing: 2;
}
.itarationy .th-itin-content {
    padding: 8px 0 0px 30px;
    margin: 10px 0 0 8px;
    font-size: 15px;
    border-left: 2px solid #b8040d;
}
.itarationy .stay {
    padding: 8px 0 20px 45px;
    font-size: 15px;
}
.itarationy .stay p {
    color: #fd9d16;
}
.single-icon {
    margin-right: 10px;
    float: left;
    margin-top: 6px;
    color: #fd9d16;
    font-size: 13px;
}
.single-icon-row {
    margin-bottom: 10px;
}
.single-text {
    float: left;
}
.tour_packages-post-single{
    margin-bottom: 80px;
}
.tour-gal {
    margin-bottom: 50px;
}
.page-id-164 .circle-inner {
    padding: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
}

/* ================ end home_tour_packages =================*/

/* ================ offer_layout =================*/

.offer-right {
    padding: 15px;
}
.offer-right ul {
    padding-left: 0;
    border-top: 1px solid #E5E9EF;
    border-bottom: 1px solid #E5E9EF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 20px;
}
.offer-right ul li{
    display: inline-block;
    margin-right: 5px;
}
.btn-row{
    margin-top: 30px;
}
a.left-btn {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6C717A;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E5E9EF;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 35px 15px 35px;
    width: auto;
    display: inline-block;
    margin-right: 13px;
}
.destination_layout {
    margin-bottom: 100px;
    margin-top: 80px;
}
.offer_layout {
    margin-bottom: 100px;
}
.offer_layout {
    padding-bottom: 100px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-bottom: 1px solid #E5E9EF;
}
/* ================ end offer_layout =================*/

/* ================ home_tour_packages =================*/
.circle-inner{
    padding: 35px 25px 35px 25px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;  
    margin-bottom: 20px;
    margin-top: 0;
}
.circle-inner.h1{
    box-shadow: 0px 0px 0px 10px rgb(0 170 241 / 15%);
}
.circle-inner.er{
    box-shadow: 0px 0px 0px 10px rgb(253 157 20 / 15%);
}
.circle-inner.re{
    box-shadow: 0px 0px 0px 10px rgb(234 38 98 / 15%);
}
.circle-inner img {
    width: 60px;
}
img.er {
    width: 40px;
}
img.h1 {
    margin-top: 6px;
}
.three_column_box h3 {
    margin-bottom: 25px;
}
.three_column_box {
    padding: 30px;
	text-align: justify;
}
.elementor-text-editor.elementor-clearfix{
	text-align: justify;
}
.three_column_layout {
    padding-bottom: 80px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* ================ end home_tour_packages =================*/

/* ================ video_section =================*/
.btn-play a i {
    font-size: 50px;
    width: 90px;
    height: 90px;
    color: #FFFFFF;
    background: #FD9D14;
    padding: 18px 18px 18px 27px;
    box-shadow: 0px 0px 0px 15px rgb(253 157 20 / 13%);
    border-radius: 100%;
}
.video_section {
    text-align: left;
    padding-top: 200px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.video_section .overlay {
    top: 0;
    left: 0;
    background-color: #00000047;
    position: absolute;
    width: 100%;
    height: 100%;
}
.video_section h1 {
    color: #e7be05;
    font-size: 60px;
    font-weight: 700;
    line-height: 1em;
}
.custom-title {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 2px;
}
b, strong {
    font-weight: 600;
}
/* ================ end video_section =================*/

/* ================ testimonials =================*/
.testimonials_layout .testi-box {
    background: #FFFFFF;
    padding: 20px;
    border: 1px solid #E5E9EF;
    display: inline-block;
    width: 98%;
    min-height: 288px;
}
.testimonials_layout .left h4 {
    font-size: 24px;
    font-weight: 600;
    float: left;
    margin-left: 15px;
    margin-top: 25px;
}
.testimonials_layout .right h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}
.testimonials_layout .left img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-right: 1.5rem;
    float: left;
}
.testimonials_layout .right {
    text-align: left;
    padding-top: 0px;
    color: #FD9D14;
}
.testimonials_layout .testi-box-bottom {
    text-align: justify;
}
.testi-box-top {
    border-bottom: 1px solid #E5E9EF;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.testimonials_layout .testi-box-bottom p {
    font-size: 14px;
    letter-spacing: 0.5px;
}
.testimonials_layout {
    padding-bottom: 100px;
    padding-top: 100px;
}
.testimonials{
    margin-top: 25px;
}
.testi-star {
    text-align: left;
    color: #e7be05;
    margin-bottom: 5px;
}
.testi-star i{
	margin-right:3px;
	font-size:12px;
}
/* ================ end testimonials =================*/

/* ================ Newslatter =================*/
.newsletter {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.title_top {
    color: #151D2A;
    font-family: "Caveat", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: capitalize;
}
.newsletter h1 {
    color: #151D2A;
    font-family: "Rajdhani", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}
.newsletter input {
    width: 83%;
    padding: 2.5rem;
    color: #6C717A;
    border: 0;
    font-size: 1em;
    line-height: 1em;
    font-weight: 500;
    float: left;
}
.newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 15%;
    background: #b90506;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: 500;
    padding: 2.6rem;
    border-color: #b90506;
    float: left;
    margin-left: 15px;
}
.newsletter .title_bottom {
    text-align: center;
    color: #151D2A;
    font-family: "Rajdhani", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -5px;
}
/* ================ End Newslatter =================*/

/* ================ Footer =================*/
.footer-top {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background: #151D2A;
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer-top h3{
    color: #fff;
}
.footer-top p{
    font-size: 17px;
}
.footer-top .phone {
    font-size: 24px;
    color: #fd9d14;
}
.social ul {
    padding-left: 0px;
    list-style: none;
}
.social ul li{
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    padding-top: 13px;
}
.footer-bottom {
    background: #131A25;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}
ul#menu-footer-menu {
    padding-left: 0;
    list-style: none;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    margin-top: -24px !important;
}
/* ================ End Footer =================*/

/* ================ two_column_layout =================*/

.two_column_layout{
    margin-bottom: 80px;
    margin-top: 80px;
}
.two_column_layout.xnon{
    padding-top: 80px;
    padding-bottom: 80px;
}
.xnon .small_title {
    color: #f7a81b;
}
.xnon .title h1{
  color: #fff;
}
.xnon .title {
    text-align: left;
}
.list-riw {
    background: #ffffff96;
    margin-bottom: 10px;
}
.xnon .icon {
    float: left;
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 100%;
    padding-top: 9px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
}
.xnon .text {
    float: left;
    margin-top: 13px;
    margin-left: 14px;
    font-size: 20px;
    color: #000;
    width: 90%;
    padding-bottom: 20px;
}
/* ================ End two_column_layout =================*/

.confom input, .confom textarea {
    padding: 5px;
    border: 1px solid #ddd9d9;
    width: 100%;
}
.confom input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #a15116;
    border: 0;
    padding: 10px 30px;
    color: #fff;
}
.confom textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
    width: 100%;
}
.confom .map iframe{
    width: 100% !important;
}
.confom {
    margin-top: 80px;
    margin-bottom: 50px;
}
.contact-info {
    padding: 40px;
    text-align: center;
    border: 1px solid #dbd9d9;
    height: 230px;
}
.contact-info i {
    font-size: 30px;
    color: #a15116;
}
.contact-info p {
    color: #000000;
    font-size: 16px;
}
.con-r .bottom {
    margin-bottom: 80px;
}
.home .slider_bottom_section {
    bottom: -6%;
}
label {
    width: 100%;
    font-weight: 500;
}
.page-id-164 .two_column_layout .title{
    margin-bottom: 50px;
}
.page-id-335 .destinations .destination_row img {
    height: auto !important;
}
.page-id-335 .destinations .destination_row {
    max-height: 100% !important;
}
.slick-dots li button:before {
    font-size: 13px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #df9b14;
}
.slick-dots li {
    margin: 0 2px;
}
.accommodation_box {
    text-align: center;
    margin-bottom: 30px;
}
.accommodation_box a.btn-custom {
    padding: 10px 30px 10px 30px;
    width: auto;
}
.accommodation {
    margin-top: 50px;
    margin-bottom: 50px;
}
.gallery_inner {
    margin: 15;
}
.hotel_inner input, .hotel_inner textarea{
    width: 100%;
    padding: 7px;
}
.hotel_inner textarea{
    height: 150px;
}
/* -------------------- Responsive ------------------------ */

.gallery_inner iframe {
    height: 20%;
}
@media(max-width:1200px){
    .testimonials_layout .left h4 {
        font-size: 16px;
    }
    .testimonials_layout .left img {
        margin-right: 2px;
    }
    .newsletter input {
        padding: 2.3rem;
    }
    .video_section h1 {
        font-size: 48px;
    }
    .custom-title {
        font-size: 32px;
    }
}
@media(max-width:991px){
    ul#menu-primary-menu {
        padding-left: 0;
    }
    ul.header-top-socials {
        margin-bottom: 0;
        margin-top: 5px;
    }
    .menu_slip .container {
        width: 100% !important;
    }
    .view_destinations {
        display: inline-block;
        width: 100%;
    }
    .newsletter input {
        width: 82%;
    }
    ul#menu-primary-menu li{
        padding: 5px 5px;
    }
    ul#menu-primary-menu{
        margin-top:15px;
    }
    .list-riw {
        display: inline-block;
        width: 100%;
    }
    .xnon .text {
        margin-top: 10px;
        font-size: 17px;
        width: 81%;
    }
    .page-id-164 .circle-inner {
        float: left;
        margin-right: 27px;
    }
}
@media(max-width:900px){
    .navbar-header {
        float: none;
        text-align: center;
    }
    .navbar-brand {
        float: none;
    }
    .navbar-brand>img {
        display: inline-block;
    }
    ul#menu-primary-menu {
        text-align: center;
        float: none;
    }
}
@media (max-width: 767px){
    .destination-post-single {
        margin-top: 0;
    }
    .navbar-brand {
        float: left;
    }
    .navbar-default .navbar-toggle {
        border-color: #2361a7;
    }
    .navbar-toggle {
        border-radius: 0;
        margin-top: 35px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #2361a7;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
    ul#menu-primary-menu li, ul#menu-primary-menu li a {
        width: 100%;
        text-align: center;
        color:#fff;
    }
    .menu_slip .container, .menu_slip .col-sm-12 {
        padding: 0;
    }
    div#navbar-collapse {
        padding-left: 0;
        background: #2361a7;
    }
    .h1, h1 {
        font-size: 32px;
    }
    .contact-info {
        margin-bottom: 10px;
    }
    .contact_form {
        margin-top: 50px;
    }
    .confom .map iframe {
        width: 100% !important;
        height: 50%;
    }
	
	.logo {
		display: inline-block;
		z-index: 999;
	}
	#mega-menu-wrap-Primary-Menu .mega-menu-toggle {
		margin-top: -40px;
	}
	.menu-rt {
		margin-top: 0;
		padding: 0
	}
	#mega-menu-wrap-Primary-Menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		margin-top: -50px;
	}
	.footer-top {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.gallery_inner iframe {
		height: 26%;
	}
	.three_column p {
		text-align: justify;
	}
}
@media (max-width: 600px){
    .header-top .right {
        display: none;
    }
    .header-top .left {
        width: 100%;
        text-align: center;
        padding-bottom: 3px;
    }
    a.left-btn{
        width:100%;
        margin-bottom:15px;
        text-align:center;
    }
    .video_section {
        background-position: center;
    }
    .newsletter input {
        width: 65%;
        padding: 15px;
    }
    .newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
        width: 30%;
        padding: 15px;
    }
    .video_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .title h1 {
        font-size: 26px;
    }
}

a.pdf-t {
    background: #f7a81b;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    font-size: 17px;
    color: #fff;
}
.whatsapp {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.whatsapp img{
	width: 70px;
	height: 70px;
}
@media(max-width:767px){
	.whatsapp img{
		width: 50px;
		height: 50px;
	}
}