/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

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

*/

body{
	overflow-x:hidden;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}
header, nav, section, article, aside, footer, hgroup {
  display: block;
}


.navbar-brand img{
  max-height: 50px;
  width: auto;
}
* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}
a:hover{
	color:var(--dark);
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: var(--dtxt);
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: var(--dark);
  color: #fff;
}

::-moz-selection {
  background: var(--dark);
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
  .card-text{
	  grid-template-columns: 0fr 2fr !important;
  }
  .img-avatar {
	top: -40px !important;
    left: -40px !important;
  }
   .form{
	  margin-right: 30px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 26px;
  text-transform: capitalize;
  color: var(--dtxt);
  font-weight: 300;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: var(--dark);
}

.section-heading h2 span {
  color: var(--primary);
   font-size: 30px;
  text-transform: capitalize;
  font-weight: 700
}
.about-us .container .row .col-lg-12 .section-heading h2 span{
	color: var(--light) !important;
}
.main-dark-button {
  display: inline-block;
  background-color: var(--dark);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  background-color: var(--primary);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: var(--primary);
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
	background-image:linear-gradient(to right, rgb(55 91 5 / 31%) 0%, rgb(143 183 51) 100%) !important;
	/* background: rgb(255,255,255); */
/* background: linear-gradient(45deg, rgba(255,255,255,1) 25%, rgba(8,186,237,0.7990546560421043) 25%, rgba(29,93,133,0.8018557764902836) 100%); */
	height: 80px!important;
	position: fixed!important;
	top: 0px;
	left: 0px;
	right: 0px;
	backdrop-filter: blur(15px);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

.background-header .logo,
.background-header .main-nav .nav li a {
  /* color: #1e1e1e!important; */
}
.logo_img{
	margin-top:25px;
	transform: scale(1.5);
	height:30px;
	width:auto;
	float:left;
	 -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
 .background-header .logo_img{
	 	height:30px;
		transform: scale(1.3);


 }
.background-header .main-nav .nav li:hover a {
  color: var(--primary)!important;
}

.background-header .nav li a.active {
  color: var(--primary)!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--dark);
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.logo h4 span {
  color: var(--primary);
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}



.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a { 
  display: inline-block;
  background-color: var(--primary);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  line-height: 1; 
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #ffffff !important;
}

.header-area .main-nav .nav li a {

 -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 12px 25px;
  border-radius: 23px;
  line-height: 1; 

  display: block;
  font-weight: 500;
  font-size: 15px;
  color: var(--light);
  text-transform: capitalize;
  transition: all 0.5s ease-out;
  height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
    color: var(--light); -webkit-transition: all 0.3s ease 0s;
	transition: all 0.5s ease-out;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
	  background-color: var(--light);
  color: var(--primary)!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: var(--primary)!important;
  opacity: 1;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  background-color: var(--light);
  color: var(--primary) !important;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: var(--dtxt);
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: var(--dtxt);
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: var(--dtxt)!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: var(--primary)!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 22px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #ffffff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #ffffff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #ffffff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: var(--primary);
}

@media (max-width: 1200px) {
 
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 768px) {
  /* .header-area .main-nav .nav li:last-child  , */
  /* .background-header .main-nav .nav li:last-child { */
    /* display: none; */
  /* } */
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 1000px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: var(--primary)!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
	border-radius:0px;
    background: #f7f7f7 !important;
    color: #191a20 !important;
	
	
  }
  .header-area .main-nav .nav li a:hover {
	  border-radius:0px;
    background: #eee !important;
    color: var(--primary)!important;

  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  
  .header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a { 
	width:100%;
	height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: var(--primary) !important;
    color: var(--light) !important;
	border-radius:0;

}
}

@media (min-width: 1000px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: var(--primary);
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: var(--primary);
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
background-image: linear-gradient(180deg, rgb(43 44 54) 0%, rgb(143 183 51 / 73%)25%, rgb(143 183 51) 100%), url(https://www.statewidetreeservice.com.au/tree-removal/wp-content/uploads/2021/09/banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  clip-path: polygon(0 0%, 100% 0%, 100% 90%, 0% 100%);
  background-size: cover;
  padding: 130px 0px 140px 0px;
  position: relative;
  overflow: hidden;
}

.inner_page_main_banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
  top:-100px;
}

/* .main-banner:after { */
  /* content: ''; */
  /* background-image: url(../images/baner-dec-left.png); */
  /* background-repeat: no-repeat; */
  /* position: absolute; */
  /* left: 0; */
  /* top: 100px; */
  /* width: 193px; */
  /* height: 467px; */
/* } */

/* .main-banner:before { */
  /* content: ''; */
  /* background-image: url(../images/baner-dec-right.png); */
  /* background-repeat: no-repeat; */
  /* position: absolute; */
  /* right: 0; */
  /* top: 100px; */
  /* width: 98px; */
  /* height: 290px; */
/* } */

.main-banner .left-content, .inner_page_main_banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6, .inner_page_main_banner .left-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 15px;
}

.main-banner .left-content h2, .inner_page_main_banner .left-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: var(--light);
  line-height: 72px;
}

.main-banner .left-content h2 em, .inner_page_main_banner .left-content h2 em {
  color: var(--dark);
  font-style: normal;
}

.main-banner .left-content h2 span, .inner_page_main_banner .left-content h2 span {
  color: var(--primary);
}

.main-banner .left-content p, .inner_page_main_banner .left-content p {
  margin: 20px 0px;
	color: var(--light);
}

.main-banner .left-content form, .inner_page_main_banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button, .inner_page_main_banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: var(--primary);
  font-size: 15px;
  font-weight: 500;
  color: var(--light);
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input, .inner_page_main_banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: var(--light);
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: var(--primary);
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder, .inner_page_main_banner .left-content form input::placeholder {
  color: var(--dark);
}



/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/
.about-us {
/*clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);*/
  background-color: var(--primary);
  /* background-image: url(../images/about-bg.png); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0px 120px 0px;
}

.about-us .left-image {
  margin-right: 45px;
}

.about-us .services .item {
  margin-bottom: 30px;
}

.about-us .services .item .icon {
  float: left;
  margin-right: 25px;
}

.about-us .services .item .icon img {
  max-width: 70px;
}

.about-us .services .item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-us .services .item p {
  color: #fff;
}


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

.our-services {
  padding: 100px 0 90px 0;
}

.our-services .left-image {
  margin-right: 45px;
}

.our-services .section-heading h2 {
  margin-right: 100px;
}

.our-services .section-heading p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.our-services .progress-skill-bar {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.our-services .progress-skill-bar span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
}

.our-services .first-bar span {
  left: 69%;
}

.our-services .second-bar span {
  left: 81%;
}

.our-services .third-bar span {
  left: 88%;
}

.our-services .progress-skill-bar h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dtxt);
  margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
  background: var(--primary);
  background: linear-gradient(105deg, var(--primary) 90%, var(--light) 100%);
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.our-services .first-bar .filled-bar {
  width: 71%;
}

.our-services .second-bar .filled-bar {
  width: 83%;
}

.our-services .third-bar .filled-bar {
  width: 90%;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 120px;
  margin-top: 0px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 90px 0px 90px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}

.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: 20px;
}

.our-portfolio .item:hover .showed-content-first {
  top: -25px;
}
.showed-content-first{z-index:4 !important;  left:5px;}
.showed-content-second img{max-width: 100% !important;}
.showed-content-second{top: -90px !important; width:100% !important; padding:0px !important;overflow: hidden;}
.our-portfolio .hidden-content {
  min-height: 255px;
  background: var(--primary);
  background: linear-gradient(105deg, var(--primary) 0%, var(--darkprimary) 150%);
  padding: 30px;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  top: 30px;
  position: inherit;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
  top: -35px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
  width:60px;
}


.our-portfolio .showed-content img {
  max-width: 80%;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.our-blog {
	display:none !important;
  position: relative;
  margin-top: 80px;
  padding-top: 120px;
}

.our-blog .section-heading h2 {
  margin-right: 180px;
}

.our-blog .top-dec {
  text-align: right;
  margin-top: -80px;
}

.our-blog .top-dec img {
  max-width: 270px;
}

.our-blog .left-image {
  position: relative;
}

.our-blog .left-image img {
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.our-blog .left-image .info {
  position: relative;
}

.our-blog .left-image .info .inner-content {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 20px;
  margin-right: 75px;
  position: absolute;
  margin-top: -100px;
  padding: 30px;
}

.our-blog .left-image ul li {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 20px;
}

.our-blog .left-image ul li:last-child {
  margin-right: 0px;
}

.our-blog .left-image ul li i {
  color: var(--primary);
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .left-image h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dtxt);
  margin: 20px 0px 15px 0px;
}

.our-blog .left-image .info .main-blue-button {
  position: absolute;
  bottom: -80px;
  left: 0;
}

.our-blog .right-list {
  margin-left: 30px;
}

.our-blog .right-list ul li {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
}

.our-blog .right-list .left-content {
  margin-right: 45px;
}

.our-blog .right-list .left-content span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
}

.our-blog .right-list .left-content span i {
  color: var(--primary);
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .right-list .left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dtxt);
  margin: 20px 0px 15px 0px;
}


.our-blog .right-list .right-image img {
  width: 250px;
  border-radius: 20px;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding: 160px 0px;
  background: var(--primary);
  /* clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%); */
  /* background-image: url(../images/about-bg.png); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.contact-us .section-heading h2,
.contact-us .section-heading h2 em,
.contact-us .section-heading h2 span {
  color: #fff;
}

.contact-us .section-heading p {
  color: #fff;
  margin-top: 30px;
}

.phone-info, .phone-info_popup {
  margin-top: 40px;
}

.phone-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.phone-info_popup h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
}

.phone-info h4 span i, .phone-info_popup h4 span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--primary);
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.phone-info h4 span a{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.phone-info_popup h4 span a {
	  color: var(--primary);
  font-size: 15px;
  font-weight: 400;
}


.form{
  margin-left: 30px;
  position: relative;
  background-color: #ffffff;
  padding: 30px 30px;
  border-radius: 20px;
}

#contact input , #contactmodel input{
  width: 100%;
  height: 46px;
  border-radius: 33px;
  background-color: var(--light);
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: var(--dtxt);
  padding: 0px 20px;
  margin-bottom: 20px;
}

#contact input::placeholder, #contactmodel input::placeholder, {
  color: var(--dtxt);
}

#contact textarea, #contactmodel textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 20px;
  background-color: var(--light);
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: var(--dtxt);
  padding: 15px 20px;
  margin-bottom: 20px;
}

#contact textarea::placeholder, #contactmodel textarea::placeholder {
  color: var(--dtxt);
}

#contact input[type=submit], #contactmodel input[type=submit] {
  display: inline-block;
  background-color: var(--primary);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
  height:auto;
    min-width: auto !important;
    width: auto !important;
	float:right;

}

#contact input[type=submit]:hover {
  background-color: var(--dark);
}


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

footer p {
  text-align: center;
  margin: 30px 0px 45px 0px;
}

footer p a {
  color: var(--primary);
}

.g_map iframe{
	border-radius:20px;
	overflow:hidden !important;
	width:100%;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1645px) {
  form#contact .contact-dec {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner {
    padding-top: 130px;
  }
  .main-banner .left-content {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .main-banner:after {
    top: 76px;
    z-index: -1;
  }
  .main-banner .left-content form,
  .main-banner .left-content form input {
    width: 100%!important;
  }
 
  .about-us {
    position: relative;
    background-image: none;
    padding:100px 0px 100px 0px;
  }
  .about-us .left-image {
    margin-right: 0px;
    position: absolute;
    bottom: -140px;
    
	right: 0;
	
  }
  .about-us .services {
    text-align: center;
  }
  .about-us .services .item  {
    background: var(--primary);
    background: linear-gradient(105deg, var(--primary) 0%, #00000017  100%);
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
  }
  .about-us .services .item .right-text {
    text-align: left;
  }
  
  .about-us .container .row .col-lg-12 .section-heading h2 span {
	  color: var(--light) !important;
  }
  .our-services {
    /* margin-top: 200px; */
  }
  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }
  .our-portfolio .section-heading h2 {
    margin: 0px 0px 80px 0px;
  }
  .our-portfolio .item {
    margin-bottom: 15px;
  }
  .our-blog {
    margin-top: 0px;
  }
  .our-blog .top-dec {
    display: none;
  }
  .our-blog .section-heading h2 {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .our-blog .left-image .info .inner-content {
    position: relative;
    margin-right: 0px;
  }
  .our-blog .left-image .info .main-blue-button {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  .our-blog .left-image {
    margin-bottom: 45px;
  }
  .contact-us {
    margin-top: 60px;
    padding: 120px 0px;
	background-image:none;
  }
  .contact-us .section-heading {
    text-align: center;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 30px;
  }
  form#contact .contact-dec {
    display: none;
  }
  footer p {
    margin: 15px 0px 30px 0px;
  }
}

