/* 
Theme Name: Rao Theme
Theme URI: http://www.digitalhive.in/ 
Author: The DigitalHive Team 
Author URI: http://www.digitalhive.in/ 
Description: Just another WordPress theme by Digitalhive for RAO TOURIST SERVICES PVT. LTD.  
Version: 1.0 
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('css/font/MyraidPro.css');
@import url('css/icon-custom.css');
body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:1.75em;
	color: #666666;
	overflow-x: hidden;
}
*, a, a:hover {
	color:inherit;
}
img {
	max-width:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'MyriadPro';
	font-weight: 600;
	color: #111;
}
h1 {
	font-size: 3.5rem;
	text-transform: uppercase;
}
h2 {
	text-transform: uppercase;
}
.hearder {
	width: 100%;
	display: block;
}
.main-menu {
	width: 100%;
	background: #fff;
	  transition: all .6s linear;
    -webket-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
}
.top-bar {
	color: #93a1a7;
	font-family: 'MyriadPro';
	width: inherit;
	display: block;
	letter-spacing: 1px;
}
.top-fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.top-bar .top-icons > span {
	padding: 10px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
}
.top-bar .top-icons > span a{
	text-decoration: none;
}
.top-bar .top-icons span:first-child {
	border-right: 1px solid rgba(148, 162, 168, 0.4);
}
.top-bar i.fa.fa-mobile.fa-2x.fa-fw {
	bottom: -4px;
	position: relative;
}
.main-menu .nav-item {
	font-size: 14px;
	text-transform: uppercase;
}
.main-menu .bg-light {
	background: #fff !important;
}
.dropdown-item{
	font-size: 13px;
	text-transform: capitalize;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f36935;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f36935;
}
.blue {
	background:#105eac;
	color: #fff;
}
.grey {
	background: #e5eef0;
}
.orange {
	background: #f36935;
	color: #fff;
}
.top-button {
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 25px;
	padding: 7px 20px;
	margin: 2px 20px;
}
.ho-about, .client, .services {
	padding-top: 42px;
	width: 100%;
}
.ho-about ul {
	list-style: none;
	padding-left: 60px;
}
.ho-about.trigle-bg ul {
    display: flex;
}
.ho-about ul li {
	position: relative;
	margin-bottom: 25px;
	padding: 0 0 15px 30px;
}
.ho-about h2, .client h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	font-size: 30px;
}
.ho-about h5 {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	color: #000;
}
.heading {
	margin: 20px 0 50px;
}
.trigle-bg {
	background: url(images/tringle-bg.png);
	background-repeat: no-repeat;
	padding-bottom: 99px;
	background-position: 90% bottom;
 background-size:;
}
.services h5,.client  h5  {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
}
.card-text {
	color: #111;
	text-transform: uppercase;
}
.ho-about.other h2 {
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
}
.footer {
	border-top: 1px solid #e5eef0;
	border-bottom: 1px solid #e5eef0;
	background-image:url(images/orange-tringle.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.footer .ftitle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.footer ul {
	padding-left: 0;
}
.footer .nav-link {
 padding: .5rem 0;
	text-transform: uppercase;
}
.footer p {
	margin: 0;
	line-height: 2.7em;
}
.bluet{
	position: absolute;
    z-index: 999;
    right: 0;
    bottom: 0;
}
.footer-bottom{
	position: relative;
	background: #fff;
}
.card,.card-img-top {
    border: none;
    border-radius: 0;
}
.card:hover{
	box-shadow: -4px -3px 20px 3px #ccdee2;
}
#floating-btn{ 
	    position: fixed;
	 bottom: 40px;
    right: 40px;
    z-index: 99999999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    background: #f36935;
    color: #FFF;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webket-transition: all 0.2s ease-out;
    opacity: 1;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	font-size: 22px;
}
#back-to-top {
    position: fixed;
    bottom: 90px;
    right: 40px;
    z-index: 9999999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    background: #f36935;
    color: #FFF;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webket-transition: all 0.2s ease-out;
    opacity: 0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	font-size: 22px;
	visibility: hidden;
}
#conatcat-form{
	    position: fixed;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webket-transition: all 0.5s ease-out;
    z-index: 9999909;
    top: 20%;
    background: #fff;
    padding: 15px;
    right: -150%;
    box-shadow: 9px 4px 7px #9e9e9e;
}
#conatcat-form.in {
	right: 0;
	  transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webket-transition: all 0.5s ease-out;
}
#back-to-top:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
#back-to-top.show {
    opacity: 1;

        visibility: visible;
}
.slider .carousel-indicators li{
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.5);
}
.slider .carousel-indicators .active {
    border: 3px solid #fff;
}

section.page-banner {
    position: relative;
    text-align: center;
    background: rgba(0,0,0,.2);
    color: #fff;
    padding: 100px 0;
}
section.page-banner h2{
	color: #fff;
}
.banner-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:0  77px ;
}
#breadcrumbs{
	padding: 0;
	font-size: 12px;
}
.bread-current {
    text-transform: capitalize;
}
.body-content table {
    width: 100%;
}
.body-content tr td,.body-content tr th{
	padding: 10px;
}
.body-content tr:nth-child(odd){
	background:  #ccc;
}
.body-content ul li{
	list-style: none;
	position: relative;
}
.body-content ul li:before {
    content: "\f192";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -21px;
    color: #f36935;
    line-height: 24px;
}
.carousel-item img.d-block.img-fluid {
    width: 100%;
}
.contact ul { 
	display: flex;
	justify-content: center;
    flex-flow: column wrap;
    align-content: center;
    flex-direction: row;
}
.contact ul li{ 
	padding: 15PX;
	    width: 30%;
}
.contact ul li:before{
	content: '';
}
.footer-des{
	overflow: hidden;
}
img.fborder {
    width: 100%;
}

.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slide img{
  border: 1px solid #e6e5e5;
}
@media only screen and (max-width: 767px) {
.main-menu .nav-item, #navbarNav {
    width: 100%;
    text-align: center;
}
#navbarNav .btn.blue.top-button{
	margin: 20px auto;
}
	.sm-div-pad-tb{
		    padding: 30px 15px;
	}
	.footer{
		    text-align: center;
	}
.top-ic-tx{
	display: none;
}
.banner-image {
     background-size: cover;
}
.bluet {
    width: 100px;
	}

.footer-des	.fborder{
    max-width: max-content;
    left: -415px;
    position: relative;
}
.contact ul li{ 
    width: 100%;
}
}