@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;600;700&family=Rajdhani:wght@400;600;700&family=Roboto:wght@300;700&display=swap');


/*@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,700,800);
@import url(http://fonts.googleapis.com/css?family=Lobster);*/

/*!
 * My Portfolio v1.0.0
 * Homepage: http://scripteden.com
 * Copyright 2015 Script Eden
 * Licensed under MIT
*/

body {
	font: 300 14px/1.8 'Rajdhani', sans-serif;
	color: #666;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #E7746F;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #999;
}
a.enquiry {
	color: #0072ce;
	text-decoration: none
}

a.enquiry:hover {
	text-decoration: none;
	color: #1eac3f;
}

/* =============================================================================
COOKIE BANNER
============================================================================= */
div.cookies {
  position: relative;
  position:fixed; 
    top: 0;
    left: 0;
  z-index: 1500;
  width: 100%;
  height:100vh;
  padding: 25px;
  color: #fff;
  font-size: 12px;
  font-size: 16px;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0,0,0,0.5);
}

div.cookies .container {
  position:absolute;
  width:100%;
  max-width: 600px;
  padding: 25px;
  color: #000000;
  font-size: 18px;
  line-height: 1.25;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin:0 auto;
  background: rgba(255,255,255,1);
}

div.cookies .cookie-text-wrap {
  padding-bottom:14px;
}

div.cookies span.cookie-title {
  font-size:24px;
  line-height:1.25;
  font-weight: 600;
}

@media only screen and (min-width: 1025px) {
  div.cookies .container {
    height: auto;
  }
}
div.cookies .container div {
  padding-left: 0px;
  padding-right:0px;
}
div.cookies a {
  color: #fff;
  text-decoration:underline;
  border:none;
}
div.cookies a.close-cookie-warning {
  margin:0 auto;
  text-align:center;
  display: block;
  padding:10px;
  background-color: rgb(0,114,206);
  
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
div.cookies a.close-cookie-warning:hover {
  background-color: rgb(22,123,22);
  
  color:rgb(255,255,255);
}
@media only screen and (max-width: 767px) {
.mobile-hidden {
  display:none;
  }
  div.cookies {
  width:100%;
}
}

/* ---------------------------------------------- /*
 * Columns of equal height
/* ---------------------------------------------- */

.row-flex {
  display: flex;
  flex-wrap: wrap;
}
/* vertical spacing between columns */

[class*="col-"] {
  margin-bottom: 30px;
}

.content {
  height: 100%;
  padding: 20px 20px 10px;
  color: #000;
}
 

/* ---------------------------------------------- /*
 * Transition elements
/* ---------------------------------------------- */


.navbar a,
.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font: 700 40px/1.2 'Rajdhani', sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 5px 0 5px;
	color: #222;
}

h1 {
	font-size: 60px;
	line-height: 1.0;
	/*margin: 0 0 30px;*/
	margin: 0px;
}

h2 {
	font-size: 60px;
	margin: 0 0 30px;
}

h3 {
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

h4 {
	font-size: 12px;
	letter-spacing: 1px;
}

h5 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}

.lowercase-none {text-transform: none;}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.form-control,
.input-group-addon {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}


/* ---------------------------------------------- /*
 * Input-group
/* ---------------------------------------------- */

.input-group .form-control {
	z-index: auto;
}

.input-group-addon {
	background: #D8E1E4;
	border: 2px solid #D8E1E4;
	padding: 6px 15px;
	font-weight: 700;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */

.form-control {
	background: #FFF;
	border: 1px solid #D8E1E4;
	/*font-size: 12px;*/
	font-size: 16px;
	padding: 0 15px;
}

.form-control:focus{
    border-color: rgba(135, 135, 135, 0.7);
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 38px;
	font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
	font-size: 11px;
	height: 30px;
}

textarea.form-control {
	padding: 15px;
    max-width: 100%;
    min-width: 100%;
}

/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */

.btn {
	font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 8px 26px;
	border: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	outline: inherit !important;
}

/* Button size */

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 25px;
	font-size: 13px;
    background: rgba(17, 17, 17, 0.8);
    color: #fff;
}
.btn-lg:hover,
.btn-group-lg > .btn:hover{
    background: rgba(17, 17, 17, 1.8);
    color: #fff;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 6px 25px;
	font-size: 11px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 5px 25px;
	font-size: 10px;
}

