.box1,
.fa,
.fa-stack {
  display: inline-block;
}
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfontba72.eot?v=4.0.3);
  src: url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.0.3)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfontba72.woff?v=4.0.3) format("woff"),
    url(../fonts/fontawesome-webfontba72.ttf?v=4.0.3) format("truetype"),
    url(../fonts/fontawesome-webfontba72.svg?v=4.0.3#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.box1 {
  width: 15%;
  padding: 5px 0.5em;
  background: rgba(238, 238, 238, 0.26);
  margin: 0.5em 1% 0.5em 0;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}
.fa-fw,
.fa-li {
  text-align: center;
}
.fontawesome-icon-list a i {
  margin-right: 10px;
  font-size: 25px;
  color: #757575;
}
.margin-top {
  margin-top: 20px;
}
.fa {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}


.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
    width: 50%;
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-asc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-desc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
body{

}
a{
	text-decoration: none !important;
}
li{
	list-style: none;

}
ul{
	padding-left: 0;
}
.full-container{
	max-width: 1900px;
	margin: 0 auto;
}
#abc{
    width: 100%;
}

#socialShare {
  width: 100%;
  /*margin-top: 15px;*/
  text-align: right;
  position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
}

#socialShare a,
#socialShare > .socialBox {
  position: relative;
  display: inline-flex;
    align-items: center;
    justify-content: center;
  color: #fff;
  font-size: 20px;
  padding: 5px;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  
}

#socialShare  a {
  background-color: rgba(0, 0, 0, 0.2);
}

#socialShare > * > span {
  background-color: #3ed400;
  /*box-shadow: 0 0 0 3px rgba(189, 114, 1, 0.5);*/
  border: 2px solid #fff;
  display: inline-flex;
    align-items: center;
    justify-content: center;
  color: #fff;
  font-size: 26px;
  padding: 18px;
  width:50px;
  height: 50px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
#socialShare > * > span:hover,
#socialShare > .open > span {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#socialGallery {
  left: 50%;
  margin: 0 auto 0;
  position: absolute;
  bottom: 60px;
  transform: translate(-50%, 0);
  visibility: hidden;
 /* width: 400px;*/
}

#socialGallery a {
  visibility: hidden;
  opacity: 0;
  margin: 5px 2px;
  background-color: #3ed400;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  position: relative;
  top: 10px;
}

#socialGallery a > span {
  position: relative;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.socialToolBox {
  cursor: default;
}

.pointer {
  cursor: pointer
}

.facebook:hover {
  background: #3b5998 !important
}

.google:hover {
  background: #dd4b39 !important
}
.scrollup {
    position: fixed;
    display: none;
    background: #ea741d;
    color: #fff;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 1;
    font-size: 20px;
    border-radius: 50%;
    right: 12px;
    bottom: 30px;
    cursor: pointer;
    transition: background .5s;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    z-index: 99
}
.scrollup i {
    padding-top: 8px;
    color: #fff;
    font-size: 30px
}
.scrollup:hover {
    background-color:#087a9e;
    color: #fff;
}


.whatsapp {
    position: fixed;
    background: rgb(77 194 71);
    color: #fff;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 1;
    font-size: 40px;
    border-radius: 50%;
    /* right: 12px; */
    left: 10px;
    bottom: 20px;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    z-index: 99;
}
.whatsapp i {
    padding-top: 15px;
    color: #fff;
    font-size: 30px
}
.call {
    position: fixed;
    background: #2787ee;
    color: #fff;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 1;
    font-size: 43px;
    border-radius: 50%;
    left: 10px;
    
    bottom: 80px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    z-index: 99
}
.call i {
    padding-top: 8px;
    color: #fff;
    font-size: 30px
}

#header .top-bar {
    z-index: 9999;
    background-color: rgb(70, 124, 240);
    color: #fff;
    padding: 6px;
}

