@charset "utf-8";
@font-face{font-family:"bold font";src:url(../fonts/calibrib.ttf) format("truetype");}
@font-face{font-family:"normal font";src:url(../fonts/calibri.ttf) format("truetype");}
@font-face{font-family:"italic font";src:url(../fonts/calibrii.ttf) format("truetype");}
@font-face{font-family:"light font";src:url(../fonts/calibril.ttf) format("truetype");}
@font-face{font-family:"Alegreya font";src:url(../fonts/Alegreya-BoldItalic.otf) format("opentype");}

body, html {height:100%; background:#FFF; padding-top:31px;}

button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

a { color: #505050 !important; text-decoration: none; }
a:focus, a:hover { color: #505050  !important; text-decoration: underline;}
a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;  }

.scrollup {     bottom:10px; right:20px;  display:none;   z-index:1; font-size:24px;  padding: 0px 8px 3px; float: right;  }
.scrollup { -webkit-animation: moveFromBottom 1000ms ease; -moz-animation: moveFromBottom 1000ms ease;   -ms-animation: moveFromBottom 1000ms ease;}
a.scrollup { color:#ef49a5;   } a.scrollup:hover { color:#444;  }

/* Clear Styles */
.clear  {clear:both; } 
.spacer1 {clear:both; width:100%; height:10px;}
.spacer2 {clear:both; width:100%; height:20px;}
.spacer3 {clear:both; width:100%; height:30px;}
.spacer4 {clear:both; width:100%; height:40px;}
.spacer5 {clear:both; width:100%; height:50px;}
.spacer6 {clear:both; width:100%; height:90px;}

#fade { opacity:0; }

.bs-section { margin-bottom:50px;}

.full-width{width:100%; border:#FFF solid 5px;}

ul.list  {padding:0px; margin:0px  0px 15px 0px;}
ul.list li {list-style-type:disc; padding:0px; margin:0px 10px 5px 20px;  }

.th { background-color: #787878; color:#fff;  }
.tch {background-color: #dcdcdc; }
.tc { background-color: #f5f5f5; }
a.backStyle { background:#ef49a5; Color:#fff; padding:5px 15px;}
a.backStyle:hover{ background:#e03996; text-decoration:none; Color:#fff;}
a.offer { text-decoration:none !Important;}
a.offer h3:hover{color:#d02022 !important; }
a.offer h3.text { color:#444 !important;}
/*
=====================================================================================================================================================
WRAPPER
=====================================================================================================================================================
*/
#wrapper        {position:relative; width:100%; margin:0 auto; text-align:left; float:none;}
#wrapper        {min-height:100%; height:auto !important; height:100%; margin:0 auto -170px;} /* the bottom margin is the negative value of the footer's height */
.footer         {position:relative; width:100%; margin:0 auto;}
/*
=====================================================================================================================================================
HEADER STYLE
=====================================================================================================================================================
*/
header      {width:100%; z-index:999; background:rgba(255,255,255,0.90); top:0; box-shadow:#333 0 -1px 14px -3px; z-index:9999;}
.header     {padding:0 20px;  width:100%; float:left; z-index:10; position:relative;}
.header .logo   {float:left; padding:0px 0px;}
.header_right   {float:right; vertical-align:top; width:auto}
.topBorder  {width:100%; height:2px; background:#FCB131;}
.callUs         {font-size: 18px; margin-top:17px; float:right}
.callUs span    {font-size: 19px; width:35px; display:inline-block}
.fixed          {position:fixed;}
.callUs > ul    {float: left;}
.callUs > ul li {display:block; float: left;margin-left: 20px;}
.icon-xxs{font-size:21px;width:25px;height:34px;line-height:34px;vertical-align:middle;color:#282e3c;background:#fcbe16;border-color:#fcbe16;border-radius:50%;}
.know-more-box{border: 2px solid #eee;border-radius: 8px;height: 153px;}
.destination-container{width:1170px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
.bgImage    {background-size:cover!important; background-position:center top!important; min-height:521px;}
.relv       {position:relative;}
.bgImage h1 {color:#fff; font-size:55px !important;   font-family:"Alegreya font"; margin: 0px 0px 0px 426px;}
/*.bgImage h1 span {font-weight:700; color:#fca504;}*/
.bgImage h2 {font-size:22px !important; color:#fff!important; font-weight:500 !important; padding:0px !important;margin: 175px 0px 0px 426px;}
.bottom-blue-line{background-image:url('../images/cruiselines/Blue-line.png');-webkit-transform:scaleX(-1);transform:scaleX(-1);padding:1px;background-repeat:repeat-y;}
.top-blue-line{background-image:url('../images/cruiselines/Blue-line.png');background-repeat:repeat-y;padding:1px;}
.bottom-yellow-line{border-bottom: 3px solid #FCB131;width: 72px;margin-left: 535px;margin-bottom: 47px;}
.enquireFormContainer    {position:absolute; top:0px;}
.enquireFormContainer .camapaignForm{ position:absolute; right:0px; width:352px; /*z-index:200;*/ top:46px;background:rgba(255, 255, 255,.9); padding:23px;}
.camapaignForm h3   {color:#ef49a5;}
.tb-submit          {width: 352px;background: #51CBCE;line-height: 52px;text-align: center;border: 0px;color: #fff;font-weight: bold;margin-left: -8px;font-size: 22px; }
.camapaignForm p{font-family: "italic font";font-size: 16px;}
.arrow{ position:absolute; bottom:0px; left:-80px;}
.error{ color:#f80808 !important; font-size:12px;}
textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 5px 12px 0px;
    font-size: inherit;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    -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;
}

/*Book Btn*/
.bookBtn    {display:block;  text-align:center;}
.bookBtn a  {color:#fff !important; background:#4FA3FB; text-align:center; display:inline-block; padding:10px 40px; margin-top:30px; transition:all .6s ease;  -webkit-transition:all .6s ease; -moz-transition:all .6s ease; -o-transition:all .6s ease; -ms-transition:all .6s ease;}
.bookBtn a:hover, .bookBtn a:focus {background:#51CBCE; color:#fff; text-decoration:none;}
.m20{ margin-top:20px;}

/*   testimonial   */
.testimonial span           {float:left; padding-left:15px; font-size:16px; }
.testimonial span:before    {content:"-"; color:#fff; margin-left:-15px;}
ul.testimonial              {width:60%;}
ul.testimonial li              {width:100%; padding:0px !important; margin:0px !important;}

.clear hr {margin-top: 40px !important;margin-bottom: 30px !important;border: 0;border-top: 1px solid #eee;}
.footer     {width:100%; border-top:3px solid #FCB131; color:#FFF; padding:15px 0px; font-size:13px;}
.footer h2  {font-size:14px !important; color:#1C437F !important; margin:0px 0px 5px 0px;}
.footer hr {border: solid 1px #eee;}
.footer a {color:#1C437F !important}
.content {font-size: 20px; font-family: light font;}

ul.clientlist {display:block; margin:0px; padding:0px;}
ul.clientlist li {display:inline-block; margin:15px 10px 0px; padding:0px; border: 1px solid #ddd; }

.round-pics {display:block; text-align:center}
.round-pics > figure img {float:none;  padding-bottom:10px; margin:auto; position: relative;}

.offer-pics {display:block; text-align:center}
.offer-pics > figure img {float:none;  padding-bottom:10px; margin:auto; position: relative;}

h2 {font-size:30px !important; color:#000 !important; font-weight:700 !important; padding:0px !important;}
h5 {font-size:18px !important; color:#000 !important; font-weight:600 !important; margin:0px !important; padding:0px !important;}
h6 {font-size:16px !important; color:#000000 !important; font-weight:400 !important; margin:0px !important; padding:0px !important;}

h3 {font-size:19px !important; color:#000 !important; font-weight:600 !important; font-family: "bold font"}
h3.text {font-size:14px !important; color:#000 !important; font-weight:400 !important;}
h3.feat {        margin-bottom: 10px !important; font-size:15px !important; font-weight:bold !important;    }
ul.testimonials        {padding:0; margin:0;}
ul.testimonials li     {padding:15px; margin:0; list-style:none; font-size:16px}
ul.testimonials .tm_name {font-size:20px;font-family: "bold font";}

/*Thank you*/
.thankStyle{ margin-top:30px;}
.thankStyle h2{ color:#ef49a5;}
 /*
=====================================================================================================================================================
SOCIAL MEDIA
=====================================================================================================================================================
*/
ul.social_media         {margin:0px; padding:0px 0px 5px 0px; width:100%;}
ul.social_media li      {display:inline-block; list-style-type:none; list-style-image:none; padding:0px; margin:0 0px 10px 2px; border:none;  vertical-align:top;}
ul.social_media li a    {display:block; font-size: 15px; transition:none .6s ease-in-out; -webkit-transition: none .6s ease-in-out; -moz-transition:none .6s ease-in-out; -o-transition:none .6s ease-in-out; -ms-transition:none .6s ease-in-out;}
ul.social_media li a:hover  {display:block; font-size: 15px;}

ul.social_media .fa         {padding: 0px; margin:0px; font-weight:300; color:#000; width:30px;  height:30px; line-height:30px; text-align:center;border-radius: 15px;}
ul.social_media .fa:hover   {color:#fff;}

.fa-facebook, .fa-google, .fa-google-plus, .fa-linkedin, .fa-youtube, .fa-youtube-play, .fa-tumblr, .fa-twitter, .fa-pinterest, .fa-instagram
{background:#00acd4; border:2px solid #fff; transition:all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition:all .6s ease-in-out; -o-transition:all .6s ease-in-out; -ms-transition:all .6s ease-in-out;}

.fa-facebook          {background:#fff; border:1px solid #000;}
.fa-google-plus       {background:#fff; border:1px solid #000;}
.fa-linkedin          {background:#fff; border:1px solid #000;}
.fa-twitter           {background:#fff; border:1px solid #000;}
.fa-pinterest         {background:#fff; border:1px solid #000;}
.fa-instagram         {background:#fff; border:1px solid #000;}

.fa-facebook:hover          {background:#4862a3; border:1px solid #FFF;}
.fa-google-plus:hover       {background:#dd4b39; border:1px solid #FFF;}
.fa-linkedin:hover          {background:#0177b5; border:1px solid #FFF;}
.fa-twitter:hover           {background:#55acee; border:1px solid #FFF;}
.fa-pinterest:hover         {background:#db242c; border:1px solid #FFF;}
.fa-instagram:hover         {background:#5085af; border:1px solid #FFF;}

.mobile-view{display: none!important;}
.desktop-view{display: block;}

.cruiseline-itinerary-heading{font-family: bold font;font-size: 26px!important;color: #063970!important;margin-bottom: 2px;margin-top: 0px;}
.aboutdesc{font-family:light font;font-size:17px;word-spacing:5px;color:#383d56;}
thead{background-color: #4BA3FC;color: #fff;}
th, td {padding:0px!important;}
.bordertable{border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.bordertable td{border-left: 1px solid #ddd; border-top:none!important; }
input[class="error"]{border:1px solid #f00 !important;} input[class="form control error"]{border:1px solid #f00 !important;} .error p{color:#f00 !important;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}

.get-quote-fixed{display: none;position: fixed;bottom: 0;left: 0;right: 0;float: left;background-color: #0da2d4;}


.popup__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 100;
}

.popup__overlay:after {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: "";
}

.popup {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 420px;
  padding: 20px;
  border: 1px solid black;
  background: black;
  color: white;
  vertical-align: middle;
}

.popup-form__row {
  margin: 1em 0;
}

.popup__close {
  display: block;
  position: absolute;
  top: -3px;
  right: 6px;
  width: 12px;
  height: 12px;
  padding: 12px;
  cursor: pointer;
  text-align: center;
  font-size: 17px;
  line-height: 12px;
  color: #fff!important;
  text-decoration: none;
  font-weight: bold;
}

.popup__close:hover {
  color: #fff!important;
}

iframe {
  width: 100%;
  height: 100%;
}

#myList .row{ display:none;
}
#loadMore {
    color:#4FA3FB;
    cursor:pointer;
}
#loadMore:hover {
    color:#51CBCE;
}
#showLess {
    color:red;
    cursor:pointer;
}
#showLess:hover {
    color:black;
}



/*.asterisk::after{
  content: '*';
  position: absolute;
  top: 8px;
  left: 70px;
  color: #f00
}
.asterisk1::after{
  content: '*';
  position: absolute;
  top: 8px;
  left: 125px;
  color: #f00
}*/
/*
=====================================================================================================================================================
Media Querries
=====================================================================================================================================================
*/

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .bgImage h1 {font-size:40px !important; width:100%; margin-bottom: 0px; color: #fff;margin: 65px 0px 0px 1px !important;position: absolute;}
    .bgImage h2{color: #fff!important;margin: 15px 0px 0px 1px!important;}
    /*.header_right {display:none !important}*/
    .tb-submit{width: 332px!important;background: #51CBCE;line-height: 52px;text-align: center;border: 0px;color: #fff;font-weight: bold;font-size: 22px;margin-left: -10px!important;}
    .spacer6 {clear:both; width:100%; height:300px;}
    .bottom-yellow-line{width: 72px;margin-left: 114px;margin-bottom: 17px;}
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .bgImage h2 {margin: -563px 0px 0px 1px; font-size: 18px!important;}
    .bgImage h1 {font-size:40px !important; width:100%; margin: 65px 0px 0px 1px !important;position: absolute;}
    .enquireFormContainer .camapaignForm{
    position: relative;width: 100%;top: 150px;background:rgba(0,0,0,.075);padding-bottom: 0px;}
    .tb-submit{width: 293px !important;margin-left: -10px!important;}
    .spacer6 {clear:both; width:100%; height:125px;}
    .enquireFormContainer .camapaignForm{
    position: relative;
    right: 0px;
    width: 293px !important;
    /*z-index: 200;*/
    top: 150px;
    background:rgba(0,0,0,.075);
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.bottom-yellow-line{width: 72px;margin-left: 114px!important;margin-bottom: 17px;}
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .bgImage h2 {margin: -563px 0px 0px 1px;}
    .bgImage h1 {font-size:40px !important; width:100%; margin: 65px 0px 0px 1px !important;position: absolute;}
    .enquireFormContainer .camapaignForm{
    position: relative;width: 100%;top: 150px;background:rgba(0,0,0,.075);padding-bottom: 0px;}
    .tb-submit {width: 348px !important;margin-left: -10px!important;}
    .spacer6 {clear:both; width:100%; height:140px;}
    .enquireFormContainer .camapaignForm{
    position: relative;
    right: 0px;
    width: 348px !important;
    /*z-index: 200;*/
    top: 150px;
    background:rgba(0,0,0,.075);
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.bottom-yellow-line{width: 72px;margin-left: 135px!important;margin-bottom: 17px;}
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    /*.bgImage h2 {margin: -552px 0px 0px 1px!important;}*/
    .bgImage h1 {font-size:40px !important; width:100%; margin: 65px 0px 0px 1px !important;position: absolute;}
    .tb-submit {width: 354px;margin-left: -10px!important;}
    .testimonials {transform: translate3d(-751px, 0px, 0px);}
    .spacer6 {clear:both; width:100%; height:133px;}
    .enquireFormContainer .camapaignForm{
    position: relative;
    right: 0px;
    width: 304px!important;
    /*z-index: 200;*/
    top: 150px;
    background:rgba(0,0,0,.075);
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.bottom-yellow-line{width: 72px;margin-left: 135px!important;margin-bottom: 17px;}
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .bgImage h2 {margin: -563px 0px 0px 1px;}
    .bgImage h1 {font-size:40px !important; width:100%; margin: -492px 0px 0px 1px;position: absolute;}
    .testimonials {transform: translate3d(-751px, 0px, 0px);}
    .enquireFormContainer .camapaignForm{
    position: relative !important;
    right: 0px;
    width: 346px!important;
    /*z-index: 200;*/
    top: 168px;
    background:rgba(0,0,0,.075);
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.spacer6 {height:125px;}
.tb-submit {width: 346px!important;margin-left: -10px!important;}
.bottom-yellow-line{width: 72px;margin-left: 135px!important;margin-bottom: 17px;}
}

/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
.bgImage h2{color: #fff!important;margin: 0px !important;}
.tb-submit {width: 304px!important;margin-left: -10px!important;}
.enquireFormContainer .camapaignForm{
    position: relative !important;
    right: 0px;
    width: 304px!important;
    /*z-index: 200;*/
    top: 280px;
    background:rgba(0,0,0,.075)!important;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.spacer6 {clear:both; width:100%; height:250px;}
.bottom-yellow-line{width: 72px;margin-left: 114px;margin-bottom: 17px;}
}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
    .bgImage h2 {margin: -563px 0px 0px 1px;}
    .bgImage h1 {font-size:40px !important; width:100%; margin: -492px 0px 0px 1px;position: absolute;}
    .tb-submit {width: 304px!important;margin-left: -10px!important;}
    .enquireFormContainer .camapaignForm{
        position: relative !important;
        right: 0px;
        width: 304px!important;
        /*z-index: 200;*/
        top: 280px;
        background:rgba(0,0,0,.075)!important;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }
.spacer6 {clear:both; width:100%; height:147px;}
.bottom-yellow-line{width: 72px;margin-left: 114px;margin-bottom: 17px;}
}

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
    .bgImage h2 {margin: -563px 0px 0px 1px;}
    .bgImage h1 {font-size:40px !important; width:100%; margin: -492px 0px 0px 1px;position: absolute;}
    .tb-submit {width: 332px!important;margin-left: -10px!important;}
    .enquireFormContainer .camapaignForm{
        position: relative !important;
        right: 0px;
        width: 332px!important;
        /*z-index: 200;*/
        top: 150px;
        background:rgba(0,0,0,.075)!important;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }
    .spacer6 {clear:both; width:100%; height:147px;}
    .bottom-yellow-line{width: 72px;margin-left: 114px;margin-bottom: 17px;}
}


/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .bgImage h2{position: relative!important;}
        .enquireFormContainer .camapaignForm{
        position: relative !important;
        right: 0px;
        width: 332px!important;
        /*z-index: 200;*/
        margin-bottom: 20px;
        padding-bottom: 0px;
        top: 10px;
    }
    .hidden-sm{display: block!important;}
    .spacer6 {clear:both; width:100%; height:120px!important;}
    .bottom-yellow-line {margin-left: 325px;}
    .testimonials {transform: translate3d(-1424px, 0px, 0px);}
}


/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
.col-md-push-4{left: 8%;}
.tb-submit {width: 332px!important;margin-left: -10px!important;}
.spacer6 {clear:both; width:100%; height:52px;}
}


/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {

}


/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

@media (max-width:980px){
    /*.bgImage h1 {font-size:28px !important; line-height:normal; width:90%}*/
    .bgImage h2{color: #000;position: absolute;}
}

/*@media (max-width:767px){*/
@media screen and (max-width:768px){
.bgImage {background-size:100%!important; background-position:center top!important;  height:auto!important}
.callUs {float: right;margin-top: -42px;}
/*.header{top: 30px!important;}*/
.header .logo{ width:100%; text-align:center}
.about p{ width:100%;}
.testimonial blockquote{ width:85%;}
.hide{ display:none;}
.fancy span:before, .fancy span:after{ width:0px;}
.tb-submit {margin-left: -10px!important;}
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
.mobile-view{display: block!important;}
.desktop-view{display: none;}
.callUs > ul { float: none;font-size: 14px!important;}
.callUs > ul li {  /*display: block;float: left;*/margin-left: 130px;}
.get-quote-fixed{display: block!important;}
.get-quote-fixed>a {
 text-decoration:none;
 display:block;
 background-color:#0da2d4;
 color:#fff!important;
 font-size:20px;
 padding:3px 14px 7px;
 text-align:center;
 line-height:40px
}
ul.social_media {margin:-61px;}
.popup{width: 99%;}
}



.bgImage.landing2 h1 {color:#fff; font-size:55px !important;   font-family:"Alegreya font"; margin: 0px 0px 0px 0px;}
/*.bgImage h1 span {font-weight:700; color:#fca504;}*/
.bgImage.landing2 h2 {font-size:22px !important; color:#fff!important; font-weight:500 !important; padding:0px !important;margin: 175px 0px 0px 0px;}