body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-family: 'Rubik', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Rubik', sans-serif;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family: 'Rubik', sans-serif;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	width:100%;
	margin-top:30px;
}
.dc .dropdown button {
    width: 100%;
    color: #000;
    background: #f3aa4e;
    border: 1px solid #f3aa4e;
    line-height: 35px;
    font-size: 20px;
}
.dc .dropdown {
    width: 100%;
    margin: 0px auto;
    display: block;
}
.dc .dropdown  .dropdown-content{
	width:100%;
}
.dc .dropdown  .dropdown-content ul{
	list-style:none;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f3aa4e;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #443a34;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #f3aa4e;
}
/* fixed social*/
#fixed-social2{
    position: fixed;
    bottom: 40px;
    z-index: 2;
    left: 30px;
    width: 14%;
	z-index:999;
}
 #fixed-social2 img{
	 width: 100%;
 }
#fixed-social {
   position: fixed;
   top: 250px;
   z-index:2;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social i{
	line-height:37px;	
}
#fixed-social a:hover,#fixed-social a:focus{
	text-decoration:none;
	outline:none;	
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #3b5998;
 }
 .fixed-facebook span{
	background-color: #3b5998;
 }
 .fixed-twitter{
	background-color: #00acee;

 }
 .fixed-twitter span{
 	background-color: #00acee;
 }
 .fixed-gplus{
	background-color: #db4a39;

 }
 .fixed-gplus span{
 	background-color: #db4a39;
 }
 .fixed-pinterest{
	background-color: #bd0814;

 }
 .fixed-pinterest span{
 	background-color: #bd0814;
 }
 .fixed-youtube{
	background-color: #c4202b;
 }
 .fixed-youtube span{
 	background-color: #c4202b;
 }

/*end fixed social*/

/* fixed social*/
#fixed-social1 {
   position: fixed;
   top: 330px;
   z-index:2;
   right:0;
}

#fixed-social1 a {
   color: #111820;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social1 i{
	line-height:37px;	
}
#fixed-social1 a:hover,#fixed-social1 a:focus{
	text-decoration:none;
	outline:none;	
}
#fixed-social1 a:hover>span{
	visibility: visible;
  right: 41px;
  opacity: 1;
} 
#fixed-social1 a span {
	line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-call{
 	background-color: #f3aa4e;
 }
 .fixed-call span{
	background-color: #f3aa4e;
 }
/*end fixed social*/
.logo {
    display: inline-block;
    float: left;
    width: 24%;
    padding: 7px 0px;
}
.logo img{
	width:100%;
}
.logo1 {
    float: left;
    width: 40%;
    padding: 7px 0px;
    margin: 0px 0px 0px 0px;
}

