
/*=================================================
    1. body reset content
==============================================================*/

:root {
  font-size: 14px;
}

html,
body {
  height: 100%;

font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 1.8571428571;
font-size: 15px;
    color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  font-weight: 600;

    color: #000;

}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  border: 1px solid #075ac9;
  box-shadow: none;
  border-color: #075ac9;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

img {
  border: none;
  max-width: 100%;
}

button:focus {
  -moz-outline: none;
  outline: none;
  border: 1px solid #075ac9;
  box-shadow: none;
  border-color: #075ac9;
}

.section {
  padding: 70px 0;
}

.section-top {
  padding: 70px 0 0;
}

.section-bottom {
  padding: 0 0 70px 0;
}

.btn.focus,
.btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
  color: #495057;
  background-color: #fff;
  border-color: #075ac9;
  outline: 0;
  box-shadow: none;
}

.acurate {
  margin: 0;
  padding: 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 26px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 26px;
}

.aligncenter {
  display: block;
  margin: 0 auto 26px;
}
.bordertop
{
  border-top:1px solid #ddd;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}


a {
  text-decoration: none;
}

a:hover {
  color: #075ac9;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: #12315a;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: #000;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #000;
  text-shadow: none;
   color: #fff;
}

.owl-nav
{
    position: absolute;
    top: -60px;
    right: 0;
    width: 80px;
}
.owl-prev
{
    position: absolute;
    left: -30px;
     border: 2px solid #3a3a3a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
}
.owl-nav i
{
    font-size: 24px;
    color: #3a3a3a;
}

.owl-next
{
     position: absolute;
    right: 20px;
     border: 2px solid #3a3a3a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
   text-align: center; 
}
.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}



/*------------------------ content end -----------------------*/


/*------------------------ element start ---------------------*/


/*=================================================
    element inheritance
==============================================================*/
body
{
  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;

}

.btn-prime
{
    background-color: transparent;
    color: #000;
    padding: 8px 35px;
    font-size: 18px;
    /* font-weight: bold; */
    font-family: 'Oswald', sans-serif;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
}

