@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');


html {
  scroll-behavior: smooth;
}


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: 'Lato', sans-serif;
  /* color: var(--theme-color) !important; */
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
  font-family: 'Lato', sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif;
}



p {
  margin: 0;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 1rem;
}

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: 60px;
}

h2 {
  font-size: 36px;
}

h3 {}

h4 {
	font-size: 20px;
	font-weight: 600;
}
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: #0cff00;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #0cff00;
  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;
}

a.navbar-brand img {
  width: 140px;
}

.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;
  margin-left: 16px;
}
.hd_info a img {
  margin: 0 24px 0 10px;
}
a.comon-btn {
  background: #0002fe;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 15px 0px;
  width: 13rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
}
a.comon-btn:hover{
  background: #121212;
	color: #fff;
  
}
.header_menu li a {
  color: #191919;
  font-size: 16px;
  text-transform: capitalize;
  padding: 16px 19px;
  display: inline-block;
  font-weight: 600;
}
.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: var(--theme-color-second);  }
  .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;
}

.main-head.fixed-top {
	position: fixed;
	top: 22px;
	right: 0;
	left: 0;
	z-index: 1030;
}



.banner{
  background: url(../image/banner.png);
 
}



.banner p span{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #0cff00;
  text-transform: uppercase;
  letter-spacing: 2px;
  
  display: flex;
  align-items: center;
  
}

.banner h1 {
    font-weight: 700;
    line-height: 70px;
    color: #fff;
    margin: 0 0 15px;
}

.banner p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.banner figure img{
  max-width: 25px;
  animation: rotation 2s infinite linear;
}

.banner {
	background: url(../image/banner.png);
	padding-top: 30px;
}

#main_header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1039;
}

.about-sec p span{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  
  
  align-items: center;
  
}


.about-sec .heading h2{
 
    line-height: 46px;
    font-weight: 600;
    color: #000457;
}

.about-sec p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}

.about-sec li i{
  color: #0cff00;
  font-size: 18px;
}

.about-sec li{
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
  color: #010d14;
  padding-left: 5px;
  padding-bottom: calc(6px);
}

.about-sec ul{
  margin-bottom: 0;
}
.service_sec {
	background-color: #000457;
	padding-bottom: 50px;
}

.service_sec p span{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #0cff00;
  text-transform: uppercase;
  letter-spacing: 2px;
  
  text-align: center;
  
}

.service_sec .heading h2{
 
  line-height: 46px;
  font-weight: 600;
  color: #fff;
}

.service_sec h4 {
	font-size: 18px;
	font-weight: 600;
}



.service_sec .img-box{
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}

.service_sec .img-box .over-lay1 {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	padding: 0 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
  right: 0px;
  transition: 0.6s;
  z-index: 1;
}
.service_sec .img-box:hover .over-lay1{
  right: 0px;
  transition: 0.6s;
}
.service_sec .img-box .over-lay1 i {
    background-color: #0107ff;
    color: #fff;
    width: 63px;
    height: 63px;
    display: block;
    padding: 0;
    font-size: 27px;
    line-height: 63px;
    text-align: center;
	transition: all 0.5s ease-in-out;
}
.service_sec .img-box .over-lay1 i:hover {
    background: #000;
}
.service_sec .img-box .over-lay1 .box-1{
  padding: 11px 19px;
}
.service_sec .img-box .over-lay2 {
	position: absolute;
	width: 100%;
	background-color: rgba(19, 25, 36 ,0.7);
	top: -370px;
	color: #fff;
	padding: 37px 22px;
	height: 100%;
  transition: 0.6s;
}
.service_sec .img-box .over-lay2 i {
	background-color: #0cff00;
	color: #121212;
	width: 63px;
	height: 63px;
	display: block;
	padding: 11px 19px;
	font-size: 27px;
  margin: 0 auto;
  border-radius: 150px;
  margin-bottom: 15px;
}

.service_sec .img-box:hover .over-lay2{
  top: 0px;
  transition: 0.6s;
}
.owl-item.active > div:after {
  content: '';
  
}
 .owl-item.center > div:after {
  content: '';
}
 .owl-item.active.center > div:after {
  content: '';
}
 .owl-item > div:after {
  content: '';
}

.service_sec .owl-nav {
	position: relative;
	top: -50%;
	left: -21px;
  font-size: 25px;
  transition: 0.3s;
  display: none;

}
.service_sec .owl-dot span{
  display: block;
  background-color: #333333;
  width: 35px;
  height: 3px;
  border-radius: 5px;
  transition: 0.6s;
}

