body{
	font-family: 'GOTHIC';
}
.type a{
    color: #fff;
}
.font_bold{font-family: 'GOTHICB'}
.logo h2 {
    text-align: center;
    color: #d89624;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 0;
    font-size: 36px;
}
.logo {
    padding: 15px 0;
}
.navbar{
	border-radius: 0;
}
.navbar-default {
    background: #0a0a0a;
    padding-top: 25px;
    border: none;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: none;
	color: #9a6f25;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: none;
	color: #9a6f25;
}
.navbar-default .navbar-nav>li>a {
    color: #a09e9e;
    font-size: 17px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #9a6f25;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #9a6f25;
    text-decoration: none;
    background-color: #f5f5f5;
}
.navbar-nav li a i{
    font-size: 17px;
    margin-right: 5px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 9px 20px;
    clear: both;
    line-height: 25px;
    color: #eee;
    white-space: nowrap;
    font-size: 14px;
    border-bottom: 1px solid #313131;
}
ul.dropdown-menu.rate_dropdown {
    background: #000;
}
#type{
        position: relative;
        margin-top: -35px;
        background: #fff;
        padding-top: 20px;
        border-radius: 5px;
        box-shadow: -2px 9px 20px #1d1c1c;
    }

@media screen and (max-width: 768px){
	ul.dropdown-menu li a {
    	padding: 5px 30px !important;
	}
	.custom_nav{text-align: center;}
	.custom_nav>li{padding: 10px;}
	.navbar-default .custom_nav>li>a{border-right: none !important;}
	.custom_nav .rate_dropdown{text-align: center; font-size: 16px;}
    #type{
        position: relative;
        margin-top: 0px;
        background: #fff;
        padding-top: 20px;
        border-radius: 0px;
        box-shadow: -2px 9px 20px #1d1c1c;
    }
    .slide .slide__content--headings h2{
        font-size: 3rem;
    }

}
.navbar-default .navbar-nav>li>a {
    padding: 0px 30px;
    display: block;
    border-right: 1px solid #9a6f25;
}
.last{
	border-right: none !important;
}
@media screen and (min-width: 768px){
	.navbar-nav {
	    float: none;
	    margin: 0;
	    display: inline-block;
	}
	div#bs-example-navbar-collapse-1{
		text-align: center;
		margin-bottom: -4px;
	}
  	ul.nav li:hover > ul.dropdown-menu {
    	display: block;
        padding: 0;
  	}
  	li.dropdown{
  		padding-bottom: 25px;
  	}
    .type img {
    width: 100%;
    margin: auto;
    height: 330px;
    }
    .img img{
        height: 428px;
    }
}
.thumbnail{
    border: none !important;
    padding: 0 !important;
}
 
    .type{  
        background: #fff;
        padding-bottom: 20px;
    }
    .type h3 {
        text-align: center;
        font-size: 20px;
        font-weight: bolder;
        color: #e29810;
        text-transform: uppercase;
        padding: 5px 0;
    }
    .info {
        background: #e29810;
        outline: none;
        border: none;
        color: #fff;
        padding: 8px 20px;
        margin: auto;
        display: block;
    }
    .type p {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
    .type img{
        width: 100%;
        margin: auto;
    }
    .info:hover{
        background:#000;
        color: #fff;
    }
    /*owl carousel*/
.ftco-section {
    padding: 7em 0;
    position: relative;
}
.project {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 50px; 
border: 1px solid #e29810;}
.project:hover{
    box-shadow: -2px 9px 20px #131212;
    transition: .5s;
}
  .project .img {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 42px 29px -31px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 42px 29px -31px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 42px 29px -31px rgba(0, 0, 0, 0.05); }
  .project img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .project .text {
    padding: 1em 0 1em 0;
    position: relative;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    .project .text span {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(222, 148, 11);
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
    .project .text h3 {
      font-size: 20px;
      font-weight: 500;
      color: #000000; 
      text-align: center;
  }
      .project .text h3 a {
        color: #ded9d9; }
        .project .text h3 a:hover{
            text-decoration: none;
        }
  .project .icon {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-bottom: -35px;
    background: #2e9e5b;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
    z-index: 2; }
    .project .icon span {
      color: #fff;
      font-size: 20px; }
  .project:hover .text .price, .project:focus .text .price {
    background: #2e9e5b; }
  .project:hover .icon, .project:focus .icon {
    bottom: 50%;
    opacity: 1; }
  .project:hover img, .project:focus img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

    .icon-expand i{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .ftco-project .owl-dots {
    text-align: center;
}
.ftco-project .owl-dots .owl-dot.active {
    background: #fdb82c;
}
.ftco-project .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #fff;
}
.owl-nav{
    display: none;
}


.heading-section .subheading {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #2e9e5b;
    letter-spacing: 2px;
}
.heading-section h2 {
    font-size: 48px;
    font-weight: 700;
    color: #de940b;
}
.heading-section p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
}
/*owl car*/

/*footer*/
#contacts {
    background-color: #0e0e0e;
    background-position: center center;
    background-size: cover;
    padding: 50px 0 15px;
    
}
.col-md-3.col-sm-6.min-height {
    height: 319px;
}
.contact-logo p {
    font-size: 15px;
    color: #ccc;
    text-align: justify;
    line-height: 20px;
}
.cont-icon ul {
    margin-bottom: 6%;
    padding: 0;
}
.cont-icon ul li {
    display: inline-block;
    margin-right: 6px;
}
.cont-icon ul li a {
    text-align: center;
    float: left;
    color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #fff;
}
.contact-news h5, .contact-links h5, .contact-address h5 {
    font-size: 20px;
    color: #e29810;
    font-weight: 600;
    margin: 10px 0 30px;
}
.footer-widget.opening-hour h5 {
    font-size: 20px;
    color: #e29810;
    font-weight: 600;
    margin: 10px 0 50px;
}
.contact-logo h5 {
    font-size: 20px;
    color: #e29810;
    font-weight: 600;
    margin: 10px 0 30px;
}
.contact-links ul li {
    padding-bottom: 15px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    list-style: none;
}
#contacts_link li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
}
.contact-links ul li a {
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    font-family: sans-serif;
    text-transform: capitalize;
    margin-left: 6px;
}
.p-0 {
    padding: 0;
}
.contact-info li {
    position: relative;
    color: #bdbcc0;
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    list-style: none;
}
ul.contact-info {
    padding: 0;
}

h5.left{
    text-align: left;
}



.footer-inner {
    text-align: center;
}
.footer-inner p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}
.contact-info li i {
    padding-right: 9px;
    font-size: 18px;
}
#contacts h5::after {
    content: "";
    width: 75px;
    height: 3px;
    background: #e29810;
    display: block;
    margin-top: 12px;
}
/*footer*/

section.content {
    padding-top: 50px;
    margin-top: 50px;
    padding-bottom: 20px;
}
.about p{
    text-align: justify;
    color: #929090;
}
.about h2 {
    color: #e29810;
    font-size: 38px;
    font-weight: 600;
}
.sidebar h4{
    background: #e29810;
    margin-top: 21px;
    padding: 10px;
}
.sidebar p{
    padding:10px;
    color: #c11717;
}
.sidebar ul{
    padding: 6px;
}
.sidebar ul li {
    list-style: none;
    word-wrap: break-word;
    background: url(../images/sidebar-arrow.png) no-repeat 0 14px;
    padding: 10px 0 10px 20px;
    border-bottom: 1px dashed #d0cfcf;
    display: block;

}
.sidebar ul li a{
    color: #e29810;
}
.sidebar ul li a:hover{
    text-decoration: none;
}

section.services {
    padding: 50px 0;
    margin-top: 50px;
}
.category img {
    width: 100%;
    height: 232px;
    border-radius: 5px;
}
.category h3 {
    text-align: center;
    margin: 20px 0;
}
.category {
    margin-bottom: 50px;
}

.page-section-internal__heading {
    color: #e30f5f;
    font-size: 4.28571rem;
    line-height: 5rem;
}
/*parallex*/
#parallex_area {
    background: url('../images/bg/about-bg.jpg') left no-repeat;
    position: relative;
    z-index: 1;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}
