

/* =======================================================================
Template Name:Anthony Html5 Parallax Template
Author:  Anthony
Author URI: 
Version: 1.0
--------------------------------------------------------------------------
 CSS Index
    * BASE CSS
    * Preloader CSS
    * Header CSS
    * Slider CSS
    * Service CSS
    * Counter CSS
    * Team CSS
    * Pricing CSS
    * Project CSS
    * Testimonial CSS
    * Blog CSS
    * Contact CSS
    * Scroll Top CSS
    * Footer CSS
*/


/*BASE CSS*/

body {
	font-size: 14px;
	font-weight: 400;	
    line-height: 28px;
	color: #000;
    font-family: 'Roboto', sans-serif;
}
.cl a {
	color: #fff;
}

a:focus,
a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;	
    font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="password"],
input[type="url"],
textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #fff;
	margin-bottom: 15px;
	padding: 8px 15px;
	width: 100%;
}

p {
	margin: 0;
}
.about-text {
    text-align: justify;
}
img {
	max-width: 100%;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.slider-bg-1{
    background-image: url(assets/img/slider-img-1.jpg);
}
.slider-bg-2{
    background-image: url(assets/img/slider-2.jpg);
}
.slider-bg-3{
    background-image: url(assets/img/slider-3.jpg);
}
.mainmenu-area {
    background: #FF0000;
    padding: 15px 0;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu {
    float: right;
    position: relative;
    padding-right: 160px;
    margin-right: 9px;
}
.main-menu ul li a {
    color: #fff;
    display: block;
    padding: 5px 15px;
    transition: .3s
}
.widget.nav-widget ul li a:hover {
	color: #FF9900;
}
.main-menu ul li.active a,  .main-menu ul li a:hover{
    background: #FF9900 !important;
}
.header-btn .canton-btn {
    background: #FF9900;
    display: inline-block;
    padding: 4px 30px;
    color: #fff;
    border-radius: 30px;
}
.header-btn {
    position: absolute;
    top: -5px;
    right: 0;
}
.social-link {
    margin-top: 1px;
}
.social-link a {
    color: #fff;
    padding: 0 5px;
}
.cl {
    margin-top: 1px;
    color: #fff;
}
.logo {
    margin-bottom: 10px;
    text-align: center;
}
.slide-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.slide-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background:#000;
    opacity: .7
}
.slider-area .owl-dots {
	bottom: 60px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slider-area .owl-dot {
	background: #e82431 none repeat scroll 0 0;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 10px;
}

.slider-area .owl-dot.active {
	background: #fff;
}

.slide-item-table{
    width: 100%;
    height: 100%;
    display: table;
}
.slide-item-table-sell{
    display: table-cell;
    vertical-align: middle;
}
.slider-text {
    text-align: center;
    color: #fff;
}
.slider-text h1 {
    font-size: 60px;
    font-family: 'Markazi Text', serif;
    margin-bottom: 20px;
}
.slider-text span {
    display: block;
    color: #e82431;
    font-family: 'Great Vibes', cursive;
}
.slider-text {
    text-align: center;
    color: #fff;
}

.slider-area {
  margin-top: 238px;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
}
a.canton-btn {
    background: #FF9900;
    color: #fff;
    padding: 10px 45px;
    border-radius: 30px;
    display: inline-block;
}
.title h3 {
    font-size: 25px;
    color: #FF9900;
    margin-bottom: 25px;
    font-weight: 900;
}
.about-area {
    padding-top: 60px;
    border-bottom: 1px solid #bab9ba;
    padding-bottom: 50px;
}
.ab-right-img {
    margin-top: 26px;
    text-align: center;
}
.gallery-wrapper .col-md-3{
    width: 100%;
}
.single-gallery-item h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 25px;
}
.cta-area{
    background-image: url(assets/img/cta-bg.jpg);
}
.cta-area {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
}
.cta-text h2 {
    color: #e82431;
    font-weight: 700;
}
.cta-text span {
    color: #e82431;
    font-weight: 700;
}
.cta-text span {
    color: #FF9900;
    display: block;
    margin-top: 12px;
}
.cta-btn a{
    background: #e82431;
}
.cta-btn a {
    font-size: 20px;
}
.cta-btn {
    margin-top: 16px;
}
.footer-area {
    background-image: url(assets/img/footer-bg.jpg);
    padding: 30px 0;
    color: #fff;
}
.footer-copy-right {
    background: #e82431;
    color: #fff;
    text-align: center;
    padding: 12px 0;
}
.footer-logo img {
    margin-bottom: 25px;
}
.footer-logo p {
    text-align: justify;
    line-height: 25px;
}
h4.widget-title {
    color: #fafbfc;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 900;
}
.widget.recent-post ul li {
    margin-bottom: 15px;
}
.widget.recent-post ul li a {
    color:#fff;
    transition: .3s;
    font-size: 12px;
}
.widget.recent-post ul li a:hover {
   color: #e82431;
}
.widget.recent-post ul li:last-child {
    margin-bottom: 0px;
}
.nav-widget ul li a{
    padding-bottom: 15px;
    display: block;
    color: #fff
 }

.widget.contact-widget ul li a{
    color: #fff;
    display: block;
    padding-bottom: 15px;
}

.widget.contact-widget ul li a i.fa{
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}
.social-footer li{
    display: inline-block;
    padding-right:10px;
    font-size: 16px
}
.blog-content h4 {
    margin-bottom: 12px;
    font-weight: 700;
}
.blog-user {
    margin: 15px 0;
}
.blog-area {
    padding: 50px 0;
}
.gallery-area {
    padding: 50px 0;
}
.gallery-wrapper .owl-nav div{
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #bab9b9;
    left: -15px;
    margin-top: -70px;
}
.gallery-wrapper .owl-nav div.owl-next{
    left: auto;
    right: -15px;
}
.order {
    text-align: center;
}
.blog-thumb{
    position: relative;
    margin-bottom: 15px;
}
.date {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e82431;
    color: #fff;
    padding: 7px 13px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
}
.date span{
    display: block;
    margin-top: 5px;
}
.order a {
    display: block;
}
.mobile-header{
    display: none;
}
.order {
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
}
.responsive-menu{
    display: none;
}

.main-menu ul li ul {
  position: absolute;
  top: 28px;
  left: 0;
  background: #fff;
  z-index: 9;
  width: 150px;
  visibility: hidden;
  opacity: 0;
  transition: .2s;
}
.main-menu ul li ul li a {
  color: #000;
}
.submenu {
}
.main-menu ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
.main-menu ul li ul li a:hover {
  background: no-repeat;
}
.scroll-top {
	width: 50px;
	height: 50px;
	background: red;
	position: fixed;
	bottom: 90px;
	right: 30px;
	text-align: center;
	color: #fff;
	font-size: 33px;
	line-height: 46px;
	border-radius: 50%;
    cursor: pointer;
}
.logo-mb {
	margin-top: 11px;
}
.ord-btn a {
	display: block;
	width: 100%;
	text-align: center;
	background: #FFCC00;
	margin-bottom: 10px;
	padding: 8px;
	color: #000000;
	font-size: 20px;
}

.head {
  background: #d00008;
  text-align: center;
  padding: 15px 0;
}
.opening-box {
  text-align: center;
    background-image: url(assets/img/cta-bg.jpg);
}
.op-body {
  color: #fff;
}
.op-body span {
  font-size: 18px;
  display: block;
  margin-top: 11px;
}
.op-body h1 {
  margin-top: 13px;
}
.opening-box{
    margin-bottom: 30px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
}
.op-body {
	padding: 20px 0;
	height: 210px;
}
.op-body a {
  margin-top: 14px;
}
.head h3 {
  color: #fff;    
  font-family: 'Great Vibes', cursive;
    font-size: 40px;
}
.disblock{
    display: block !important;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent !important;
  text-decoration: none;
}