/* Enter Your Custom CSS Here */
@media (min-width: 922px){
.ast-container {
    max-width: 1708px;
}
}

@media (max-width: 767px)
{
	.we-do {
    font-size: 30px !important;
	}
	.we-do-co {
		 font-size: 35px !important;
	}
}


@media (max-width: 767px){
.elementor-419 .elementor-element.elementor-element-401fb08 .elementor-heading-title {
    font-size: 35px !important;
}
}


/* Enter Your Custom CSS Here */
.font-w {
	font-weight:500;
}
body {
	font-family: proxima nova, sans-serif !important ;
font-style: normal !important;
font-weight: 100 !important;
}

.we-do {
	    font-size: 60px;
    font-weight: 800;
}
.we-do-co {
	   font-size: 38px;
    font-weight: 800;
}
.we-do2 {
	  font-size: 40px;
    font-weight: 800;
	
}
.num {
		  font-size: 40px;
 			font-weight: 800;
}
.update {
	font-size:18px;
}
.color {
	color:#bb2025;
}
.red-font {
	color:#bb2025;
}
.img-t {
	opacity:0;
	transition-duration:1.5s;
	
}
.img-t:hover {
	opacity:1;
	background-color:#8b0f1e;
	background-color:rgba(255,0,0,0.3);
	
}
.img-h {
	    max-height: 238px;
	background:no-repeat;
	margin-top:52px;
}

.small-t {
	font-size:12px;
}
.color-b {
	color:#000000;
}

.spacing {
	margin:0 !important;
}
.spacing h5 {
    margin: 0;
}

.email-form{
	float:left;
}

.ast-builder-menu-1 .sub-menu, .ast-builder-menu-1 .inline-on-mobile .sub-menu {
    border-top-width: 2px;
    border-bottom-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-color: #bb2025;
    border-style: solid;
    border-radius: 0;
    background: #000000;
}

span.wpcf7-list-item { display: block; color: black;}

.wpcf7 form p {
    width: 50%;
    float: left;
    padding: 0 10px 0 10px;
}

.add-size{
	width:90%;
}

.area-p {
	width: 100% !important;
}

.wpcf7 input:not([type=submit]):focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
	background: #ffffff;
	
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea{
	background: #ffffff;
	border: none;
	color: #000000;
	
}
.inner-pad {
	padding:80px;
}
.submit {
	width: 100% !important;
    text-align: center;
}

p.submit input {
    background: #000000;
	border-radius:50px;
	color:#fff !important;
	padding: 10px 40px;
}


p.submit input:hover {
  background: #ffffff;
	border-radius:50px;
	color:#000000 !important;
	padding: 10px 40px;
}


select {
    color: #000000 !important;
}
input {
    color: #000000 !important;
}



.hover-spin {
	-webkit-transition: -webkit-transform 3s;

}
.hover-spin:hover {
	-webkit-transform:rotate(360deg) translateZ(0);
}

.hover-color:hover {
	color:red;
}

.slider-smart {
	position: absolute;
    z-index: 1
}
/*
.hover-spin:hover{
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
	
}

@-webkit-keyframes spin {
	100%{-webkit-transform:rotate(-250deg);}
}
@-moz-keyframes spin {
	100%{-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	100%{-webkit-transform:rotate(-360deg);}
}


*/

.small-imgtext {
	display: flex;
    padding: 25px 15px 0 15px;
    font-size: 12px;
    margin: 0 auto;
}


.box-img {
	position:relative;
	overflow:hidden;
}
.box-img::before {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	background-color:rgba(0,0,0,0.5);
	height:100%;
	width:0%;
	transform:skew(-40deg);
	transition:all 0.5s;
	
}
.box-img:hover::before{
	left:-50%;
	width:200%;
}
.content01 {
	position:absolute;
	height:100%;
	width:100%;
	display:flex;
	top:0px;
	left:0px;
opacity:0;
	transform:translateY(250px);
}
.box-img:hover.content01 {
	
	opacity:1;
}



.sss {
	opacity:0;
	
}
.sss:hover{
	z-index:2;
}

.aaa:hover .sss {
	opacity:1;
	
}