.no1 {
    margin: 0 auto;
    font-family: 'Rubik', sans-serif;
    color: #313131;
    font-size: 35px;
    font-weight: bold;
    -webkit-animation: colorchange 7s infinite alternate;
    text-decoration: none;
    outline: none;
    text-align: right;
    display: block;
    padding: 29px 0px 0px 0px;
}
.no1:hover, .no1:focus{
	text-decoration:none;
	outline:none;
}
@-webkit-keyframes colorchange {
  0% {
	
	color: blue;
  }
  
  10% {
	
	color: #8e44ad;
  }
  
  20% {
	
	color: #1abc9c;
  }
  
  30% {
	
	color: #d35400;
  }
  
  40% {
	
	color: blue;
  }
  
  50% {
	
	color: #34495e;
  }
  
  60% {
	
	color: blue;
  }
  
  70% {
	
	color: #2980b9;
  }
  80% {
 
	color: #f1c40f;
  }
  
  90% {
 
	color: #2980b9;
  }
  
  100% {
	
	color: pink;
  }
}
.logo1 img{
	width:100%;
}
.navigation_main {
	background:#101820;
}
.navigation_main.fixed .logo{
	display:none;
}
.navigation_main.fixed .logo1{
	display:none;	
}
.navigation_main.fixed{
	background-color:#101820 !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:#101820;
	border:none;
	margin:0px;
}
.navigation_main .navbar-default .navbar-nav>li>a{
    color: #101820;
    display: block;
    transition: all 0.3s ease-out;
    padding: 22px 26px;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    background: #f3aa4e;
    margin: 0px 6px;
    border: 1px solid #f3aa4e;
}
.navigation_main .navbar-default .navbar-nav>li>a:hover{
	color:#efd114;
	text-decoration:none;
	outline:none;
	background:#101820;
}
.navigation_main .navbar-default .navbar-right{
	margin-top:0px;	
}
.navigation_main .navbar-default .navbar-nav>li>a:focus{
	color:#efd114;
	text-decoration:none;
	outline:none
}
.navigation_main.fixed .navbar-default{
	background:#101820;	
}
.navigation_main.fixed .navbar-default .navbar-nav > li > a{
    color: #101820;
    display: block;
    transition: all 0.3s ease-out;
    padding: 22px 46px;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
	font-size:20px;
}
.navigation_main.fixed .navbar-default .navbar-nav > li > a:hover{
	color:#efd114;
}
.navigation_main.fixed .navbar-default .navbar-nav{
	margin:15px 0px;	
}
.navigation_main.fixed .logo-nav {
    width: 30%;
    display: block;
    padding: 2px 0px 0px 0px;
}
.navigation_main.fixed .logo-nav img{
	width:100%;	
}
.navigation_main ul ul {
    font-size: 13px;
    display: none;
    position: absolute;
    z-index: 100;
	list-style: none;
	width: 260px;
    background: #efd114;
    box-shadow: 0 -5px 5px 0 rgba(0,0,0,.09);
    box-sizing: border-box;
	font-family: 'Work Sans', sans-serif;
}
.navigation_main ul ul > li {
    border-bottom: 1px solid #000;
    padding: 9px 0px 10px 8px;
    margin: 0px;
}
.navigation_main ul ul > li > a {
    color: #000;
    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;
}
/*-----------------------------------------
     Slider
------------------------------------------*/
/* Header Area CSS */

.hero-slides {
  position: relative;
  font-family: 'Rubik', sans-serif;
  z-index: 1; }
  .hero-slides .single-hero-slide {
    width: 100%;
    height: 528px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .single-hero-slide {
        height: 650px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .single-hero-slide {
        height: 550px; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .single-hero-slide {
        height: 300px;
		background-position:center center; } }
    .hero-slides .single-hero-slide h4 {
      color: #ffffff;
      margin-bottom: 10px;
	  font-weight:bold; }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide h4 {
          font-size: 18px;
		  font-weight:bold; } }
    .hero-slides .single-hero-slide h2 {
      font-size: 60px;
      color: #ffffff;
      margin-bottom: 30px; 
	  font-weight:bold;
	  }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 30px; } }
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
    background: #efd114;
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #000;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-prev,
      .hero-slides .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px; } }
    .hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,
    .hero-slides .owl-next:hover,
    .hero-slides .owl-next:focus {
      background: #141414;
      color: #ffffff; }
  .hero-slides .owl-next {
    left: auto;
    right: 5%; }
  .hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible; }