.btn .icon-before {
	margin-right: 6px;
}

.btn .icon-after {
	margin-left: 6px;
}

/* ---------------------------------------------- /*
 * General Styles
/* ---------------------------------------------- */

.pfblock {
	padding: 120px 0 100px;
}

.pfblock-gray {
	background: #f5f5f5;
}

.pfblock-image {
	padding: 0;
}

.calltoaction h1,
.calltoaction h2,
.calltoaction h3,
.calltoaction h4,
.calltoaction h5,
.calltoaction h6,
.pfblock-image,
.pfblock-image h1,
.pfblock-image h2,
.pfblock-image h3,
.pfblock-image h4,
.pfblock-image h5,
.pfblock-image h6 {
	color: #fff;
}

.pfblock-header {
	text-align: center;
	margin: 0 0 60px;
}

.pfblock-header-left {
	text-align: left;
}

.pfblock-header-left .pfblock-line {
	width: inherit;
	margin: 30px 0;
}

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

.pfblock-subtitle {
	font-family: 'Rajdhani', sans-serif, "Times New Roman", Times, sans-serif;
	font-style: normal;
	font-size: 26px;
	font-weight: 200;
	line-height: 1.25;
}

.pfblock-description {
	font-family: 'Rajdhani', sans-serif, "Times New Roman", Times, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 1.25;
}

.pfblock-line {
	background: rgba(135, 135, 135, 0.5);
	width: 100px;
	height: 1px;
	margin: 30px auto;
}

.pfblock-icon {
	font-size: 32px;
}
.calltoaction *{
    text-align: center;
}
.calltoaction {
    background: url(../images/item-3.jpg);
	background-color: #222;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 50px 0;
	color: #999;
}

.calltoaction h2 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.calltoaction-decription{
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    color: #fff;
}

.calltoaction-btn {
	text-align: center;
}

.calltoaction-btn > .btn {
    background: rgba(255, 255, 255, .8);
    color: #111;
	margin-top: 5px;
	margin-bottom: 5px;
}
.calltoaction-btn > .btn:hover{
    background: #fff;
}

.long-down {
	margin-bottom: 40px;
}

/* ---------------------------------------------- /*
 * SPC Navbar changes
/* ---------------------------------------------- */

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 15px;
}


/* ---------------------------------------------- /*
 * SPC Accordion
/* ---------------------------------------------- */
/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 18px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #666666;
        font-weight: 800;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }


/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */

#home {
	background: url(../images/cover.jpg);
	background-color: #222;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 0;
}

.home-overlay {
    background-color: rgba(44, 62, 80, 0.3);
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.intro {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}

.intro h1{
    font-weight: 800;
}

.start {
	font-family: 'Rajdhani', sans-serif, "Times New Roman", Times, sans-serif;
	font-size: 22px;
	line-height: 1.25;
	font-style: normal;
	text-transform: none;
	margin: 15px 0;
}
.start img {
	/*margin: 0 0 15px;*/
	margin: 0px;
}

/* ---------------------------------------------- /*
 * Services
/* ---------------------------------------------- */

#services{
background: url(../images/cover3-mobile.jpg);
 	background-color: #03111c;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 0;
}

#services.pfblock {padding: 180px 0 0;
}
#services h2 {
color: #0072ce;
}
#services .pfblock-subtitle {
color: #ffffff;font-weight: 600;
}
.iconbox {
	background: #fff;
	background: rgba(000, 000, 000, 0.0);
	border-bottom: 0px solid #d4d4d4;
	text-align: center;
	padding: 40px 20px;
	margin: 0;
	border-radius: 8px;
}

.iconbox-icon {
	margin: 0 0 15px;
}

.iconbox-title {
	font-size: 38px;
	line-height: 1.0;
	margin: 0 0 15px;
	padding: 0;
	color: #0072ce;
}
.iconbox-desc {
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 15px;
	padding: 0;
	color: #ffffff;
}

/* ---------------------------------------------- /*
 * Media queries
/* ---------------------------------------------- */

@media screen and (max-width: 992px) {
#services .iconbox-title {
  font-size: 28px;
  line-height: 1.0;
  /*width: 300px;*/
} 
#services .iconbox {
	background: #fff;
	background: rgba(000, 000, 000, 0.0);
	border-bottom: 0px solid #d4d4d4;
	text-align: center;
	padding: 0px;
	margin: 0;
	border-radius: 8px;
}
}

