/*
    Theme Name: Tempo
    Theme URL: https://bootstrapmade.com/tempo-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

/**************************************
link & button
**************************************/

h1.cta-title
{
    font-size: 40px;
    color: #1d1c1c;
    font-weight: 500;
}


/**************************************
Header
**************************************/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.mainlogo{}
.headtext{padding: 21px 0 0; text-align: right;}
.headlogo{    text-align: center;
    padding: 16px 0 0;}
.blink-hard {
animation: blinker 1s step-end infinite;}

.tour-description img{min-height: 254px;}

	
	.Welcome{background-color:##f6f7ff;text-align: center;}
.Welcome h4{    font-family: lato;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    padding: 50px 10px 0;
    font-size: 36px;
    text-align: center;}


.Welcome span.dashed-border {
    border: 1px dashed #dadada;
    width: 200px;
    position: relative;
    display: inline-block;
}


.Welcome span.dashed-border:after, .Welcome span.dashed-border:before {
    font-size: 10px;
    content: "";
    background-color: #3e3f97;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 100%;
    top: -6px;
}


.Welcome span.dashed-border:before {
    left: -20px;
}

.Welcome span.dashed-border:after {
    right: -20px;
}

.packages{}
.packages figure {
    position: relative;
    overflow: hidden;
}
.duration1 {
    padding: 10px 10px 0;
    margin: 0 0 0px;
    list-style-type: none;
    /* border-bottom: none; */
    /* border-top: solid 1px #cfcfcf; */
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.duration {
    font-size: 17px;
    margin-bottom: 10px;
    color: #fff;
    line-height: normal;
	font-weight: 600;
}

.pack-content {
    padding: 0 20px;
}
.pack-content h5{

    color: #333;
    padding: 0;
    line-height: 1.4;
    font-family: Montserrat,sans-serif;
	font-size: 18px;
    font-weight: 600;
}

.pack-content h4{
   margin: 0;
    color: #333;
        padding-top: 0rem;
    line-height: 1.4;
   
	font-size: 14px;

}
.pack-content p{

    color: #383838!important;

    line-height: 1.8;
   
	font-size: 14px!important;
	
    padding: 2px 2px;

}
.text-success1 {
    font-size: 18px !important;
    color:red;
    -webkit-background-clip: text;
   
    letter-spacing: -1px;
    font-weight: 800;
}


.wrapper {
  margin: 20px auto;

  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: red;

  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.btn {
    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: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.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;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}


.Why-Book{ background: url('../img/features_BG.png');min-height:313px;
    display: block;
    background-size: cover;
    }
	.text-center {
    text-align: center!important;
}
.Why-Book h2{    color: #fff!important;text-align: center!important;    margin-bottom: 24px;
    margin-top: 49px;}
.Why-Book h4{    color: #fff!important;text-align: center!important;     font-size: 21px;
    font-weight: 600;font-family: Montserrat,sans-serif;}
	
.quick-link-wrap {
    padding: 1rem 1rem;
    text-align: center;
}

.quick-link-wrap .icn {
  color: #fff;
    text-decoration: none;
    transition: all 0.5s;
  
    border-radius: 20px;
   
  
    margin: 0 auto;
}
.bg-blue {
  
}
.quick-link-wrap .icn i {
    font-size: 4rem;
   
    vertical-align: middle;
}	
.booknow{background:#091628}	
.whybookcont{    padding: 0px 14px 0;}	
.whybookcont h3{line-height:41px; color: #fff;}

.whybookcont b{font-size: 35px;color:#fff;letter-spacing: -1px;font-weight: 900;}
.booknowcont{padding: 11px 0px 58px;}	
	
.itnry {
   padding: 10px 0;
    margin: 0 0 0px;
    list-style-type: none;
    /* border-bottom: none; */
    /* border-top: solid 1px #cfcfcf; */
   
    bottom: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.itnry li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
        width: 23%;
    text-align: center;
    font-size: 14px;
    color: #000;
}
.itnry li p{
    margin-bottom: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}


	
.call-icon {
    position: fixed;
    left: 23px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    bottom: 39px;
    padding-top: 15px;
    padding: 0;
    margin-bottom: 0;
    z-index: 997;
    cursor: pointer;
    background: #122099;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
    transition: all .5s; color:#ffffff;
}	

	
.line{padding: 7px 0 0;}	

.hr{
  border-top: 2px solid #010161; min-height:2px
}




.footer {
    background-color: #040E18;
}
.footer h3 {
    color: #fff;
    padding-bottom: 30px;
}
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social ul li {
    margin: 2px;
    display: inline-block;
}
.footer_social ul li a {
    background: #2e3537 none repeat scroll 0 0;
    border: 1px solid #2e3537;
    box-shadow: 0 0 0 7px transparent;
    color: #aaa;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 21px;
    padding: 9px 13px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.footer-bottom {
    background: #000;
    padding:0px 0;
}
.footer_copyright {
    color: #fff;
    font-size: 16px;
    margin-top:6px;
    font-family: Times New Roman;
}
.footer_copyright a {
    color: #e43c5c;
}



/**************************************
cta
**************************************/
/** media queries**/
@media (min-width: 480px) and (max-width: 1023px) {
    .img-sec, .fig-caption {
    width: 100%;
    float: left;
}
.fig-caption {
    padding: 56px 20px 20px;
}

.pack-content {
    height: auto;padding: 0 0 0;
}
}
@media (min-width: 451px) and (max-width: 768px) {

.Why-Book{ padding: 0 0px 36px;}
.pack-content {
    height: auto;padding: 0 0 0;
}

}
@media (min-width: 301px) and (max-width: 450px) {
	
.Why-Book{ padding: 0 0px 36px;}

.pack-content {
    height: auto;padding: 0 0 0;
}

}



.footer_copyright a
{
    text-decoration: none;
}
@media (min-width: 100px) and (max-width: 300px) {

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a{
    text-align: center;
}
}
@media (min-width: 300px) and (max-width: 768px) {
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a{
    text-align: center;
    border: 0px;
}
.navbar-default .navbar-nav > li > a:hover
{
    border: 0px;
}
}
/**************************************
form element
**************************************/
.left-Sides .tab-content img{
    width: 100%;
    height: 230px;

}
.travels-menu {
        list-style: none;
        

}
.travels-menu li{
    float: left;
        margin-left:5px;
        margin-bottom: 5px;
        background: #AD0519;
        padding: 5px 5px; 
        line-height: 35px;
		width:180px;
}
.travels-menu li a{
        color: white;
        text-decoration: none;
}
.travels-menu li:hover{
        background:#f89406;
        text-decoration: none;
}
/*.travels-menu li .active {
        background:#f89406 !important;

       
}
*/
.classi{
    background-color: #fff;padding: 30px 0 0;
}
.right-Sides{
    text-align: center;
}
.right-Sides .rightss{
    background: white;
        padding: 20px 0px;
        margin-top: 1px;
        margin-bottom: 1px;

}
.right-Sides .rightss p{
    margin-top: 22px;
}
.left-Sides .col-md-4 h2{
        background: #e3322d;
		height:40px;
        margin-top: 0px;
        font-size: 17px;
        padding:10px;
        text-align: center;
        color: white;
   
}
.Duration{
        background: #000;
		height:40px;
        margin-top: 0px;
        font-size: 17px;
        padding:10px;
        text-align: center;
        color: white;
    margin-bottom: 0px !important;
}

.left-Sides .col-md-4{
    padding: 0px 10px 40px 10px;
}
.left-Sides .col-md-4 .tour-description{
    background: white;
   
    height:120px;
    overflow: hidden;
}
.left-Sides .col-md-4 .tour-description h3{    
        margin-top: 0px;
        font-size: 17px;
}
.right-Sides{
    padding: 0px 8px;
}
.rish-form{
    position: absolute !important;
    z-index: 10; 
}
.form-dev{
    margin-top:46px;
}
.form-dev1{
    margin-top:0px;
}
.Icon{ width:100%;}
.we-stand{
	   
   
		color: white;
		text-align: center;

		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
}
.Pay-card{ background-color:#fff;text-align: center;}
.Enquire-button{background-color:#e3322d;    color: #fff;
    text-align: center;
    padding: 11px 9px 10px; font-size:20px;}
.Enquire-button:hover{ background-color:#2ab200;}	
body{
        overflow-x: hidden !important;

}
.Client{ background: url('../images/Review.jpg');min-height:313px}
.client-stand{
   
		color: #fff;
		text-align: center;
		padding: 25px 0px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		margin-top: 0px;
}

.carousel-control{
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background:transparent !important;
        background-image: none;
        background-repeat: repeat;
    border:none !important;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);

}
.carousel-indicators{
    top:178px ;
}
.carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right{
    background:transparent!important;
}
blockquote{
    border-left:none !important;
}
.classical_tours .tab-pane h3{
    font-size: 1.1em;
    color: black;
    font-weight: unset;

}
.classical_tours .tab-pane .tour-description{
    font-size: 14px;
    color: #7a7676;
 
    /* border: 1px solid #010161; */
    box-shadow: 1px 1px 8px rgb(156 160 173 / 25%);
 min-height:380px;
   
    background-color: #fff;
    padding: 15px 15px 20px;
}
.classical_tours .tab-pane .tour-description: background-color:#ffeb3c;    border: 2px solid #1b63ac;}
.navbar-default {

    border-color: #f8f8f8 !important;
}




@media (max-width: 1200px) {

}
@media (max-width: 768px) { 

}
 @media (max-width: 640px) { 


.pack-content p{
    line-height: 2.4;

    padding: 2px 3px;

}

}

 @media (max-width: 480px) { 

.pack-content p{
    line-height: 2.4;

    padding: 2px 3px;

}

.mainlogo{text-align: center;}
.headtext{text-align: center;}

.carousel-indicators {
     top: 295px ;
}
}
 @media (max-width: 380px) { 
 
 .pack-content p{
    line-height: 2.4;

    padding: 2px 3px;

}

.carousel-indicators {
  top: 295px ;
}
}
 @media (max-width: 320px) { 
 
 .mainlogo{text-align: center;}
 
 }

@media only screen and (max-width: 768px){
		body {
				padding-left: 0px !important;
				padding-right: 0px !important;
				overflow-x: hidden !important;
		}

	
	
}
@media only screen and (max-width: 550px) {
	
	.pack-content p{
    line-height: 2.4;

    padding: 2px 3px;

}

}