.owl-prev .fa{
	line-height:56px;	
}
.owl-next .fa{
	line-height:56px;	
}
.hero-slides-content{
	margin:200px 0px 0px 70px;	
}
.heading-title h1{
    font-size: 44px;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
    display: block;
    text-align: center;
    color: #fff;
	text-transform:uppercase;
}
.heading-title h1::before {
    content: "--------------";
    position: absolute;
    width: 140px;
    bottom: 4px;
    right: 0;
    width: 100px;
    color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 8px;
	opacity:0.7;
    font-size: 15px;
    font-weight: bolder;
}
.heading-title p{
	text-align: center;
    color: #fff;
	opacity:0.7;
	position:relative;
}
.contact_call_girl{
    background: #f3aa4e;
    padding: 70px 0px;
	font-family: 'Rubik', sans-serif;
	
}
.contact_call_girl .call_girl_left h3 {
    text-align: center;
    text-transform: uppercase;
    color: #101820;
    line-height: 50px;
}
.button{
    border-radius: 45px;
    background-color: #f3aa4e;
    border: 1px solid #101820;
    color: #101820;
    text-align: center;
    font-size: 22px;
    padding: 0px;
    width: 319px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    vertical-align: middle;
    height: 50px;
}
.button:hover{
	transition: all 0.5s;	
	background-color: #fff;
    border: 1px solid #fff;
	color:#101820;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}
.button:hover span:after {
  opacity: 1;
  right: 0;
}
.main_about{
    background: rgba(0, 0, 0, 0) url(../images/bg_pettern.png) repeat fixed 0 0;
    padding: 100px 0;
    border-top: 1px solid #222222;
}
.headline {
    overflow: hidden;
    text-align: center;
}
.headline h1{
    display: inline-block;
    padding: 0 35px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.headline h3{
    text-align: center;
    color: #f8f8f8;
    margin: 13px 0px;
    font-weight: 300;
    letter-spacing: 2px;
}
.headline h1::before{
    right: 100%;
    background: rgba(255,255,255,.2);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 400%;
}
.headline h1::after{
    left: 100%;
    background: rgba(255,255,255,.2);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 400%;
}
.about_txt{
	text-align:center;
	padding:30px 0px 0px 0px;
}
.about_txt p{
    margin: 0px 0px 15px 0px;
    color: #777;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 23px;
}
.about_txt a,about_txt a:hover,about_txt:focus{
	color:#f3aa4e;
	text-decoration:none;
	outline:none;
	text-transform:capitalize;	
}
.icon_p{
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 30px 20px;
	border:0px;
    z-index: 1;
}
.icon_p::before {
    color: rgba(255,255,255,.05);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "FontAwesome";
    font-size: 60px;
    line-height: 60px;
    content: "\f10d";
    z-index: -1;
}
.main_service{
	padding:100px 0px;
	font-family: 'Rubik', sans-serif;
	background:#101820;
	display:block;	
}
.top-service{
	position:relative;	
	height: 1070.4px;
}
.orange h1{
	color:#f3aa4e;
}
.orange h1::before{
	background: rgba(243,170,78,.2);
}
.orange h1::after{
	background: rgba(243,170,78,.2);
}
.model-inner-container{
    background: #282828 none repeat scroll 0 0;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 15px;
    display: inline-block;
}
.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    list-style: none;
    text-align: center;
    background: #F1F3F8;
}
figure.effect-bubba {
    background: #000000;
    margin-bottom: 5px;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
        margin-bottom: 0px;
    width: 100%;
    height: 100%;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.effect-bubba {
    border: 1px solid #000;
}
.model-ribbon {
    height: 100px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: -10px;
    text-align: right;
    top: -5px;
    width: 100px;
    z-index: 1;
}
.model-ribbon span {
    background: #dd3333 none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    right: -51px;
    text-align: center;
    text-transform: uppercase;
    top: 19px;
    transform: rotate(45deg);
    width: 180px;
}
.model-container img {
    border: 0 none;
    border-radius: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.grid figure img {
    position: relative;
    display: block;
    min-height: auto;
    max-width: 100%;
    opacity: 1;
}
figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    margin: 0px;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.grid figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-bubba figcaption::before {
    border-top: 1px solid rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    border-radius: 0px;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.vip-ribbon.gold {
    border-bottom: 1px solid #b39c5b;
    border-top: 1px solid #b39c5b;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: 0px 1px 1px #f8df82;
    box-shadow: 0 0 2px #000;
    background: rgb(130,106,63);
    background: -moz-linear-gradient(top, rgba(130,106,63,1) 0%, rgba(230,207,120,1) 50%, rgba(130,106,63,1) 100%);
    background: -webkit-linear-gradient(top, rgba(130,106,63,1) 0%,rgba(230,207,120,1) 50%,rgba(130,106,63,1) 100%);
    background: linear-gradient(to bottom, rgba(130,106,63,1) 0%,rgba(230,207,120,1) 50%,rgba(130,106,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#826a3f', endColorstr='#826a3f',GradientType=0 );
}
.vip-ribbon.bottom-left {
    top: auto;
    bottom: 5px;
    left: -80px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.vip-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: bold;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 9;
}
figure.effect-bubba p {
    font-size: 15px;
    left: 0;
    opacity: 0;
    padding: 20px 7px 7px 7px;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
    top: 35%;
    transform: translate3d(0px, 20px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: 100%;
    text-shadow: 0 0 1px #000;
}
.model-plus {
    font-size: 20px;
}
figure.effect-bubba figcaption::after {
    border-right: 1px solid rgba(255, 255, 255, .6);
    border-left: 1px solid rgba(255, 255, 255, .6);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    border-radius: 0px;
}
figure.effect-bubba:hover img {
    opacity: 0.5;
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.main_blog{
	background:url(../images/bg-testimonials.jpg) rgba(0, 0, 0, .5) no-repeat fixed center center / cover;
}
.home-listing-inner {
    background: #101010 none repeat scroll 0 0;
    border-radius: 10px;
    list-style: outside none none;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
    min-height: 455px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border: 1px solid #222222;
	outline:none;
}
.slick-initialized .slick-slide {
    display: block;
	margin:0px;
}
.post-box {
    display: table;
    height: 408px;
    width: 100%;
}
.post-box > span {
    display: table-cell;
    vertical-align: middle;
	color:#fff;
	transition:all .3s;
}
.post-box a{
    color: rgba(255, 255, 255, .55);
}
.post-box:hover span{
	color:#efd114;
}
.post-box:hover .home-posts-excerpt > p {
	color: rgba(255, 255, 255, .55);	
}
.post-box:hover .buttonanim-small span{
	color:#000;	
}
.home-listing-inner img {
    border: 0 none;
    border-radius: 5px;
	width:100%;
}
.home-posts-title {
    font-size: 1.3em;
    margin: 15px 0 0;
        margin-top: 15px;
    padding: 0 !important;
    text-transform: uppercase;
    display: table;
    width: 100%;
    height: 69px;
    text-align: center;
	margin-top:0xp;
}
.home-posts-title > span {
    padding: 1px;
    border-radius: 0px;
    background: transparent;
    border-bottom: 1px dotted #333333;
    border-top: 1px dotted #333333;
    display: table-cell;
    vertical-align: middle;
}
.home-posts-excerpt > p{
    font-size: 14px;
    padding: 15px;
    margin: 0px;
    min-height: 88px;
    color: rgba(255, 255, 255, .55);
    line-height: 23px;
}
.buttonanim-small{
    background: -moz-linear-gradient(-45deg, rgba(96,73,42,1) 0%, rgba(226,203,117,1) 50%, rgba(96,73,42,1) 100%) !important;
    background: -webkit-linear-gradient(-45deg, rgba(96,73,42,1) 0%,rgba(226,203,117,1) 50%,rgba(96,73,42,1) 100%) !important;
    background: linear-gradient(135deg, rgba(96,73,42,1) 0%,rgba(226,203,117,1) 50%,rgba(96,73,42,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60492a', endColorstr='#60492a',GradientType=1 ) !important;
    text-shadow: 0 1px 1px #f8df82 !important;
    color: #000000 !important;
    border-color: transparent !important;
    border: 0 none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    font-weight: 600;
    font-family: open sans;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    margin: 5px;
    padding: 5px 20px;
    text-align: center;
    transition: all 0.5s ease 0s;
    display: inline-block;
}
.buttonanim span:after,
.buttonanim-small span:after {
    content: '\f101';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    font-family: fontawesome;
}
.buttonanim:hover span,
.buttonanim-small:hover span {
    padding-right: 25px;
    color: #333333;
    text-shadow: none;
}
.buttonanim:hover {
    background: #ffffff;
	border:0px;
}
.buttonanim-small:visited,.buttonanim-small:hover,buttonanim-small:focus{
	border:0px;
	outline:none;	
}
.buttonanim:hover span:after,
.buttonanim-small:hover span:after {
    opacity: 1;
    right: 0;
}
.buttonanim-small.btn-block {margin-left:0px;margin-right:0px;}
.buttonanim-small:hover span {
    color: #000;
}
.buttonanim span,
.buttonanim-small span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.buttonanim-small:hover span {
    padding-right: 25px;
    color: #000 !important;
    text-shadow: 0 1px 1px #f8df82;
}
.icon_servcie{
    margin-top: 50px;
    transition: all .3s ease-in;
    width: 100%;
    height: 334px;
}
.icon_servcie h3{
    text-align: center;
    color: #f8f8f8;
    margin: 13px 0px;
    font-weight: 300;
    letter-spacing: 2px;
}
.icon_servcie p{
    margin: 0px 0px 15px 0px;
    color: #777;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 23px;
}
.icon_servcie:hover i{
	background: #101820;
	color: #f3aa4e;
	transition:all .3s ease-in;
}
.icon_servcie i{
    background: #f3aa4e;
    text-align: center;
    display: block;
    width: 85px;
    height: 85px;
    margin: 0px auto 30px;
    line-height: 85px;
    color: #101820;
    font-size: 52px;
    border-radius: 50%;
    border: 1px solid #f3aa4e;
	transition:all .3s ease-out;
}
.taj{
	text-align:justify;	
}
.fotter_main.fotter_main {
    background: url(../images/banner/banner-1.jpg) no-repeat;
    padding: 40px 0px;
    width: 100%;
    background-position: left center;
	background-position-x: 35%;
}
.sub-menu {
    width: 100%;
	margin-top:30px;
}
.sub-menu ul{
    list-style: none;
    margin: 0px;
}
.sub-menu li{
    margin-right: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-left: 0px;
    color: #777;
    padding: 0px 0px 0px 28px;
}
.sub-menu i{
    position: absolute;
    left: 0;
    color: #f3aa4e;
    padding: 10px 0px 0px 0px;
}
.sub-menu li a {
    color: #777;
}
.sub-menu li a:hover,.sub-menu li a:focus{
	text-decoration:none;
	outline:none;
	color:#ffed8c;	
}
.fotter_box h4{
	color:#fff;	
}
.fotter_box1 li {
    border-bottom: 1px solid #f3aa4e;
    padding: 8px 0px 8px 0px;
}

.back-to-top{
    cursor: pointer;
    position: fixed;
    bottom: 44px;
    right: 20px;
    display: none;
    background: #f3aa4e;
    padding: 11px 0px 0px 0px;
    color: #000;
    border-radius: 69px;
    transition: all .3s ease-in;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 61px;
}
.back-to-top:hover{
	color:#000 !important;	
	text-decoration:none;
	outline:none;
	box-shadow: 2px 2px 7px #333;
	transition: all .3s ease-out;
}
.overlay-wrapper {
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,.7);
    width: 100%;
    z-index: 99999;
    top: 0;
}
.tosdisclaimer {
    background-color: #000;
    width: 80% !important;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 100px 0 rgba(84,134,157,.7);
    position: absolute;
    z-index: 99999;
    left: 50%;
    margin-left: -40%;
    top: 10%;
}
.tosdisclaimer .pic18plus {
    float: right;
    margin-bottom: 10px;
}
.tosdisclaimer h4 {
    font-size: 22px;
    text-align: left;
}
.tosdisclaimer p {
    color: #d9c4a9;
}
.modal-open .modal{
	background: rgba(0, 0, 0, .9);	
}
.modal.in .modal-dialog{
	top:20%;
	z-index:999999;	
}
.modal-body h2{
    color: #f3aa4e;
    padding: 0px 0px 12px 0px;
    border-bottom: 1px solid aliceblue;
    margin: 0px 0px 21px 0px;
}
.modal-body p{
    color: #777;
    line-height: 26px;
    font-size: 16px;
	border-bottom: 1px solid aliceblue;
	padding: 0px 0px 20px 0px;
}
.modal-footer{
	border:0px;	
}
.modal-content{
	background: #101820;
}
.about_txt ul > li > p{
	text-align:left;	
}
.about_txt ul > li > p > strong{
	color:#f3aa4e;	
}
.about-main-page {
    position: relative;
    width: 100%;
}
.t-p-banner img {
    width: 100%;
}
.t-p-txt {
    position: absolute;
    top: 25%;
    left: 7%;
}
.t-p-txt h2{
    margin: 0px;
    font-size: 50px;
    font-weight: bold;
    color: #f3aa4e;
    text-transform: uppercase;
}
.t-p-txt p{
    color: #ccc;
    text-align: left;
    padding: 17px 0px;
    font-size: 25px;
}
.t-p-txt a{
    margin: 0px auto;
    display: block;
    color: #000;
    background: #f3aa4e;
    width: 175px;
    font-size: 15px;
    font-weight: 500;
}
.headline p{
	color:#fff;
	margin-bottom:20px;	
}
.heading-fotter {
    font-size: 44px;
    color: #fff;
    margin: 0px 0px 40px 0px;
    font-weight: 300;
}
.contact-form .form-control {
    border-radius: 0;
    border: solid 2px #eceef2;
    margin-bottom: 20px;
    font-family: 'Roboto',sans-serif;
}
.contact-form input {
    color: #8799a3;
    font-size: 16px;
    height: 50px;
    padding: 25px;
    font-family: 'Roboto',sans-serif;
}
textarea.form-control {
    height: 202px;
}
.gold-btn {
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .3s ease;
    text-decoration: none;
    cursor: pointer !important;
    width: 100%;
    height: 45px !important;
    color: #000 !important;
    padding: 0px !important;
}
.map {
    margin-top: 90px;
    border: 2px dashed #fff;
    padding: 15px;
    margin-bottom: 0px;
}
.banner_bottom{
	width:100%;	
}
.banner_bottom img{
	width:100%;	
}
/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.navigation_main .navbar-default .navbar-nav > li > a{
	font-size: 13px;
	padding: 10px 12px !important;
}
}
/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){

#fixed-social2 {
    width: 40%;
	bottom:5px;
	left:12px;
}
.navbar_main.fixed .navigation{
	margin-top:23px;	
}
.navigation .menu{
	display:block;
	margin: 30px 0 0 10px;	
}
.navigation{
	min-height:auto;
	margin-top: 15px;
	position:relative;	
}
.navigation ul {
	display:none;
	position:absolute;
	right:0px;
	top:100%;
	z-index:999;
	width:300px;
}
.navigation li span {
	display:block;
	float:right;
	margin-right: 28px;
	color: #000;
}
.navigation li:hover > ul {
	display:none;
}
.navigation li{
	padding:0px 0px;
	width:100%;
	background:#ebebeb;	
}
.navigation li a{
	padding:5px 15px;
	text-align:left;	
}
.navigation ul ul{
	top:100%;
	right:0;	
}
.navigation ul ul li{
	width:100%;	
}
.navigation ul ul li a{
	background:#ccc;
	color:#000;	
}
.logo{
	width:100%;	
}
.logo img {
    width: 63%;
    text-align: center;
    margin: 0px auto;
    display: block;
}
.hero-slides-content {
    margin: 84px 0px 0px 70px;
}
.owl-next .fa {
    line-height: 47px;
}
.owl-prev .fa {
    line-height: 50px;
}
.contact_call_girl .call_girl_left h3{
	line-height:30px;
	margin-bottom:30px;	
}
.button{
	width:100%;	
}
.headline h1{
	padding:0px 15px;	
}
.icon_servcie{
	height:auto;	
}
.sub-menu i{
	left:15px;	
}
.sub-menu{
	margin-top:8px;	
}
.fotter_box h4 {
    margin-top: 15px;
}
.logo1{
	width: 35%;	
}
.no1{
	font-size:21px;
}
.fotter_main.fotter_main{
	background-image: url(../images/banner/banner-1.jpg) no-repeat;
	background-position-x: 67%;
	background-color: #000;
	height:900px;
	background-position-y: 0px;
}

}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px){
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px){
  .container {
    width: 1140px;
  }
}