@media (max-width: 767px) {
 
  .our-blog .right-list {
    margin-left: 0px;
  }
  .our-blog .right-list ul li {
    display: inline-block;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  .our-blog .right-list .left-content {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .our-blog .right-list .right-image,
  .our-blog .right-list .right-image img {
    width: 100%;
  }
  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }
  .phone-info h4 span i {
    margin-left: 0px;
  }
}


.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0em;
}

.modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content {
  position: absolute;
  background: var(--light);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none;
}

.modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 0;
}


.modal-body {
  overflow: hidden;
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto ;
}

.modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  border-top: 0px solid #dee2e6;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 100%;
  }
 
}
/*
Teestimonial
*/


.testi.owl-drag .center{
	transform: scale(1) !important;
	transition: all .5s !important;
	opacity:1 !important;
}
.testi.owl-drag .owl-item{
	transform: scale(0.5);
	transition: all .5s;
	opacity:0.5;
}
.testi .owl-stage-outer{
	padding-top:100px;
}
article {
  
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: hsl(0, 0%, 100%);
  line-height: 2;
  border-radius: 25px;
  transition: transform 0.2s ease-out;
  box-shadow: 0 0 5px -2px hsla(0, 0%, 0%, 0.1);
}
article figure {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: -60px;
  position: relative;
  
}
article figure:before {
  content: "";
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  height: 101%;
  transform: translate(-50%, -50%);
  border: 1rem solid var(--primary);
  box-shadow: 0 1px hsla(0, 0%, 0%, 0.1);
}
article figure img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

