/* Top Bar
================================================== */

.top-bar .container {
   padding: 8px 20px 8px;
   position: relative;
}

.top-bar .container:before {
   content: '';
   width: 0;
   height: 0;
   /*border-bottom: 20px solid #fff;*/
   border-right: 20px solid rgba(0, 0, 0, 0);
   background: none;
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 1;
}

/* Top info */

ul.top-info {
   list-style: none;
   margin: 0;
   padding: 0;
   color: #fff;
   font-weight: 600;
}


ul.top-info li {
   position: relative;
   line-height: 10px;
   display: inline-block;
   margin-left: 0;
   padding-right: 15px;
}

ul.top-info li i{
   font-size: 18px;
   position: relative;
   top: 2px;
   margin-right: 5px;
}


ul.top-info li p.info-text {
   margin: 0;
   line-height: normal;
   display: inline-block;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
}

/* Top social */

.top-social ul{
	list-style: none;
  	padding: 0;
  	margin: 0;
}

.top-social li {
  display: inline-block;
  padding: 0;
}

.top-social li a{
   color: #fff;
	margin-right: 15px;
	font-size: 14px;
	-webkit-transition: 400ms;
  	-moz-transition: 400ms;
  	-o-transition: 400ms;
  	transition: 400ms;
}

.top-social li a:hover{
	color: #333;
}

/* Top bar border */

.top-bar-border{
   padding: 8px 20px 8px;
   border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info{
   color: #7c7c7c;
   font-weight: 400;
}

.top-bar-border .top-social li a{
   color: #7c7c7c;
}

.top-bar-border ul.top-info li i{
   color: #e50404;
}


/* Header area
================================================== */

.header{
   background: #fff;
   position: relative;
   box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.navbar-fixed {
  z-index: 9999;
  position: fixed;
  opacity: .98;
  width: 100%;
  top: 0;
  -webkit-animation: fadeInDown 800ms;
  -moz-animation: fadeInDown 800ms;
  -ms-animation: fadeInDown 800ms;
  -o-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms;
  -webkit-backface-visibility: hidden;
}

/*-- Logo --*/

.logo {
  padding: 15px 0;
}

/* header right */

.header-right {
  float: right;
}

ul.top-info-box {
   list-style: none;
   margin: 0;
   padding: 0;
   float: right;
}

ul.top-info-box li {
   position: relative;
   float: left;
   margin-left: 40px;
}

ul.top-info-box li:first-child{
   margin-left: 0;
}

ul.top-info-box li:first-child:before{
   background: none;
}


ul.top-info-box li .info-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  float: left;
  width: 42px;
  height: 42px;
  line-height: 44px;
  border: 1px solid #d3d3d3;
  margin-right: 20px;
  position: relative;
  color: #e50404;
}

ul.top-info-box li .info-box span.info-icon i{
   margin-left: 5px;
}

ul.top-info-box li .info-box .info-box-content {
  display: inline-block;
  font-family: Montserrat;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
  font-weight: 600;
  color: #303030;
  font-size: 15px;
  margin-bottom: 0;
  line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  color: #999;
  font-size: 14px;
}

/*-- Search start --*/


ul.top-info-box > li.nav-search{
   cursor: pointer;
   padding-left: 30px;
   margin-left: 30px;
}

ul.top-info-box > li.nav-search:before{
   position: absolute;
   content: '';
   background: #ddd;
   left: 0;
   width: 1px;
   height: 40px;
   top: 50%;
   margin-top: -10px;
}

ul.top-info-box > li.nav-search i{
   font-size: 20px;
   top: 10px;
   position: relative;
   cursor: pointer;
   color: #999;
}

.search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53,53,53,.92);
    display: none;
    z-index: 99;
}

.search .form-control {
   border: 1px solid #fff;
   position: fixed;
   top: 50%;
   left: 25%;
   width: 50%;
   height: 60px;
}

.search .search-close {
   color: #fff;
   position: fixed;
   top: 90px;
   right: 19%;
   font-size: 36px;
   cursor: pointer;
}


/* Main navigation */

.navbar{
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}

.navbar-toggle{
   float: left;
   margin-top: 25px;
   padding: 12px;
   border-radius: 0;
   margin-right: 5px;
   background: #e50404;
}

.navbar-toggle .icon-bar{
   background: #fff;
}

.navbar-toggle .i-bar{
	background: #fff;
}

ul.navbar-nav{
   float: left;
   display: inline-block;
}

ul.navbar-nav > li{
   float: none;
   display: inline-block;
}


ul.navbar-nav > li:hover > a, 
ul.navbar-nav > li.active > a{
  color: #e50404;
  position: relative;
}


ul.navbar-nav > li:hover > a:after, 
ul.navbar-nav > li.active > a:after{
   font-family: FontAwesome;
   position: absolute;
   clear: both;
   content: "\f107";
   text-align: center;
   display: block;
   line-height: 0;
   font-size: 14px;
   left: 50%;
   margin-left: -6px;
}


ul.navbar-nav > li{
   padding: 0 13px;
   position: relative;
}

ul.navbar-nav > li:last-child{
   padding-right: 0;
}

ul.navbar-nav > li:last-child:after{
   background: none;
}

