@import url('css/bootstrap.css');
@import url('css/font-awesome/css/font-awesome.min.css');
@import url(css/icofont.css);
@import url('css/bootstrap-datetimepicker.css');
@import url('css/owl.carousel.css');
@import url('css/owl.theme.css');
@import url('css/css-plugin-collections.css');
@import url('css/menuzord-rounded-boxed.css');
@import url('css/revolution/css/settings.css');
@import url('css/revolution/css/layers.css');
@import url('css/revolution/css/navigation.css');
@import url('css/animate.css');
@import url('css/flaticon.css');
@import url(css/prettyPhoto.css);
@import url(css/themify-icons.css);
@import url(css/jquery.fancybox.min.css);

@import url(css/aos.css);
@font-face {
  font-family: 'AGENCYB';
  src: url(fonts/AGENCYB.ttf);  
}
@font-face {
  font-family: 'AGENCYR';
  src: url(fonts/AGENCYR.ttf);  
}

@font-face
{
  font-family:'Poppins-Regular';
  src:url(fonts/Poppins-Regular.otf);
}
@font-face
{
  font-family:'Poppins-Light';
  src:url(fonts/Poppins-Light.otf);
}
@font-face
{
  font-family:'Poppins-Medium';
  src:url(fonts/Poppins-Medium.otf);
}
@font-face
{
  font-family:'Rubik-Bold';
  src:url(fonts/rubik/Rubik-Bold.ttf);
}
a, a:hover, a:focus
{
  text-decoration: none
  outline: none;
}

ul
{
  padding: 0px;
  margin: 0px;
}

h1,h2,h3,h4,h5,h6
{
  margin: 0px;
}
  
body
{
margin:0;
padding: 0;
font-family: 'Poppins-Regular';
width: 100%;
overflow-x: hidden;

}
p
{
  margin: 0px;
}

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

/* =-=-=-=-=-=-= Header =-=-=-=-=-=-= */
/* =-=-=-=-=-=-= Navigation =-=-=-=-=-=-= */
.navbar-default {
    background: none;
}