.service_sec .owl-dots {
	margin-top: 25px;
	display: flex;
	gap: 19px;
	justify-content: center;
	flex-wrap: wrap;
}
.service_sec .owl-dot.active span{
  display: block;
  background-color: #0cff00;
  width: 35px;
  height: 3px;
  border-radius: 5px;
  transition: 0.6s;
}

.banner .owl-dot span{
  display: block;
  background-color: #0cff00;
  width: 25px;
  height: 15px;
  transform: skew(-20deg);
 
  transition: 0.6s;
}

.banner .owl-dots {
	display: flex;
	gap: 9px;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	top: -50px;
}

.banner .owl-dot.active span{
  display: block;
  background-color: #0cff00;
  width: 45px;
  height: 15px;
  
  transition: 0.6s;
}


/* swiper button css */
.testimonial-carousel {
  position: relative;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 40px;
  height: 100%;
  top: calc(50% - 50px);
  left: -21px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 5px 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff!important;
  background: #0107ff !important;
  border: 1px solid #0107ff!important;
  border-radius: 40px;
  font-size: 18px;
  transition: .5s;
}


.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: #fff!important;
  color: #0107ff!important ;
}

.testimonial-carousel .owl-dots {
  margin-top: 35px;
  margin-left: 3rem;
}

.testimonial-carousel .owl-dot span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border: 1px solid #0107ff;
  border-radius: 15px;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active  span{
  width: 30px;
  background: #0107ff;
}

.testimonial p span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #0107ff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.testimonial h2 {
  line-height: 46px;
  font-weight: 600;
  color: #010d14;
  margin-bottom: 10px;
}

.testimonial-item p {
	font-size: 19px;
	line-height: 28px;
	font-weight: 400;
  font-style: italic;
	color: #333333;
	margin-bottom: 29px;
}

.conntact-us{
  background-color: #e8eaee;
}

.conntact-us h2 {
  line-height: 46px;
  font-weight: 600;
  color: #010d14;
  margin-bottom: 10px;
}

.conntact-us p span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.conntact-us input{
  padding: 15px 17px 15px 17px;
  color: #333333;
  background-color: #fff;
  border: none;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  outline: none;
}

.conntact-us textarea{
  padding: 15px 17px 15px 17px;
  color: #333333;
  background-color: #fff;
  border: none;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  outline: none;
  height: 120px;
}

.conntact-us .comon-btn{
  background: #0107ff;
	color:#fff;
	display: inline-block;
	font-size: 16px;
	padding: 16px 0px;
	/* border-radius: 5px; */
	width: 11rem;
	text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
}

.conntact-us .addres-box {
  display: flex;
  padding: 30px 30px 30px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  gap: 10px;
  border-radius: 5px;
}

.conntact-us .contact-icon i {
	font-size: 44px;
	color: #0107ff;
}

.conntact-us h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Roboto", Sans-serif;
    margin: 0 0 4px;
    color: #0107ff;
}

.conntact-us .content-text p  {
	color: #8f8f8f;
  font-size: 18px;
	margin: 0;
}

.conntact-us .content-text a{
  color: #8f8f8f;
  font-size: 18px;
	margin: 0;
}

footer {
  background-color: #000457;
  padding: 42px 0 0;
  color: #f2f2f2;
}

.footer .foot-list {
  display: flex;
  justify-content: space-around;
  text-transform: capitalize;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #161770;
}

.footer .foot-list a {
  color: #f2f2f2;
  font-weight: 500;
  font-size: 17px;
}

.footer .foot-logo{
  width: 150px;
  margin-bottom: 15px;
}


.footer .foot-logo-content {
  padding: 41px 0 51px;
}


.footer .foot-logo-content p{
  margin-bottom: 0;
}
.footer .copy-right {
  background-color: #02061e;
  padding: 14px 0;
  color: #fff;
}
.footer .copy-right p{
  font-size: 15px;
  color: #fff;
}

.header_menu {
    padding: 11px 0px 16px;
}

.button_link {
  display: inline-block;
  margin-top: 19px;
}

a.navbar-brand {
    position: absolute;
    bottom: auto;
    top: 2px;
}

a.navbar-brand img {
    width: 196px;
}




.wpcf7-form-control-wrap span {
    color: #f00 !important;
    font-size: 14px !important;
    text-align: start !important;
    text-transform: lowercase !important;
    font-weight: 600 !important;
    letter-spacing: 0px !important;
    display: block;
    margin-top: 6px !important;
}