/****************************/
    /***Besic Setup****/
/****************************/
body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Dancing Script', cursive;*/
}
ul li {
    list-style: none;
}
/****************************/
    /***Navber****/
/****************************/
.sticky.scroll-header {
	position: fixed;
	left: 0;
	right: 0;
	background: #000;
	z-index: 9999;
}
header .navbar .logo {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-weight: 800;
	font-family: 'Roboto';
	font-size: 35px;
	text-decoration: none;
}
header .navbar .collapse .navbar-nav .nav-item .nav-link {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 18px;
	text-transform: uppercase;
}
.single_page_btn {
	display: inline-block;
	padding: 9.5px 28px;
	border-radius: 50px;
	background-color: #ff6426;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: capitalize;
	border: 2px solid transparent;
	text-decoration: none !important;
}
.single_page_btn:hover {
	color: #ff6426;
	background-color: #fff;
	border: 2px solid #ff6426;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}
/****************************/
    /***Owl Carousel****/
/****************************/
.owl-carousel .owl-item {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: .2; }
  .owl-carousel .owl-item.active {
    opacity: 1; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
    .owl-carousel .owl-nav .owl-next:hover,
    .owl-carousel .owl-nav .owl-next:focus,
    .owl-carousel .owl-nav .owl-next:active {
      outline: none;
      opacity: 1; }
    .owl-carousel .owl-nav .owl-prev span:before,
    .owl-carousel .owl-nav .owl-next span:before {
      font-size: 40px; }
  .owl-carousel .owl-nav .owl-prev {
    left: 30px !important; }
  .owl-carousel .owl-nav .owl-next {
    right: 30px !important; }

.owl-carousel .owl-dots {
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: none;
    background: #fff;
    opacity: .5; }
    .owl-carousel .owl-dots .owl-dot.active {
      opacity: 1; }

.owl-carousel.centernonloop .owl-dots, .owl-carousel.centernonloop2 .owl-dots {
  margin-top: 50px; }
  .owl-carousel.centernonloop .owl-dots.disabled, .owl-carousel.centernonloop2 .owl-dots.disabled {
    display: block !important; }
  .owl-carousel.centernonloop .owl-dots .owl-dot, .owl-carousel.centernonloop2 .owl-dots .owl-dot {
    display: inline-block; }
    .owl-carousel.centernonloop .owl-dots .owl-dot > span, .owl-carousel.centernonloop2 .owl-dots .owl-dot > span {
      display: inline-block;
      width: 7px;
      height: 7px;
      background: #ccc;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .owl-carousel.centernonloop .owl-dots .owl-dot.active > span, .owl-carousel.centernonloop2 .owl-dots .owl-dot.active > span {
      background: #ff7404;
      -webkit-box-shadow: 0 1px 5px 0px rgba(255, 116, 4, 0.3);
      box-shadow: 0 1px 5px 0px rgba(255, 116, 4, 0.3); }
    .owl-carousel.centernonloop .owl-dots .owl-dot:active, .owl-carousel.centernonloop .owl-dots .owl-dot:focus, .owl-carousel.centernonloop2 .owl-dots .owl-dot:active, .owl-carousel.centernonloop2 .owl-dots .owl-dot:focus {
      outline: none; }

.owl-carousel.home-slider, .owl-carousel.home-slider-loop-false {
  z-index: 1;
  position: relative; }
  .owl-carousel.home-slider .btn-link, .owl-carousel.home-slider-loop-false .btn-link {
    color: #fff; }
  .owl-carousel.home-slider .owl-nav, .owl-carousel.home-slider-loop-false .owl-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .owl-carousel.home-slider .owl-nav button, .owl-carousel.home-slider-loop-false .owl-nav button {
      color: #fff; }
  .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav, .owl-carousel.home-slider-loop-false:focus .owl-nav, .owl-carousel.home-slider-loop-false:hover .owl-nav {
    opacity: 1;
    visibility: visible; }
  .owl-carousel.home-slider .slider-item, .owl-carousel.home-slider-loop-false .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh);
    min-height: 700px;
    position: relative; }
    .owl-carousel.home-slider .slider-item:before, .owl-carousel.home-slider-loop-false .slider-item:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2);
      content: ""; }
    .owl-carousel.home-slider .slider-item .slider-text, .owl-carousel.home-slider-loop-false .slider-item .slider-text {
      color: #fff;
      height: calc(100vh);
      min-height: 700px; }
      .owl-carousel.home-slider .slider-item .slider-text .child-name, .owl-carousel.home-slider-loop-false .slider-item .slider-text .child-name {
        font-size: 40px;
        color: #fff; }
      .owl-carousel.home-slider .slider-item .slider-text h1, .owl-carousel.home-slider-loop-false .slider-item .slider-text h1 {
        font-size: 5rem;
        color: #fff;
        line-height: 1.2;
        font-weight: 800 !important;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          .owl-carousel.home-slider .slider-item .slider-text h1, .owl-carousel.home-slider-loop-false .slider-item .slider-text h1 {
            font-size: 40px; } }
      .owl-carousel.home-slider .slider-item .slider-text p, .owl-carousel.home-slider-loop-false .slider-item .slider-text p {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 300;
        color: white; }
      .owl-carousel.home-slider .slider-item .slider-text a, .owl-carousel.home-slider-loop-false .slider-item .slider-text a {
        color: #fff;
        text-decoration: underline; }
      .owl-carousel.home-slider .slider-item .slider-text .btn, .owl-carousel.home-slider-loop-false .slider-item .slider-text .btn {
        text-decoration: none; }
  .owl-carousel.home-slider.inner-page .slider-item, .owl-carousel.home-slider-loop-false.inner-page .slider-item {
    height: calc(50vh - 117px);
    min-height: 550px; }
    .owl-carousel.home-slider.inner-page .slider-item .slider-text, .owl-carousel.home-slider-loop-false.inner-page .slider-item .slider-text {
      color: #fff;
      height: calc(50vh - 117px);
      min-height: 550px; }
  .owl-carousel.home-slider .owl-dots, .owl-carousel.home-slider-loop-false .owl-dots {
    position: absolute;
    bottom: 100px;
    width: 100%; }
    .owl-carousel.home-slider .owl-dots .owl-dot, .owl-carousel.home-slider-loop-false .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.5);
      outline: none !important;
      position: relative;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .owl-carousel.home-slider .owl-dots .owl-dot.active, .owl-carousel.home-slider-loop-false .owl-dots .owl-dot.active {
        border: 2px solid white; }
        .owl-carousel.home-slider .owl-dots .owl-dot.active span, .owl-carousel.home-slider-loop-false .owl-dots .owl-dot.active span {
          background: white; }

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px; }

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057; }
  .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
    color: #868e96;
    outline: none; }
  .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
    color: #dee2e6; }

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important; }

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important; }

