body{
    color:#e03f44;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
    margin:0;
    padding:0;
    font-family:'Roboto',sans-serif;
}

h1,h2,h3,h4,h5,h6{
    margin:0px 0px 10px 0px;
    padding:0;
    font-family:'Roboto',sans-serif;
    font-size: 25px;
    text-align: left;
}
ul,ol,li,dl,dt,dd{
    margin:0;
    padding:0;
    font-family:'Roboto',sans-serif
}
.logo{
	display:inline-block;
	float:left;	
}
.mb30{
    margin-bottom: 30px;
}
.homepage{
    background: url(../images/bg_banner.jpg);
}
.gallery-imag{
    margin-bottom: 30px;
    position: relative;
    padding: 9px;
    background: #ccc;
}
.gallery-imag img{
    display: block;
    width: 100%;
    height: auto;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e03f44;
    background-color:rgba(224,63,68,0.5);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
.gallery-imag:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
.icon_i{
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.icon_i i{
    font-size: 30px;
}
.logo img{
	width:275px;	
	padding: 0px 4px 0px 12px;
	margin-right: 12px;
}
.logo a{
	color:#000 !important;	
	font-family:'Roboto',sans-serif;
	font-weight: 300;
	font-size: 30px;
	display: block;
}
.logo a:hover{
	color:#333 !important;
	text-decoration:none;
	outline:none;	
}
.logo a:focus{
	color:#333 !important;
	text-decoration:none;
	outline:none;	
}
.navigation_main {
    background: #e21469;
    padding: 3px 0px;
}
.fixed{
	background-color:#e21469 !important;
	position:fixed;
	z-index: 999999;
	width: 100%;
	top:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: sticky;
}
.navigation_main .navbar-default{
	background:#e21469;
	border:none;
	margin:0px;
}
.navigation_main .navbar-default .navbar-nav>li>a {
    color: #000;
    display: block;
    transition: all 0.3s ease-out;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    padding: 12px 17px;
    margin: 20px 0px;
}
.navigation_main .navbar-default .navbar-nav>li>a:hover{
	color:#2d2926;
	text-decoration:none;
	outline:none;
	background:#e21469;
}
.navigation_main .navbar-default .navbar-right{
	margin-top:0px;	
}
.navigation_main .navbar-default .navbar-nav>li>a:focus{
	color:#e94b3c;
	text-decoration:none;
	outline:none
}
.fixed .navbar-default .navbar-nav > li > a {
    color: #000;
    display: block;
    transition: all 0.3s ease-out;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    padding: 12px 17px;
    margin: 20px 0px;
}
.fixed .navbar-default .navbar-nav{
	margin:0px;	
}
.fixed .logo-nav {
    width: 30%;
    display: block;
    padding: 2px 0px 0px 0px;
}
.fixed .logo-nav img{
	width:100%;	
}
.carousel-indicators {
    margin: 0px auto;
    z-index: 999999;
    display: block;
	width: 18%;
	left: 40% !important;
}
/*.carousel-indicators .active{
	background: #e21469 !important;
}*/
.carousel-indicators li{
	border: 1px solid #e21469;
}
.our-services{
    background: #e21469;
}
#fixed-social {
    position: fixed;
    top: 50%;
    left: 0px;
    width: 4%;
    z-index: 999999;
}
#fixed-social img {
    width: 100%;
}
#fixed-social1 {
    position: fixed;
    top: 16%;
    right: 0px;
    width: 4%;
    z-index: 999999;
}
#fixed-social1 ul{
    list-style: none;
}
#fixed-social1 a{
    text-decoration: none;
}
#fixed-social1 i{
    color: #fff !important;
    font-size: 35px;
    display: block;
    padding: 5px 5px;
}
.blog{
    background: #fc4f08;
}
.fb{
    background: #3b5998;
}
.google_plus{
    background: #dd4b39;
}
.stumbleupon{
    background: #eb4924;
}
.pinterest{
    background: #bd081c;
}
.tumblr{
    background: #24465d;
}
.twitter{
    background: #08a0e9;
}
.vk{
    background: #4d76a1;
}
.myspace{
    background: #003399;
}
.dribbble{
    background: #ea4c89;
}
.ptb50{
    padding: 50px 0px;
}
.service_top{
    background: url(../images/service_banner.jpg) no-repeat;
        background-attachment: scroll;
        background-size: auto;
    background-attachment: fixed;
    background-size: cover;
    min-height: 300px;
    padding-bottom: 100px;
}
.bg_video_main{
	position:relative;
	width:100%;
    background: rgba(0, 0, 0, 0.7);
    height: 560px;
}

