@import url(font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Ubuntu);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.body__mod {
  background: url("../images/parallax1.jpg") no-repeat;
}

.serchgap{width:50%; float: left; height: auto; padding: 0px !mportant; margin: 0px !mportant;}
.butgap{width:15%; float: left; height: auto; padding: 0px !mportant; margin: 0px !mportant;}
.texthd{width:10%; float: left; height: auto; font-size: 16px; font-weight: bold; color: #000; line-height:40px;}
.seltcity{width:20%; float: left; height: auto; margin-left:2px;}
.comborder{background-color: #ebedef; border: 1px solid #c6c8ca; border-radius:5px; margin:0px; padding:15px; 
 width: auto; box-shadow: 3px 3px 3px #888888;}
 .lister li{ color: #262626; list-style-type: disc !important; margin-left: 10px;}
 .boxrect{ float: left; width:100%; padding: 5px; margin: 5px; border: 1px solid #ccc; background-color:white}
 .smaltext2 {
    width: auto;
    height: auto;
    float: left;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    line-height: 20px;
    background-image: url("../images/yellowarrow.png");
    background-repeat: no-repeat;
    background-position: 1px 7px;
    padding: 0px 5px 0px 15px;
}
 	

@media (max-width: 991px) {
 .clearboth {clear: both;}
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
  color: inherit;
  font-size: 20px;
}
.txt-clr1 {
  color: #fff;
}
.txt-clr2 {
  color: #333333;
}
.txt-clr3 {
  color: #fe8315;
}
.txt-clr4 {
  color: #edb712;
}
.txt-clr5 {
  color: #1abfa4;
}
.txt-clr5 {
  color: #262626;
}
.clr-primary {
  color: #26dac3;
}
.clr-secondary {
  color: #fbbe04;
}
.clr-secondary a:hover {
  color: #26dac3;
}
.ttu {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .ins767 {
    padding-left: 8%;
    padding-right: 8%;
  }
}
em {
  font-style: normal;
}
.md-add {
  margin-top: -19px;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 23px;
}
.row + * {
  margin-top: 30px;
}
.row + .row {
  margin-top: 30px;
}
* + .btn-wr {
  margin-top: 37px;
}
h2 + img {
  margin-top: 23px;
}
h2 + h5 {
  margin-top: 16px;
}
h5 + p {
  margin-top: 10px;
}
* + h5 {
  margin-top: 20px;
}
* + ul.clr-secondary {
  margin-top: 25px;
}
* + p {
  margin-top: 25px;
}
* + .offs {
  margin-top: 40px;
}
p + .offs {
  margin-top: 0;
}
p + .btn-primary__mod,
.offs + .btn {
  margin-top: 10px;
}
* + .offs2 {
  margin-top: 0px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================   Block-icon     ===================*/
.block-icon {
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 17px 0px 20px;
  position: relative;
}
.lt-ie9 .block-icon {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  zoom: 1;
}
.block-icon:hover .icon {
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.block-icon .block_caption {
  color: #fff;
  padding-left: 77px;
}
.block-icon .block_caption a {
  margin-top: 2px;
}
.block-icon .icon {
  position: absolute;
  left: 21px;
  top: 26px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-icon .icon .fa:before {
  font: 400 42px/28px 'FontAwesome';
  color: #fbbe04;
}
.block-icon__skin {
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.block-icon__skin .icon {
  position: absolute;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  left: 0px;
  top: 20px;
  background: #fbbe04;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-icon__skin .icon .fa:before {
  font: 400 30px/65px 'FontAwesome';
  color: #fff;
}
.block-icon__skin .block_caption {
  padding: 0px 10px 0px 82px;
}
.block-icon__skin + .block-icon__skin {
  margin-top: -10px;
}
.block-icon__skin__mod .icon {
  width: 82px;
  height: 82px;
  line-height: 82px;
  top: 20px;
}
.block-icon__skin__mod .icon .fa:before {
  font: 400 36px/82px 'FontAwesome';
}
.block-icon__skin__mod .block_caption {
  padding: 0px 10px 0px 100px;
}
.block-icon__mod {
  background: #1abfa4;
}
/*==================    P404   =================*/
.p404 {
  padding-top: 22px;
  padding-bottom: 74px;
}
.p404 h1 {
  font-size: 120px;
}
.p404 h1 em {
  font-size: 70px;
  text-transform: none;
  display: block;
  margin-top: -25px;
}
.p404 * + p {
  margin-top: 29px;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside img {
  margin-right: 30px;
}
@media (max-width: 479px) {
  .box_aside {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box_aside {
    float: none;
    text-align: center;
  }
 
}
.btn-wr-header {
  float: right;
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding: 10px 0px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.52);
  background-color: #fff;
}
.isStuck {
  background: #fff;
  padding: 0px 0;
  z-index: 999;
  box-shadow: 0 1px 2px #bbb;
}
@media only screen and (max-width: 992px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul {
  top: 40px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
/*==================     ToTop     ======================*/
.toTop {
  width: 47px;
  height: 47px;
  font-size: 24px;
  line-height: 47px!important;
  font-weight: 700;
  color: #fff!important;
  background: #1eaf9d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #333333;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1.2);
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/

.thumbord{border: 1px solid #ccc7ca; padding: 2px;}
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 20px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  zoom: 1;
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  color: #fff;
  padding-top: 34px;
  padding-bottom: 88px;
}
.parallax_cnt * + .row {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .parallax_image,
  .parallax_pattern {
    background-position: 60% center;
  }
}
.parallax2 .parallax_cnt {
  padding-bottom: 42px;
}
.parallax2 .parallax_cnt * + .row {
  margin-top: 24px;
}
.parallax2__mod .parallax_cnt {
  padding-bottom: 50px;
}
.parallax3 .parallax_cnt {
  padding-top: 140px;
  padding-bottom: 154px;
}
@media (max-width: 767px) {
  .parallax3 .parallax_cnt {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.parallax3 .parallax_cnt h1 + .btn {
  margin-top: 36px;
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #a5bfd2;
  background: rgba(43, 54, 67, 0.97);
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3643', endColorstr='#ff2b3643');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3643', endColorstr='#ff2b3643');
  zoom: 1;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #313e4e;
  color: #ffffff;
}
.rd-mobilemenu_ul a:hover {
  background: #26dac3;
  color: #ffffff;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px 'FontAwesome';
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #2b3643;
  color: #a5bfd2;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
  border: none;
  padding-top: 14px;
  padding-bottom: 16px;
}
.rd-mobilemenu_ul ul ul {
  border: none;
  box-shadow: none;
  background: transparent;
}
.rd-mobilemenu_ul ul ul li {
  border: none;
  box-shadow: none;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
  color: inherit;
  padding-top: 14px;
  padding-bottom: 16px;
  border: none;
  box-shadow: none;
}
.rd-mobilemenu_ul ul ul a.active {
  background: #313e4e;
  color: #ffffff;
}
.rd-mobilemenu_ul ul ul a:hover {
  background: #26dac3;
  color: #ffffff;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #2b3643;
  color: #ffffff;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  padding-left: 10px;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
  background-color: #252e3a;
  border: 1px solid #ffffff;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.rd-mobilepanel_toggle:hover {
  -moz-box-shadow: inset 0 0 10px -2px #ffffff;
  -webkit-box-shadow: inset 0 0 10px -2px #ffffff;
  box-shadow: inset 0 0 10px -2px #ffffff;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: url("../images/parallax1.png"), #000 center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 0px;
  width:auto;
  
}
@media (max-width: 979px) {
  header {
    background-attachment: scroll;
  }
}
header * + .row {
  margin-top: 30px;
}
header .btn-wr-header {
  float: right;
  margin-top: 15px;
  margin-right: 5px;
}
header .btn-wr-header .btn + .btn {
  margin-left: 5px;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .btn-wr-header,
  header .navbar-brand {
    float: none;
    display: inline-block;
  }
}
.header__mod {
  padding-bottom: 0;
}
main {
  background: #26dac3;
}
footer {
  padding-top: 55px;
  padding-bottom: 14px;
  background: #262626;
}
footer h5 + ul {
  margin-top: 9px;
}
footer ul li a {
  color: #26dac3;
}
footer .social .fa {
  padding-left: 23px;
  font-family: 'PT Sans', sans-serif;
  position: relative;
}
footer .social .fa:before {
  font-size: 13px;
  position: absolute;
  color: #fbbe04;
  top: 0;
  left: 0;
}
footer .fb-plug-wr {
  margin-top: -20px;
  min-height: 225px;
}
footer hr {
  display: block;
  border: none;
  height: 1px;
  width: 100%;
  background: #464646;
  margin-top: 0px;
}
footer .navbar-brand {
  padding-left: 0px;
  float: none;
  display: inline-block;
  color: #fff;
}
footer .navbar-brand:before {
  position: absolute;
  /*content: url(../images/logo_img-footer.png);*/
  width: 28px;
  height: 34px;
  left: 0;
  top: 9px;
}
footer .navbar-brand a {
  font-size:15px;
}
footer .navbar-brand a:hover,
footer .navbar-brand a:focus {
  color: #ffffff;
  text-decoration: none;
}
footer .rights {
  display: inline-block;
  margin-left: 5px;
}
/*========================================================
                     MEDIA QUERIES
=========================================================*/
@media (max-width: 500px) {
  .row .col-xs-6 {
    clear: both;
    width: 100%;
    margin-top: 20px;
  }
  
.serchgap{width:55%; margin-bottom: 15px;}
.butgap{width:30%; margin-bottom: 15px;}
.texthd{width:30%;}
.seltcity{width:70%;}

}


@media (max-width: 550px) {
  .row .col-xs-4 {
    clear: both;
    width: 100%;
  }
}




@media (max-width: 767px) {
  .row .col-xs-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  h2 + img {
    display: inline-block;
  }
  
  .serchgap{width:60%; margin-bottom: 15px;}
.butgap{width:30%; margin-bottom: 15px;}
.texthd{width:30%;}
.seltcity{width:70%;}
}
@media (max-width: 991px) {
  .row .col-sm-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .row .col-md-4 {
    margin-top: 30px;
  }
  
 .serchgap{width:70%; margin-bottom: 15px;}
.butgap{width:20%; margin-bottom: 15px;}
.texthd{width:30%;}
.seltcity{width:70%;}
}
@media (max-width: 991px) {
  .row .col-sm-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 350px)  {  
  
.serchgap{width:100%; margin-bottom: 15px; float: left; }
.butgap{width:100%; margin-bottom: 15px; float: left;}
.texthd{width:100%; float: left;}
.seltcity{width:100%; float: left;}

}
.searchBoxStyles {
width:100%; background-color:#fe8315;padding:10px 10px 10px 10px;border-radius:5px;color: black;font-size: large;
}

.loader_Background {
    background-color: black;
    width: 100%;
    height: 100%;
    color: black;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    opacity: 0.5;
    filter: alpha(opacity=40);
    text-align: center;
    position: fixed;
}