.owl-carousel.major-caousel .owl-dots {
  bottom: -30px !important;
  position: relative; }

.slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh);
  min-height: 700px;
  position: relative; }
  .slider-item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    content: ""; }
  .slider-item .slider-text {
    color: #fff;
    height: calc(100vh);
    min-height: 700px; }
    .slider-item .slider-text .child-name {
      font-size: 40px;
      color: #fff; }
    .slider-item .slider-text h1 {
      font-size: 5rem;
      color: #fff;
      line-height: 1.2;
      font-weight: 800 !important;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .slider-item .slider-text h1 {
          font-size: 40px; } }
    .slider-item .slider-text p {
      font-size: 20px;
      line-height: 1.5;
      font-weight: 300;
      color: white; }
    .slider-item .slider-text a {
      color: #fff;
      text-decoration: underline; }
    .slider-item .slider-text .btn {
      text-decoration: none; }
.btn-outline-light:hover {
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	color: #000 !important;
}
.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10; }
  .owl-custom-nav .owl-custom-prev,
  .owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block; 
}
.navbar-toggler-icon .fa{
    color: #fff;
}
/****************************/
    /***About Us****/
/****************************/
.about {
	margin-top: 50px;
}
.choose_us_text h1 {
	font-family: 'Dancing Script';
	font-size: 55px;
	color: #c7a75b;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	line-height: 65px;
	padding-bottom: 15px;
	margin-top: 40px;
}
.choose_us_text h2 {
	font-size: 50px;
	color: #4e4e4e;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	text-transform: uppercase;
	background-image: url(../images/about_heading.jpg);
	background-repeat: no-repeat;
	background-position: center 118px;
	padding: 0 0 30px 0;
}
.choose_us_text h4 {
	margin-bottom: 25px;
    font-family: 'Lora';
	color: #ff6426;
	font-size: 24px;
	font-weight: 300;
}
.about_button .btn {
	color: #fff;
	background: #FF6426;
	border: none;
	border-radius: 0;
	
}
.about_button .btn:hover {
    background-color: #fff;
    border: 1px solid #000;
    transition: 1s;
}
/****************************/
    /***Services****/
/****************************/
.Services {
	margin-bottom: 10%;
}
.Services .services_icon .fa {
	color: #c8a97e;
	font-size: 55px;
	margin-bottom: 10px;
}
/****************************/
    /***Footer****/