#header .top-bar .contact-social-icon {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
#header .top-bar .top-contact  {
    text-align: center;
    
}
#header .top-bar .top-social-icon {
    text-align: right;
}
#header .top-bar .top-contact a {
    color: #fff;
}
#header .top-bar .top-contact a i {
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}
#header .top-bar .top-social-icon a{
    color: #fff;
}
#header .top-bar .top-social-icon a i {
    padding-left: 5px;
    padding-right: 5px;
}

#header {
    transition: all .5s;
    z-index: 997;
    border-bottom: 1px solid #ccc;
}
#header.header-scrolled {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(127, 137, 161, .8)
}
.header-nav {
    background-color: #fff;
}
.header-nav .navbar-expand-lg{
    padding-left: 0;
    padding-right: 0;
}
.header-nav .navbar .navbar-brand img{
	width: 159px;
}
.navbar .collapse .navbar-nav .login {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .collapse .navbar-nav .nav-item .nav-link{
	font-weight: 600;
	position: relative;
    padding: 8px 25px;
}
.navbar .collapse .navbar-nav .nav-item.active> .nav-link{
	color: rgb(70, 124, 240);
}
nav .navbar-nav .nav-item {
  display: inline-block;
}
nav .navbar-nav .nav-item .nav-link {
  display: inline-block; 
}
nav .navbar-nav .nav-item .nav-link,
nav .navbar-nav .nav-item .nav-link::after,
nav .navbar-nav .nav-item .nav-link::before {
  transition: all .5s;
}
nav .navbar-nav .nav-item .nav-link:hover {
     color: rgb(70, 124, 240);
}
nav .navbar-nav .nav-item .nav-link::after,.navbar-nav .nav-item.active>.nav-link::after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #f99449;
  height: 1px;
}
nav .navbar-nav .nav-item .nav-link:hover::after, nav .navbar-nav .nav-item.active::after{
  width: 100%;
}
.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .active .nav-link::after{
    width:75%;
    background-color: black !important;
}
.dropdown-toggle::after{
    border-top: 0;
}
.navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
    border-top: 3px solid #f99449;
    transition: all .5s;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 43px;
    transition: all .5s;
}
.navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu{
    display: block;
   
}
nav .navbar-nav .dropdown-toggle .nav-link:hover::after, nav .navbar-nav .dropdown-toggle.active::after{
      width: 100%;
}
#header .navbar-light button.book-ride{
    background-color: black;
    border-radius: 24px;
    padding: 4px 20px;
    font-weight: 600;
    border: 4px solid black;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
}
#header .navbar-light button.book-ride:hover{
    border: 4px double #f99449;
       color: rgb(70, 124, 240);
    background-color: initial;
}
#header .modal-backdrop{
    z-index: 0;
}
#header .modal-dialog{
    margin: 150px auto 0;
}
#header .modal-header .close{
    opacity: 1;
    padding: 6px 10px;
    margin: 0;
    background-color: black;
    color: #fff;
    border: 1px solid #f99449;
    -webkit-transition: .5s;
    transition: .5s;
}
#header .modal-header .close:hover{
    border: 1px solid #f99449;
       color: rgb(70, 124, 240);
    background-color: initial;
}
#header .modal-header{
    align-items: center;
}
#header .book-taxi-form {   
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding:15px;
    border: 1px solid #fafafa
}
#header .booking-form .book-taxi-form  h3 {
    margin: 0 -15px 12px;
    padding: 0px 0 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;    
       color: rgb(70, 124, 240);
    text-align: center;
     border-bottom: 1px solid #f99449;
}
#header .booking-form .book-taxi-form  .btn{
    background-color: black;
    color: #fff;
    border-radius: 0;
    border-top: 3px solid #f99449;  
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    outline: none;
    box-shadow: none;
}
#header .book-taxi.booking-form {
    position: relative;
    top: 13%;
    left: 0px;
    right: 0;
    bottom: 13%;
}
#header .booking-form .book-taxi-form .form-group {
    margin-bottom: 10px;
}
.booking-form .book-taxi-form .form-group > label {
    color: #222;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0px;
}
#header .booking-form .book-taxi-form .form-group input,
#header .booking-form .book-taxi-form .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d1d1d1;
    height: 35px;
    font-size: 14px;
    padding: 6px 10px;
}
#header .booking-form .book-taxi-form .form-group select.form-control{
    height: 35px;
}
#header .booking-form .book-taxi-form .input-group,
#header .booking-form .book-taxi-form .datepicker {
    width: initial;
    position: relative;
}
.modal-backdrop{
    z-index: 0;
}
.section-type-banner {
    background-image: url(../img/sightseeing-places-img-.jpg); 
    background-position: top;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.section-type-banner .bg-cover-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}