ul.navbar-nav > li > a{
   font-family: 'Roboto', serif;
   color: #333;
   text-rendering: optimizeLegibility;
   font-weight: 700;
   text-transform: uppercase;
   font-size: 13px;
   margin: 0;
   line-height: 40px;
   padding: 30px 0;
   -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

ul.navbar-nav > li > a:hover, 
ul.navbar-nav > li > a:focus{
   background: none;
}

ul.navbar-nav > li > a i{
	font-weight: 700;
}

.nav .open>a, .nav .open>a:hover, 
.nav .open>a:focus{
	background: transparent;
	border:0;
}


/* Dropdown */

.dropdown-submenu {
   position: relative;
}

.dropdown-submenu>.dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -2px;
   border-radius: 0;
}


.dropdown-submenu>a:after {
   display: block;
   content: "\f105";
   font-family: FontAwesome;
   float: right;
   margin-top: 0;
   margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
   border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu{
   text-align: left;
   background: #fff;
	z-index: 100;
	min-width: 200px;
	border-radius: 0;
   border: 0;
   border-top: 2px solid #e50404;
   padding: 0 20px;
}

.dropdown-menu-large{
   min-width: 400px;
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown-menu-large > li > ul > li > a{
   padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a{
   color: #e50404;
}

.navbar-nav>li>.dropdown-menu a{
	background: none;
}

.dropdown-menu li a{
   font-family: 'Roboto', serif;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
   color: #333333;
}

.dropdown-menu li:last-child > a{
	border-bottom: 0;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>.dropdown-menu>.active>a{
	background: none;
	color: #e50404;
}

.dropdown-menu li a:hover, 
.dropdown-menu li a:focus{
	color: #e50404;
}

/* Get a quote */

.header-get-a-quote .btn-primary{
   padding: 10px 15px;
   font-size: 12px;
   border-radius: 0;
   line-height: normal;
   text-transform: capitalize;
   color: #fff;
}

.header-get-a-quote .btn-primary:hover{
   background: #272d33;
}

ul.navbar-nav > li.header-get-a-quote:hover > a:after{
   position: relative;
   content: no-close-quote;
}

.logo.logo-mt.f-left img {
   width: 38%;
   height: 100%;
}

.section-title.section-2.text-center.pos-rel.mr-60.ml-60.mb-75 h2 {
   font-size: 28px;
}

.section-title.pos-rel.mb-35 h2 {
   font-size: 28px;
   padding-top: 36px;
}

.section-title.section-2.text-center.pos-rel.mr-60.ml-60.mb-75 h2 {
   text-transform: uppercase;
   font-size: 28px;
}

.section-title.section-2.text-center.pos-rel.mr-60.ml-60.mb-75 h4 {
   font-size: 18px;
   font-style: italic;
   font-family: Railey;
   margin-top: -4px;
}

.section-title.section-2.text-center.pos-rel.mb-75 {
   padding-top: 38px;
}

.section-title.section-2.text-center.pos-rel.mb-75 h2 {
   text-transform: uppercase;
   font-size: 30px;
}

.section-title.pos-rel.mb-75 p {
   padding-top: 14px;
}

.section-title.pos-rel.mb-40 p {
   padding-top: 14px;
}

.section-title.pos-rel.mb-35 h4 {
   font-size: 18px;
   font-family: 'Font Awesome 5 Pro';
   margin-top: -4px;
}

.our-services-img img {
   height: 150px;
}

p {
   text-align: justify;
}

.footer-link p {
   text-align: unset;
   color: #fff;
}

.section-title.section-2.text-center.pos-rel.mr-60.ml-60.mb-75 p {
   text-align: center;
   font-style: italic;
   font-family: Railey;
   margin-top: -4px;
   padding-top: 0px;
}

.section-title.section-2.text-center.pos-rel.mr-60.ml-60.mb-75 {
   padding-top: 48px;
   margin-bottom: 48px;
}

.contact-address-text p {
   color: #fff;
}

.services-02-wrapper.mb-30 {
   margin-top: 0px;
   box-shadow: #000;
   box-shadow: 0px -1px 8px -2px #888888;
   /* border: 1px solid; */
}

.working-wrapper.text-center.mb-30 {
   box-shadow: 1px 4px 18px -2px #8888;
}

footer {
   /* margin-top: 35px; */
}

.our-services-text h3 {
   font-size: 14px;
}

#top-bar {
   height: 6px;
}

.our-services-text h3 {
   font-size: 20px;
}



@media (min-width: 768px) {
   ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
}

@media (min-width: 767px) {
   ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {left: 100%;top: 0;display: none;}
   ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu{ display:block;}
}


/* Slider
================================================== */


.fa {
   padding: 10px;
   font-size: 20px;
   width: 50px;
   text-align: center;
   text-decoration: none;
   margin: 5px 2px;
   border-radius: 10px 10px 10px 10px;
 }
 
 .fa:hover {
     background-color: #fff;
     color: #000;
 }
 
 .fa-facebook {
   background: #3B5998;
   color: white;
 }
 
 .fa-youtube-play {
   background: #b90000;
   color: white;
 }
 
 .fa-linkedin {
   background: #007bb5;
   color: white;
 }
 
 
 
/*-- Main slide --*/