/****************************/

footer {
	background: #383838;
	color: #fff;
	padding-top: 40px;
}
footer .block {
	color: #B6B6B6;
}

footer .block p i {
	color: #dedede;
	margin-right: 10px;
	background: #555;
	width: 24px;
	line-height: 24px;
	text-align: center;
}
footer .block h4 {
	margin-bottom: 20px;
	color: #fff;
}

footer .block .logo img {
	text-align: left;
	display: block;
}
footer .block .media-object {
	border:1px solid #747474;
	padding: 2px;
	height: 75px;
}

footer .block .media>.pull-left {
	margin-bottom: 10px;
}
footer .block span {
	color: #fff;
}
.footer-bottom {
	width: 100%;
	margin-top: 70px;
	border-top: 1px solid #2C2C2C;
	box-shadow: 0 -1px 0 #575656;
	padding-top: 10px;
    background: #141313;
}
.copyright-text {
	margin-top: 12px;
	color: #B6B6B6;
}
.copyright-text a {
	color: #90c322;
}
.copyright-text a:hover {
	text-decoration: underline;
}
/****************************/
    /***Social Icon Start****/
/****************************/
.footer-bottom {
    text-align: center;
    
}
.social-icon {
	margin: 0 auto;
	display: inline-block;
	padding: 25px 0px;
}
.social-icon li {
	float: left;
	margin-right: 8px;
}
.social-icon li a i {
	color: #fff;
}
.social-icon li a {
	padding: 5px;
	background: #686868;
	margin-left: 15px;
	width: 95px;
	display: block;
	text-align: center;
	font-size: 60px;
	border-radius: 50%;
	margin-bottom: 15px;
	height: 95px;
}
.social-icon li :hover{
    background: red;
}
.copyright_text {
    color: #8a8989;
    text-align: center;
}
/****************************/
    /***Cash Out****/
/****************************/
.cash-out {
	padding: 0;
	margin-bottom: 0px;
}
.cash-out li {
	float: left;
}
.cash-out li a {
	padding-right: 10px;
}
.cash-out li a img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.cash-out li a img:hover {
	opacity: 0.7;
}
.product img {
	border: 1px solid #747474;
	height: 75px;
	padding: 2px;
}
/****************************/
    /***back-top****/
/****************************/
#back-top {
	position: fixed;
	bottom: 30px;
	width: 40px;
	color: #bbb;
	height: 50px;
	right: 30px;
	display: block;
	text-align: center;
	background: url("../images/top.png") no-repeat;
}
/****************************/
    /***About Us page****/
/****************************/
.header_img {
	background-image: url('../images/bg_3.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: 300px;
	width: auto;
}

.text-dark {
	text-align: center;
	margin-top: 150px;;
	color: #fff !important;
	font-size: 50px;
	font-weight: 900;
}
.media p {
	padding-left: 15px;
}



.heading-wrap {
  position: relative;
}

.heading-wrap h2 {
  font-size: 50px;
  position: relative;
  padding-top: 30px;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 800;
}

.heading-wrap h2:before {
  width: 80px;
  height: 2px;
  background: #cf1d16;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


.heading-wrap .back-text-dark {
  color: #e3e3e3 !important;
}
.section.element-animate {
	margin-top: 50px;
}
.con {
	color: red;
	padding-right: 20px;
	margin-top: 3px;
	font-size: 25px;
}


.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  border-width: 2px;
}

textarea.form-control {
  height: inherit;
}

.btn {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.btn.btn-primary {
	background: #e9362f;
	padding: 15px;
	border: none;
	border-radius: 0;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  border-color: #e9362f;
  background: #e9362f;
}
.gallery {
	margin-bottom: 100px;
}


ul li a:hover {
    list-style: none;
    text-decoration: none;
}
.cart .dropdown {
	padding: 10px;
	
}
.cart .dropup .caret {
	margin-top: -36px;
	margin-left: -130px;
	text-align: left;
	border-bottom: 4px solid #FFF;
}
.cart .dropdown-menu {
	text-align: center;
	width: 220px;
	margin-top: 21px;
}
.cart .dropdown-cart-body {
	margin: 0 0 15px 0;
}
.cart .dropdown-menu img {
	border: 1px solid #dedede;
	border-radius: 100%;
	height: 64px;
	width: 64px;
	margin-left: -35px;
	padding: 8px;
}
.cart .dropdown-menu h6 {
	margin-top: 20px;
}
.cart .dropdown-menu h6 span {
	color: #90c322;
}
.cart .dropdown-menu button {
	margin: 15px 0;
}
.cart a{
    color: #fff;
}