.navbar {
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-right {
    
}

.nav li {
    position: relative;
}

.nav > li > a {
    color: #3d2229 !important;
      font-family: 'Poppins-Regular';
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 13px;
}

.navbar-default .navbar-nav > .active > a:hover {
    background: none;
}

.nav li:hover:after {
    transform: scale(1);
}

.navbar-default .navbar-nav > .active > a {
    background-color:#ed1b24  !important;
    color: #fff !important;
}

nav .active:after {
    position: absolute;
    content: "";
    background: #40352d;
    width: 36px;
    height: 3px;
    left: 50%;
    bottom: 5px;
    transition-duration: .4s;
    transform: scale(0, 1);
    margin-left: -18px;
}

.nav > li:after {
    position: absolute;
    content: "";
    background: #40352d;
    width: 36px;
    height: 3px;
    left: 50%;
    bottom: 5px;
    transition-duration: .4s;
    transform: scale(0, 1);
    margin-left: -18px;
}

.logo img {
    padding: 5px 0px;
        height: 70px;
}
.nav.navbar-nav
{
    margin-left: 100px;
}
.nav.navbar-nav li
{
    padding: 15px 5px;
}
.right_call_block
{
  float: right;
    margin-top: 15px;
}
.navbar-collapse.collapse a.btn
{
    position: relative;
    float: right;
    background: #6d6e72;
    border-radius: 0;
    padding: 10px 20px;
    margin: 0px 5px;
}

/*** menu hover css ***/

.navigation .navbar-default .navbar-nav>li>a:focus, .navigation .navbar-default .navbar-nav>li>a:hover {
  color: #ffc627;
}
/*** menu hover 0pen css ***/

.navigation .navbar-default .navbar-nav>.open>a, .navigation .navbar-default .navbar-nav>.open>a:focus, .navigation .navbar-default .navbar-nav>.open>a:hover {
  color: #ffc627;
  background-color: transparent;
}
/**** Dropdown Menu ***/

.navigation .navbar-right .dropdown-menu {
  right: auto;
  left: 0;
  top: 84px;
}
.navigation-2 .navbar-right .dropdown-menu {
  right: auto;
  left: 0;
  top: 73px;
}
.navigation .dropdown-menu, .navigation-2 .dropdown-menu {
  border: none;
  border-radius: 0px;
  margin: 0px;
  padding: 20px 0px;
  background-color: #f6912e;
}
.navigation .dropdown-menu>li>a, .navigation-2 .dropdown-menu>li>a {
  display: block;
  padding: 10px 20px 10px 20px;
  clear: both;
  line-height: 1.42857143;
  color: #fff !important;
  white-space: nowrap;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.navigation .dropdown-menu>li>a:hover, .navigation-2 .dropdown-menu>li>a:hover {
  color: #fff !important;
  background-color: #ffc627 !important;
}

/*==============SLIDER==============*/
.tp-caption
{
	text-align: center;
}
.tp-caption.text-white
{
	color: #fff;
	font-size: 50px !important;
font-weight: 600 !important;
font-family: 'Montserrat-SemiBold';
letter-spacing: 2px !important;
}
.tp-caption.text-orange
{
	color: #ea7116;
font-size: 35px !important;
font-weight: 600 !important;
font-family: 'Montserrat-SemiBold';
letter-spacing: 2px !important;
}
.tp-caption.inquiry-slider a
{
    color: #fff;
    font-size: 20px !important;
    
   font-family: 'Roboto-Regular';
    letter-spacing: 2px !important;
    background: #ea7116;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 7px;
    position: relative;
z-index: 2;
}
.tp-caption.inquiry-slider a:before
{
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 1px solid #10233e;
background: #10233e;
transform: scaleX(0);
transform-origin: 0 50%;
transition: .40s ease-in-out;
border-radius: 7px;
content: "";
}
.tp-caption.inquiry-slider a:hover:before
{
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.tp-caption.inquiry-slider a:hover
{
	color: #fff;
}
.banner-caption-h1
{
    background:rgba(0, 0, 0, 0.8);
    text-align:left;
    color:#fff;
    padding:20px;
}
.banner-caption-h1 h4
{
    text-transform: uppercase;
    line-height:30px;
    font-size:20px;
    letter-spacing:2px;    font-family: 'AGENCYB';text-transform: uppercase;
}
.banner-caption-h1 h2
{
    color:#fff;
    font-size:45px;
    line-height:80px;
    letter-spacing:5px;     font-family: 'AGENCYB';text-transform: uppercase;
    margin:0px;
    padding:0px;
}

.tp-caption .sim-button
{
  margin-top: 0px;
}
/*** 

====================================================================
    Section Title
====================================================================

***/

.section-heading{
  position:relative;

}

.section-heading h2{
  position: relative;
  display: inline-block;
   font-size: 32px;
    font-weight: 100;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
    font-family:'Rubik-Bold';
    letter-spacing: 3px;
    transition: all 100ms linear;
  }
.section-heading h2:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #6d6e72;
  content: "";
}
.section-heading h2:after{
     position: absolute;
    left: 5px;
    top: 38px;
    height: 2px;
    width: 50px;
    background-color: #6d6e72;
  content: "";
}

.section-heading.active h2{
  opacity: 1;
    color: #ab7442;
  visibility: visible;
    transition-delay: 500ms;
}

.section-heading h2:before{
  animation: title-loader 1000ms linear;
}
.section-heading.text-center h2
{
text-align: center;
}
@keyframes title-loader{
  0%{
    width: 0;
  }
  50%{
    width: 100%;
  }
  100%{
    width: 0%;
    right: 0;
    left: auto;
  }
}

/*=======home about section =  =======*/
.home-about-sec
{
  position: relative;
  background: #eee;
  padding:60px 0px;
}
.home-about-sec p
{
  line-height: 25px;
    font-size: 14px;
    margin-top: 0;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #000;
    text-align: justify;
}
.home-about-sec .quote-box
{
  background: #fff;
    padding: 40px 20px;
    position: absolute;
    width: 100%;
    top: -90px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
    box-shadow: 0 0 10px rgba(0,0,0,.12);
}
.form-control:focus
{
  border-color: #6d6e72;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.form-control
{
  height: 50px;
    border-radius: 0;
    color: #000;
}
/*Btn Style Two*/
.btn-style-two{
  position:relative;
  font-size:16px;
  line-height:20px;
  color:#ffffff;
  padding: 15px 40px;
  font-weight: 500;
  background-color: #ed1b24;
  overflow: hidden;
      border: 1px solid #eee;
    border-top: 0;
}

.btn-style-two .btn-title{
  position: relative;
}

.btn-style-two:hover{
  color:#222222;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  -o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-two:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-two:hover:before{
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

/*========home service section ========*/
.home-services-sec{
  position: relative;
   padding: 60px 0px 40px 0px;
}
.home-services-sec .single-item .lower-content{
      position: relative;
    padding: 30px 0px 22px 0px;
    border-bottom: 1px solid #eee;
    transition: all 2s ease;
}
.home-services-sec .single-item:hover .lower-content{
  background: #e9e9e9;
  transition: all 2s ease;
}
.home-services-sec .single-item{
  position: relative;
  margin-bottom: 20px;
      -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
    box-shadow: 0 0 10px rgba(0,0,0,.12);
}
.home-services-sec .single-item:hover
{
  box-shadow: unset;
}
.home-services-sec .single-item .lower-content h4{
  margin-bottom: 0px;
  text-align: center;
}
.home-services-sec .single-item .lower-content h4 a
{
      position: relative;
    display: inline-block;
    font-size: 19px;
    font-weight: 100;
    /* margin-bottom: 30px; */
    position: relative;
    text-transform: uppercase;
    font-family: 'Rubik-Bold';
    letter-spacing: 3px;
    transition: all 1s linear;
    color: #000;
}
.home-services-sec .single-item .img-box{
  position: relative;
  overflow: hidden;
}
.home-services-sec .single-item img{
  width: 100%;
  transition: all 2s ease;
  transform: scale(1.0);
}
.home-services-sec .single-item:hover img{
  transform: scale(1.1);
}
.home-services-sec .button{
  position: relative;
  margin-top: 10px;
}

/*===========gallery==============*/
.gallery-layout {
  position: relative;
}
.gallery-layout img {
  width: 100%;
}
.gallery-layout:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.gallery-layout .content-box {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.gallery-layout .content-box a.btn-textprimary-fill-ghost {
  margin-top: 20px;
}
.gallery-layout .content-box ul {
  margin: 40px;
}
.gallery-layout .content-box ul li {
  display: inline;
  margin-right: 5px;
}
.gallery-layout .content-box ul li i {
  padding: 19px 20px;
  color: #fff;
  background-color: #ed1b24;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-layout .content-box ul li i:hover {
  background-color: #ed1b24;
  color: #ffffff;
}
.gallery-layout .content-box h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
}
.gallery-layout .content-box h2 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-layout .content-box h2 a:hover {
  color: #f7a145;
}
.gallery-layout .content-box span {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}
.gallery-layout .content-box span a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-layout .content-box span a:hover {
  color: #f7a145;
}
.gallery-layout .content-box p {
  color: #ffffff;
}
.gallery-layout:hover .content-box {
  visibility: visible;
  opacity: 1;
}
.gallery-layout:hover:before {
  visibility: visible;
  opacity: 1;
}

.gallery-sec
{
  padding: 60px 0px;

}
.gallery-sec.bg-grey
{
  background: #ebebeb;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
/*=========emergency contact ========*/
.emergency-contact {
  background: #000;
  overflow: hidden;
}
.emergency-contact .left-side {
  width: -webkit-calc(50% + 45px);
  width: calc(50% + 45px);
  float: left;
  position: relative;
  background: #ed1b24;
  height: 213px;
}
.emergency-contact .left-side .content a i
{
  margin-right: 10px;
}
@media (max-width: 767px) {
  .emergency-contact .left-side {
    width: 100%;
    height: auto;
    padding: 25px 0;
  }
}
.emergency-contact .left-side:after {
  content: "";
  border-top: 213px solid transparent;
  border-left: 160px solid #ed1b24;
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
}
@media (max-width: 767px) {
  .emergency-contact .left-side:after {
    display: none;
  }
}
.emergency-contact .left-side:before {
  content: "";
  position: absolute;
  border-top: 213px solid transparent;
  border-left: 174px solid #6d6e72;
  line-height: 0px;
  top: 0;
  left: 100%;
}
@media (max-width: 767px) {
  .emergency-contact .left-side:before {
    display: none;
  }
}
.emergency-contact .left-side .content {
  max-width: 630px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .emergency-contact .left-side .content {
    max-width: 513px;
  }
}
@media (max-width: 991px) {
  .emergency-contact .left-side .content {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .emergency-contact .left-side .content {
    margin: 0 auto;
    max-width: 100%;
    width: 400px;
    padding: 0 15px;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.emergency-contact .left-side .content img {
  margin-right: 15px;
}
@media (max-width: 991px) {
  .emergency-contact .left-side .content img {
    max-width: 28px;
  }
}
.emergency-contact .left-side .content h3 {
  font: 300 22px/32px "Open Sans", sans-serif;
  margin: 0px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .emergency-contact .left-side .content h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.emergency-contact .left-side .content h3 + h3 {
  font-weight: 400;
  color: #fff;
  margin-bottom: 33px;
}
@media (max-width: 1199px) {
  .emergency-contact .left-side .content h3 + h3 {
    margin-bottom: 20px;
  }
}
.emergency-contact .left-side .content .phone {
  font: 300 22px/35px "PT Serif", serif;
    letter-spacing: 0.3px;
    color: #fff;
    font-style: italic;
    margin-right: 54px;
    display: block;
    float: left;
}
@media (max-width: 1199px) {
  .emergency-contact .left-side .content .phone {
    font-size: 20px;
    margin-right: 20px;
  }
}
.emergency-contact .left-side .content .email {
  font: 400 21px/35px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #fff;
  margin: 0;
  display: inline-block;
}
@media (max-width: 1199px) {
  .emergency-contact .left-side .content .email {
    font-size: 18px;
  }
}
.emergency-contact .right-side {
  width: -webkit-calc(50% - 45px);
  width: calc(50% - 45px);
  display: inline-block;
}
@media (max-width: 767px) {
  .emergency-contact .right-side {
    display: none;
  }
}


/*
    Footer
------------------------------------------------------------------*/
#footer {
  background: #33353a;
  color: #999999;
  padding: 2.4em 0;
}
#footer .float-right
{
    float:right;
}
#footer .float-left
{
    float:left;
}
#footer .footer-social {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer .footer-social li {
  padding: 0 0 0 1em;
  margin: 0;
  display: inline-block;
}

#footer .footer-social li a {
  color: #fff;
  border: 0;
  font-size: 1.1em;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}

#footer .footer-social li a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#footer-top {
  padding: 0 0 1.6em;
  margin: 0 0 1.6em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

#footer-top::after {
  clear: both;
  content: "";
  display: table;
}

#footer-bottom::after {
  clear: both;
  content: "";
  display: table;
}

#footer-logo {
  float: left;
     width: 400px;
         font-size: 16px;
    color: #bababa;
}

#footer-logo img {
  display: block;
  max-width: 100%;
}

#footer-nav {
  float: right;
  position: relative;
  z-index: 1;
}

#footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer-nav ul li {
  margin: 0;
  padding: 0 0 0 2em;
  display: inline-block;
  font-weight: 600;
  font-size: .98em;
}