.blog_banner{
    background: url(../images/blog_banner.jpg) no-repeat;
        background-attachment: scroll;
        background-size: auto;
    background-attachment: fixed;
    background-size: cover;
    min-height: 300px;
    padding-bottom: 100px;
}
.gallery_top{
    background: url(../images/gallery_escorts.jpg) no-repeat;
        background-attachment: scroll;
        background-size: auto;
    background-attachment: fixed;
    background-size: cover;
    min-height: 300px;
    padding-bottom: 100px;
}
.ParallaxVideo {
    position: absolute;
    z-index: -1;
    inset: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}
.ParallaxVideo video{
    width: 100%;
}
.cheap_top{
    background: url(../images/cheap_rate.jpg) no-repeat;
        background-attachment: scroll;
        background-size: auto;
    background-attachment: fixed;
    background-size: cover;
    min-height: 300px;
    padding-bottom: 100px;
}
.about_top{
    background: url(../images/about_us_banner.jpg) no-repeat;
        background-attachment: scroll;
        background-size: auto;
    background-attachment: fixed;
    background-size: cover;
    min-height: 300px;
    padding-bottom: 100px;
}
.top_bg{
    background: url(../images/about_us_banner.jpg) no-repeat;
        background-attachment: scroll;
        background-size: auto;
    background-attachment: fixed;
    background-size: cover;
    min-height: 300px;
    padding-bottom: 100px;
}
.banner-content h2 {
	color: #FFF;
	text-align: center;
	font-size: 55px;
	line-height: 68px;
	text-transform: uppercase;
	margin-top:40px ;
	font-family:'Roboto',sans-serif;
	font-weight: bold;
}
.top-height{
	height:83px;	
}
.banner-content {
	padding:90px 0px;	
}
.banner-content p{
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: 15px 0px;
}
.banner-content a{
    background: #e21469;
    width: 150px;
    height: 42px;
    line-height: 42px;
    display: block;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
}
.banner-content a:hover,.banner-content a:focus{
	text-decoration:none;
	outline:none;	
}
.subtitle{
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 7px 0px;
}
strong{
	color: #fff;
}
.about-left{
	padding:85px 10% 0px 10%;	
}
.about-left h1{
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-family:'Roboto',sans-serif;
	font-size:46px;
	color:#fff;	
	text-align:center;
}
.about-left hr{
	width:10%;
	border-bottom:2px solid #ccc;		
}
.about-left p {
    margin: 0px;
    padding: 0px 0px 25px 0px;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
}
.about-right {
	width:100%;	
}
.about-right img{
	width:100%;	
}
.top-heading{
	text-align:center;	
}
.top-heading h1{
	font-weight:bold;
	margin:0px;
	padding:0px 0px 22px 0px;
	font-family:'Roboto',sans-serif;
	font-size:46px;
    color:#fff;	
    text-align: center;
}
.top-heading hr{
	width:10%;
	border-bottom:2px solid #ccc;
	margin:0px auto;		
}
blockquote .small::before, blockquote footer::before, blockquote small::before {
	display:none !important;
}