@media screen and (max-width: 766px) {
#services .pfblock-subtitle {
 max-width: 600px;
  margin: 0 auto;
}
#services .iconbox-desc {
padding: 0 50px;
}
}

@media screen and (max-width: 500px) { 
#services h2 {
  font-size: 40px;
  margin: 0 0 30px;
}
#services .iconbox-desc {
padding: 0;
}
}

@media screen and (max-width: 400px) { 
#services.pfblock {
 padding: 150px 0 0;
}
#services h2{
font-size: 38px;
margin: 0 0 30px;
  font-weight: 800;
}
#services .pfblock-subtitle {
font-size: 22px;
font-weight: 600;
line-height: 1.25;
}
#services .iconbox-icon img {
  margin: 0;
  width: 75%;
}
#services .iconbox-desc {
padding: 0 10px;
}
#services .iconbox {
  background: rgba(000, 000, 000, 0.0);
  border-bottom: 0px solid #d4d4d4;
  text-align: center;
  padding: 10px 10px 0;
  margin: 0;
  border-radius: 0px;
}
#services.iconbox-icon {
  margin: 0;
}
}


/* ---------------------------------------------- /*
 * Contact
/* ---------------------------------------------- */

#contact{
background: url(../images/cover3-mobile.jpg);
 	background-color: #222;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 0;
}

#contact.pfblock {
  padding: 0 0 60px;
}

#contact .pfblock-subtitle {
	font-weight: 600;
	color: #ffffff;
}
#contact .pfblock-description {
	color: #ffffff;
}

#contact h2 {
color: #0072ce;
}
#contact .pfblock-subtitle {
font-size: 22px;
font-weight: 600;
line-height: 1.25;
}

.ajax-response {
	text-align: center;
}

/* ---------------------------------------------- /*
 * Media queries
/* ---------------------------------------------- */

@media screen and (max-width: 2000px) {
#contact.pfblock {
  padding: 160px 0 60px;
}
}

#contact.pfblock {
  padding: 120 0 60px;
}

@media screen and (max-width: 768px) {
#contact .pfblock-subtitle {
 max-width: 600px;
  margin: 0 auto;
}
#contact .pfblock-description {
padding: 0 25px;
}
#accordion { max-width: 600px;
  margin: 0 auto;}

}
@media screen and (max-width: 500px) { 
#contact h2 {
  font-size: 40px;
  margin: 0 0 30px;
}
}

@media screen and (max-width: 400px) { 
#contact.pfblock {
  padding: 0 0 60px;
}
#contact h2{
font-size: 38px;
margin: 0 0 30px;
  font-weight: 800;
}
#contact.iconbox {
  background: rgba(000, 000, 000, 0.0);
  border-bottom: 0px solid #d4d4d4;
  text-align: center;
  padding: 40px 10px;
  margin: 0;
  border-radius: 0px;
}

}



/* ---------------------------------------------- /*
 * Cookie policy
/* ---------------------------------------------- */

#cookie-policy{
background: url(../images/cover3-mobile.jpg);
 	background-color: #222;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 0;
}

#cookie-policy.pfblock {padding: 100px 0;}

#cookie-policy h2 {
color: #0072ce;
text-transform: none;
}

#cookie-policy .pfblock-subtitle {color: #ffffff;font-weight: 600;text-align: left;}

.iconbox {
	background: #fff;
	background: rgba(000, 000, 000, 0.0);
	border-bottom: 0px solid #d4d4d4;
	text-align: center;
	padding: 40px 20px;
	margin: 0;
	border-radius: 8px;
}

.iconbox-icon {
	margin: 0 0 15px;
}

.iconbox-title {
	font-size: 38px;
	line-height: 1.0;
	margin: 0 0 15px;
	padding: 0;
	color: #0072ce;
}
#cookie-policy .iconbox-desc {
	font-size: 18px;
	line-height: 1.3;
	padding: 0;
	color: #ffffff;
	text-align: left;
}

.subtitle-top {margin-top: 20px;}


/* ---------------------------------------------- /*
 * Cookie Policy Media queries
/* ---------------------------------------------- */

@media screen and (max-width: 768px) {
#cookie-policy .pfblock-title {
font-size: 40px;
  margin: 0 0 30px;
}
#cookie-policy .pfblock-subtitle {
font-size: 20px;
padding: 0 30px;
}
#cookie-policy .iconbox-desc p {
padding: 0 30px;
}
}

