body{
	font-family: "Montserrat", sans-serif;
}
.header{
	padding: 5px 0px;
}
.main-menu{
	display: flex;
	justify-content: flex-end;
	 flex-grow: 1;
}
.main-menu ul{
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
}
.main-menu ul li {
    display: inline-block;
    padding: 0px 7px 0px 23px;
    position: relative;
    margin-right: 0px;
}
.main-menu ul li a {
    color: #222;
    text-decoration: none;
    font-weight: 600;
}
.main-menu ul li a .fa {
    position: absolute;
    left: 0px;
    color: #207425;
    top: 3px;
}
.main-menu ul li:nth-last-child(1) a{
    color: #fff;
}
.slider-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0px 0px 0px;
}
.slider-section img{
    width: 100%;
    height:70vh;
}
.top-form-heading {
    margin: 5px;
    padding: 15px;
    background: #FFB112;
    position: absolute;
    right: 0;
    width: 30%;
    z-index: 999;
    top: 0;
}
.top-content{
    padding: 10px 0px;
}
.top-form-heading h2 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.top-form-heading h3 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    
}
.top-form-heading input {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 25px;
    border: 0;
}
.top-form-heading input::placeholder{
	font-size: 14px;
	font-weight: 600;
	color: #222;
}
.top-form-heading textarea {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 25px;
    border-radius: 0px;
    border:0;
    font-size: 16px;
	font-weight: 600;
}
.top-form-heading textarea::placeholder{
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.carousel-indicators [data-bs-target] {
    background-color: #2868b0 !important;
}
.distrubition-section{
	position: relative;
	padding: 30px 0px;
}
.distrubition-left h3{
    font-weight: 700;
    font-size: 26px;
}
.distrubition-left h2{
    font-weight: 700;
    font-size: 26px;
}
.distrubition-left p {
    position: relative;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 25px;
}
.distrubition-left p .fa {
    position: absolute;
    top: 4px;
    left: 0px;
    color: #2868b0;
}
.distrubition-left p span {
    font-weight: 600;
    color: #2868b0;
}
.distrubition-right{
	text-align: center;
}
.distrubition-right img{
	width: 100%;
}
.distrubition-right a{
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background: #2868b0;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
}
.icon-section{
	position: relative;
	width: 100%;
	padding: 40px 0px;
}
.icon-heading h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}
.icon-heading h6 {
    font-size: 18px;
    color: #036006;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 15px;
}
.top-destination .single-package {
    position: relative;      
    padding: 15px;
}
.package_section{
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 25px;
}
.top-destination .trip-offer {
    position: absolute;
    top: 0;
    z-index: 33;
    background: #D5036C;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 10px;
    top: 15px;
    overflow: visible;
    left: -12px;
}
.trip-head img{
    width: 100%;
    border-radius: 8px;
    aspect-ratio:3/2 ;
}
.top-destination .trip-offer::before {
    position: absolute;
    content: "";
    left: 0px;
    border-top: 10px solid #752E15;
    border-left: 12px solid transparent;
    bottom: -10px;
}
.blinking{
    animation: blink 1s linear infinite;
    font-weight:700;

}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.top-destination .trip-details {
    padding: 20px 0px 0px 0px;
}
.top-destination .trip-details .left {
    float: left;
    width: 100%;
}
.trip-head{
    position: relative;
}
.price {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    font-size: 1.7rem;
    background-color: rgba(21,37,92,0.7);
    font-weight: 600;
    padding: 0.6rem 1rem;
    line-height: 1.1;
    text-align: right;
    font-size: 14px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 99;
}
.top-destination .trip-details .left h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #9f2901;
}
.top-destination .duration_1{
    background-color: #32B67A;
    color: #FFFFFF;
    padding: 3px 6px 3px 6px;
}
.duration{
    color: #000000;
    font-size: 15px;
}
.left h6 {
    font-size: 16px;
    color: #f00;
    padding-top: 10px;
    font-weight: 700;
}
.left h6 span {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 300;
}
.overflow_x {
    border: 1.8px dashed rgb(165 159 159);
    padding: 10px;
    justify-content: space-between;
}
.service_content {
    font-size: 14px;
    color: #f00;
    text-transform: capitalize;
    font-weight: 500;
}
.actions {
    list-style: none;
    padding-left: 0px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    background-color: #ebe9e9;
    border-top: 1.8px dashed rgb(236 47 72);
    margin-bottom: 0;
    padding: 15px;
}
.actions li{
    display: inline-block;
}
.holiday_facility_icon .fa{
    font-size: 24px;
}
.btn-welcome {
    border: 1px solid #12AF0A;
    background-color: #12AF0A;
    padding: 5px 5px;
    display: inline-block;
    border-radius: 5px;
    color: #ffffff;
    transition: all ease-in-out .3s;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
}
.btn-welcome img{
    width: 15px;
}
.btn-welcome1 {
    border: 1px solid #9F2901;
    background: #9F2901;
    padding: 5px 5px;
    display: inline-block;
    border-radius: 5px;
    color: #ffffff;
    transition: all ease-in-out .3s;
    cursor: pointer;
    text-decoration: none;
     font-size: 14px;
}
.btn-welcome2 {
    border: 1px solid #FE4F00;
    background: #FE4F00;
    padding: 5px 5px;
    display: inline-block;
    border-radius: 5px;
    color: #ffffff;
    transition: all ease-in-out .3s;
    cursor: pointer;
    text-decoration: none;
     font-size: 14px;
}

.icon-box ul{
	list-style: none;
	padding-left: 0px;
}
.icon-box ul li {
    display: inline-block;
    width: 18%;
    border: 1px #ddd solid;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin: 0px 6px 0px 6px;
    font-weight: 700;
    font-size: 18px;
    padding: 20px;
}
.icon-box ul li img {
    width: 70px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}
