@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "Urbanist", sans-serif;
  /* color: var(--theme-color) !important; */
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
  font-weight: 600;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 600;
}

ul li {
  margin-bottom: 0px;
}

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

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}
h1 {
  font-size: 70px;
  font-weight: 800;
}

h2 {
  font-size: 50px;
  font-weight: 600;
}

h3 {
  font-size: 29px;
  font-weight: 800;
}

h4 {}

h5 {}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* navbar----------- */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}
.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #20515d;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.gap-p p{
  margin-bottom: 0px;
}


/* ---------------------- */


/* ---------------------- */
.small {
  display: none;
}

.header_menu {
  background: #fff;
}
a.navbar-brand img {
  width: 280px;
}

.header_menu li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 29px 19px;
  display: inline-block;
}
.header_menu li a:hover{
  color: var(--theme-color-second);
}
.hd_info {
  display: flex;
 align-items: center;
  color: #fff;
  gap: 10px;
  flex-wrap: wrap;
}
.hd_info a img {
  margin: 0;
  width: 17px;
}
a.comon-btn {
  background: #20515d;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 12px 0px;
  border-radius: 5px;
  text-align: center;
  width: 13rem;
}

a.green-btm{
  background-color: #a7aa13;
  color: #1e1e1e;
}
a.comon-btn:hover{
  background: #b9b9b9;
  color: #000000;
}
.header_menu li a {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 29px 15px;
  display: inline-block;
}

.small img{
  width: 180px;
}
.navbar li:hover a {
	color: var(--theme-color-second);
}
.navbar li:hover .dropdown-menu {
	transition: .3s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: rotateX(0deg);
}
@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end{ right:0; left: auto;  }
  .navbar li .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
  .navbar li:hover a{ color: #20515d;  }
  .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
  .navbar .dropdown-menu.fade-up{ top:180%;  }
  .navbar li:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}
#main_header  ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}
#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}
ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}
ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 280px;
  border-radius: 0px;
}

.link-sm-2 i {
	top: -9px !important;
}
.link-sm-2{
  position: relative;
}


/* banner */

.banner h1 span{
  color: #a7aa13;
}


/* about-home */

.about-home h2{
  color: #a7aa13;
}

.about-home .img-box{
  overflow: hidden;
  border-radius: 10px;
}

.about-home .img-box img{
  transform: scale(1);
  transition: 0.6s;
}

.about-home .content-1:hover  .img-box img{
  transform: scale(1.1);
  transition: 0.6s;
}


header#main_header {
  padding: 21px 0;
}

/* our-service */
.our-service h2{
  color: #a7aa13;
}

.our-service{
  background-color: #dee7ec;
}

.our-service p strong{
  font-size: 19px;
}

.our-service .img-box{
  position: relative;
  overflow: hidden ;
  border-radius: 10px;
}

.our-service .img-box .content{
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
}

.our-service .img-box .content a{
  color: #fff;
  font-size: 50px;
}

/* call-now */

.call-now{
  background-color: #a7aa13;
  color: #fff;
}

.call-now h2{
  font-size: 55px;
  margin-bottom: 5px;
}

.call-now img{
  width: 70px;
}

.call-now p{
  font-size: 20px;
  margin-bottom: 0;
}

.call-now a{
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

/* acheivement */

.acheivement{
  position: relative;

}

.acheivement .img-box {
  position: relative;
  /* bottom: 110px; */
  margin-bottom: -80px;
  z-index: 999999;
}

.acheivement h2{
  text-transform: uppercase;
  color: #a7aa13;
}

.acheivement  .heading{
  text-align: end;
}


.counter-box {
  display: block;
  background: transparent;
  /* padding: 40px 20px 37px; */
  text-align: center;
  display: flex;
  border-right: 1px solid #a7aa13;
  gap: 15px;
  align-items: center;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #909090;
  font-size: 15px;
  font-weight: 500;
}
.counter-box i {
  font-size: 60px;
  margin: 0;
  color: #d2d2d2;
}

.counter { 
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #20515d;
	line-height: 28px
}


.colored{
  border: none!important;
}

.video-sec {
  position: relative;
}


.video-sec .wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%,-50%);
}
.video-sec .video-main {
  position: relative;
  display: inline-block;
}

.video-sec .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #a7aa13;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.video-sec .fa-play:before {
  content: "\f04b";
}

.video-sec .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.video-sec .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.video-sec .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-sec .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}


/* testimonial */

.testimonial .review-box img{
  width: 40px!important;
  margin-bottom: 15px;
}

.testimonial .review-box ul{
  display: flex;
  gap: 3px;
  color: orange;
}

.testimonial .review-box h5{
  color: #20515d;
  font-weight: 700;
  text-transform: capitalize;
}

.testimonial .review-box {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #a7aa13;
}

.testimonial .owl-nav {
  font-size: 100px;
  font-weight: lighter;
}

.testimonial button.owl-prev {
  position: absolute;
  top: 20%;
  left: -47px;
}

.testimonial  button.owl-next {
  position: absolute;
  top: 20%;
  right: -47px;
}

.testimonial .owl-dots{
  display: none;
}

/* map */

.map {
  position: relative;
  overflow: hidden;
}
.map .form-contact {
/*   position: absolute; */
  top: 0px;
  width: 100%;
}

.map .form-contact .contact-info{
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
}

.map .form-contact .contact-info input{
  width: 100%;
  padding: 12px;
  outline: none;
}

.map .form-contact .contact-info textarea{
  width: 100%;
  padding: 12px;
  outline: none;
  height: 180px;
}

.map .form-contact .contact-info button{
  background-color: #a7aa13;
  width: 100%;
  padding: 12px;
  border: none;
  color: #fff;
}


.our-blog .blog-box a{
  color: #1e1e1e;
}

.our-blog a p span{
  color: #909090;
}


footer {
  padding: 80px 0;
  color: #fff;
}

footer .ft-logo{
  width: 280px;
  margin-bottom: 15px;
}

a.btn-grn{
  background-color: #a7aa13;
}

footer ul li a{
  color: #dee7ec;
  font-size: 15px;
}

footer ul li {
  margin-bottom: 10px;
}

footer .contact li{
  display: flex;
  gap: 5px;
}

footer .hd_info img{
  width: 40px!important;
}

.video-sec ul{
  list-style-type: decimal;
  padding-left: 15px;
  font-weight: 600;
}

.video-sec ul li{
  margin-bottom: 10px;
}



/* Form CSS */
#wpcf7-f8-o1 form p {
	margin-bottom: 0px !important;
}

#wpcf7-f8-o1 form input,
#wpcf7-f8-o1 form textarea {
	border:1px solid #767676 !important;
}