/*
Template Name: Travels
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
body{
font-family: 'Poppins', sans-serif;
}
ul{
list-style:none;
padding:0;
 }

p{
color: #333;
 }
h1,h2,h3,h4,h5{
font-family: 'Russo One', sans-serif;
/*font-weight:bold; */
 }
h1{
font-size:42px; 
 }

h3{
font-size:34px; 
 }
h4{
font-size:26px; 
 }
h5{
	font-size:24px; 
 
 }
a{
color: #333;
text-decoration:none;
 }
a:hover{
text-decoration:none;
color: #3A78C9;
 }
a:focus{
text-decoration:none;
color: #3A78C9;
 }
.bg-light{
	    background-color: #ebf4ff !important;
}
.border_radius_left{
   border-radius: 15px 0px 0px 15px;
}
.border_radius_right{
   border-radius: 0px 15px 15px 0px;
}
.border_radius_all{
   border-radius: 15px 15px 15px 15px;
}
.button{
background:#3A78C9!important;
color:#fff;
display: inline-block;
transition: 0.3s;
padding: 17px 35px 16px 35px;
text-transform:capitalize;
border-radius:30px;
 }

.button:hover{
background:#2f63a7!important;
color:#fff!important;
 }
.button_1{
background:#fff!important;
color:#333;
display: inline-block;
transition: 0.3s;
padding: 17px 35px 16px 35px;
text-transform:capitalize;
border-radius:30px;
 }

.button_1:hover{
background:#2f63a7!important;
color:#fff!important;
 }

.button_blue{
background:#2f63a7!important;
color:#fff;
display: inline-block;
transition: 0.3s;
padding: 17px 35px 16px 35px;
text-transform:capitalize;
border-radius:30px;
 }

.button_blue:hover{
background:#fff!important;
color:#333!important;
 }
 
.grid figure {
position: relative;
float: left;
overflow: hidden;
width: 100%;
text-align: center;
cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img
{
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}

.col_blue{
color: #3A78C9!important; 
 }
.col_red{
color: #882601!important; 
 }
.bg_red{
background: #882601!important; 
 }
.bg_blue{
background: #3b5569!important; 
 }
.bg_back{
background-color: rgba(0, 0, 0, 0.7);
 }
.bg_light{
background-color: rgba(255, 255, 255, 0.85); 
 }
.bg_dark{
background-color: rgba(34, 54, 69, 0.98); 
 }

hr{
opacity:1;
background-color:#dbeafd; 
 }
.font_14{
font-size:14px; 
 }
.font_12{
font-size:12px; 
 }
.font_10{
font-size:10px; 
 }
.font_8{
font-size:8px; 
 }

.font_60{
font-size:60px; 
 }

.font_50{
font-size:50px; 
 }

.line {
height:3px!important;
width: 70px;
background-color:#3A78C9;
}


.p_3{
padding-top:30px;
padding-bottom:30px; 
 }

.border_1{
border:1px solid #dbeafd;
 }


.carousel_p .carousel-indicators {
bottom: -60px!important;
}
.carousel_p {
padding-bottom: 70px!important;
}
.rounded_30{
border-radius:30px!important; 
 }
.rounded_10{
border-radius:10px!important; 
 }
/*********************top****************/
.logo{
	color: #c33703 !important;
    letter-spacing: 2px;
}
.logo_col{
	color: #c33703 !important;
}
.top_1l span{
width:50px;
height:50px;
line-height:50px;
font-size:20px; 
 }
.top_1r span{
border:1px solid #fff;
width:35px;
height:35px;
line-height:32px; 
 }
.main_1{
z-index:2; 
 }
.main .input-group {
border-bottom: 2px solid #f4f4f4;
padding-bottom:10px;
}
.main .input-group .form-control{
font-size:30px;
color:#f4f4f4;
}
.main .input-group .form-control:focus{
box-shadow:none;
}

.main ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f4f4f4!important;
  opacity: 1; /* Firefox */
}
.main .btn { 
font-size:30px;
color: #fff;
 }
.modal-dialog{
min-width:850px; 
 }
.main .modal-header .btn-close {
color: #3A78C9!important;
background:none;
width:auto!important;
opacity:1!important;
font-size:40px;
margin-bottom:100px;
}
.main .fade {
background-color: #000000c7;
padding-top:100px;
 }
/*********************top_end****************/

/*********************header****************/
.nav_hide:after{
display:none; 
 }

#header{
border-top:1px solid rgba(106, 101, 101, 0.7); 
 }
#header .navbar-brand{
font-size:34px;
font-family: 'Russo One', sans-serif;
margin-right:30px;
margin-top:4px;
display:none;
 }
.navbar-collapse {
align-items:start;
}

#header .nav-link{
padding:10px 22px;
text-transform:uppercase;
color:#fff;
 }
#header .nav-link:hover{
background:none;
color:#3A78C9;
 }
#header .nav-link:focus{
background:none;
color:#3A78C9;
 }
#header .active{
background:none;
color:#3A78C9;
 }


