/*
  Theme Name: Quick Travel
  Theme URL: http://nasfactor.com/themes/quicktravel/
  Author: NasirWd
  Author URI: www.nasfactor.com
  Description: QuickTravel Unbounce Landing page is best suitable for Travel Agency’s / Travel Agents offering special tourism packages to exotic locations
  Version: 1.0.0
*/

/*=======================================================================
// Fonts
=========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@font-face {
    font-family: 'againtsregular';
    src: url('../fonts/againts-webfont.eot');
    src: url('../fonts/againts-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/againts-webfont.woff2') format('woff2'),
        url('../fonts/againts-webfont.woff') format('woff'),
        url('../fonts/againts-webfont.ttf') format('truetype'),
        url('../fonts/againts-webfont.svg#againtsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Normalization */
htm,body{
    color: #666666;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
} 

a{
    color: #222222;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
a:hover{
    text-decoration: none;
    color: #000;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
ul,
ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
button{
    border: none;
}
p.lead{
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    line-height: .8;
    margin: 0;
    font-weight: normal;
}
/*=======================================================================
//  Travel Button
=========================================================================*/
.travelBtn{
    height: 50px;
    display: inline-block;
    background: #288dff;
    color: #fff;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: .8;
    padding: 17px 35px;
}
.travelBtn span{
    font-weight: 900;
}
.travelBtn:hover{
    background: #7ab55c;
    color: #fff;
}
/*=======================================================================
//  Section Setup
=========================================================================*/
.commonSection{
    padding: 135px 0 100px;
    position: relative;
}
.gray{
    background: #fafafa;
}
.commonTitle {
    margin-bottom: 128px;
}
.commonTitle h2{
    font-size: 70px;
    line-height: .8;
    color: #7ab55c;
    font-family: 'Montserrat', sans-serif;
	letter-spacing:-5px;
    margin-bottom: 20px;
}
.headdingOne{
    text-transform: capitalize;
}
.commonTitle p{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #000;

}
.commonTitle p span{
    text-transform: lowercase;
    font-style: italic;
    font-family: 'Merriweather', serif;
}
/*=======================================================================
//  Margin and padding setup
=========================================================================*/
.noPadding{
    padding: 0px;
}
.noPaddingBottom{
    padding-bottom: 0px !important;
}
.noPaddingLeft{
    padding-left: 0px !important;
}
.noPaddingRight{
    padding-right: 0px !important;
}
.noMarginBottom{
    margin-bottom: 0px !important;
}
.noMarginRight{
    margin-right: 0px !important;
}
.noPaddingTop{
    padding-top: 0px !important;
}
.paddingRight{
    padding-right: 100px;
}