.certifications {
    position: relative;
    padding: 45px 0px 47px;
    background: #ddeff7;
}
.certifications_inner ul{
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
}
.certifications_inner ul li {
    display: inline-block;
    width: 15%;
    border: 1px #ddd solid;
    margin: 0px 8px 0px 4px;
    text-align: center;
}
.certifications_inner ul li img{
	width: 100%;
}
.why-choose {
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    transition: .5s;
    margin-top: 30px;
}
.why-choose:hover {
    transition: .5s;
    transform: translateY(-15px);
}
.why-choose h3 {
    margin: 10px 0px;
    font-weight: 700;
    font-size: 16px;
}
.why-choose p{
    color: #000000;
    font-size: 15px;
}
.product_section{
	position: relative;
    width: 100%;
    background-color: #ddeff7;
    padding: 40px 0px;
}
.icon-heading p {
    color: #222;
    font-weight: 600;
    font-size: 18px;
    padding: 0px 40px 0px 40px;
}

.product-inner {
    background: #fff;
    border: 1px #ddd solid;
    padding: 10px;
    margin-bottom: 15px;
}
.product-inner img {
    width: 100%;
}
.product-inner h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 9px;
}
.enquiry_btn {
    background: #207425;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}
.book_now{
    margin:16px 0px;
    border-radius: 25px;
}
.faculty_section{
	position: relative;
	padding:45px 0px;
}
.faculty_heading h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}
.faculty_heading p {
    color: #222;
    font-weight: 600;
    font-size: 18px;
}
.faculty_img img{
	width: 100%;
}
.footer {
    position: relative;
    padding: 40px 0px;
    background: #042a42;
    background: url(../image/agra-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.footer-left {
    text-align: center;
    margin: 50px 0;
    padding: 20px 20px;
    border: 1px #fff solid;
}
.footer-left h2{
	color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-left p{
	color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    position: relative;
    padding-left: 30px;
}
.footer-left p a{
	color: #fff;
	text-decoration: none;
}
.footer-left p .fa{
	
}
.footer-form-heading h3{
 	color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-form-heading h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-form-heading p span {
    color: #FFA500;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.send_btn2 {
    background: #ffffff;
    border: #D60D45 solid 3px;
    border-radius: 50px;
    color: #d60d45;
    padding: 5px 12px;
    font-weight: 600;
}
.send_btn2:hover {
    background: #D60D45;
    border: #D60D45 solid 3px;
    border-radius: 50px;
    color: #fff;
}

.footer-form-heading input {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 12px;
    border: 0;
}
.footer-form-heading textarea {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 12px;
    border: 0;
}

.poup-form h2 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
}
.btn-close {
    top: 5px;
    position: absolute;
    right: 5px;
    /*width: 35px;
    height: 35px;
    background: #2868b0 !important;*/
    opacity: 1;
    color: #fff;
    /*border-radius: 50%;
    line-height: 0;*/
    font-size: 16px;
    z-index: 999;
}
.poup-form input {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 15px;
    border-radius: 25px;
    border: 1px #ddd solid;
}
.poup-form input::placeholder{
	font-size: 15px;
	font-weight: 600;
	color: #222;
}
.poup-form textarea {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 15px;
    border-radius: 25px;
    border: 1px #ddd solid;
    color: #222;
    font-weight: 600;
}
.poup-form textarea::placeholder{
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
.poup-form .send_btn2 {
    background: #ffffff;
    border: #0F3912 solid 3px;
    border-radius: 50px;
    color: #0F3912;
    padding: 5px 12px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    display: inherit;
}
.poup-form .send_btn2:hover {
    background: #0F3912;
    border: #0F3912 solid 3px;
    border-radius: 50px;
    color: #fff;
}
.send_btn1 {
    background: #000;
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 25px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.secondary-footer {
    position: relative;
    background: #011a2a;
    padding: 15px 0px;
    border-top: 1px #fff dotted;
    font-weight: 600;
}
.copyright span {
    color: #fff;
    font-size: 14px;
}
.breadcrumb_1 img{
	width: 100%;
}
.thankyou {
    position: relative;
    padding: 50px 0px;
    background: #f7f7f7;
}
.thankyou-text-wrap h2 {
    color: #207425;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 28px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.thankyou-text-wrap h2:before {
    left: 0;
    right: 0;
    width: 13%;
    height: 2px;
    content: "";
    margin: auto;
    position: absolute;
    background-color: #207425;
    top: 51px;
}
.thankyou-text-wrap h1 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 767px){
.header {
    text-align: center;
}
.header .d-flex {
    display: flex!important;
    flex-direction: column;
}
.main-menu ul li {
    display: block;
}
.logo{
	width: 90px;
}
.logo img{
	width: 100%;
}
.main-menu ul li a {
    font-size: 10px;
}
.icon-heading h2 {
    font-size: 26px;
}

.icon-box ul li {
    width: 45%;
    margin: 0px 6px 14px 6px;
    padding: 6px;
    height: 180px;
}
.certifications_inner ul li {
    width: 26%;
    margin: 0px 8px 10px 4px;
}
.faculty_img img {
    margin-top: 15px;
}
.icon-heading img{
    width: 250px;
}
.top-destination .trip-details .left img{
    width: 100%;
}
.top-form-heading {
    margin: auto;
    padding: 15px;
    position: relative;
    width: 100%;
    top: 10px;
}
.btn-welcome{
    font-size: 12px;
}
.btn-welcome1 {
    font-size: 12px;
}
.btn-welcome2 {
    font-size: 12px;
}
.footer-left {
    margin: 10px 0;
}
.holiday_facility_icon  img{
    width: auto !important;
}
}