.section-type-banner .content .custom-slide {
    text-align: left;
  }
.section-type-banner  .banner-details {
    position: relative;
    bottom: -100px;
}
.section-type-banner .content-overlay {
    position: absolute;
    top: 110px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.section-type-banner .content-overlay .title{
    width: 280px;
}
.section-type-banner .content-overlay .title h1 {
    font-size: 50px;
    color: #000000;
    text-shadow: 2px 2px #fff;
     margin: 0;
}
.hero-tagline.tagline {
    font-size: 20px;
    color: #332001;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
}
.read-more .read-btn {
    background-color: black;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
}
.read-more {
    margin-top: 20px;
}
.about-heading {
    margin: 80px 0 25px;
}
.section-about .about-details strong{
       color: rgb(70, 124, 240);
} 
.section-about-left-aligned:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    color: inherit;
    background: currentColor;
    width: 100%;
}
.about-background-img, .about-background-img-bottom{
	position: relative;
}
/* .about-background-img:after{
	position: absolute;
	content: " ";
	background-image: url(../img/cultural-top.png);
	top: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
} */
.about-background-img-bottom:before{
	position: absolute;
	content: " ";
	background-image: url(../img/cultural-buttom.html);
	bottom: -100px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
}


.section-Pickup-left-aligned:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    color: inherit;
    background: currentColor;
}
.Pickup-background-img, .Pickup-background-img-bottom{
    position: relative;
}
/* .Pickup-background-img:after{
    position: absolute;
    content: " ";
    background-image: url(../img/cultural-top.png);
    top: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
} */
.Pickup-background-img-bottom:before{
    position: absolute;
    content: " ";
    background-image: url(../img/cultural-buttom.html);
    bottom: -80px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
}
.section-Pickup .about-img{
    background-color: #fff;
    box-shadow: 10px 15px 20px 10px #bbbbbb61;
    margin: 0px 4px 24px 0px;
}
.section-Pickup .about-img h3 {
       color: rgb(70, 124, 240);
    line-height: 1.4;
    font-weight: 600;
    font-size: 20px;
}
.section-Pickup .border-radius {
    border-radius: 10px;
    padding: 11px;
}
.section-Pickup .border-radius img {
    border-radius: 14px;
}
.section-Pickup .about-img .item-content {
    padding: 10px;
}
.section-Pickup .about-img .read-more2 .read-btn2{
    background-color: black;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 8px;
}
.section-Pickup .about-img .read-more2 {
    text-align: right;
}
.section-Pickup .image-gradient-overlay {
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,#f99449 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#0a0a0a 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#f9aa2e 100%);
    background-repeat: repeat-x;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 44px;
}

.section-Places-left-aligned:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    color: inherit;
    background: currentColor;
    width: 100%;
}
.Places-background-img, .Places-background-img-bottom{
	position: relative;
}
/* .Places-background-img:after{
	position: absolute;
	content: " ";
	background-image: url(../img/cultural-top.png);
	top: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
} */
.Places-background-img-bottom:before{
	position: absolute;
	content: " ";
	background-image: url(../img/cultural-buttom.html);
	bottom: -70px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
}
.section-Places .about-img{
	position: relative;
	background-color: #fff;
    box-shadow: 10px 15px 20px 10px #bbbbbb61;
    margin: 0px 4px 24px 0px;
}
.section-Places .about-img h3 {
    color: rgb(70, 124, 240);
    line-height: 1.4;
    font-weight: 600;
    font-size: 20px;
}
.section-Places .border-radius {
    border-radius: 10px;
    padding: 11px;
}
.section-Places .border-radius img {
    border-radius: 14px;
}
.section-Places .about-img .item-content {
    padding: 10px;
}

