/*MAIN.CSS*/


body {
  font-weight: normal;
  overflow-x: hidden !important;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  width: 100%;
  font-family: 'Titillium Web', sans-serif;
  background: #f4f4f4;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

input:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 35px;
  line-height: 42px;
}

h2 {
  font-size: 28px;
  line-height: 38px;
}

h3 {
  font-size: 24px;
  line-height: 31px;
}

h4 {
  font-size: 21px;
  line-height: 28px;
}

h5 {
  font-size: 18px;
  line-height: 25px;
}

h6 {
  font-size: 14px;
  line-height: 21px;
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background-color: #2d2d2d;
}

::selection {
  color: white;
  background-color: #2d2d2d;

}
p{
  font-size: 16px;
  line-height: 24px;
  color: #393939;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.cursor-pointer{
	cursor:pointer;
}

/*---------------------------------------------------------------------------------------------------------------*/

/* 01 - COMMON ELEMENTS */

/*---------------------------------------------------------------------------------------------------------------*/

.container, .kc-container {
  max-width: 1200px;
}

.mastwrap {
  z-index: 1;
  border-bottom: 0;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.mastwrap.no-pad-top {
  padding-top: 0px !important;
}

.full-height {
  height: 100vh;
}

.full-width {
  width: 100%;
}

.half-height {
  height: 50vh;
}

.transparent-bg {
  background: transparent !important;
}

.animate {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.visibility-hide,
.hide-block {
  visibility: hidden !important;
  opacity: 0 !important;
}

.item-fade {
  opacity: 0.5 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.no-pad {
  padding: 0 !important;
}

.pos-center {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.pos-center-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.v-center>* {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}

.quad-parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed !important;
}

.ease {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.parallax-ease {
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.img-center-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.col-no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.quad-text-block {
  height: auto;
}

.quad-text-block dfn {
  font-style: inherit;
}

.quad-text-block span {
  display: inline-block;
  width: auto;
  float: none;
}

.quad-text-block .text-block-element {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}

.quad-page-content-wrap p,
.quad-post-content-wrap p {
  margin-bottom: 20px;
}

.qd-overflow-hidden {
  overflow: hidden;
}

.earth-image-wrap {
  background-color: #1a1a1a;
}

.disable-click {
  pointer-events: none;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel button.owl-dot:focus {
  outline: none;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
  -ms-touch-action: auto;
      touch-action: auto;
}

.kc_text_block {
  position: relative;
  z-index: 2;
}

.position-relative {
  position: relative;
}

a:hover {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: inherit;
}

.kc_text_block p {
  margin-bottom: 15px;
}

.kc_text_block h1,
.kc_text_block h2,
.kc_text_block h3,
.kc_text_block h4,
.kc_text_block h5,
.kc_text_block h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

.uppercase {
  text-transform: uppercase;
}

.bold-txt {
  font-weight: 500;
}

.btn-left-align {
  display: inherit;
  text-align: left;
  margin: 0 auto;
  margin-left: 0;
}

.foreground-braces img{
  padding-top: 100px;
}



a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #d82d26;
}

.italic {
  font-style: italic;
}
/*---------------------------------------------------------------------------------------------------------------*/

/* Margin Size */

/*----------------------------------------------------------------------------------------------------------------*/

.margin-bottom-5 {
  margin-bottom: 5px;
}

/*---------------------------------------------------------------------------------------------------------------*/

/* Font Size */

/*----------------------------------------------------------------------------------------------------------------*/

.font-size-12 {
  font-size: 12px;
  line-height: 20px;
}


/*---------------------------------------------------------------------------------------------------------------*/

/* Letter Space */

/*----------------------------------------------------------------------------------------------------------------*/

.letter-space-1 {
  letter-spacing: 1px;
}


/*---------------------------------------------------------------------------------------------------------------*/

/* A - Color */

/*----------------------------------------------------------------------------------------------------------------*/

.black{
	color:#000000;
}
.white {
  color: #FFFFFF;
}
.red {
  color: #d82d26;
}
.red-bg {
  background-color: #d82d26;
}
.dark{
  color: #393939;
}
.grey {
  color: #9E9E9E;
}
.white-bg {
  background-color: #FFFFFF;
}


/*---------------------------------------------------------------------------------------------------------------*/

/* B - FONTS */

/*----------------------------------------------------------------------------------------------------------------*/


/* .font-poppins {
  font-family: 'Poppins', sans-serif;
} */
 
.font1 {
  font-family: 'Bebas Neue', cursive;
}
.font2{
font-family: 'Titillium Web', sans-serif;
}



/*---------------------------------------------------------------------------------------------------------------*/

/* C - FONT WEIGHTS */

/*----------------------------------------------------------------------------------------------------------------*/

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}


/*---------------------------------------------------------------------------------------------------------------*/

/* 02 - HEADER & NAVIGATION */

/*---------------------------------------------------------------------------------------------------------------*/
/* MOBILE */
/* toggle-menu */
 .mobile-logo{
	position: absolute;
	z-index: 3;
}
.mobile-header{
background-color: #FFFFFF;
position: fixed;
top: 0;
left: 0;
width: 100%;
padding-top: 15px;
padding-bottom: 15px;
z-index: 100;
}
.toggle-menu{
	display: inline-block;
}
.button_container {
	position: relative;
	height: 50px;
  width: 50px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
  margin-top: 10px;
}



  
.mobileoverlay {
	position: fixed;
	background: rgb(128,130, 133);
	top: 0;
  left: 0;
	width: 100%;
	padding-top: 40px;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	z-index: 100;
}
.mobileoverlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
}
.mobileoverlay.close {
	opacity: 0;
}
/* .mobileoverlay.open li {
	-webkit-animation: fadeInRight .5s ease forwards;
			animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
			animation-delay: .35s;
}
.mobileoverlay.open li:nth-of-type(2) {
	-webkit-animation-delay: .4s;
			animation-delay: .4s;
}
.mobileoverlay.open li:nth-of-type(3) {
	-webkit-animation-delay: .45s;
			animation-delay: .45s;
} */

.mobileoverlay nav {
	position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
}
.menu-pop-up-close{
	width: 50px;
	height:50px;
	position: absolute;
	right: 0;
	top: 7%;
	cursor: pointer;
	padding: 0 20px;
	z-index: 1;
}
.menu-pop-up-close::before {
  content: "";
  width: 43px;
  height: 1px;
  background: #FFFFFF;
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 4px;
}
.menu-pop-up-close::after {
  content: "";
  width: 43px;
  height: 1px;
  background: #FFFFFF;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 18px;
	left: 4px;
}
.primary-menu {
	list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  padding-top: 18px;
  width: 100%;
}
.primary-menu > li {
	display: block;
	position: relative;
	/* opacity: 0; */
	padding-bottom: 15px;
  cursor: pointer;
 
}
.menu-has-children > a::before{
	content: '';
	border: solid #FFFFFF;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 7px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 3%;
	transition:all 0.4s ease-in-out;
}
.submenu li a{
  padding-bottom: 0px !important;
}
.primary-menu li > a {
	cursor: pointer;
	display: block;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	overflow: hidden;
	font-size: 18px;
  transition:all 0.4s ease-in-out;
  padding-bottom: 15px;
}

.mobservicecategorylist{
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 20px;
  display: flex;
  transition:all 0.4s ease-in-out;
  position: relative;
}

.mobservicecategorylist svg{
  width: 25px;
  margin-right: 10px;
  transition:all 0.4s ease-in-out;
}
.mobservicecategorylist svg g{
  fill: #FFFFFF !important;
}

.mobservicecategorylist::after{
  content: '+';
  color: #FFFFFF !important;
  font-size: 40px !important;
	display: inline-flex;
	position: absolute;
	right: 13px;
	top: -3px;
  transition:all 0.4s ease-in-out;
  font-weight: 100;
}
.mobservicecategorylist.active-tab::after{
	content: '-';
}
.mobservicepostlist{
  display: none;
  list-style-type: none;
  margin-bottom: 20px;
  margin-left: 35px;
  cursor: pointer;
}
.mobservicepostlist li {
  margin-bottom: 15px;
}
.mobservicepostlist li a{
  font-size: 14px;
  line-height: 10px;
}

body.admin-bar header {
  top: 30px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 6px 2px rgba(0,0,0,0.20);
}
.header-wrap{
  padding-top: 17px;
  padding-bottom: 17px;
}
.home-master-header{	
  width: 100%;
}
.master-header{
  position: relative;
  width: 100%;
}
.header-logo{
  max-width: 100%;
  height: auto;
}
.menu-wrap{
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;
}
.header-menu{
  list-style-type: none;
  margin-bottom: 0px;
  display: inline-flex;
}
.menu-has-hover{
  position: relative;
}
.menu-has-hover::before {
  content: '';
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 60px;
  top: 100%;
  z-index: 1;
}
.menu-hover-wrap{
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  z-index: 98;
  height: auto;
  width: 100%;
  position: fixed;
  border: 0;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  transform: translateY(20px);
  transition:all 0.4s ease-in-out;
}
.menu-hover-wrap.active{
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
.menu-logo-wrap{
  /* background: #18A1B4; */
  background: rgb(128,130,133);

  padding: 75px 50px;
}
.menu-section-wrap{
  padding-left: 70px;
  padding-top: 50px;
}
.menu-head{
  font-size: 20px;
  line-height: 18px;
  position: relative;
  margin-bottom: 20px;
}
.menu-list{
  list-style-type: none;
  margin-bottom: 0px;

}
.menu-list li{
  margin-bottom: 15px;
  
}
.li-ellipsis{
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-list li a{
  font-size: 20px;
  line-height: 31px;
}
.menu-head::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #d82d26;
  /*position: absolute;*/
  bottom: -10px;
  left: 0;
}
.menu-logo-wrap p{
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 34px;
}

.servicecategorylist{
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 20px;
  display: flex;
  transition:all 0.4s ease-in-out;
}
.servicepostlist{
  display: none;
  list-style-type: none;
  margin-bottom: 20px;
  margin-left: 35px;
  cursor: pointer;
}
.servicepostlist li {
  margin-bottom: 5px;
}
.menu-section-wrap h4{
  cursor: pointer !important;
  transition:all 0.4s ease-in-out;
  position: relative;
}
.servicecategorylist.active-tab{
  color: #18A1B4 !important;
}
.servicecategorylist svg{
  width: 25px;
  margin-right: 10px;
  transition:all 0.4s ease-in-out;
}
.servicecategorylist.active-tab svg g{
   fill: #18A1B4 !important;
}
.servicecategorylist::after{
/*   content: '+'; */
	 content: none;
  color: #393939 !important;
  font-size: 30px !important;
	display: inline-flex;
	position: absolute;
	right: 60px;
	top: 0;
	transition:all 0.4s ease-in-out;
}
.servicecategorylist.active-tab::after{
	content: '-';
}
.servicepostlist li a{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #393939;
}
.header-menu li{
  transition:all 0.4s ease-in-out;
}
.header-menu li a{
  color: #808285;
  text-decoration: none;
  font-size: 20px;
  line-height: 31px;
  padding-right: 5px;

}
.header-menu li a span{
  float: right;
  margin-right:30px;
  vertical-align: middle;
  transform: translateY(3px);
}
.header-menu svg{
  width: 20px !important;
}
.header-menu  li.fill-strike svg g{
  fill: #808285 !important;
  transition:all 0.4s ease-in-out;
}
.header-menu  li.stroke-strike svg g{
  stroke: #808285 !important;
  transition:all 0.4s ease-in-out;
}
.header-menu  li.fill-strike:hover svg g{
  fill: #d82d26 !important;
}
.header-menu  li.stroke-strike:hover svg g{
  stroke: #d82d26 !important;
}
.header-menu  li:hover a{
  color: #d82d26 !important;
}
.menu-has-children:hover .menu-hover-wrap{
  opacity: 1 !important;
}
.quote-holder a{
  font-size: 20px;
  letter-spacing: 1px;
  padding: 11px 25px;

}
.bravo-btn{
	background-color: #d82d26;
	border: 1px solid #d82d26;
	transition:all 0.4s ease-in-out;
}
.bravo-btn:hover{
	color: #d82d26;
	background-color: #FFFFFF;
	border: 1px solid #d82d26;
}

.view-btn a{
  font-size: 20px;
  letter-spacing: 1px;
  padding: 11px 25px;

}
.quote-pop-up-wrap{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
  
.quote-pop-up-overlay{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 998;
	background: rgba(0,0,0,0.80);
}
.quote-pop-up-content{
	z-index: 999;
	position: fixed;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: 1000;
	transform: translate(-50%, -50%);
}
/* .quote-list{
	position: relative;
	padding: 132px 150px;
	background-color: #FFFFFF;
	border: 1px solid #979797;
} */
.quotewrap{
  position: relative;
	padding: 132px 150px;
	background-color: #FFFFFF;
	border: 1px solid #979797;
}
.quote-list p{
	  margin-bottom: 47px;
}
.quote-list h4{
	  font-size: 30px;
	  line-height: 46px;
}
.quote-list h1{
	font-size: 50px;
	line-height: 55px;
}
.quote-list button{
  padding: 11px 24px;
  font-size: 20px;
  letter-spacing: 1;
  line-height: 31px;
  margin-top: 50px;
}
.mode-form{
	transform: translateX(20%);

}
.round {
	position: relative;
	margin-bottom: 20px;
}
  
.round label {
	background-color: #FFFFFF;
	border: 1px solid #18A1B4;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}
.round span {
	  margin-left: 15px;
}
.round label:after {
	border: 2px solid #FFFFFF;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 5px;
	transform: rotate(-45deg);
	width: 12px;
}
  
.round input[type="checkbox"] {
	visibility: hidden;
}
  
.round input[type="checkbox"]:checked + label {
	background-color: #18A1B4;
	border-color: #18A1B4;
}
  
.round input[type="checkbox"]:checked + label:after {
	opacity: 1;
}


/* Extra class- rejin */

/* Customize the label (the container) */
.label-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 17px;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
  
  /* Hide the browser's default checkbox */
.label-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
  
  /* Create a custom checkbox */
.label-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: #FFFFFF;
  border: 1px solid #18A1B4;
  border-radius: 50%;
}
  
  /* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark {
	background-color: #fff;
}
  
  /* When the checkbox is checked, add a blue background */
.label-container input:checked ~ .checkmark {
	background-color: #18A1B4;
}
  
  /* Create the checkmark/indicator (hidden when not checked) */
.label-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
  
  /* Show the checkmark when checked */
.label-container input:checked ~ .checkmark:after {
	display: block;
}
  
  /* Style the checkmark/indicator */
.label-container .checkmark:after {
	left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Extra class - rejin */




.quote-pop-up-close{
	width: 50px;
	height:50px;
	position: absolute;
	right: 2%;
	top: 2%;
	cursor: pointer;
	padding: 0 20px;
	z-index: 1;
}
.quote-pop-up-close::before {
  content: "";
  width: 43px;
  height: 1px;
  background: #d82d26;
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 4px;
}
.quote-pop-up-close::after {
  content: "";
  width: 43px;
  height: 1px;
  background: #d82d26;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 18px;
	left: 4px;
}

/*---------------------------------------------------------------------------------------------------------------*/

/* 03 - PAGES & SECTIONS SETUP */

/*---------------------------------------------------------------------------------------------------------------*/

/* === PRELOADER === */
body.preloader-done .mastwrap,
body.preloader-done header,
body.preloader-done nav,
body.preloader-done footer {
  opacity: 1;
}

div#preloader {
  background-color: #1A1A1A;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
  overflow: hidden;

}

#status {
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
  background-size: 260px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.fixed-banner-section{
	display: flex;
	height: 605px;
	width: 100%;
	position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	align-items: center;
}

.fixed-banner-section h2{
	font-size:46px;
	
}
.banner-head{
  background: rgba(0,0,0,0.60);
}
.banner-head h2{
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 72px;
  padding-top: 104px;
  padding-left: 47px;
}
.banner-head p{
  color: #FFFFFF;
  padding-left: 47px;
  padding-bottom: 20px;
  padding-right: 47px;
  text-align: justify;
}
.banner-popup{
	text-decoration: underline;
	font-weight: 700 !important;
	
}
.service-page-section{
  margin-top: 100px;
  margin-bottom: 100px;
}
.service-wrap{
  background-color: #FFFFFF;
  padding: 50px;
}
.service-banner p, .service-block p{
  text-align: justify;
}
.service-page-content p{
  text-align: justify;
  line-height: 26px;
}
.service-page-content {
  padding-bottom: 34px;
}
.post-page-section{
  padding-top: 52px;
  padding-bottom: 65px;
  background-color: #FFFFFF;
}
.post-page-content p{
  text-align: justify;
  line-height: 28px;
}
.post-sub-content{
  padding-top: 20px;
}
.tag-list{
  margin-top: 200px;
}
.tag-list h6{
  background-color: #d82d26;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.post_tags{
  list-style: none;
}
.post_tags li{
  display: inline-block;
  border: 1px solid #393939;
  margin-bottom: 10px;
}
.post_tags li a{
  color: #18A1B4;
}
.subtitle{
	color: #d82d26;
	font-size: 30px;
  line-height: 25px;
  padding-bottom: 10px;
}
.section-black-title
{
	font-size: 70px;
	line-height: 60px;
  margin-bottom: 34px;
}
.section-line{
	position: relative;
}
.section-line::after{
	content: '';
  display: inline-block;
  width: 200px;
  height: 4px;
  background-color: #d82d26;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.section-line-white{
	position: relative;
}
.section-line-white::after{
	content: '';
    display: inline-block;
    width: 200px;
    height: 4px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.section-line-small{
	position: relative;
}
.section-line-small::after{
	content: '';
  display: inline-block;
  width: 76px;
  height: 2px;
  background-color: #d82d26;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.section-line-center{
	position: relative;
}
.section-line-center::after{
  content: '';
  display: inline-block;
  width: 200px;
  height: 4px;
  background-color: #d82d26;
  position: absolute;
  bottom: -10px;
  left: 30%;
	
}
.service-page-content h4{
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 1.5px;
  padding-top: 40px;
  margin-bottom: 20px;
}
.service-list-all{
  padding-left: 37px;
}
.service-list-all h3{
  color: #393939;
  font-size: 35px;
  line-height: 40px;
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
}
.service-list-all h3::after{
  content: '';
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #d82d26;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.service-list-all ul{
  list-style: none;
  margin-bottom: 40px;
}
.service-list-all ul li{
  margin-bottom: 10px;
}
.service-list-all ul li a{ 
  font-size: 25px;
  line-height: 38px;
  color: #636363;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}
.service-list-all ul li a:hover{ 
  color: #d82d26;
}
.service-list-all ul li a.active{ 
  color: #d82d26;
}
.advantage-olist li{
  margin-bottom: 20px;
  text-align: justify;
}
.advantage-ulist li{
  list-style-type: none;
  margin-bottom: 20px;
  text-align: justify;
}
.cta-section{
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
}
.cta-section h1{
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 1.5px;
}
.quad-button-wrap-inner {
  display: inline-block;  
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  
}
.quad-button-wrap-inner a {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400 !important;
  color: #FFFFFF;
  padding: 16px 56px;
  border: 1px solid #393939;
  background-color: #393939;
}
.quad-button-wrap-inner a:hover {
  background-color: #FFFFFF;
  border: 1px solid #393939;
  
}
.quad-button-wrap-inner a:hover{
  color: #393939;
}
.white-bg-service{
  background-color: #FFFFFF;
  padding-top: 70px;
  padding-bottom: 70px;
}
.blog-section{
  margin-top: 100px;
  margin-bottom: 100px;
}
.service-banner-section{
  padding-bottom: 25px;
  background: #FFFFFF;
}
.service-banner h1{
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.service-list1{
  list-style: none;
  margin-bottom: 40px;
  margin-left: 20px;
}
.service-list1 li{
  margin-bottom: 20px;
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.20);
  
}
.service-list1 li a{ 
  background: #FFFFFF;
  padding: 20px 0px 20px 74px;
  font-size: 25px;
  line-height: 38px;
  color: #393939;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}
.service-list1 li a span{ 
  margin-left: 15px;
}
.service-list1 img,.service-list1 svg{
  width: 34px !important;
}
.service-list1 svg g{
  fill: #000000 !important;
  transition: all 0.3s ease-in-out;
}
.service-list1 li:hover a{
  color: #d82d26 !important;
}
.service-list1 li:hover svg g{
  fill: #d82d26 !important;
}
.service-block{
  background: #FFFFFF;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 70px;
  padding-top: 70px;
  margin-right: 0px;
  margin-left: 0px;
}
.service-block h2{
  width: 85%;
}
.form-section input[ type = "text"],
.form-section input[ type = "tel"],
.form-section input[ type = "email"],
.form-section select
{
  outline: none;
  font-family: 'Titillium Web', sans-serif;
  border: none;
  background: #808285;
  color:#fff;
  display: inline-block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-weight: 400;
  font-size: 20px;
}
.form-section .select2-container--default .select2-selection--single {
  background-color: #808285 !important;
  border-radius: 0px !important;
  border: none !important;
  height: 61px !important;
  outline: none !important;
}
.form-section .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF !important;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400 !important;
  font-size: 20px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.form-section .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 24px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-section .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px !important;
  right: 25px !important;
}
.form-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
  /* border-color: #FFFFFF !important; */
  border: solid #FFFFFF !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block !important;
  padding: 8px !important;
  /* transform: rotate(45deg); */
  -webkit-transform: rotate(45deg) !important;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #808285 !important;
  color: white;
}
.form-section textarea 
{
  outline: none;
  font-family: 'Titillium Web', sans-serif;
  border: none;
  background: #808285;
  color:#fff;
  display: inline-block;
  width: 100%;
  padding-top: 16px;
  padding-left: 19px;
  font-weight: 400;
  font-size: 20px;
}
.form-colm{
  margin-bottom: 30px;
}
.form-section ::placeholder{
  color: white;
  opacity: 1;
}

.form-section textarea{
  height:218px;
}
.form-section input[type = "submit"]
{
  font-family: 'Titillium Web', sans-serif;
  color: white;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 11px 25px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  background-color: #d82d26;
  border: 1px solid #d82d26;
  transition:all 0.4s ease-in-out;
}
.form-section input[type = "submit"]:hover
{
  color: #d82d26;
	background-color: #FFFFFF;
	border: 1px solid #d82d26;
}
.grey-radio-bg{
  background: #808285;
  color:#fff;
  display: inline-block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  font-weight: 400;
  font-size: 20px;
}
input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -8px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -8px;
  left: -1px;
  position: relative;
  background-color: #d82d26;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.post-share{
  margin-top: 30px;
  border-top: 1px solid #C3C3C3 !important;
  border-bottom: 1px solid #C3C3C3 !important;
  padding: 4px 0;
}

.search-result-list{
	margin-bottom: 70px;
}

.search-list-categories__title{
	font-size: 20px;
	line-height: 31px;
	font-family: 'Titillium Web', sans-serif;
	color: #393939;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 600;
}

.search-list-categories ul{
	list-style: none;
	margin-right: 40px;
}

.search-list-category{
	position: relative;
	font-size: 18px;
	line-height: 27px;
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	cursor: pointer;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}

.search-list-category.active{
	font-weight: 600;
}

.search-list-category::before{
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid #d82d26;
	border-radius: 50%;
	background: transparent;
	margin-right: 10px;
}

.search-list-category.active::before{
	background: #d82d26;
}

.search-list-category .search-cat-count{
	position: absolute;
	right: 0;
	font-size: 18px;
	line-height: 20px;
	padding: 1px 11px 3px;
	background: #fff;
	border-radius: 12px;
	min-width: 42px;
	text-align: center;
}

.search-page-title{
	font-size: 35px;
	line-height: 42px;
	margin: 40px 0;
	font-weight: 500;
}

.search-result{
	margin-bottom: 35px;
	background-color: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.20);
}

.search-result__content-area{
	padding: 30px;
}

.search-result__category-name{
	font-size: 16px;
	line-height: 19px;
	color: #848484;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Bebas Neue', cursive;
}

.search-result__title{
	font-size: 24px;
	line-height: 31px;
	color: #393939;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	margin: 13px 0 15px;
	font-weight: 600;
}

.search-result__description{
	font-size: 20px;
	line-height: 25px;
	color: #848484;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 40px;
}

.search-result__post-link{
	font-size: 16px;
	line-height: 24px;
	color: #18A1B4;
}

.search-result__post-link img{
	margin-left: 8px;
	transition:all 0.4s ease-in-out;
}

.search-result__post-link:hover img{
	margin-left: 18px;
}

.search-result__featured-image{
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.search-result.tracking-sticky-result{
	background-color: #18A1B4;
	box-shadow: none;
	padding: 30px;
	padding-bottom: 25px;
}

.search-result.tracking-sticky-result .search-result__category-name, .search-result.get-quote-sticky-result .search-result__category-name{
	color: #ffffff;
}

.search-result.tracking-sticky-result .search-result__title, .search-result.get-quote-sticky-result .search-result__title{
	font-size: 35px;
	line-height: 40px;
	color: #ffffff;
	font-family: 'Bebas Neue', cursive;
	margin: 5px 0 20px;
	font-weight: 400;
}

.search-result.tracking-sticky-result .search-result__description, .search-result.get-quote-sticky-result .search-result__description{
	font-size: 25px;
	line-height: 38px;
	color: #ffffff;
	margin-bottom: 0;
}

.search-result.tracking-sticky-result .button-wrap{
	float: right;
}

.search-result.tracking-sticky-result .bravo-btn{
	padding: 12px;
	display: inline-block;
}

.search-result.get-quote-sticky-result{
	background-color: #18A1B4;
	box-shadow: none;
	padding: 30px;
	padding-bottom: 25px;
}

.search-result.get-quote-sticky-result .mode-form{
	transform: translateX(0);
	margin-bottom: 0;
}

.search-result.get-quote-sticky-result .mode-form .label-container{
	color: #ffffff;
}

.search-result.get-quote-sticky-result .mode-form .label-container .checkmark{
	background: transparent;
	border: 1px solid #ffffff;
}

.search-result.get-quote-sticky-result .bravo-btn{
	padding: 12px 38px;
	cursor: pointer;
	float: right;
}




/*---------------------------------------------------------------------------------------------------------------*/

/* 04 - FOOTER SECTIONS SETUP */

/*---------------------------------------------------------------------------------------------------------------*/
.quote-container{
  text-align: right !important;
}


.footer-section{
/* 	background: #18A1B4; */
	background: rgba(0,0,0,0.8);
	padding-top: 85px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.footer-banner-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.85);
}
.footer-banner-content{
	position: relative;
	z-index: 1;

}
.logo-holder p{
  width: 70%;
	font-size: 18px;
	line-height: 34px;
	padding-top: 26px;
}
.contact-holder h3{
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 21px;
}
.contact-holder p{
	padding-bottom: 10px;
}
.social-icons{
  list-style: none;
}
.social-icons li{
  display: inline-block;
	margin-right: 30px;
	padding-top: 33px;   
}
.social-icons li a i{
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  transition:all 0.4s ease-in-out;
}
.quick-links h3{
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 21px;
}
.quick-link-list ul{
  list-style: none;
}
.quick-link-list ul li{
	margin-bottom: 15px;
}
.quick-link-list ul li a{
	font-size: 18px;
  line-height: 27px;
  color: #FFFFFF !important;
}
.quick-link-list ul li a:hover{
	color: #d82d26 !important;
}
.copy-right {
  margin-top: 85px;
  background: rgba(0,0,0);
}
.credit-wrap p{
	font-size: 14px;
	line-height: 21px;
	padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
}
.credit-wrap a{
  color: #FFFFFF !important;
}
.credit-wrap a:hover{
  color: #d82d26 !important;
}
.map-height iframe{
  height: 598px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #d82d26 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
     border-color: #18A1B4 !important;
}
.intl-tel-input {
    position: relative;
    display: block !important; 
}
.wpcf7-captcha-captcha-1{
	width:37%;
	height: auto;
}
.group-row{
	margin-left:0px !important;
	margin-right:0px !important;
}
.group-row .select2{
	width:100% !important;
}
[data-class="wpcf7cf_group"] {
   width:100% !important;
}
@media only screen and (min-width: 992px) {
.post-each-wrap{
	width:33% ! important;
}
}

.dark1 {color: #393939; padding-left:10px;}

.dark1:hover { color: #d82d26;}



/* :: Careers Page */
.item-careers{
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 30px;
}
.item-careers h4{
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 18px 0;
    font-weight: 600;
    text-transform: capitalize;
}
.item-careers h4 a{
	color: #1C1A30;
}
.item-careers h4:hover a{
    color: #d82d26;
}
.item-careers ul li{
    display: block;
    font-weight: 500;
    margin-right: 10px;
}

.item-careers ul li span{font-weight: 600;}


.item-careers ul li.active{
    background-color: #F57009;
    padding: 2px 15px;
    color: #FFF;
    border-radius: 3px;
}
.item-careers p{
    margin: 18px 0 0 0;
}
.item-careers a.link{
    min-width: 120px;
    height: 45px;
    line-height: 45px;
    margin-top: 18px;
}

.quote-holder1 { margin-top: 30px;}

.quote-holder1 a{
  font-size: 18px;
  letter-spacing: 1px;
  padding: 8px 20px;

}
.bravo-btn1{
	background-color: #d82d26;
	border: 1px solid #d82d26;
	transition:all 0.4s ease-in-out;
}
.bravo-btn1:hover{
	color: #d82d26;
	background-color: #FFFFFF;
	border: 1px solid #d82d26;
}

.jobdiscription {margin-top: 30px; }

.jobdiscription h5 { font-weight: 600; margin-bottom: 10px;}

.jobdiscription ul li {list-style-type: circle;}



.features-item-wrap {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}

.features-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
}

.feature-item {
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(36, 36, 36, 0.1);
}

.delay-0-2s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.feature-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 50px;
    margin-right: 20px;
    color: #242424;
    width: 200px;
    height: 150px;
    line-height: 150px;
    text-align: center;
}

.feature-item h4 {
    margin: 10px 0 0;
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}

.img-responsive {width:100%; max-width:100%;}

@media only screen and (max-width: 767px) {
.feature-item {
    width: 100%;
}
.feature-item {
  width: 100%;
  display: block;
  display: block;
  display: block;
  text-align: center;
}

.features-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  padding-left: 0px
padding-right: 0px;
    
}

.quote-holder1 a {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 7px 10px;
}
}