@media screen and (max-width: 400px) { 
#cookie-policy .pfblock-subtitle {
padding: 0 10px;
}
#cookie-policy .iconbox-desc p {
padding: 0 10px;
}

}

/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {
	background: #000;
	text-align: center;
	padding: 40px 0;
	color: #fff;
}

.copyright {
	margin: 0;
}

.copyright a{
    border-bottom: none;
}

#footer span{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color: #ff5252;
}

.social-links {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.social-links li {
	display: inline-block;
	margin: 5px;
}

.social-links a {
	width: 36px;
	height: 36px;
	display: block;
	line-height: 35px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	font-size: 14px;
	color: rgba(255, 255, 255, .2);
}

.social-links a:hover {
	border: 1px solid rgba(255, 255, 255, .5);
	color: rgba(255, 255, 255, .8);
}


/* ---------------------------------------------- /*
 * Footer Media queries
/* ---------------------------------------------- */
@media screen and (max-width: 330px) { 
#footer .copyright {
width: 215px;
margin: 0 auto;
}

}

/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.header {
	border-bottom: 1px solid #f5f5f5;
	position: relative;
	width: 100%;
	z-index: 998;

}

.navbar-custom {
	border: 0;
	border-radius: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
}

.navbar-custom,
.navbar-custom .dropdown-menu {
	background: #fff;
	background-color: #000;
	padding-top: 14px;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	font-size: 20px;
	/*letter-spacing: 3px;*/
	color: #ededed;
	text-align: center;
	
}

.navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav > li.active a {
	background: none;
	outline: 0;
	color: #0072ce;
	font-weight: 600;
	font-size: 20px;
}

.navbar-custom .navbar-brand {
	font-weight: 700;
	font-size: 0px;
    font-family: Lobster, cursive;
    paddint-top: 0px;
}

.navbar-custom .dropdown-menu {
	border: 0;
	border-top: 2px solid #E7746F;
	border-radius: 0;
}

.navbar-custom .dropdown-menu > li > a {
	padding: 10px 20px;
}

.navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
	background: #f5f5f5;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #0072ce;
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 2em;
	right: 2em;
}

.scroll-up a {
	background-color: rgba(51, 114, 199, 0.5);
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(0, 0, 0, .8);
	color: #ffffff;
}

/* ---------------------------------------------- /*
 *Scroll Down
/* ---------------------------------------------- */

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
	z-index: 10;
    text-align: center;
    background-color: #000000;
}
.scroll-down:hover {
    background-color: #1eac3f;
}

.scroll-down span{
    position: relative;
    color: #0072ce;
    -webkit-animation-name: drop;
	-webkit-animation-duration: 0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 0s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

/*#preloader {
	background: #082f4f;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}*/

/*#status {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}*/

  /* =============================================================================
  PRELOADER
============================================================================= */

:root {
    --primary:#ffffff;
  }

  .spinner-wrapper {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
}

.loading-wrapper {
position: relative;
  top: 50%; /* centers the loading animation vertically one the screen */
  left: 50%; /* centers the loading animation horizontally one the screen */
    width: 10rem;
    height: 10rem;
margin: -5.0rem 0 0 -5.0rem; /* is width and height divided by two */ 
}
.loading-devover, 
.loading-devover:after {
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
}
.loading-devover + .img {
    position: absolute;
    background-color: #000000;
    padding: 0.70rem 0.65rem 0.8rem 0.85rem;
    top: 0;
    width: 75%;
    height: 75%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.loading-devover + .img img {
    width: 100%;
}
.loading-devover  {
    border-radius: 50%;
    border-top: .7rem solid rgba(255,255,255,.05);
    border-right: .7rem solid rgba(255,255,255,.05);
    border-bottom: .7rem solid rgba(255,255,255,.05);
    border-left: .7rem solid var(--primary);
    position: relative;
    animation: first linear 1s infinite;
}

.loading-devover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 50%;
}


@keyframes first {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */

@media (max-width: 767px) {

	.calltoaction {
		text-align: center;
	}

}

@media (max-width: 480px) {

	h1 {
		font-size: 34px;
		letter-spacing: 3px;
	}

	h2 {
		font-size: 24px;
		margin: 0 0 30px;
		letter-spacing: 3px;
	}

}



/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #9e5406;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
    color: #fff;
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