.container {
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.imagebox{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	
}
.imagebox img {
	width:100%;
	height:100%;
}
.imagebox::before{
	content:"";
	position:absolute;
	top:0px;
	left:-100px;
	background-color:rgba(255,0,0,0.5);
	height:100%;
	width:0%;
	transform:skewX(-10deg);
	transition:all 1s;
	
}
.imagebox:hover::before{
	left:-50%;
	width:200%;
}
.content {

	height:100%;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0; 
}
.imagebox:hover .content {
	opacity:1;
}
 
.content ul {
	list-style-type:none;
	display:flex;
	margin:0;
}

.content ul li {
	margin: 5px 5px;
}
.content ul li a  {
	text-decoration:none;
}
.content ul li a i {
	color:#fff;
	font-size:22px;
	height:50px;
	line-height:50px;
	width:50px;
	background-color:black;
	border-radius:50%;
	text-align:center;
	transform:translateY(520px);
	transition:all 2s;
}
.imagebox:hover .content ul li a i {
	transform:translateY(0px);
	
	
}
.gear-display {
	display:flex;
	  /*  left: 45px;*/
}

.gear-01 {
	margin-top: 100px;
    max-width: 118px !important;
	align-self: baseline;
	right: -46px;
}
.gear-02 {
	margin-top:100px;
	align-self: baseline;
	right: -46px;
}
.gear-03 {
right: 75px;
    top: 190px;
    max-height: 83px;
}
.gear-04{
	margin-top: 119px;
    width: 200px;
    right: 40px;
}
.gear-05 {
top: 90px;
    align-self: baseline;
    right: 54px;

}


.elementor-widget:not(:last-child) {
	margin-bottom:0px !important;
}

.small-logo {
	display:flex;
	/*left: 45px;
	position:relative;
	z-index:6;
	bottom:110px;*/
	
}



.align-all {
width: 100% !important;
    margin: 0 auto;
}

/*menu*/



/*
#page {
  min-height: 100vh;
  width: 100%;
  background-color: #485461;
  background-image: linear-gradient(135deg, #485461 0%, #28313b 74%);
  overflow-x: hidden;
  transform-style: preserve-3d;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 3rem;
}

.menu {
  max-width: 72rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.logo {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 4rem;
}

.logo span {
  font-weight: 300;
}

.hamburger-menu {
  height: 4rem;
  width: 3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bar {
  width: 1.9rem;
  height: 1.5px;
  border-radius: 2px;
  background-color: #eee;
  transition: 0.5s;
  position: relative;
}

.bar:before,
.bar:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #eee;
  transition: 0.5s;
}

.bar:before {
  transform: translateY(-9px);
}

.bar:after {
  transform: translateY(9px);
}

.main {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 5;
  overflow: hidden;
  transform-origin: left;
  transform-style: preserve-3d;
  transition: 0.5s;
}

.header-m {
  min-height: 100vh;
  width: 100%;
  background: url("bg.jpg") no-repeat top center / cover;
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(43, 51, 59, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner {
  max-width: 35rem;
  text-align: center;
  color: #fff;
  padding: 0 2rem;
}

.title {
  font-size: 2.7rem;
}

.btn {
  margin-top: 1rem;
  padding: 0.6rem 1.8rem;
  background-color: #1179e7;
  border: none;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

#page.active .bar {
  transform: rotate(360deg);
  background-color: transparent;
}

#page.active .bar:before {
  transform: translateY(0) rotate(45deg);
}

#page.active .bar:after {
  transform: translateY(0) rotate(-45deg);
}

#page.active .main {
  animation: main-animation 0.5s ease;
  cursor: pointer;
  transform: perspective(1300px) rotateY(20deg) translateZ(310px) scale(0.5);
}

@keyframes main-animation {
  from {
    transform: translate(0);
  }

  to {
    transform: perspective(1300px) rotateY(20deg) translateZ(310px) scale(0.5);
  }
}

.links {
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul {
  list-style: none;
}

.links a {
  text-decoration: none;
  color: #eee;
  padding: 0.7rem 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(10px);
  animation: hide 0.5s forwards ease;
}

.links a:hover {
  color: #fff;
}

#page .active .links a {
  animation: appear 0.5s forwards ease var(--i);
}

@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes hide {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}

.shadow {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  transform-origin: left;
  transition: 0.5s;
  background-color: white;
}

.shadow.one {
  z-index: -1;
  opacity: 0.15;
}

.shadow.two {
  z-index: -2;
  opacity: 0.1;
}

#page.active .shadow.one {
  animation: shadow-one 0.6s ease-out;
  transform: perspective(1300px) rotateY(20deg) translateZ(215px) scale(0.5);
}

@keyframes shadow-one {
  0% {
    transform: translate(0);
  }

  5% {
    transform: perspective(1300px) rotateY(20deg) translateZ(310px) scale(0.5);
  }

  100% {
    transform: perspective(1300px) rotateY(20deg) translateZ(215px) scale(0.5);
  }
}

#page.active .shadow.two {
  animation: shadow-two 0.6s ease-out;
  transform: perspective(1300px) rotateY(20deg) translateZ(120px) scale(0.5);
}

@keyframes shadow-two {
  0% {
    transform: translate(0);
  }

  20% {
    transform: perspective(1300px) rotateY(20deg) translateZ(310px) scale(0.5);
  }

  100% {
    transform: perspective(1300px) rotateY(20deg) translateZ(120px) scale(0.5);
  }
}

#page.active .main:hover + .shadow.one {
  transform: perspective(1300px) rotateY(20deg) translateZ(230px) scale(0.5);
}

#page.active .main:hover {
  transform: perspective(1300px) rotateY(20deg) translateZ(340px) scale(0.5);
}

*/
/*Menu end*/



















/*MOBILE menu*/
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    background-color: #3a3a3a !important;
    color: #fff !important;
}