@media screen and (max-width: 580px){
    #parallex_area {
    background: url(../images/bg/about-bg.jpg)no-repeat;
    position: relative;
    z-index: 1;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    }
}
.overlay-slider {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}
.inner_Page h1 {
    font-size: 40px;
    font-family: "Myriad Pro";
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 80px;
}
.inner_area ul.breadcrumb {
    padding: 10px 16px;
    font-size: 20px;
    list-style: none;
    background-color: transparent;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
    margin-bottom: 50px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
    display: none;
}
.inner_area ul.breadcrumb li a p {
    color: #fff;
    text-decoration: none;
}
.inner_area ul.breadcrumb li p {
    display: inline;
    font-size: 20px;
    color: #ffa522;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.inner_area ul.breadcrumb li i {
    color: #fff;
    font-size: 13px;
    margin-left: 5px;
}
a:hover{
    text-decoration: none;
}
/*parallex*/
.about-content p {
    text-align: justify;
    color: #000;
}
.about-content h1 {
    color: #e29810;
    font-size: 38px;
    font-weight: 600;
}
video.img-responsive {
    margin-top: 72px;
    width: 100%;
}
.gif-image{
    margin-top: 70px;
}
.rate-list .price {
  list-style-type: none;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rate-list .price .header {
    background-color: #e39810;
    color: #080808;
    font-size: 25px;
    font-weight: 600;
}
.rate-list .price li {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
.rate-list {
    margin-top: 70px;
}
#carousel .item img {
    height: 490px;
    width: 100%;
}

/*profile card */
.profile-card {
    margin-top: 50px;
}
.profile-card img{
    width: 100%;
    height: 300px;
}
.profile-card figcaption{
    background: #000;
    padding: 10px 0;
}
.profile-card figcaption p{
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #888787;
    display: inline-block;
    width: 50%;
    float: left;
}
.profile-card figcaption a {
    color: #e4980d;
    border: 1px solid #e4980d;
    padding: 5px;
    margin-top: 5px;
    display: block;
    text-align: center;
}
.profile-card figcaption  a:hover{
    color: #000;
    border: 1px solid #fff;
    padding: 5px;
    display: block;
    margin-top: 5px;
    background: #fff;
    transition: 1s;
}
.profile-card figcaption i.green-dot{
    background: #17ea1b;
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 4px;
}
/*profile card*/

.img-wrap{
    position: relative;
}
.img-wrap .gifimage {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 52px;
}
.gif-image1 {
    position: absolute;
    top: 10%;
    width: 68%;
    right: 0;
}
p.gifimage1 {
    position: absolute;
    top: 59%;
    width: 79%;
    left: 14px;
    transform: rotate(-14deg);
}
.img-wrap .gifimage2 {
    position: absolute;
    bottom: -15px;
    width: 44%;
    }
    .img-wrap .gifimage3 {
    position: absolute;
    bottom: 23px;
    width: 69%;
    z-index: 9;
}
img.gifimage4 {
    position: absolute;
    bottom: 20%;
    width: 100%;
    height: 52px;
    left: 0;
}
.bgp{
    font-size: 21px !important;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    background: #e29810;
    width: 100%;
}
@media screen and (max-width: 768px){
    img.gif-image1 {
    position: absolute;
    top: -4px;
    right: 0;
    width: 35%;
    }
    .gif-image1 {
    position: absolute;
    top: -4px;
    width: 100%;
    right: 0;
    }
}

/*animation*/

   
    .awesome {
      
      font-family: futura;
      font-style: italic;
      
      margin: 0 auto;
      text-align: center;
      
      color:#313131;
      font-size:45px;
      font-weight: bold;
      position: absolute;
      -webkit-animation:colorchange 1s infinite alternate;
      
      
    }

    @-webkit-keyframes colorchange {
      0% {
        
        color: blue;
      }
      
      10% {
        
        color: #f00;
      }    
     
      
      40% {
        
        color: blue;
      }
      
      50% {
        
        color: orange;
      }
      
      60% {
        
        color: blue;
      }
      
      70% {
        
        color: red;
      }
            
      90% {
     
        color: #2980b9;
      }
      
      100% {
        
        color: #c81c24;
      }
    }

/*animation*/

p.gifimage5 {
    position: absolute;
    top: 21px;
    left: -5px;
    font-size: 24px;
    font-family: cursive;
    transform: rotate(-30deg);
}
.gallery-image{
    margin-bottom: 30px;
}
.gallery-image a img {
    margin-bottom: 0;
    width: 100%;
    height: 331px;
}
.gallery-image a figcaption{
    text-align: center;
    font-weight: 700;
    color: #e29810;
}
#lightgallery{
    margin-top: 20px;
}
#lightgallery li{
    margin-bottom: 10px;
}
#lightgallery li a img{
    width: 100%;
    height: 200px;
}
.title-head{
    font-size: 18px;
    font-weight: bold;
    color: #e29810;
}
.gif-image8 {
    position: absolute;
    top: 34%;
    width: 100%;
    right: 0;
}
b.orange {
    color: #e29810;
}