.catgoryslider .owl-nav {
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.catgoryslider .owl-nav span {
    width: 30px;
    background: #f99449;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 40px;
    line-height: 0px;
    padding-bottom: 5px;
    color: #fff;
}
.section-Places .read-more2 .read-btn2{
    background-color: rgb(70, 124, 240);
	padding: 5px 10px;
	color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
}
.section-Places .read-more2 {
 
    text-align: right;
}
.section-Places .image-gradient-overlay {
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,#f99449 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#0a0a0a 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#f9aa2e 100%);
    background-repeat: repeat-x;
    width: 100%;
    height: 52%;
    position: absolute;
    top: 32px;
}

.owl-dot{
    color: rgb(70, 124, 240);
}
.section-Places .owl-carousel button.owl-dot {
    background: initial;
       color: rgb(70, 124, 240);
    border: 2px solid #f99449;
    padding: 4px !important;
    margin: 5px;
    border-radius: 50px;
     outline: none;
}
.section-Places .owl-carousel button.owl-dot.active{
    background: #f99449;
       color: rgb(70, 124, 240);
    border: 2px solid #f99449;
    padding: 4px !important;
    margin: 5px;
    border-radius: 50px;
}
.section-Places .owl-dots {
    text-align: center;
}
.section-services-left-aligned:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    color: inherit;
    background: currentColor;
    width: 100%;
}
.services-background-img, .services-background-img-bottom{
	position: relative;
}
/* .services-background-img:after{
	position: absolute;
	content: " ";
	background-image: url(../img/cultural-top.png);
	top: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
} */
.services-background-img-bottom:before{
	position: absolute;
	content: " ";
	background-image: url(../img/cultural-buttom.html);
	bottom: -60px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
}
.section-services .about-img{
	position: relative;
	background-color: #fff;
    box-shadow: 10px 15px 20px 10px #bbbbbb61;
    margin: 0px 4px 24px 0px;
}
.section-services .about-img h3 {
    color: rgb(70, 124, 240);
    line-height: 1.4;
    font-weight: 600;
    font-size: 20px;
}
.section-services .border-radius {
    border-radius: 10px;
    padding: 11px;
}
.section-services .border-radius img {
    border-radius: 14px;
}
.section-services .about-img .item-content {
    padding: 10px;
}
.catgoryslider .owl-nav {
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.catgoryslider .owl-nav span {
    width: 30px;
    background-color: black !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 40px;
    line-height: 0px;
    padding-bottom: 5px;
    color: #fff;
}
.section-services .read-more2 .read-btn2{
    background-color: black;
	padding: 5px 10px;
	color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 8px;
}
.section-services .read-more2 {
    text-align: right;
}

.section-services .image-gradient-overlay {
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,#f99449 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#0a0a0a 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#f9aa2e 100%);
    background-repeat: repeat-x;
    width: 100%;
    height: 49%;
    position: absolute;
    top: 44px;
}
.section-services .owl-carousel button.owl-dot {
    background: initial;
       color: rgb(70, 124, 240);
    border: 2px solid #f99449;
    padding: 4px !important;
    margin: 5px;
    border-radius: 50px;
     outline: none;
}
.section-services .owl-carousel button.owl-dot.active{
    background: #f99449;
       color: rgb(70, 124, 240);
    border: 2px solid #f99449;
    padding: 4px !important;
    margin: 5px;
    border-radius: 50px;
}
.section-services .owl-dots {
    text-align: center;
}
.section-rajasthan-left-aligned:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    color: inherit;
    background: currentColor;
    width: 100%;
}
.rajasthan-background-img, .rajasthan-background-img-bottom{
	position: relative;
}
/* .rajasthan-background-img:after{
	position: absolute;
	content: " ";
	background-image: url(../img/cultural-top.png);
	top: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
} */
.rajasthan-background-img-bottom:before{
	position: absolute;
	content: " ";
	background-image: url(../img/cultural-buttom.html);
	bottom: -60px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
}
.section-rajasthan .about-img{
	position: relative;
	background-color: #fff;
    box-shadow: 10px 15px 20px 10px #bbbbbb61;
    margin: 0px 4px 24px 0px;
}
.section-rajasthan .border-radius {
    border-radius: 10px;
    padding: 11px;
}
.section-rajasthan .border-radius img {
    border-radius: 14px;
}
.section-rajasthan .about-img h3 {
    color: rgb(70, 124, 240);
    font-weight: 600;
    font-size: 20px;
}
.section-rajasthan .owl-carousel button.owl-dot {
    background: initial;
       color: rgb(70, 124, 240);
    border: 2px solid #f99449;
    padding: 4px !important;
    margin: 5px;
    border-radius: 50px;
     outline: none;
}
.section-rajasthan .owl-carousel button.owl-dot.active{
    background: #f99449;
       color: rgb(70, 124, 240);
    border: 2px solid #f99449;
    padding: 4px !important;
    margin: 5px;
    border-radius: 50px;
}
.section-rajasthan .owl-dots {
    text-align: center;
}
.section-rajasthan .about-img .item-content {
    padding: 10px;
}
.catgoryslider .owl-nav {
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.catgoryslider .owl-nav span {
    width: 30px;
    background: #f99449;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 40px;
    line-height: 0px;
    padding-bottom: 5px;
    color: #fff;
}
.section-rajasthan  .read-more2 .read-btn2{
    background-color: black;
	padding: 5px 10px;
	color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 8px;
}
.section-rajasthan  .read-more2 {
    
    text-align: right;
}
.section-rajasthan .image-gradient-overlay {
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,#f99449 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#0a0a0a 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#f9aa2e 100%);
    background-repeat: repeat-x;
    width: 100%;
    height: 52%;
    position: absolute;
    top: 32px;
}
.section-choose-left-aligned:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    color: inherit;
    background: currentColor;
    width: 100%;
}
.choose-background-img, .choose-background-img-bottom{
	position: relative;
}
/* .choose-background-img:after{
	position: absolute;
	content: " ";
	background-image: url(../img/cultural-top.png);
	top: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
} */
.choose-background-img-bottom:before{
	position: absolute;
	content: " ";
	background-image: url(../img/cultural-buttom.html);
	bottom: -130px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
}
.section-choose .about-img{
	position: relative;
	background-color: #fff;
    box-shadow: 10px 15px 20px 10px #e7b15c;
    margin: 30px 40px 50px 0px;
}
.section-choose .about-img h3 {
    position: absolute;
    bottom: 125px;
    color: #fff;
    line-height: 1.4;
    font-weight: 600;
    margin: 0 0 0 15px;
}
.section-choose .about-img .item-content {
    display: flex;
    align-items: center;
    padding: 15px;
}
.catgoryslider .owl-nav {
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.catgoryslider .owl-nav span {
    width: 30px;
    background: #f99449;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 40px;
    line-height: 0px;
    padding-bottom: 5px;
    color: #fff;
}
section.section-choose {
    margin: 0 0 12px 0;
}
.section-header {
  padding-bottom: 55px;
}
.section-header h2 {
  margin-bottom: 30px;
}
.section-header h2 span {
  font-weight: 300;
}
.section-header p {
  font-size: 17px;
}
.icon_box {
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 40px;
    line-height: 90px;
    border-radius: 50%;
    border: 2px solid black;
    margin: 0 auto 10px;
}
.icon_box i {
       color: rgb(70, 124, 240);
}
.about_info {
    text-align: center;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 10px 15px 20px 10px #bbbbbb61;
    padding: 20px 15px;
}
.testimonails blockquote{
	font-size:15px;
	font-style:italic;
	margin-bottom:0;
}
.client-details{
	font-size:12px;
	margin:8px 0;
}
.client-details strong{
	display:block;
	font-size:14px;
}
.client-details span{
	color:#7f7f7f;
	font-style:italic;	
}
.client-details span.white{
	color:#ffffff;
}
.client-details .client-image{
	text-align: center;
}
.client-details .client-image img {
    border-radius: 50%;
    max-width: 80px;
    margin: 0 auto;
}
.desc-border blockquote,
.quote blockquote,
.no-border blockquote{
	border-left:0;
}
.no-border blockquote{
	padding: 0px;
}
.desc-border{
    border: 1px solid black;
	border-radius:5px;
	margin-bottom:15px;
}
.desc-border .star-rating{
	padding:5px 0 12px 0;
}
.inline strong,
.inline span,
.inline div,
.inline p{
	display:inline-block;
}
.item{
	position:relative;
}
.testimonails .item > p{
	padding:0 15px;
}
/* Add arrow at bottom of section */
.bottom-arrow{
	position:relative;
}
.bottom-arrow:before{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f99449 transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.bottom-arrow:before,
.bottom-arrow:after{
	left: 0;
    margin: 0 auto;
    right: 0;
}
.bottom-arrow:after{	
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: black transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.bottom-arrow.light:after{	
    border-color: #f99449 transparent transparent;
}
.quote{
	padding:56px 15px;
}
.desc-border.quote blockquote{
	margin: 0;
    padding: 0 0 0 38px;
}
.quote blockquote{
	margin: 0;
    padding: 0 0 0 38px;
}
.quote blockquote:before{
	content: open-quote;
    font-size: 50px;
    font-weight: bold;
    left: 20px;
    line-height: 1;
    position: absolute;
    top: 0px;
       color: rgb(70, 124, 240);
}
.quote blockquote:after {
    content: close-quote;
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    line-height: 0;
    margin: 0 0 5px;
    vertical-align: bottom;
       color: rgb(70, 124, 240);
}
.section-Testimonials-left-aligned:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    color: inherit;
    background: currentColor;
    width: 100%;
}
.Testimonials-background-img, .Testimonials-background-img-bottom{
	position: relative;
}
/* .Testimonials-background-img:after{
	position: absolute;
	content: " ";
	background-image: url(../img/cultural-top.png);
	top: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
} */

.Testimonials-background-img-bottom:before{
	position: absolute;
	content: " ";
	background-image: url(../img/cultural-buttom.html);
	bottom: -60px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
}
.section-Testimonials .about-img{
	position: relative;
	background-color: #fff;
    box-shadow: 10px 15px 20px 10px #e7b15c;
    margin: 30px 40px 50px 0px;
}
.section-Testimonials .about-img h3 {
    position: absolute;
    bottom: 125px;
    color: #fff;
    line-height: 1.4;
    font-weight: 600;
    margin: 0 0 0 15px;
}
.section-Testimonials .about-img .item-content {
    display: flex;
    align-items: center;
    padding: 15px;
}
.Testimonials .owl-nav {
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.Testimonials .owl-nav span {
    width: 30px;
    background: #f99449;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 40px;
    line-height: 0px;
    padding-bottom: 5px;
    color: #fff;
}
.section-Testimonials .read-more2 .read-btn2{
	background-color: black;
	padding: 10px 20px;
	color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 8px;
}
.section-Testimonials .read-more2 {
    margin-top: -30px;
    text-align: center;
}

.section-Testimonials .owl-carousel button.owl-dot {
    background: initial;
       color: rgb(70, 124, 240);
    border: 2px solid black;
    padding: 4px !important;
    margin: 5px;
    border-radius: 50px;
    outline: none;
}
.section-Testimonials .owl-carousel button.owl-dot.active{
    background: rgb(70, 124, 240);
       color: rgb(70, 124, 240);
    border: 2px solid black;
    padding: 4px !important;
    margin: 5px;
    border-radius: 50px;
}
.section-Testimonials .owl-dots {
    text-align: center;
    color: rgb(70, 124, 240) !important;
}
.section-choose .extra-contant{
    padding: 15px;
    margin-top: 50px;
    border-radius: 14px;
    background-color: black;
    color: #fff;
}  
.section-choose .extra-contant strong{
    color: rgb(70, 124, 240);
}  
.contact{
  padding: 0px 0 50px;
  margin-top: 120px;
}
.contact .section-title {
    margin-bottom: 30px;
}
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}
.contact .info-box.email:last-child{
  margin-top: 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
     color: rgb(70, 124, 240);
  padding-top: 15px;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 20px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #f99449;
}
.contact .php-email-form input {
  padding: 10px 15px;
  margin-bottom: 20px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: black;
  border: 0;
  padding: 8px 28px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid black;
}
.contact .php-email-form button[type="submit"]:hover {
  background-color: initial;
     color: white;
  border: 2px solid black;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer{
    background-color: #6a6e70;
}
footer .footerlogov .footer-logo-bg {
 
    padding: 40px 10px 25px;
    border-radius: 10px;
}
footer .footerlogov .footer-logo-bg img{
    
    width: 150px;
}


.aa{
    height: 100px;
    margin-top: 20px;
   
}
.footercontent h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.linkslist li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}
.linkslist li a:hover, .address a:hover {
    opacity: 0.8;
}
.address, .footercontent p {
    color: #fff;
}
.address a {
    color: #fff;
}
.footercontent input.form-control {
    border-bottom: 1px solid #fff !important;
    border: 0pc;
    background: transparent;
    border-radius: 0px;
    color: #fff;
}
.footercontent input.form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.footercontent button.btn {
    background: #fff;
    color: #7383d5;
    border: 1px solid #fff;
    border-radius: 55px;
}
.footercontent button.btn:hover {
    background: transparent;
    color: #fff;
}
ul.sociallinks {
    display: block;
    text-align: center;
}
ul.sociallinks li {
    display: inline-block;
    margin: 0px 5px;
}
ul.sociallinks li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
ul.sociallinks li a:hover {
    background: #fff;
       color: rgb(70, 124, 240);
}
p.copyright {
    margin: 0px;
    color: #fff;
}
.footercontent .linkslist .btn-booking{
     color: #fff;
     padding: 5px 10px;
     border: 4px double;
     width: 130px;
}
.jaipur-airport-taxi-contant .airport-background-img, .jaipur-airport-taxi-contant  .airport-background-img-bottom{
    position: relative;
}
/* .jaipur-airport-taxi-contant .airport-background-img:after{
    position: absolute;
    content: " ";
    background-image: url(../img/cultural-top.png);
    top: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
} */
.jaipur-airport-taxi-contant .airport-background-img-bottom:before{
    position: absolute;
    content: " ";
    background-image: url(../img/cultural-buttom2.png);
    bottom: -120px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
}
section.jaipur-airport-taxi-contant {
    margin-bottom: 120px;
}
.padding-top {
    padding: 130px 0 0;
}
 .tour-description-section .main-heading{
    background-color: black;
    padding: 5px;
    color: #fff;
}
 .tour-description-section .main-heading h2{
    font-size: 30px;
}
 .tour-description-section .section-title h4{
    color:#bd7a11 ;
}
 .tour-description-section .content h4{
    color:#bd7a11 ;
}
 .tour-description-section .content h5{
       color: rgb(70, 124, 240);
}
 .tour-description-section .content strong{
       color: rgb(70, 124, 240);
}
 .tour-description-section .content a{
       color: rgb(70, 124, 240);
    text-decoration: underline !important;
}
 .tour-description-section .content li{
       color: rgb(70, 124, 240);
    list-style: circle;
}
.book-taxi-form {   
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding:15px;
    border: 1px solid #fafafa;
}
 .book-taxi-form  h3 {
    margin: 0 -15px 12px;
    padding: 0px 0 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;    
       color: rgb(70, 124, 240);
    text-align: center;
    border-bottom: 1px solid #f99449;
}
.book-taxi-form  .btn{
    background-color: black;
    color: #fff;
    border-radius: 0;
    border-top: 3px solid #f99449;  
    font-size: 14px;
    font-weight: 700;
    width: 100%;
}
.book-taxi.booking-form {
    top: 13%;
    left: 0px;
    right: 0;
    bottom: 13%;
}
 .book-taxi-form .form-group {
    margin-bottom: 10px;
}
 .book-taxi-form .form-group > label {
    color: #222;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.book-taxi-form .form-group input,
.book-taxi-form .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d1d1d1;    
    font-size: 14px;
    padding: 10px;
}
 .book-taxi-form .form-group select.form-control{
    height: 35px;
}
.book-taxi-form .input-group,
 .book-taxi-form .datepicker {
    width: initial;
    position: relative;
}
.aboutus-back-img {
    background-image: url(../img/photo-slide-6.html);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    background-position: center center;
}
.aboutus-back-img .heading{
    padding: 140px 0px;
    color: #fff;
    text-align: center;
}
.aboutus-back-img .dark-overlay{
    background-color: rgba(0, 0, 0, 0.6);
}
.aboutus-back-img .heading h2{
    font-size: 40px;
    margin-bottom: 10px;
}
.about-img img{
    width: 100%;

}
.pull-right .subtitle {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 30px;
    padding: 0;
}
.pull-right p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}
                                                                 /*--about us--*/
.about-us-img{
    max-width: 1300px;
    margin: 65px auto 0;
}
.jaipur-airport-taxi-banner {
    max-width: 1300px;
    margin:120px auto 0;
}

                                                            /*-------Sightseeing------*/
.tour-packag .section-rajasthan-left-aligned:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    color: inherit;
    background: currentColor;
    padding: 0 710px 0 0;
    margin: 0 -40px 0 10px
}
.tour-packag .rajasthan-background-img, .tour-packag .rajasthan-background-img-bottom{
    position: relative;
}
/* .tour-packag .rajasthan-background-img:after{
    position: absolute;
    content: " ";
    background-image: url(../img/cultural-top.png);
    top: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
} */
.tour-packag .rajasthan-background-img-bottom:before{
    position: absolute;
    content: " ";
    background-image: url(../img/cultural-buttom.html);
    bottom: -200px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    padding: 80px 0;
}
.tour-packag .about-img{
    position: relative;
    background-color: #fff;
    box-shadow: 10px 15px 20px 10px #e7b15c;
    margin: 30px 10px 50px 0px;
}
.tour-packag .about-img h3 {
    position: absolute;
    bottom: 120px;
    color: #fff;
    line-height: 1.4;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 15px 13px 10px;
    font-size: 20px;
}
.tour-packag .about-img .item-content {
    display: flex;
    align-items: center;
    padding: 15px;
}
.catgoryslider .owl-nav {
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.catgoryslider .owl-nav span {
    width: 30px;
    background: #f99449;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 40px;
    line-height: 0px;
    padding-bottom: 5px;
    color: #fff;
}
.tour-packag  .read-more2 .read-btn2{
    background-color: black;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 8px;
}
.tour-packag  .read-more2 {
    margin-top: -30px;
    text-align: center;
}
section.tour-packag {
    margin: 0 0 240px 0;
}
.tour-packag .image-gradient-overlay {
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,#f99449 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#0a0a0a 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#f9aa2e 100%);
    background-repeat: repeat-x;
    width: 100%;
    height: 54%;
    position: absolute;
    top: 44px;
}
h2.section-services-left-aligned {
    text-align: center;
}
h2.section-Testimonials-left-aligned {
    text-align: center;
}
h2.section-choose-left-aligned {
    text-align: center;
}
h2.section-about-left-aligned {
    text-align: center;
}
h2.section-Pickup-left-aligned {
    text-align: center;
}
h2.section-Places-left-aligned {
    text-align: center;
    
}
h2.section-rajasthan-left-aligned {
    text-align: center;
}
.contact-bottonv{
    background-color: black;
    color: #fff;
    border-radius: 0;
    border-top: 3px solid #f99449;
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
    border: navajowhite;
    width: 100%;
    outline: none;
    box-shadow: none;
}   