
/*=================================================
    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;
font-family: 'Oswald', sans-serif;
    color: #333;

}

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;
}
.btn-lg
{
    font-size: 22px!important;
}
.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;
}


.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: #000;
    color: #fff;
    padding: 10px 19px;
   font-size: 17px;
    font-weight: bold;
    font-family: roboto;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.btn-prime:hover
{
  background-color: #fff;
  border:1px solid #000;
  color: #000;
}
.top-bar {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #000;
    color: #fff;
}
.navbar 
{
    background-color: #fff!important;
    padding: 0;
    display: block;
}

.navbar-light .navbar-nav .nav-link
{
    padding: 1.5rem 1rem;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
       color: #2b2b2b!important;
    position: relative;
}

section.section.freeq {
    background: #63392a;
    color: #fff;
    padding: 40px 0;
}

.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: 120px!important;
}

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}

.banner-cap h1 {
    color: #fff;
}

.carousel-control-prev,.carousel-control-next,.carousel-indicators

{
  display: none;
}


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

.top-bar-wrap a
{
  
      font-family: roboto;
 font-size: 17px;
     color: #fff;
}
.section-heading
{
  text-align: center;
  position:relative;
}
.section-heading h2
{
    font-size: 35px;
}
.section-heading p
{
    font-size: 20px;
    line-height: 1.3;
    width: 67%;
    margin: 0 auto;
    margin-top: 15px;
}


.bg {
    background-color: #2b2b2b;
    color: #fff;
    padding: 40px 0;
}

.banner-cap {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
}

.banner-cap h2 {
    color: #fff;
    font-size: 32px;
    margin: 20px 0;
}



.section-heading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
    background: #7d2201;
    width: 100px;
    height: 2px;
}

.bg h2 {
    font-size: 40px;
    color: #fff;
    font-family: Roboto;
}
.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;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box .title{ font-size: 20px; }
}
.sbox 
{
  margin-bottom: 45px;

}
.serbox:before
{
  border: 1px solid #ddd;
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
        top: 0;
    left: 10px;
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.serbox:hover:before
{

border: 5px solid #000;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.servicewrap .col-md-4
{
  margin-bottom: 45px
}
.serbox .icon{
    width: 91px;
    height: 128px;
    float: left;
}
.serbox:hover .icon img
{
      transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
        -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.serbox
{
      padding: 15px;
    position: relative;
    min-height: 168px;
}
.sercon h4

{
    font-size: 21px;

}
.sercon
{
      text-align: left;
}
.serbox:after
{
  border: 1px solid #ddd;
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
        right: 10px;
    bottom: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.serbox:hover:after
{
 border: 5px solid #000;
    border-top-color: transparent;
    border-left-color: transparent; 
}
footer {
      /* border-top: 1px solid #ededed; */
    background-color: #000;
    padding: 70px 0 0;
    position: relative;
  
}

a.footer-req-quote h2 {
    color: #fff;
}



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;
}



.inner-banner
{
    position: relative;
    height: 276px;
    overflow: hidden;
}
.inner-banner:before
{
  background-color: rgba(0,0,0,0.6);
  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;
}


.capbox {
    background-color: #676767;
    text-align: center;
    padding: 10px;
    margin-bottom: 1rem;
}

.capbox-inner {
    color: #ffffff;
    background-color:#ca8e3f;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#CaptchaDiv {
    font-style: italic;
    color: #000000;
    background-color: #FFFFFF;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    letter-spacing: 3px;
    user-select: none;
}

#CaptchaInput{
    width: auto;
    padding: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    background: #000;
}

.capbox-inner p {
    margin: 10px 0;
    margin-top: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}


@media(max-width: 767px){
.plus_border
{
  text-align: center;
}
.navbar{
  padding: 0 15px;
}
.inner-banner
{
    height: 93px!important;
    overflow: hidden;
}
.banner-cap h1,.banner-cap h2
{
  font-size: 15px;
}
.banner-cap
{
      top: 12%;
}
#who img
{
      margin-top: 25px;
}
 .navbar-brand img
 {
  width: 200px;
 } 
.nav-link
{
      border-bottom: 1px solid #ddd;
      padding: 8px 15px!important;
}
.freeq .text-right,.col-md-4
{
  text-align: center!important;
}
.btn-prime
{
      padding: 9px 35px;
    font-size: 16px;
}

.section {
    padding: 50px 0;
}
.bg h2
{
      font-size: 27px;
}
.section-heading p
{
  width: 100%;
}

.serbox .icon {
    width: 91px;
    height: auto;
    float: none;
    margin-bottom: 25px;
}

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



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

.top-bar-wrap li {
    display: block;
    padding-left: 25px;
}


}

@media (min-width: 1025px) and (max-width:1199px) {
.navbar-light .navbar-nav .nav-link
{
  font-size: 15px;
}
}

@media(min-width:768px){

  .navbar-light .navbar-nav .nav-link:before, .navbar-light .navbar-nav .nav-link:after
{
background-color: #000;
    bottom: 20px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
    width: 0;
    border-width: 0 !important;
    border-color: #000;
}
.navbar-light .navbar-nav .nav-link:hover::before ,.navbar-light .navbar-nav .nav-link:hover::after{
      left: 0;
    width: 100%;
    right: auto;
}
.navbar-light .navbar-nav .nav-link:hover::after
{
    
}
.navbar-light .navbar-nav .nav-link:after
{
 top: 20px;
    }


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

  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); } } }


}