.drop_1{
min-width:220px;
padding:0;
border-radius:0;
margin-top:18px!important;
border:none;
background:#fff;
border-top:4px solid #3A78C9;
 }
.drop_1 a{
padding-top:15px;
padding-bottom:15px;
border-bottom:1px solid #dbeafd;
color:#333;
text-transform:uppercase;
font-weight:bold;
 }
.drop_1 a:hover{
background:#3A78C9;
color:#fff;
 }

.sticky {
position: fixed;
top: 0;
width: 100%!important;
z-index:3;
background-color: rgba(0, 0, 0, 0.9);
}
.sticky {
top: -40px;
transform: translateY(40px);
transition: transform .3s;
}
#header .button{
padding:12px 22px 10px 22px;
 }
.sticky .navbar-brand{
display:block!important;
 }
/*********************header_end****************/


/*********************common****************/
.pages ul li{
 display:inline-block;
 }
.pages ul li a{
display:block;
color: #0c121d;
 margin: 0 2px;
 width:40px;
 height:40px;
 line-height:38px;
 text-align:center;
 border:1px solid #dbeafd;
 background:#fff;
 }
.pages ul li a:hover{
 background: #3A78C9;
 border:1px solid #3A78C9;
 }
.pages ul li a:hover{
 color: #fff!important;
 }
.act{
background:#3A78C9!important;
border:1px solid #3A78C9!important;
color:#fff!important;
 }

 /* footer social icons */
ul.social-network {
list-style: none;
display: block;
margin-left:0 !important;
padding: 0;
}
ul.social-network li {
display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
background-color: #F56505;
}
.social-network a.icoFacebook:hover {
background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
color:#44BCDD;
}

.social-circle li a {
display:inline-block;
position:relative;
margin:0 2px 0 2px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 40px;
height: 40px;
}
.social-circle li i {
margin:0;
line-height:40px;
text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.form-control:focus{
  box-shadow:none;
 border-color:#dbeafd; 
 }
.form-select:focus{
 box-shadow:none;
 border-color:#dbeafd;  
 }
.form-control{
border-color:#dbeafd;
box-shadow:none;
border-radius:0;
height:52px;
 }
.form-select{
border-color:#dbeafd;
box-shadow:none; 
border-radius:0;
height:52px;
color:#777;
 }

.shadow_box{
box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
 }
.carousel-indicators [data-bs-target] {
 background-color:#3A78C9; 
}

.input-group .form-control{
height:auto; 
 }
.input-group .form-control:focus{
box-shadow:none;
 }
.form-check .form-check-input:checked {
background-color: #3A78C9;
border-color: #3A78C9;
}
.form_text{
height:150px!important; 
 }

.centre_o{
padding-top:240px;
padding-bottom:120px; 
 }
#spec {
background-image: url(../img/3.jpg);
background-position: center;
}
.spec_1 span{
font-size:120px; 
 }
.popular_2m2{
bottom:20px;
width:90%;
left:5%; 
 }
.popular_2m3{
padding-top:65%;
padding-right:40px; 
 }
.spec_o_1i{
border-right:1px solid #dbeafd;
padding:0px 20px; 
 }
/*********************common_end****************/

/*********************pack****************/
.pack_1l img{
border-radius:15px 0px 0px 15px; 
min-height:280px; 
 }
.pack_1m{
min-height:280px;
padding:32px 30px 0px 30px; 
 }
.pack_1r{
border-radius:0px 15px 15px 0px; 
min-height:280px;
padding:48px 30px 0px 30px; 
 }
/*********************pack_end****************/

/*********************space_n****************/
.spec_nm{
padding-bottom:100px;
padding-top:100px; 
 }
#spec_n {
background-image: url(../img/1.jpg);
background-position: center;
}
/*********************space_n_end****************/

/*********************disc****************/
#disc{
padding-top:110px; 
 }
.disc_1l3{
bottom:20px;
left:20px;
width:65%; 
 }
/*********************disc_end****************/


/*********************footer****************/
.footer_1i1l img{
min-height:70px; 
 }
.hr_bg{
background-color:#344d60;
 }
.footer_2l .form-control{
width:70%; 
 }
.footer_2r .social_tag li a{
border:1px solid #344d60;
border-radius:50%;
width:35px;
height:35px;
line-height:35px;
display:block;
text-align:center;
color:#fff; 
 }
.footer_2r .social_tag li a:hover{
background:#3A78C9;
color:#fff;
border-color:#3A78C9; 
 }
.footer_2r .tags li a{
color:#fff; 
 }

/*********************footer_end****************/


@media screen and (max-width : 767px){
.navbar-collapse{
max-height:300px;
overflow-y:scroll; 
border-top:1px solid #121616;
margin-top:15px;
 }
#header .nav-link{
font-size:26px;
border-bottom:1px solid #121616;
padding-top:10px;
padding-bottom:10px;
 }

.navbar .navbar-toggler{
box-shadow:none!important;
background:#fbfbfb;
border:none;
border-radius:0;
margin-top:0;
 }
.drop_1{
margin-top:0!important;
min-width:100%; 
 }