article div {
  text-align: center;
  margin: 2rem;
}
article div p {
  color: var(--dtxt);
  font-weight: 300;
  font-style: italic;
  margin: 1rem 0 3rem;
  position: relative;
  z-index: 5;
}
article div p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -5;
  opacity: 0.05;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70 70" width="70" height="70"><rect x="0" y="40" width="30" height="30"></rect><path d="M 0 40 q 0 -40 30 -40 v 15 q -15 0 -15 25"></path><rect x="40" y="40" width="30" height="30"></rect><path d="M 40 40 q 0 -40 30 -40 v 15 q -15 0 -15 25"></path></svg>'),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70 70" width="70" height="70" transform="rotate(180)"><rect x="0" y="40" width="30" height="30"></rect><path d="M 0 40 q 0 -40 30 -40 v 15 q -15 0 -15 25"></path><rect x="40" y="40" width="30" height="30"></rect><path d="M 40 40 q 0 -40 30 -40 v 15 q -15 0 -15 25"></path></svg>');
  background-position: 20% 20%, 80% 80%;
  background-repeat: no-repeat;
}
article div h1 {
  color:var(--primary);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
/*
Valuable Customers
*/
.w_card{
	background-color: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    transition: all 0.5s;
}

	.cust .owl-nav button.owl-prev{
			float:left;
		}
		.cust .owl-nav button.owl-next{
			float:right;
		}
		.cust .owl-item img {
    display: block;
    width: 100%;
    padding: 20px 50px;
}

		.cust  .owl-nav{
			/**z-index:99;
	margin-top: -100px !important;
    position: absolute;
    width: 100%;
*/		}


/*
Certificates
*/

.story {
	background:white;
	padding:0px 0px;
}
.story .story-item {
	height: 400px;
    border-radius: 25px;
    background: var(--primary);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
	position:relative;
	font-size:13px;	
	margin-left: 25px;
}  
.story .story-item:before {
   content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: .2;
    border-radius: 25px;
  } 
.story .story-item span {
	position:absolute;bottom:0;
	padding:10px 5px; 
  font-family: sans-serif;
}
.story .owl-stage {
    right: 15px;
}

.rounded {
  width:50px;
  height:50px;
  margin:5px;
  position:absolute;
  border-radius:50%;
 opacity:0.6;
 	transition: all .5s !important;

}
.rounded:hover {
 opacity:1;
}

.story.owl-drag .center{
	transform: scale(0.99) !important;
	transition: all .5s !important;
	opacity:1 !important;
}
.story.owl-drag .owl-item{
	transform: scale(0.8);
	transition: all .5s;
	opacity:0.6;
}
.story.owl-drag .center .item .rounded {
	display:block !important;
}
.story.owl-drag .owl-item .item .rounded{
	display:none;
}


.text-primary {
	color: var(--primary) !important;
}
 
 /*
	COVID-Notice
 */
 
 
.card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.5);
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  position: relative;
  border: none;
}
.card h2 {
  margin: 0;
  padding: 0 1rem;
}
.card .title {
  padding: 1rem;
  text-align: right;
  color: var(--primary);
  font-weight: bold;
  font-size: 12px;
}
.card .desc {
  padding: 0.5rem 1rem;
  font-size: 14px;
}
.card .actions {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  align-items: center;
  padding: 0.5rem 1rem;
}