.footer_bottom{
	background:#161616;
	padding: 30px 0px;	
}
.footer_right p{
	color:#fff;
	font-family:'Roboto',sans-serif;
	padding: 0px;
	margin:0px;
}
.footer_right a{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.footer_right a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.footer_right a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.ft-right{
	text-align:right;	
}
blockquote {
    border-left-color: transparent !important;
}
.textemonial blockquote p {
    font-family:'Roboto',sans-serif;
    color: #000;
}
.textemonial blockquote small {
    color: #e21469;
    font-style: italic;
    font-family:'Roboto',sans-serif;
}
.textemonial {
    margin: 0px 0px 0px 0px;
    display: block;
    padding: 0px 0px 0px 0px;
}
#service .owl-next, #service .owl-prev {
    background-color: transparent !important;
    border: 2px solid #e21469;
    color: #343791;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100%;
    padding: 5px;
    height: 13px;
}
.clients_main{
	margin-top:30px;	
}
#service .owl-next:hover, #service .owl-prev:hover {
    background-color: #e21469 !important;
    border: 2px solid #e21469;
    color: #fff;
}
.service_block img{
	width:100%;	
}
#service .owl-controls {
    text-align: center;
    margin-bottom: 0px;
    padding: 8px 10px 8px 0px;
    position: absolute;
    bottom: -65px;
    width: 100%;
}
.banner_slider{
	width: 100%;
}
.banner_slider img{
	width: 100%;
}
/*testemonial*/
.banner_home{
    width: 100%;
}
.banner_home img{
    width: 100%;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.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;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 60px;
    display:none;
	background: #e21469;
	padding: 10px 10px 10px 10px;
	color: #fff;
}
.back-to-top:hover{
	color:#fff;	
}
.back-to-top:focus{
	color:#fff;
	text-decoration:none;
	outline:none;	
}
.about_txt {
    padding: 0px;
}
.about_txt p {
    color: #151515;
    text-align: justify;
    line-height: 25px;
    font-size: 15px;
}
.about_txt span,.about_txt strong,.about_txt a,.about_txt a:hover,.about_txt a:focus{
    color: #e21469;
    outline: none;
    text-decoration: none;
}
.e_pro_main{
    background: #e21469;
    width: 100%;
    float: left;
    padding: 12px;
}
.pro_img{
    width: 49%;
    float: left;
}
.pro_img img{
    width: 100%;
}
.pro_txt{
    width: 50%;
    float: left;
}
.pt30{
    padding-top:30px;
}
.pro_txt h4 {
    color: #fff;
    text-align: left;
    margin-left: 46px;
}
.pro_txt ul{
    margin: 0px 0px 0px 38px;
    list-style: none;
}
.pro_txt li{
    color: #fff;
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
}
.pro_txt p{
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding-left: 10px;
}
.service_link{
    width: 100%;
}
.service_link ul{
    list-style: none;
}
.service_link li{
    display: inline-block;
    margin-right: 8px;
}
.service_link a{
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 18px;
    display: block;
    margin: 0px 0px 8px 0px;
    text-transform: capitalize;
    font-weight: bold;
}
.service_link a:hover,.service_link a:focus{
    text-decoration: none;
    outline: none;
    color: #fff;
}
.copyright p {
    color: #777;
    margin: 0;
    font-size: 14px;
    text-align: center;
}
.copyright a {
    color: #e21469;
    text-transform: capitalize;
}
.copyright a:hover, .copyright a:focus {
    color: #e21469;
    text-decoration: none;
    outline: none;
}
.contact_details {
    background: #c3073f;
    padding: 40px 80px;
    font-family: 'Work Sans', sans-serif;
    width: 100%;
    border-top: 5px solid #1a1a1d;
    border-bottom: 5px solid #1a1a1d;
}
.contact_details .left_contat {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
.contact_details .left_contat h3 {
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
}
.contact_details .left_contat p {
    color: #ccc;
    font-size: 18px;
    text-transform: capitalize;
}
.contact_details .contact_right {
    width: 29%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.contact_details .contact_right a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    display: block;
    background: #c3073f;
    border: 3px solid #950740;
    margin: 0px auto;
    width: 222px;
    height: 70px;
    line-height: 68px;
    border-radius: 0px;
    transition: all .3s ease-in;
}
.contact_details .contact_right a:hover, .contact_details .contact_right a:focus {
    border-radius: 4px;
    transition: all .3s ease-out;
    background: #950740;
    text-decoration: none;
}
.dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}
.dropdown .btn{
	width: 100%;
	background: #fff;
	color: #c3073f;
	font-size: 19px;
	text-transform: capitalize;
	border-radius: 0px;
}
.dropdown .dropdown-menu{
	background: #fff;
	color: #580000;
	margin: 0px;
	border-radius: 0px;
	width: 100%;
}
.dropdown .dropdown-menu a{
    background: #e21469;
    color: #fff;
    width: 100%;
    display: block;
    line-height: 39px;
    padding: 0px 7px;
    border-bottom: 1px dashed;
    margin: 0px 0px;
    text-transform: capitalize;
    font-size: 16px;
    transition: all .3s ease-in;
}
.dropdown .dropdown-menu a:hover,.dropdown .dropdown-menu a:focus{
	background: #ccc;
	color: #fff;
	transition: all .3s ease-out;
	text-decoration: none;
	outline: none;
}
.box h2{
    color: #fff;
}
.white{
    background: #fff;
}
.pink{
    background: #c3073f;
    padding: 40px;
}
.mt30{
    margin-top: 30px;
}
.pa40{
    padding: 40px;
}
.cheap_rate{
    padding: 0px 40px 40px 40px;
}
.cheap_rate table{
    color: #151515;
    text-align: center;
}
.cheap_rate table th{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ccc;
    padding: 7px 0px;
}
.cheap_rate table td{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px 0px;
}
.cheap_rate a{
    text-align: center;
    display: block;
    padding: 16px 0px;
    background: #e21469;
    margin: 10px 121px;
    border-radius: 45px;
    color: #fff;
    font-weight: 600;
}
.cheap_rate a:hover,.cheap_rate a:focus{
    color: #FFF;
    text-decoration: none;
    outline: none;
}
.navigation_main ul ul {
    font-size: 13px;
    display: none;
    position: absolute;
    z-index: 100;
	list-style: none;
	width: 260px;
    background: #f34379;
    box-shadow: 0 -5px 5px 0 rgba(0,0,0,.09);
    box-sizing: border-box;
}
.navigation_main ul ul > li {
    border-bottom: 1px solid #000;
    padding: 9px 0px 10px 8px;
    margin: 0px;
}
.navigation_main ul ul > li > a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
}
.navigation_main ul ul > li > a:hover,.navigation_main ul ul > li > a:focus{
	text-decoration:none;
	color:#000;
	outline:none;
	background:#fff;
}
.navigation_main ul ul > li:hover{
	background:#fff;	
}
.navigation_main ul ul > li:hover a{
	color:#000;
}
.navbar-nav li span{
	display:none;	
}
.navigation_main li:hover > ul {
	display:block;
}