#footer-nav ul li a {
  display: inline-block;
  color: #fff;
  border: 0;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 16px;
}

#footer-nav ul li a:hover {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}

#footer-nav ul li a.button-highlight {
  position: relative;
  padding: .38em 2em;
  margin: 0 0 0 .6em;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#footer-nav ul li a.button-highlight:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fff;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#footer-nav ul li a.button-highlight:hover {
  color: #fff;
}

#footer-nav ul li a.button-highlight:hover:before {
  background: #ed1b24;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

#footer-nav ul li.nav-current a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;

}
.copyright 
{
font-size: 16px;
}
.scroll-top-wrapper {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        text-align: center;
        z-index: 99999999;
        background-color: #333;
        color: #eeeeee;
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 30px;
        bottom: 30px;
        transition: all 0.5s ease-in-out;
    }
    .scroll-top-wrapper:hover {
        background-color:#ed1b24;
        color: #fff;
    }
    .scroll-top-wrapper.show {
        visibility:visible;
        cursor:pointer;
        opacity: 1.0;
    }
    .scroll-top-wrapper i{
        line-height: inherit;
        font-size: 24px;
    }

    /* ===================================
    Sub Banner
====================================== */
.page-banner
{
  position: relative;
  background-image:url(images/nbt-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
  text-align: center;
}
.page-banner:before
{
  position: absolute;
  background: #000;
  opacity: 0.6;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-banner h2
{
      position: relative;
    display: inline-block;
    font-size: 42px;
    font-weight: 100;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
    font-family: 'Rubik-Bold';
    letter-spacing: 3px;
    transition: all 100ms linear;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}
/* ===================================
     Breadcrumb
====================================== */
.breadcrumb{position:relative;margin:0;padding:0;font-size:18px;background:none;border-radius:0}
.breadcrumb > .active{color:#ed1b24}
.breadcrumb li a{color:#fff}
.breadcrumb > li + li:before{padding:0 5px;color:#fff;content:">";vertical-align:middle}
/* ===================================
   About us Page
====================================== */
.about-page-sec
{
  padding: 60px 0px;
}
.about-page-sec p
{
      line-height: 25px;
    font-size: 14px;
    margin-top: 0;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #000;
    text-align: justify;
}
.about-page-sec .about-img
{
  position: relative;
}
.about-page-sec .about-img:before
{
    position: absolute;
    left: 32px;
    top: -30px;
    height: 298px;
    width: 100%;
    background-image: url(images/NBT-pattern.png);
    content: "";
}
/*=====gallery page ======*/
.gal-page .gallery-layout
{
margin-bottom: 35px;
}
.gal-page .row.no-gutters > [class^="col-"], .gal-page .row.no-gutters > [class*=" col-"] {
    padding-right:15px;
    padding-left: 15px;
}
/*========contact page ======*/
.contact-page-sec
{
  padding: 60px 0px;
}
.small-box ul li,.mailing-info{float:left;width:100%;padding:40px 25px;margin:0 0 20px;border:1px solid #ed1b24}
.small-box ul li .smallbox-inner h3{margin:0 0 15px}
.small-box ul li:last-child{margin:0}
.mailing-address{font-size:16px}
.mailing-address p{margin:0 0 72px}
.mailing-info{font-size:14px}
.mailing-info p{    margin: 0;
    line-height: 25px;
    font-size: 14px;
    margin-top: 0;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #000;}
.mailing-info figure{padding:0 0 0 40px}
.mailing-info .fa{color:#fff;width:65px;height:65px;font-size:30px;line-height:65px}
.mailing-info{margin:0;padding:40px 0;min-height:154px}
.mailing-info a{color:#ed1b24;text-decoration:none}
.mailing-info a:hover{color:#431f09}
.gold-text{color:#efaa15}
.gold-bg{background-color:#ed1b24}
.con-send
{
  margin-top: 60px;
}
.contact-box
{
    
    padding: 20px;
    background: #fbfbfb;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
    box-shadow: 0 0 10px rgba(0,0,0,.12);
}
/* ========MEDIA SCREEN =================*/
@media only screen and (max-width: 1200px) {
.menuzord-menu > li
{
	padding: 10px 0px;
}	
.menuzord-menu > li > a
{
	padding: 0px 10px;
}
.ser-icon::after {
	width: 144px;
}

.tp-parallax-wrap
{
	left: 100px !important;
	width: 100% !important;
}
}
@media only screen and (max-width: 993px) {
    .menuzord-responsive .menuzord-brand
    {
        margin:0px;
    }
    .menuzord-responsive .menuzord-menu > li > a
    {
        padding:0px 20px!important; line-height: 45px;
    }
    .menuzord-responsive .showhide
    {
        margin-top:30px;
    }
    .menuzord .showhide em
    {
        background:#fff;
    }
    .menuzord-menu.menuzord-right
    {
        margin-top:0px;
    }
    
    
	.tp-caption.text-orange, .tp-caption.text-white
	{
		text-align: left;
		display: inline-block;
	}
	.tp-caption
	{
		text-align: left;
	}
	
}

@media only screen and (max-width: 767px) {
    .menuzord-brand
{
	/*max-width: 40%;*/
	margin:0px !important;
}
	.tp-caption.text-orange
	{
		font-size: 20px !important;
	}
	.tp-caption.text-white
	{
		font-size: 30px !important;
	}
	.tp-caption.inquiry-slider a
	{
		font-size: 14px !important;
	}
	
  .navbar-toggle
  {
    margin-top: 70px;
  }
	.nav.navbar-nav
  {
    margin-left: 0;
    padding-top: 0;
  }
.navigation .dropdown-menu, .navigation-2 .dropdown-menu
{
      background-color: #f6912e !important;
}
.right_call_block
{
  margin-top: 0;
}
.home-about-sec .quote-box
{
  position: relative;
      top: 15px;
}
#footer-logo {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #bababa;
    padding: 10px 25px;
}
#footer-nav ul li
{
  line-height: 40px;
}
#footer-nav ul
{
  margin-top: 20px;
}
#footer-nav ul li a.button-highlight
{
  padding: 0;
  margin:0;
}
#footer-nav ul li a.button-highlight:before
{
  position: relative;
}
}
@media only screen and (max-width: 560px) {
.menuzord-brand
{
	/*max-width: 40%;*/
	margin:0px ;
}
.banner
{
      padding: 35px 0 65px 0px;
}
.navbar-toggle
  {
    margin-top:20px;
  }
.menuzord .showhide
{
	padding: 32px 0 0;
}
.copyright {
    font-size: 16px;
    padding: 0px 30px;
}
.nav.navbar-nav li
{
      padding: 5px 5px;
}
.navbar-collapse.collapse a.btn
{
  float: unset;
  width: 100%;
}
.right_call_block
{
  float: unset;
}
}
	@media only screen and (max-width: 479px) {
ul.social-icons
{
	float: left;
}
.tp-caption.text-orange
{
	margin-top: 0px !important;
}
.tp-caption.text-white
{
	font-size: 19px !important;
	margin-top: 10px !important;
}
.tp-caption.inquiry-slider a
{
	padding: 10px 15px;
}
.tp-parallax-wrap
{
	left: 60px !important;
	width: 100% !important;
}
.menuzord-brand
{
	margin:0px !important;
	
}
.top-section ul li {padding:0px 5px;}
.menuzord .showhide
{
	padding: 30px 0 0;
}
.container > .navbar-header
{
  padding: 10px 20px;
}
.contact-box .section-heading h2
{
  font-size: 30px;
}
.mailing-info
{
      padding: 15px 0;
          margin-bottom: 20px;
}
.smallbox-inner
{
  padding: 11px 0 0 40px;
}

}