.img-avatar {
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  border: 6px solid white;
  background: var(--light);box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  top: 15px;
  left: 85px;
  overflow: hidden;
}

.card-text {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.title-total {
  padding: 2.5em 1.5em 1.5em 1.5em;
}



.portada {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url("../images/sdsa.jpg");
  background-position: center center;
  background-size: cover;
}
.c_t_a .cta_btn:hover{
	background: var(--light);
	color: var(--primary);
}

.c_t_a .cta_btn{
    background-color: var(--primary);
    font-size: 15px;
    font-weight: 400;
    color: var(--light);
    text-transform: capitalise;
    padding: 15px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border: none;
    outline: none;
    transition: all .3s;
    }
 .c_t_a .cta_btn:first-of-type {
	border-radius: 25px 0px 0px  25px;
 }
  .c_t_a .cta_btn:last-of-type {
	border-radius: 0px 25px 25px  0px;
 }
 .card .c_t_a {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  align-items: center;
  padding: 0.5rem 1rem;
}
/* button { */
  /* border: none; */
  /* background: none; */
  /* font-size: 24px; */
  /* color: var(--primary); */
  /* cursor: pointer; */
  /* transition: all .5s; */
/* } */
 /* button	:hover{ */
    /* color: var(--dark)  ; */
    /* transform: rotate(12deg); */
	  /* transition: all .5s; */
  /* } */
 
 
 
 
 /*
	Bootstrap overflow
 
 */
 .accordion{
padding-right: 0;
    padding-left:0;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	border-radius:20px;
 }
 .accordion-button:not(.collapsed){
	 color: var(--light);
    background: var(--primary) !important;
    background-color: var(--light);
	font-weight: 600;
	padding: 30px;
	transition: all 0.5s;
 }
 
 .accordion-button::after{
	 background-image: url(../images/arrow-down-circle.svg);	 
 }
 .accordion-button:not(.collapsed)::after {
	 	 background-image: url(../images/x-circle.svg);	 
 }
 .accordion-button{
	 padding: 30px;
 }
 .accordion-button:focus{
        border-color: rgb(9 187 236 / 20%);
    box-shadow: 0 0 0 0 rgb(9 187 236 / 20%);
 }
 .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.accordion-item:last-of-type .accordion-button.collapsed{
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.btn{
	overflow:hidden;
    background-color: var(--light);
    font-size: 15px;
    font-weight: 400;
    color: var(--primary);
    /*text-transform: capitalize;*/
    padding: 15px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border: none;
    outline: none;
    transition: all .3s;
}
.btn:hover{
transform: scale(1.01);
}
.btn-label {
	border-radius: 25px;
	position: relative;
	left: -25px;
	display: inline-block;
	padding: 15px 25px;
	background:#ffffff;
}
 
.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
}
/*
Gallery
*/
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item0{
	border-radius:25px !important;
}
.bwg-item{
	padding:10px;
}

/*
	Google Review
*/
#wpac-google-review{
	position: fixed!important;
    left: 10px!important;
    bottom: 10px!important;
    max-width: none!important;
    z-index: 2147482999!important;
}