/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){

.logo img {
    width: 210px;
    padding: 9px 4px 8px 12px;
}
.banner-content h2{
	font-size: 24px;
	line-height: 33px;
	margin-top: 0px;	
}
.about-left hr{
	width:100%;	
}
.about-left p{
	text-align:justify;
	font-size:15px;	
}
.about-right img {
    width: 100%;
}
.service_box{
	margin-bottom:70px;
	width:100%;	
}
.gallery-imag{
    border: 1px solid #333;
    margin: 10px auto;
}
blockquote{
	padding:0px;	
}
.carousel-indicators {
    width: 30%;
    left: 39% !important;
}
.owl-wrapper{
	width:100% !important;
}
.about-left {
    padding: 80px 5% 0px 5%;
}
.footer > p  > strong{
	margin-top:15px;
}	
.top-height{
	height:62px;	
}
.navbar-nav > li{
	padding:0px 15px;	
}
#fixed-social {
    top: 41%;
    width: 11%;
}
#fixed-social1 {
    width: 9%;
}
.about-left h1{
    font-size: 28px;
}
.top-heading h1{
    font-size: 28px;
}
.contact_details{
    padding: 40px 30px;
}
.contact_details .left_contat{
    width: 100%;
}
.contact_details .contact_right {
    width: 100%;
}
.pro_img {
    width: 100%;
}
.pro_txt{
    width: 100%;
}
.pro_txt h4{
    margin: 0px;
}
.pro_txt ul {
    margin: 0px 0px 0px 5px;
    list-style: none;
}
.top-heading {
    text-align: center;
    padding-top: 30px;
}
.fixed .navbar-default .navbar-nav > li > a {
    margin: 0px 0px;
}
.bg_video_main {
    height: 213px;
}
.navbar-default .navbar-toggle{
    margin-top: 25px;
    border-color: #fff;
    border: 1px solid #fff;
    background-color: #fff;
}
#fixed-social1 {
    top: 20%;

}
#fixed-social1 i{
    font-size: 15px;
}

}
.gallery-imag img {
    width: 100%;
    height: 350px;
}