@media (max-width: 767px) {
	.we-do {
		font-size:40px;
	}
}

/* END MOBILE menu*/
.site-content animate {
	background:c21e19;
}



.site-main {
	perspective: 1500px;	
}

.site-main.animate article{
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateZ(-1500px) translateX(100%) rotateY(
-45deg
);
    -moz-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
    -ms-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
    transform: translateZ(-1001px) translateX(100%) rotateY(
-15deg
);
    top: -1500px;
}
article{
    min-height: 100%;
    position: relative;
    z-index: 10;
    -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
    -moz-transform: translateZ(0) translateX(0) rotateY(0deg);
    transform: translateZ(0) translateX(0) rotateY(0deg);
}


.home .site-main {
	perspective: 1500px;	
}

.home .site-main.animate article{
	-webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
    -moz-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
    -ms-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
    transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
	top:0;
}
.home article{
    min-height: 100%;
    position: relative;
    z-index: 10;
    -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
    -moz-transform: translateZ(0) translateX(0) rotateY(0deg);
    transform: translateZ(0) translateX(0) rotateY(0deg);
}

.page-id-454 .site-main.animate article{
	
	top:-865px;
}

.page-id-459 .site-main.animate article{
	
	top:-865px;
}

.page-id-467 .site-main.animate article{
	
	top:-1030px;
}

.page-id-472 .site-main.animate article{
	
	top:-1030px;
}

.page-id-419 .site-main.animate article{
	
	top:-450px;
}

.page-id-431 .site-main.animate article{
	
	top:-650px;
}

.page-id-1709 .site-main.animate article{
	
	top:-160px;
}

.page-id-547 .site-main.animate article{
	
	top:-450px;
}

.page-id-582 .site-main.animate article{
	
	top:-600px;
}

.page-id-601 .site-main.animate article{
	
	top:-480px;
}

.page-id-486 .site-main.animate article{
	
	top:-480px;
}

.page-id-506 .site-main.animate article{
	
	top:-3000px;
}

.page-id-525 .site-main.animate article{
	
	top:-480px;
}
.hidden_menu{
		max-height: 400px;
    position: absolute;
    top: 350px;
    left: 25%;
	display:none;
}


.home .hidden_menu{
		max-height: 400px;
    position: absolute;
    top: 350px;
    left: 25%;
	display:none;
}

.hidden_menu ul li a i {
		min-width:30px;
}

.hidden_menu ul li {
		list-style:none;
}
.sub-menu{
display:none;
list-style: none;
}
.sub-menu li{
    /* min-width: 170px; */
    position: relative;
    display: inline-block;
    padding-left: 30px;
}
.hidden_menu ul li:hover > ul {
display:inherit;
transition: all 50s ease;
}
/* Blog Updates */

.blog .primary {
	
	width:100% !important;
	margin-top : 100px !important;

}
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
	background-color:black;	
		
	}	
.single .ast-primary-header-bar ,
.single .site-content,
.blog .ast-primary-header-bar ,
.blog .site-content
{
	
	background-color:black;
}
.read-more{
	margin-top: 10px;
  margin-bottom: 10px !important;
	
}
.read-more .ast-custom-button{
border-radius: 50px;
    padding-top: 9px;
    padding-bottom: 7px;
    font-size: 14px;
}

.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
	    fill: #ffffff;
}