.btn-prime:hover
{
    /* background-color: #fff; */
    border: 1px solid #000;
        color: #fff;
}
.btn-prime:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background: #000000;
    color: #fff;
    z-index: -1;
   
}
.btn-prime span
{
  z-index: 1;
}
.btn-prime:hover:before
{
      -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.navbar 
{
    background-color: #fff!important;
    padding: 0;
    display: block;
}

.navbar-light .navbar-nav .nav-link
{
padding: 1.5rem 1rem;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
       color: #000!important;
    position: relative;
}



.navbar-brand img
{
  width: 300px;
}


.button_container {
    position: fixed;
    top: 31px;
    left: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 9999;
    transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
background: #000000;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
      top: 11px;
    width: 80%;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
    position: fixed;
    background: rgba(0,0,0,0.99);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 999;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
 
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;

  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    font-size: 34px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 25px;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}

.arro-icon
{

    position: absolute;
       z-index: 9;
    bottom: 20px;
    text-align: center;
    margin: 0 auto;
    /* width: 50px; */
    width: 100%;
 

}

.arro-icon  i
{

    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    color: #f9c003;
    font-size: 8px;
    border: 1px solid #ddd;
    padding: 11px 6px;
    border-radius: 25px;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.fixed-header {
    position: fixed!important;
    display: block;
       background-color: #fff!important;
    color: #000;
    z-index: 999;
    left: 0;
    right: 0;
    transition: padding .3s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.fixed-header .navbar-brand img
{
    width: 300px!important;
}

.fixed-header .nav-link
{
      padding: 0.5rem 1rem!important;
}


.carousel-item h2
{
    font-size: 91px;
    width: 80%;
 text-align: right; 
    color: #000;

    transition: all 0.5s ease;

}
.slidetexttop
{
    position: absolute;
    left: -50%!important;
    top: 50%!important;
    color: red;
    
}
.carousel-caption
{
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    top: 22%;
    text-align: left;

    width: 30%;
}

.carousel-caption h5
{
    font-size: 39px;
    font-weight: bold;
}
.carousel-item img
{

}
.top-bar-wrap
{
     width: 302px;

}
.top-bar-wrap li
{
  display: inline-block;
      padding-left: 25px;
}
.top-bar-wrap i
{
    font-size: 18px;
        color: #000;
}

.top-bar-wrap a
{
  
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #000;
}
.section-heading
{

}
.section-heading h2
{
    font-size: 50px;
}

.about-text
{
  
    margin-top: 24px;
}
.bg
{
 background-color: #ffbdbe;
    color: #000;
    padding: 100px;
}
.bg2
{
    background-color: #FCE5A1;
    color: #000;
    padding: 70px 0px;
}

.bg h2
{
    font-size: 50px;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.galbox
{
  position: relative;
}
.galbox:before
{
  bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    opacity: .85;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 0 0 0 1px #fff inset;
    -moz-box-shadow: 0 0 0 1px #fff inset;
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    -o-box-shadow: 0 0 0 1px #fff inset;
    -ms-box-shadow: 0 0 0 1px #fff inset;
}
.galbox img
{
  width: 100%;
}


.box{
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    overflow: hidden;
}
.box:before{
      content: '';
    background: linear-gradient(45deg,rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: blur(10px);
 
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.box:hover:before{
    box-shadow: 0 0 10px 2px #555;
    opacity: 1;
    filter: blur(0);
    transform: scale(0.92, 0.9) rotate(0);
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}
.box:hover img{  }
.box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(3);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.5s ease;
}
.box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
       filter: blur(40px);
    transform: scale(0);
    position: absolute;
 
    z-index: 2;
    transition: all 0.5s ease 0.2s;

   
    position: absolute;
     top: 43%;
    left: 43%;
}
.box:hover .icon{
    transform: scale(1.5);
    filter: blur(0);
}
.box .icon li{ display: inline-block; }
.box .icon li {
    color: #fff;
    background: rgba(255,255,255,0.2);
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    margin: 0 3px;
    display: block;
    position: relative;
    transition: all 0.3s;
}
.box .icon li:hover{
    text-shadow: 0 0 6px #555;
    box-shadow: 0 0 5px #555;
}
.icon img
{
  width: 100px;
}
.sbox
{
      border: 1px solid #ddd;
    /* width: 80%; */
    padding: 25px;
    margin-bottom: 25px;
}
.section-heading p
{
  width: 80%;
  margin: 0 auto
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box .title{ font-size: 20px; }
}

footer {
      /* border-top: 1px solid #ededed; */
    background-color: #000;

    position: relative;
 
}



footer ul li {
    margin-bottom: 5px;
}
footer ul li a,  footer a{
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    color: #fff;
}



.follow_us ul li {
 display: inline-block;
    margin-right: 15px;
    font-size: 1.25rem;
}

.follow_us ul li a i {
        color: #fff;
    font-size: 24px;
    padding-left: 15px;
}
.copy
{
    padding: 20px 0;
    color: #fff;
    text-align: center;
    border-top: 1px solid #474747;
    /* margin-top: 55px; */
    font-size: 14px;
    color: #c6c6c6;
  }


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
        z-index: 999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



.testimonial{
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 30px;
    margin: 0 15px;
        text-align: left;
            margin-bottom: 25px;
}
.testimonial .pic{
    width: 90px;
    height: 90px;
    margin: 0 30px 15px 0;
    float: left;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-title{
    color: #000000;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 800;
    text-transform: capitalize;
}
.testimonial .testimonial-title small{
    display: block;
    color: #d87354;
    font-size: 14px;
    font-weight: 800;
    margin-top: 10px;
}
.testimonial .testimonial-review p{
    color: #888888;
    font-size: 15px;
    font-style: italic;
    line-height: 19px;
    margin-bottom: 0;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background:#fff;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #fff;
    border: 1px solid #cdcdcd;
}
@media screen and (max-width: 990px){
    .testimonial-parallax h2{
        margin-bottom: 40px;
    }
    .testimonial{
     
    }
}

.inner-banner
{
    position: relative;
    height: 276px;
    overflow: hidden;
}
.inner-banner:before
{
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}

.inner-banner img
{
  width: 100%;
}
.gallerypage .box

{
      height: 182px;
    margin-bottom: 30px;
}


.formwrap {
    background-color: #fff;
    padding: 35px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
}
.form-control
{
  height: 40px;
}

.icon-wrap i
{
      background-color: #000;
    font-size: 29px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    padding: 19px;
    color: #fff;
}
.contact a,.contact p
{
      font-size: 20px;
    margin-top: 15px;
    display: inline-block;
    color: #000;
}

.post-slide{
    margin: 0 15px;
    border: 13px solid #f7f7f7;
    /* box-shadow: 0 0 5px rgba(167, 197, 167, 0.8); */
    transition: all 0.4s ease-in-out 0s;
    position: relative;
    margin-bottom: 25px;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
}
.post-slide:hover .post-img:before{
    background: rgba(0, 0, 0, 0.6);
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .category {
    width: 100%;
    font-size: 17px;
    color: #000;
    /*line-height: 11px;*/
    text-align: center;
    text-transform: capitalize;
    padding: 11px 0 0;
    background: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out 0s;
}

.post-slide .post-review{
    padding: 25px 20px;
    background: #fff;
    position: relative;
}
.con-details {
    background-color: #D51617;
    color: #fff;
   padding: 10% 5%;
    border-radius: 8px;
    background-image: url(../images/bgcontact.jpg);
    background-position: center;
    background-size: cover;
}
.con-details a,.con-details p
{
  color: #fff;
  font-size: 16px
}
.pro-con
{
position: absolute;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    text-align: center;
}
.pro-name
{
     font-size: 16px;
    border-bottom: 1px solid #efefef;
    color: #2b2b2b;
}

.pro-price
{
    color: #f58486;
    font-size: 23px;
    /* text-decoration: underline; */
    display: block;
    font-family: 'Oswald', sans-serif;
}
@media only screen and (max-width: 359px) {
    .post-slide .category{ font-size: 13px; }
}
@media(max-width: 767px){
 .navbar-brand img
 {
    width: 162px;
 } 
.nav-link
{
      border-bottom: 1px solid #ddd;
      padding: 8px 15px!important;
}
.inner-banner
{
     height: auto;
}
.btn-prime
{
      padding: 9px 35px;
    font-size: 16px;
}
.section {
    padding: 30px 0;
}
.bg h2
{
      font-size: 27px;
}
.navbar
{

    padding: 2px 14px;
  
}

.footerlogo{
    margin: 25px 25px;
    width: 200px;
}
footer
{
      padding: 30px 0 0;
}



.top-bar-wrap a
{
  font-size: 15px;
}




}


@media(max-width:767px){

.top-bar-wrap {
    width: 32%;
}
.top-bar-wrap a {
    font-size: 12px;
}
.carousel-item h2
{
      font-size: 22px;
}
.about-text
{
  margin-left: 0;
}
.section-heading h2
{
    font-size: 34px;
    margin-bottom: 15px;

}
.testimonial-slider{
      margin-top: 25px;
}
.con-details
{
  margin-top: 25px;

}
}
@media(min-width:768px){


  .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
       color: #f55d60;}

  ul.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
    margin: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    transition: all 0.3s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }

  @-webkit-keyframes fadeInDownBig {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-2000px);
      transform: translateY(-2000px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } } }


}