/*
Theme Name: Bezel WP Child
Theme URI:
Description: Creative Multi-Purpose WordPress Theme
Author: HodyLab
Author URI: http://hody.co/
Template: bezel-wp
Version: 1.0.0
*/
@import url(fontawesome/css/all.css);
/* section-row-fixes */
section.no-border{
	border-top:0!important;
    margin-top:-1px;
}

.fw-container .container{
	width:100%!important;
}
section {
    background-color: transparent!important;
}
.dark-bg {
    background-color: #1f1f1f!important;
    color: #fff;
}
.bg-blue-grad{
background: rgb(39,38,78);
background: linear-gradient(302deg, rgba(33,84,166,1) 35%, rgba(33,65,122,1) 100%);
}
.bg-green-grad{
background: rgb(39,38,78);
background: linear-gradient(302deg, rgba(0,151,0,1) 35%, rgba(52,223,52,1) 100%);
}
/* loader fix */
#loader {
 background-color: #ffffff; 
}

#mask>span {
    display: none;
}
.preloader-icon {
	display: none;
}

/*typography*/

.headline p{
    position:relative;
    margin:0px;
    background:none;
    line-height:1.2em;
    font-family: 'Poppins', sans-serif;
    color:#1f1f1f;
   font-size: 38px;
    letter-spacing: -1px;
   font-weight: 700;
    margin-bottom:10px!important;
}

.headline-title p{
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 14px;
letter-spacing: 1px;
margin-bottom:10px!important;
}

.wt-text p{
color:#ffffff!important;	
}

.p-lg-1 p{
	font-size:22px;
	line-height:1.3;
}

.p-md-1 p{
	font-size:18px;
	line-height:1.3;
}
@media only screen and (max-width: 599px){
.headline p{
    font-size: 30px;
}
.p-lg-1 p{
	font-size:18px;
	line-height:1.3;
}
.p-md-1 p{
	font-size:16px;
	line-height:1.5;
}
}

/* navbar */
.gm-navbar-sticky.gm-navbar-sticky-toggle .gm-wrapper {
  transition-property: transform;
  transition-duration: 0.8s;
  }

/* hero*/
.hero-overlay{
height: 750px;
}

.hero-overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	background-color: rgba(33,65,122,0.85);
	
}
.title h1 {
    font-size: 44px;
    letter-spacing: -1px;
}

/* header-form */
.header-form{
position: absolute;
width: 520px;
bottom:60px;
left:50%;
margin-left:-545px;
}

.tab-pane p{
font-family: 'Poppins', sans-serif;
line-height: 1.3;
font-size: 24px;
font-weight: 700;
margin-left: 10px;
margin-bottom: 20px;
}

.boxed-tabs > li {
    border-right: 1px solid rgba(0, 0, 0, 0);
}

.boxed-tabs > li > a {
  font-size: 14px;
  color: #ffffff !important;
  font-weight: 700;
  background-color: #21417a;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: 2px;
  letter-spacing: 0.1em;
}

.boxed-tabs > li > a:focus {
  background-color: #21417a;
}

.boxed-tabs > li > a:hover {
  font-size: 14px;
  font-weight: 700;
  background-color: #21417a;
}

.boxed-tabs > li.active > a,
.boxed-tabs > li.active > a:focus,
.boxed-tabs > li.active > a:hover {
  color: #ffffff !important;
  background-color: #2154a6;
}

.boxed-tabs > li.active {
  border-color: transparent;
}

.boxed-tabs.cols-2 > li {
    width: auto;
}
.boxed-tabs.cols-2 > li span{
    padding-left: 10px;
    padding-right: 10px;
}
.boxed-tabs {
    border-bottom: 0;
    margin-bottom: 1px;
}