.drop_1 a{
font-size:22px; 
 }
.navbar{
padding-top:10px!important;
padding-bottom:10px!important;
width:100%;
background-color: rgba(0, 0, 0, 0.96);
 }

.sticky .drop_1{
margin-top:0!important; 
 }
.line{
margin-left:auto;
margin-right:auto; 
 }
#top{
display:none; 
 }
#header .navbar-brand{
display:block; 
margin-right:0;
 }

#header .button {
margin-top:15px;
}
.pages ul li{
margin-top:5px;
margin-bottom:5px; 
 }
h1{
font-size:40px; 
 }
h2{
font-size:34px; 
 }
h3{
font-size:30px; 
 }
h4{
font-size:22px; 
 }
.popular_1  p{
text-align:left; 
  }
.popular_1  br{
display:none;
  }
.popular_2m1 img{
min-height:430px; 
 } 
.popular_2m3 {
padding-top: 40px;
padding-right: 40px;
}
.popular_2m {
margin-top:8px;
margin-bottom:8px; 
 }
.pack_1m{
min-height:auto;
padding:20px; 
 }
.pack_1r {
min-height:auto;
padding:20px;  
 }
.spec_1 .button{
padding: 17px 17px 16px 17px;
font-size:14px;  
 }
.spec_1 .button_1{
padding: 17px 17px 16px 17px;
font-size:14px;    
 }
.spec_1 p{
text-align:left;  
 }
.spec_1 br{
display:none; 
 }
.spec_o_1i{
border:none;
text-align:center;
margin-top:8px;
margin-bottom:8px; 
 }
#disc {
padding-top:30px;
}
.disc_1l3 {
position:static!important;
width:100%;
text-align:center;
background:#f4f4f4;
margin-top:10px;
}
.disc_1l {
margin-top:8px;
margin-bottom:8px; 
 }
.testim_1i1 {
margin-top:8px;
margin-bottom:8px;  
 }
.sub_1l h1{
font-size:34px; 
 }
.sub_1l br{
display:none;
 }
.sub_1l {
text-align:center;
 }
.sub_1l p{
text-align:left;
 }
.sub_1r {
margin-top:20px!important;
text-align:center!important; 
 }
.footer_1i{
margin-top:10px;
margin-bottom:10px; 
 }
.footer_1i h3{
text-align:center;
 }
.footer_1i h5{
text-align:center;
 }
.footer_2l .form-control{
width:50%; 
 }
.footer_2l .button{
padding: 17px 17px 16px 17px; 
 }
.footer_2r {
margin-top:15px;
text-align:center!important;  
 }
.footer_3 {
text-align:left!important;   
 }
.centre_o1 .font_60{
font-size:30px; 
 }
.centre_o {
padding-top: 180px;
padding-bottom: 120px;
}
 }
@media (min-width:576px) and (max-width:767px) {
.footer_2l .form-control{
width:70%; 
 }
.footer_2l .button{
padding: 17px 27px 16px 27px; 
 }
 }
@media (min-width:768px) and (max-width:991px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
.modal-dialog{
min-width:90%; 
 }
#header .nav-link{
padding:10px 14px;
font-size:12px;
 }
.sticky .nav-link{
padding:10px 9px!important;
 }
#header .navbar-brand{
margin-right:10px;
 }
.drop_1{
left:auto!important;
right:0!important; 
 }
.popular_2m1 img{
min-height:330px; 
 }
.popular_2m2 h4{
font-size:18px; 
 }
.popular_2m2 p{
font-size:14px; 
 }
.popular_2m3 {
padding-top: 20px;
padding-right: 20px;
}
.pack_1m {
padding:20px 15px; 
 }
.pack_1m h5{
font-size:17px;
 }
.pack_1r {
padding:30px 15px; 
 }
.pack_1r .button_1{
padding-left: 15px;
padding-right: 15px;
 }
.disc_1l1 img{
min-height:450px; 
 }
.disc_1l3 h5{
font-size:16px; 
 }
.sub_1l br{
display:none; 
 }
.sub_1r .button_1{
padding-left: 15px;
padding-right: 15px;
 }
.footer_1i p{
font-size:14px; 
 }
.footer_1i h6{
font-size:14px; 
 }
.footer_2l .form-control{
width:60%; 
 }
.footer_2l .button{
padding: 17px 27px 16px 27px; 
 }
 }
@media (min-width:871px) and (max-width:991px) {
#header .nav-link{
padding:10px 22px;
 }
.sticky .nav-link{
padding:10px 14px!important;
 }
 }
@media (min-width:992px) and (max-width:1200px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
.modal-dialog{
min-width:90%; 
 }
.sticky .nav-link{
padding:10px 14px!important;
 }
#header .navbar-brand{
margin-right:10px;
 }
.popular_2m3 {
padding-top: 20px;
padding-right: 20px;
}
.sub_1l br{
display:none; 
 }
.footer_2l .form-control{
width:60%; 
 }
.footer_2l .button{
padding: 17px 27px 16px 27px; 
 }
.drop_1{
margin-top:16px!important; 
 }
 }


