/*   
Theme Name: Leonine
Theme URI: 
Description: This Theme is created for Leonine Construction.
Author: Vividviz
Author URI: 
Version: 1.0
*/

/* FONTS */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
/* font-family: 'Open Sans', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Aleo:wght@300;400;700&display=swap");
/* font-family: 'Aleo', serif; */

@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* font-family: 'Archivo', sans-serif; */

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,900;1,800&display=swap");
/* font-family: 'Playfair Display', serif; */

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html * {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #2b2b2b;
  background: #fff;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  color: #fff;
  background: #f58a0a;
}
::selection {
  color: #fff;
  background: #f58a0a;
}
/* Scrollbar */

body::-webkit-scrollbar {
  width: 1em;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
div::-webkit-scrollbar {
  width: 0.3em;
}
div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
div::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
div {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.justify {
  text-align: justify !important;
}

.nogap {
  margin: 0 !important;
  padding: 0 !important;
}

.nomar {
  margin: 0 !important;
}

.nopad {
  padding: 0 !important;
}

.pad1 {
  padding: 1rem 0;
}

.pad2 {
  padding: 2rem 0;
}

.padside1 {
  padding-right: 1px !important;
  padding-left: 1px !important;
}

.padside2 {
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.padside5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

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

.inner {
  margin-left: auto;
  margin-right: auto;
  /* width: whatever width you want*/
}

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

a:hover {
  text-decoration: none;
  color: #f58a0a;
}

a:hover,
a:focus,
a:link,
a:active {
  outline: none;
  border: 0;
  text-decoration: none;
}

a:focus,
a:link,
a:active {
}

* {
  outline: none;
}

ol,
ul {
  font-size: 14px;
  padding: 0 0 0 20px;
}

blockquote {
  margin: 10px 0 10px 2em;
  padding: 20px;
  border-left: 5px solid rgba(0, 0, 0, 0.05);
}

img {
  outline: none;
  border: none;
}

.hunimg img {
  width: 100%;
  height: auto;
}

/* Textonomy */

p {
  font-size: 15px;
  width: 100%;
  color: #2b2b2b;
}

p a:hover {
  color: #f58a0a;
}

hr {
  margin: 15px 0;
  border-top: 1px solid #eee;
  width: 100%;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background: #fff;
}

.logo {
  max-width: 200px;
  height: auto;
  padding: 5px 0;
}

/* Navbar */

.navbar {
  padding: 0;
}

@media (max-width: 768px) {
  .navbar-collapse {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.2);
  }
}

.navbar-nav li a {
  font-size: 0.9rem;
  color: #808080 !important;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 1rem !important;
  text-transform: uppercase;
  outline: none;
}

.navbar-nav li.current-menu-item a {
  color: #f58a0a !important;
  font-weight: 700;
}

.navbar-nav li a:hover {
  color: #f58a0a !important;
}

.headersocial li a {
  font-size: 1.3rem;
  padding: 0 0.3rem !important;
  color: #f58a0a !important;
}

.headersocial li:last-child a {
  padding: 0 0 0 0.3rem !important;
}

/* Home Page */

.mainslider {
  width: 100%;
  height: 500px;
  background: #eee;
}

.slides {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.intro {
  position: relative;
  padding: 12rem 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  /* background: linear-gradient(
    85deg,
    rgba(115, 3, 192, 0.8) 30%,
    rgba(232, 5, 102, 0.9) 100%
  ) !important;*/
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  background-position: bottom right !important;
}

/* Intro Animations */

.introbshape-1 {
  left: 20px;
  top: 14%;
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;
  position: absolute;
}

.introbshape-2 {
  left: 30%;
  top: 17%;
  -webkit-transform: translateY(-20%) translateX(-15%);
  transform: translateY(-20%) translateX(-15%);
  -webkit-animation: animationFramesOne 20s linear infinite;
  animation: animationFramesOne 20s linear infinite;
  position: absolute;
}

.introbshape-3 {
  top: 50%;
  left: 50px;
  -webkit-animation: rotate3d 4s linear infinite;
  animation: rotate3d 4s linear infinite;
  position: absolute;
}

.introbshape-4 {
  position: absolute;
  right: 8%;
  top: 15%;
  -webkit-animation: moveScale 3s linear infinite;
  animation: moveScale 3s linear infinite;
  position: absolute;
}

.introbshape-5 {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 20%;
  -webkit-animation: rotate3d 8s linear infinite;
  animation: rotate3d 8s linear infinite;
  position: absolute;
}

.introbshape-6 {
  left: 20%;
  bottom: 5%;
  -webkit-animation: moveLeftBounce 4s linear infinite;
  animation: moveLeftBounce 4s linear infinite;
  position: absolute;
}

@-webkit-keyframes rotateMe {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes rotateMe {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }

  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }

  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }

  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }

  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }

  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }

  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }

  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }

  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn);
  }
}

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  80% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  to {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  to {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.intro h1 {
  color: #2b2b2b;
  text-align: left;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

.intro h1 span {
  color: #f58a0a;
}

.intro p {
  color: #f58a0a;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.fit-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  z-index: -1;
}

.sectitle {
  font-size: 1.5rem;
  color: #2b2b2b;
  text-align: center;
  padding: 0 0 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

.sectitle span {
  font-size: 0.9rem;
  display: block;
  padding: 0.5rem 0;
  color: #f58a0a;
  font-weight: 600;
  text-align: center;
}

.enveedesc p {
  padding: 0;
  margin: 0;
}

.lightbluebg {
  background: #f58a0a !important;
}

.lightbluebg .sectitle {
  color: #fff !important;
}

.lightbluebg .sectitle span {
  color: #5a5a5a !important;
}

.lightbluebg p {
  color: #fff;
}

.darkbg {
  background: #f58a0a!important;
}

.darkbg .sectitle {
  color: #fff !important;
}


.darkbg .sectitle span{
  color: #fff !important;
}

.darkbg p {
  color: #fff;
}

.weblocks {
  position: relative;
  text-align: center;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  background-position: center bottom !important;
  min-height: 250px;
  padding: 1rem 5px;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.weblocks h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
}

.weblocks h3 span {
  color: #000;
  font-weight: 600;
}

.weblocks p{
  color: #000;
  font-weight: 300;
  text-align: center;
}

.weblocks img {
  max-width: 80px;
  padding: 1rem 0.5rem;
}

.services {
  list-style: none;
  padding: 0.5rem;
  margin-bottom: 0;
}

.services li {
  width: 100%;
  padding: 0.4rem 0.2rem;
  text-align: center;
  font-size: 0.8rem;
  color: #2b2b2b;
  border-bottom: 1px solid #cecece;
}

.pageheader {
  height: 250px;
  background-size: cover !important;
  background-position: center !important;
}

.pageheader h3 {
  text-align: center;
  padding: 120px 0 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}

.pageheader h3:after {
  content: "";
  height: 2px;
  width: 4rem;
  position: absolute;
  left: calc(50% - 2rem);
  bottom: -0.8rem;
  border-bottom: 3px solid #f58a0a;
}

/* Project */
.projects{
  list-style: none;
  padding: 0;
  margin: 0;
}

.projects li{
  background: #ffeddb;
  padding: 10px;
  color: #000;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
}

/* Footer */

.prefooter {
  width: 100%;
  background: #5a5a5a;
  color: #fff;
  padding: 1.5rem 0.5rem;
  text-align: center;
}

.prefooter h3 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  display: inline-block;
}

.contactbtn {
  background: #f58a0a;
  padding: 0.5rem 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 1rem;
  border-radius: 5px;
}

.contactbtn:hover {
  color: #000;
}

footer {
  width: 100%;
  background: #000;
  padding: 2rem 0;
}

.footerlogo {
  max-width: 130px;
}

footer h2 {
  font-size: 1.5rem;
  color: #fff;
  padding: 2rem 0 0;
  font-weight: 600;
  text-transform: uppercase;
}

footer h3 {
  font-size: 1.2rem;
  color: #f58a0a;
  padding: 1rem 0 0;
  font-weight: 600;
  text-transform: uppercase;
}

footer p {
  color: #9999;
  line-height: 1.5;
  font-size: 0.9rem;
}

.footersocial {
  margin: 0;
  padding: 1rem 0 1rem;
  list-style: none;
}

.footersocial li {
  display: inline-block;
  background: #333;
  width: 3rem;
  height: 3rem;
  text-align: center;
}

.footersocial li a {
  font-size: 1.6rem;
  line-height: 2;
  color: #f58a0a !important;
}

.footerhello {
  margin: 0;
  padding: 0 0 1rem;
  list-style: none;
}

.footerhello li {
  margin: 0 0 0.3rem;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1px;
}

.footerhello li i {
  font-size: 1.2rem;
  line-height: 2;
  color: #f58a0a;
}

.copyright {
  width: 100%;
  background: #222;
  padding: 1rem 0;
  color: #5a5a5a;
  font-size: 0.8rem;
}

.cd-top {
  display: inline-block;
  padding: 0.6rem 1rem;
  position: fixed;
  bottom: 40px;
  right: 10px;
  white-space: nowrap;
  background: rgba(58, 145, 250, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: opacity 0.5s 0s, visibility 0s 0.5s;
  transition: opacity 0.5s 0s, visibility 0s 0.5s;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.cd-top a:hover,
.cd-top a:hover i {
  color: #fff !important;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out {
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.5s 0s, visibility 0s 0s;
  transition: opacity 0.5s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  color: #fff;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
  color: #fff;
}

.hiring {
  position: absolute;
  right: 0;
  top: 5%;
  width: 50px;
}

.hiring img {
  width: 100%;
  height: auto;
}


/*=================================================================
	Contact
==================================================================*/

.input-field {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    font-size: 16px;
    height: 40px;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
  color: #000;
}

#submit:before {
  background-color: #f58a0a;
  color:#000;
}

#submit.btn-effect:after {
  background: #2E2E2E;
}

address h3{
  font-size: 1.2em;
  font-weight: 300;
}

address .social-icon{
    list-style: outside none none;
    margin: 40px 0;
    padding: 0;
	display: inline-block;
}


address .social-icon li {
    display: inline-block;
    margin: 0 10px;
}

address .social-icon li a {
    color: #f58a0a;
    display: block;
    
    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

address .social-icon li i{
    font-size: 3em;
}


address .social-icon li a:hover {
    color: #f58a0a;
}

.wpcf7-not-valid-tip{
	color:#000!important;
	display: inline-block;
	background: rgb(133, 133, 133);
	padding: 2px 10px;
}

.wpcf7-response-output{
	color:#f58a0a;
}

.cfcaptcha {
      width: 20%;
	  height: 40px;
	  margin: 0;
      padding: 0;
}

.cfcaptchafield{
	  height: 40px;
	  width: 78%;
      float: right;
	  padding: 6px 12px;
}

@media only screen and (max-width: 450px) {
  .cfcaptcha {
    
  }
}

.contactformbtn{
  background: #f58a0a;
  color:#fff;
  float: right;
}