.tab-content.blue {
background-color: #21417a;
color: #ffffff !important;
border-top-right-radius:8px;
-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.tab-content.blue .active{
background-color: #2154a6;
color: #ffffff !important;
border-top-right-radius:8px; 
}

.tab-content.blue .tab-pane{
padding: 30px 30px 20px 30px;
}

.form-control {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    height: 50px;
    padding: 0 25px;
    line-height: 50px;
    border: 2px solid #28488c;
    border-radius: 25px;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.form-control:focus {
    border-color: #132951;
    outline: 0;
}
.tab-content.blue .form-group {
    margin-bottom: 10px;
}
select {
    display: block;
    height: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    line-height: 1.3;
    padding: 0 25px;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 2px solid #28488c;
    border-radius: 25px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-image: url('https://wd.vooba.co.uk/aas/wp-content/uploads/2020/02/select-arr.svg');
    background-repeat: no-repeat, repeat;
    background-position: right 1em top 50%, 0 0;
    background-size: .65em auto, 100%;
    margin-bottom: 10px;
}
select:focus {
    border-color: #132951;
    outline: 0;
}
.upload-progress {
    width: 100%;
    float: left;
    border-radius: 9999px;
    margin-top: 15px;
    height: 20px;
    position: relative;
    overflow: hidden;
    background-color: #21417a;
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06);
}

.form-control::-webkit-input-placeholder {
  font-size: 15px;
  opacity: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #777;
}
.form-control::-moz-placeholder {
  font-size: 15px;
  opacity: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #777;
}
.form-control:-ms-input-placeholder {
  font-size: 15px;
  opacity: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #777;
}
.form-control::placeholder {
  font-size: 15px;
  opacity: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #777;
}
.btn-style-form1{
  position: relative;
  padding: 0 30px;
  height: 50px;
  background: #21417a;
  line-height: 50px;
  border-radius: 25px;
  border-width: 0;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.15em;
  overflow: hidden;
}

.btn-style-form1:hover{
 background: #2664c8;
}

.btn-style-form2{
  position: relative;
  padding: 0 30px;
  height: 50px;
  background: #009700;
  color:#ffffff;
  line-height: 50px;
  border-radius: 25px;
  border-width: 0;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.15em;
  overflow: hidden;
}

.btn-style-form2:hover{
 background: #34df34;
}

.book-button{
    position: absolute;
    right:6px;
    top:13px
}

.book-button > a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff !important;
    font-weight: 700;
    background-color: #009700;
    text-align: center;
    padding: 15px 20px;
    letter-spacing: 0.1em;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.book-button > a:hover {
    background: #38ae38;
    color:#ffffff!important;
    opacity:1!important;
}


.bottom-form-cta{
background: #21417a;
padding: 15px 15px;
text-align: center;
border-bottom-left-radius:8px;
border-bottom-right-radius:8px;
}

.bottom-form-cta p{
color:#ffffff;
font-size: 22px;
font-family: 'Poppins', sans-serif;
font-weight: 400;
margin-bottom: 0;

}

.bottom-form-cta a{
color:#34df34;
font-weight: 700;
-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.bottom-form-cta a:hover{
color:#ffffff;
}

.bottom-form-cta i{
color:#ffffff;
font-size: 30px;
vertical-align: bottom;
padding-right: 15px;
}
.header-text-box{
position:absolute;
right:50%;
top:50%;
width:480px;
margin-right:-505px;
transform: translateY(-50%);
padding-top:90px
}

.header-text-box.left-al{
position:absolute;
right:0;
left:70px;
top:50%;
width:480px;
margin-right:0;
transform: translateY(-50%);
padding-top:90px
}

.title.header-text h1 {
 color:#ffffff;   
}

.title.header-text > hr {
    margin: 20px 0 15px;
    border-color: rgba(255, 255, 255, 0.2);
}

.header-text .check-list  li{
 font-size: 22px;
 padding: 2px 0;
 color:#ffffff;
}


.header-text .check-list > li:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f33b";
    vertical-align: middle;
    font-size: 32px;
    margin-right: 10px;
    color: #34df34;
}

.header-text p{
 color: #34df34;
 font-weight:700;
 letter-spacing: 0;
}
.header-text-fo p{
 color: #34df34;
 font-weight:700;
 letter-spacing: 0;
font-size: 24px;
    margin: 20px 0 10px;
}


/* icon-boxes*/
.skip-size-title{
height:700px;
}
.skip-title{
padding-top:50px;
}
.service-icon-box-holder{
 margin-top: -150px!important;   
}


.service-icon-box-cols .vc_column-inner{
box-shadow: 0 2px 3.55px 1.45px rgba(62,62,62,.1);
margin:0 15px 35px;
background: #ffffff;
padding-left: 0;
padding-right: 0;
-webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    position:relative!important;
}

.service-icon-box-cols .vc_column-inner:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.service-icon-box{
 background: #ffffff;
	 padding: 60px 30px 90px 30px;

}

.service-icon-link{
position:absolute;
width:100%;
text-align:center;
bottom:25px;
}

.service-icon-holder{
font-size:50px;
text-align:center;
margin-top:-20px;
margin-bottom:20px;
}


.service-icon-holder img{
 width:100%;   
}

.service-icon-content{
text-align:center;
}

@media only screen and (max-width: 1440px){

.service-icon-box-holder .vc_col-lg-10{
	width:100%!important;		
	}
.service-icon-box-holder .vc_col-lg-offset-1{
margin-left:0!important;		
	}
}

/* footer fix */
@media only screen and (min-width: 992px) {
  #footer {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

.footer-spacer {
    display: none;
}	
}
/* footer stuff */
.footer-widgets:before {
 background-image: none;
}
.footer-widgets {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #21417a;
}

.footer-copy {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid rgba(28,55,99,0.9);
	background-color: #21417a;
}

.footer-logo img {
    max-width: 200px;
}

.footer-widgets p{
color: #ffffff;
font-size: 15px;
line-height: 1.5;
}

.footer-widgets .widget ul>li>a{
color: #ffffff;
font-size: 15px;
line-height: 1.5;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.footer-widgets .widget ul>li>a:hover {
    color: #34df34;
}
.footer-widgets .widget>h5 {
    text-transform: uppercase;
    font-size: 12px;
	  color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-widgets .widget .tagcloud a {
    border-color: #ffffff;
    color: #ffffff;
}

.copy-text p {
    color:#fff;
	  line-height: 1.5;
    font-size: 15px;
}

.copy-text a {
    color:#fff;
	  line-height: 1.5;
    font-size: 15px;
	  -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.copy-text a:hover {
    color: #34df34;
}

/*Extra Paddings*/
.pad-lr-sm {
 padding-left:15px!important;
 Padding-right:15px!important;
}

.pad-lr-md {
 padding-left:50px!important;
 Padding-right:50px!important;
}

.pad-lr-lg {
 padding-left:100px!important;
 Padding-right:100px!important;
}

.pad-lr-lg-2 {
 padding-left:100px!important;
 Padding-right:100px!important;
}

@media only screen and (max-width: 1440px){
.pad-lr-lg {
 padding-left:30px!important;
 Padding-right:30px!important;
}
.pad-lr-lg-2 {
 padding-left:50px!important;
 Padding-right:50px!important;
}
}
@media only screen and (max-width: 599px){
.pad-lr-lg {
 padding-left:15px!important;
 Padding-right:15px!important;
}
.pad-lr-lg-2 {
 padding-left:15px!important;
 Padding-right:15px!important;
}
}
@media only screen and (max-width: 480px){
.pad-lr-sm {
    padding-left: 0!important;
    padding-right: 0!important;
}
}
/*truck icons*/
.truck-icons .icon-box-side .ow-icon{
width: 150px;
    position: absolute;
    left: 0;
}

.truck-icons .icon-box-side {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 175px;
}

.truck-icons .headline-title{
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 18px;
letter-spacing: 1px;
margin-bottom:10px!important;
text-transform: uppercase;
color:#1f1f1f;
}
/* sticky-footer */

.outside-more-articles {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  transition: all 500ms cubic-bezier(.265,.365,.26,.865);
  -webkit-transition-timing-function: cubic-bezier(.265,.365,.26,.865);
  -moz-transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
  -o-transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
  transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
 
}


.outside-more-articles--bottom {
	bottom: -65px;
}


.outside-more-articles--show {
	visibility: visible;
}

.outside-more-articles--bottom.outside-more-articles--show {
	bottom: 0;
}

.more-articles-holder {
  margin: 0 0 0;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  font-size: 14px;
  color: #ffffff;
  background: #1c3763;
  letter-spacing:1px;
}

.more-articles-holder a {
  margin: 0 0 0;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  font-size: 14px;
  color: #ffffff;
  letter-spacing:1px;
}

.more-articles-holder {
  width: 620px;
  padding: 12px 20px;
  display: block;
  margin: 0 auto;
  height: 44px;
  text-align: center;
  border-top-right-radius: 160px;
  border-top-left-radius: 160px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}


.ma-tel {
  display: inline-block;
  margin-right: 20px;
}

.ma-tel .link-sf-mv {
  display: none;
}

.ma-divider {
  display: inline-block;
  background: #ffffff;
  width: 2px;
  height: 15px;
  margin-bottom: -2px;
  opacity: 0.5;
}

.ma-em {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.ma-em .link-sf-mv {
  display: none;
}

.ma-lc {
  display: inline-block;
  margin-left: 20px;
}

.ma-lc .link-sf-mv {
  display: none;
}

.link-sf-mv {
  font-size: 26px;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .more-articles-holder {
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 599px) {
  .more-articles-holder {
    height: 50px;
    padding: 0 20px;
  }

  .more-articles-holder a {
    text-decoration: none;
  }
  .ma-tel,
  .ma-em,
  .ma-lc {
    margin-right: 0;
    margin-left: 0;
  }

  .ma-tel .link-sf-dt {
    display: none;
  }

  .ma-tel .link-sf-mv {
    display: block;
    padding: 12px 20px;
  }

  .ma-divider {
    display: none;
  }

  .ma-em .link-sf-dt {
    display: none;
  }

  .ma-em .link-sf-mv {
    display: block;
    padding: 12px 20px;
    border-left: solid 1px #ffffff;
  }

  .ma-lc .link-sf-dt {
    display: none;
  }
  .ma-lc .link-sf-mv {
    display: block;
    padding: 12px 20px;
    border-left: solid 1px #ffffff;
  }
}

@media only screen and (max-width: 1150px){
.header-form{
position: absolute;
width: 520px;
bottom:100px;
left:50%;
margin-left:-480px;
}
.header-text-box {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 420px;
    margin-right: -490px;
    transform: translateY(-50%);
    padding-top: 50px;
}
.title h1 {
    font-size: 40px;
    letter-spacing: -1px;
}
.header-text .check-list  li{
 font-size: 18px;
 padding: 2px 0;
 color:#ffffff;
}
.header-text p{
 color: #34df34;
 font-weight:700;
 letter-spacing: 0;
 font-size: 18px;
}
.header-text-fo p{
 color: #34df34;
 font-weight:700;
 letter-spacing: 0;
font-size: 18px;
}
}

@media only screen and (max-width: 1023px){
.header-form{
position: relative;
width: 520px;
bottom:0;
left:0;
margin: -50px auto 0;

}
.header-text-box {
    position: absolute;
    right: 0;
	  left:0;
    top: 50%;
    width: auto;
    margin-right: 30px;
	  margin-left:30px;
    transform: translateY(-50%);
    padding-top: 50px;
}
.hero-overlay {
    height: 600px;
}

}


@media only screen and (max-width: 599px){
.gm-toolbar {
display:none;
}
.header-form{
position: relative;
width: auto;
bottom:0;
left:0;
margin: 0 auto;
padding-top:50px;
padding-bottom:50px
}
.book-button{
    position: relative;
    right:0!important;
    top:-22px;
}
.book-button > a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-right: 0;
    border: 0;
    display: block;
    letter-spacing: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.boxed-tabs.cols-2 > li span {
    padding-left: 0px;
    padding-right: 0px;
}
    .boxed-tabs.cols-2 > li {
    width: 49.5%;
}
    .boxed-tabs>li>a {
    letter-spacing: 0;
    padding: 15px 10px;
}
	.no-border .container {
	padding-right: 0;
    padding-left: 0;	
	}
	.header-text-box {
    position: absolute;
    right: 0;
	  left:0;
    top: 50%;
    width: auto;
    margin-right: 30px;
	  margin-left:30px;
    transform: translateY(-50%);
    padding-top: 50px;
}
	.title h1 {
    font-size: 30px;
    letter-spacing: -1px;
}
.header-text .check-list li {
    font-size: 15px;
    padding: 2px 0;
    color: #ffffff;
    letter-spacing: -0.25px;
}
.header-text .check-list > li:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f33b";
    vertical-align: middle;
    font-size: 22px;
    margin-right: 5px;
    color: #34df34;
}
.header-text p {
    color: #34df34;
    font-weight: 700;
    font-size: 16px;
}
.header-text-fo p{
 color: #34df34;
 font-weight:700;
 letter-spacing: 0;
font-size: 16px;
margin: 10px 0 5px;
}
}

section+section {
    border-top: none;
}

.gm-search__fullscreen-container .gm-search__alpha {
  color: #fff;
  font-size: 16px;
  font-weight: 400; 
}



.gm-navbar, .gm-main-menu-wrapper, .gm-navigation-drawer {
    font-family: 'Poppins', sans-serif;
	font-weight:600;
}


.service-icon-content .headline-title p{
 font-family: 'Poppins', sans-serif;
line-height: 1.3;
color: #1f1f1f;
font-size: 22px;
font-weight: 700;
text-transform:uppercase;
}

.underline{
  position: relative;
  padding: 15px 25px;
  background: #009700;
	color:#ffffff;
	text-transform:uppercase;
  border-radius: 25px;
  border-width: 0;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.15em;
  overflow: hidden;
}
.underline:hover{
 background: #34df34;
color:#ffffff;
}

section.skip-size-title.parallax-section .parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(33,65,122,0.5);
    opacity: 1;
}

section.why-choose.parallax-section .parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(33,65,122,0.85);
    opacity: 1;
}

.btn {
    position: relative;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border-width: 0;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "Poppins",sans-serif;
    letter-spacing: 0.15em;
    overflow: hidden;
}

.btn-color {
    color: #fff;
    background-color: #009700;
}

.btn-color:hover, .btn-color:active {
    background-color: #34df34;
    color: #fff;
}

.bg-green-grad .btn-color {
    color: #fff;
    background-color: #21417a;
}

.bg-green-grad .btn-color:hover, .bg-green-grad .btn-color:active {
    background-color: #2664c8;
    color: #fff;
}



.testimonial-comment p:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f10d";
    vertical-align:bottom;
    font-size: 32px;
    margin-right: 10px;
    color: #34df34;
}
.testimonial-comment p:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f10e";
    vertical-align:top;
    font-size: 32px;
    margin-left: 10px;
    color: #34df34;
}

.intro-text .btn-color{
width:200px;
margin-bottom:10px;
}

.intro-text #blue-but{
 color: #fff;
    background-color: #21417a;
}