.wp-google-badge{
	    transform: scale3d(0.8, 0.8, 1);

}
.current_page_item{
	display:none !important;
}



/*play Button*/


.button {
  display: inline-block;
  position: relative;
}
.button.is-play {
	cursor:pointer;
  background-color: #08baed;
  border-radius: 50%;
  width: 60px;
  height: 60px;
	float: left;
	margin-right: 30px;
	margin-top: 15px;
	z-index:3;
	transition: all .5s ease-in-out;
}
.button.is-play:hover{
	transform: scale(1.2);
	transition: all .5s ease-in-out;
}
.button.is-play .button-outer-circle {
  background: rgb(8 186 237 / 40%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.button.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}
.button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}
.has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}



/*Youtube lightbox*/
#video{
	overflow: hidden;
    position: fixed;
}
.lightbox {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, rgb(255 255 255 / 0%) 0%, rgb(8 186 237 / 0%) 100%) !important;
  backdrop-filter: blur(10px);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}
.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 500;
  font-size: 12px;
  display: block;
  border: none;
  color: #000000;
  top: -22px;
  right: 3%;
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}


@media (max-width: 420px) {
	.main-banner .left-content form button, .inner_page_main_banner .left-content form button{
		margin-top: 60px !important;
		right: 0;
    	top: 0;
	}
	.main-banner .left-content form input, .inner_page_main_banner .left-content form input{}
	
	.form{
		margin-left: 0px;
		    margin-right: -5px;
		    padding: 30px 5px;
	}
}

.mob_call_btn {
    position: absolute;
    left: 50%;
    top: 18px;
    display: inline-block;
    background-color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    color: var(--light);
    text-transform: capitalize;
    padding: 10px 15px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    outline: none;
    border: none;
}



/* CTA 	small devices*/

@media (max-width: 576px){
.title-total {
	    padding: 0px;
}

.card .actions {
	padding: 0rem 0rem;
}
.img-avatar {
    top: -40px !important;
    left: -10px !important;
}
.c_t_a .cta_btn:first-of-type {
    border-radius: 5px 0px 0px 20px;
}
.c_t_a .cta_btn:last-of-type{
	    border-radius: 0px 5px 20px 0px;
}	
.phone-info a{
	    display: flex;
    align-items: center;
}
.btn-labeled {
    overflow-wrap: anywhere;
}
}