.intro-text #blue-but:hover, .intro-text #blue-but:active {
    background-color: #2664c8;
    color: #fff;
}@media only screen and (max-width: 474px){
.intro-text .inline-btn-container+.inline-btn-container {
    margin-left: 0;
}
}

@media (min-width: 1024px) {
.gm-navbar .grid-25 {
   padding-bottom:15px;
	border-left:solid 1px rgba(255, 255, 255, 0.1);
}
}

.gm-thumb-menu-item-wrapper img{
margin:10px 0 0 10px;
}
.gm-thumb-menu-item-wrapper {
margin-bottom:5px;
}

.gm-navigation-drawer .gm-anchor, .gm-navigation-drawer .gm-mega-menu__item__title {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2)!important;
}

.social-list>li a {
    color: #ffffff!important;
}

.social-list>li a:hover {
    color: #34df34!important;
}

/* cta-boxes*/

.cta-1{
background: rgb(39,38,78);
background: linear-gradient(302deg, rgba(33,84,166,1) 35%, rgba(33,65,122,1) 100%);
color:#ffffff;
padding: 40px 50px;
position:relative;
}

.cta-1.green{
background: rgb(39,38,78);
background: linear-gradient(302deg, rgba(44,185,44,1) 35%, rgba(0,151,0,1) 100%);
}

.cta-1.orange{
background: rgb(39,38,78);
background: linear-gradient(302deg, rgba(255,106,30,1) 35%, rgba(235,88,23,1) 100%);
}

.cta-1 p{
color:#ffffff;
}
.cta-1 a{
color:#ffffff;
font-weight: bold;
-webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.cta-1 a:hover{
color:#ffffff;
opacity:0.7;
}

.cta-text{
    display:table;
    width:100%;
}

.cta-text-align{
    display:table-cell;
    vertical-align: middle;
}

.ht-100{
height: 110px;
}

.figure-feature__corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border-color: rgba(255,255,255,1);

}

.figure-feature__corner_top {
    top: 20px;
    left: 20px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    z-index: 1;
}
.figure-feature__corner_top_right {
    top: 20px;
    right: 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    z-index: 1;
}
.figure-feature__corner_bottom {
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-right-style: solid;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.figure-feature__corner_bottom_left {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    left: 20px;
    bottom: 20px;
    z-index: 1;
}



.btn-style-cta{
  padding: 0 10px;
  height: 50px;
  background: #009700;
  line-height: 50px;
  border-radius: 25px;
  border-width: 0;
  font-size: 14px;
  font-weight: 700;
  color:#ffffff;
  text-align: center;
  display:block;
  width:100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.15em;
  overflow: hidden;
}

.btn-style-cta:hover {
    background: #38ae38;
    color:#ffffff!important;
    opacity:1!important;
}

.btn-style-cta-blue{
  padding: 0 10px;
  height: 50px;
  background: #21417a;
  line-height: 50px;
  border-radius: 25px;
  border-width: 0;
  font-size: 14px;
  font-weight: 700;
  color:#ffffff;
  text-align: center;
  display:block;
  width:100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.15em;
  overflow: hidden;
}

.btn-style-cta-blue:hover {
    background: #2664c8;
    color:#ffffff!important;
    opacity:1!important;
}

@media only screen and (max-width: 1199px){
.ht-100{
height: 130px;
}	
}
@media only screen and (max-width: 991px){
.ht-100{
height: 80px;
}
    .cta-text{
        text-align:center;
    }
}


.form-group textarea {
  min-height: 100px;
}


/* post-preview*/


.post-preview .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    opacity: 1!important;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.post-preview .post-title a {
    color: #ffffff!important;
}

.post-preview.has-post-thumbnail .post-body {
	color:#ffffff!important;
}

.post-preview .post-category a {
    color: #ffffff!important;
}

/* page-headers*/

#home-slider {
    height: 700px;
    position: relative;
    background-color: #1c3763;
}

.slide-wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 700px;
    background-color: rgba(33, 66, 122, .6);
    color: #fff;
    padding-top: 120px;
    padding-bottom: 80px;
}

.slide-item {
    height: 700px;
    position: relative;
}

.header-text-fo .btn{
	width:200px;
}



@media only screen and (max-width: 1440px){
#home-slider {
    height: 600px;
}
.slide-wrap {
    height: 600px;

}
.slide-item {
    height: 600px;
}
}

@media only screen and (max-width: 1199px){
#home-slider {
    height: 550px;
}
.slide-wrap {
    height: 550px;

}
.slide-item {
    height: 550px;
}
}


@media only screen and (max-width: 767px){
#home-slider {
    height: 450px;
}
.slide-wrap {
    height: 450px;

}
.slide-item {
    height: 450px;
}
}

@media only screen and (max-width: 444px){
.inline-btn-container+.inline-btn-container {
    margin-left: 0;
}
.slide-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
}

/* image alignments */
.image-right-al .img-cover{
 background-position: center right;	
}

.image-left-al .img-cover{
 background-position: center left;	
}

.image-al-top .row-parallax-bg .parallax-wrapper{
top: -200px;

}

.image-al-top-md .row-parallax-bg .parallax-wrapper{
top: -100px;

}
/* follow on header text */
.slide-content h1 {
    font-size: 64px!important;
    letter-spacing: -1px;
    line-height: 1;
}
@media only screen and (max-width: 1150px){
.slide-content h1{
    font-size: 50px!important;
    letter-spacing: -1px;
}
	}

@media only screen and (max-width: 599px){
.slide-content h1{
    font-size: 40px!important;
    letter-spacing: -1px;
}
}

.scroll-dwn-arr{
position:absolute;
right:80px;
top:0;
width:480px;
height:70px;
z-index:2;
padding-right: 60px;
font-family: 'Poppins', sans-serif;
line-height: 1.3;
font-size: 24px;
font-weight: 700;
color:#1f1f1f;
}

.sd-arrow{
position:absolute;
right:40px;
top:20px;
color: #34df34;
font-size:50px;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

/* waste-pages */
.headline-sm p {
font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px!important;
    text-transform: uppercase;
    color: #1f1f1f;
	  padding-top:20px;
}

.p-pad{
	padding:0 20px 40px;
}

.waste-box .vc_column-inner {
background:#ffffff;
box-shadow: 0 2px 3.55px 1.45px rgba(62,62,62,.1);
padding-left: 0!important;
padding-right: 0!important;

}

.nav-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.nav-links__link {
    color: white;
    font-size: 1.2em;    
}